html,  body {
width: 100%;
overflow-x: hidden;
}

.site_wrapper{
	/*position:relative*/
}

.left_menu{
	position: fixed;
	top:100px;
	z-index: 9;
}

.left_menu_ul{
	padding-left: 0px;
}

.left_menu_ul li{
	background: #262324;
    padding: 10px;
	position:relative;
	-webkit-border: 2px solid #ffffff;
	-moz-border: 2px solid #ffffff;
	-o-border: 2px solid #ffffff;
	border: 2px solid #ffffff;
	cursor:pointer;
	margin-bottom: 5px;
	
}
.left_menu_ul > li:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0;
  background-color: #FFF;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.left_menu_ul li:hover:after {
  height: 100%;
  color:#323133;
}

.left_menu_ul li a{
	color:#FFF;
    position: relative;
    z-index: 1;
}
.left_menu_ul li:hover > a{
	color:#323133;
}




.h_menu_ul{
	padding-left: 0px;
	float:right;
	margin-top: 5px;
}

.h_menu_ul li{
	background: #262324;
    padding: 5px;
	position:relative;
	-webkit-border: 2px solid #ffffff;
	-moz-border: 2px solid #ffffff;
	-o-border: 2px solid #ffffff;
	border: 2px solid #ffffff;
	cursor:pointer;
	margin-bottom: 5px;
	float:left;
	font-size:13px;
	margin-left:5px;
}
.h_menu_ul > li:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0;
  background-color: #FFF;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.h_menu_ul li:hover:after {
  height: 100%;
  color:#323133;
}

.h_menu_ul li a{
	color:#FFF;
    position: relative;
    z-index: 1;
}
.h_menu_ul li:hover > a{
	color:#323133;
}


.navbar-nav > li > a {
	font-size: 13px;
	padding-top:0px;
}

.navbar-nav > li{
	margin-left: 0px;
}

.mod-languages{
	float:none;
	height: 20px;
}
.mod-languages .lang-inline{
	margin:0px !important;
	line-height: 2;
}

#about-section-1,  #about-section-2,  #about-section-3,  #clients-section,  #services-section,  #process-section,  #team-section,  #skills-section,  #pricing-section,  #blog-section,  #contact-section,  #footer-section {
z-index: 1;
overflow: visible;
position: relative;
}
#about-section-2,  #clients-section,  #footer-section {
z-index: 2;
}
#about-section-1:before,  #process-section:before,  #team-section:before,  #skills-section:before,  #pricing-section:before,  #blog-section:before,  #contact-section:before {
top: 0;
left: -10%;
content: '';
z-index: -1;
width: 120%;
height: 100%;
position: absolute;
background-color: #ffffff;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
transform: rotate(-2deg);
}
#about-section-3:after,  #services-section:after,  #process-section:after,  #team-section:after,  #skills-section:after,  #pricing-section:after,  #blog-section:after,  #contact-section:after {
left: -10%;
bottom: -5%;
content: '';
z-index: -1;
width: 120%;
height: 105%;
position: absolute;
background-color: #ffffff;
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
transform: rotate(-2deg);
}
#clients-section:before,  #footer-section:before {
top: 0;
left: -10%;
content: '';
z-index: -1;
width: 120%;
height: 100%;
position: absolute;
background-color: #323133;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
transform: rotate(-2deg);
}
#clients-section:after {
left: -10%;
bottom: -10%;
content: '';
z-index: -1;
width: 120%;
height: 105%;
position: absolute;
background-color: #323133;
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
transform: rotate(-2deg);
}
#download-section-overlayer,  #services-section,  #numbers-section-overlayer,  #subscribe-section-overlayer {
padding-top: 130px;
}
#numbers-section-overlayer,  #subscribe-section-overlayer {
padding-bottom: 80px;
}
#purchase-section-overlayer,  #testimonials-section-overlayer {
padding-top: 170px;
}
			


.adv_right{
	right:0;
	left:initial !important;
}

.adv_a{
	z-index: 1;
    width: 60px;
    height: 60px;
    display: block;
    color: #ffffff;
    overflow: hidden;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
    position: relative;
    margin-left: -60px;
    -webkit-border: 2px solid #ffffff;
    -moz-border: 2px solid #ffffff;
    -o-border: 2px solid #ffffff;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.adv_a:hover{
	color: #323133;
}

#owl-home-wrapper:hover .adv_a{
	margin-left: 0;
}


#who_we_are_div{
	/*background-image: url('../images/texture2.png'), url('../images/texture1.png');
	background-position: left bottom, right top;*/
	background-image: url('../images/who-bg.png');
	background-position:top left;
	background-repeat-x: no-repeat;
	min-height:650px;
	padding-top: 15px;
	background-color: #453f41;
}

#who_we_are_div .section-title{
	margin: 0 auto 40px;
	margin-top:20px;
	color:#f4805d;
}

#who_we_are_div .section-title::after{
	background-color: #f4805d;
}

#blog-section{
	padding: 0 0 0px;
	overflow:hidden !important;
}

.who_title{
	color:#f4805d;
	text-transform:uppercase;
	text-align: center;
	font-size: 25px;
	padding-top:15px;
}


.who_circle{
	width:110px;
	height:110px;
	max-width:100%;
	margin: 0 auto;
	/*background:rgba(0,0,0,0.7);*/
	background: #262324;
	border-radius:50%;
	padding-top: 12px;
	border:2px solid #262324;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.who_circle:hover{
	box-shadow: inset 0px 65px 0 0 #453f41;
	
}

.tabs_tit{
	color:#FFF;
	margin-bottom: 5px;
}
.tabs_tit2{
	color:#FFF;
	margin-bottom: 15px;
}

.newsletter_img{
	overflow:hidden;
	height:200px;
}
.newsletter_img img{
	min-height:200px;
	margin:0 auto;
}

.highlight_img{
	overflow:hidden;
	height:200px;
	margin-bottom:10px;
}
.highlight_img img{
	margin:0 auto;
	min-height:200px;
}

.newsletter_tit{
	color:#FFF;
	margin-bottom: 5px;
}
.highlight_tit,.highlight_tit a{
	color:#FFF;
	margin-bottom: 5px;
	font-weight: bold;
    text-align: center;
}

.highlight_tit a:hover{
	color:#CCC;
}


.who_circle img{
	margin:0 auto;
	max-width: 80px;
}


.who_types{
	margin-top: 50px;
}

.testmonial{
	margin-top: 100px;
}


.testmonial .owl-testmonial{
	background:#262324;
	color:#FFF;
	padding:15px;
	border-radius:10px;
	min-height: 150px;
	width:470px;
	max-width: 100%;
}


.testmonial_title{
	padding:10px 0px;
	color:#f4805d;
	border-bottom:1px solid #FFF;
	font-size: 18px;
	margin-bottom:5px;
}

.testmonial_title a{
	color:#f4805d;
}

.testmonial_title a:hover{
	color:#fff;
}

.testmonial #owl-testmonial-wrapper .owl-navigation{
	top: 75px !important;
}


/* 9.2 testmonial Slider
-------------------------------------------------------------------------- */
/* 9.2.1 Wrapper
-------------------------------------------------------------------------- */
.owl-testmonial, #owl-testmonial-wrapper {
	width:470px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

/* 9.2.2 Content
-------------------------------------------------------------------------- */
.owl-testmonial .slide-content {
	padding: 0 15px;
}

.owl-testmonial .slide-content a {
	display: block!important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.owl-testmonial .slide-content img {
	margin: 0 auto;
	width: 170px;
}

/* 9.2.3 Arrows
-------------------------------------------------------------------------- */
#owl-testmonial-wrapper .owl-navigation {
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	position: absolute;
}

#owl-testmonial-wrapper .testmonial-prev, #owl-testmonial-wrapper .testmonial-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 20px;
	line-height: 37px;
	text-align: center;
	position: relative;
	-webkit-border: 2px solid #ffffff;
	-moz-border: 2px solid #ffffff;
	-o-border: 2px solid #ffffff;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#owl-testmonial-wrapper .testmonial-prev {
	float: left;
	margin-left: -60px;
}

#owl-testmonial-wrapper .testmonial-next {
	float: right;
	margin-right: -60px;
}

#owl-testmonial-wrapper .testmonial-prev:after, #owl-testmonial-wrapper .testmonial-next:after {
	left: 0;
	bottom: 0;
	height: 0;
	content: '';
	z-index: -1;
	width: 100%;
	position: absolute;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 9.2.4 Hover
-------------------------------------------------------------------------- */
#owl-testmonial-wrapper:hover .testmonial-prev {
	margin-left: 0;
}

#owl-testmonial-wrapper:hover .testmonial-next {
	margin-right: 0;
}

#owl-testmonial-wrapper .testmonial-prev:hover:after, #owl-testmonial-wrapper .testmonial-next:hover:after {
	height: 100%;
}

#owl-testmonial-wrapper .testmonial-prev:hover, #owl-testmonial-wrapper .testmonial-next:hover {
	color: #323133;
}

.owl-testmonial .slide-content a:hover {
	opacity: 0.5;
}

/*END Testmonial */



/* 9.2 team slider Slider
-------------------------------------------------------------------------- */
/* 9.2.1 Wrapper
-------------------------------------------------------------------------- */
.owl-team, #owl-team-wrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

/* 9.2.2 Content
-------------------------------------------------------------------------- */
.owl-team .slide-content {
	padding: 0 15px;
}

.owl-team .slide-content a {
	display: block!important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.owl-team .slide-content img {
	margin: 0 auto;
	max-width: 100%;
}

/* 9.2.3 Arrows
-------------------------------------------------------------------------- */
#owl-team-wrapper .owl-navigation {
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	position: absolute;
}

#owl-team-wrapper .team-prev, #owl-team-wrapper .team-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 20px;
	line-height: 37px;
	text-align: center;
	position: relative;
	-webkit-border: 2px solid #ffffff;
	-moz-border: 2px solid #ffffff;
	-o-border: 2px solid #ffffff;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#owl-team-wrapper .team-prev {
	float: left;
	margin-left: -60px;
}

#owl-team-wrapper .team-next {
	float: right;
	margin-right: -60px;
}

#owl-team-wrapper .team-prev:after, #owl-team-wrapper .team-next:after {
	left: 0;
	bottom: 0;
	height: 0;
	content: '';
	z-index: -1;
	width: 100%;
	position: absolute;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 9.2.4 Hover
-------------------------------------------------------------------------- */
#owl-team-wrapper:hover .team-prev {
	margin-left: 0;
}

#owl-team-wrapper:hover .team-next {
	margin-right: 0;
}

#owl-team-wrapper .team-prev:hover:after, #owl-team-wrapper .team-next:hover:after {
	height: 100%;
}

#owl-team-wrapper .team-prev:hover, #owl-team-wrapper .team-next:hover {
	color: #323133;
}

.owl-team .slide-content a:hover {
	opacity: 0.5;
}

/*END team slider */

#highlight_div .container{
	padding:0px 75px;
}

#highlight_div .section-title{
	text-align:left;
	color:#4c884e;
}

#highlight_div  .section-title::after{
	left: 0;
    margin-left: 0px;
	background-color:#4c884e;
}

#highlight_div{
	background-image: url('../images/bg2.png');
	background-position: left bottom, right top;
	background-repeat-x: no-repeat;
	/*min-height:650px;*/
	min-height:570px;
	padding-top: 15px;
	background-color: #262324;
	color:#FFF;
}

#program_div .container{
	padding:0px 75px;
}

#program_div .section-title{
	text-align:left;
	color:#4c884e;
}

#program_div  .section-title::after{
	left: 0;
    margin-left: 0px;
	background-color:#4c884e;
}

#program_div{
	background-image: url('../images/bg2.png'), url('../images/bgg3.png');
	background-position: left bottom, right top;
	background-repeat-x: no-repeat;
	/*min-height:650px;*/
	min-height:570px;
	padding-top: 15px;
	background-color: #262324;
	color:#FFF;
}




.program_ul{
	list-style:none;
}

.program_ul li .fa{
	color: #4c884e;
    font-size: 20px;
    padding-top: 1px;
}

.program_ul li a{
	color:#FFF;
}

.program_ul li:hover i{
	font-size:26px;
}

#events{
	background:#453f41;	
}

#news-section{
	background:#453f41;	
}

#events .section-title{
	margin: 0 auto 0px;
	margin-top:20px;
	color:#00afef;
}

#events .section-title::after{
	background-color:#00afef;
}

.team1{
	padding: 5px;
	background:url("../images/bg3.png") top right;
	background-color:#eeeeee;
}

.content-wrap2{
	background:#3e383a;
}

.member-name2{
	color:#FFF !important;
	font-size:22px !important;
}
.member-title2{
	color:#FFF !important;
}


.idTabs li{
	float:left;
	background: rgba(0,0,0,0.8);
    color: #FFF;
    margin-right: 7px;
    padding: 8px;
}

.idTabs li:hover,.idTabs li:active,.idTabs li:focus{
	
}

.idTabs li a{
	color:#FFF;
}
.idTabs li a:hover{
	color:#FFF;
	text-decoration:none;
}

.photo_div{
	margin-bottom:5px;
	padding: 2px;
}

.content-wrap section.content-current{
	padding-left:5px;
	padding-right:5px;
}


.member-image{
	max-height:250px;
}

.member-image img{
	min-height:250px;
	overflow:hidden;
}


#map-section .section-title{
	margin:0 auto 40px;
	line-height:60px;
}

/* Individual tab styles */

/*****************************/
/* Bar */
/*****************************/

.tabs-style-bar nav {
	background: rgba(40,44,42,0.05);
}

.tabs-style-bar nav ul {
	border: 4px solid transparent;
}

.tabs-style-bar nav ul li a {
	margin: 0 2px;
	background: #262324;
	color: #FFF;
	transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
	color: #f4805d;
}

.tabs-style-bar nav ul li a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 0.6em;
}

.tabs-style-bar nav ul li.tab-current a {
	/*background: rgba(0,0,0,0.6);*/
	background: #f4805d !important;
	color: #fff;
}



.nav2{
	margin-bottom:10px;
	background:transparent;
}


.follow_span{
	color: #FFF;
    float: right;
    height: 40px;
    width: 90px;
    padding-top: 11px;
}

.ftitle{
	color:#FFF;
	font-size: 18px;
	margin-bottom:10px;
}

.ficon a{
	color:#FFF;
}

.ficon a:hover{
	color:#f4805d;
	text-decoration:none;
}

.ficon{
	color:#FFF;
	margin-bottom:5px;
}

.ficon i{
	color:#f4805d;
	font-size: 20px;
}

.tabs_desc p,.tabs_desc{
    font-size: 1em !important;
    line-height: 125% !important;
    font-weight: 100 !important;
	color: rgba(255,255,255,0.7) !important;
	text-align:left !important;
}

.tabs_desc2 p,.tabs_desc2{
    font-size: 1.2em !important;
    line-height: 125% !important;
    font-weight: 100 !important;
	color: rgba(255,255,255,0.7) !important;
	text-align:left !important;
}

.movies_col .tabs_desc{
	min-height: 150px;
}

.portfolio-info span:first-child{
	font-size:16px !important;
}

.more_div{
	text-align:right;
	margin-top: 15px;
}
.more_div a{
	color: #FFF;
    font-size: 14px;
	transition: color 0.5s;
}

.more_div a:hover{
	color:#f37f5c;
	text-decoration:none;
}

.movies_col{
	border-right:2px solid #FFF;
}

#poster .tabs_desc{
	margin-bottom:15px;
}

#poster .tabs_desc p{
    padding: 5px 0 !important;
	line-height: 150% !important;
}

#poster .tabs_desc a{
	color:#FFF;
}

#poster .tabs_desc a:hover{
	color:#f37f5c;
	text-decoration:none;
}

.cat_link{
	font-size: 16px;
    font-weight: bold;
    color: #323133;
    text-decoration: none;
}
.cat_link:hover{color:#C60606;}

.page_video iframe{
	max-width:100%;
}


@media only screen and (max-width: 540px){
	.tabs nav ul li{
		padding:2px;
	}
	.tabs nav ul li a{
		padding:3px;
	}
	
	
	.bx-viewport{
		height:350px !important;
	}
	
	.bx-wrapper img{
		height:350px !important;
	}
	
	.who_circle{
		width:80px;
		height:80px;
		margin-bottom: 6px;
	}
	
	.who_circle img{
		max-width:55px;
	}
	
	#who_we_are_div .section-title{
		margin-top:10px;
	}
	
	.container{
		width:100%;
	}
	
	.section-title{
		font-size: 25px;
	}
	
	.h_menu_ul{
		background: #323133;
		margin: 0;
		padding-top: 10px;
	}
	
	.submenu ul li a{
		line-height: 25px;
	}
	
	
	#footer-section .container{
		width: 320px !important;
	}
	
	.text{
		font-size: 15px !important;
	}
	
	.stext{
		font-size:12px !important;
	}
	
	.text iframe{
		max-width:100%;
	}
	
	.above_table{
		overflow: scroll;width: 350px;
	}
	
	
	.tabs nav ul{
		width:350px !important;
	}
	
	.content-wrap section{
		width:350px !important;
	}
}