@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,200,300italic,400italic,600,600italic,700,700italic,900,200italic);
body{
	font-family: 'Titillium Web', sans-serif;
	background-color: #fdbf81;
}
/*Remove some ugly defaults*/
a{
	color: inherit;
	text-decoration: none;
}
ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
.wrapper{
	max-width: 1300px;
	margin: 0px auto;
	box-shadow: 4px 0px 120px #222, -4px 0px 120px #222;
}
.contents{
	background-color: #FFF;
}



.reviews h2{
	color: #fdbf81;
	border-bottom: 1px solid #DDD;
	font-size: 34px;
	display: inline-block;
}

.reviews{
	text-align: center;
	padding: 40px 0;
	background-image: url(../images/test.jpg);
}
.reviews p{
	line-height: 32px;
	font-size: 18px;
	color: #EEE;
	max-width: 800px;
	margin: 20px auto;
}
.reviews p b{
	font-size: 24px;
}
.reviews a{
	background-color: red;
	display: inline-block;
	padding: 0px 20px;
	line-height: 50px;
	margin-top: 30px;
	color: #333;
	background-color:  #fdbf81;
	font-weight: bold;
	text-transform: uppercase;

}
/*Contact banner --------------------------------------------------------------*/
.contact-banner{
	width: 100%;
	line-height: 32px;
	background-color: #222;
	color: #DDD;
}
.contact-banner i{
	color: #fdbf81;
}
.contact-banner ul li{
	float: left;
	margin: 0 10px 0 0;
}
@media screen and (max-width: 40em ) {
	.contact-banner{
		line-height: initial;
	}
	.contact-banner ul{
		overflow: auto;
		display: none;
		padding: 30px 0;
		margin-bottom: 10px;
	}
	.contact-banner ul li{
		width: 100%;
		line-height: 50px;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0px;
		text-align: right;
	}
	.contact-banner ul li i{
		display: none;
	}
}

/*Business Name --------------------------------------------------------------*/
.topbar{
	background-color: #FFF;
}
.topbar h2{
	margin: 10px 0 10px 0;
	float: left;
	color: #555;
	padding: 0px 7px 0px 7px;
	line-height: 40px;
}
.topbar a:hover i i{
	top: 0px;
}
.topbar i{
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 28px;
	display: inline-block;
	margin-top: 10px;
	line-height: 40px;
	float: left;
	background-color: #fdbf81;
	color: #FFF;
	overflow: hidden;
	position: relative;
}
.topbar i i{
	position: absolute;
	background-color: #222;
	top: -50px;
	left: 0px;
	margin: 0;
	font-size: 28px;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
}
/*Header on Mobiles*/
.mobile-banner{display: none;}
.toggler {width: 40px;height: 40px;cursor: pointer;float: left;}
.toggler div,.toggler div:before,.toggler div:after {-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.toggler div {position: relative;width: 28px;height: 3px;background-color: #EEE;margin: 18px 6px;float: left;}
.toggler div:before,.toggler div:after {width: 28px;height: 3px;background-color: inherit;content: '';}
.toggler div:before {position: absolute;bottom: -8px;}
.toggler div:after {position: absolute;top: -8px;}
/*Styles for Open State*/
.nav-open div:before,.nav-open div:after {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.nav-open div:before {bottom: 0;}
.nav-open div:after {top: 0;}
.nav-open div {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
@media screen and (max-width: 40em ) {
	.mobile-banner{
		display: block;
		color: #EEE;
		height: 40px;
		background-color: #222;
	}
	.mobile-banner i{
		float: right;
		display: block;
		line-height: 40px;
		font-size: 28px;
		width: 40px;
		text-align: center;
	}
}
/*Navigation -----------------------------------------------------------------*/
nav ul{
	float: right;
}
nav ul li{
	float: left;
	position: relative;
}
nav ul li a{
	display: block;
	color: #444;
	line-height: 120px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 3px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.5s,color 0.5s;
	-o-transition: opacity 0.5s,color 0.5s;
	transition: opacity 0.5s,color 0.5s;
}
nav ul li a:before{
	content: '[';
	margin-right: 6px;
	font-size: 22px;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}
nav ul li a:after{
	content: ']';
	margin-left: 6px;
	opacity: 0;
	font-size: 22px;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
nav ul li a:hover::after,nav ul li a:hover::before,nav ul li a:hover,.active:after,.active:before,.active{
	opacity: 1;
	color: #fdbf81!important;
}
.sub{
	position: absolute;
	padding-left: 10px;
	z-index: 20;
	width: 300px;
	opacity: 0;
	background-color: #EEE;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	height: 0px;
	overflow: hidden
}
nav ul li:hover .sub{
	opacity: 1;
	height: auto;
}
.sub li{
	display: block;
	width: 100%;
}
.sub li a{
	line-height: 40px;
}
@media screen and (max-width: 64em ) {
	nav ul li a{
		padding:0px;
		font-size: 16px;
	}
}
@media screen and (max-width: 40em ) {
	nav{
		left: 0px;
		z-index: 20;
		width: 100%!important;
		position: absolute;
		margin: 0px;
		display: none;
		background-color: #222;
		top: 0px;
		padding: 30px 0 30px 20px;
	}
	.sub{
		position: relative;
		opacity: 1;
		height: auto;
		width: calc(100% - 20px);
		left: 0px;
		float: left;
		background-color: rgba(0,0,0,0.1);
	}
	nav ul li{
		width: 100%;
	}
	nav ul li a{
		line-height: 40px;
		margin: 0;
		color: #DDD;
	}

}
/*Large Banner Image ----------------------------------------------------------------------------------------------------*/
.main-banner{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.overlay{
	position: absolute;
	width: 100%;
	display: table;
	top: 0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.54) 0%, rgba(0,0,0,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.54) 0%,rgba(0,0,0,1) 100%);
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.54) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d600213c', endColorstr='#00213c',GradientType=1 );


}
.inner{
	display: table-cell;
	vertical-align: middle
}
.overlay p{
	color: #EEE;
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: uppercase;
}
.overlay hr{
	width: 180px;
	background-color: #fdbf81;
	outline: none;
	border: none;
	height: 1px;
}
.overlay h2{
	position: relative;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 60px;
	display: inline-block;
	padding: 0 20px;
	line-height: 70px;
	margin: 6px 0 20px 0;
}
.overlay h2 span{
	color: #fdbf81;
}
.overlay h2:before, .overlay h2:after{
	font-size: 220px;
	top: 25px;
	font-weight: 300;
	color: #fdbf81;
	position: absolute;
}
.overlay h2:before{
	content: '[';
	left: -50px;
}
.overlay h2:after{
	content: ']';
	right: -50px;
}
@media screen and (max-width: 72em ) {
	.overlay p{
		margin-bottom: 10px;
		font-size: 22px;
	}
	.overlay h2{
		font-size: 44px;
		padding: 0 10px;
		line-height: 60px;
		margin: 6px 0 20px 0;
	}
	.overlay h2:before,.overlay h2:after{
		font-size: 170px
	}
}
@media screen and (max-width: 64em ) {
	.overlay p{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.overlay hr{
		width: 140px;
	}
	.overlay h2{
		font-size: 40px;
		padding: 0 4px;
		line-height: 50px;
		margin: 6px 0 20px 0;
	}
	.overlay h2:before, .overlay h2:after{
		font-size: 140px;
		top: 20px;
		font-weight: 300;
		color: #fdbf81;
		position: absolute;
	}
	.overlay h2:before{
		content: '[';
		left: -30px;
	}
	.overlay h2:after{
		content: ']';
		right: -30px;
	}
}
@media screen and (max-width: 52em ) {
	.overlay p{
		font-size: 18px;
	}
	.overlay h2{
		font-size: 24px;
		line-height: 32px;
		padding: 0px;
	}
	.overlay h2:before,.overlay h2:after{
		font-size: 70px;
		top: 10px;
	}
}
@media screen and (max-width: 40em ) {
	.overlay p{
		margin-bottom: 0px;
		font-size: 14px;
	}
	.overlay hr{
		width: 100px;
	}
	.overlay h2{
		font-size: 18px;
		padding: 0 10px;
		line-height: 20px;
		margin: 6px 0 20px 0;
	}
	.overlay h2:before, .overlay h2:after{
		display: none;
	}
}
/*Gallery_______________________________________________________________________________*/
.img-area{
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.img-area:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
/*Banner below main image ______________________________________________________________*/
.cta-banner{
	background-color: #fdbf81;
	color: #FFF;
}
.cta-banner p{
	margin: 0px;
	line-height: 80px;
	font-size: 22px;
}
.cta-banner a{
	display: block;
	text-transform: uppercase;
	padding: 0px 20px;
	float: right;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	border: 2px solid #FFF;
}
.cta-banner a:hover{
	border: 2px solid #DDD;
	background-color: rgba(0,0,0,0.3);
}
@media screen and (max-width: 64em ) {
	.cta-banner p{
		line-height: 40px;
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cta-banner a{
		display: block;
		text-transform: uppercase;
		padding: 0px 20px;
		float: right;
		line-height: 40px;
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		border: 2px solid #FFF;
	}
}
@media screen and (max-width: 40em ) {
	.cta-banner{
		text-align: center;
	}
	.cta-banner p{
		text-align: center;
		font-size: 16px;
		margin-top: 30px;
		line-height: 30px;
	}
	.cta-banner a{
		display: none;
	}
}
/*Sidebar _________________________________________________________________________*/
aside{
	height: 100%;
	padding: 25px 0;
}
.aside-container{
	background-color: #222;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
	overflow: auto;
	padding: 10px 20px
}
.aside-container h3{
	color: #fdbf81;
}
.aside-container *{
	margin-right: 0px;
	padding-right: 0px;
	color: #EAEAEA;
}
.aside-container ul{
	margin: 10px 0;
	font-size: 16px;
	color: #DDD;
}
aside img{
	padding: 25px 30px 25px  0;
}
aside h3{
	color: #222;
	margin: 10px 0px 2px 0px;
	font-size: 28px;
}
aside p{
	font-size: 16px;
	line-height: 30px;
	color: #555;
	margin-right: 30px;
}
aside blockquote{
	margin: 10px 30px 10px 0;
	padding: 10px 14px;
	line-height: 26px;
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	background-color: #222;
}
aside ul{
	margin: 25px 30px 25px 0px;
}
aside ul li{
	line-height: 36px;
	padding-left: 10px;
}
aside ul li:before{
	content: '\f372';
	font-family: 'ionicons';
	color: #fdbf81;
	padding-right: 10px;
}
aside ul li:nth-child(odd){
	background-color: rgba(0,0,0,0.1);
}
aside input, aside textarea{
	background-color: #FFF;
	border: none;
	outline: none;
	margin-top: 10px;
	height: 40px;
	padding-left: 10px;
	width: calc(100% - 30px);
}
aside form a i{
	font-size: 32px;
}
aside input[type=submit] {
    background-color: #fdbf81;
    font-weight: bold;
    text-transform: uppercase;
}
aside .mybutton{
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	margin: 8px 0;
	background-color: #fdbf81;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
aside address p{
	color: #444;
	font-style: normal;
	font-size: 18px;
}
aside a{
	line-height:50px;
	overflow: hidden;
	color: #FFF;
	background-color: #fdbf81;
	display: block;
	margin: 5px 30px 5px 0px;
	padding-left: 60px;
	font-weight: bold;
	position: relative;
	font-size: 18px;
	border-radius: 2px;
}
aside a i{
	font-size: 30px;
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	left: 0px;
	line-height: 50px;
	text-align: center;
	background-color:#222;
	margin-right: 10px;
	color: #FFF;
}
@media screen and (max-width: 40em ){
	aside:before{
		display: none;
	}
	aside img{
		padding: 10px 0px
	}
	.aside-container{
		margin-right: 0px;
	}
	aside h3{
		font-size:24px;
	}
	aside a{
		margin-right: 0px;
	}
}

/*Sliders -____________________________________________________________________________*/
main .slider{
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.editable-area .slider{
	margin: 0px;
}
@media screen and (max-width: 40em ){
	main .slider{
		margin: 20px 0px;
	}
}
/*Editable Area ________________________________________________________________________*/
.editable-area h1:hover + hr, .editable-area h2:hover + hr{
	box-shadow: inset 1000px 0px #fdbf81
}
.editable-area{
	color: #555;
	padding: 34px 0 34px 0px;
}
.editable-area hr{
	border: none;
	box-shadow: inset 120px 0px #fdbf81;
	background-color: ;
	height: 2px;
	display: block;
	margin: 10px 0 10px 0;
	-webkit-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.editable-area h1{
	font-weight: 600;
	margin: 0 0 10px 0;
	font-size: 30px;
}
.editable-area h2{
	font-weight: 400;
	font-size: 24px;
	margin: 0 0 10px 0;
}
.editable-area h3, .editable-area h4,.editable-area h5{
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: 600;
}
.editable-area p{
	margin: 0 0 10px 0px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 300
}
.editable-area img{
	margin: 10px 0px 10px 0px;
	border-left: 3px solid #fdbf81;
}
.editable-area ul{
	margin: 15px 0px 15px 0px;
	font-size: 18px;
}
.editable-area ul li{
	line-height: 32px;
}
.editable-area ul li:before{
	content:'\f383';
	font-family: 'ionicons';
	color: #fdbf81;
	padding-right: 10px;
}
.editable-area blockquote{
	margin: 10px 0;
	padding: 20px 24px;
	line-height: 32px;
	color: #555;
	font-size: 18px;
	font-style: italic;
	background-color: #EFEFEF;
}
.editable-area p a{
	color: #222;
	text-decoration: underline;
}
.editable-area .mybutton{
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	margin: 8px 0;
	background-color: #222;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.editable-area .button:hover{
	color: #EEE;
	opacity: 0.8;
}
@media screen and (max-width: 40em ) {
	.mobile-banner{
		display: block;
		height: 40px;
		background-color: #222;
	}
	.contact-banner ul{
		display: none;
	}
	.editable-area{
		padding: 20px 0px;
	}
	.editable-area h1{
		font-size: 26px;
	}
	.editable-area h2{
		font-size: 20px;
	}
}

/*Maps*/
#map{
	width: 100%;
	height: 300px;
	margin: 15px 0;
}
/*Footer ____________________________________________________________________*/
footer{
	background-color: #222;
}
footer hr{
	width: 100%;
	box-shadow: inset 120px 0px rgba(255,255,255,0.3);
	margin-bottom: 20px;
	display: block;
	height: 1px;
	border: none;
}
footer h3{
	color: #fdbf81;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 50px;
	margin: 40px 0 0 0;
}
footer address{
	line-height: 34px;
	font-style: inherit;
}
footer ul{
	margin-bottom: 50px;
	min-height: 136px;
}
footer ul li,address p,footer ul li a{
	color: #EEE;
	font-size: 18px;
	line-height:34px;
	margin: 0;
	-webkit-transition: padding 0.2s;
	-o-transition: padding 0.2s;
	transition: padding 0.2s;
}
footer ul li{
	position: relative;
}
footer ul li a:hover{
	padding-left: 24px
}
footer .foot-nav li a:hover::before{
	content: '\f133';
	display: inline-block;
	left: 0px;
	font-family: 'ionicons';
	color: #fdbf81;
	position: absolute;
}
.footer-bottom{
	background-color: rgba(0,0,0,0.1);
	color: #EEE;
}
.footer-bottom p{
	margin: 0px;
	line-height: 36px;
}
.copy{
	float: right;
}
.seo{
	float: left;
}
.footer-container{
	margin-left: 40px;
}
@media screen and (max-width: 40em ) {
	footer i{
		display: none;
	}
	footer ul{
		width: 100%!important;
		margin-bottom: 20px;
	}
	footer h3{
		line-height: 30px;
		margin-top: 30px;
	}
	footer ul li{
		line-height: 30px;
		font-size: 16px;
	}
	.copy{
		float: left!important;
	}
	.footer-container{
		margin:0;
	}
}
/*Contact Form_____________________________________________________*/
.myform input, .myform textarea{
	width:calc(100% - 14px);
	height: 40px;
	border-radius: 2px;
	outline: 0px;
	margin-top: 14px;
	margin-right: 14px;
	padding-left: 10px;
	border: 1px solid #DDD;
}
.myform textarea{
	height: 120px;
	resize: none;
	padding: 10px;
}
.myform a{
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #555;
	display: block;
	float: left;
	margin-top: 10px;
	font-size: 30px;
	text-align: center;
}
.myform input:hover body{
	opacity: 0;
}
.myform a i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.myform a:hover i{
	transform: rotate(360deg);
}
.myform img{
	width: 215px;
	height: 80px;
	border: none;
	float: left;
}
.myform p{
	line-height: 40px;
	margin: 0px;
}
.myform input[type=submit] {
    background-color: #fdbf81;
    color: #FFF;
    font-weight: bold;
    height: 50px;
    border: none;
    text-transform: uppercase;
}
.myform input:focus,.myform textarea:focus{
	border-color: #fdbf81;
}