/*
Theme Name: YAV
Theme URI: 
Author: I Love Web
Author URI: http://iloveweb.com.au/   
Description: 
Version: 0.1
License: 
License URI: 
Tags: 
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:500');
body{
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #101010;
	font-weight: 500;
}
h1, h2, h3, h4, h5{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #101010;
	margin: 30px 0 9px;
}
h1{
	font-size: 56px;
	line-height: 56px;
}
h2{
	font-size: 38px;
	line-height: 40px;
}
h3{
	font-size: 29px;
	line-height: 35px;
}
h4{
	font-size: 20px;
}
img{
	max-width: 100%;
	display: block;
	height: auto;
}
p{
	margin: 0 0 8px;
}
a{
	outline: none;
}
a:active,
a:visited{
	border: none;
}
a:hover{
	text-decoration: none;
}
.defaultpage a{
	color: #2492d0;
	text-decoration: underline;
}
ul{
	padding: 0 18px 18px;
	margin: 0;
}
ul ul{
	padding: 5px 18px 0px;
}
.defaultpage{
	margin-top: 60px;
	margin-bottom: 40px;
	display: table;
	width: 100%;
}
.defaultpage iframe{
	margin: 30px auto 0px;
	display: table;
}
.alignright{
	float: right;
}
.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
	float: left;
}
.header{
	background-size: cover;
	padding: 13px 0 0;
}
.logo{
	
}
.logo img{
	display: block;
	max-height: 85px;
}

.main_menu ul{
	padding: 0px;
	margin: 0;
} 
.main_menu li{
	float: left;
	font-size: 15.5px;
	text-transform: none;
	font-weight: 500;
	position: relative;
	display: inline-block;
	line-height: 75px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	
}
.main_menu li.current_page_item,
.main_menu li.current-menu-item,
.main_menu li.current-menu-parent{
	background: url(img/icon_nav.png) top center no-repeat;
}
.main_menu li .arrow_menu{
	position: relative;
}
.main_menu li .arrow_menu span{
	position: absolute;
	content: "";
	width: 0; height: 0; 
	border-left: 12px solid transparent; 
	border-right: 12px solid transparent; 
	border-bottom: 12px solid #2492d0;
	top: -31.5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main_menu li .sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10;
	padding: 20px 0 20px;
	background: #2492d0;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main_menu li a{
	color: #423324;
	padding: 0px 17px;
	text-decoration: none;
}
.main_menu li a[href="#"]:hover{
	cursor: default;
}
.main_menu li.current-menu-item a,
.main_menu li a:hover{
	
}

.main_menu li:hover .sub-menu{
	display: block;
}
.main_menu .sub-menu li{
	width: 300px;
	font-size: 15px;
	line-height: 30px;
}
.main_menu .sub-menu li{
	background: none;
}
.main_menu .sub-menu li a{
	color: white;
	line-height: 25px;
	padding: 10px 20px 0px;
}
.sub-menu li.current-menu-item a,
.main_menu .sub-menu li a:hover{
	color: #433425;
}
.footer{
	color: white;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.home .footer{
	margin-top: 35px;
}
.footer a{
	color: white;
}
.footer ul{
	margin: 0;
	padding: 0;
}
.footer li,
.footer p{
	margin-top: 8px;
	list-style: none;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.footer p{
	margin-bottom: 10px;
}
.edit-link{
	display: none;
}
.footer td{
	line-height: 25px;
}
.footer td:first-child{
	width: 55%;
}
.footer img{
	display: block;
	margin: 0 auto 0px;
}
.footer .widget-title{
	color: white;
	font-size: 18px;
	margin-bottom: 10px;
	color: #2492d0;
}
.widget_footer{
	background: #090c0e;
	padding: 45px 0 55px;
}
.copyright{
	margin-top: 0px;
	text-align: center;
	background: black;
	padding: 18px 10px;
}
.copyright p{
	margin: 0px;
	font-size: 13px;
}
#slider_home .item{
	display: table;
}
.slider_seciton{
	position: relative;
	background: url(img/bg_slider.jpg) center repeat;
}
.flexslider{
	background: none;
}
/*------------------------------------------------end default --------------------------------------*/

input[type="text"],
input[type="email"],
textarea{
	max-width: 350px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 3px 0;
}
input[type="submit"]{
	background: #2492d0;
	color: white;
	border: none;
	padding: 8px 25px;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin-top: 20px;
}
.wpcf7-validation-errors{
	display: none !important;
}
.banner1{
	display: table;
	width: 100%;
	margin: 30px 0;
}
.header_mobile{
	background: #2492d0;
}
.b1_sub{
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.b2_sub{
	position: absolute;
	top: 50%;
	right: 42px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 256px;
	text-align: right;
}
.b3_right{
	
	position: relative;
}
.boxb3{
	position: absolute;
	bottom: 10px;
	padding: 0 20px 0px 20px;
	
}
.b3_sub{
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 256px;
}

.b3_sub h1{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 37px;
	color: #2492d0;
	line-height: 38px;
}
.b3_sub h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 21px;
	color: black;
	line-height: 27px;
}
#thepopup h1{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 37px;
	color: white;
	line-height: 38px;
}
#thepopup h3{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 21px;
	color: black;
	line-height: 27px;
}
.b3_sub a {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #2492d0;
    color: white;
    padding: 10px 20px 12px;
    border-radius: 5px;
    display: inline-block;
	text-decoration: none;
}
.b2_sub h1{
	font-size: 42px;
	line-height: 100%;
	color: #2492d0;
	margin-bottom: 0px;
	margin-top: 0px;
}
.b2_sub h3{
	font-size: 24px;
	line-height: 30px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.b2_sub a{
	font-size: 23px;
	line-height: 24px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background: #010000;
	color: white;
	padding: 10px 30px 12px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 15px;
}
.b1_left{
	position: relative;
}
.b1_sub h1{
	font-size: 56px;
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
}
.b1_sub h3{
	margin-top: 10px;
	color: #2492d0;
	margin-bottom: 0px;
}
.b1_right{
		background-image: url(img/bg_up.png);
		background-color: #2492d0;
		background-repeat: no-repeat;
	color: black;
}
.b1_right h2{
	text-align: center;
	margin-bottom: 18px;
}
.b1_post{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.b1_right{
	padding: 32px 30px 6px 50px;
}
.b1_date{
	float: left;
	width: 70px;
	height: 70px;
	background: url(img/YAV-date.png) center no-repeat;
	text-align: center;
	padding-top: 26px;
}
.b1_date span{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
}
.b1_content{
	float: left;
	width: 70%;
	margin-left: 20px;
	margin-top: 3px;
}
.b1_content a{
	color: black;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.whatsons .b1_content h4{
	margin-top: 10px;
}
.whatsons .b1_content h4 a{
	color: #2492d0;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
.whatsons .b1_content a{
	color: #2492d0;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 500;
	display: block;
}
.whatsons {
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
}
.whatsons:last-child {
    border: none;
}
.b1_content p{
	font-size: 14px;
	margin: 0;
	color: white;
	line-height: 19px;
}
.banner2{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.b2_left{
	position: relative;
}
.b2_left h2{
	position: absolute;
	color: white;
	left: 48px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	font-size: 46px;
	line-height: 100%;
}
.b3_left{
	position: relative;
}
.b3_left h2{
	color: black;
	margin-top: 0px;
	margin-bottom: 15px;
}
.b3_post{
	width: 100%;
	background: #3a9dd5;
	margin-bottom: 6px;
	padding: 10px;
}
.b3_post .b3_title{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.b3_post p{
	color: white;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
.b3_post a{
	color: white;
	text-decoration: underline;
}
.b3_post a:hover{
	text-decoration: none;
}
#banner_slideshow .item{
	height: 303px !important;
	position: relative;
	background-size: cover !important;
}
.caption{
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0, 0.7);
	color: white;
	width: 100%;
	padding: 10px 20px 20px;
	text-align: center;
}
#banner_slideshow .flex-control-nav{
	display: none !important;
}
#banner_slideshow .flex-direction-nav a{
	position: absolute;
}
#banner_slideshow .flex-direction-nav a.flex-prev{
    background: url(img/arrow_left.png) no-repeat;
	left: 15px;
	top: 50%;
	opacity: 1;
	overflow: visible;
	text-indent: -9999px;
	height: 27px;
	width: 18px;
}
#banner_slideshow .flex-direction-nav a.flex-next{
    background: url(img/arrow_right.png) no-repeat;
	right: 15px;
	top: 50%;
	opacity: 1;
	overflow: hidden;
	text-indent: 99999px;
	height: 27px;
	width: 18px;
}
.banner3{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.yikes-mailchimp-container label {
    border: none !important;
}
.yikes-mailchimp-container input, .yikes-mailchimp-container button, .yikes-mailchimp-container label {
    display: inline-block !important;
    width: auto !important;
    height: 40px;
    box-shadow: none !important;
    margin: 0 !important;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.yikes-mailchimp-container input[type="email"]{
	color: #bab8b8;
	background: white !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 5px 0 0 5px;
	font-style: italic;
}
.yikes-mailchimp-container button{
	background: #2492d0;
	border: 1px #2492d0 !important;
	position: relative;
  left: -4px;
	 height: 40px;
  border-radius: 0 5px 5px 0;
}
#thepopup .yikes-mailchimp-container button{
	color: white;
	height: 42px;
}
.yikes-mc-submitted-form-loading img{
	display: none !important;
}
.yikes-mailchimp-submit-button-span-text{
	display: block !important;
}
.modal-body .close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #26608f;
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    color: white;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bab8b8;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bab8b8;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bab8b8;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bab8b8;
	opacity: 1;
}
.cnss-social-icon{
	margin-top: 25px !important;
}
.cnss-social-icon img{
	margin-right: 5px !important;
}
.logos{
	text-align: center;
	margin-top: 55px;
}
.logos img{
	display: inline-block;
	margin: 0 15px;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal-content{
	border: 6px solid #26608f;
	border-radius: 10px;
	background: #3aa5db;
}
.modal-body{
	padding: 50px 50px 40px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
	background: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
	background: none;
}
.modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.titlesection1{
	background: #2492d0;
	text-align: center;
}
.titlesection1 h1{
	color: white;
	font-size: 48px;
	line-height: 50px;
	margin: 100px 0;
}
#custom_html-2{
	background-image: url(img/bg_up.png);
  background-color: #2492d0;
  background-repeat: no-repeat;
	padding: 75px 20px 15px 40px;
	margin-bottom: 40px;
}
#custom_html-4{
	background: black;
	padding: 40px 30px 30px 40px;
	color: white;
	margin-bottom: 40px;
	text-align: center;
}
#custom_html-4 p{
	text-align: left;
}
#custom_html-4 a{
	font-size: 20px;
	line-height: 24px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background: #2492d0;
	color: white;
	padding: 10px 60px 12px;
	display: inline-block;
	text-decoration: none;
}
#custom_html-4 .widget-title{
	color: #2492d0;
	margin-bottom: 20px;
}
.sidebar .widget-title{
	color: black;
	text-align: center;
	margin-top: 0;
	font-size: 37px;
}
#custom_html-3{
	background-image: url(img/bg_news.png);
	background-color: #2492d0;
	background-repeat: no-repeat;
	padding: 68px 30px 15px 40px;
}
#custom_html-3 .widget-title{
	text-align: left;
	margin-bottom: 15px;
}
.titlesection{
	text-align: center;
}
.titlesection h1{
	color: white;
	font-size: 48px;
	line-height: 50px;
	margin: 240px 0;
}
.bfooter{
	background: #2492d0;
	padding: 50px 0 30px;
	margin-top: 50px;
}
.bfooter p{
	/*! margin-bottom: 0px; */
	font-size: 42px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: white;
	line-height: 45px;
}
.bfooter a{
	font-size: 30px;
	background: black;
	color: white;
	padding: 10px 30px;
	margin-left: 20px;
	display: block;
	width: 210px;
	float: right;
	position: relative;
	top: -10px;
}
table{
	margin-bottom: 18px;
}
table td{
	padding-right: 10px;
}
.vteam .col-md-4:nth-child(3n+1){
	clear: both;
}
.single_team{
	text-align: center;
	margin-bottom: 40px;
}
.single_team h4{
	margin-top: 10px;
	margin-bottom: 0px;
}
.single_team img{
	display: block;
	margin: 0 auto;
}
.single_team a{
	text-decoration: none;
}
.single_team span{
	color: black;
	font-size: 13px;
}
.says h4,
.choirs h4{
	margin-bottom: 5px;
}
.b2_right {
    position: relative;
}
.trs_spacing_bot td{
	padding-bottom: 20px;
}
.trs_spacing_top td{
	padding-top: 20px;
}
.flexslider .slides img{
	max-width: 100%;
	width: auto;
	max-height: 500px;
}
#slider_home .flex-control-nav {
    bottom: 5px;
	z-index: 9;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover{
    background: #2492d0;
}
.flex-control-paging li a {
    width: 15px;
    height: 15px;
    background: black;
    box-shadow: none;
    border-radius: 20px;
}
.flex-control-nav li {
    margin: 0 4px;
}
.single_news{
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
}
.single_news:last-child{
	border: none;
}
.single_news h4 a{
	text-decoration: none;
}
.banner31{
	display: table;
	width: 100%;
}
.banner31 div.b31_left,
.banner31 div.b31_middle,
.banner31 div.b31_right{
	margin-bottom: 23px;
}
.b31_left{
	position: relative;
}
.b31_left h2{
	position: absolute;
	color: white;
	right: 24px;
	font-size: 46px;
	line-height: 100%;
}
.b31_middle{
	position: relative;
}
.b31_middle h2{
	position: absolute;
	color: white;
	bottom: 25px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 46px;
	line-height: 100%;
}
@media (min-width: 1500px) {
  .homepage img{
    width: 100%;
  }
    .b1_right {
      padding: 80px 30px 28px 50px;
  }
	#banner_slideshow .item {
			height: 373px !important;
			position: relative;
	}
	.innerheader{
		width: 90%;
		margin: 0 auto;
	}
	
}
@media (min-width: 769px) {
	.innerheader{
		width: 93%;
		margin: 0 auto;
	}
	input[type="text"],
	input[type="email"],
	textarea{
		width: 350px;
	}
	.single_team .simg{
		height: 230px;
		overflow: hidden;
	}
	.cnss-social-icon{
	 text-align: left !important;
	}
	.col1{
		float: left;
		width: 25%;
	}
	.col2{
		float: left;
		width: 25%;
	}
	.col3{
		float: left;
		width: 20%;
	}
	.col4{
		float: left;
		width: 30%;
	}
	.b1_left{
		width: 58%;
		float: left;
		position: relative;
		background: none !important;
	}
	.b1_right{
		width: 40%;
		float: right;
		background-image: url(img/bg_up.png);
		background-color: #2492d0;
		background-repeat: no-repeat;
	}
	.b2_right{
		width: 58.3%;
		float: right;
		position: relative;
		background: none !important;
	}
	.b2_left{
		width: 39.8%;
		float: left;
	}
	.b3_left,
	.b31_left{
		width: 32%;
		float: left;
	}
	.b3_middle,
	.b31_middle{
		width: 32%;
		float: left;
		margin-left: 2%;
		margin-right: 2%;
	}
	.b3_right,
	.b31_right{
		width: 32%;
		float: left;
		background: none !important;
	}
	.logo{
		float: left;
	}
	.main_menu{
		float: right;
		margin-top: 25px;
	}
	
	.rightbar{
		float: left;
		width: 57%;
	}
	.sidebar{
		float: right;
		width: 32%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.b1_date{
		width: 45px;
		height: 45px;
		background: url(img/date_m.png) center no-repeat;
		text-align: center;
		padding-top: 15.5px;
	}
	.b1_date span {
			font-size: 11px;
			line-height: 12px;
	}
	.b1_right h2 {
			text-align: center;
			margin-bottom: 15px;
			font-size: 34px;
			line-height: 36px;
		  margin-left: 10px;
	}
	.b1_content a {
			font-size: 14px;
	}
	.b1_content p {
			font-size: 13px;
			line-height: 18px;
	}
	.b1_post {
			margin-bottom: 10px;
	}
	.b1_right {
			padding: 20px 30px 6px 50px;
	}
	.b2_sub h1 {
			font-size: 40px;
			line-height: 42px;
	}
	.b2_sub h3 {
			font-size: 20px;
			line-height: 25px;
			margin-top: 12px;
	}
	.b2_sub a {
			font-size: 20px;
			line-height: 24px;
			padding: 8px 27px 10px;
	}
	#banner_slideshow .item {
			height: 244px !important;
	}
	.b3_left h2 {
		font-size: 34px;
		line-height: 36px;
	}
	.b3_post .b3_title {
			font-size: 14px;
	}
	.b3_post p {
			font-size: 13px;
			line-height: 16px;
	}
	.b3_left {
			padding: 24px 20px 10px 20px;
	}
	
}
@media (max-width: 768px) {
	
 	.mean-container a.meanmenu-reveal span{
 		background: white;
 	}
 	.mean-container a.meanmenu-reveal{
 		color: white;
 	}
 	.mean-container .mean-nav {
		background: #2492d0;
	}
	.mean-container .mean-nav ul li a.mean-expand {
    	height: 26px;
	}
	.mean-container .mean-nav ul li a{
		font-family: 'Oswald', sans-serif;
	}
	.mean-container .mean-nav ul li li a{
		opacity: 1;
	}
	.logo img{
		max-width: 100%;
		display: block;
		margin: 0 auto 20px;
	}
	#slider_home .item {
			height: 300px !important;
	}
	.b1_left{
		margin-bottom: 30px;
	}
	.homepage img{
		width: 100%;
	}
	.b2_left,
	.b3_left,
	.b3_middle{
		margin-bottom: 30px;
	}
	.footer{
		text-align: center;
	}
	.logos img {
			margin: 15px;
	}
	.col1,.col2, .col3, .col4{
		margin-bottom: 30px;
	}
	.logos {
			margin-top: 5px;
	}
	.b2_right img{
		display: none;
	}
	.b2_sub{
		position: relative;
		top: 0px;
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		padding: 30px 0;
		right: 20px;
		width: 100%;
		display: table;
		max-width: 100%;
	}
	.bfooter a {
			font-size: 20px;
			padding: 5px 0px;
			margin-left: 0px;
			display: block;
			width: 140px;
			float: none;
			position: relative;
			top: -0px;
		text-align: center;
		margin-top: 10px;
	}
	.bfooter p {
			margin-bottom: 0px;
			font-size: 24px;
			font-family: 'Oswald', sans-serif;
			text-transform: uppercase;
			color: white;
			line-height: 30px;
	}
	.bfooter {
			padding: 30px 0 30px;
	}
	.titlesection1 h1 {
			font-size: 38px;
			line-height: 45px;
			margin: 40px 0;
	}
	.defaultpage iframe {
		width: 100%;
	}
	.titlesection h1 {
			font-size: 38px;
			line-height: 45px;
			margin: 90px 0;
	}
}
@media (max-width: 415px) {
  .b1_date{
		width: 45px;
		height: 45px;
		background: url(img/date_m.png) center no-repeat;
		text-align: center;
		padding-top: 15.5px;
	}
	.b1_date span {
			font-size: 11px;
			line-height: 12px;
	}
	.b1_right h2 {
			text-align: center;
			margin-bottom: 15px;
			font-size: 34px;
			line-height: 36px;
		  margin-left: 10px;
	}
	.b1_content a {
			font-size: 13px;
		line-height: 18px;
	}
	.b1_content p {
			font-size: 12px;
			line-height: 17px;
	}
	.b1_post {
			margin-bottom: 10px;
	}
	.b1_right {
			padding: 20px 30px 6px 50px;
	}
	.b2_sub h1 {
			font-size: 40px;
			line-height: 42px;
	}
	.b2_sub h3 {
			font-size: 20px;
			line-height: 25px;
			margin-top: 12px;
	}
	.b2_sub a {
			font-size: 20px;
			line-height: 24px;
			padding: 8px 27px 10px;
	}
	#banner_slideshow .item {
			height: 244px !important;
	}
	.b3_left h2 {
		font-size: 34px;
		line-height: 36px;
	}
	.b3_post .b3_title {
			font-size: 14px;
	}
	.b3_post p {
			font-size: 13px;
			line-height: 16px;
	}
	.b3_left {
			padding: 24px 20px 10px 20px;
	}
	.b1_left img{
		display: none;
	}
	.b1_sub{
		position: relative;
		top: 0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		left: 0;
		padding: 50px 15px;
	}
	.b1_sub h1 {
			font-size: 40px;
			line-height: 41px;
	}
	.b1_sub h3 {
			margin-top: 0px;
		font-size: 25px;
	}
	.b1_right {
			padding: 20px 30px 6px 30px;
	}
	.b1_content {
			margin-left: 12px;
			margin-top: 3px;
	}
	.b3_right img{
		display: none;
	}
	.b3_sub {
		left: 20px;
		position: relative;
		top: 0;
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
		padding: 40px 0;
	}
} 