@charset "utf-8";
/* IMPORT CSS RESET FILE */
@import url("/css/reset.css");
/* IMPORT FONTS */
@import url("/css/fonts.css");
@import url("/css/font-awesome.css");
@import url("/css/fontawesome.css");
/* IMPORT PRETTY PHOTO */
@import url("pretty-photo.css");
/* IMPORT MMENU STYLES */
@import url("mmenu.css");
/* IMPORT SWIPE STYLES */
@import url("swipe.css");
/* IMPORT CALENDAR STYLES */
@import url("calendar.css");
/* QAPTCHA SYSTEMS */
@import url("/css/qaptcha.css");
/* CART STYLES */
@import url("cart.css");
/* MESSAGES STYLES */
@import url("messages.css");
/* SEARCH */
@import url('search.css');
/* JQUERY UI */
@import url("/css/jquery-1.11.3-ui.css");
/* IMPORT MENU SYSTEM */
@import url("jquery-slide-menu.css");
/* IMPORT BANNER SYSTEMS */
@import url("jquery-nivo-slider.css");

html, body{
    padding: 0;
    margin: 0;
}
body{
    background-color: #515452;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:300;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    -webkit-text-size-adjust: none;
    text-shadow: none;
}
hr {
    clear: both;
    height: 1px;
    margin:30px 0px;
    border-top: 1px solid #dedede;
}
ol {
    list-style: decimal inside none;
}
ul {
    list-style: disc inside none;
}
li {
    margin-left: 20px;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.clear{
    clear:both;
}
.zero_margin{
    margin:0px;
}
.zero_margin_top{
    margin-top:0px;
}
.zero_margin_right{
    margin-right:0px;
}
.zero_margin_bottom{
    margin-bottom:0px;
}
.zero_margin_left{
    margin-left:0px;
}
.zero_padding{
    padding:0px;
}
.zero_padding_top{
    padding-top:0px;
}
.zero_padding_right{
    padding-right:0px;
}
.zero_padding_bottom{
    padding-bottom:0px;
}
.zero_padding_left{
    padding-left:0px;
}
.padding_top_5{
    padding-top:5px;
}
.padding_right_5{
    padding-right:5px;
}
.padding_bottom_5{
    padding-bottom:5px;
}
.padding_left_5{
    padding-left:5px;
}
.padding_top_10{
    padding-top:10px;
}
.padding_right_10{
    padding-right:10px;
}
.padding_bottom_10{
    padding-bottom:10px;
}
.padding_left_10{
    padding-left:10px;
}
.padding_all_5{
    padding: 5px;
}
.margin_top_5{
    margin-top:5px;
}
.margin_right_5{
    margin-right:5px;
}
.margin_bottom_5{
    margin-bottom:5px;
}
.margin_left_5{
    margin-left:5px;
}
.margin_top_10{
    margin-top:10px;
}
.margin_right_10{
    margin-right:10px;
}
.margin_bottom_10{
    margin-bottom:10px;
}
.margin_left_10{
    margin-left:10px;
}
#page nav{

}
#header{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    padding: 7px 0px 8px 0px;
    width: 100%;
    background: #FFFFFF;
    z-index: 997;
    position: fixed;
}
.pull_up_content{
    margin-bottom:-60px;
}
#header .logo_area{
}
#header .phone{
    position:absolute;
    top: 7px;
    right:10px;
}
#header .cart_link {
    position:absolute;
    top: 6px;
    left: 32px;
}
#header a{

}
#header.light a{

}
#header.dark a{

}
.video_overlay {
	position:absolute;
	width:100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 900;
	top:200px;
	color:#fff;
}
.video_overlay .title{
	text-align: center;
	font-size:60px;
	line-height: 58px;
	padding:15px 20px 45px;
	text-transform: uppercase;
}
.video_overlay .sub_title{
	text-align: center;
	font-size:40px;
}
#footer{
    width:100%;
    text-align:center;
    font-size: 12px;
    color: #FFFFFF;
    background:#515452;
    z-index:100;
    display: inherit;
}

#footer .footer_content{
    padding:10px 0px;
}
#footer .footer_content a{
    color:#FFFFFF;
    text-decoration:underline;
}
#footer .footer_content  a:hover{
    color:#FFFFFF;
    text-decoration:none;
}
#footer .footer_content .buttons{
    margin:0px auto;
}
#footer .footer_content .buttons ul{
    list-style:none;
}
#footer .footer_content .buttons ul li{
    display:inline-block;
    margin:0px 15px;
    font-size:28px
}
#footer .footer_content .buttons ul li a{
    text-decoration:none;
}
#footer .footer_content .buttons ul li i a{
    text-decoration:none;
}
#footer .footer_content .buttons ul li a:hover{
}
#footer .footer_content .light ul li a{
    color:#FFFFFF;
}
#footer .footer_content .dark ul li a{
    color:#FFFFFF;
}
#footer .mediasuite{
    margin-bottom:-10px;
    font-size:8px;
    font-weight:normal;
    text-transform:uppercase;
}
#footer .mediasuite.default{
    background: none;
    border:none;
}
#footer .mediasuite.light a{
    color:#FFFFFF;
}
#footer .mediasuite.dark a{
    color:#FFFFFF;
}
.hours_box{
    margin: 0px 0px 10px 0px;
    width: 100%;
    background: rgba(255, 255, 255, .6);
}
.hours_box .holder{
    padding:3px 0px;
}
.hours_box .holder a{
    color:#074934;
}
.inner_content{
	background: #FFFFFF;
	width: 100%;
}
#content{
    max-width:940px;
    margin:0px auto;
    padding:50px 10px 50px 10px;
}
#content h1{
	font-weight: lighter;
}
#content h2{

}
#content h3{

}
#content h4{

}
#content h5{

}
#content h6{

}
#content p{

}
#content .line_detail{
    margin:0px 0px 0px 0px;
}
#content pre{
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    font-size: 14px;
    width: 100%;
    overflow: auto;
}

#content .sort_list{
    float:right;
}
#content .sort_list ul{
}
#content .sort_list ul li{
    background: none;
    list-style: none;
    float: left;
    padding: 0px 0px 10px 0px;
    margin: 0px 5px 0px 0px;
    color: #b5b5b5;
    font-weight: 700;
}
#content .sort_list ul li a{
    color:#b5b5b5;
    text-decoration:none;
    border-left:1px solid #b5b5b5;
    padding-left:7px;
}
#content .sort_list ul li.active a{
    color:#b5b5b5;
    text-decoration:underline;
}
#content .sort_list_left{
}
#content .sort_list_left ul{
    float:left;
    list-style:none;
    margin:0px 0px 2px 0px;
}
#content .sort_list_left ul li{
    background:none;
    float:left;
    padding:2px 7px 2px 0px;
    margin:0px;
}
#content .sort_list_left ul li a{
    color:#b5b5b5;
    text-decoration:none;
    border-right:1px solid #b5b5b5;
    padding-right:7px;
}
#content .sort_list_left ul li.active a{
    color:#b5b5b5;
    text-decoration:underline;
}
#content .sort_list_left ul li a:hover{
    text-decoration:underline;
}
#content .sort_list_left ul li.last a{
    border-right:none;
}
#content .views_list{
    float:right;
    font-size:26px;
    margin:3px 0px 4px 0px;
}
#content .views_list .list{
    float:left;
    margin:2px 8px 0px 0px;
}
#content .views_list .calendar{
    float:left;
}
#content .views_list a{
    text-decoration:none;
    color:#999999;
}
#content .views_list a:hover{
    color:#074934;
}
#content .views_list .active a{
    color:#074934;
}
#content ul.links li{
    background:#E9E9E9;
    border:1px solid #BEBEBE;
    list-style:none;
    font-size:16px;
    float:left;
    margin:10px 20px 0px 0px;
    padding:0px 0px 0px 0px;
    color:#24769E;
}
#content ul.links li.last{
    margin-right:0px;
}
#content ul.links li a{
    color:#074934;
    text-decoration:none;
    width:263px;
    padding:8px 0px 8px 35px;
    display:block;
}
#content .post_date{
    font-style:italic;
    font-size:12px;
}
#content .location{
    margin:10px 0px 10px 0px;
}
#content .location .address{
    background:#E9E9E9;
    padding:4px 7px 4px 7px;
    padding:8px 8px 8px 8px;
    margin-top:-6px;
}
.location .overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:300px; /* your iframe height */
    top:300px;  /* your iframe height */
    margin-top:-300px;  /* your iframe height */
}
#content .location iframe{
    width:100%;
    height:300px;
    margin:0px 0px 0px 0px;
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}
#content .post_date{
    font-style:italic;
    padding:5px 0px 0px 0px;
}
#content .post_date_left{
    font-weight:bold;
    font-size:14px;
    padding:0px 0px 0px 0px;
}
#content ul.career{
    margin:0px 0px 0px 20px;
}
#content ul.career li{
    margin:0px 25px 0px 0px;
    list-style:none;
    display: inline;
}
#content ul.date_list{
    margin:5px 10px 0px 10px;
    color:#074934;
}
#content ul.date_list li{
    background:none;
    list-style:none;
    display:inline;
    border-left:1px solid #074934;
    color:#074934;
    padding:0px 7px 0px 10px;
    margin:0px 0px 0px 0px;
}
#content ul.date_list li.first{
    border-left:none;
    padding:0px 7px 0px 0px;
}
#content ul.date_list li i{
    font-size:14px;
    padding:2px 4px 0px 0px;
}

#content ul.eventdata_list{
    margin:5px 10px 0px 10px;
    color:#074934;
}
#content ul.eventdata_list li{
    background:none;
    list-style:none;
    color:#074934;
    padding:0px 0px 0px 2px;
    margin:0px 0px 0px 0px;
    font-size:15px;
    line-height: 17px;
}
#content ul.eventdata_list li i{
    font-size:14px;
    padding:2px 4px 0px 0px;
    width:15px;
}
#content ul.eventdata_list li a{
    font-size:12px;
    padding:4px 30px;
    color:#fff;
    background:#074934;
    line-height: 40px;
    text-decoration:none;
}


#content .product_number{
    color:#074934;
    float:right;
    font-size:14px;
    line-height:22px;
}
.editable_content a{
    color: #074934;
    text-decoration:underline;
}
.editable_content a:hover{
	color: #BA8645;
    text-decoration:none;
}
.editable_content ul{
    list-style: disc outside none;
    margin:0px 0px 20px 20px;
}
.editable_content ul li{
    padding:5px 0px 0px 3px;
    margin:0px;
}
.editable_content ol{
    list-style: decimal outside none;
    margin:0px 0px 20px 20px;
}
.editable_content ol li{
    padding:5px 0px 0px 3px;
    margin:0px;
}
.editable_content img{
    display:block;
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
}
.editable_content table{
	font-family: 'Lato', sans-serif;
    margin:15px 0px 5px 0px;
    background:#fff;
    text-align:center;
    font-size: 18px;
    width:100%;
    display:block;
    overflow: scroll;
}
.editable_content table tr{
}
.editable_content table tr th, .editable_content table thead tr td{
    font-weight:bold;
    border: 4px solid #fff;
    color:#FFFFFF;
    background:#074934;
    padding:5%;
}
.editable_content table tr td{
    border: 4px solid #fff;
    padding:15px;
}
.editable_content iframe[width="500"] {
    width: 100% !important;
    height:220px;
}

/* SEARCH */
.with_bg {
    margin: 5px 0px 3px 0px;
}
.with_bg.icon2 {
    right: 44px !important;
}
.with_bg i{
    float:left;
    /*font-size:23px;*/
    margin:2px 5px 0px 0px;
    color:#032E47;
}
.with_bg .form{
}
.with_bg .search_input{
    float: left;
    padding:8px 1% 8px 2%;
    height:30px;
    width: 69%;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    margin:1px 3% 5px 0px;
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    color:#333333;
    outline: none;
    font-size:14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.with_bg input.superbutton{
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    color:#FFFFFF;
    padding:0px;
    margin:0px;
    height:50px;
    width:24%;
    font-size:14px;
    display:inline;
    float:left;
    border:none;
    text-decoration:none;
    text-shadow:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #121212;
    background-image: -ms-linear-gradient(top, #121212 0%, #282828 100%);
    background-image: -moz-linear-gradient(top, #121212 0%, #282828 100%);
    background-image: -o-linear-gradient(top, #121212 0%, #282828 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #121212), color-stop(1, #282828));
    background-image: -webkit-linear-gradient(top, #121212 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #121212 0%, #282828 100%);
}

/* BOX LIST */
.box_list{
		display:flex;
		flex-wrap:wrap;
}
.box_list h2{
    margin:5px 0px 10px 0px;
}
.box_list h3{
    margin:5px 0px 10px 0px;
}
.box_list .box{
    float: left;
    padding: 5px;
    width: 99%;
    margin-bottom: 5px;
    margin: 5px .5%;
    box-sizing: border-box;
}
.box_list .video_box{
    width: 100%;
    margin-bottom:5px;
}
.box_list .video_box iframe{
    width: 100%;
    height:225px;
}
.box_list .box .quote{
    font-size:20px;
    color:#074934;
}
.box_list .name{
    color:#074934;
    font-size:16px;
    line-height:16px;
    padding:5px 10px 2px 0px;
    margin:0px 0px 0px 0px;
}
.box_list .featured{
    background:#D2DEE4;
}
.box_list .box .title{
    font-size: 24px;
    color: #074934;
    margin: 4px 0px 4px 2px;
    font-weight: 700;
    text-transform: uppercase
}
.box_list .box .menu_title{
    font-size:20px;
    color:#074934;
    margin:10px 0px 3px 2px;
}
.box_list .no_image .title{
    margin:0px 0px 3px 0px;
}
.box_list .box .title a{
    font-size:24px;
    color:#074934;
    text-decoration:none;
}
.box_list .box .title a:hover{
    color:#b98447;
    text-decoration:none;
}
.box_list .location_title{
    padding:5px 0px 5px 0px;
    line-height:16px;
}
.box_list .job_title{
    font-size:16px;
    color:#b98447;
    margin:-5px 0px 0px 0px;
}
.box_list .person_phone{
	color: #333333;
}
.box_list .person_phone a{
	color: #333333;
}
.box_list .person_phone a:hover{
	color: #b98447;
}
.box_list .person_email{
	color: #333333;
}
.box_list .person_email a{
	color: #333333;
}
.box_list .person_email a:hover{
	color: #b98447;
}
.box_list p{
	font-size: 20px;
	padding: 0px;
	line-height: 26px;
    margin:2px 0px 10px 0px;
}
.box_list .box .date{
    font-style:italic;
    font-weight:bold;
    font-size:14px;
    color:#333333;
    padding:0px 0px 0px 0px;
}
.box_list .box .price{
    font-size:16px;
    color:#074934;
    margin:0px 0px 3px 2px;
    line-height:14px;
    float:right;
}
.box_list .box .description{
    font-size:14px;
    font-style:italic;
    padding:0px;
    line-height:16px;
    margin: 8px 0px 0px 0px;
}
.box_list .box .options{
    font-size:11px;
    font-style:italic;
    padding:0px;
    line-height:12px;
    margin:2px 0px 10px 0px;
}
.box_list .box i{
    font-size: 20px;
    float: left;
    color: #b98546;
    padding: 0px 12px 0px 8px;
}
.box_list .box .specials_title{
    font-style:bold;
    font-size:22px;
    color:#074934;
    padding:0px 0px 0px 0px;
}
.box_list .box .special{
    font-style:italic;
    color:#262626;
    padding:0px 0px 0px 0px;
}
.box_list .box img{
    margin:0px 15px 0px 0px;
    float:left;
    max-width:40%;
    max-height:40%;
    width: auto;
    height: auto;
}
.box_list .box img.large_image{
    margin:5px 10px 10px 0px;
    max-width:200%;
    max-height:200%;
    width: 97%;
    height: auto;
}
.box_list .box ul{
    margin:0px 0px 0px 0px;
}
.box_list .box ul li{
    background: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 6px 0px 0px;
    padding: 0px 10px 0px 0px;
    list-style: none;
    display: inline;
}
.box_list .box ul li.last{
    border-right:none;
}
.box_list ul{
    margin:0px;
    padding:0px 0px 8px 5px;
}
.box_list ul li{
    font-size:12px;
    line-height:15px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_highlight{
    margin:0px 0px 0px 0px;
}
.box_list .product_highlight .alert{
    float:right;
    font-size:12px;
    color:#b98447;
    margin:-5px 0px 0px 0px;
}
.box_list .product_highlight ul{
    margin:0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_highlight ul li{
    font-size:12px;
    line-height:15px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_highlight ul li .strike{
    text-decoration:line-through;
}
.box_list .product_highlight ul li .sale{
    color:#b98447;
}
.box_list .product_highlight ul.gallery{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_highlight ul.gallery li{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_check_list{
    margin:0px 0px 0px 0px;
}
.box_list .product_check_list ul{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .product_check_list ul li{
    color:#074934;
    background:none;
    font-size:12px;
    float:left;
    margin:0px;
    padding:0px 0px 0px 0px;
}
.box_list .box ul.pricing{
    margin:-1px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.box_list .box ul.pricing li{
    display:inline;
    border-right:none;
    font-size:14px;
    margin:0px 4px 4px 0px;
    padding:0px 0px 0px 0px;
    color:#074934;
}
.box_list .box ul.pricing li.strike{
    text-decoration:line-through;
}
.box_list .box ul.pricing li.sale{
    color:#E00000;
}
.box_list .box .alert_overlay{
    background:#D2DEE4;
    padding:2px 5px;
    margin-bottom:5px;
    color:#074934;
}
.box_list .box .alert_overlay h6{
    text-decoration:none;
    font-size:10px;
    padding:0px;
    margin:0px 0px 0px 0px;
    float:left;
}
.box_list .box .alert_overlay h6 span{
    font-size:10px;
    padding:0px;
    margin:0px 0px 0px 10px;
}
.box_list .box .alert_overlay p{
    font-size:14px;
    color:#074934;
}
.box_list .box .alert_overlay i{
    font-size:20px;
    color:#074934;
    padding:0px 5px 0px 5px;
    float:left;
}
.box_list .box .date_title{
    margin-top:6px;
}
.box_list .box .date_box, #content .date_box{
    background:#FFFFFF;
    border:2px solid #074934;
    float:left;
    width:84px;
    margin:2px 15px 0px 5px;
    text-align:center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
}
.box_list .box .date_box .month, #content .date_box .month{
    color:#FFFFFF;
    background:#074934;
    font-size:16px;
    padding:1px 0px 4px 0px;
    text-transform:uppercase;
}
.box_list .box .date_box .day_of_week, #content .date_box .day_of_week{
    color:#074934;
    font-size:11px;
    text-transform:none;
    padding:2px 0px 0px 0px;
    margin:0px 0px -2px 0px;
}
.box_list .box .date_box .day, #content .date_box .day{
    color:#074934;
    font-size:30px;
    padding:0px 0px 0px 0px;
}
.box_list .box .date_box .year, #content .date_box .year{
    color:#074934;
    font-size:11px;
    letter-spacing:4px;
    padding:0px 0px 2px 5px;
    margin:-3px 0px 0px 0px;
}
.box_list .box ul.date_list{
    margin:3px 10px 0px 0px;
    padding:0px;
    color:#074934;
    font-size:12px;
}
.box_list .box ul.date_list li{
    background:none;
    display:inline;
    list-style:none;
    color:#074934;
    border-left:1px solid #074934;
    padding:0px 0px 0px 10px;
    margin:0px 0px 0px 6px;
}
.box_list .box ul.date_list li.first{
    border-left:none;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}
#content .box_list .box ul.date_list li i{
    font-size:14px;
    padding:4px 4px 0px 0px;
}

.box_list .box ul.eventdata_list{
    margin:3px 10px 0px 0px;
    padding:0px;
    color:#074934;
    font-size:12px;
}
.box_list .box ul.eventdata_list li{
    background:none;
    list-style:none;
    color:#074934;
    font-size:12px !important;
    padding:0px 0px 0px 10px;
    margin:2px 0px 2px 6px;
}
#content .box_list .box ul.eventdata_list li i{
    font-size:14px;
    padding:2px 4px 0px 0px;
    width:12px;
    float:none;
}

.box_list .address{
    color:#074934;
    line-height: 15px;
}
.box_list .address i{
    font-size:15px;
    padding:0px 4px 0px 0px;
    margin-top:-1px;
}
.box_list .event p{
    margin:5px 0px 0px 0px;
    line-height:18px;
}
.box_list .box_links a{
    color:#074934;
}

/* GRID LIST */
.grid_list{
    margin:auto;
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
}
.grid_list .grid_item{
    width:49%;
    float:left;
    margin-right: 2%;
    margin-bottom: 10px;
    /* border:1px solid #BEBEBE; */
}
.grid_list .last{
    margin-right:0%;
}
.grid_list .title{
    font-size:14px;
    line-height: 14px;
    text-align:center;
    color:#FFFFFF;
    background:#074934;
    display:flex;
    align-items:center;
    height:60px;
}
.grid_list .title a{
    color:#FFFFFF;
    text-align: center;
    text-decoration:none;
    display:block;
    padding: 15% 5%;
    width: 90%;
    font-weight: 700;
    font-size: 16px;
}
.grid_list .title a:hover{
    color:#FFFFFF;
    text-decoration:none;
}
.grid_list img{
    display:block;
    max-width:100%;
    max-height:100%;
    width: 100%;
    height: auto;
    background:#FFFFFF;
}
.grid_list .grid_video{
    width:48%;
    float:left;
    margin-right: 2%;
    margin-bottom: 10px;
    /* border:1px solid #BEBEBE; */
}

/* MENU LIST */
.menu_list ul.pages li{
    background: #074934;
    font-size: 16px;
    float: left;
    text-align: center;
    width: 100%;
    text-decoration: none;
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 10px 0px 10px 0px;
}
.menu_list ul.pages li:hover{
	background: #BA8645;
}
.menu_list ul.pages li a{
    color:#FFFFFF;
    text-decoration:none;
    display:block;
    font-weight: 700;
}
.menu_list ul.pages li a:hover{
    color:#FFFFFF;
}

/* PROPERTIES STYLES */
.properties_alert{
    background:#D2DEE4;
    color:#074934;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    margin:0px 0px 10px 0px;
}
.properties_alert h2{
    font-size:18px;
    margin:0px;
    padding:0px;
}
.properties_alert h5{
    font-size:12px;
    margin:0px;
    padding:0px;
}
.properties_alert p{
    font-size:10px;
    color:#074934;
    margin:0px;
    padding:0px;
}
.properties_alert i{
    font-size:60px;
    color:#074934;
    padding:0px 15px 0px 0px;
    float:left;
}
.property_highlight{
    width:100%;
}
.property_highlight img{
    width: 100%;
    margin-bottom: 5px;
}
.property_highlight .alert{
    float:right;
    color:#b98447;
    margin:5px 12px 0px 0px;
}
.property_highlight ul{
    background:#E9E9E9;
    margin:0px;
    padding:8px 5px 8px 5px;
}
.property_highlight ul li{
    background:none;
    font-size:18px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 10px;
    list-style:none;
}
.property_highlight ul li .strike{
    text-decoration:line-through;
}
.property_highlight ul li .sale{
    color:#b98447;
}
.property_highlight ul.gallery{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.property_highlight ul.gallery li{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.properties_list{
    margin:0px 0px 0px 0px;
}
.properties_list .title{
    font-size: 16px;
    margin:0px 0px 0px 0px;
    padding-top:15px;
    line-height:18px;
    font-weight:normal;
    color:#074934;
    border-top: 1px solid #F5F5F5;
}
.properties_list ul{
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}
.properties_list ul li{
    background:none;
    list-style:none;
    font-size:12px;
    margin:0px;
    padding:2px 10px 2px 0px;
    display:inline-block;
}
.properties_list ul li.title{
    display:block;
}
.properties_list ul li i{
    font-size:12px;
}
.properties_specs{
    margin:20px 0px 0px 0px;
}
.properties_specs .title{
    font-size: 16px;
    margin:0px 0px 0px 0px;
    line-height:18px;
    font-weight:normal;
    color:#074934;
}
.properties_specs ul{
    margin:0px 0px 0px 0px;
    padding:5px 0px 0px 0px;
}
.properties_specs ul li{
    background:none;
    list-style:none;
    font-size:12px;
    margin:0px;
    padding:2px 10px 2px 0px;
    display:inline-block;
}
.property_location{
    margin:0px 0px 0px 0px;
}
.property_location .address{
    background:#E9E9E9;
    font-size:12px;
    line-height:14px;
    padding:8px 8px 8px 8px;
    margin-top:-6px;
}
.property_location .overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:300px; /* your iframe height */
    top:300px;  /* your iframe height */
    margin-top:-300px;  /* your iframe height */
}
.property_location iframe{
    margin:0px 0px 0px 0px;
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}
.properties_menu{
    background:#E9E9E9;
    margin:10px 0px 0px 0px;
    padding:0px 10px 10px 10px;
}
.properties_menu ul{
    margin:0px 0px 5px 0px;
}
.properties_menu ul li{
    list-style:none;
    border-bottom: 1px solid #BEBEBE;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #074934;
    font-size: 16px;
    margin:0px;
}
.properties_menu ul li i{
    padding:10px 0px 0px 10px;
    font-size:30px;
    float:left;
}
.properties_menu ul li a{
    display:block;
    padding:15px 0px 15px 50px;
}

/* SHOWROOM STYLES */
.filter_list{
    width: 100%;
    margin-bottom:15px;
}
.filter_list ul{
    margin:0px;
    list-style:none;
}
.filter_list ul li{
    background:#074934;
    padding:5px;
    margin: 5px 0px 5px 0px;
    text-align:center;
    list-style:none;
}
.filter_list ul li a{
    color:#FFFFFF;
}
.filter_list ul li a:hover{
    color:#FFFFFF;
}
.filter_list ul li.active a{
    color:#b98447;
    text-decoration:none;
}
.filter_list ul li.active a:hover{
    color:#b98447;
}
.showroom_list{
}
.showroom_list h3{
    margin:0px 0px 5px 0px;
}
.showroom_list .box{
    background:#E9E9E9;
    float:left;
    padding:2%;
    width: 96%;
    margin-bottom:5px;
}
.showroom_list .featured{
    background:#D2DEE4;
    border:1px solid #8EADBC;
}
.showroom_list .last{
    margin:0px 0px 0px 0px;
}
.showroom_list .box .title{
    font-size:16px;
    color:#074934;
    margin:0px 0px 3px 2px;
    line-height:14px
}
.showroom_list .box .title a{
    color:#074934;
    text-decoration:none;
}
.showroom_list .box .flag_featured{
    background:#CC6600;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    text-align:center;
    font-size:8px;
    text-transform:uppercase;
    color:#522900;
    float:left;
    min-width: 55%;
    width: auto;
}
.showroom_list .box .description .flag_sold{
    background:#E22E2D;
    background:#CC6600;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    text-align:center;
    font-size:8px;
    text-transform:uppercase;
    color:#522900;
    float:left;
    min-width: 55%;
    width: auto;
}
.showroom_list .box .description .flag_low_kms{
    background:#309647;
    background:#CC6600;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    text-align:center;
    font-size:8px;
    text-transform:uppercase;
    color:#522900;
    float:left;
    min-width: 55%;
    width: auto;
}
.showroom_list .box .description .flag_new{
    background:#1179A8;
    background:#CC6600;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    text-align:center;
    font-size:8px;
    text-transform:uppercase;
    color:#522900;
    float:left;
    min-width: 55%;
    width: auto;
}
.showroom_list .box .description .flag_like_new{
    background:#33B0CE;
    background:#CC6600;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    text-align:center;
    font-size:8px;
    text-transform:uppercase;
    color:#522900;
    float:left;
    min-width: 55%;
    width: auto;
}
.showroom_list .box .description .flag_loaded{
    background:#D9CB9E;
    background:#CC6600;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    text-align:center;
    font-size:8px;
    text-transform:uppercase;
    color:#522900;
    float:left;
    min-width: 55%;
    width: auto;
}
.showroom_list .box .description .flag_sale_price{
    background:#A12621;
    background:#CC6600;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    text-align:center;
    font-size:8px;
    text-transform:uppercase;
    color:#522900;
    float:left;
    min-width: 55%;
    width: auto;
}
.showroom_list .box .price{
    font-size:16px;
    float:left;
    min-width: 55%;
    width: auto;
    line-height: 10px;
    margin: 6px 0px 0px 0px;
    color:#074934;
    font-weight:bold;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
}
.showroom_list .box .price .taxes{
    font-size:8px;
    color:#074934;
    font-weight:normal;
}
.showroom_list .box .kms{
    font-size:12px;
    float:left;
    min-width: 55%;
    width: auto;
    color:#b98447;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
}
.showroom_list .box .kms span{
    font-size:12px;
}
.showroom_list .box ul{
    margin:0px 0px 0px 0px;
}
.showroom_list .box ul li{
    display:inline;
    background:none;
    font-size:12px;
    margin:0px 6px 0px 0px;
    padding:0px 10px 0px 0px;
    border-right:1px solid #000000;
}
.showroom_list .box ul li.last{
    border-right:none;
}
.showroom_list .box .date{
    float:right;
    font-weight:normal;
    font-size:12px;
    color:#262626;
    padding:8px 0px 0px 0px;
}
.showroom_list .box img{
    border:1px solid #BEBEBE;
    background:#FFFFFF;
    padding:3px;
    margin:0px 5px 0px 0px;
    float:left;
    max-width:40%;
    max-height:40%;
    width: auto;
    height: auto;
}
.showroom_title{
    font-size: 26px;
    margin:0px 0px 0px 0px;
    padding-top:8px;
    font-weight:normal;
    color:#205B79;
}
.showroom_description p{
    font-size:14px;
}
.showroom_image{
    border:1px solid #BEBEBE;
    background:#FFFFFF;
    padding:3px;
    margin:10px 15px 0px 0px;
    float:left;
}
.fb-like iframe{
    padding-top:12px;
    margin:5px 15px 5px 15px;
    -webkit-box-shadow: 0 0px 0px -0px black;
    -moz-box-shadow: 0 0px 0px -0px black;
    box-shadow: 0 0px 0px -0px black;
}
.showroom_table{
    background:#ECECEC;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
}
.showroom_table ul{
    padding:5px 0px;
}
.showroom_table ul li{
    font-size:12px;
    background:none;
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:2px 0px 2px 20px;
    float:left;
    width:98%;
    font-weight:bold;
}
.showroom_table ul li div{
    float:left;
    width:100px;
    font-weight:normal;
}
.showroom_features_table{
    background:#ECECEC;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
}
.showroom_features_table ul{
    padding:5px 0px;
}
.showroom_features_table ul li{
    font-size:12px;
    background:none;
    list-style: inside;
    margin:0px 0px 0px 0px;
    padding:5px 5px 5px 20px;
    float:left;
    width:97%;
}

/* PRODUCT STYLES */
.product_highlight{
    width:100%;
}
.product_highlight img{
    width: 100%;
    margin-bottom: 5px;
}
.product_highlight .alert{
    float:right;
    color:#b98447;
    margin:5px 12px 0px 0px;
}
.product_highlight ul{
    background:#E9E9E9;
    margin:0px;
    padding:8px 15px;
}
.product_highlight ul li{
    background:none;
    font-size:18px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    list-style:none;
}
.product_highlight ul li .strike{
    text-decoration:line-through;
}
.product_highlight ul li .sale{
    color:#b98447;
}
.product_highlight ul.gallery{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.product_highlight ul.gallery li{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
/* PRODUCT STYLES */

/* REVIEWS STYLES */
.widget_reviews{
    margin:15px 0px 0px 0px;
    padding:15px 0px 10px 0px;
}
.widget_reviews ul.reviews{
    overflow:visible;
    position:relative;
    background: none;
    display:block;
    margin:0px 0px 0px 0px;
}
.widget_reviews ul.reviews li{
    background: none;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.widget_reviews ul.reviews li p{
    font-style: normal;
    color: #333333;
    font-weight: 300;
    letter-spacing: normal;
    text-transform: none;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
}
.widget_reviews ul.reviews li div.rating{
    font-size:18px;
    color:#FABF2C;
    letter-spacing:2px;
    text-shadow: 1px 1px 1px #2E2E2E;
}
.widget_reviews ul.reviews li div.name{
    color: #b98546;
    font-size: 26px;
    line-height: 45px;
    margin-top: 5px;
    font-weight: 700;
}

/* REVIEWS STYLES */

/* CONTACT INFORMATION */
.contact_info{
    margin:0px 0px 0px 0px;
}
.contact_info h4{
    font-size:20px;
    padding:0px 0px 10px 0px;
    color:#074934;
}
.contact_info ul{
    margin:5px 0px 15px 0px;
    width: 100%;
    float: left;
}
.contact_info ul li{
    margin:0px 0px 5px 0px;
    list-style:none;
    font-size:14px;
    line-height:18px;
}
.contact_info ul li a{
    color:#074934;
    text-decoration:underline;
}
.contact_info ul li a:hover{
    color:#b98447;
    text-decoration:none;
}
.contact_info span{
    font-size: 14px;
    color:#074934;
    margin:0px 0px 2px 0px;
}
.contact_info h6{
    color:#074934;
    margin:0px 0px 2px 0px;
}
.contact_info pre{
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    margin:3px 0px 0px 0px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    width: 99%;
}
.contact_info ul.hours{
    margin:3px 0px 0px 0px;
    padding:0px;
}
.contact_info ul.hours li{
    margin:0px;
    padding:0px;
}
.contact_info ul.hours li span{
    width:80px;
    color:#000000;
    display:inline-block;
}


.map_holder .overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}
.map_holder .map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
    -webkit-overflow-scrolling: touch;
    z-index: 104;
}
.properties_map_holder .properties_overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}
.properties_map_holder .properties_map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    top: 450px;
    margin-top: -450px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 104;
}
#map_canvas {
  width:100%;
  height:450px;
}

/* MULTI LOCATIONS */
.multi_maps{
    margin:0px 0px 0px 0px;
}
.multi_maps .multi_map{
    background:#EBEBEB;
    float:left;
    margin:0px 0px 20px 0px;
    width:100%;
}
.multi_maps .multi_map .overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:300px; /* your iframe height */
    top:300px;  /* your iframe height */
    margin-top:-300px;  /* your iframe height */
}
.multi_maps .multi_map iframe{
    width:100%;
    height:300px;
    margin:0px 0px 0px 0px;
    border:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}
.multi_maps .multi_map .content{
    float:left;
    padding:5px 10px;
}
.multi_map h3{
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    font-size:18px;
    padding:0px 0px 0px 0px;
    color:#074934;
}
.multi_map ul{
    margin:5px 0px 0px 0px;
    width:100%;
    list-style:none;
}
.multi_map ul li{
    margin:0px;
    font-size:14px;
    padding:0px 0px 6px 0px;
}
.multi_map ul li a{
    color:#074934;
    text-decoration:underline;
}
.multi_map ul li a:hover{
    color:#074934;
    text-decoration:none;
}

/* SOCIAL MEDIA */
.social_media{
}
.social_media h6{
    font-size: 14px;
    color:#074934;
    margin:13px 0px -3px 0px;
}
.social_media ul{
    float:left;
    margin:5px 0px 0px 0px;
}
.social_media ul li{
    display:inline-block;
    padding:3px 5px 0px 0px;
    margin:0px 0px 0px 0px;
    float:left;
}

/* PAYMENT METHODS */
.payment_methods{
}
.payment_methods h6{
    font-size: 14px;
    color:#074934;
    margin:13px 0px 0px 0px;
}
.payment_methods ul{
    margin:5px 0px 0px 0px;
}
.payment_methods ul li{
    list-style:none;
    display: inline;
    margin:0px;
    padding:0px 0px 4px 0px;
}

/* FORMS */
h2#form{
    background:none;
    color:#074934;
    font-weight: 700;
    font-style: normal;
    margin:0px;
    padding:15px 10px;
}
.form_holder{
    background:none;
    padding:10px 11px 10px 10px;
}
.form_holder .full_width{
    float:left;
    width:100%;
    margin:0px 0px 0px 0px;
}
.form_holder .last{
    margin:0px 0px 0px 0px;
}
.form_holder input{
    width:97%;
    padding:5px 1% 5px 2%;
    height:30px;
    font-size:14px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    margin:1px 0px 5px 0px;
    background-color:#FFFFFF;
    border: 1px solid #d2d2d2;
    color:#333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder input.checkbox{
    float:left;
    width:auto;
    height: auto;
    margin:8px 0px;
    padding:0px 0px 0px 0px;
    background:none;
    border: 1px solid #d2d2d2;
    box-shadow:none;
    color:#333333;
    outline: none;
}
.form_holder textarea{
    width:97%;
    padding:5px 1% 5px 2%;
    margin:1px 0px 10px;
    font-size:14px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    background-color:#FFFFFF;
    border: 1px solid #d2d2d2;
    color:#333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder select{
    width:100%;
    font-size:14px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    height:30px;
    padding:5px 0px;
    margin:1px 0px 10px;
    background-color:#FFFFFF;
    border: 1px solid #d2d2d2;
    color:#333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder select option{
    font-size:14px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    padding:8px 0px 8px 0px;
}
.form_holder .uploader{
    width:100%;
    height:30px;
    font-size:14px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    padding:0px;
    margin:1px 0px 5px 0px;
    background-color:#FFFFFF;
    border: none;
    color:#333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder input:focus,.form_holder textarea:focus{
    background-color:#FFFFFF;
    color:#333333;
    outline: none;
}
.form_holder label{
    display:block;
    font-size:14px;
    color:#232323;
}
.form_holder .message{
    font-size:14px;
    margin:0px 0px 10px 0px;
}
.form_holder .check_label{
    float:left;
    font-size:14px;
    margin:4px 0px 0px 0px;
    padding:0px 0px 0px 5px;
}
.form_holder .require{
    color:#074934;
}
.form_holder .form_error{
    font-size:16px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    color:#E53D48;
    margin:10px 0px 20px 0px;
}
.form_top{
    margin-top:30px;
}
.directions_form input{
    width:98%;
    padding:3px;
}
.form_holder .email_half_width input{
    width:100%;
}
.form_holder .QapTcha{
    width:100%;
    margin:5px 0px 0px 0px;
}
.form_holder .QapTcha .bgSlider{
    width:100%;
}
/* FORMS */

/* PHOTO GALLERY */
.gallery_holder{
    width:100%;
    background:#E9E9E9;
    float:left;
    margin:6px 0px 6px 0px;
    padding:0px 0px 0px 0px;
}
.gallery_holder a{
    text-decoration:none;
}
.gallery_holder a .title{
    font-size:14px;
    text-align:left;
    margin:2px 0px;
    color:#074934;
    text-decoration:none;
}
.gallery_holder a:hover .title{
    color:#b98447;
}
.gallery_holder a .description{
    color:#000000;
    font-size:11px;
    line-height:13px;
}
.gallery_holder img{
    background:#FFFFFF;
    border:1px solid #BEBEBE;
    margin:5px;
    float:left;
    padding:2px;
    /*-moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}
#before_after_gallery{
}
#before_after_gallery ul{
}
#before_after_gallery ul li{
    background:none;
    list-style:none;
    width:100%;
    float:left;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
}
#before_after_gallery ul li p{
    margin:0px 0px 6px 0px;
}
#before_after_gallery ul li.last{
    margin:0px 0px 10px 0px;
}
#before_after_gallery ul li .image_holder{
    float:left;
    width:100%;
    margin:0px 0px 10px 0px;
    background:#E9E9E9;
}
#before_after_gallery ul li .image_holder .banner{
    padding:0px 0px 0px 10px;
}
#before_after_gallery ul li .image_holder .banner h3{
    font-style:italic;
    margin:-5px 0px 2px 0px;
}
#before_after_gallery ul li .image_holder .thumbnails{

    width:94%;
    padding:3%;
    margin: 0px 0px 0px 0px;
    /*-moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}
#before_after_gallery ul li .last{
    margin:0px 0px 0px 0px;
}

/* TOGGLER */
h4.toggle_faq,h4.toggle_faq.active.open{
    font-size: 20px;
    line-height: 20px;
    color: #084933;
    background:url(/images/layout/toggle.png) no-repeat 10px 11px;
    padding:8px 0px 8px 35px;
    margin:10px 0px 0px 0px;
    cursor:pointer;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
h4.toggle_faq.active,h4.toggle_faq.open{
    background-position:10px -39px;
}
h4.toggle_faq:hover,h4.toggle_faq.active.open:hover{
    text-decoration:none;
    background-position:10px -39px;
}
div.toggler{
    color: #333333;
    font-size: 12px;
    background: none;
    border-top:none;
    margin: 0px 0px 10px 0px;
    padding:10px 25px;
    overflow:hidden;
}
div.toggler hr{
    border-top:1px solid #CCCCCC;
}
div.toggler p{
    margin:0px;
    padding:5px 0px 5px 0px;
}

/* MENUTOGGLER */
h4.menu_toggle,h4.toggle.active.open{
    color:#074934;
    color:#FFFFFF;
    background:url(/images/layout/toggle-light.png) no-repeat 10px 11px #074934;
    padding:8px 0px 8px 35px;
    margin:10px 0px 0px 0px;
    cursor:pointer;
}
h4.menu_toggle.active,h4.toggle.open{
    background-position:10px -39px;
}
h4.menu_toggle:hover,h4.toggle.active.open:hover{
    text-decoration:underline;
}
div.menu_toggler{
    color: #333333;
    font-size: 12px;
    border-top:none;
    margin: 0px 0px 10px 0px;
    padding:0px;
    overflow:hidden;
}
div.menu_toggler hr{
    border-top:1px solid #CCCCCC;
}
div.menu_toggler p{
    margin:0px;
    padding:5px 0px 5px 0px;
}

/* BUTTONS */
input.superbutton{
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
    color:#FFFFFF;
    padding:0px 0px 0px 0px;
    margin:5px 0px 0px 0px;
    height:50px;
    width:100%;
    font-size:16px;
    display:inline;
    float:left;
    text-decoration:none;
    text-shadow:none;
    border:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 700;
    background-color: #074934;
    background-image: -ms-linear-gradient(top, #074934 0%, #074934 100%);
    background-image: -moz-linear-gradient(top, #074934 0%, #074934 100%);
    background-image: -o-linear-gradient(top, #074934 0%, #074934 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #074934), color-stop(1, #074934));
    background-image: -webkit-linear-gradient(top, #074934 0%, #074934 100%);
    background-image: linear-gradient(to bottom, #074934 0%, #074934 100%);
}
input.superbutton:hover{
	color: #FFFFFF;
    background-color: #BA8645;
    background-image: -ms-linear-gradient(top, #BA8645 0%, #BA8645 100%);
    background-image: -moz-linear-gradient(top, #BA8645 0%, #BA8645 100%);
    background-image: -o-linear-gradient(top, #BA8645 0%, #BA8645 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BA8645), color-stop(1, #BA8645));
    background-image: -webkit-linear-gradient(top, #BA8645 0%, #BA8645 100%);
    background-image: linear-gradient(to bottom, #BA8645 0%, #BA8645 100%);
}
a.superbutton{

    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    padding: 13px 0px;
    margin: 5px 0px 0px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: inline;
    float: left;
    text-decoration: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #074934;
    background-image: -ms-linear-gradient(top, #074934 0%, #074934 100%);
    background-image: -moz-linear-gradient(top, #074934 0%, #074934 100%);
    background-image: -o-linear-gradient(top, #074934 0%, #074934 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #074934), color-stop(1, #074934));
    background-image: -webkit-linear-gradient(top, #074934 0%, #074934 100%);
    background-image: linear-gradient(to bottom, #074934 0%, #074934 100%);
}
a.superbutton:hover{
	color: #FFFFFF;
    background-color: #BA8645;
    background-image: -ms-linear-gradient(top, #BA8645 0%, #BA8645 100%);
    background-image: -moz-linear-gradient(top, #BA8645 0%, #BA8645 100%);
    background-image: -o-linear-gradient(top, #BA8645 0%, #BA8645 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BA8645), color-stop(1, #BA8645));
    background-image: -webkit-linear-gradient(top, #BA8645 0%, #BA8645 100%);
    background-image: linear-gradient(to bottom, #BA8645 0%, #BA8645 100%);
}

.cart_quantity{
	margin: 0px 0px 0px 0px;
}
.cart_quantity .quantity_text {
    font-size: 17px;
    float: right;
    margin: 5px 5px 0px 0px;
}
.cart_quantity label{
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}
.cart_quantity input {
    border: none;
    font-size: 16px;
    height: 26px;
    margin: 5px 0px 10px;
    outline: 0 none;
    padding: 1px 2% 2px 2%;
    width: 96%;
}
.cart_quantity select{
    width:100%;
    font-size:16px;
    height:30px;
    padding:5px 0;
    margin:5px 0px 0px;
    border-radius:0px;
    border: none;
    outline: none;
}
.cart_quantity select option{
    font-size:16px;
    padding:8px 12px 8px 12px;
}

/* TOOL TIP STYLES
/* Icon */
a.tooltip {
    text-decoration: none;
	color:#000000;
}
a.tooltip:hover{
	color:#074934;
}
/* Box */
a.tooltip > span {
	color: #fff;
	background: #074934;
    width: 200px;;
    padding: 10px 15px;
    margin-top: 0;
    margin-left: -40px; /* Hidden Position */
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    border-radius: 0px;
    -webkit-transition-property: opacity, margin-top, visibility, margin-left;
    -webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-property: opacity, margin-top, visibility, margin-left;
    transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
    transition-timing-function:
    ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
a.tooltip:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
    margin-top: 35px;
    display: inline;
    margin-left: -40px; /* Reveal Position */
}
/* Arrow */
a.tooltip span b {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: -15px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #074934;
}


/* ADDITIONAL STYLES */
/* Price radio selection styles */
.price_selections label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.price_selections label > input + div{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.price_selections label > input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES */
	border: 2px solid #BEBEBE;
  background: #dcdcdc;
}
.option_info{
  padding: 5px;
  margin-top: 10px;
  background: #dcdcdc;
}
/* New Nav Styles */
.container {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 40%;
	left: 0;
	margin: 0 auto;
	font-family: 'Latto', sans-serif;
}
.container p {
	font-size: 20px;
}
.container a {
	display: inline-block;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	overflow: hidden;
	top: 5px;
}
.container a:after {
	content: '';
	position: absolute;
	background: #343f52;
	height: 2px;
	width: 0%;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	transition: .35s ease;
}
.container a:hover:after,
.container a:focus:after,
.container a:active:after {
	width: 100%;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
}
.button_container {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.25s ease;
  float: left;
  display: flex;
}
.menu_ham_button i,
.menu_ham_button .menu_title.h6,
.icon_holder_header a {
  font-size: 1.2em;
  color: #084933;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	transform: translateY(6px) translateX(0) rotate(45deg);
	background: #FFF;
}
.button_container.active .middle {
	opacity: 0;
	background: #FFF;
}
.button_container.active .bottom {
	transform: translateY(-13px) translateX(0) rotate(-45deg);
	background: #ffffff;
}
.button_container span {
	background-color: #084933;
	border: none;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 9px;
}
.button_container span:nth-of-type(3) {
	top: 19px;
}

.overlay {
	position: fixed;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
}
.overlay.open {
	opacity: .85;
	visibility: visible;
	height: 100%;
	z-index: 999;
}
.overlay.open li {
	animation: fadeInRight 0.5s ease forwards;
	animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
	animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
	animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
	animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
	animation-delay: .55s;
}
.overlay.open li:nth-of-type(6) {
	animation-delay: .60s;
}
.overlay.open li:nth-of-type(7) {
	animation-delay: .66s;
}
.overlay.open li:nth-of-type(8) {
	animation-delay: .70s;
}
.overlay.open li:nth-of-type(9) {
	animation-delay: .76s;
}
.overlay.open li:nth-of-type(10) {
	animation-delay: .82s;
}
.overlay nav {
	position: relative;
	height: 70%;
	top: 45%;
	transform: translateY(-50%);
	font-size: 35px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align: center;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
.overlay ul li {
	display: block;
	height: 14%;
	height: calc(95% / 9);
	min-height: 45px;
	position: relative;
	opacity: 0;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    padding-top: 0px;
    height: 40px;
    font-size: 30px;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
	width: 100%;
}
.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	transition: .35s;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

/* Base Style */
h1{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 30px;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: lighter;
}
h2{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #BA8645;
  font-size: 26px;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
}
h3{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #000;
  font-size: 22px;
  line-height: 22px;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}
h4{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #BA8645;
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h5{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h6,
.h6{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #BA8645;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
p{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
  line-height: 24px;

}
p em{
  font-family: 'Lora', serif;
  font-style: italic;
}
ul li{
  font-size: 14px;
}
ol li{
  font-size: 14px;
}
.mobile_photo_video{
	display: inherit;
}
.full_photo_video{
	display: none;
}
.logo_area {
    width: 150px;
    height: 43px;
    background: url(../images/layout/logo.png) center center no-repeat;
    background-size: 150px auto;
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 10px auto;
}
.main_nav{
	display: none;
}
.ham_nav{
	display: inherit;
}
.icon_holder_header {
    width: auto;
    float: right;
    margin: 8px 18px 0px 0px;
    background: none;
    height: 30px;
    position: relative;
    display: none;
}
.icon_holder_header i {
    font-size: 1.2em;
    color: #084933;
}
.icon_holder_header i:hover{
	color: #084933;
	text-decoration: none;
}
.icon_holder_header .phone_area {
    overflow: hidden;
    position: relative;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    margin-right: 15px;
}
.icon_holder_header .phone_area:hover{
	overflow: visible;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.icon_holder_header .phone_area .phone_number{
    background: url(../images/layout/drop_background.png) left top no-repeat;
    padding: 15px 15px 5px;
    position: absolute;
    top: 50px;
    width: 120px;
    left: -37px;
    opacity: 0;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.icon_holder_header .phone_area:hover .phone_number{
	opacity: 1;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.icon_holder_header figure img {
  width: 25px;
  height: auto;
}
.icon_holder_header figure {
  margin-right: 5px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.strip01{
    background: #BA8645;
    width: 100%;
}
.strip01 .strip01_content{
    max-width:1000px;
    margin:0px auto;
    padding:100px 10px 100px 10px;
    text-align: center;
}
.strip01 .strip01_content h1{
    color:#FFFFFF;
    margin-bottom: 15px;
}
.strip01 .strip01_content h2{
    color:#FFFFFF;
}
.strip01 .strip01_content h3{
    color:#FFFFFF;
}
.strip01 .strip01_content h4{
    color:#FFFFFF;
}
.strip01 .strip01_content h5{
    color:#FFFFFF;
}
.strip01 .strip01_content h6{
    color:#084933;
    margin-bottom: 50px;
    font-weight: 600;
}
.strip01 .strip01_content p{
    margin: 0px 0px 5px 0px;
    color: #FFFFFF;
}
a.quote_btn{
    padding: 7px 25px;
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    background: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
a.quote_btn:hover{
	background: #FFFFFF;
	color: #084933;
}
.strip02{
    background: #FFFFFF;
    width: 100%;
    text-align: center;
}
.strip02 .strip02_content{
    max-width:1000px;
    margin:0px auto;
    padding:100px 20px;
}
.strip02 .strip02_content .box_list{
}
.strip02 .strip02_content .box_list .box {
    float: left;
    padding: 0px;
    width: 33%;
    margin: 0px 0px 5px 0px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.strip02 .strip02_content .box_list .box img {
    margin: 0px 0px 0px 0px;
    float: left;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.strip02 .strip02_content .box_list .box .title {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 34% 0px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(8, 75, 53, 0.75);
    opacity: 1;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.strip02 .strip02_content .box_list .box:hover .title {
    opacity: 0;
}
.strip02 .strip02_content .box_list .box a.learn_more{
    font-size: 20px;
    padding: 15px 0px;
    width: 100%;
    box-sizing: border-box;
    color: #2F2F2F;
    background: #C7DBD6;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.strip02 .strip02_content .box_list .box a.learn_more:hover{
    background: #084933;
    color:#FFFFFF;
    text-decoration: none;
}
.strip02 .strip02_content .box_list .box:hover a.learn_more{
    opacity: 1;
}

.strip02 .strip02_content .contact_info ul i{
    font-size: 50px;
    line-height: 100px;
    color: #b98546;
}
.strip02 .strip02_content .contact_info ul li {
    margin: 0px 0px 5px 0px;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
}
.strip03{
    background:url(../images/layout/strip03_background.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding:150px 10px 150px 10px;
	box-sizing: border-box;
}
.strip03 h1{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 60px;
	font-weight: lighter;
}
.strip03 .strip03_content{
    max-width:1000px;
    margin:0px auto;
}
.process_box{
	width: 15%;
	float: left;
	text-align: center;
}
.process_box img{
	margin-bottom: 20px;
}
.process_title{
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color: #FFFFFF;
}
.process_spacer{
	width: 2%;
	height: 160px;
	float: left;
	background: none;
}
/* Reviews Featured */
.reviews_widget{
    margin:0px 0px 0px 0px;
    padding:0px 0px 10px 0px;
}
.reviews_widget ul.reviews{
    overflow: visible;
    list-style: none;
    position: relative;
    background: none;
    display: block;
    margin: -35px 0px 0px 0px;
    padding: 50px 25px 25px;
    border: 4px solid #b98546;
}
.reviews_widget ul.reviews li{
    background: none;
    padding:0px 0px 0px 0px;
    margin:0px 0px -45px 0px;
    max-width: 940px;
}
.reviews_widget ul.reviews li p{
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: none;
    padding: 0px 0px 0px 0px;
    margin: 6px 0px 0px 0px;
}
.reviews_widget ul.reviews li div.rating{
    color:#FABF2C;
    font-size:22px;
    line-height:24px;
    margin-top:5px;
    text-shadow: 1px 1px 1px #2E2E2E;
    letter-spacing: 4px;
}
.reviews_widget ul.reviews li div.name{
    color: #074a35;
    font-size: 30px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 5px 20px;
    display: inline-block;
    background: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
}
.map_holder{
	margin-bottom: -8px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.map_holder:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.footer_top{
	padding: 15px 20px;
	background: #20201f;
	display: none;
}
.footer_top .footer_title{
	float: left;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
}
.footer_top .footer_social{
	float: right;
}
.footer_bottom{
	padding: 5px 20px 25px;
	background: #515452;
	display: none;
}
.footer_bottom .footer_bottom_content{
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
}
.footer_bottom .footer_bottom_content a{
	color: #FFFFFF;
}
.footer_bottom .footer_bottom_content .footer_breakline{
    width: 100%;
    margin: 25px 0 0;
}
.footer_bottom .footer_bottom_content .sitemap ul{
    list-style:none;
    margin:0px 0px 10px 0px;
    text-align:left;
}
.footer_bottom .footer_bottom_content .sitemap ul li{
    width: 190px;
    text-align: center;
    float: left;
    margin: 4px 10px 6px 0px;
    color: #FFFFFF;
    font-size: 14px;
}
.footer_bottom .footer_bottom_content .sitemap ul li a{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:normal;
}
.footer_bottom .footer_bottom_content .sitemap ul li a:hover{
    color:#b98447;
}
.inner_header{
	background-size: cover;
	width: 100%;
	height: 132px;
	position: relative;
}
.inner_header .second_nav {
  position: absolute;
  width: 100%;
  top: 65px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #E1E1E1;
}
@media (max-width: 479px) {
  .inner_header div.second_nav {
    top: 54px;
  }
}
.header_spacer{
	width: 100%;
	height: 65px;
	background: none;
}
.category_left{
	width: 48.5%;
	margin: 1% .5% 1% 1%;
	height: 200px;
	float: left;
}
.category_right{
	width: 48.5%;
	margin: 1% 1% 1% .5%;
	height: 200px;
	float: left;
}
.category_content{
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.category_content:hover{
    background: rgba(7, 75, 53, 0.7);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.full_photo_video{
	display: none;
}
.mobile_photo_video{
	display: inherit;
}
/* PHOTO GALLERY */
#gallery_content{
    background:#E9E9E9;
    margin: 0px 0px 20px 0px;
    padding: 6px 0px 6px 1px;
}
#gallery_content ul{
    margin:0px;
    padding:0px;
}
#gallery_content ul li{
    display: inline;
    margin:0px;
}
#gallery_content .thumbnails{
    border:#FFFFFF solid 4px;
    margin: 6px 0px 0px 6px;
}
#gallery_content .gallery_holder{
    width:296px;
    float:left;
    margin:6px 0px 6px 12px;
    padding:0px 0px 10px 0px;
}
#gallery_content .gallery_holder a{
    text-decoration:none;
}
#gallery_content .gallery_holder a .title{
    font-size:18px;
    text-align:left;
    margin:5px 0px;
    color:#1C5B7A;
    text-decoration:none;
}
#gallery_content .gallery_holder a:hover .title{
    color:#DF0000;
}
#gallery_content .gallery_holder a .description{
    color:#000000;
    height:50px;
}
#gallery_content .gallery_holder img{
    background:#FFFFFF;
    margin: 0px;
    padding:5px;
}
#gallery_content2{
    background:none;
    margin: 0px 0px 20px 0px;
    padding: 4px 0px 16px 6px;
}
#gallery_content2 ul{
    margin:0px;
    padding:0px;
}
#gallery_content2 ul li{
    background:none;
    display: inline;
    margin:0px;
    padding:0px;
}
#gallery_content2 .thumbnails{
    background:#FFFFFF;
    padding:4px;
    margin: 10px 0px 0px 5px;
}
.review_quote{
	width: 125px;
	height: 125px;
	background: url(../images/layout/big-quote.png) left top no-repeat;
	background-size: 100px 100px;
	float: left;
	margin-right: 15px;
	display: none;
}
.box_list .career_box{
	width: 99%;
}

/* 320 pixel width */
@media screen and (min-width: 320px) {
	h1{
		font-size: 30px;
		line-height: 30px;
  }
	h2{
	    font-size: 26px;
	    line-height: 26px;
	}
	h3{
	    font-size: 22px;
	    line-height: 22px;
	}
	h4{
	    font-size: 18px;
	    line-height: 18px;
	}
	h5{
	    font-size: 16px;
	    line-height: 16px;
	}
	h6{
	    font-size: 14px;
	    line-height: 14px;
	}
	p{
	    font-size: 14px;
	    line-height: 24px;
	}
	ul li{
	    font-size: 14px;
	    line-height: 24px;
	}
	ol li{
	    font-size: 14px;
	    line-height: 24px;
	}
	.process_box {
	    width: 48%;
	    float: left;
	    text-align: center;
	}
	.box_list .full {
		padding-bottom:30px;
		border-bottom: 1px solid #DEDEDE;
	}
	.box_list .box img{
  	margin: 0px 15px 10px 0px;
  	float: left;
  	max-width: 100%;
  	max-height: auto;
  	width: 100%;
  	height: auto;
  	object-fit: contain;
	}
}


/* 480 pixel width */
@media screen and (min-width: 480px) {
	h1{
		font-size: 35px;
    line-height: 35px;
    }
	h2{
	    font-size: 31px;
	    line-height: 31px;
	}
	h3{
	    font-size: 27px;
	    line-height: 27px;
	}
	h4{
	    font-size: 23px;
	    line-height: 23px;
	}
	h5{
	    font-size: 19px;
	    line-height: 19px;
	}
	h6{
	    font-size: 15px;
	    line-height: 15px;
	}
	p{
	    font-size: 15px;
	    line-height: 25px;
	}
	ul li{
	    font-size: 15px;
	    line-height: 25px;
	}
	ol li{
	    font-size: 15px;
	    line-height: 25px;
	}
	.icon_holder_header {
	    margin: 11px 5px 0 0;
	    display: none;
	    align-items: center;
	    justify-content: space-between;
	}
	.logo_area {
    width: 150px;
    height: 43px;
    background: url(../images/layout/logo.png) center center no-repeat;
    background-size: 150px auto;
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 10px auto;
	}
	#swipe_banner div .holder .caption .text strong {
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 16px;
	    font-weight: lighter;
	    letter-spacing: 2px;
	}
	#swipe_banner div .holder .caption .text {
	    font-size: 26px;
	    line-height: 30px;
	}
	.category_left{
		height: 300px;
	}
	.category_right{
		height: 300px;
	}
	.category_content {
	    font-size: 36px;
	    line-height: 36px;
	}
	.process_box {
	    width: 30%;
	    float: left;
	    text-align: center;
	}
	.box_list .box {
  	width: 49%;
	}
}


/* 768 pixel width */
@media screen and (min-width: 768px) {
	h1{
		font-size: 40px;
    line-height: 40px;
    }
	h2{
	    font-size: 32px;
	    line-height: 40px;
	}
	h3{
	    font-size: 32px;
	    line-height: 32px;
	}
	h4{
	    font-size: 28px;
	    line-height: 28px;
	}
	h5{
	    font-size: 22px;
	    line-height: 22px;
	}
	h6{
	    font-size: 16px;
	    line-height: 16px;
	}
	p{
	    font-size: 16px;
	    line-height: 26px;
	}
	ul li{
	    font-size: 16px;
	    line-height: 26px;
	}
	ol li{
	    font-size: 16px;
	    line-height: 26px;
	}
	.mobile_photo_video{
		display: none;
	}
	.full_photo_video{
		display: inherit;
	}
	.main_nav{
		display: inherit;
	}
	.ham_nav{
	}
	.contact_info ul {
	    margin: 5px 0px 15px 0px;
	    width: 33.33333%;
	    float: left;
	}
	.menu_list ul.pages li {
	    background: #074934;
	    font-size: 16px;
	    float: left;
	    text-align: center;
	    width: 49%;
	    text-decoration: none;
	    list-style: none;
	    margin: 0px 0.5% 15px 0.5%;
	    padding: 10px 0px 10px 0px;
	}
	.inner_header{
		height: 132px;
	}
}



@media screen and (min-width: 775px) {
	.logo_area{
	    width: 250px;
	    height: 72px;
	    background: url(../images/layout/logo.png) center center no-repeat;
	    background-size: 250px 72px;
	    float: none;
	    padding: 0px 0px 0px 0px;
	    margin: 10px auto;
	}
	.icon_holder_header i{
		font-size: 1.2em;
		color: #084933;
	}
	.icon_holder_header .split_line{
		width: 2px;
		height: 50px;
		background: #dae0de;
	    float: left;
	}
	.icon_holder_header .phone_area{
		overflow: hidden;
		position: relative;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
	}
	.icon_holder_header .right_split{
	    position: absolute;
	    right: 64px;
	    top: 0px;
	}
	.icon_holder_header .phone_area {
  	display: flex;
  	align-items: center;
	}
	.icon_holder_header{
	    float: right;
	    background: none;
	    height: 50px;
	    position: relative;
	    margin-top: 0;
      display: none;
	}
	.icon_holder_header a {
  	font-weight: 300;
  	display: flex;
  	align-items: center;
  	margin-right: 5px;
	}
	.icon_holder_header i {
  	margin-right: 5px;
	}
	.button_container {
	    position: relative;
	    top: 0;
	    left: 0;
	    cursor: pointer;
	    z-index: 999;
	    transition: opacity 0.25s ease;
	    float: left;
	}
	.header_spacer{
		width: 100%;
		height: 70px;
		background: none;
	}
	#swipe_banner div .holder .caption .text strong {
	    font-size: 75px;
	    line-height: 55px;
	    margin-bottom: 22px;
	}
	#swipe_banner div .holder .caption .text {
	    font-size: 34px;
	    line-height: 40px;
	}
	.box_list .box {
    float: left;
		padding: 5px;
	  margin-bottom: 5px;
	  margin: 5px .5%;
	  box-sizing: border-box;
	}
	.box_list .full {
	    float: left;
		padding: 0px 5px 25px 5px;
		margin-bottom:25px;
	    width: 100%;
	    border-bottom: 1px solid #DEDEDE;
	}
	.full_photo_video{
		display: inherit;
	}
	.mobile_photo_video{
		display: none;
	}
	.strip03{
	    background:url(../images/layout/strip03_background.jpg) center center no-repeat fixed;
	    background-size: cover;
	}
}
@media screen and (min-width: 862px) {
  div.icon_holder_header {
    display: flex;
    width: auto;
  }
}
@media screen and (min-width: 850px) {
	.process_box {
	    width: 15%;
	    float: left;
	    text-align: center;
	}
	.process_spacer{
		width: 2%;
		height: 160px;
		float: left;
		background: url(../images/layout/arrow_right.png) center center no-repeat;
	    background-size: 60% auto;
	}
	.menu_list ul.pages li {
	    background: #074934;
	    font-size: 16px;
	    float: left;
	    text-align: center;
	    width: 32%;
	    text-decoration: none;
	    list-style: none;
	    margin: 0px 0.5% 15px 0.5%;
	    padding: 10px 0px 10px 0px;
	}
	.grid_list .title a {
	    color: #FFFFFF;
	    text-align: center;
	    text-decoration: none;
	    display: block;
	    padding: 15% 5%;
	    width: 90%;
	    font-weight: 700;
	    font-size: 20px;
	}
	.review_quote{
		display: inherit;
	}
	.widget_reviews ul.reviews li {
	    background: none;
	    list-style: none;
	    padding: 0px 0px 0px 15px;
	    margin: 0px 0px 0px 140px;
	    border-left: 3px solid #084a33;
	}
}
/* 960 pixel width */
@media screen and (min-width: 960px) {
	h1{
		font-size: 45px;
    line-height: 45px;
    }
	h2{
	    font-size: 36px;
	    line-height: 36px;
	}
	h3{
	    font-size: 35px;
	    line-height: 35px;
	}
	h4{
	    font-size: 30px;
	    line-height: 30px;
	}
	h5{
	    font-size: 25px;
	    line-height: 25px;
	}
	h6{
	    font-size: 20px;
	    line-height: 20px;
	}
	p{
	    font-size: 18px;
	    line-height: 30px;
	}
	ul li{
	    font-size: 18px;
	    line-height: 30px;
	}
	ol li{
	    font-size: 18px;
	    line-height: 30px;
	}
	#footer{
    display: none;
	}
	#footer_full{
    display: inherit;
	}
	#signature{
	    display: inherit;
	}
	.strip02 .strip02_content .contact_info ul li {
	    font-size: 20px;
	    line-height: 32px;
	}
	.box_list .box img.product_box_image{
	    max-width: 100%;
	    max-height: 100%;
	    width: 100%;
	    height: auto;
	}
	.box_list .career_box{
		width: 49%;
	}
	div.menu_ham_button {
  	flex-direction: row;
	  width: 90px;
    height: 23px;
    top: 22px;
	}
	div.menu_ham_button .menu_title {
    margin-left: 20px;
  }
  div.second_nav ul {
    display: flex !important;
    justify-content: center;
    width: 85%;
    list-style: none;
    align-items: center;
    visibility: visible;
    position: relative;
    opacity: 1;
    top: 2px;
  }

  div.second_nav ul li {
    margin: 0 10px;
    position: relative;
    display: block;
    width: auto;
    border: 0;
  }

  .second_nav ul li:nth-child(even):after {
    right: -9px;
  }

  .second_nav ul li:nth-child(even):before {
    left: -9px;
  }
  div.hide-show-expand {
    display: none;
    opacity: 0;
  }
  div.second_nav figure {
    width: calc(25% - 30px);
  }
  .box_list div.box {
    width: 32.33%;
  }
  .vid-wrap video#video {
    width: 100%;
    height: 155%;
  }
}

@media screen and (min-width: 1000px) {
	.footer_top{
		display: inherit;
	}
	.footer_bottom{
		display: inherit;
	}
	#footer {
	    display: none;
	}
}

/* 1200 pixel width */
@media screen and (min-width: 1200px) {
	h1{
    font-size: 50px;
    line-height: 50px;
  }
	h2{
	    font-size: 42px;
	    line-height: 46px;
	}
	h3{
	    font-size: 40px;
	    line-height: 40px;
	}
	h4{
	    font-size: 35px;
	    line-height: 35px;
	}
	h5{
	    font-size: 30px;
	    line-height: 30px;
	}
	h6{
	    font-size: 25px;
	    line-height: 25px;
	}
	.category_left{
		height: 400px;
	}
	.category_right{
		height: 400px;
	}
	.category_content {
	    font-size: 45px;
	    line-height: 45px;
	}
}

.vid-wrap {
  display: block;
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 750px;
}

.vid-wrap #video {
  width: 100%;
  height: 150%;
  position: absolute;
  object-fit: cover;
  object-position: top;
}
.menu_ham_button {
  position: fixed;
  display: flex;
  top: 22px;
  left: 5px;
  height: 23px;
  width: 90px;
  z-index: 999;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.menu_ham_button .menu_title {
  margin-left: 20px;
}

.menu_ham_button .menu_title.h6 {
  margin-bottom: 0;
  line-height: 20px;
  color: #084933;
  font-style: normal;
  background: transparent;
  top: -3px;
}

.second_nav {
  display: flex;
  background-color: #FFF;
  padding: 15px 0;
  position: relative;
  border-bottom: 2px solid #e1e1e1;
  justify-content: space-evenly;
}

.second_nav figure {
  width: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}

.second_nav figure img {
  width: auto;
  height: auto;
  max-height: 32.6px;
  max-width: 206.25px;
}

.second_nav ul {
  display: none;
  justify-content: flex-end;
  width: 100%;
  list-style: none;
  align-items: center;
  position: absolute;
  opacity: 1;
  top: 100%;
  left: 0;
  bottom: 0;
  padding: 0 15px;
}

.second_nav ul li {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid rgba(0,0,0, .1);
  border-bottom: 1px solid rgba(0,0,0, .1);
  background: #FFF;
  margin: 0;
}

.second_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.second_nav ul li:nth-child(even):after {
  right: -9px;
}

.second_nav ul li:nth-child(even):before {
  left: -9px;
}

.second_nav ul li a {
  color: #1f1f1f;
  text-transform: uppercase;
  position: relative;
  font-size: .8em;
  line-height: 1em;
}
.second_nav ul li a:after,
.second_nav ul li.Selected a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -24px;
  left:0;
  height: 3px;
  width: .1px;
  opacity: .01;
  background: #084933;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.second_nav ul li a:hover:after,
.second_nav ul li.Selected a:after {
  width: 100%;
  opacity: 1;
}
.hide-show-expand {
  display: none;
  opacity: 1;
  width: 85%;
  text-align: right;
}

#overviewHideShow {
  line-height: 28px;
  margin-bottom: 0;
}

.certs {
  display: flex;
  width: 80%;
  justify-content: center;
  margin: 15px 0;
}

.certs figure {
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certs .large-img img {
  max-height: 98px;
  width: auto;
}

.certs figure img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.strip02 .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
}
.logo-head {
  width: 200px;
  margin: auto;
  margin-top: 6px;
}

.logo-head img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
@media (max-width: 479px) {
  div.logo-head {
    margin-right: auto;
    width: 150px;
  }
  .menu_ham_button span.menu_title.h6 {
    display: none;
  }
  div.menu_ham_button {
    width: auto;
    top: 15px;
    left: 15px;
  }
  div.header_spacer {
    height: 50px;
  }
}
#manu_ham_button_close {
  position: absolute;
  left: 15px;
  top: 15px;
}
#manu_ham_button_close i {
  font-size: 2em;
  color: #FFF;
}
.swipebox_full {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  align-content: center;
}

.swipebox_full a {
  width: calc(25% - 5px);
  margin: 5px 2.5px 0px;
  height: auto;
}

.swipebox_full a img {
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.swipebox_full a img:hover {
  opacity: 0.5;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 760px) {
  .swipebox_full a {
    width: calc(50% - 5px);
    margin: 5px 2.5px 0px;
  }
}

@media screen and (max-width: 400px) {
  .swipebox_full a {
    width: 100%;
    margin: 5px 0px 0px;
  }
}
.editable_content a.button{
    border: none;
    outline: none;
    color: white;
    background: #074934;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0;
    margin: 32px 0 0;
}
.editable_content a.button:hover{
    background: #BA8645;
    border: none;
    outline: none;
}