/* F O N T   I N C L U D E S */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
/* G L O B A L   S T Y L E S */
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6, .heading, .headerPre p{
	font-family: 'Poppins', sans-serif;
}

  .bgMe iframe { min-height: 965px!important; width: 100%!important; height: 100%;}

  @media screen and (min-width: 768px) { .bgMe iframe { min-height: 535px!important; } }
.capMe{
	text-transform: capitalize;
}
.same{
	background-color: #eee;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
  font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #444;
  font-weight: bold;
}
.landline{
	display: none!important;
}
.bgMe{
	height: 100%;
	max-height: calc(100vh - 140px);
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
p,ul,ol, nav ul li a{
	font-family: 'Poppins', sans-serif;
}
.tar{
	text-align: right;
}
.tac{
	text-align: center;
}
.showMenu{
	display: none;
}
.site{
	position: relative;
	overflow: hidden;
	max-width: 100vw;
}
/*TopBar*/
.topBar{
	padding: 10px 0;
}
.logo img{
	padding: 4px 0;
	height: 120px;
}
.logo{
	display: block;
}
nav{
	width: 100%;
	background-color: #1a1a1a;
}
nav ul{
	text-align: center;	
}
nav ul li{
	display: inline-block;	
	position: relative;
}
nav ul li a:hover, .active{
	color: #DAA520;
}
nav ul li:hover .sub-menu{
	display: block;
}
nav ul li > a:after {
	content: '\f078';
	color: #DAA520;
	margin-left: 6px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 10px;
} 
nav ul li > a:only-child:after { content: ''; } 
.sub-menu li a{
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
}
.sub-menu li{
	clear: both;
	width: 100%;
	display: block;
	white-space: nowrap;
}
.sub-menu:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #DAA520;
	top: -10px;
	right: -10px;
	transform: rotate(45deg);
}
.sub-menu{
	overflow: hidden;
	display: none;
	border-top: 2px solid #DAA520;
	position: absolute;
	background-color: #111;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	padding: 18px;
	z-index: 100;
}
nav ul li a{
	padding: 0 12px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
.details i{
	background-color: #DAA520;
	display: inline-block;
	line-height: 24px;
	width: 24px;
	font-size: 12px;
	text-align: center;
	color: white;
	margin-left: 12px;
	border-radius: 3px;
}
.details li{
	line-height: 24px;
	margin: 3px 0;
	color: #1a1a1a;
}
.details{
	padding: 10px 0;
	font-weight: bold;
}

/*Header*/
header{
	position: relative;
}
.headerText .goDown i{
	display: inline-block;
	line-height: 44px;
	height: 44px;
	width: 44px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #DAA520;
}
.headerText .goDown{
	font-weight: 600;
	cursor: pointer;
	letter-spacing: -1px;
	color: #DAA520;
	font-weight: bold;
	margin-top: 30px;
}
/*SlideShow*/
.slideShow .slide:before{
	content: '';
	position: absolute;
	width: calc(100% + 2px);
	top: -1px;
	left: 0;
	height: calc(100% + 2px);
	background-color: black;
	opacity: 0.55;
	z-index: -1;
}
.slideShow .slide{
	position: relative;
	z-index: 1;
	cursor: grab;
	height: 600px;
	background-size: cover;
	background-position: top center;
	transition: background-position 7s linear 0.7s;
}
.slick-active.slide{
	background-position: bottom center;
}
.slideText{
	max-width: 1000px;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background-position: bottom;
}
.slick-active .slideText p:first-of-type{
	-webkit-transition: all 0.7s ease 0.5s;
	-o-transition: all 0.7s ease 0.5s;
	transition: all 0.7s ease 0.5s;
	opacity: 1;
	top: 0px;
}
.slick-active .slideText p{
	-webkit-transition: all 0.7s ease 0.7s;
	-o-transition: all 0.7s ease 0.7s;
	transition: all 0.7s ease 0.7s;
	opacity: 0.7;
	top: 0px;
}
.slideText a:nth-of-type(2){
	background-color: #DAA520;
	border-color: #DAA520;
	margin-left: 10px;
}
.slideText a:hover{
	background-color: rgba(0,0,0,0.5);
}
.slideText a{
	-webkit-transition: background-color 0.5s linear, opacity 0.7s ease 1.3s;
	-o-transition: background-color 0.5s linear, opacity 0.7s ease 1.3s;
	transition: background-color 0.5s linear, opacity 0.7s ease 1.3s;
	opacity: 0;
	display: inline-block;
	margin-top: 30px;
	border: 1px solid white;
	line-height: 40px;
	padding: 0 14px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}
.slick-active .slideText a{
	-webkit-transition: opacity 0.7s ease 1.3s;
	-o-transition: opacity 0.7s ease 1.3s;
	transition: opacity 0.7s ease 1.3s;
	opacity: 1;
}
.slideText p{
	color: white;
	position: relative;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.6);
	line-height: 120%;
	font-size: 16px;
	opacity: 0;
	margin: 0;
	top: 100px;
	-webkit-transition: all 0.7s ease 0.7s;
	-o-transition: all 0.7s ease 0.7s;
	transition: all 0.7s ease 0.7s;
}
.slideText p:first-of-type{
	font-size: 38px;
	font-weight: 600;
	margin: 0 0 12px 0;
	top: 100px;
	-webkit-transition: all 0.7s ease 0.5s;
	-o-transition: all 0.7s ease 0.5s;
	transition: all 0.7s ease 0.5s;
}
/*Section One*/
.splitInfo.dark{
	background-color: #222;
}
.splitInfo{
	position: relative;
	padding: 100px 0;
}
.splitInfo .subHead{
	color: #DAA520;
}
/*Trio*/
.trio{
	padding: 70px 0;
}
.trio i{
	font-size: 50px;
	color: #DAA520;
	margin-bottom: 20px;
	margin-top: 20px;
}
.trio a.button i{
	width: 16px;
}
.trio a.button{
	margin-right: 20px;
	display: block;
	margin: 0;
	height: 30px;
}
/*Accordions*/
.accordion h3:after{
	content: '+';
	position: absolute;
	right: 0;
	color: #DAA520
}
.accordion h3{
	position: relative;
	cursor: pointer;
	line-height: 40px!important;
	border-top: 1px solid #CCC;
	margin: 0!important;
}
.accordion p{
	margin: 0 0 10px 0;
	font-size: 12px!important;
}
.accordion{
	border-bottom: 1px solid #CCC;
	margin: 20px 0;
	opacity: 0.8
}
.accordion .infoBox{
	display: none;
}
.accordion .infoBox:first-of-type{
	display: block;
}
/*Tickers*/
.ticker{
	padding: 60px 0;
	background-color: #DDD;
}
.whiteBg{
	background-color: #fff;
}
.titleBox h2{
	margin: 0!important;
	padding-right: 120px;
}
.titleBox{
	position: relative;
}
.postTickerButtons, .revTickerButtons{
	text-align: right;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.postTickerButtons button, .revTickerButtons button{
	margin-right: 4px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	color: white;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background-color: #DAA520;
}
.blog .item{
	border: 1px solid #DDD;
	margin-top: 20px;
	margin-left: 0px!important
}
.postTicker .item{
	border: 1px solid #DDD;
	margin: 20px;
	padding: 0;
}
.postTicker, .revTicker, .blogPosts{
	margin-top: 20px;
}
.revName{
	width: 50px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	color: white;
	font-size: 22px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #DAA520;
}
.review i{
	color: #daa520
}
.review .author{
	float: left;
	margin: 5px 0 0 0;
	width: calc(100% - 60px);
	line-height: 20px;
	display: inline-block;
}
.review .date{
	display: inline-block!important;
	width: calc(100% - 60px);
	margin: 0 0 30px 0;
	font-size: 12px;
	line-height: 20px;
	float: left;
}
.review p{
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.revTicker .review{
	border-top: 2px solid #DAA520;
	margin: 20px;
	padding: 30px;
	background-color: #EEE;
}
.itemImg{
	width: 100%;
	height: 200px;
}
.itemText p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.itemText{
	padding: 20px;
	background-color: #FFF;
}
/*Side Bars*/
.sideBar{
	background-color: #1a1a1a;
	height: 100%;
	padding: 40px;
}
/*Contact Form*/
.contact{
	padding: 70px 0;
	position: relative;
	background-color: #FFFFFF;
}
address{
	margin: 20px 0;
}
.contact address h3{
	margin: 0;
}
.contact address p{
	display: inline-block;
	font-size: 13px;
	margin-bottom: 0;
}
#map{
	width: 100%;
	height: 100%;
}
/*Full Width*/
.fullWidth{
	padding: 100px 0;
	position: relative;
}
/*.fullWidth:before{
	content: '';
	position: absolute;
	width: 70%;
	top: 0;
	left: 0;
	height: 60vh;
	background-color: #EAE9E8;
	z-index: -1;
}*/
/*Call to action*/
.callAction{
	position: relative;
	padding: 50px 0;
}
.callAction:before{
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #DAA520;
	opacity: 0.77;
	z-index: -1;
}
.callAction h2{
	margin: 0!important;
	opacity: 1;
}
.callAction a{
	float: right;
}
/*Pale Section*/
.pale{
	background-color: #EEE;
	padding: 40px;
}
.pale h2{
	margin: 0!important;
}
.pale img{
	margin: 0!important;
	padding: 0 16px;
}
/*Text Area*/
.text.light{
	color: #EEE;
}
.text address p b{
	color: #DAA520;
}
.text address p{
	font-style: initial;
	margin-bottom: 0;
}
.text address p.dib{
	display: inline-block;
}
.text{
	color: #1a1a1a;
}
.text span.subHead{
	opacity: 0.8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
	letter-spacing: -0.5px;
}
.text h1, .text h2, .text h3, .text h4, .text h5{
	line-height: 105%;
	margin: 5px 0 20px 0;
}
.text h1{
	letter-spacing: -1px;
	opacity: 0.9;
}
.text h2{
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: 800;
	opacity: 0.8;
}
.text h1 span,.text h2 span{
	color: #DAA520;
}
.text h3{
	letter-spacing: -1px;
	opacity: 0.8;
	font-size: 18px;
}
.text h4{
	color: #DAA520;
	opacity: 0.8;
	font-size: 18px;
}
.text hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 2px;
	width: 100px;
	background-color: #DAA520;
	border: 0px!important;
}
.text p{
	font-size: 14px;
	opacity: 0.8;
}
.text p.statement i{
	width: 30px;
	text-align: center;
	color: #FFF;
}
.text p.statement{
	line-height: 150%;
	margin: 0;
	font-size: 19px;
	font-weight: bold;
	color: #DAA520
}
.text p a{
	color: #DAA520;
	text-decoration: underline;
}
.text a i{
	font-size: 14px;
	margin-right: 6px;
}
.text a{
	color: #DAA520;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
}
.text img{
	margin-bottom: 20px;
}
.text img.icon{
	width: 100px;
}
/*Text > Blockquotes*/
.text blockquote:last-of-type{
	margin-bottom: 0;
}
.text blockquote{
	position: relative;
	border-top: 2px solid #DAA520;
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
	padding: 36px;
	z-index: 1;
	background-color: rgba(0,0,0,0.1);
}
.text blockquote h3{
	text-transform: initial;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
.text blockquote p:first-of-type{
	margin-top: 0;
}
.text blockquote p:last-of-type{
	margin-bottom: 0;
	opacity: 0.6;
	font-weight: bold;
	color: #DAA520;
}
/*Text > Lists*/
.text ul, .text ol{
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 18px;
	opacity: 0.7;
}
.socialIcons{
	margin-top: 30px;
}
.socialIcons a i{
	color: white;
	background-color: #DAA520;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	padding: 0!important;
	margin: 0;
	display: block;
	text-align: center;
}
.socialIcons a{
	display: inline-block!important;
}
.text ul.split, .text ol.split{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.text ul li{
	display: inline-block;
	width: 100%;
	line-height: 26px;
}
.text ul li:before{
	color: #DAA520;
	content: '\f00c';
	font-size: 10px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	line-height: 26px;
	counter-increment: step-counter;
}
.text ol li:before{
	color: #DAA520;
	width: 10px;
	font-weight: 900;
	display: inline-block;
	content: counter(step-counter)".";
	font-size: 13px;
	margin-right: 10px;
}
/*Text > Buttons*/
.text .uiButton i{
	margin-right: 12px;
}
.text .uiButton:hover{
	background-color: #DAA520;
	cursor: pointer;
}
.text .uiButton{
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	color: #FFF;
	line-height: 48px;
	border-radius: 3px;
	display: inline-block;
	padding: 0 14px;
	background: #1a1a1a;
	font-weight: bold;
	font-size: 16px;
}
/*Website Forms*/
.websiteForm input[type='text'], .websiteForm select{
	width: 100%;
	height: 40px;
	font-size: 14px;
	box-shadow: 0px;
	font-weight: bold;
	color: #444;
	outline: 0;
	border-radius: 0px!important;
	border: none;
	margin-top: 20px;
	background-color: transparent;
	border-bottom: 2px solid #DAA520;
}
.websiteForm textarea{
	font-size: 14px;
	width: 100%;
	font-weight: bold;
	border-radius: 0px!important;
	color: #444;
	resize: none;
	border: none;
	border-bottom: 2px solid #DAA520;
	height: 150px;
	background-color: transparent;
	margin-top: 20px;
}
.websiteForm .uiButton{
	margin-top: 20px;
}
/*GALLERY*/
.gallery .columns a{
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns img{
	margin: 0;
	opacity: 0;
}
.gallery .columns .caption p{
	font-size: 12px;
	margin: 0;
	color: rgba(255,255,255,0.9);
	line-height: 18px;
}
.gallery .columns:hover .caption{
	bottom: 0%;
}
.gallery .columns .caption:before{
	content: 'View';
	position: absolute;
	background-color: #DAA520;
	text-transform: uppercase;
	padding: 6px;
	right: 10px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	color: white;
	font-weight: bold;
}
.gallery .columns .caption{
	-webkit-transition: bottom 0.4s;
	-o-transition: bottom 0.4s;
	transition: bottom 0.4s;
	position: absolute;
	pointer-events: none;
	color: #444;
	width:100%;
	background-color: rgba(0,0,0,0.8);
	padding: 10px 60px 10px 6px;
	bottom: -100%;
	left: 0px;
	font-size: 13px;
}
.gallery .columns{
	overflow: hidden;
	position: relative;
	background-size: cover;
	width: calc(25% - 12px);
	margin: 6px;
	background-position: center center;
	overflow: hidden;
	float: left;
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(50% - 12px);
}
footer{
	background-color: #1a1a1a;
	padding: 120px 0 50px 0;
}
footer .text h4{
	font-size: 15px;
}
footer .text ul li:before{
	display: none;
}
footer ul{
	text-transform: initial!important;
}
footer .text ul li a, footer .text p, footer .text ul li{
	color: #333;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0px
}
footer .text.light ul li a, footer .text.light p, footer .text.light ul li{
	color: #EEE
}
footer .text ul li a i{
	width: 15px;
	color: #DAA520;
	display: inline-block;
	text-align: center;
}
footer address p{
	font-style: initial!important;
	margin: 9px 0
}
footer .text p.blurb{
	padding-left: 100px;
}
.copy{
	margin-top: 40px;
	opacity: 0.8;
}
.copy p span{
	color: #DAA520;
}
.copy p{
	font-size: 10px!important;
	font-weight: 400!important;
}
.mobOnly{
	display: none;
}
/*Modal*/
.modal{
	background-color: white;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
	border-radius: 3px;
	display: none;
	padding: 36px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.modal:after{
	content: '\f0e0';
	opacity: 0.1;
	transform: rotate(17deg);
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	font-size: 320px;
	z-index: -1;
	font-weight: 300;
	color: #DAA520;
	top: -20%;
	left: 40%;
}
.modal h3{
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.modal p{
	font-size: 14px;
	color: #555;
	margin-top: 4px;
}
.modal form{
	max-width: 480px;
}
.modal form .inner{
	overflow: auto;
	border-radius: 3px;
	border-right: 1px solid #DDD;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.modal form textarea{
	border: none;
	font-weight: 500;
	font-size: 14px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	width: 100%;
	height: 44px;
	float: left;
	height: 180px;
	padding: 12px;
	background-color: transparent;
	border-radius: 0px;
	outline: none!important;
	resize: none;
}
.modal .uiButton{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.modal form input{
	border: none;
	font-size: 14px;
	background-color: transparent;
	border-radius: 0px;
	outline: none!important;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	width: 50%;
	height: 50px;
	padding: 0 12px;
	float: left;
}
/* M E D I U M   S C R E E N S   A N D   U N D E R */
@media screen and (max-width: 64.9375em) {
	.pale img{
		margin: 12px 0 12px 0!important;
	}
	section,.section{
		padding: 40px 20px!important;
	}
	.showMenu:before{
		content: '';
		width: 100%;
		height: 100%;
		background-color: black;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		border-radius: 50%;
		opacity: 0.2;
	}
	.showMenu{
		background-color: white;
		display: block;
		position: fixed;
		font-size: 18px;
		color: white;
		right: 20px;
		top: 40px;
		border-radius: 50%;
		background-color: #DAA520;
		height: 50px;
		line-height: 50px;
		width: 50px;
		z-index: 10000;
		box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
	}
	.gallery .columns{
		width: calc(50% - 12px);
	}
	.gallery .columns:nth-child(14n + 3),.gallery .columns:nth-child(14n + 8){
		width: calc(100% - 12px);
	}
	.details{
		padding-right: 100px;
	}
	nav.viz{
		right: 0
	}
	nav ul li:hover .sub-menu{
		display: none;
	}
	nav{
		box-shadow: -4px 0px 10px rgba(0,0,0,0.1);
		/*display: none;*/
		position: fixed;
		text-align: right;
		top: 0;
		right: -300px;
		height: 120%;
		z-index: 300;
		background-color: white;
		width: 300px;
		padding: 120px 20px 0 20px;
		-webkit-transition: right 0.4s;
		-o-transition: right 0.4s;
		transition: right 0.4s;
	}
	.sub-menu{
		position: relative;
		padding: 14px 0;
		background-color: rgba(0,0,0,0.05);
		width: 100%;
		display: none;
		box-shadow: none;
	}
	nav ul li{
		text-align: right;
		width: 100%;
	}
	nav ul li a{
		line-height: 40px;
		color: #444;
	}

}
/* S M A L L   S C R E E N S   A N D   U N D E R */
@media screen and (max-width: 39.9375em) {
	.slideShow .slide{
		position: relative;
		z-index: 1;
		cursor: grab;
		height: 400px;
		background-size: cover;
		background-position: top center;
		transition: background-position 7s linear 0.7s;
	}
	.slideText{
		width: 100%;
		padding: 0 20px;
	}
	.talMob{
		text-align: left!important
	}
	.details:after{
		width: 120vw;
		height: 100%;
		position: absolute;
		content: '';
		background-color: inherit;
		z-index: -1;
		top: 0;
		left: -30px;
	}
	.details{
		position: relative;
		background-color: #1a1a1a;
		padding: 0;
		text-align: center;
		border-radius: 2px;
		width: 100%;
		margin-top: 10px;
	}
	.mobOnly{
		display: initial;
		color: #FFF;
		opacity: 0.8;
	}
	.details li i{
		background-color: transparent;
		line-height: 40px;
		color: #DAA520;
		font-size: 18px;
		margin-right: 5px;
	}
	.details li{
		display: inline-block;
	}
	.details li a span.deskOnly{
		display: none;
	}
	.callAction a{
		float: left;
		margin-top: 30px;
	}
	.contact aside{
		margin-top: 30px;
	}
	.sideBar{
		padding: 22px;
	}
	.sideBar .columns:first-of-type{
		margin-bottom: 30px;
	}
	.websiteForm{
		padding-right: 0;
	}
	.sideBar h3{
		margin-bottom: 10px;
	}
	.contact address p{
		font-style: initial;
	}
	.contact address{
		margin: 20px 0;
	}
	#map{
		height: 200px;
	}
	.ticker .bgMe{
		margin-top: 0!important;
	}
	.bgMe{
		height: 220px;
		background-size: cover;
		background-position: center center;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.logo img{
		height: 100px;
		padding: 16px 0;
		margin: 0;
	}
	.showMenu{
		background-color: white;
		display: block;
		position: fixed;
		font-size: 18px;
		color: white;
		right: 20px;
		top: 40px;
		border-radius: 50%;
		background-color: #DAA520;
		height: 40px;
		line-height: 40px;
		width: 40px;
		z-index: 3000;
		box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
	}
	.arrows{
		right: 0;
		z-index: 120;
	}
	.topBar{
		padding: 0 20px;
		margin-bottom: 0px;
	}
	.section{
		padding: 0px 20px 40px 0px!important;
	}
	.section{
		padding: 40px 20px!important;
	}
	footer .text p.blurb{
		padding-left: 0px;
	}
}
@media screen and (max-width: 400px) {
	.caption{
		display: none;
	}
}