@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #fff;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #31465a;
	line-height: normal;
	overflow-y: scroll;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

a {
	text-decoration: none;
}

a.links_left {
	color: #fff; 
	cursor: pointer; 
	cursor: hand; 
	font-size: 14px; 
	line-height: normal; 
	display: inline-block;
}

a.links_left:hover {
	color: rgb(27,20,100);
}

.mob_only {
	display: none !important;
}


/* Colors & Fonts */




/* General Layout */

#head_ct {
	width: 100%;
	max-width: 1200px;
	z-index: 9;
	background-color: #1e2d3c;
	height: 130px;
	margin-bottom: 15px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#head {
	position: relative;
	margin: 0px auto;
	max-width: 1200px;
	width: 100%;
}

#head_border {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 42px;
	margin-right: -550px;
	background-color: #646363;
}


#submenu_ct {
	position: relative;
	width: 260px;
	background-color: #31475b;
	padding: 0;
	z-index: 10;
	min-height: 100%;
	float: left;
	margin-right: 30px;
}

#menu {
	display: inline-block;
	position: relative;
	float: left;
	padding-top: 70px;
}



#content_ct {
	position: relative;
	width: 100%;
	padding: 0;
	float: left;
	background-color: #213140;
}

#content {
	position: relative;
	width: 100%;
	font-weight: 300;
	line-height: normal;
	font-size: 18px;
	padding: 15px;
}

#content_inner {
	width: 100%;
	max-width: 760px;
	float: left; 
	padding-bottom: 30px;
}


#content ul {
	padding-left: 1em;
}


a.no_ul {
	border-bottom: none !important;
}


#wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #2e4456;
	border-left: 2px solid #1d2b39;
	border-right: 2px solid #1d2b39;
}

#main_ct {
	position: relative;
	width: 100%;
	padding: 0px 40px 40px 40px;
}

#main {
	position: relative;
	width: 100%;
	min-height: 500px;
	padding:15px;
	background-color: #fff;
}


#footer {
	display: block;
	width: 100%;
	background-color: #132330;
	color: #6bcaef;
	padding: 30px;
}

#footer a {
	color: #706f6f;
	font-size: 16px;
	transition: all 0.5s;
}

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



#popups_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 40;
}

#popups {
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: 100%;
	display: none;
}


.popup_close {
	padding: 5px 10px;
	background-color: #ad9e85;
	text-align: right;
	color: #fff;
}



.col_left {
	float: left;
	padding-right: 20px;
}

.col_right {
	float: left;
	padding-left: 20px;
}

.small_dash {
	display: inline-block;
	height: 1px;
	background-color: #c7cd0e;
	width: 80px;
}

.large_dash {
	display: inline-block;
	height: 1px;
	background-color: #c7cd0e;
	max-width: 500px;
	width: 100%;
}


.box {
	background-color: transparent;
	position: relative;
	color: #fff;
}

a.box, a.box:hover {
	border-bottom: none !important;
}

#content a {
	color: #6bcaef;
	border-bottom: 1px dotted #6bcaef;
}

#content a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}


.box_content {
	padding: 15px;
	color: #fff;
	background-color: #213140;
}

.box_content a {
	color: #fff;
	border-bottom: 1px dotted #fff !important;
}

.box_content a:hover {
	border-bottom: 1px solid #d4d206 !important;
}



.subtitle {
	color: #9b87a9;
}

img.fw {
	display: block;
	width: 100%;
	height: auto;
}

.link_more {
	position: absolute;
	background-color: #7f4e95;
	padding: 3px 10px;
	color: #fff;
	font-weight: 400;
	bottom: 0;
	left: 0;
	border-bottom: none !important;
	transition: all 0.5s;
}

a.link_more:hover {
	border-bottom: none !important;
	color: #7f4e95;
	background-color: #fff;
}

.imgbox {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
}



.newsbox .imgbox {
	background-position: center top;
	flex-shrink: 0;
}

.newsbox .newsbox_content {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.newsbox {
	display: flex;
	background-color: #384653;
	color: #fff;
	line-height: normal;
	padding: 0px;
	position: relative;
	margin-top: 10px;
	transition: all 0.5s;
	font-size: 16px;
	font-weight: 300;
}

.newsbox strong {
	display: inline-block;
	margin-top: 3px;
	font-style: normal;
	font-weight: 400;
}

.newsbox:hover {
	background-color: #132330;
}

.newsbox_date {
	color: #5eadce;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 12px 15px;
	font-weight: 300;
}

.gallerybox {
	display: inline-block;
	background-color: #31475b;
	color: #fff;
	position: relative;
	margin-top: 10px;
	transition: all 0.5s;
	width: 100%;
}

.gallerybox_outer {
	width: 49%;
	margin-right: 1%;
	float: left;
	display: inline-block;
	position: relative;
}

.gallerybox_outer:nth-child(odd){
	margin-right: 0%;
	margin-left: 1%;
}

.meta_gallery_box .gallerybox_outer {
	margin-left: 1%;
	margin-right: 0%;
}

.meta_gallery_box .gallerybox_outer:nth-child(odd) {
	margin-right: 1%;
	margin-left: 0%;
}

.gallerybox:hover {
	background-color: #5599b7;
}

.gallerybox_inner {
	padding: 15px;
	line-height: normal;
}

.home_prev_teasers {
	display: flex;
}


.itembox {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d4d206;
}

.itembox_image {
	float: left;
	padding: 30px;
}

.no_underline, #submenu ul li a:hover {
	border-bottom: none !important;
}

.meta_news_box, .meta_gallery_box {
	padding: 0;
}

.metabox_head {
	background-color: #31475b;
	padding: 10px 15px;
	font-weight: 300;
	color: #fff;
	font-size: 21px;
}

.metabox_head h4 {
	font-size: 36px;
	font-weight: 300;
	color: #6bcaef;
	display: inline-block;
	margin-right: 25px;
}

.metabox_head a {
	border-bottom: none !important;
}

.metabox_head a:hover {
	border-bottom: none !important;
	color: #6bcaef !important;
}

.metabox_head .fa-angle-right {
	font-size: 18px;
	color: #6bcaef;
}

.metabox_inner {
	padding: 15px;
}

.box_content a.no_underline {
	border-bottom: none !important;
}

.meta_gallery_box .gallerybox_inner {
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 400;
	height: 60px;
}

.meta_gallery_box .newsbox_date {
	position: absolute;
	bottom: 0;
	padding: 8px 15px;
}

.meta_gallery_box .gallerybox {
	background-color: #384653;
}

.meta_gallery_box .gallerybox:hover {
	background-color: #132330;
}

/* Content */

#mainlogo {
	position: relative;
	float: left;
	display: inline-block;
	height: auto;
	margin-left: 30px;
	margin-top: 22px;
	width: 300px;
}


.agbox_ct {
	width: 100%;
	height: auto;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin-bottom: 20px;
}

.agbox_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 190px;
	position: relative;
	margin-bottom: 2px;
}

.agbox_title {
	background-color: #c7cd0e;
	color: #fff;
	height: 60px;
	padding: 18px 10px 0 10px;
	font-size: 19px;
	font-weight: 700;
}

.agbox_content {
	display: none;
	padding-top: 10px;
}



.ib_outer {
	margin-bottom: 30px;
}

.ib_outer .agbox_title {
	cursor: pointer;
	cursor: hand;
}

.ib_outer .ib_inner {
	display: none;
}

.page-patienten h4 {
  border-top: 2px dotted #c7cd0e;
  padding: 20px 0 10px;
}

.ib_inner h4:nth-child(1) {
	border-top: none !important;
	padding-top: 0 !important;
}

.ht_ct {
	position: relative; width: 100%; border-bottom: 3px solid #6bcaef; height: 174px; background-size: cover; background-position: center center;
	float: left;
	margin-bottom: 2px;
}
#home_headline_flag {
	background-color: #6bcaef;
	transition: all 0.5s;
}

#home_headline_flag:hover {
	background-color: #5599b7;
}

.ht_overlay {
	position: absolute; width: 100%; height: 60px; background-color: rgba(40,60,77,0.85); color: #fff; font-size: 14px; font-weight: 300; padding: 4px 5px 2px 10px; bottom: 0; transition: all 0.5s;
	line-height: 125%;
}

.ht_ct:hover .ht_overlay {
	background-color: #5599b7;
}

/* General Style */

strong {
	font-weight: 600;
}




.col_left .text_inner {
	padding-left: 40px;
}

.imps {
	display: inline-block;
	width: 23%;
	height: 150px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.imps:nth-child(5n) {
	/*margin-right: 0;*/
}



.block_head img {
	-webkit-border-radius: 20px;
	border-radius: 20px;
}




.arrow_bb {
	width: 60px;
	height: 60px;
	display: inline-block;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(255,255,255,0.2);
	padding: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

.arrow_bb:hover {
	background-color: rgba(255,255,255,0.5);
}

.arrow_bb img {
	width: 100%;
	height: 100%;
}


.arrow_blue {
	width: 70px;
	height: 70px;
	display: inline-block;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	background-color: rgba(126,161,197,0.6);
	padding: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

.arrow_blue:hover {
	background-color: rgba(126,161,197,1);
}

.arrow_blue img {
	width: 100%;
	height: 100%;
}

.ct_imgs {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ct_imgs:nth-of-type(5n + 0) {
	margin-right: 0;
}

.link_retour {
	font-weight: 700;
	cursor: pointer;
	cursor: hand;
}

.inactive {
	/*color: #999 !important;*/
}


#banner_ct {
	position: fixed;
	width: 900px;
	height: 375px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 300px;
	margin-top: 90px;
}

#banner_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../img/struc2.png);
	background-position: right top;
}

.flexslider, .slides, .slides li {
	width: 100%;
	height: 100%;
}

.fscr {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
}

.flex-viewport{
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.flex-control-nav {
	bottom: 10px !important;
	z-index: 4;
}

.flex-direction-nav {
	z-index: 4;
	display: none;
}

.flex-control-paging li a {
	background-color: #fff !important;
	box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
	background-color: #91a42f !important;
	box-shadow: none !important;
}

#fs_add_home {
	width: 100%;
	height: 100%;
	background-image: url(../img/fs_shad1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
}

#fs_add_home_txt, #fs_add_wohnen_txt {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 150px;
	font-size: 24px;
	text-shadow: 1px 1px 1px #000000;
}

#fs_add_wohnen_txt {
	bottom: auto;
}

.fs_add_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

.def_tab {
	width: auto;
}

.def_tab td {
	border-bottom: 1px solid #522b5d;
	padding: 3px 0;
}


/* Menue */


#menu ul, #submenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: inline-block;
	width: 100%;
}

#menu ul li{
	float: left;
	padding: 0px 15px; 
	margin: 0px;
	position: relative;
}

#menu ul li:first-child {
}

#menu ul li.active a {
	border-bottom: 5px solid #6bcaef;
}



#menu ul li a {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	width: 100%;
	padding: 3px 0px 3px 0px;
	transition: color 0.5s;
}

#menu ul li a:hover {
	color: #6bcaef;
}

#submenu ul li {
	display: block;
	float: left;
	width: 100%;
}

#submenu ul li a {
	width: 100%;
	padding: 6px 30px 6px 20px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	border-bottom: none;
	position: relative;
	line-height: 120%;
}

#submenu ul li.active a {
	background-color: #5599b7;
}

#submenu ul li a:hover {
	background-color: #6bcaef;
}

#submenu ul li .fa {
  display: inline-block;
  margin-top: -9px;
  position: absolute;
  right: 15px;
  top: 50%;
}




#mobmenu_ct {
	display: none;
	position: absolute;
	top: 16px;
	right: 20px;
	width: 35px;
	height: 35px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 6px; 
	margin-bottom: 4px;
	float: left;
}






/* Galerie */

.gallery_cat {
	display: inline-block;
	width: 100%;
	padding: 15px 0;	
	border-bottom: 1px solid #cbc5b5;
}

.gallery_cat .col_right a img, .slg img {
	width: 100%;
	height: auto;
	float: left;
	padding-left: 10%;
}

.gallery_cat .col_right a, .slg {
	float: right;
	margin-right: 0px;
	margin-bottom: 15px;
	display: inline-block;
}

.gallery_cat .col_right a:nth-child(2n) {
	margin-right: 55px;
}

a .ico_lupe {
	position: absolute;
	width: 28px;
	height: 28px;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/ico_lupe.jpg);
	transition: all 0.5s;
}

a:hover .ico_lupe {
	width: 36px;
	height: 36px;
	opacity: 0.7;
}


/* Node Elements */

.etp25 {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.etp25 .col1 a:hover {
	border-bottom: none !important;
}

.etp25.alg_left .col1 {
	width: 30%;
	float: left;
	padding-right: 20px;
}

.etp25 .col1 img, .etp25 .col1 .lba {
	width: 100%;
	height: auto;
}

.etp25.alg_left .col2 {
	width: 70%;
	float: left;
}

.etp25.alg_right .col1 {
	width: 30%;
	float: right;
	padding-left: 20px;
}

.etp11 table {
	width: 100%;
}

.etp11 table td {
	padding: 3px 0;
	border-bottom: 1px solid #6bcaef;
}

.filebox {
	background-color: #354451;
	padding: 10px 10px 5px 10px;
}

.filebox .td1 img {
	margin-right: 10px;
}

.filebox .td2 {
	padding-bottom: 2px;
}

.etp13 a {
	color: #fff !important;
	outline: none !important;
}

.etp13 a:hover {
	color: #6bcaef !important;
}

.sitetab {
	border-bottom: 3px solid #5eadce;
	margin-bottom: 10px;
}

.sitetab span {
	background-color: #5eadce;
	color: #fff;
	padding: 5px 30px 5px 10px;
	min-width: 250px;
	display: inline-block;
	font-weight: 400;
}

.etp25 .col1 a {
	outline: none !important;
	border-bottom: none !important;
}



/* Kontakt Formular */

input[type="checkbox"], input[type="radio"] {
	/*display: none;*/
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 20px; 
	height: 20px; 
	background-color: #fff; 
	display: inline-block; 
	margin-right: 10px; 
	margin-top: -2px;
	vertical-align: middle;
	border: 2px solid #575757;
	cursor: pointer;
	cursor: hand;
}

input[type="radio"] + label span {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

label {
	display: block;
	color: #c7cd0e;
	font-weight: 700;
	margin-bottom: 4px;
	font-size: 17px;
}

.lb2 {
	font-size: 16px;
	color: #575757;
	font-weight: 600;
}

.col_red {
	color: #f00;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-color: #c7cd0e;
}

input[type="text"], textarea, select {
	padding: 5px;
	width: 100%;
	background-color: rgba(255,255,255,1); 
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
}

input[type="text"]:focus, textarea:focus {
	background-color: rgba(255,255,255,0); 
	color: #fff;
	border-bottom: 1px solid #6bcaef;
}

input[type="submit"], input[type="reset"] {
	background-color: #31475b;
	color: #fff;
	border: none;
	padding: 5px 20px;
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #5599b7;
}

form input.hlt {
	background-color: #f99;
}

.hpt {
	display: none;
}






#showhide {
	background-color: rgba(0,0,0,0.4);
	width: 20px;
	height: 20px;
	position: absolute;
	color: #FFF59A;
	font-size: 18px;
	padding: 10px;
	margin-top: 50px;
	left: 250px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

#showhide:hover {
	background-color: rgba(0,0,0,0.6);
}

.impbox {
	float: left;
	margin: 0px 15px 15px 0px;
}

.impbox img{
	width: 110px;
}

/* Home */

.hbox {
	position: absolute;
	width: 260px;
	height: 192px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #213140;
	cursor: pointer; 
	cursor: hand;
}

.hbox:hover .hbox_inner{
	color: #fff;
}

.hbox_inner {
	position: absolute; 
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 21px;
	font-weight: 400;
	color: #6bcaef;
	background-color: rgba(33,49,64,0.9);
	bottom: 0;
}


#hbx1 {
	background-image: url(../img/home_s_level.jpg);
}

#hbx2 {
	left: 275px;
	background-image: url(../img/home_s_alter.jpg);
}

#hbx3 {
	left: 550px;
	background-image: url(../img/home_s_ziel.jpg);
}

#hbx4 {
	left: 826px;
	background-image: url(../img/home_s_ferien.jpg);
}

.sbx {
	display: none;
}

.selbox {
	background-color: #5599b7;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	padding: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer; 
	cursor: hand;
	float: left;
}

.selbox:hover {
	background-color: #6bcaef;
}


/* Social Media */

#twitter-widget-0 {
	position: absolute !important;
	top: 17px !important;
	right: 125px !important;
}

.fb_iframe_widget {
	position: absolute !important;
	top: 15px !important;
	right: 195px !important;
}



/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	position: fixed;
	background-color: rgba(0,0,0,0.7);
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.4);
	margin: 4px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

a.lba {
	border: none !important;
}

#lba_prev, #lba_next, #lba_close {
}

#lba_prev img, #lba_next img {
	height: 33px;
	padding: 5px;
	margin-left: 15px;
}


.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}

.ffld {
	float: left !important; 
	width: 48% !important;
	margin-right: 2% !important;
}


/* Intro */

.lg_divs {
	position: absolute;
	opacity: 0;
}


.mob_br {
	display: none;
}

#mobmenustr {
	display: none;
}

#ht_ct_telmob {
	display: none;
}

#footer_sponsor_logos {
	float: right;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -30px;
}

#footer_sponsor_title {
	display: block;
	margin-bottom: 10px;
}

#logo_focus_water {
	vertical-align: middle;
}

#logo_wilson {
	height: 50px;
	width: auto;
	margin-left: 30px;
	vertical-align: middle;
	margin-right: 20px;
}



/* Media Queries */

/* Tablet Landscape */



@media only screen and (max-width : 1200px)  {
	
	#content .col_left, #content .col_right {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#menu_ct {
		padding-left: 20px;
		padding-right: 20px;
		width: 200px;
	}
	
	#menu ul li a, #menu ul li ul li a {
		font-size: 14px;	
	}
	
	#main {
		padding-left: 200px;
	}
	
	#banner_ct {
		background-position: 200px center;
	}
	

	
	.mob_only {
		display: inherit !important;
	}
	
	.mob_no {
		display: none !important;
	}
	


	.mob_br {
		clear: both;
		height: 30px;
		display: block;
	}
	
	
	#mainlogo {
	  height: 35px;
	  left: 20px;
	  margin: 0;
	  padding: 0;
	  right: auto;
	  top: 15px;
	  width: auto;
	}
	
	
	#banner_ct {
		margin-top: 60px;
		background-position: left center;
		height: 220px;
	}
	
	#banner_inner {
		background-size: 30%;
	}
	
	
	#main {
		padding-left: 0px;
		padding-top: 60px;
	}
	
	#mobmenu_ct {
		display: inline-block;
	}
	
	.agbox_title {
		font-size: 15px;
		height: 40px;
		padding-top: 10px;
	}

	

	
	.col_left, .col_right {
	  display: inline-block;
	  padding: 0;
	  width: 100%;
	}
	
	

	#head_ct {
		overflow: visible;
		height: 60px;
		position: fixed;
	}
	
	
	#menu_ct #footer {
		display: none;
	}
	
	#menu_ct {
		text-align: left;
		position: fixed;
		height: auto;
		width: 100%;
		padding-top: 80px;
		padding-bottom: 10px;
		border-bottom: 5px solid #c7cd0a;
		background-image: none;
		background-color: #fff;
		bottom: auto;
		top: auto;
		overflow: scroll;
		left: 100%;
		min-height: auto;
		max-height: 100%;
	}
	
	#menu ul {
		width: 100%;
		padding-bottom: 10px;
	}
	
	#menu ul li {
		float: none;
		display: block;
		width: 100%;
		border-bottom: 1px solid #666;
	}
	
	#menu ul li.active {
		color: #c7cd0a;
		border-bottom: 1px solid #000;
		background: none;
	}
	
	#menu ul li.active > a {
		background: none;
		color: #c7cd0a;
	}
	
	#menu ul li ul li {
		padding-left: 20px;
	}
	
	#menu ul li a {
		width: 100%;
		height: auto;
		padding: 5px 0px;
		color: #666;
	}
	
	#menu ul li ul {
		float: none;
		background-color: transparent;
	}
	
	h3 {
		padding-bottom: 20px;
		font-size: 18px;
	}
	
	#content {
		font-size: 15px;
		padding-top: 30px;
	}
	
	#contactform label {
		width: 100%;
	}
	
	input[type="text"], textarea, select {
		width: 100%;
	}
	
	#bottom_px_img {
		height: 200px;
		margin-top: 0;
	}
	
	#lowband ul {
		padding: 0;
	}
	
	#lowband ul li {
		padding: 0 15px;
	}
	
	.page-home #content_ct {
		background-size: contain;
	}

	

	#fs_add_home_txt {
		font-size: 15px;
		line-height: normal;
		padding-right: 20px;
		height: 100px;
	}
	
	.flex-control-nav {
		top: 70px;
	}
	


	
	
	#gal_tab {
		display: none;	
	}
	
	#mob_gal img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	
	
	#menu {
		display: none;
	}
	
	#submenu_ct {
		display: none;
	}
	
	#main_ct {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#content_inner {
		max-width: none;
	}
	
	#main {
		padding-right: 0;
		padding-bottom: 0;
		background-color: transparent;
		padding-top: 80px;
	}
	
	#ctbox_gallery, #ctbox_news {
		display: none !important;
	}
	
	#mobmenustr {
	display: inherit;
	position: fixed;
	
	z-index: 5;
	background-color: #31475b;
	padding-top: 80px;
	padding-left: 20px;
	width: 100%;
	height: 100%;
	overflow: auto;
	left: -100%;
}

#mobmenustr ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#mobmenustr > ul > li {
	padding-bottom: 30px;
}

#mobmenustr > ul > li > a {
	font-size: 24px;
	color: #6bcaef;
	font-weight: 400;
}


#mobmenustr > ul > li > ul > li > a {
	padding-left: 20px;
	display: inline-block;
	margin: 4px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

h2 {
	font-size: 36px !important;
}

h3 {
	font-size: 28px !important;
}

.etp32 .col2, .etp32 .col3 {
	width: 100% !important;
}

.etp32 .f3 {
	display: inline-block !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 14px !important;
	width: 100% !important;
}

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

.gallerybox_outer {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.imps {
	width: 45% !important;
}

.newsbox_date {
	display: block !important;
	width: 100% !important;
	text-align: right;
	clear: both;
	position: relative !important;
}

.box iframe {
	max-width: 100% !important;
	height: 300px !important;
}

.page--home #main_ct {
	padding-top: 60px !important;
}

#home_intro_img {
	width: 100% !important;
	height: auto;
	margin-bottom: 20px;
}

#home_news_ct {
	width: 100% !important;
}

.mobno {
	display: none !important;
}

#home_contact_tel {
	width: 100% !important;
	height: auto;
}

.page--home #main {
	padding-top: 20px !important;
	padding-bottom: 0 !important;
}

.ffld {
	float: left !important; 
	width: 100% !important;
	margin-right: 0 !important;
}

.ffull {
	width: 100% !important;
}
	
	.page--home #main_ct {
		padding-left: 0;
		padding-right: 0;
	}	
	
	.page--home .ht_ct {
		width: 50%;
		height: 200px;
	}	
	
#ht_ct_telmob {
	display: inherit;
	background-image: url(../img/home_tel.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: none;
	background-color: rgba(107,202,239,0.3);
}	

	#home_contact_tel {
		display: none;
	}	
	
	
	.newsbox {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	#ctbox_news .imgbox {
		width: 150px !important;
		height: 150px !important;
		margin-right: 10px !important;
	}
	
	
	
	
.page--home #ctbox_news {
		display: inherit !important;
		width: 100% !important;
		padding-right: 0px !important;
	}	
	.page--home #ctbox_news .meta_news_box {
		height: auto !important;
	}
	
	.page--home #ctbox_news .metabox_inner {
		padding: 0px !important;
	}
	
	.page--home .newsbox {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-left: 0px !important;
	}	
	
	.page--home .newsbox strong {
		display: inline !important;
	}	
	
	.page--home #ctbox_news .imgbox {
		width: 90px !important;
		height: 130px !important;
		margin-right: 10px !important;
	}
	
	.page--home #main {
		padding-top: 0 !important;
	}
	
	.page--home #ctbox_news .showall {
		float: right !important;
		margin-top: 15px;
	}
	
	
	
	#footer_sponsor_logos {
		clear:both;
		margin-top: 70px;
		float: none;
	}
	
	#logo_focus_water {
		height: 80px;
		width: auto;
	}
	
	#logo_wilson {
		height: 30px;
		margin-left: 20px;
		margin-right: 0px;
	}
}


