html {height: 100%;}

body {
	margin: 0px;
	padding-top: 0px;
	font-family: 'Roboto', Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:300;
	height: 100%;
	background-color: #fff;
	background-image: url(../images/body-bg-texture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

form {
	padding:0px;  margin:0px;
}
	
hr {
	color: #fafafa; background: none; border:none; border-bottom: solid 1px #e6e6e6; 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 {font-weight:900;}

blockquote {
	display: block;
	background-color: #fff;
	width: auto;
	margin: 0;
	padding: 45px 30px 25px 30px;
	
}

/**********************************/
/* headers                        */
/**********************************/

h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	color: #202020;
	font-weight:900;	
	line-height:120%;
	font-family: Times, "Times New Roman", "serif";
	text-transform:uppercase;
}

h1 {
	font-size: 60px;
	text-transform:uppercase;
}

h2 {
	font-size: 42px;
	margin-top: 20px;
	margin-bottom: 16px;
}

h3 {
	font-size: 32px;
	margin-top: 16px;
	margin-bottom: 10px;
	color: #0B0B0B;
}

#small_column .moduletable h3 {
	padding: 0 0 10px 0;
	margin-bottom: 5px;
}

h4 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 6px;
}

h5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 6px;
}

h6 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 6px;
}

p {
	line-height: 150%;
	margin-bottom: 28px;
}

label {
}

img {max-width:100%!important; height:auto!important;}

/* Links
----------------------------------------------- */
a, a:link, a:visited {color:#d33227; 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: 265px;
	height: auto;
	padding: 0px 0px 0px 0px;
	
}

#banner_right {
	float: right;
	width: 1000px;
	height: auto;
	padding: 0px;
	position:relative;
}

#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: 13px;
	padding: 60px 0 50px 0;
}

#footer a:link, #footer a:visited {
	color:#ccc;
}

#footer a:hover {
	color:#fff;
}

#footer h3 {
	color:#fff;
	margin-top:0;
	font-size:36px;
}

#footer_left {
	float: left;
	width: 46%;
}

#footer_right {
	float: right;
	width: 46%;
}

#full_wrapper {
	width: auto;
	background-repeat: repeat-x;
	background-position: top;
}

#large_column {
	width: 70%;
	float: right;
	padding: 120px 0 0 0;
	clear: right;
}

#loginbutton {
	position:absolute;
    top: 1%;
    right: 13%;
}

#main_content {
	padding: 40px 0 65px 0;
	
}

#mobile_menu {
	display: none;
	left: 0px;
	width: 90%;
	height:100%;
	float: right;
	position: absolute;
	z-index: 99999;
	padding: 10% 5% 5% 5%;
	text-align:center;
}

#mobile_menu .moduletable{
	margin-bottom:25px;	
}

#mobile_menu::after {
	content: "";
	display:block;
	background-color: #fff;
	opacity: 0.95;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1; 
	height:100%;  
}

#mobile_menu_button{
	display: none;
	width: 43px;
	height: 33px;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #DFDFDF;
	background-image: url(../images/mobile-menu-button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px 0px 0px 50px;
	position: absolute;
	left: 12px;
	top: 180px;
	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: top center;
	background-size: 30px 30px; 
    /* 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;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    text-indent: -999em;
	top:10px
		
}

#small_column {
	width: 265px;
	float: left;
	clear: left;
}

#small_column .moduletable {
	margin-top:20px;
}

#table_bottom {
	background-color: #1b1b1b;
	padding-bottom: 80px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat;

}

#table_copyright {padding:25px; background:#0a0a0a; color:#696969; font-size:14px; text-align:center;}
#table_copyright p{padding:0; margin:0;}
#table_copyright a:link, #table_copyright a:visited {color:#be1e2d; text-decoration:none;}
#table_copyright a:hover {color:#ccc; text-decoration:underline;}

#table_middle {
	width: auto;
	background-image: url(../images/button-rollover.gif);
	background-position: -999em -999em;
	background-repeat: no-repeat;

}

#table_top {

}


#top_nav {
	height: 53px;
	clear: both;
	position: relative;
	z-index: 999;
	background-color: #000;

}

#top_wrapper {
	width: auto;
	padding: 0px;
	margin: 0px;
	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%;
}

.button {
	padding: 10px 14px;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	border: none;
	margin: 20px 0;
}


.clearboth {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.columns_wrapper {
	padding: 31px 0 0 0;
}

.feature_row {
	padding: 40px 0px!important;
	
}

.eighteen_points {font-size:18px;}

.fourteen_points{
	font-size:14px;
}

.half_block {
	width: 46%;
	margin-right: 3%;
	float: left;
	padding: 10px 0;
}

.image_right {
	float: right;
	margin:0px 0 30px 50px;
	max-width:50%!important;

}

.image_left {
	float: left;
	margin:0px 50px 30px 0px;
	max-width:50%!important;
}

.last_block {
	float:right!important;
	margin-right:0px!important;
}
.logo_mobile_only {display:none;}



.moduletablehero {
	width: auto;
}

.moduletablehero .btn{
	position:absolute;
	margin-top:-30%;
	margin-left:45%;
}

.moduletableloginbutton a:link, .moduletableloginbutton a:visited{
	background-color: #181818;
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    padding: 12px 16px;
    cursor: pointer;
    border: none;
    background-image: url(../images/button-bg.jpg);
    background-repeat: repeat;
    background-position: center;
    transition-duration: 1s!important;
    -webkit-transition: all 1s ease-out!important;
    position: relative;
    top: 10px;
    right: 0;
    text-decoration: none;
}

.customloginbutton a:link, .customloginbutton a:visited {
	font-size: 16px;
	padding: 13px 30px;
    border-radius: 22px;
}

.moduletableloginbutton a:hover {background-color:#999; background-image: url(../images/button-rollover.gif);}

.readmore a:link, .readmore a:visited {
	font-size:14px; text-decoration:none;
}

.primary_color{
	color: #009999;
}

.quarter_block {
	width:18%;
	padding:2%;
	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:1300px;
	margin:0 auto;
}





/********************************** N A V I G A T I O N    &    M E N U S  *************************************************/



/**********************************/
/* Top   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: 0px;
	padding:0 0 0 20px;
	display:block;
	list-style-type: none;
	zoom: 1;
}

#top_nav ul.menu li {
	margin: 0px;
	padding: 0px 5px 0 0;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display: inline-block;
	zoom: 1;
    *display: inline;
}

#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:300;
	line-height:18px;
	color:#fdfdfd;
	text-transform:uppercase;
}

#top_nav ul.menu li.active a, #top_nav ul.menu li.active span {

}

#top_nav ul.menu a:hover, #top_nav ul.menu span:hover{
	color: #e0d561;
}


#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;
}


/**********************************/
/* Header Navigation              */
/**********************************/
#banner_left ul.menu, #mobile_menu ul.menu  {
	margin: 0px;
	padding:0px;
	display:block;
	list-style-type: none;
	text-transform:uppercase;
}

#mobile_menu ul.menu {margin-bottom:25px;}

#banner_left ul.menu li, #mobile_menu ul.menu li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#banner_left ul.menu a,
#banner_left ul.menu a:link,
#banner_left ul.menu a:visited,
#banner_left ul.menu span,
#mobile_menu ul.menu a:link, #mobile_menu ul.menu a:visited, #mobile_menu ul.menu span {
	display: block;
	text-decoration:none;
	color:#969696;
	padding:0px 10px;
	font-size:34px;
	font-weight:900;
	line-height:100%;
	background-repeat:no-repeat;
	background-position:-255px center;
	font-family: Times, "Times New Roman", "serif"
}

#mobile_menu ul.menu a:link, #mobile_menu ul.menu a:visited, #mobile_menu ul.menu span {
	display: block;
	text-decoration:none;
	color:#969696;
	padding:5px 10px;
	font-size:34px;
	font-weight:900;
	line-height:100%;
	background-repeat:no-repeat;
	background-position:-255px center;
	font-family: Times, "Times New Roman", "serif"
}


#banner_left ul.menu a:hover,
#banner_left ul.menu span:hover,
#mobile_menu ul.menu a:hover, #mobile_menu ul.menu span:hover {
	color:#000;
	background-position:left center;
}

#banner_left ul.menu li.active a,
#banner_left ul.menu li.active span,
#mobile_menu ul.menu li.active a,
#mobile_menu ul.menu li.active span {
	color:#000;	
}

#banner_left ul.menu li:nth-child(1) a {background-image: url(../images/menu-roll1.png);}
#banner_left ul.menu li:nth-child(2) a {background-image: url(../images/menu-roll2.png);}
#banner_left ul.menu li:nth-child(3) a {background-image: url(../images/menu-roll3.png); font-size: 30px;}
#banner_left ul.menu li:nth-child(4) a {background-image: url(../images/menu-roll4.png);}
#banner_left ul.menu li:nth-child(5) a {background-image: url(../images/menu-roll5.png);}
#banner_left ul.menu li:nth-child(6) a {background-image: url(../images/menu-roll6.png);}
#banner_left ul.menu li:nth-child(7) a {background-image: url(../images/menu-roll2.png);}
#banner_left ul.menu li:nth-child(8) a {background-image: url(../images/menu-roll1.png);}
#banner_left ul.menu li:nth-child(9) a {background-image: url(../images/menu-roll4.png);}
#banner_left ul.menu li:nth-child(10) a {background-image: url(../images/menu-roll5.png);}
#banner_left ul.menu li:nth-child(11) a {background-image: url(../images/menu-roll6.png);}




#banner_left ul.nav-child {
	/**/display:none;
	padding:0; 
	margin:0;
}

#banner_left li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#banner_left ul.nav-child li{
	display:inline;
}

#banner_left ul.nav-child a:link, #banner_left ul.nav-child a:visited{
	
	padding:10px 10px;
}

#banner_left ul.nav-child a:hover{
	color:#ddd!important;
}


/**********************************/
/* Small Column Navigation        */
/**********************************/
#small_column ul.menu,
#small_column ul.latestnews,
#small_column ul.category-module  {
	margin: 0px;
	padding:0px;
	display:block;
	list-style-type: none;
}

#small_column ul.menu li,
#small_column ul.latestnews li,
#small_column ul.category-module 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,
#small_column ul.category-module a:link,
#small_column ul.category-module a:visited,
#small_column ul.category-module span {
	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,
#small_column ul.category-module li.active a,
#small_column ul.category-module 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,
#small_column ul.category-module a:hover,
#small_column ul.category-module 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;
}


/**********************************/
/* social media buttons          */
/**********************************/

.fa {
    padding: 15px;
    font-size: 34px;
    text-align: center;
    text-decoration: none!important;
	background:none;
	color:#969696!important;
}

.fa:hover {
    color:#000!important;
}



/**********************************/
/* Joomla Styles                  */
/**********************************/



.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

/**********************************/
/* Extension Overrides            */
/**********************************/

#footer table.acymailing_form {
	margin:0;
	width:100%;
}

#footer textarea, #footer input[type="text"], #footer input[type="password"], #footer input[type="datetime"], #footer input[type="datetime-local"], #footer input[type="date"], #footer input[type="month"], #footer input[type="time"], #footer input[type="week"], #footer input[type="number"], #footer input[type="email"], #footer input[type="url"], #footer input[type="search"], #footer input[type="tel"], #footer input[type="color"], #footer .uneditable-input {
	width:100%;
	background-color:#2b2b2b;	
	border:none;
	color:#cdcdcd;
}

#footer .acysubbuttons {
	text-align:left;	
}

/****************Joom Donation Extensions***********/
#amount_container label input[type="radio"], #amount_container label input[type="checkbox"], .form-horizontal input[type="radio"], .form-horizontal input[type="checkbox"] {
	width:auto; margin-right:5px;
}

form.form-horizontal .control-label {font-weight:300;}
form.form-horizontal input[type="submit"] {width:auto;}
.formError .formErrorContent, .formErrorArrow div {box-shadow:0 0 0 #fff!important; -webkit-box-shadow:0 0 0 #fff!important; border:none; font-size:13px!important;}


/****************Membership Extension***************/

.osm-pricing-table .osm-plan .osm-plan-header h2 {
    text-transform:none;
}

.osm-pricing-table .osm-plan .osm-plan-header {
   
    background-color: #292929;
    -moz-border-radius: 0 0 0 0;
     -webkit-border-radius: 0 0 0 0;
     border-radius: 0 0 0 0;
}

.osm-pricing-table .osm-plan {
    border-radius: 0px;
    background-color: #ffffff;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.osm-plan-price {
    background: #d33227;
    color: #fff;
}

.osm-plan-price h2 {
    font-size:30px;
}

.osm-plan-price .price {
    color: #fff;
}

.osm-plan-price .price span{
    font-size:30px;
}

.osm-pricing-table .osm-plan:hover {
    -moz-box-shadow: 0 0 12px 3px #f1f1f1;
    -webkit-box-shadow: 0 0 12px 3px #f1f1f1;
    box-shadow: 0 0 7px 5px #f1f1f1;
}

.osm-pricing-table .osm-plan .osm-plan-short-description {
    padding: 10px;
    border: solid 1px #efefef;
}

/*****************🍪 Manager****************/
.moduletable.cookiemanager h3 {
  display: none;
}
.moduletable.cookiemanager > div > div {
  border: none;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button{
float: none;
	background:none;
	color: #be1e2d;
	cursor: pointer;
	border:none;
	padding: 0 5px;
	font-size:14px;
	font-family: 'Roboto', Arial, sans-serif;
}

div.plg_system_eprivacy_accepted {

    color: #696969;
}

/*****************Media Queries****************/


@media screen and (max-width: 1340px) {
	#banner_right {width:73.214%; }
	.wrapper_frame, #footer, #table_middle .wrapper_frame, #table_copyright {padding-right: 18px; padding-left: 18px; width:auto;}
}

@media screen and (max-width: 1160px) {

	#top_nav ul.menu {
		padding:0;
	}
	
	#top_nav ul.menu a:link, #top_nav ul.menu a:visited, #top_nav ul.menu span {
		padding:17px 12px 17px 13px;
	}
	
	
	
	.moduletablehero .btn {margin-left:40%;}
}

@media screen and (max-width: 1100px) {
	#banner_left ul.menu a,
	#banner_left ul.menu a:link,
	#banner_left ul.menu a:visited,
	#banner_left ul.menu span { font-size:30px;}
	
	#banner_left {width:220px;}
}


@media screen and (min-width: 920px) { 
	.logo_mobile_only {display:none;}
	.logo_nomobile {display:block; }
	#mobile_menu_button {display:none!important;}
	#mobile_menu {display:none!important;}
}

@media screen and (max-width: 920px) { 
	#banner_left ul.menu {display:none;}
	#banner_left {width:80px; text-align:center;}
	#banner_right {width:80%;}
	
	.logo_mobile_only {display:block;}
	.logo_nomobile {display:none; }
	
	.moduletable_social {margin-top:100px;}
	
	.moduletablehero .btn {font-size:18px; padding:16px 22px;}
	
	.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: 770px) { 

  
   	.bq-right, .bq-left {
		float: none;
		margin: 0;
		width:auto;
	}
   
}


@media screen and (max-width: 650px) { /* 630px */

	h1 {font-size: 48px;}
	h2 {font-size: 36px;}
	h3 {font-size: 32px;}
	
	#small_column {float:none; width:auto; clear:both;}
	#large_column {width:auto; float:none; clear:both; padding-top:50px;}
	#banner_left{width:50%; float:left; }
	#banner_right {width:auto; float:none; clear:both; }
	.moduletable_social {display:none;}
	.half_block {
		width:auto;
		margin-right:0;
		float:none;
		padding:0;
		margin-bottom:30px;
	}
	
	#loginbutton {display:none;}

   
   .last_block {float:none!important;}
   #mobile_menu_button {top:65px; left:auto; right:14%;}
   .moduletableloginbutton  {position:absolute; top:0; right:0}
   
   .image_right {float:none; margin-left:0; margin-bottom:20px; display:block; max-width: 100%!important;}
   .image_left {float:none; margin-right:0; margin-bottom:20px; display:block; max-width: 100%!important}
   
   .no_mobile {display:none;}
	
	#mobile_menu ul.menu a:link, #mobile_menu ul.menu a:visited, #mobile_menu ul.menu span {font-size: 26px;}

}

@media screen and (max-width: 500px) {
	
	.moduletablehero .btn {font-size:16px; padding:16px 22px; margin-left:0;}
	.nomobile {display:none;}
	.mobileonly {display:inherit;}
	
	.two_third_block {
		width:auto;
		float:none;
	}
	
	#footer_left, #footer_right {
		float: none;
		width: auto;
		padding-bottom:50px;
	}
	
	
	
}

@media screen and (max-width: 380px) { 

	

}
