
/*
font-family: 'Maven Pro', sans-serif;
font-family: 'Marcellus SC', serif;
font-family: 'Marcellus', serif;
*/


/* Canvas
-----------------------------------------------------------*/
.off-canvas-content {
    background: #fff;
    box-shadow: none;
}

.off-canvas-wrapper-inner.is-off-canvas-open {
    border-right: 1px solid #6facd0;
}

.off-canvas {
    background: #6facd0 none repeat scroll 0 0;
    border-left: 1px solid #6facd0;
}

.is-off-canvas-open .js-off-canvas-exit {
    z-index:999999999 !important;
}



/* General
-----------------------------------------------------------*/
body {
	font-size: 16px;
	line-height:28px;
	color: #000;	
	font-family: 'Open Sans', sans-serif;
}

p {
	font-size: 16px;
	line-height:28px;
}

h1, h2, h3, h4, h5, h6 {	
	color: #000;	
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-weight: 300;
	font-size: 36px;
}

h5 {
    font-size: 21px;
    font-weight: 700;
    margin: 20px 0 5px;
}


h6 {
    font-weight: 700;
}

ul, ol, dl {
    font-size: inherit;
    line-height: inherit;
}

a {
	color: #f8b726;
}

a:hover {
	color: #549dcb;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.row.max {
	max-width: 100%;
}

hr {
    border-color: -moz-use-text-color -moz-use-text-color #393939;
    border-width: 0 0 2px;
    margin: 50px auto 60px;
    max-width: 100px;
}



/* Buttons and Forms
-----------------------------------------------------------*/
a.button, input[type="submit"] {
    background: #f8b726;
    border: medium none;
    color: white;
    font-weight: bold;
    padding: 15px 40px 14px;
    text-transform: uppercase; 
	transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;	
	font-family: 'Open Sans', sans-serif;

}

a.button:hover, input[type="submit"]:hover {
    background: #549dcb;
}

a.mini_btn.button {
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    margin: 0;
    padding: 8px 12px;
}




/* Top
-----------------------------------------------------------*/
.top {	
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #55a0ce 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#55a0ce 100%);
	background: linear-gradient(to right, #ffffff 0%,#55a0ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#55a0ce',GradientType=1 );
	border-top:1px solid #6facd0;
}

.top ul {
    float: right;
    margin: 4px 0 5px;
}

.top ul li {
    float: left;
    font-size: 12px;
    list-style: none;
    margin: 0 0 0 20px;
	font-style: italic;
	font-weight: 600;
}

.top ul li a {
	color:black;
	text-transform:uppercase;
}

.top ul li i.fa-phone {
    background: #f6b626;
    border-radius: 50%;
    color: white;
    height: 22px;
    margin: 2px 2px 0 0;
    padding: 5px 0;
    text-align: center;
    width: 21px;
}

.top a.mini_btn.button {
    border-radius: 10px;
    padding: 5px 10px;
}



/* Header
-----------------------------------------------------------*/	
.header {
	background: white;
	border-bottom:1px solid #6facd0;
}

.logo {
    float: left;
    margin: -30px 0 0;
}

ul.nav {
    float: right;
    margin: 60px 0 20px;
}

ul.nav li {
    float: left;
    list-style: none;
    margin: 0 0 0 40px;
}

ul.nav li a {
    font-size: 15px;
	color: #594a41;
	font-family: 'Marcellus', serif;
	text-transform:uppercase;
	padding: 3px 0;
}

ul.nav li.current-menu-item a {
   	border-bottom: 2px solid #f6b626;
}




/* Feature
-----------------------------------------------------------*/
.feature {
	background: url(../img/bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 500px 0 0;
}

.tag {
	background: url(../img/black.png); 
   	bottom: 0;
    position: relative;
    width: 100%;
	z-index:999;
	margin-top: -96px;
}

.tag h1 {
    color: white;
    display: block;
    line-height: 46px;
    margin: 0;
    padding: 25px 0;
    text-align: center;
}

.bx-wrapper {
	z-index:1 !important;
}

.bxslider {
	margin: 0 !important;
}



/* Band 1
-----------------------------------------------------------*/
.band_one {
}

.band_one h2 {
    border-bottom: 1px solid black;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 30px;
    padding: 0 0 15px;
    text-transform: uppercase;
}

.welcome {
    background: url(../img/yellow.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    padding:70px 110px;
}

.welcome a.mini_btn.button {
    background: white none repeat scroll 0 0;
    color: #a39989;
    float: right;
    margin: 20px 0 0;
}

.welcome a.mini_btn.button:hover {
    background: #a39989;
    color: #fff;
}

.feature_items {
    background: white none repeat scroll 0 0;
    padding: 60px 110px 50px;
}

.feature_items a.mini_btn.button {
    display: block;
    margin: 0 auto;
    width: 58px;
}

.feature_items p {
    line-height: 25px;
    margin: 10px 10px 20px;
    text-align: center;
}

.feature_items img {
    width:100%;
}



/* Band 2
-----------------------------------------------------------*/
.band_two {
	background: #519ecd;
}

.band_two h2 {
    color: #fff;
    font-weight: 300;
    margin: 0 0 25px;
}

.padding {
    padding: 70px 110px ;
}

.band_two p {
    color: white;
    display: inline;
    font-weight: 700;
}

.band_two a.mini_btn.button {
    display: inline;
    margin: 0 0 0 10px;
}

.location_description {
    display: block;
    margin: 15px auto 0;
    text-align: center;
}


/* Content
-----------------------------------------------------------*/
.header_title {
    background: #393939 none repeat scroll 0 0;
    padding: 30px 0 5px;
}

.header_title h2 {
    color: white;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

.content {
	padding: 60px 0;
}

.home .content {
	min-height: 600px;
	padding:50px 0 40px;
}

.band_two iframe {
    margin: 0 0 -7px;
}

.content ul {
	margin: 0 0 20px 20px;
}




/* Gallery
-----------------------------------------------------------*/
.gallery_mini {
    margin: 0 0 20px;
}

.row .gallery_mini .row {
    margin: 0 -0.6rem;
}

.gallery_mini .columns {
    padding: 0 0.6rem;
}

.gallery_item {
	margin: 20px 0 0;
}


/* Contact
-----------------------------------------------------------*/
.contact-us input[type="submit"] {
    display: block;
    width: 100%;
}

[type="text"], [type="email"], textarea {
    background: #dcdcdc none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: black;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin: 0 0 20px;
    padding: 20px;
    text-transform: uppercase;
}

textarea[rows] {
    height:293px;
}

.contact-us form {
    border: 2px solid #55a0ce;
    padding: 30px 30px 0;
}

.con_info {
    background: #55a0ce none repeat scroll 0 0;
    color: white;
    margin: 0 0 20px;
    padding: 15px 20px;
}

.con_info h6 {
	color: white;
}

.con_info p {
    font-size: 14px;
	line-height:22px;
	margin: 0;
}

.con_info a {
    color: white;
    display: block;
    font-weight: 700;
    margin: 5px auto 4px;
    text-align: center;
    width: 300px;
}

.con_info a i {
    float: left;
    font-size: 24px;
    margin: -2px 10px 0 0;
}


/* Map
-----------------------------------------------------------*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.xgm-style div {
	position: none !important;
}



/* Footer
-----------------------------------------------------------*/
.footer {
    background: #393939 none repeat scroll 0 0;
    color: white;
    font-family: "Maven Pro",sans-serif;
    padding: 40px 0 100px;
}

.footer .menu li {
    margin: 0 25px 0 0;
	float:left;
}

.footer .menu li a {
    font-size: 11px;
    padding: 0;
    text-transform: uppercase;
}

.footer a {
	color:white;
}

.reaxion {
	background: url(../img/x.png) no-repeat center left;
    color: #b2aaa6;
    float: right;
    font-size: 10px;
    margin: 1px 0 0;
    padding: 0 0 0 20px;
}



@media only screen and (max-width: 90em) { 
.welcome { padding: 50px;}
.feature_items { padding: 50px;}
.padding {padding: 50px;}
}


@media only screen and (max-width: 64em) {  /*   M E D I U M   */


/* Header 
-----------------------------------------------------------*/
.logo {
    width: 150px;
}

.menu-icon {
    float: right;
    height: auto;
    width: auto;    
	margin: 0 -15px 0 0;
}

.menu-icon::after {
    background: white;
    border-left: 1px solid #6facd0;
    box-shadow: none;
    color: #6facd0;
	content: "\f0c9";
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    height: auto;
    padding: 20px 0;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.menu-icon:hover::after {
	background: #eee;
	box-shadow: none;
}

.is-off-canvas-open .menu-icon::after  {
	content: "\f00d";    	
	background: #eee;
}

label {
    background: #fdb813 none repeat scroll 0 0;
    border-bottom: 1px solid #6facd0;
    color: white;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 2px 6px 0;
    text-align: center;
}

ul.nav {
    float: none;
    margin: 0;
}

ul.nav li {
    display: block;
    float: none;
    margin: 0;
}

ul.nav li a {
    background: white none repeat scroll 0 0;
    display: block;
    margin: 0 0 1px;
    padding: 20px 20px 15px;
}

ul.nav li a:hover {
    background: #ddd;
}

ul.nav li.current-menu-item a {
	border:none;
    border-left: 4px solid #f6b626;
}


/* Feature 
-----------------------------------------------------------*/
.feature {
    padding: 300px 0 0;
}


/* Bands 
-----------------------------------------------------------*/
.band_one h2 {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.welcome, .feature_items, .padding {
    padding: 40px 20px;
}

.band_two h2 {
    font-size: 34px;
    margin: 0 0 14px;
}





/* Footer 
-----------------------------------------------------------*/
.footer {
    padding: 20px 0 10px;
}

.footer .menu li {
    margin: 0 10px 10px 0;
}





}



@media only screen and (max-width: 40em) { /*   S M A L L   */


hr {
    margin: 20px auto 25px;
}

h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}	



p {
    font-size: 13px;
    line-height: 23px;
}


/* Header 
-----------------------------------------------------------*/
.top ul {
    margin: 0 0 2px;
}

.top ul li {
    margin: 0 0 0 10px;
}	

.top ul li i.fa-phone {
    margin: 4px 2px 0 0;
}

.menu-icon::after {
    margin: 0 5px 0 0;
}


/* Feature 
-----------------------------------------------------------*/
.feature {
    padding: 130px 0 0;
}

.tag h1 {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px;
}



/* Bands 
-----------------------------------------------------------*/
.welcome, .feature_items, .padding  {
    padding: 20px;
}

.welcome a.mini_btn.button {
    float: none;
    margin: 0 0 5px;
}

.feature_items p {
    font-size: 12px;
    line-height: 19px;
    margin: 0 0 10px;
}

.band_two h2 {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 10px;
}

.welcome, .feature_items {
    padding: 20px;
}

.padding {
    padding: 20px 20px 0;
}

.location_description {
    margin: 10px auto 30px;
}



/* Content 
-----------------------------------------------------------*/
.header_title {
    padding: 20px 0 5px;
}

.header_title h2 {
    font-size: 28px;
}

.content {
    min-height: 0;
    padding: 30px 0 20px;
}




}






/* IE 
-----------------------------------------------------------*/
.ie8 .row               { width:1000px !important; }
.ie8 .row .row			{ width:100%   !important; }
.ie8 .row .row .row     { width:100%   !important; }
.ie8 .large-centered    { width:100%   !important; }
.ie8 .columns           { float:left; padding: 0 20px;}
.ie8 .large-1.columns   { width:  8%; }
.ie8 .large-2.columns   { width: 15%; }
.ie8 .large-3.columns   { width: 25%; }
.ie8 .large-4.columns   { width: 33%; }
.ie8 .large-5.columns   { width: 40%; }
.ie8 .large-6.columns   { width: 50%; }
.ie8 .large-7.columns   { width: 58%; }
.ie8 .large-8.columns   { width: 66%; }
.ie8 .large-9.columns   { width: 75%; }
.ie8 .large-10.columns  { width: 83%; }
.ie8 .large-11.columns  { width: 90%; }
.ie8 .large-12.columns  { width: 100%;}
.ie8 .hide-for-large-up { display:none; }





/* Visibility Classes 
-----------------------------------------------------------*/	

@media only screen { /* small displays */
	.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 40.063em) { /* medium displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 64.063em) { /* large displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 90.063em) { /* xlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 120.063em) { /* xxlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}