*{ 
	font-family:'Open Sans';
}
.text-center img {
	display: inline-block;
}
.no-padding {
	padding: 0px;
}
.no-padding-btm {
	padding-bottom: 0px !important;
}
.no-margin {
	margin: 0px;
}
header .header-top {
    padding: 35px 0;
}
header .header-top .header-logo {
    margin-top: 8px;
	text-align: center;
}
header .header-logo-text {
	color: #f37125;
	font-weight: 500;
	font-size: 16px;
}
header .header-top .search input[type="text"] {
	background: rgba(0, 0, 0, 0) url("img/icons/search.png") no-repeat scroll 95% center !important;
	border-radius: 20px !important;
	padding-right: 30px;
}
header .header-top .head-list ul li {
	vertical-align: middle;
}
header .header-top .head-list ul li  a {
	color: #282828;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
header  .mainmenu .nav.navbar-nav a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 25px;
}
header .mainmenu a.active,
header .mainmenu a:focus,
header .mainmenu a:hover {
	background-color:#3d3d3d;
}
header  .mainmenu  {
	background: #f27d36; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f27d36 0%, #de6a23 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f27d36 0%,#de6a23 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f27d36 0%,#de6a23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27d36', endColorstr='#de6a23',GradientType=1 );
}
header .mainmenu .navbar {
    margin-bottom: 0;
}
.sidemenu .nav.navbar-nav ul {

}
.sidemenu .nav.navbar-nav a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 5px;
}
.sidemenu .nav.navbar-nav a.active,
.sidemenu .nav.navbar-nav a:focus,
.sidemenu .nav.navbar-nav a:hover {
	background-color:#3d3d3d;
    text-decoration: underline;
}
.sidemenu  {
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #3d3d3d 0%, #3d3d3d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #3d3d3d 0%,#3d3d3d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #3d3d3d 0%,#3d3d3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#3d3d3d',GradientType=1 );
}
.sidemenu .navbar {
    margin-bottom: 0;
}
.sidemenu .nav.navbar-nav > li{
    display:block;
    float:none;
}
header .header-bottom .carousel-caption {
	background: rgba(0, 0, 0, 0) url("img/others/banner-overlay.png") no-repeat scroll center center !important;
	left: 0;
	padding: 30px 0px;
	right: 40%;
	bottom: 13%;
}
header .header-bottom .carousel-caption > h3 {
	color: #fff;
	font-family: "AvenirNextLTProRegular";
	font-size: 22px;
	text-transform:uppercase;
	margin: 0px;
}
header .header-bottom .carousel-caption > p {
	color: #fff;
	font-family: "AvenirNextLTProRegular";
	font-size: 34px;
	margin: 0px;
}
header .header-bottom .owl-prev {
	background: rgba(0, 0, 0, 0) url("img/icons/banner-left-arrow.png") no-repeat scroll 0 0 !important;
	display: inline-block;
	height: 31px;
	position: absolute;
	right: 13%;
	text-indent: -9999px;
	bottom: 13%;
	width: 31px;
}
header .header-bottom .owl-next {
	background: rgba(0, 0, 0, 0) url("img/icons/banner-right-arrow.png") no-repeat scroll 0 0 !important;
	display: inline-block;
	height: 31px;
	position: absolute;
	right: 10%;
	text-indent: -9999px;
	bottom: 13%;
	width: 31px;
}
.owl-theme .owl-controls {
    margin-top: 0px;
}
.holder .post-holder {
    padding: 35px 0;
}
.holder .post-holder .post-row  h3 {
	color: #292929;
	font-family: "AvenirNextLTProRegular";
	font-size: 19px;
	text-transform: uppercase;
}
.holder .post-holder .latest-post, .popular-post {
    border-top: 2px solid #f37d35;
	-webkit-box-shadow: 0px 4px 5px 4px rgba(194,194,194,1);
	-moz-box-shadow: 0px 4px 5px 4px rgba(194,194,194,1);
	box-shadow: 0px 4px 5px 4px rgba(194,194,194,1);
}
.holder .post-holder .latest-post .latest-row {
    padding: 20px;
	position:relative;
}
.holder .post-holder .latest-post .latest-row  .latest-post-content {
	bottom: 0;
	right: 0;
	left:0;
	padding:10px 20px 10px 30px;
	position: absolute;
}
.holder .post-holder .latest-post .latest-row  .latest-post-content  h5 {
  color: #fff;
  font-size: 16px;
}
.holder .post-holder .latest-post .latest-row  .latest-post-content .latest-list {
  padding-left: 13px;
}
.holder .post-holder .latest-post .latest-row  .latest-post-content  .latest-list ul li {
	vertical-align: middle;
}
.holder .post-holder .latest-post .latest-row  .latest-post-content  .latest-list ul li a {
  color: #b3b3b3;
  font-size: 11px;
}
.holder .post-holder .latest-post .latest-row  .latest-post-content  .latest-list .list-inline.comments {
  text-align: right;
  padding-right: 10px;	
}
.holder .post-holder .popular-post {
  padding: 20px;
}
.holder .post-holder .popular-post .popular-contents > h5 {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 15px;
}
.holder .post-holder .popular-post .popular-contents ul li {
	vertical-align: middle;
}
.holder .post-holder .popular-post .popular-row {
  border-bottom: 2px solid #f9f9f9;
  padding: 10px 0;
}
.holder  .service-holder {
  background-color: #ff9600;
  padding: 50px 0;
}
.holder  .service-holder .service-row {
  padding-top: 20px;
}
.holder  .service-holder .service-heading.text-center  h5 {
  color: #fff;
  font-family: "AvenirNextLTProDemi	";
  font-size: 30px;
  text-transform: uppercase;
  position:relative;
  display:inline-block;
}
.holder .service-holder .service-heading.text-center h5::before {
  background: rgba(0, 0, 0, 0) url("img/others/h3-bg.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 5px;
  left: -34px;
  position: absolute;
  top: 15px;
  width: 25px;
}
.holder .service-holder .service-heading.text-center h5::after {
  background: rgba(0, 0, 0, 0) url("img/others/h3-bg.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 5px;	
  position: absolute;
  top: 15px;
  right: -33px;
  width: 25px;
}
.holder  .service-holder .service-row .service-content-row .service-description  h5 {
  color: #fff;
  font-family: "AvenirNextLTProRegular";
  font-size: 25px;
  margin-top: 0;
}
.holder  .service-holder .service-row .service-content-row .service-description  p {
  color: #fff;
  font-size: 15px;
}
.holder  .service-holder .service-row .service-content-row .service-description  a {
  color: #fff;
  font-size: 15px;
  text-transform:uppercase;
}
.holder  .news-holder {
	padding: 60px 0px;	
	position: relative;
}
.holder  .news-holder .news-heading h3 {
  color: #969696;
  font-family: "AvenirNextLTProDemi";
  font-size: 31px;
  text-transform: uppercase;
}
.holder  .news-holder .news-row .carousel-content  h3 {
  color: #454545;
  font-size: 19px;
}
.holder  .news-holder .news-row .carousel-content  p {
  color: #939393;
  font-size: 13px;
}
.holder  .news-holder .news-row  .carousel-content > span {
  color: #ff9600;
  font-family: "AvenirNextLTProDemi";
  font-size: 15px;
}
.holder .news-holder .news-row .owl-prev {
	background: rgba(0, 0, 0, 0) url("img/icons/news-left-arrow.png") no-repeat scroll 0 0 !important;
	display: inline-block;
	height: 33px;
	position: absolute;
	right: 4%;
	text-indent: -9999px;
	top: -31%;
	width: 32px;
}
.holder .news-holder .news-row  .owl-next {
	background: rgba(0, 0, 0, 0) url("img/icons/news-right-arrow.png") no-repeat scroll 0 0 !important;
	display: inline-block;
	height: 33px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: -31%;
	width: 32px;
}
.holder .video-holder {
  padding-bottom: 70px;
}
.holder .video-holder .video-heading > h3 {
  color: #454545;
  font-family: "AvenirNextLTProDemi";
  font-size: 30px;
  text-transform: uppercase;
}
.holder .video-holder .video-row {
  padding: 10px 0px 30px;
}
.holder .video-holder .video-row  .video-side-img {
  padding-bottom: 20px;
}
.holder .video-holder .video-sub-holder {
  border: 2px solid #e8e8e8;
}
.holder .video-holder .video-sub-holder .video-sub {
	padding: 20px 20px 30px;
}
.holder .video-holder .video-sub-holder .video-sub.orange-bg {
  background-color: #ff9600;
}
.holder .video-holder .video-sub-holder .video-sub.orange-bg   h3 {
  color: #fff;
}
.holder .video-holder .video-sub-holder .video-sub.orange-bg  p {
  color: #fff;
}
.holder .video-holder .video-sub-holder .video-sub.orange-bg  a {
  color: #fff;
}
.holder .video-holder .video-sub-holder .video-sub  h3 {
  color: #454545;
  font-size: 23px;
  margin: 0px;
}
.holder .video-holder .video-sub-holder .video-sub  p {
  color: #707070;
  font-size: 15px;
  line-height:1.8;
  padding: 13px 0px;
  margin: 0px;
}
.holder .video-holder .video-sub-holder .video-sub a {
  color: #ff9600;
  font-size: 15px;
  text-transform:uppercase;
}
footer {
  background-color: #101010;
}
footer .footer-top {
	  padding: 60px 0 70px;
}
footer .footer-top h5 {
  color: #dfdfdf;
  font-family: "AvenirNextLTProRegular";
  font-size: 23px;
}
footer i {
  color: #dfdfdf;
}
footer .footer-top .footer-row ul li a {
  color: #dfdfdf;
  font-family: "AvenirNextLTProRegular";
  font-size: 16px;
  text-decoration:none;
}
footer .footer-top .footer-row .company-info, .services-info, .resources-info {
  border-right: 1px solid #222222;
}
footer .footer-top .footer-row .services-info, .resources-info {
	padding-left: 30px;
}
footer .copy-rights.text-center {
  background-color: #292929;
  padding: 30px 0;
}
footer .copy-rights.text-center  p {
  color: #a5a5a5;
  font-family: "AvenirNextLTProRegular";
  font-size: 17px;
  margin:0px;
}
footer .copy-rights.text-center  p a {
	color: #a5a5a5;
	font-size: 12px;
}


/*RESPONSIVE */
@media screen and (max-width: 1365px) {
	header .header-top .head-list ul li a {
  		font-size: 13px;
	}
	header .mainmenu .nav.navbar-nav a {
  		font-size: 14px;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content .latest-list ul li a {
  		font-size: 10px;
	}
	.holder .post-holder .latest-post .latest-row {
  		padding: 22px;
	}
	.holder .post-holder .popular-post .popular-contents > h5 {
  		line-height: 1.6;
  		margin: 0;
	}
	.holder .news-holder .news-row .carousel-content h3 {
  		font-size: 18px;
	}
	.holder .video-holder .video-sub-holder .video-sub {
  		padding: 23px 11px;
	}
	.holder .video-holder .video-sub-holder .video-sub h3 {
  		font-size: 18px;
	}
	.holder .video-holder .video-sub-holder .video-sub p {
  		line-height: 1.4;
  		padding: 10px 0;
		font-size: 15px;
	}
	.holder .video-holder .video-sub-holder .video-sub a {
  		font-size: 14px;
	}
}
@media screen and (max-width: 1023px) {
	.no-side-padng {
		padding: 0px 0px 0px 12px;
	}
	.no-mrg-btm {
		margin-bottom: 0px;
	}
	header .header-top .header-logo {
		text-align: center;
		margin-bottom:20px;
	}
	.head-list {
  		padding-top: 20px;
  		text-align: center;
	}
	header .header-top .header-logo  img {
		display: inline-block;
	}
	header .header-top .head-list ul li a {
		color: #282828;
		font-size: 15px;
		text-decoration: none;
		text-transform: uppercase;
	}
	header .mainmenu .nav.navbar-nav a {
  		font-size: 13px;
  		padding: 15px 10px;
	}
	header .header-bottom .carousel-caption > h3 {
  		font-size: 35px;
	}
	header .header-bottom .carousel-caption > p {
  		font-size: 25px;
	}
	header .header-bottom .owl-prev {
  		right: 15%;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content h5 {
  		font-size: 13px;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content .latest-list ul li a {
  		font-size: 9px;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content .latest-list ul li {
		padding-left: 0px;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content .latest-list .list-inline.comments {
  		padding-right: 0px;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content {
  		padding: 10px 20px 10px 38px;
	}
	.holder .post-holder .latest-post .latest-row  .latest-post-content .latest-list {
  		padding-left: 0px;
	}
	.holder .post-holder .latest-post .latest-row {
  		padding: 24px 20px;
	}
	.holder .post-holder .popular-post {
  		padding: 7px;
	}
	.holder .post-holder .popular-post .popular-row {
  		padding: 5px 0;
	}
	.holder .post-holder .popular-post .popular-contents > h5 {
  		font-size: 12px;
  		line-height: 1.3;
  		margin: 0;
	}
	.holder .post-holder .popular-post .popular-row {
  		padding: 3px 0;
	}
	.holder .service-holder .service-row .service-content-row .service-description h5 {
  		font-size: 21px;
	}
	.holder .news-holder .news-row .owl-prev {
  		right: 6%;
	}
	.holder .video-holder .video-sub-holder .video-sub {
  		padding: 8px 11px;
	}
	.holder .video-holder .video-sub-holder .video-sub h3 {
  		font-size: 16px;
	}
	.holder .video-holder .video-sub-holder .video-sub p {
  		line-height: 1.4;
  		padding: 4px 0;
		font-size: 12px;
	}
	.holder .video-holder .video-sub-holder .video-sub a {
  		font-size: 12px;
	}
	footer .footer-top .footer-row ul li a {
  		font-size: 12px;
	}
	footer .footer-top .footer-row .social-icon li {
  		padding: 0;
	}
	
}
@media screen and (max-width: 767px) {
	header .header-top .head-list ul li a {
	  color: #282828;
	  font-size: 13px;
	  text-decoration: none;
	  text-transform: uppercase;
	}
	.icon-bar {
  		background: #fff none repeat scroll 0 0;
	}
	header .header-bottom .carousel-caption {
  		bottom: 0;
  		left: 0;
  		padding: 11px 0;
  		right: 0;
	}
	header .header-bottom .carousel-caption > h3 {
  		font-size: 15px;
	}
	header .header-bottom .carousel-caption > p {
  		font-size: 13px;
	}
	header .header-bottom .owl-next {
  		bottom: 2%;
  		right: 0;
	}
	header .header-bottom .owl-prev {
  		bottom: 2%;
  		left: 0;
  		right: 0;
	}
	.latest-img img {
  		width: 100%;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content .latest-list ul li a {
  		font-size: 13px;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content {
  		bottom: 17px;
  		padding: 10px 20px 10px 30px;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content .latest-list {
  		padding-left: 17px;
	}
	.holder .post-holder {
  		padding: 9px 0;
	}
	.holder .post-holder .latest-post .latest-row .latest-post-content h5 {
  		font-size: 17px;
	}
	.latest-contents {
  		padding-bottom: 20px;
	}
	.holder .post-holder .popular-post .popular-row {
  		padding: 3px 9px 10px;
  		margin-bottom: 10px;
	}
	.holder .post-holder .popular-post .popular-contents > h5 {
  		font-size: 14px;
		margin-bottom: 9px;
	}
	.service-description {
  		padding: 20px 20px;
		text-align:center;
	}
	.holder .news-holder .news-heading h3 {
  		font-size: 26px;
	}
	.holder .news-holder .news-row .owl-prev {
  		right: 14%;
	}
	.holder .news-holder {
  		padding: 20px 0;
	}
	.holder .video-holder {
  		padding-bottom: 20px;
	}
	.holder .video-holder .video-sub-holder {
  		border: none;
	}	
	.video-main-img.text-center {
  		padding-bottom: 20px;
	}
	.video-sub-img.text-center, .video-sub {
  		margin-bottom: 20px;
	}
	footer .footer-top {
  		padding: 20px 0px;
	}
	footer .footer-top .footer-row .services-info, .resources-info {
  		padding-left: 0px;
	}
	footer .footer-top .footer-row ul li a {
  		font-size: 15px;
	}
}
@media screen and (max-width: 640px) {
	.holder .news-holder .news-row .owl-prev {
  		right: 11%;
	}
	.holder .video-holder {
  		text-align: center;
	}
}
.jumbotron {
  color: white;
  background-image: url("img/banner/banner3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  padding-top: 30px;
  text-shadow: 2px 2px #292929;
}
.highlight-box {
	background-color: #ff9600;
	padding: 10px;
	margin: 10px;
	color: #fff;
	text-align: center;
	min-height: 200px;
	font-size: 16px;
}
.highlight-box h1 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
}
.highlight-box i {
	margin-top: 5px;
	font-size: 4em;
}
.image-box {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.image-box img {
	width: 100%;
}
.image-box .title {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	font-size: 20px;
	line-height: 35px;
	text-transform: uppercase;
	width: 100%;
	bottom: 0;
}
@media (max-width: 768px) {
	.image-box {
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.highlight-box {
		min-height: 260px;
	}
}
.home-page .row.title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	margin: 60px 0 20px 0;
}
.home-page .about-section {
	background-color: #efefef;
	font-size: 20px;
}
.home-page .about-section p {
	padding: 30px;
}
.home-page .movie {
	max-width: 600px;
	margin: auto;
	margin-bottom: 30px
}
/* override jumbotron on home page to be bigger */
.home-page .jumbotron {
	background-image: url("img/banner/banner2.jpg");
	height: 400px;
	padding-top: 50px;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.jumbotron h1, .jumbotron .h1 {
		font-size: 50px;
	}
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #FF9800;
    border-color: #FF9800;
}
.dropdown-menu {
	background-color: #FF9800;
	border-color: #FF9800;
}
footer {
	margin-top: 50px;
}
footer .privacy {
	font-size: 8px;
	color: a5a5a5 !important;
}
.page-title {
	color: #FF9800 !important;
}
.list-spaced li {
	margin-bottom: 10px;
}
.screenshots {
	text-align: center;
	width: 100%;
	margin: 30px 0px;
}
.screenshots img  {
	height: 150px;
	max-width: 100%;
}
.screenshots a {
	text-decoration: none !important;
}
.img-spacer {
	margin-right: 20px;
	margin-bottom: 0px;
	display: auto;
}
@media (max-width: 768px) {
	.img-spacer {
		margin-right: 0px;
		margin-bottom: 20px;
		display: block;
	}
}

.btn-primary {
	background: linear-gradient(135deg, #f27d36 0%,#de6a23 100%);
	border: none;
}
.btn-primary:hover {
	background: linear-gradient(135deg, #3d3d3d 0%,#3d3d3d 100%);
	border: none;
}
