@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,600,700);

html {height: 100%;}

body {
	margin: 0;
	padding-top: 0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #3a3221;
	font-size: 15px;
	height: 100%;
}

form {
	padding:0px;  margin:0px;
}

hr {
	color: #fafafa; background: none; border:none; border-bottom: solid 1px #efe5ce; height:1px; width:100%; margin:30px 0!important;
}

address,blockquote,body,dd,del,dl,dt,div,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,ins,legend,li,map,object,ol,p,pre,table,td,textarea,th,ul {
	padding:0px; margin:0px;
}

ul, ol {
	margin-left:24px;
	margin-top: 12px;
	margin:20px 24px 32px 24px;
}

li {
	margin-bottom:8px;
}

fieldset,img{border:0}
strong {}

blockquote {
	display: block;
	background-color: #F0F0F0;
	width: auto;
	margin: 0;
	padding: 45px 30px 25px 30px;
	text-align: center;
	background-image: url(../images/photo-frame.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}

/**********************************/
/* headers                        */
/**********************************/

h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	color: #990000;
	font-weight: 400;	
	font-family: ;
	font-family: Georgia,serif;

}

h1 {
	font-size: 48px;
	font-weight:300;
	border-bottom: 3px solid #69A1DB;
	padding-bottom: 5px;
}
h2 {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 16px;
}

h3 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
	/* color: #0B0B0B; */
}

#small_column .moduletable h3, #small_column .moduletablehomenews h3 {
	color: #464646;
	padding: 0 0 10px 0;
	line-height: 22px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
}

h4{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
}

h5 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
	line-height: 24px;
	/* color: #4B4B4B; */
}

h6 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 6px;
}

p {
	line-height: 22px;
	margin-bottom: 28px;
}

label {
}

img {max-width:100%!important; height:auto!important;}

/* Links
----------------------------------------------- */
a, a:link, a:visited {color:#315879; text-decoration: underline;}

a:hover, a:focus, a:active {color: #000; text-decoration: none;}

#main_content a, #main_content a:link, #main_content a:visited {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}

#main_content a:hover, #main_content a:focus, #main_content a:active {
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}



/**********************************/
/* Layout ID's                    */
/**********************************/

#banner_left {
	float: left;
	width: 261px;
	height: 110px;
	padding-top: 35px;
	
}

#banner_right {
	float: right;
	padding-right: 0;
	width: 255px;
	padding-top: 34px;
	padding-bottom: 0;
	text-align: right;
}

#content {
	padding: 0;
}

#feature_container {
	/* background-color: #eee; */
}

#feature {
	padding: 20px 0 20px 0;
	margin-top:20px;
}

#feature h1 {
	font-size: 44px;
}

#footer {
	color: #fafafa;
	font-size: 14px;
	padding: 60px 0 50px 0;
}

#footer a:link, #footer a:visited {
	color:#ccc;
}

#footer a:hover {
	color:#fff;
}

#footer h3 {
	color:#fff;
	border-bottom:solid 1px #9C9C9C;
	margin-top:0;
}

#footer_left {
	float: left;
	width: 53%;
}

#footer_right {
	float: right;
	width: 31%;
}

#full_wrapper {
	width: auto;
	background-image: url(../images/top-tile.gif);
	background-repeat: repeat-x;
	background-position: top;

	background: rgb(93, 140, 181); /* Old browsers */
    background: linear-gradient(to bottom, rgb(56, 96, 130) 0%,rgb(93, 140, 181) 100%);

    background-size: 100% 30px;
    background-repeat: repeat-x;
    background-position: 0 191px;

}

#large_column {
	width:66%;
	float: left;
	padding:0;
}


#main_content {
	padding: 45px 0 65px 0;
	
}

#mobile_menu {
	display: none;
	top: 230px;
	left: 0;
	width: 90%;
	float: right;
	position: absolute;
	z-index: 99999;
	background-color: #3f688c;
	padding: 5%;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#mobile_menu_button{
    display: none;
    width: 43px;
    height: 33px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #DFDFDF;
    text-shadow: 0 0 5px #000;
    background-image: url(../images/mobile-menu-button.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 14px 0 0 50px;
    position: absolute;
    left: 12px;
    top: 184px;
    z-index: 1000;
    text-decoration: none;
}

a#mobile_menu_close_button:link, a#mobile_menu_close_button:visited{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	background-image: url(../images/icon-close.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding: 8px 16px 8px 30px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	float:right;
	margin-bottom:15px;
}

#small_column {
	width:24.71153846153846%;
	width: 30%;
	float: right;
}

#small_column .moduletable {
	border-radius: 5px;
	margin-top:20px;
	padding: 25px 20px;
	background: #d7e2ec;
}
#small_column .moduletable.no_bg{
	background: none;
}

#small_column .moduletablehomenews{
	
	height:438px;
	overflow:hidden;
}

#small_column .moduletable, #small_column .moduletablehomenews{
	
}

#table_bottom {
	
	background-color: #333333;

}

#table_middle {
	width: auto;

}

#table_top {

}


#top_nav {
	box-shadow: 0 0 10px -4px #000;

	height: 53px;
	/* background-image: url(../images/nav-bar.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: center bottom; */
	clear: both;
	position: relative;
	z-index: 999;
	border-radius: 5px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8dabc9+0,5f8eb7+8,274c6b+96,8dabc9+100 */
	background: rgb(141,171,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(141,171,201,1) 0%, rgba(95,142,183,1) 8%, rgba(39,76,107,1) 96%, rgba(141,171,201,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(141,171,201,1) 0%,rgba(95,142,183,1) 8%,rgba(39,76,107,1) 96%,rgba(141,171,201,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(141,171,201,1) 0%,rgba(95,142,183,1) 8%,rgba(39,76,107,1) 96%,rgba(141,171,201,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dabc9', endColorstr='#8dabc9',GradientType=0 ); /* IE6-9 */

}

#top_wrapper {
	width: auto;
	padding: 0;
	margin: 0;
	height: 229px;
}



/**********************************/
/*         Classes                */
/**********************************/

.article-icons {margin:0; padding:0;}
.article-icons li {display:inline-block; list-style:none; padding:0 10px 0 0;}
.article-icons li a{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.email-icon a {}


.bq-left {
	float: left;
	margin-left: 0;
	margin-top:0 3% 0 0;
	width:40%;
}

.bq-right {
	float: right;
	margin-right: 0;
	margin:0 0 0 3%;
	width:40%;
}
p a.button {
	display: inline-block;
	padding: 10px 14px;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	border: none;
	margin: 20px 0;
	border-radius: 5px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad0005+0,720003+100 */
	background: rgb(173,0,5); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,0,5,1) 0%, rgba(114,0,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(173,0,5,1) 0%,rgba(114,0,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(173,0,5,1) 0%,rgba(114,0,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0005', endColorstr='#720003',GradientType=0 ); /* IE6-9 */



}
a.button,
a.button:link{
	color: #fff;
	text-decoration: none;
}

.btn{
	display: inline-block;
	padding: 10px 14px;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	border: none;
	margin: 20px 0;
	border-radius: 5px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad0005+0,720003+100 */
	background: rgb(173,0,5); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,0,5,1) 0%, rgba(114,0,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(173,0,5,1) 0%,rgba(114,0,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(173,0,5,1) 0%,rgba(114,0,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0005', endColorstr='#720003',GradientType=0 ); /* IE6-9 */

}

.clearboth {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.columns_wrapper {
	padding: 31px 0 0 0;
}

.feature_row {
	padding: 40px 0!important;
	
}

.eighteen_points {font-size:18px;}

.fourteen_points{
	font-size:14px;
}

.half_block {
	width:45%;
	margin-right:3%;
	float:left;
	padding:10px 0;
}

.image_right {
	float: right;
	margin:0px 0 30px 50px;

}

.image_left {
	float: left;
	margin:0px 50px 30px 0;
}

.last_block {
	float:right!important;
	margin-right:0px!important;
}

.readmore a:link, .readmore a:visited {
	font-size:14px; text-decoration:none;
}

.primary_color{
	color: #009999;
}

.quarter_block {
	margin-bottom: 30px;
	width:22%;
	padding:0%;
	float:left;
	margin-right:3.5%;
}


.secondary_color {
	color: #F06000;
}

.sixteen_points{
	font-size:16px;
}

.third_block {
	width:30%;
	margin-right:5%;
	float:left;
	padding:0;
}

.two_third_block {
	width:64%;
	float:left;
}

.twelve_points{
	font-size:12px;
}

.wrapper_frame {
	width:1020px;
	margin:0 auto;
}

#small_column ul.category-module{
	margin: 0;
}
#small_column .category-module{
	list-style: none;
}
#small_column a.mod-articles-category-title:link,
#small_column a.mod-articles-category-title:visited {
	margin-bottom: 12px;
	color: #990000;
	font-weight: 400;
	font-family: Georgia,serif;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
	text-decoration: none;
}
#small_column p.mod-articles-category-introtext{
	line-height: 20px;
	margin: 5px 0 12px;
	font-size: 14px;
}
#small_column p.mod-articles-category-readmore a:link,
#small_column p.mod-articles-category-readmore a:visited{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
}



/********************************** N A V I G A T I O N    &    M E N U S  *************************************************/



/**********************************/
/* Main   Navigation          */
/**********************************/


ul.menu a, ul.menu a:link, ul.menu a:visited, ul.menu span, ul.menu li.active, ul.menu li.active span, ul.menu a:hover, ul.menu span:hover {
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	cursor:pointer;
}

#top_nav ul.menu {
	margin: 0;
	padding:0 0 0 20px;
	display:block;
	list-style-type: none;
	zoom: 1;
}

#top_nav ul.menu li {
	margin: 0;
	padding: 0 5px 0 0;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display: inline-block;
	zoom: 1;
	*display: inline;
}

/*-------home button--------*/
#top_nav ul.menu li.item-101 a{
	text-indent: -999em;
	width: 20px;
	background-image: url(../images/btn-home.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*-------------------------*/

#top_nav ul.menu a:link, #top_nav ul.menu a:visited, #top_nav ul.menu span {
	display: block;
	float:left;
	text-decoration:none;
	padding:17px 13px 17px 13px;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#fff;
	text-shadow:0px 0 5px #000;
	padding: 10px 13px;
	margin: 7px 9px;
	border-radius: 5px;
}

#top_nav ul.menu a:hover, #top_nav ul.menu span:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad0005+0,720003+100 */
	background: rgb(173,0,5); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,0,5,1) 0%, rgba(114,0,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(173,0,5,1) 0%,rgba(114,0,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(173,0,5,1) 0%,rgba(114,0,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0005', endColorstr='#720003',GradientType=0 ); /* IE6-9 */
}


#top_nav ul.nav-child {
	/**/display: none;
	top: 53px;
	margin: 0;
	position: absolute;
	padding: 20px 40px 20px 10px;
	text-transform: none;
	z-index: 9999;
	background-color: #353535;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#top_nav li.active ul.nav-child {
	display:block;
}

#top_nav ul.nav-child li{
	display:block;
	padding:0;
	clear:left;
	border-right:none;
	background:none;
}

#top_nav ul.nav-child a:link, #top_nav ul.nav-child a:visited{
	font-size: 14px!important;
	font-weight: normal;
	color: #FFFFFF!important;
	padding: 8px 7px;
	display: block;
	width: 180px;
	border-bottom: dotted 1px #484848;
}

#top_nav ul.nav-child a:hover{
	color:#fff!important;
}


/**********************************/
/* Small Column Navigation        */
/**********************************/
#small_column ul.menu,
#small_column ul.latestnews  {
	margin: 0;
	padding:0px;
	display:block;
	list-style-type: none;
}

#small_column ul.menu li,
#small_column ul.latestnews li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#small_column ul.menu a:link,
#small_column ul.menu a:visited,
#small_column ul.menu span,
#small_column ul.latestnews a:link,
#small_column ul.latestnews a:visited {
	display: block;
	text-decoration:none;
	padding:10px 10px;
	font-size:14px;
	border-bottom:dotted 1px #ccc;
}

#small_column ul.menu li.active a,
#small_column ul.menu li.active span,
#small_column ul.latestnews li.active a,
#small_column ul.latestnews li.active span {

	color:#444;
}
#small_column ul.menu a:hover,
#small_column ul.menu span:hover,
#small_column ul.latestnews a:hover,
#small_column ul.latestnews span:hover{
	color:#000;
}


#small_column ul.nav-child {
	/**/display:none;
	padding:0; 
	margin:0;
}

#small_column li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#small_column ul.nav-child li{
	display:inline;
}

#small_column ul.nav-child a:link, #small_column ul.nav-child a:visited{
	
	color:#fff!important;
	background-color:#333;
	padding:10px 10px;
}

#small_column ul.nav-child a:hover{
	color:#ddd!important;
}



/**********************************/
/* Footer Navigation        */
/**********************************/
#footer ul.menu,
#footer ul.latestnews,
#footer ul.category-module  {
	margin: 0;
	padding:0px;
	display:block;
	list-style-type: none;
}

#footer ul.menu li,
#footer ul.latestnews li,
#footer ul.category-module li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#footer ul.menu a:link,
#footer ul.menu a:visited,
#footer ul.menu span,
#footer ul.latestnews a:link,
#footer ul.latestnews a:visited,
#footer ul.category-module a:link,
#footer ul.category-module a:visited,
#footer ul.category-module span {
	display: block;
	text-decoration:none;
	padding:10px 10px;
	font-size:14px;
	border-bottom:dotted 1px #ccc;
	border-bottom: solid 1px #777;
}

#footer ul.menu a:hover,
#footer ul.menu span:hover,
#footer ul.latestnews a:hover,
#footer ul.latestnews span:hover,
#footer ul.category-module a:hover,
#footer ul.category-module span:hover{
	color:#fff;
}


#footer ul.nav-child {
	/**/display:none;
	padding:0; 
	margin:0;
}

#footer li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#footer ul.nav-child li{
	display:inline;
}

#footer ul.nav-child a:link, #footer ul.nav-child a:visited{

	color:#fff!important;
	background-color:#333;
	padding:10px 10px;
}

#footer ul.nav-child a:hover{
	color:#ddd!important;
}
/**********************************/
/* Mobile Navigation              */
/**********************************/

#mobile_menu ul.menu {
	margin: 0;
	padding:0px;
	display:block;
	list-style-type: none;
	clear:both;
}

#mobile_menu ul.menu li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#mobile_menu ul.menu a:link, #mobile_menu ul.menu a:visited, #mobile_menu ul.menu span {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 14px;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7795aa;
}



#mobile_menu ul.menu li.active a, #mobile_menu ul.menu li.active span {


}

#mobile_menu ul.menu a:hover, #mobile_menu ul.menu span:hover{
	color: #FFFFFF;
	background: #587c9b;
}


#mobile_menu ul.nav-child {
	/**/display:none;
	padding:0; 
	margin:0;
}

#mobile_menu li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#mobile_menu ul.nav-child li{
	display:inline;
}

#mobile_menu ul.nav-child a:link, #mobile_menu ul.nav-child a:visited{
	background-color: #272727;
	padding: 15px 15px 15px 30px;
	color: #A8A8A8;
	font-size: 13px;
}

#mobile_menu ul.nav-child a:hover{
	color:#fff!important;
}

/**********************************/
/* Footer   Navigation          */
/**********************************/
#footer_left ul.menu {
	margin: 0;
	padding:0;
	display:block;
	list-style-type: none;
}

#footer_left ul.menu li {
	margin: 0;
	padding: 0;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:inline-block;
}

#footer_left ul.menu li:after {
	content: ")";
}
#footer_left ul.menu a:link, #footer_left ul.menu a:visited, #footer_left ul.menu span {
	display: block;
	float:left;
	text-decoration:none;
	padding:0 8px 8px 8px;
}

/**********************************/
/* social media buttons          */
/**********************************/

a.social_button:link, a.social_button:visited {
	margin-right: 6px;
	display:inline-block; 
	background-position:center bottom; 
	background-repeat:no-repeat; 
	text-indent:-999em;
	background-size: contain;
	text-align:left;
	width: 24px;
	height: 24px;
}

.dark.facebook{background-image:url(../images/facebook-dark.png);}
.dark.twitter{background-image:url(../images/twitter-dark.png);}
.dark.youtube{background-image:url(../images/youtube-dark.png);}
.dark.pinterest{background-image:url(../images/pinterest-dark.png);}
.dark.instagram{background-image:url(../images/instagram-dark.png);}
.dark.linkedin{background-image:url(../images/linkedin-dark.png);}

.light.facebook{background-image:url(../images/facebook-light.png);}
.light.twitter{background-image:url(../images/twitter-light.png);}
.light.youtube{background-image:url(../images/youtube-light.png);}
.light.pinterest{background-image:url(../images/pinterest-light.png);}
.light.instagram{background-image:url(../images/instagram-light.png);}
.light.linkedin{background-image:url(../images/linkedin-light.png);}

/**********************************/
/* Vertical   Navigation          */
/**********************************/

#vnav
{
	margin: 0;
	list-style-type: none;
	padding: 0;
	margin-top: 10px;

}

#vnav li {
	margin:0px;
	padding:0px;
	margin-bottom:1px;
}

#vnav a:link, #vnav a:visited {
	display: block;
	padding-left: 8px 15px;
	text-decoration:none;
	border-bottom:solid 1px #eaeaea;
}

#vnav a:hover {
	color:#1b180c;
}

/*****************Media Queries****************/

@media screen and (min-width: 915px) { 
	#mobile_menu_button {display:none!important;}
	#mobile_menu {display:none!important;}
}

@media screen and (max-width: 1140px) {
	.wrapper_frame {width: auto; }

	#footer, #table_middle .wrapper_frame, #table_copyright {padding-right: 18px; padding-left: 18px; width:auto;}
	#banner_right{
		margin-right: 10px;
	}
	#top_nav ul.menu {
		padding:0;
	}
	#top_nav ul.menu a:link, #top_nav ul.menu a:visited, #top_nav ul.menu span{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 915px) { 
	.third_block {
		width:auto;
		margin-right:0;
		float:none;
		text-align:center;
		margin-bottom:30px;
	}

	.third_block.last_block {
		width:auto;
		float:none!important;
		text-align:center;
		margin-bottom:30px;
	}

	#mobile_menu_button {display:block!important;}

	#top_nav ul.menu {
		display:none;
	}

}

@media screen and (max-width: 825px) { 

	#banner_left {
		width: 360px;
	}

}


@media screen and (max-width: 770px) { 


	#small_column {float:none; width:auto; padding:16px 0;}
	#large_column {width:auto; float:none; padding:2% 0 8% 0;}


	.bq-right, .bq-left {
		float: none;
		margin: 0;
		width:auto;
	}

}

@media screen and (max-width: 650px) { /* 630px */
	#mobile_menu{
		top:336px;
	}
	#full_wrapper{
		background: none;
	}
	#top_wrapper{
		height: auto;
	}
	#banner_left {
		float:none;
		width:auto;
		/* 		height:110px!important; */
		padding-top:10px!important;
		text-align:center;

	}

	#banner_right {
		float: none;
		padding:0 25px!important;
		/* 		height: 56px; */
		text-align: center;
		width: auto;
		margin: 20px auto;
	}
	#mobile_menu_button{
		top: 290px;
	}

	.half_block, .quarter_block {
		width:auto;
		margin-right:0;
		float:none;
		padding:0;
		margin-bottom:30px;
	}

	.last_block {float:none!important;}


	#footer_right {text-align:left;}

	.image_right {float:none; margin-left:0; margin-bottom:20px; display:block;}
	.image_left {float:none; margin-right:0; margin-bottom:20px; display:block;}

	.no_mobile {display:none;}

}

@media screen and (max-width: 500px) { 
	.two_third_block {
		width:auto;
		float:none;
	}

	#footer_left, #footer_right {
		float: none;
		width: auto;
	}



}

@media screen and (max-width: 380px) { 

	#banner_left {padding-left:0px;}

}
