@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Etablissement
Author: Yves Hönicke
Version: 2.0
Licence: GPL
Description:
Tags
*/

/*
Content 

*/


/** Import Fonts **/

@font-face {
	font-family: 'hipsterish';
	src:url('assets/fonts/hipsterishfontnormal-webfont.eot');
	src:url('assets/fonts/hipsterishfontnormal-webfont.woff') format('woff'),
		url('assets/fonts/hipsterishfontnormal-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* General */

body {
	color: #6c6a61;
	line-height:1.8em;
	font-family:'PT Sans Narrow', sans-serif;
	font-size:18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'hipsterish';
}

a {
	color: #6c6a61;
}

ul {
	padding-left: 0px;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	overflow:hidden;
}

.img-thumbnail {
	border:none;
}

.csstransitions .animated {
    visibility: hidden;
}

.csstransitions .animated.visible {
    visibility: visible;
}

.no-js .animated {
    visibility: visible;
}

#load {
	z-index:53;
	background:#fff;
}

.onepage {
	z-index:1000;
}

::-moz-selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}

/* Layout Styles */

/** Titles **/

.hero-title {
	font-family:'hipsterish';
	font-size:50px !important;
	font-weight: 600 !important;
}

.section-title {
	font-family:'Oswald';
	font-size:30px;
	font-weight:400;
	color:black;
	text-transform:uppercase;
	position:relative;
	padding-left:25px;
	margin-bottom:50px;
}

.section-title:before {
	content:"";
	position:absolute;
	left:4px;
	top:0px;
	color:black;
	height:34px;
	width:5px;
	float:left;
	background:black;
}
/*
.content-title {
	font-family:"Oswald";
	font-size:30px;
	font-weight:400;
	color:black;
	text-transform:uppercase;
	position:relative;
	text-align:center;
}*/

.sub-title {
	text-align:center;
	position:relative;
	text-transform:uppercase;
	color:#6c6a61;
	font-weight:600;
	font-size:28px;
	margin-top:30px;
	margin-bottom:50px;
	line-height:1.8;
}

.block-title {
	margin-bottom:1.563em;
	border-bottom: 2px solid #EEE;
	padding-bottom: 10px;
	line-height: 120%;
	font-size: 26px !important;
	font-weight:600;
	text-transform:uppercase;
	display: inline-block;
    width: 100%;
}

.block-title:before {
	content: "";
	background: #6c6a61 none repeat scroll 0% 0%;
	float: right;
	position: absolute;
	margin-top: 41px;
	width: 30px;
	z-index: 5;
	height: 2px;
	display:block;
}

.content-title {
	position: relative;
	font-weight: 600;
	z-index: 1;
	font-size: 56px !important;
	font-style: normal;
	text-align:center;
	text-transform:uppercase;
	color:#6c6a61;
}

.content-title:before {
	position:absolute;
	content: "";
	width: 186px;
	margin: 0px auto;
	height: 2px;
	text-align: center;
	background: #6c6a61 none repeat scroll 0% 0%;
	border-radius: 90px;
	top:70px;
	left:42%;
}

.odd .content-title:before {
	background: #f7dccb none repeat scroll 0% 0%;
}

/** Slider Special Options **/

.slider-odd {
	color:black;
}

/** Icons **/

.big-icon {
    position: relative;
    padding-left: 15%;
	color:#6c6a61;
}

.big-icon:before {
    position: absolute;
    left: 0;
	top:5px;
    font-size: 18px;
	color:#6c6a61;
}

/** Gallery **/

.gallery-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;

	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	margin:25px 0;
}

.gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: auto;
	width: 100%;
	height: auto;
}

.gallery-item a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


figure.gallery-styles img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	height: -webkit-calc(100% + 50px);
	height: calc(100% + 50px);

	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.gallery-styles figcaption {
	text-align: left;
}

figure.gallery-styles figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5em 1em;
	width: 100%;
	height: 50%;
}

figure.gallery-styles h2,
figure.gallery-styles p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.gallery-styles h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.gallery-styles p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.gallery-styles:hover img,
figure.gallery-styles:hover p {
	opacity: 0.5;
}

figure.gallery-styles:hover img,
figure.gallery-styles:hover h2,
figure.gallery-styles:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.gallery-styles:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/** Prices **/

.panel {
	border:none;
	box-shadow:none;
	background:none;
}

.panel-heading {
	background:none !important;
	border:none !important;
	padding: 10px 0;
	border-bottom: none !important;
}

.panel-title {
	font-family:inherit;
	font-size:20px;
	font-weight:800;
	text-align:center;
}

.panel-title a:hover {
	text-decoration:none;
}

.mobile {
}

.mobile:after {
	content: "\e04b";
	font-family:'flaticon';
	position:relative;
	width:23px;
	height:26px;
	color:black;
	z-index:4;
}

.odd .panel-title:after{
	background:none;
	color:white;
}

.panel-collapse {
	border-top:none !important;
}

.panel-body {
	padding:15px 0;
	color:#666;
	border-top:none !important;
}

.odd .panel-body {
	color:white;
	border-top:none;
}

.price-block {
	position:relative;
	float:left;
	width:100%;
	color:#333;
	text-align:center;
}

.odd .price-block {
	color:#f7dccb;
	border-color:white;
}

.price-title {
	display:inline;
	font-family:inherit;
	font-size:18px;
}

.odd .price-title {
	color:#f7dccb;
	font-size:18px;
}

.price-price {
	font-weight:600;
	display:inline;
}

.prices-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	-o-flex-direction:column;
	flex-direction:column;
	
	-webkit-justify-content:center;
	-moz-justify-content:center; 
	-ms-ms-flex-pack:end;
	-o-justify-content:center; 
	justify-content:center; 
}

.prices-item {
	margin-bottom:25px;
	position:relative;
}

.prices-title {
	text-align:center;
	width:100%;
	position:relative;
}

.prices-description {
	position:relative;
}

.prices-list {
	position:relative;
	border-bottom:1px dashed black;
	float:left;
	width:100%;
	padding:10px 0;
	color:#333;
	list-style:none outside none;
}

.prices-type {
	float:left;
	position:relative;
}

.prices-price {
	float:right;
	font-weight:600;
	position:relative;
}

/** Team **/

.team-slider {
	margin:0 2rem;
}

.team-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-o-justify-content: center; 
	justify-content:center; 
}

.group {
	clear:both;
}

.group:before {
	content: "";
	display:table;
}

.group:after {
	content: "";
	display:table;
}

.slides {
	margin:0;
	padding:0;
	overflow:hidden;
}

.slides li {
	
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flexbox !important;
	display: -o-flex !important;
	display: flex !important;
	
	padding:0 0.5rem;	
}

.team-item {
  	text-align:center;
	width:40%;
	margin:15px !important;
}

.team-item-inner {
	border: 2px solid #6c6a61 !important;
	width:100%;
}

.team-item img {
	width:65%;
	height:40%;
	margin-top:25px;
}
	
.team-item a {
	color:black;
	text-decoration:none;
}

.team-item ul {
	padding-left:0;
}

.team-item li {
	list-style:none outside none;
	display:inline-block !important;
	margin: 0 0 10px;
}

.team-title {
	text-align:center;
	position:relative;
	font-size:28px;
	font-weight:600;
	text-transform:uppercase;
	color:#6c6a61;
}

.team-title:before {
	position:absolute;
	content:'';
	height:2px;
	width:10%;
	background:#6c6a61;
	margin:10px;
	top:35px;
	left:42%;
}

.team-spec {
	text-align:center;
	padding:20px;
	font-weight:600;
	color:#6c6a61;
	font-size:24px;
	min-height:75.2px;

}

.team-read-more {
	display:none;
}

.team-desc {
	text-align:center;
	padding:0 25px 25px;
	color:#6c6a61;
}

.team-desc li {
	text-align:center;
}

.team-desc li:after {
	
}

/** Styles **/

.style-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;

	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;

}

figure figcaption > a {
	z-index: 5;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size:16px;
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*background: #3085a3;*/
	text-align: center;
	cursor: auto;
	width:33%;
	height:auto;
	border: 0.1px solid #ebd8ca;
}

figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	max-width: 100%;
	opacity: 1;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-style .image-wrapper {
	height:285px;
	overflow:hidden;
}

figure.effect-styles img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	height: -webkit-calc(100% + 50px);
	height: calc(100% + 50px);

	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-styles figcaption {
	text-align: left;
}

figure.effect-styles figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5em 1em;
	width: 100%;
	height: 50%;
}

figure.effect-styles h2,
figure.effect-styles p {
	-webkit-transform: translate3d(0,70px,0);
	transform: translate3d(0,70px,0);
}

figure.effect-styles h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-styles p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-styles:hover img,
figure.effect-styles:hover p {
	opacity: 0.5;
}

figure.effect-styles:hover img,
figure.effect-styles:hover h2,
figure.effect-styles:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-styles:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}




/** Filters **/
.filters {
    text-align: center;
    margin: 25px 0;
    padding: 0;
    text-decoration: none;
}

.filters li {
    display: inline-block;
}

.filters button {
    border: none;
    color: #777;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 15px 20px 15px;
	cursor:pointer;
	background:none;
}

.filters button .is-checked,
.filters button:hover {
    background: none;
    color: black !important;
	font-weight:600 !important;
}

.is-checked {
	color:black !important;
	font-weight:600 !important;

}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/** Products **/

.products-container {
    min-height: 200px;
    margin: 0px auto 50px auto;

	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	-ms-justify-content:distribute;
	-o-justify-content:space-around;
	justify-content:space-around;
}

.products-item {
	position: relative;
	margin: 10px;
	width:265px;
	height:220px;
	
    -webkit-perspective: 600;
    -moz-perspective: 600px;
    -o-perspective: 600;
    -ms-perspective: 600;
    perspective: 600;

    -webkit-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

figure.product-styles {
	width:100%;
}

figure.product-styles figcaption {
	text-align: left;
}

figure.product-styles figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5em 1em;
	width: 100%;
	height: 50%;
}

figure.product-styles h2,
figure.product-styles p {
	color:#6c6a61;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.product-styles h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size:24px;
	font-weight:800;
}

figure.product-styles p {
	color: rgba(0,0,0,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.product-styles:hover img,
figure.product-styles:hover p {
	opacity: 0.5;
}

figure.product-styles:hover img,
figure.product-styles:hover h2,
figure.product-styles:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.product-styles:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/** Partner **/

.partner-wrap {
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-o-flex;
	display:flex;
	
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-justify-content:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
	
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	-ms-align-items:stretch;
	-o-align-items:stretch;
	align-items:stretch;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}

.partner-item {
	position:relative;
	width:30%;
	margin:5px;
}

.partner-item img {
	position: relative;
	widht:100%;
	height:auto;
}

/** Contact **/

.contact-details {
	position:relative;
	float:left;
	width:100%;
	color:#333;
	margin-bottom:35px;
}

.contact-details li {
	list-style:none outside none;
	margin:10px 0;
}

/** Social **/

.social-details {
	position: relative;
	float: left;
	width: 100%;
	color: #333;
	margin-bottom: 35px;
}


.social {
	list-style:none outside none;
	font-size:20px;
}

.social li {
	float:left;
	margin-right:15px;
}

.social a {
	color:#6c6a61;
	text-decoration:none;
}

/** Times **/

.times {
	position:relative;
	float:left;
	width:100%;
}

.times-wrapper {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}

.day {
	float:left;
}

.time {
	float:right;
}

/** Maps **/

.map {
	padding:0px !important;
}

.map-canvas {
	position:relative;
    width: 100%;
    min-height: 345px;
	
	margin-left:0px !important;
	margin-right:0px !important;
}

.map-canvas img {
    max-width: none;
}

/* Header Styles */

/** Menu Button **/
.menu-button {
	position: absolute;
	z-index: 10;
	margin: 2em 0;
	padding: 0;
	width: 7.5em;
	height: 2.25em;
	border: none;
	text-indent: 3.5em;
	/*font-size: 1.5em;*/
	color: #ebd8ca;
	background: #6c6a61;
	right:0;
	-webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.subpage {
	background:none;
}

.menu-button span {
	position:absolute;
	right:60px;
	color:#ebd8ca;
	text-transform:uppercase;
	font-size:16px;
	top:12%;
}

.menu-button span:after{
	position: absolute;
	content: '\e0ba';
	font-family: 'Flaticon';
	color:#ebd8ca;
	font-size:20px;
	top:0px;
	left:55px;
}

.menu-button:hover {
	opacity: 0.6;
}

.affix .menu-button {
	background: transparent;
}

.active {
	background:none;
}

.active>span:after {
	position: absolute;
	content: '\e07f';
	font-family: 'Flaticon';
	color:white;
	font-size:14px;
	top:0px;
	left:55px;
}

.menu-mobile {
	position: absolute;
	z-index: 10;
	margin: 2em 0;
	padding: 0;
	width: 3.5em;
	height: 2.25em;
	border: none;
	text-indent: 3.5em;
	/*font-size: 1.5em;*/
	color: #ebd8ca;
	background: #6a6960;
	right:0;
	-webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
	visibility:hidden;
}

.menu-mobile span {
	position:absolute;
	right:60px;
	color:#ebd8ca;
	text-transform:uppercase;
	font-size:16px;
	top:12%;
}

.menu-mobile span:after{
	position: absolute;
	content: '\e0ba';
	font-family: 'Flaticon';
	color:#ebd8ca;
	font-size:20px;
	top:0px;
	left:-25px;
}

.menu-mobile:hover {
	opacity: 0.6;
}

.affix .menu-mobile {
	background: transparent;
}

.active-mobile {
	background:none;
}

.active-mobile>span:after {
	position: absolute;
	content: '\e07f';
	font-family: 'Flaticon';
	color:white;
	font-size:14px;
	top:0px;
	left:-25px;
}

/** Slide Menu **/

.menu {
	background: #6c6a61;
	position: fixed;
}

.menu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}


.menu li {
	list-style:none outside none;
	padding-left:35px;
	padding-right:35px;
}

.menu a {
	display: block;
	color: #ebd8ca;
	font-size: 1em;
	font-weight: 400;
}

.menu a:hover {
	background: #222;
	color:#fff;
	text-decoration:none;
}

.menu a:active {
	background: #afdefa;
	color: #47a3da;
}

.menu-vertical {
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 6;
}

.menu-vertical ul {
	margin-top:75px;
}

.menu-vertical a {
	border-bottom: 1px solid #ebd8ca;
	padding: 1em;
}

.menu-right {
	right: -270px;
}

.menu-right.menu-open {
	right: 0px;
}

.menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/** Top Bar **/

.top-bar {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	/*background:rgba(0,0,0,0.3);*/
	z-index:7;
	display:block;
	-webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.top-bar .container-fluid {
	text-align:left;
}

.logo {
	position:relative;
	width:70px;
	height:auto;
	padding-top:17px;
	padding-left:47px;
	-webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
	opacity:0;
}

.logo-page {
	opacity:1;
}

.affix {
	height:80px;
	background:#6c6a61;
	z-index:10;
}

.affix-normal {
	height:80px;
	background:#222;
}

.affix .logo {
	width:70px;
	height:auto;
	opacity:1;
}

.affix .menu-button {
	margin: 1.25em 0;
}

/* Main Styles */


.mainwrap {
	position:absolute;
	top:100%;
	width:100%;
	left:0;
	min-height:100%;
	overflow:hidden;
}

.subwrap {
	margin-top:50px;
}

#section-home {
	height:100vh;
	overflow:hidden;
}

.section-wrap {
	position: relative;
	min-height: 450px;
	background: #ebd8ca none repeat scroll 0% 0%;
	color: #6c6a61;
	padding: 75px 0px;
}

.section-maps {
	position: relative;
	height: 345px;
	background: #FFF none repeat scroll 0% 0%;
	color: #333;
	padding: 0px 0px;
}

.odd {
	background:#6c6a61;
	color:#f7dccb;
}

.odd h1,
.odd h2,
.odd h3,
.odd h4,
.odd h5,
.odd h6 {
	color:#f7dccb;
}

.odd h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
	background:white;
}

.section-divider {
	position: relative;
    z-index: 1;
    width: 100%;
    display: table;
    height: 345px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;

    -webkit-backface-visibility: hidden;

    background-color: #333;
    background-repeat: repeat;
    background-position: top center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: fixed;
}

.page-content {
	margin:75px 0 0;
}

.page-content h4 {
	font-size:24px;
	font-weight:800;
}

/* Footer Styles */

footer {
	position:relative;
    color: #bbb;
    font-size: 12px;
    font-weight: 200;

    background: #1f2325;
    padding: 25px 47px 20px 47px;
	bottom:0px;
}

footer a {
    color: white;
    border: none;
}

footer a:hover {
	color: #CCC;
	text-decoration:none;
}

footer p {
	margin: 0;
	float:right;
	color:white;
}

.footer-nav li {
	list-style:none outside none;
	padding:0 12px;
	display:inline;
}

/* Plugins */

/** Slideshow **/

#slides {
  position: relative;
}
/*#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}*/

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  opacity:1;
}


.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 20px;
  opacity:0;
}

.slides-navigation a.prev:before {
	content: "\e020";
	font-family:'flaticon';
	position:absolute;
	width:23px;
	height:26px;
	color:#ccc;
	z-index:1000;
	font-size:36px;
}

.slides-navigation a.prev:hover {
	opacity:1;
}

.slides-navigation a.next {
  right: 50px;
  opacity:0;
}

.slides-navigation a.next:before {
	content: "\e0d2";
	font-family:'flaticon';
	position:absolute;
	width:23px;
	height:26px;
	color:#ccc;
	z-index:1000;
	font-size:36px;
}

.slides-navigation a.next:hover {
	opacity:1;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  /*border: 2px solid #222;*/
  /*border-radius: 15px;*/
  background:#CCC;
  width: 50px;
  height: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;
}

.header-center {

}

.hero {
	/*position: absolute;
	margin-top:225px;
	margin-left:auto;
	margin-right:auto;
	/*left: 50%;
	top: 35%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	
	width: 60%;
	
	top: 50%;
	bottom: 50%;

	display:-webkit-flex;
	display:-moz-flex;
	display:-o-flex;
	display:-ms-flexbox;
	display: flex;
	
	-webkit-justify-content : center;
	-moz-justify-content : center;
	-o-justify-content : center;
	-ms-flex-pack : center;
	justify-content : center;
	
	-webkit-align-items : center;
	-moz-align-items : center;
	-o-align-items : center;
	-ms-flex-align : center;
	align-items : center;
	
	align-content:center;
    -ms-flex-line-pack:center;
	
}

.subhero {
	margin-left:50px;
}

.hero h1 {
	font-size: 72px;
	font-weight:600;
	padding: 0px;
	text-align:left;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	/*color:#ebd7c9;*/
	color:white;
}

.hero p {
	position:relative;
	text-align:left;
	font-size:24px;
	/*color:#ebd7c9;*/
	color:white;
}

.logo-slide {
	position:relative !important;
	width:400px !important;
	height:auto !important;
	top:50px;
	display:inline;
}


.logo-white {
	position:relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url(assets/img/logos/Etablissement_Logo_white.svg);
	background-size: 150px auto;
    background-repeat: no-repeat;
	background-position:right top;
    width: 300px;
    height: 340px;
}

.logo-black {
	position:relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url(assets/img/logos/Etablissement_Logo_black.svg);
	background-size: 150px auto;
    background-repeat: no-repeat;
	background-position:right top;
    width: 300px;
	height: 340px;
}

.slide-odd h1 {
	/*color:#6a6960 !important;*/
	color: #000;
	text-align:left;
	font-size: 72px;

}

.slide-odd p {
	/*color:#6a6960 !important; */
	color: #000;
	text-align:left;
}

.scroll-down {
	width: 120px;
	height: 29px;
	display: block;
	position: relative;
	/*left: 49%;*/
	margin-top:50px;
	opacity: 1;
	z-index:5;
}

.scroll-down:before {
	content: '\e04b';
	font-family:'flaticon';
	position:absolute;
	font-size:24px;
	width:20px;
	height:20px;
	margin-top:50px;
	color:white;
	-webkit-animation: bounce 2s linear infinite;
	-moz-animation: bounce 2s linear infinite;
	animation: bounce 2s linear infinite;    
	transition: all 2500ms ease 0s;
}

.scroll-down-black {
	width: 120px;
	height: 29px;
	display: block;
	position: relative;
	/*left: 49%;*/
	bottom: 15px;
	opacity: 1;
	z-index:5;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	color:black;
	font-size:18px;
}

.scroll-down-black:before {
	content: '\e04b';
	font-family:'flaticon';
	position:absolute;
	font-size:24px;
	width:20px;
	height:20px;
	margin-left:35px;
	margin-top:50px;
	color:black;
	-webkit-animation: bounce 2s linear infinite;
	-moz-animation: bounce 2s linear infinite;
	animation: bounce 2s linear infinite;    
	transition: all 2500ms ease 0s;
}
	

/** Fancybox **/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before {
	position:absolute;
	font-family:'flaticon';
	font-size:25px;
	content: '\e07f';
	height:50px;
	width:50px;
	color:white;
	top:4px;
	right:-18px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-prev span:before {
	position:absolute;
	font-family:'flaticon';
	font-size:50px;
	content: '\e020';
	height:50px;
	width:50px;
	color:white;
	top:50%;

}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-next span:before {
	position:absolute;
	font-family:'flaticon';
	font-size:50px;
	content: '\e0d2';
	height:50px;
	width:50px;
	color:white;
	top:50%;
	right:0;
	
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/**** Overlay helper ****/

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/**** Title helper ****/

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Flexslider */

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

.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: "\0020";
  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;
}

.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.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: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.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-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: relative;
	padding: 10px 0 10px;
	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;
}

/** WP DSGVO Tools **/

#cookie-notice .button.wp-default[style] {
background-color: #000 !important;
color: #fff !important;
border-radius:0px !important;
border-width:0px !important;
background: #000 !important;
text-shadow:none !important;
text-transform: uppercase;
font-size: 10px !important;
}

#cn-notice-text {
display: block;
margin-bottom: 10px;
}

.sp-dsgvo-framework input[type="submit"] {
border-width: 0px !important;
line-height: inherit !important;
font-size: 14px !important;
font-weight: 400 !important;
letter-spacing: 0px !important;
float: right;
background: #000 !important;
border: none;
border-radius: 0 !important;
color: white !important;
padding: 7px 25px !important;
text-transform:normal;
}

.sp-dsgvo-framework select {
	border-radius:0 !important;
}

.sp-dsgvo-framework a {
color:#000 !important;
}

.sp-dsgvo-framework input[type="text"],
.sp-dsgvo-framework input[type="email"] {
margin-bottom:25px;
padding: 7px 15px !important;
border: 1px solid #70706f !important;
}

.checkform-notice {
display:block !important;
margin-bottom:25px;
}

/* Media Queries */


@media only screen 
and (min-width : 320px) 
and (max-width : 568px) 
and (orientation : landscape ){ 

.menu-mobile {
	margin:1em 0;
}

.menu-mobile span::after {
	left: -35px;
}

.affix {
	height:50px;
}

.affix .menu-button {
    margin: 0.25em -2em;
}

.affix .menu-mobile {
	margin: 0.25em 0;
}

.logo {
	 width:35px;
	 padding-left:15px;
	 padding-top:15px;
}

.affix .logo {
	width: 35px;
	height: auto;
	padding: 7px 10px;
}

.menu-button {
	margin:1.2em -2em;
	text-indent:2.5em;
	display:none;
}

.menu-button span {
	display:none;
}

.menu-mobile {
	visibility:visible;
}

.menu-vertical {
	overflow:scroll;
	width:100%;
}

.menu-right {
	right:-100%;
}

.logo-black {
	background-size:50px auto;
	width: 175px;
	height: 45px;
}

.logo-white {
	background-size:50px auto;
	width: 175px;
	height: 45px;
}

.subhero {
	margin-left:0;	
}

.home-icon-black:before {
	transform: scale(.3);
	margin-right: 110px;
	
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	-ms-transform: scale(.3);
	-o-transform: scale(.3);
	transform: scale(.3);

}

.hero {
	margin-top:0px;
	flex-direction:column;
}

.logo-black {
	background-size: 50px auto;
	width: 200px;
	height: 125px;
	background-position: top center;
}

.logo-white {
	background-size:50px auto;
	width: 200px;
	height: 125px;
}

.hero h1 {
	font-size:32px;
	line-height:25px;
	text-align:center;
}

.hero p {
	font-size:20px;
	text-align:center;
}

.block-title {
	font-size:18px !important;
}

.block-title:before {
	margin-top:32px;
}

.content-title {
	font-size:32px !important;
}

.content-title:before {
	height:2px;
	width:120px;
	left:36%;
	top:50px;
}

.sub-title {
	font-size:24px !important;
}

.section-wrap {
	padding:40px 0;
}

.section-divider {
	height:259px;
	background-attachment: scroll !important;
	background-position: center top !important;
}

.panel-title {
    font-size: 16px;
}

.style-wrap {
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
}

figure {
	width:100%;
	border:0.5px solid inherit;
}

figure.effect-styles h2, figure.effect-styles p {
    transform: translate3d(0px, 30px, 0px);
}

.effect-styles {
	width:50%;
}

.team-wrapper {
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
}

.team-item {
	width:100%;
}

.team-item img {
    width: 50%;
    height: 25%;
}

.team-read-more {
	display: inline;
	margin: 10px 0px;
	border: none;
	padding: 5px 10px;
	background: none;
}

.team-desc {
	display:none;
}

.show-team-desc {
	display:block;
}

.partner-item {
	margin:0;
	width:25%;
}

.gallery-wrap {
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
}

figure.gallery-styles img {
	-webkit-transform: translate3d(0);
	transform: translate3d(0);
}

.gallery-styles {
	width:50%;
}

.filters button {
	display:inline;
	margin:0px 5px;
	font-size:14px;
}

.products-container {
	margin:50px auto;
}

.products-item {
	width:217px;
}

figure.product-styles h2,
figure.product-styles p {
	color:#000;
	-webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
}

footer ul {
	text-align:center;
}

.footer-nav li {
	display:inline;
}

footer p {
	float:none;
	text-align:center;
}

.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }

}

@media only screen 
and (min-width : 320px) 
and (max-width : 568px)
and (orientation : portrait ) {

body {
	font-size:14px;
}

.section-maps {
	height:245px !important;
}

.map-canvas {
	height:245px;
}

.affix {
	height:50px;
}

.logo {
	 width:35px;
	 padding-left:15px;
	 padding-top:15px;
}

.affix .logo {
	width: 35px;
	height: auto;
	padding: 7px 10px;
}

.menu-vertical {
	overflow:scroll;
	width:100%;
}

.menu-right {
	right:-100%;
}

.menu-button {
	margin:1.5em 0;
	text-indent:4.5em;
	display:none;
}

.menu-button .active span:after {
	display:block;
}

.menu-mobile {
	visibility: visible;
}

.affix .menu-button {
	margin:.5em 0;
}

.affix .menu-mobile {
	margin:.5em 0;
}

.hero {
	width:70%;
	margin-top:25px;
	flex-direction:column;
}

.subhero {
	margin-left:0;	
}

.logo-black {
	background-size: 75px auto;
	width: 200px;
	height: 175px;
	background-position: top center;
}

.logo-white {
	background-size: 75px auto;
	width: 200px;
	height: 175px;
	background-position: top center;
}

.hero h1 {
	font-size:32px;
	line-height:25px;
	text-align:center;
}

.hero p {
	font-size:20px;
	text-align:center;
}

.block-title {
	font-size:18px !important;
}

.block-title:before {
	margin-top:31px;
}

.content-title {
	font-size:32px !important;
}

.content-title:before {
	height:2px;
	width:120px;
	left:29%;
	top:50px;
}

.sub-title {
	font-size:24px !important;
}

.section-wrap {
	padding:40px 0;
}

.section-divider {
	height:259px;
	background-attachment: scroll !important;
	background-position: center top !important;
}

.panel-title {
	font-size:16px;
}

.style-wrap {
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
}

figure {
	width:100%;
	border:0.5px solid inherit;
}

figure.effect-styles h2, figure.effect-styles p {
	-webkit-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
}

.team-wrapper {
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
}

.team-item {
	width:100%;
	margin:15px 5px;
}

.team-item img {
    width: 75%;
    height: 50%;
	margin-top:25px;
}

.team-read-more {
	display: inline;
	margin: 10px 0px;
	border: none;
	padding: 5px 10px;
	background: none;
}

.team-desc {
	display:none;
}

.show-team-desc {
	display:block;
}

.partner-item {
	margin:0;
	width:25%;
}

.gallery-wrap {
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
}

.filters button {
	display:block;
	margin:10px auto;
	font-size:14px;
}

.products-container {
	margin:50px auto;
}

figure.product-styles h2, figure.product-styles p {
    color: #000;
	-webkit-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
}

footer ul {
	text-align:center;
}

.footer-nav li {
	display:inline;
}

footer p {
	float:none;
	text-align:center;
}

.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }

}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) { 

.hero {
	margin-top:0px;
}

.logo-black,
.logo-white {
	background-size: 115px auto;
	background-position: right center;
}

.hero h1 {
	font-size: 50px;
}

.logo {
	width: 46px;
}

.affix .logo {
	width: 46px;
	height: auto;
	padding: 10px;
	margin: 0 20px;
}

.block-title {
	font-size:18px !important;
}

.block-title:before {
	margin-top:31.5px;
}

.content-title {
	font-size:48px !important;
}

.content-title:before {
	height:2px;
	width:120px;
	left:43.5%;
	top:65px;
}

.sub-title {
	font-size:24px !important;
}

.panel-title {
	font-size:18px;
}

.section-divider {
	height:359px;
	background-attachment: scroll !important;
	background-position: center top !important;
}

figure.effect-styles h2, figure.effect-styles p {
    -webkit-transform: translate3d(0px, 50px, 0px);
	-moz-transform: translate3d(0px, 50px, 0px);
	-ms-transform: translate3d(0px, 50px, 0px);
	-o-transform: translate3d(0px, 50px, 0px);
	transform: translate3d(0px, 50px, 0px);
}

.team-wrapper {
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start;
	justify-content:flex-start;
}

.team-item {
	width:100%;
}

.team-item img {
	width: 50%;
	height:25%;
	margin-top:25px;
}

.team-read-more {
	display: inline;
	margin: 10px 0px;
	border: none;
	padding: 5px 10px;
	background: none;
}

.team-desc {
	display:none;
}

.show-team-desc {
	display:block;
}

.partner-item {
	margin:0;
}

.filters button {
	display:inline;
	margin:10px auto;
	padding:0 10px;
	font-size:16px;
}

.products-container {
	margin:25px auto;
}

.products-item {
	width:214px;
}

figure.product-styles h2,
figure.product-styles p {
	color:#000;
	-webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
}

}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 

.hero {
	margin-top:25px;
}

.affix .logo {
	width: 47px;
	height: auto;
	padding: 10px;
	margin: 0 20px;
}

.block-title {
	font-size:18px !important;
}

.block-title:before {
	margin-top:31.5px;
}

.content-title {
	font-size:32px !important;
}

.content-title:before {
	height:2px;
	width:120px;
	left:41%;
	top:50px;
}

.sub-title {
	font-size:24px !important;
}

.section-divider {
	height:359px;
	background-attachment: scroll !important;
	background-position: center top !important;
}

figure.effect-styles h2, figure.effect-styles p {
    -webkit-transform: translate3d(0px, 50px, 0px);
	-moz-transform: translate3d(0px, 50px, 0px);
	-ms-transform: translate3d(0px, 50px, 0px);
	-o-transform: translate3d(0px, 50px, 0px);
	transform: translate3d(0px, 50px, 0px);
}

.team-slider {
	margin-right:2rem;
}

.team-wrapper {
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	-ms-flex-pack:start;
	-o-justify-content:flex-start; 
	justify-content:flex-start;
	
	margin-right:2rem;
 
}

.slides li {
	margin-right:1.75rem;
    padding: 0 0.5rem;
}

.team-item {
	width:100%;
}

.team-item img {
    width: 50%;
	height:25%;
	margin-top:25px;
}

.team-read-more {
	display: inline;
	margin: 10px 0px;
	border: none;
	padding: 5px 10px;
	background: none;
}

.team-desc {
	display:none;
}

.show-team-desc {
	display:block;
}

.partner-item {
	margin:0;
}

.filters button {
	display:inline;
	margin:10px auto;
	padding:0 10px;
	font-size:16px;
}

.products-container {
	margin:25px auto;
}


figure.product-styles h2,
figure.product-styles p {
	color:#000;
	-webkit-transform: translate3d(0,15px,0);
	transform: translate3d(0,15px,0);
}

}