/* res_id: 157b53c42afea45132614cae14d6877f */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-border-radius:0;border-radius:0; -webkit-appearance:none;}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(252,247,231,0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "fontawesome-webfont";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
  color: rgba(252,247,231,0.7);
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: ' ';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: ' ';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
#carousel li {opacity:0.4; margin-right:10px; cursor:pointer;}
#carousel li.flex-active-slide {
	opacity:1;
	
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 750px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.lightbox {
	cursor: pointer;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(252,247,231,0.8);
	-webkit-filter: none !important;
	z-index: 9997;
}
.lightbox img {
	display: block;
	position:absolute;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -14px rgba(0,0,0,0.75);
	border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
	background: url(../_img/loader.gif) center center no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	position: absolute;
	top: 48%;
	left: 50%;
}
.lightbox-caption {
	display: none;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 9998;
}

.lightbox-caption p {
	margin: 0 auto;
	width: 40%;
	display: inline-block;
	*display: inline-block;
	*zoom: 1;
	padding: 10px 50px;
	color: #fff;
	background:#028879;
	font-size: 1em;
	border: 4px solid #fff;
	border-radius: 1px;
}

.lightbox-button {
	position: absolute;
	z-index: 9999;
	width: 45px;
	height: 45px;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	-ms-transition:     all 0.3s;
	transition: 		all 0.3s;
	background:#028879;
	text-align:center;
	color:#fff;
	
}

.no-touch .lightbox-button:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity:1;
}

.lightbox-close {
	right: 0;
	top: 0;
}
.lightbox-close:before {font-family:"fontawesome-webfont"; line-height:45px; content:"\f00d"; color:inherit;}
.lightbox-next {
	right: 0;
	top: 47%;
}
.lightbox-next:before {font-family:"fontawesome-webfont"; line-height:45px; content:"\f054"; color:inherit;}
.lightbox-previous {
	left: 0;
	top: 47%;
}
.lightbox-previous:before {font-family:"fontawesome-webfont"; line-height:45px; content:"\f053"; color:inherit;}

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

.lightbox-caption {
	left: 0;
	top: auto;
	bottom: 0;
}
.lightbox-caption p {
	max-width: 70%;
	font-size: 0.75em;
}

}

@font-face {
font-family: 'qsfontbold';
src: url('../_font/qsfont-bold-webfont.eot');
src: url('../_font/qsfont-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../_font/qsfont-bold-webfont.woff2') format('woff2'),
url('../_font/qsfont-bold-webfont.woff') format('woff'),
url('../_font/qsfont-bold-webfont.ttf') format('truetype'),
url('../_font/qsfont-bold-webfont.svg#qsfontbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'qsfontitalic';
src: url('../_font/qsfont-italic-webfont.eot');
src: url('../_font/qsfont-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../_font/qsfont-italic-webfont.woff2') format('woff2'),
url('../_font/qsfont-italic-webfont.woff') format('woff'),
url('../_font/qsfont-italic-webfont.ttf') format('truetype'),
url('../_font/qsfont-italic-webfont.svg#qsfontitalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'qsfontlight';
src: url('../_font/qsfont-light-webfont.eot');
src: url('../_font/qsfont-light-webfont.eot?#iefix') format('embedded-opentype'),
url('../_font/qsfont-light-webfont.woff2') format('woff2'),
url('../_font/qsfont-light-webfont.woff') format('woff'),
url('../_font/qsfont-light-webfont.ttf') format('truetype'),
url('../_font/qsfont-light-webfont.svg#qsfontlight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'qsfontregular';
src: url('../_font/qsfont-regular-webfont.eot');
src: url('../_font/qsfont-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../_font/qsfont-regular-webfont.woff2') format('woff2'),
url('../_font/qsfont-regular-webfont.woff') format('woff'),
url('../_font/qsfont-regular-webfont.ttf') format('truetype'),
url('../_font/qsfont-regular-webfont.svg#qsfontregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'fontawesome-webfont';
src: url('../_font/fontawesome-webfont.eot?v=4.4.0');
src: url('../_font/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../_font/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../_font/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../_font/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../_font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
html {
overflow-y:scroll;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
height:100%;
}
body {
background: #fff;
font-family: 'qsfontregular', sans-serif;
width:100%;
height:100%;
color:#6d7072;
font-size:100%;
line-height:1.5em;
min-width:300px;
}
p {font-size:0.875em; margin-bottom:1.2em;line-height:1.4em;color:#6d7072;}
p span {color:inherit;}
sub, sup {font-size: 75%;line-height: 0;position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
a {text-decoration:none;color:inherit;outline: none;}
i.stern {font-style:normal; font-size:0.875em;}
i.stern:before {font-family:"fontawesome-webfont";content:'\f005'; display:inline-block;color:#fff;margin:0 5px;}
.no-touch a:hover {opacity:0.65;}
.no-touch a.nohover:hover {opacity:1;}
h1, h2, h3, h4, h5, h6 {margin-bottom:0.45em;line-height:1em; color:#6d7072;font-family: 'qsfontlight', sans-serif; text-transform:uppercase;}
h1 {font-size:3.5em;}
h2 {font-size:2.5em;}
h3 {font-size:1.5em;}
h4 {font-size:1em;}
strong, b {color:inherit; font-weight:bold;}
em, i {font-style:italic;}
img {display:block;color:transparent;}
hr {border:none !important;border-bottom:1px solid #6d7072 !important;margin:25px 0;}
.tinymcewysiwyg ul {margin-bottom:1em;}
.tinymcewysiwyg li {font-size:0.875em; list-style-position:inside; list-style-type:none;padding-left:16px; line-height:1.5em;}
.tinymcewysiwyg li:before {font-family:"fontawesome-webfont";content:'\f005'; display:inline-block;color:inherit;left:0; position:absolute; font-size:0.75em;}
.tinymcewysiwyg img {display:inline-block; max-width:100%; height:auto;}
#content .tinymcewysiwyg p a { text-decoration:underline; }

*::selection {background: #6d7072;color: #fff;}
*::-moz-selection {background: #6d7072;color: #fff;}

div {position:relative;}

.clearFix:before, .clearFix:after {content:"";display:table;}
.clearFix:after {clear:both;}
.clearFix {zoom:1;}

#header-contact {background:#938a84; overflow:hidden; text-align:center;padding:8px 20px;box-sizing:border-box;}
#header-contact p {color:#fff;margin:0;}
#header-contact a.header-contact-tel:after {font-family:"fontawesome-webfont";content:'\f005'; display:inline-block;color:#fff; font-size:0.875em;margin:0 5px 0 7px;}

#logo {overflow:hidden; text-align:center;margin-top:80px;-webkit-transition:all 0.3s;transition:all 0.3s;}
#logo a {display:inline-block;}
#logo img {display:inline-block; width:55%; height:auto;}

#navigation {margin-top:45px;}

#navigation ul {text-align:center;}
#navigation ul li {display:inline-block;margin-right:15px;}
#navigation ul li:last-child {margin:0;}
#navigation ul li a {padding:6px; display:inline-block; color:#6d7072; text-transform:uppercase; font-size:1em;line-height:1em;}
#navigation ul li a.rex-active, #navigation ul li a.rex-current {font-weight:bold;}

#navigation ul ul {display:none; background:#fff; position:absolute; z-index:10; padding:8px 12px; text-align:left; margin-left:-10px;}
#navigation ul ul li {display:block; margin:4px 0;margin:0;}

@media screen and (max-width: 800px) {
    #footer .tinymcewysiwyg:last-child p a {display: block !important;}
}

@media screen and (min-width: 750px) {
.no-touch #navigation ul li:hover > ul {display:block !important;}
}

#slider, #wrapper {overflow:hidden;}
#slider {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background:url(../_img/loader.gif) no-repeat center;
max-width:1000px;
margin:10px auto 0;
}

#carousel {margin-top:10px;}

#content {max-width:800px;margin:65px auto 0;padding:0 20px; box-sizing:border-box;}

.icon-box {overflow:hidden;margin-bottom:26px;}
.icon {float:left; width:8%; margin-right:1%; vertical-align:top;}
.icon img {with:100%; height:100%;}

.padder {max-width:800px;margin:0 auto;padding:0 20px; box-sizing:border-box;}

#footer {background:#938a84;margin-top:65px;padding:20px 0; overflow:hidden;}
#footer .tinymcewysiwyg {float:left; padding-right:30px;vertical-align:top;color:#fff; width:30%; box-sizing:border-box;}
#footer .tinymcewysiwyg {width:50%;}
#footer .tinymcewysiwyg:last-child p a {display: inline-block;}
#footer .tinymcewysiwyg:last-child p a img {height: 60px; display: block; width: auto; padding: 0 10px;}

/*
#footer .tinymcewysiwyg:last-child {width:10%;float:right;padding:0;}
*/
#footer .tinymcewysiwyg p {color:#fff;margin-bottom:0;line-height:1.3em;}

#navigation_mobile {display:none;margin-top:15px;}

#navigation_mobile a:before {font-family:"fontawesome-webfont";content:'\f0c9'; font-size: 35px; display:block;color:#6d7072; text-align:center;}
#navigation_mobile a.clicked:before {content:'\f00d';}
 
.lightbox-nav {position:static;}

#gmaps {
    height: 400px;
    width: 100%;
    overflow: hidden;
	background: url(../_img/loader.gif) no-repeat center;
}

#gmaps iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:25px;
right:25px;
overflow:hidden;
width:35px;
height:35px;
border:none;
background:#938a84;
}
#toTopHover {
width:35px;
height:35px;
display:block;
overflow:hidden;
float:left;
}
#toTop:before {font-family:"fontawesome-webfont";content:'\f077'; font-size: 18px; display:block;color:#fcf7e7; text-align:center; line-height:30px;}
.show, #navigation.show {display:block;}
.hide {display:none;}
@media screen and (max-width: 750px) {
#logo {margin-top:25px;}
#logo img {width:60%;}	
#navigation_mobile {display:block;}
#navigation {display:none;margin-top:20px;}
#navigation ul li {display:block; border-bottom:1px solid #6d7072; margin:0;}
#navigation ul li:first-child {border-top:1px solid #6d7072;}
#navigation ul li:last-child {border:none;}
#navigation ul li a {padding:10px; display:block; font-size:1.25em;}

#navigation ul ul {display:none; background:#fff; position:relative; z-index:10; padding:0; text-align:center; margin-left:0;}
#navigation ul li.rex-active > ul {display:block;}
#navigation ul ul.show {display:block;}
#navigation ul ul li {display:block; margin:0; border:none;}
#navigation ul ul li:first-child {border:none;}

#slider {margin:20px auto 0;}
#footer i.stern {display:block;}
#footer i.stern:before {display:none;}
.touchActive, #navigation ul > li > a.rex-active {border-bottom:1px solid #ccc;}
#gmaps {height: 300px;}
}
@media screen and (max-width: 550px) {
h1 {font-size:1.7em;}
h2 {font-size:1.4em;}
h3 {font-size:1.1em;}
    #footer .tinymcewysiwyg {width: 100%;}
    #footer .tinymcewysiwyg:last-child {margin-top: 20px;}
    #footer .tinymcewysiwyg:last-child p a img {padding: 5px 0;}
}
@media screen and (max-width: 390px) {
#header-contact a.header-contact-tel:after {display:none;}
#header-contact a {display:block;}
#content {margin: 25px auto 0;}
#footer .tinymcewysiwyg {float:none;padding:0;width:100% !important;}
#footer .tinymcewysiwyg:last-child {margin-top:20px;}
#gmaps {height: 230px;}
#piwikFrame {height:500px !important;}
}


