@charset "UTF-8";
@import url("https://use.typekit.net/dwg3lqp.css");

:root{
	--blue-color: 67, 110, 179;
	--yellow-color: 251, 234, 0;
	--dark-blue-color: 49, 80, 132;
	--main-font:  din-2014, sans-serif;
	--chevrons: linear-gradient(125deg, rgb(var(--yellow-color)) 25%, rgb(var(--dark-blue-color)) 25%, rgb(var(--dark-blue-color)) 75%, rgb(var(--yellow-color)) 75%);
	
}

/* CSS Document */
html{
	-webkit-text-size-adjust: 100%;
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	font-family: var(--main-font);
	background:#f7f7f7;
	font-weight:400;
}

a{
	text-decoration:none!important;
}

.button{
	display: inline-block;
	height: 42px;
	font-family: var(--main-font);
	font-weight: 600;
	color: rgb(var(--yellow-color));
	background: rgba(var(--dark-blue-color),1);
	padding: 0 20px;
	border-radius: 0;
	line-height: 42px;
	font-size: 1.25em;
	margin: 20px 0;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
button.button{
	margin:0;
	
}
.button:hover{
	background: rgb(var(--yellow-color));
	color: rgba(var(--dark-blue-color),1);
}

h1,h2,h3,h4{
	font-weight:normal;
}

hr{
	border:none;
	display:block;
	height:8px;
	margin:20px 0;
	
	width:100%;
	background: #eee;
}

p strong{
	font-weight:normal;
	font-family: var(--main-font);
	font-weight:600;
}

p.caption{
	font-style: italic;
	margin: -20px 0 30px 0 !important;
	text-align: center;
	color: #777 !important;
}
/*HEADER*/

.nav-down{
	top:0;
}
.nav-up{
	top:-97px;
}
#header{
	display:block;
	position:fixed;
	left:0;
	width:100%;
	height:100px;
	transition: top 0.4s;

	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	z-index:100;
}
.width-wrapper{
	position:relative;
}

#header-content-wrapper{
	width:100%;
	height:100px;
}
#header-bg{
	padding: 0 4%;
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	border-bottom: 3px solid rgb(var(--dark-blue-color));
	background: rgba(var(--dark-blue-color), 0.9);
}

a#logo{
	display:block;
	width:194px;
	top:20px;
	position:relative;
}

a#logo span{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.01em;
	font-weight: 600;
}

#logo img{
	width:100%;
	height:auto;
	display:block;
}

#webcert-button{
	display:block;
	position:fixed;
	right:4%;
	bottom:0;
	z-index:10;
}

#webcert-button a{
	display:inline-block;
	background:rgba(199,50,45,0.85);
	color:#fff;
	height:30px;
	line-height:30px;
	border-radius:5px 5px 0 0;
	padding:0 15px;
	transition:height 0.3s;
}

#webcert-button a:before{
	content:'\f007';
	font-family:'FontAwesome';
	margin-right:5px;
}

#webcert-button a:hover{
	height:40px;
	color:#f7eb2a;
}

.ccm-block-social-links ul{
	list-style:none;
	font-size:0;
}
.ccm-block-social-links ul li{
	display:inline-block;
	margin-right:5px!important;
	}
#footer-socials a, .ccm-block-social-links ul li a{
	display: block;
	height: 32px;
	color: rgb(var(--yellow-color));
	background: rgb(var(--blue-color));
	text-align: center;
	line-height: 32px;
	font-size: 20px;
}

#footer-socials a.tel{
	padding: 0 15px;
	background: rgb(var(--yellow-color));
	color: rgb(var(--dark-blue-color));
	font-weight: 700;
	font-size: 1em;
}
.ccm-block-social-links ul li a{
	width:32px;
}
.ccm-block-social-links ul li a:hover{
	background: rgb(var(--yellow-color));
	color: rgb(var(--dark-blue-color));
}

#footer-socials{
	position:fixed;
	bottom:20px;
	right:4%;
	display:flex;
}

/*MAIN NAV*/


#main-nav{
	position:absolute;
	bottom:-3px;
	right:4%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#main-nav ul{
	list-style:none;
	font-size:0;
}

#main-nav ul li{
	display:inline-block;
	height:40px;
	position:relative;
}

#main-nav li a{
	color: #fff;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 15px;
	font-size: 14px;
	position: relative;
	transition: background 0.4s;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight:600;
}

#main-nav li a.has-children:after{
	content:'\f0d7';
	display:inline-block;
	font-family:'FontAwesome';
	margin-left:10px;
	font-size:14px;
}



#main-nav li.green > a{
	border-bottom: 3px solid rgb(var(--yellow-color));
}

#main-nav li.green a:hover{
	background: rgb(var(--yellow-color));
	color:rgb(var(--dark-blue-color));
}

/*subnav*/
#main-nav ul ul{
	position:absolute;
	left:0;
	width:300px;
	overflow:hidden;
	display:block;
	transform:translate(0,-100%);
	opacity:0;
	transition:transform 0.4s, opacity 0.2s 0.1s;
	z-index:-1;
}
#main-nav ul li:hover ul{
	display:block;
	transform:translate(0,0);
	opacity:1;
}

#main-nav ul ul li{
	display:block;
	height:40px;
	width:100%;
}

#main-nav ul ul li a {
	color:rgb(var(--dark-blue-color));
	text-align:left;
	height:40px;
	line-height:40px;
	font-size:14px;
	padding:0 15px;
	border-radius:0;
	border-bottom:1px solid rgba(255,255,255,0.2)!important;
	text-transform:none;
}
#main-nav ul ul li:last-of-type a{
	border-bottom:none!important;
}

#main-nav li.green ul{
	background:rgba(var(--yellow-color), 0.8);

}
/*SLIDESHOW*/

#slideshow-wrapper{
	display:block;
	width:100%;
	min-height:100vh;
	position:relative;
	overflow:hidden;
}
#inner-slideshow-wrapper{
	display:block;
	width:100%;
	position:relative;
	height:66vh;
	min-height:350px;
	overflow:hidden;
}
#inner-slideshow-wrapper:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:6px;
	background: var(--chevrons);
	background-size: 50px;
	opacity: 0.5;
}

#inner-slideshow-wrapper .image, #slideshow-wrapper .image{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center center;
}

#slideshow-wrapper .image{
	background-position:top center;
}
#inner-slideshow-wrapper .image:after, #slideshow-wrapper .image:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #293c5b;
	background-image:url(../assets/furniture/grunge-bg.jpg);
	background-size: cover;
	opacity: 0.5;
	mix-blend-mode:multiply;
}

#slideshow-wrapper .image:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgb(var(--dark-blue-color));
	mix-blend-mode: screen;
	opacity: 0.5;
}

.royalSlider{
	width:100%;
	min-height:100vh;
	max-height:100vh;
	background:#999;
}

.royalSliderInner{
	width:100%;
	min-height:350px;
}

.royalSlider img{
}
/* HOMEPAGE BUTTONS */
#slideshow-wrapper .wrapper, #inner-slideshow-wrapper .wrapper{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 4%;
}
#slideshow-wrapper .info, #inner-slideshow-wrapper .info{
	position:absolute;
	top:calc(50% + 50px);
	width:100%;
	transform:translateY(-50%);
}
#slideshow-wrapper .info h1, #inner-slideshow-wrapper .info h1{
	color: #fff;
	text-transform: uppercase;
	line-height: 1.1em;
	font-size: 4em;
	max-width: 800px;
	margin: 20px 0;
	font-weight: 700;
}
#slideshow-wrapper .info h1 span, #inner-slideshow-wrapper .info h1 span{
	background: rgb(var(--dark-blue-color));
	padding: 0 20px;
	box-decoration-break: clone;
	-webkit-box-decoration-break:clone;
	color: rgb(var(--yellow-color));
}

#slideshow-wrapper .info p, #inner-slideshow-wrapper .info p{
	color: rgb(var(--dark-blue-color));
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	background: rgba(var(--yellow-color),1);
	padding: 0.25em 20px;
	width: fit-content;
	font-size:20px;
	margin:20px 0;
}

@media screen and (min-width:1024px){
	#inner-slideshow-wrapper .info:before{
		width:80px;
		height:80px;
		}
}

/*CONTENT*/
#content{
	padding:50px 4% 30px 4%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	display:flex;
}
#content h1{
	font-size:32px;
	margin-bottom:20px;
	color:#111;
	font-family: var(--main-font);
	font-weight:600;
}

/*Testimonial*/
.ccm-block-testimonial{
	padding:20px;
	padding-bottom:10px;
	font-size:0;
}
.ccm-block-testimonial-image{
	display:inline-block;
	vertical-align:top;
	margin-right:20px!important;
	margin-bottom:10px!important;
	max-width:80px;

}
.ccm-block-testimonial img{
	border-radius:50%;
}
.ccm-block-testimonial-text{
	display:inline-block;
	width:80%;
	max-width:500px;
	vertical-align:top;
}
.ccm-block-testimonial-paragraph p{
	font-style:italic;
	margin:5px 0!important;
	font-size:14px;
	padding-left:20px;
	position:relative;
	line-height:1.35em!important;
}
.ccm-block-testimonial-paragraph p:before{
	content:'\f10d';
	font-family:'FontAwesome';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
.ccm-block-testimonial-paragraph p:after{
	content:'\f10e';
	font-family:'FontAwesome';
	display:inline-block;
	padding-left:5px;
}
.ccm-block-testimonial-name{
	font-weight:normal!important;
}
.ccm-block-testimonial-name p{
	padding-left:20px;
	font-size:12px;
	margin:5px 0!important;
	font-family: var(--main-font);
	font-weight:600;
}

/*.back-button{
	display:inline-block;
	height:42px;
	font-family: din-2014, sans-serif;
	font-weight:600;
	color:#fff!important;
	background:rgb(45, 133, 148);
	padding:0 15px;
	border-radius:5px;
	line-height:42px;
	font-size:16px;
	margin:20px 0;
}*/

.back-button:before{
	content:'\f077';
	font-family:'FontAwesome';
	margin-right:5px;
}


body.green .back-button{
	
}

#content h1, #content h2, #content h3{
	color:rgb(var(--dark-blue-color));
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	width: fit-content;
	position:relative;
	margin: 1.5em 0 1em 0;
}
#content h2 strong{
	background: rgb(var(--dark-blue-color));
	color: #fff;
	padding: 0 10px;
	box-decoration-break:clone;
}
/*#content h2:before{
	content:'';
	position:absolute;
	top:-12px;
	left:0;
	width:100%;
	height:12px;
	background: linear-gradient(125deg, rgb(var(--yellow-color)) 25%, rgb(var(--dark-blue-color)) 25%, rgb(var(--dark-blue-color)) 75%, rgb(var(--yellow-color)) 75%);
	background-size: 50px;
}*/

#content a{
	color:rgb(var(--dark-blue-color));
	transition:all 0.3s;
	white-space: nowrap;
}
#content a:hover{
	color:#111;
	}
#content a strong, #content strong a{
	background-color:rgb(var(--yellow-color));
	padding: 5px 10px;
	text-transform: uppercase;
	color:rgb(var(--dark-blue-color));
}
#content a:hover strong, #content strong a:hover{
	background-color:rgb(var(--dark-blue-color));
	color:#fff;
}


body.orange #content a:hover{
	color:#111;
}

a.pdf:before{
	content:'\f1c1';
	font-family:'FontAwesome';
	margin-right:5px;
}
a.info:before{
	content:'\f05a';
	font-family:'FontAwesome';
	margin-right:5px;
	font-size:18px;
	position:relative;
	top:1px;
}
a.external{
	position:relative;
	padding-right:12px;
	display:inline-block;
}
a.external:after{
	content:'\f08e';
	font-family:'FontAwesome';
	margin-left:5px;
	font-size:10px;
	position:absolute;
	right:0;
	top:0;
}

#content h3{
	font-size:22px;
	margin-bottom:20px;
	color:#111;
}

#content p{
	line-height:1.5em;
	color:#333;
	margin:1.5em 0;
}
#content .row{
	display:flex;
	flex-wrap:wrap;
	padding:20px;
}
#content ul{
	list-style:none;
	margin:20px;
	width:fit-content;
}
#content .row ul{
	margin:0 40px 0 0;
}
#content li{
	color:#333;
	line-height:1.5em;
	font-size:14px;
	font-family: var(--main-font);
	font-weight:600;
	margin:5px 0;
	padding-left:25px;
	position:relative;
}

#content li:before{
	content:'\f054';
	font-family:'FontAwesome';
	color:#fff;
	display:inline-block;
	width:13px;
	padding-left:1px;
	height:14px;
	line-height:15px;
	text-align:center;
	border-radius:50%;
	position:absolute;
	top:4px;
	left:0;
	background:#bbb;
	font-size:8px;
}

.left-col{
	width:70%;
	flex:0 0 70%;
}
.left-col img{
	max-width:100%;
	height:auto;
	display:block;
	margin:30px 0;
}
.right-col{
	width:26%;
	flex:0 0 26%;
	margin-left:4%;
}
.right-col .sticky{
	position: sticky;
	top: 100px;
}
.right-col img{
	max-width:100%;
	height:auto;
	display:inline-block;
	margin:0 5px 0 0;
	padding:10px;
	box-sizing:content-box;
}

#content .right-col h3{
	margin:30px 0 10px 0;
	font-family: var(--main-font);
	font-weight:600;
	font-size:18px;
	color:#888;
}

.right-col .info-panel{
	padding: 20px;
	background: rgba(var(--yellow-color),1);
	margin-bottom: 20px;
	text-align: center;
	position:relative;

}
.right-col .info-panel:before{
	content:'';
	background:var(--chevrons);
	background-size:50px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:6px;
}
.right-col .info-panel img{
	margin:0;
	padding:0;
}
.right-col .info-panel p{
	margin:10px 0 0 0!important;
}

.right-col .info-panel h3{
	margin:0!important;
	padding:0 20px 0 25px;
	position:relative;
	background: rgb(var(--dark-blue-color));
	height:30px;
	line-height:30px;
	color:#fff!important;
	display:inline-block!important;
	text-align:center;

}
.right-col .info-panel img{
	max-width:100px;
	height:auto;
	display:inline-block;
}
#shop-info-panel img{
	box-shadow: none;
	padding:0;
	margin:0;
}
#iso-info-panel h3{
	margin:0!important;
}

body.orange #content .right-col h2{
	color: rgba(235,136,14,1);
	font-family: var(--main-font);
	font-weight:600;
}

#content .right-col p{
	margin:10px 0;
	font-size:14px;
	line-height:1.35em;
	color:rgba(var(--dark-blue-color),1);
}
/* Google Map */

div.googleMapCanvas{
	margin:30px 0;
	border-radius:2px;
}
/*PAGE LIST*/
.ccm-block-page-list-pages{
	margin:0 0 40px 0;
}
.page-list-item{
	background:#fff;
	display:flex;
	width:100%;
	border-radius:5px;
	margin:0 0 20px 0;
	overflow:hidden;
	align-content: stretch;
}
.page-list-item .image{
	flex:0 0 200px;
	overflow:hidden;
	padding:12.5% 0;
	position:relative;
}
.page-list-item .image a{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	transform:translate(-50%,-50%);
	display:block;
	background-position:center center;
}
.page-list-item .image a:before{
	content: '\f054';
	background: rgba(0,0,0,0.5);
	font-family: 'fontAwesome';
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 48px;
	transform:translateX(-100%);
	transition:all 0.3s;
}

.page-list-item .image a:hover:before{
	transform:translateX(0);
}

.page-list-item .info{
	flex:0 1 calc(100%-150px);
	padding:20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.page-list-item .info h3{
	margin:0!important;
	text-transform:uppercase;
	line-height:1em;
}

.page-list-item .info p{
	font-size: 15px;
	margin:10px 0 0 0 !important;
	color:#666!important;
	
}
.page-list-item .info p.subtitle{
	font-weight:600;
	margin:0!important;
	color:rgb(var(--dark-blue-color))!important;
}

/*.page-list-item .info a:before{
	content:'\f0a9';
	font-family:'FontAwesome';
	margin-right:8px;
}*/

/* Which Widget */

iframe {
    width: 100%!important;
    border-radius: 10px;
    min-height: 620px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

img.which-image {
    width: 25%;
    background: #fff;
    padding: 20px!important;
    border-radius: 10px;
    height: auto;
    max-width: 150px;
    box-shadow:none;
}


/*Affiliations*/
#affiliations{
	background:#f2f2f2;
	padding:30px 4%;
}
#affiliations ul{
	list-style:none;
	text-align:center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#affiliations ul li{
	width:100px;
	display:inline-block;
	margin:5px;
	padding:10px;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	border-radius:3px;
	background:#fff;
	display:flex;
	flex-direction:column;
	justify-content: center;
}
#affiliations ul li img{
	width:100%;
	height:auto;
}
#affiliations ul li:hover{
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
/*FOOTER*/

#footer{
	background:rgb(var(--dark-blue-color));
	position:relative;
}
#footer-width-wrapper{
	max-width:1280px;
	margin:0 auto;
	padding:30px 4%;
	display:flex;
}
#footer-base-width-wrapper{
	max-width:1280px;
	margin:0 auto;
	padding:0 4%;
}

#footer .tel:before{
	content:'\f095';
	font-family:'FontAwesome';
	display:inline-block;
	width:20px;
	height:20px;
	color: rgb(var(--dark-blue-color));
	background: rgb(var(--yellow-color));
	border-radius: 3px;
	line-height:20px;
	text-align:center;
	margin-right:8px;
	font-size:13px;

}
#footer .email:before{
	content:'\f0e0';
	font-family:'FontAwesome';
	display:inline-block;
	width:20px;
	height:20px;
	color: rgb(var(--dark-blue-color));
	background: rgb(var(--yellow-color));
	border-radius: 3px;
	line-height:20px;
	text-align:center;
	margin-right:8px;
	font-size:11px;

}
.footer-block{
	padding:0 30px;
	min-width:180px;
}
#footer-width-wrapper div:first-of-type{
	padding:0 30px 0 0;
}

#footer-width-wrapper div:last-of-type{
	padding:0 0 0 30px;
	border:none;
}

/* Socials */
.ccm-block-social-links{
	padding:0!important;

}

.footer-block h3{
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: var(--main-font);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.footer-block p{
	margin:5px 0;
	color:#fff;
	font-size:15px;
	line-height:1.5em;
}
.footer-block a{
	color:rgb(var(--yellow-color));
}

.footer-block a:hover{
	color:#fff;
}

#footer-nav ul{
	list-style:none;
}
#footer-nav li{
	display:block;
	margin:5px 0;
	font-size:15px;
}

#footer-nav li a{
	color:#666;
}

#footer-nav li a:hover{
	color:#fff;
}

#footer-base{
	background:#2d4977;
	padding: 25px 0;
}
#footer-base p{
	font-size:11px;
	color:#c4c4c4;
	margin:5px 0;
}
#footer-base p:first-of-type{
	margin-right:15px;
}
#footer-base a{
	color:#c4c4c4;
}

@media screen and (max-width:760px){
	#footer-base{
		padding:25px 0 75px 0;
	}
}


/*INSTAGRAM*/
#instagram-wrapper{
	margin: 0px auto 150px;
	width: 90%;
  padding-top: 50px;
	max-width:1200px;
  position: relative;
  height:auto;
}

.insta-wrapper {
    display: inline-block;
    width: 18%;
    margin: 1%;
    overflow: hidden;
    padding: 5px;
    background: #f2f2f2;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-transform: translateZ(0);
}

.instagram-text-wrapper {
	margin-bottom: 30px;
}

.instagram-text-wrapper h3 {
  margin-bottom:15px;
}

.instagram-button:before {
  content:'\f16d';
  font-family: 'FontAwesome';
  position: relative;
  font-size: 18px;
  margin-right: 5px;
  color: #f7eb2a;
}

.instagram-button {
  background: rgba(199,50,45,1);
  border-radius:5px;
  padding: 8px 15px;
}

a.instagram-button {
  color: #fff;
}

a.instagram-button:hover {
  color: #f7eb2a;
}

#instafeed {
  top: 20px;
  position: relative;
}

.insta-image {
    width: 100%;
    padding-bottom: 75%;
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,0.2) inset;
    background-size: cover !important;
	position:relative;
}
.insta-image:before {
    content: '\f16d';
    font-family: 'FontAwesome';
    font-size: 48px;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: rgba(255,255,255,0.85);
    top: 50%;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.insta-buttons{
	font-size:12px;
	position: relative;
    text-align: center;
    top: 4px;
}
.insta-buttons li{
	display:inline-block;
	margin-right:10px;
}
.insta-buttons li a{
	display:block;
	height:30px;
	line-height:30px;
	color:#888;
}

a.likes:before{
	content:'\f004';
	font-family:'FontAwesome';
	margin-right:5px;
	font-size:14px;
	color:rgba(199,50,45,1);
}
a.comments:before{
	content:'\f086';
	font-family:'FontAwesome';
	margin-right:5px;
	font-size:14px;
	color:rgba(199,50,45,1);
}
a.likes:hover:before{
	color:#eb880e;
}
a.comments:hover:before{
	color:#eb880e;
}
.instagram-preview{
	position:relative;
	text-align:center;
	margin-top:-70px;
}
.instagram-preview img{
	width:100%;
	max-width:240px;
	margin:0 auto;
	padding:5px;
	background:#f1efe5;
	border-radius:3px;
	display:block;
	height:auto;
	transform:rotate(-2deg);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	opacity:0.8;
	transition:all 0.3s;
}
.instagram-preview img:hover{
	opacity:1;
	transform:rotate(-1deg);
}
.instagram-preview .insta-wrapper{
	width:100%;
	max-width:280px;
	margin:0 auto;
	padding:5px;
	background:#f1efe5;
	border-radius:3px;
	height:auto;
	transform:rotate(-2deg);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition:all 0.3s;
	display:none;
}
.instagram-preview .insta-wrapper:first-of-type{
	display:block;
}

/* PREV NEXT */

div.next-previous-wrapper{
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}

div.next{
	align-self: flex-end;
	
}
/* BREADCRUMBS */

ol.breadcrumb{
	display:flex;
	list-style:none;
	transform: translateY(-100%);
}
#content ol.breadcrumb li{
	padding-left:17px;
	margin:0 3px 0 0;
}
#content ol.breadcrumb li:before{
	background:transparent;
	color:#328896;
	}
#content ol.breadcrumb li:first-of-type{
	padding-left:0;
}
#content ol.breadcrumb li:first-of-type:before{
	display:none;
}



/*RESPONSIVE*/

/* Which Widget */

@media screen and (max-width: 1285px){
    iframe {
        min-height: 1150px;
    }
}


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

 /* Which Widget */

    iframe {
        min-height: 1150px;
        }
}       
        


@media screen and (max-width: 560px){
	#main-buttons-wrapper a span{
		display:none;
	}
	.ccm-block-testimonial-text{
		display:inline;
	}
	.ccm-block-testimonial-paragraph p{
		padding:0;
	}
	.ccm-block-testimonial-name p{
		padding:0;
	}
	.ccm-block-testimonial-paragraph p::before{
		position:relative;
		margin-right:5px;
	}
	#page-icon-wrapper h1{
		font-size:16px;
	}

	.insta-wrapper {
		width: 48%;
	}
}
@media screen and (max-width: 479px){

	#main-buttons-wrapper ul{
		margin:20px auto;
		width:60%;
	}
	#main-buttons-wrapper li{
		display:block;
		width:100%;
		max-width:100%;
		padding:5px;
	}
	#main-buttons-wrapper li a{
		width:100%;
	}
	#main-buttons-wrapper a span{
		display:inline-block;
	}
	#main-buttons-wrapper h2{
		max-width:80%;
		margin:0 auto;
	}

}

@media screen and (max-width: 381px){
	.insta-wrapper {
		width: 98%;
	}
}



@media screen and (max-width: 639px){
	/* NO PAGE LIST THUMBS*/
	.left-col .page-list-thumbnail{
		display:none;
	}
	.ccm-block-page-list-page-entry-text{
		width:100%;
	}
	
	#inner-slideshow-wrapper .info h1{
		font-size:32px;
	}
}
@media screen and (max-width:760px){
	.page-list-item{
		flex-direction:column;
	}
	.page-list-item .info{
		padding:20px 10px;
	}
	.page-list-item .info p{
		font-size:14px!important;
	}
	.page-list-item .image{
		flex:0 0 100%;
		padding:0 0 55% 0;
	}
	#inner-slideshow-wrapper{
		height:66vh;
	}
	
}
@media screen and (max-width: 920px){

	#slideshow-wrapper .info h1{
		font-size:24px;
	}
	#slideshow-wrapper .info ul{
		flex-direction:column;
		align-items:center;
	}
	#slideshow-wrapper .info ul li{
		margin:5px 0;
	}
	#slideshow-wrapper .info ul li a{
		flex-direction:row;
		padding:10px;
	}
	#slideshow-wrapper .info ul li a span:before{
		margin:0 10px 0 0;
	}
	/* FOOTER BLOCKS GO FULL WIDTH*/
	#footer-width-wrapper{
		flex-direction:column;
	}
	.footer-block, #footer-width-wrapper div:last-of-type, #footer-width-wrapper div:first-of-type{
		display:block;
		padding: 0 0 15px 0;
		margin:0 0 15px 0;
		border:none;
		border-bottom:1px solid #444;
		text-align:center;
	}
	#footer-width-wrapper div:last-of-type{
		border-bottom:none;
		margin:0;
		padding:0;
	}
}

@media screen and (max-width: 1023px){
		#logo{
		left:0;
		transform:translate(0,0);
	}


	/*Mobile Nav*/
	#mobile-burger{
		position: fixed;
		top: 25px;
		right: 25px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: rgb(var(--yellow-color));
		border-radius: 4px;
		padding: 5px;
		transition:all 0.3s;
	}
	#mobile-burger span{
		display: block;
		width: 80%;
		height: 6px;
		background: rgb(var(--dark-blue-color));
		margin: 2px 10%;
		border-radius: 3px;
		transition:all 0.3s;
	}
	#mobile-burger:hover span{
		background: #fff;
	}
	
	#main-nav{
		top: 0;
		background: rgba(var(--dark-blue-color), 0.95);
		position: fixed;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		max-width: 400px;
		width: 100%;
		transition:all 0.3s;
	}
	#main-nav.hidden{
		transform:translateX(100%);
	}
	#main-nav ul{
		position:absolute;
		display:block;
		width:100%;
		max-width:480px;
		margin:0 auto;
		top:100px;
		z-index:-1;
		
	}
	#main-nav ul li{
		display:block;
		width:100%;
		height:auto;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		transition:all 0.3s;
	}
	#main-nav ul li li{
		border-bottom: none;
	}
	
	#main-nav ul li:hover{
		background:rgba(var(--yellow-color), 1);
	}
	#main-nav li div{
		display:flex;
		align-items: center;
	}
	#main-nav li span{
		display: flex;
		width: 24px;
		height: 24px;
		position: relative;
		transition: all 0.3s;
		background: rgb(var(--yellow-color));
		justify-content: center;
		align-items: center;
		
	}
	
	#main-nav li span:before{
		content:'';
		width:2px;
		height: 15px;
		left: 50%;
		top: 50%;
		background:rgb(var(--dark-blue-color));
		display:block;
		position:absolute;
		transform: translate(-50%, -50%);
		transition:all 0.3s;
		border-radius: 1px;
	}
	#main-nav li span:after{
		content:'';
		width:15px;
		height:2px;
		left: 50%;
		top: 50%;
		background:rgb(var(--dark-blue-color));
		display:block;
		position:absolute;
		transform: translate(-50%, -50%);
		transition:all 0.3s;
		border-radius: 1px;
	}
	
	#main-nav li span:hover:before, #main-nav li span:hover:after{
		background:rgb(var(--dark-blue-color));
	}
	#main-nav li span.opened:after{
		opacity:0;
	}
	#main-nav li span.opened:before{
		background:rgb(var(--dark-blue-color));
		transform:translate(-50%, -50%) rotate(90deg) ;
	}
	ul.opened{
		background:rgba(var(--yellow-color),0.8);
	}
	

	#main-nav li a{
		background:transparent;
		border-bottom:none;
		border-radius:0;
		color:#fff;
	}
	#main-nav li:hover a{
		color:rgb(var(--dark-blue-color));
	}
	
	#main-nav li a.has-children:after{
		display:none;
	}


	#main-nav ul ul li a{
		background:none;
		border-bottom:none!important;
	}
	#main-nav li.green > a{
		border-bottom:none;
	}
	#main-nav li.green a:hover{
		background:transparent;
	}
	#main-nav ul ul{
		position:relative;
		transform:translate(0,0);
		width:100%;
		top:0;
		z-index:1;
		opacity:1;
		border-radius:0;
		max-height:0;
		transition:all 0.3s;
	}
	
	
	#content{
		max-width:760px;
		flex-direction:column;
	}
	.left-col{
		width: 100%;
		flex: 0 0 100%;
	}
	.right-col{
		width: 100%;
		flex: 0 0 100%;
		display:flex;
		margin:20px 0 0 0;
		justify-content: space-between;
	}
	.right-col .info-panel{
		flex:0 0 49%;
	}
}

.gm-style img{
	max-width:none;
	margin:0;
}
.infoWindow{
	font-family: var(--main-font);
}
#content .infoWindow h3{
	margin:0;
	font-weight:600;
}
#content .infoWindow p{
	margin:0;
}

@media screen and (max-width:540px){
	.right-col{
		flex-wrap:wrap;
		margin:0;
		}
	.right-col .info-panel{
		flex:0 0 100%;
	}
}
.sg-item-image img{
	margin:0;
}