@charset "utf-8";
/* IMPORT CSS RESET FILE */
@import url("reset.css");
/* IMPORT FONTS */
@import url("fonts.css");
@import url("font-awesome.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("qaptcha.css");
/* CART STYLES */
@import url("cart.css");
/* MESSAGES STYLES */
@import url("messages.css");
/* SEARCH */
@import url('search.css');
/* JQUERY UI */
@import url("jquery-1.11.3-ui.css");
@import url('https://fonts.googleapis.com/css?family=Yellowtail');
/* font-family: 'Yellowtail', cursive;*/ 

html, body{
    padding: 0;
    margin: 0;
}
body{
    background-color: #585858;
    font-family: "Open Sans", 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 #f5f5f5;
}
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{
    display: none;
}
#header{
    width:100%;
    z-index:100;
}
.pull_up_content{
    margin-bottom:-60px;
}
#header .logo_area{
    text-align:center;
    padding:15px 0px;
    position:absolute;
    top:0px;
    left: 0;
    right: 0;
}
#header .logo_area .logo{width: 200px;}
#header .phone{
    position:absolute;
    top: 7px;
    right:10px;
}
#header .cart_link {
    position:absolute;
    top: 6px;
    left: 32px;
}
#header a{
    color: #fff;
    font-size: 38px;
    position: absolute;
    padding: 15px 0px 0px 10px;
    text-decoration: none;
    right:15px;
}

#footer{
    width:100%;
    text-align:center;
    font-size: 12px;
    color: #000000;
    background:#E5E5E5;
    z-index:100;
}
#footer .footer_content{
    padding:10px 0px;
}
#footer .footer_content a{
    color:#757779;
    text-decoration:underline;
}
#footer .footer_content  a:hover{
    color:#757779;
    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:#000000;
}
#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:#000000;
}
.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:#757779;
}
#content{
    max-width:900px;
    margin:0px auto;
    padding:0px 20px;
    box-sizing: border-box;
}
#content h1{
    color:#010001;
}
#content h2{
    color:#757779;
}
#content h3{
    color:#010001;
}
#content h4{
    color:#757779;
}
#content h5{
    color:#010001;
}
#content h6{
    color:#757779;
}
#content p{
    margin: 0px 0px 5px 0px;
    color: #333;
}
#content .line_detail{
    margin:0px 0px 0px 0px;
}
#content pre{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    overflow: auto;
}
#content iframe{
    width: 95%;
    margin:10px 5px;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#content .sort_list{
    float:left;
}
#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;
}
#content .sort_list ul li a{
    color:#757779;
    text-decoration:none;
    border-left:1px solid #BEBEBE;
    padding-left:7px;
}
#content .sort_list ul li.active a{
    color:#757779;
    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:#757779;
    text-decoration:none;
    border-right:1px solid #BEBEBE;
    padding-right:7px;
}
#content .sort_list_left ul li.active a{
    color:#757779;
    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:#757779;
}
#content .views_list .active a{
    color:#757779;
}
#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:#757779;
    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 0px;
}
#content ul.career li{
    margin:0px 0px 0px 0px;
    list-style-type:circle;
}
#content ul.date_list{
    margin:5px 10px 0px 10px;
    color:#757779;
}
#content ul.date_list li{
    background:none;
    list-style:none;
    display:inline;
    border-left:1px solid #757779;
    color:#757779;
    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:#757779;
}
#content ul.eventdata_list li{
    background:none;
    list-style:none;
    color:#757779;
    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:#757779;
    line-height: 40px;
    text-decoration:none;
}
#content .product_number{
    color:#757779;
    float:right;
    font-size:14px;
    line-height:22px;
}
.editable_content a{
    color: #757779;
    text-decoration:underline;
}
.editable_content a:hover{
    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{
    margin:15px 0px 5px 0px;
    background:#FFFFFF;
    text-align:center;
    font-size: 12px;
    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: 1px solid #053450;
    color:#FFFFFF;
    background:#757779;
    padding:8px;
}
.editable_content table tr td{
    border: 1px solid #A3A3A3;
    padding:8px;
}
.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: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    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: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    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;
		justify-content: center;
}
.box_list h2{
    margin:5px 0px 10px 0px;
}
.box_list h3{
    margin:5px 0px 10px 0px;
}
.box_list .box{
    background:#E9E9E9;
    float:left;
    padding:2%;
    width: 96%;
	margin-bottom:5px;
}
.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:#757779;
}
.box_list .name{
    color:#757779;
    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:18px;
    color:#757779;
    margin:4px 0px 4px 2px;
}
.box_list .box .menu_title{
    font-size:20px;
    color:#757779;
    margin:10px 0px 3px 2px;
}
.box_list .no_image .title{
    margin:0px 0px 3px 0px;
}
.box_list .box .title a{
    font-size:18px;
    color:#757779;
    text-decoration:none;
}
.box_list .box .title a:hover{
    color:#DF0000;
    text-decoration:none;
}
.box_list .location_title{
    padding:5px 0px 0px 0px;
    line-height:16px;
}
.box_list .job_title{
    font-size:13px;
    color:#DF0000;
    margin:-5px 0px 0px 0px;
}
.box_list p{
    font-size:14px;
    padding:0px;
    line-height:18px;
    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:#757779;
    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:50px;
    float:left;
    color:#757779;
    padding:8px 12px 8px 8px;
}
.box_list .box .specials_title{
    font-style:bold;
    font-size:22px;
    color:#757779;
    padding:0px 0px 0px 0px;
}
.box_list .box .special{
    font-style:italic;
    color:#262626;
    padding:0px 0px 0px 0px;
}
.box_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;
}
.box_list .box img.large_image{
    border:1px solid #BEBEBE;
    background:#FFFFFF;
    padding:3px;
    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{
    list-style-type:circle;
    background:none;
    font-size:12px;
    margin:0px 6px 0px 0px;
    padding:0px 10px 0px 0px;
}
.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:#DF0000;
    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:#DF0000;
}
.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:#757779;
    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:#757779;
}
.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:#757779;
}
.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:#757779;
}
.box_list .box .alert_overlay i{
    font-size:20px;
    color:#757779;
    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 #757779;
    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:#757779;
    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:#757779;
    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:#757779;
    font-size:30px;
    padding:0px 0px 0px 0px;
}
.box_list .box .date_box .year, #content .date_box .year{
    color:#757779;
    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:#757779;
    font-size:12px;
}
.box_list .box ul.date_list li{
    background:none;
    display:inline;
    list-style:none;
    color:#757779;
    border-left:1px solid #757779;
    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:#757779;
    font-size:12px;
}
.box_list .box ul.eventdata_list li{
    background:none;
    list-style:none;
    color:#757779;
    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:#757779;
    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:#757779;
}

/* GRID LIST */
.grid_list{
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.grid_list .grid_item{
    width: calc(50% - 10px);
    float:left;
    /* border:1px solid #BEBEBE; */
    margin: 5px;
    position: relative;
}
@media (max-width:767px) {
    .grid_list .grid_item{
        width: 100%;
        margin: 5px;
    }    
}
.grid_list .title{
    font-size:14px;
    line-height: 14px;
    text-align:center;
    color:#FFFFFF;
    background: rgba(0,0,0,0.45);
    display:flex;
    align-items:center;
    height:60px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.grid_list .title:hover{
    background: rgba(0,0,0,0.8);
    transition: 0.3s ease;
}
.grid_list .title a {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: flex;
    height: 100%;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
}
.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; */
}



/* 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{
    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{
	font-family: 'Yellowtail', cursive;
    color:#757779;
    font-size:28px;
    margin-top:5px;
}

/* REVIEWS STYLES */

/* CONTACT INFORMATION */
.contact_info{
    margin:0px 0px 0px 0px;
}
.contact_info h4{
    font-size:20px;
    padding:0px 0px 10px 0px;
    color:#757779;
}
.contact_info ul{
    margin: 5px 0px 15px 0px;
    width: 100%;
    float: left;
}
.contact_info ul i{
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 65px;
    color: #757779;
}
.contact_info ul li{
    margin: 0px 0px 5px 0px;
    list-style: none;
}
.contact_info ul li a{
    color:#010001;
    text-decoration:underline;
}
.contact_info ul li a:hover{
    color:#757779;
    text-decoration:none;
}
.contact_info span{
    font-size: 14px;
    margin:0px 0px 2px 0px;
}
.contact_info h6{
    color:#010001;
    margin:0px 0px 2px 0px;
}
.contact_info pre{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    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;
    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: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size:18px;
    padding:0px 0px 0px 0px;
    color:#757779;
}
.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:#757779;
    text-decoration:underline;
}
.multi_map ul li a:hover{
    color:#757779;
    text-decoration:none;
}

/* SOCIAL MEDIA */
.social_media{
}
.social_media h6{
    font-size: 14px;
    color:#757779;
    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:#757779;
    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: #000;
    font-weight: 700;
    font-size: 24px;
    margin: 0px;
    padding: 5px 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: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin:1px 0px 5px 0px;
    background-color:#FFFFFF;
    border: 1px solid #c5c5c5;
    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 #c5c5c5;
    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: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    background-color:#FFFFFF;
    border: 1px solid #c5c5c5;
    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: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    height:42px;
    padding:5px 0px;
    margin:1px 0px 10px;
    background-color:#FFFFFF;
    border: 1px solid #c5c5c5;
    color:#333333;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form_holder select option{
    font-size:14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding:8px 0px 8px 0px;
}
.form_holder .uploader{
    width:100%;
    height:30px;
    font-size:14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding:0px;
    margin:1px 0px 5px 0px;
    background-color:#FFFFFF;
    border:0px solid #FFFFFF;
    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:#757779;
}
.form_holder .form_error{
    font-size:16px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    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:#757779;
    text-decoration:none;
}
.gallery_holder a:hover .title{
    color:#DF0000;
}
.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,h4.toggle.active.open{
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    color: #585858 !important;
    background: url(/images/layout/toggle.png) no-repeat 10px 11px;
    padding: 8px 0px 8px 35px;
    margin: 8px 0px 0px 0px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
h4.toggle.active,h4.toggle.open{
    background-position:10px -39px;
}
h4.toggle:hover,h4.toggle.active.open:hover{
    background-position:10px -39px;
}
div.toggler{
    color: #333333;
    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:#757779;
    color:#FFFFFF;
    background:url(/images/layout/toggle-light.png) no-repeat 10px 11px #757779;
    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: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    padding: 10px 0px;
    margin: 5px 0px 0px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: inline;
    float: left;
    height: auto;
    text-decoration: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #FFAE00;
    background-image: -ms-linear-gradient(top, #FFAE00 0%, #FFAE00 100%);
    background-image: -moz-linear-gradient(top, #FFAE00 0%, #FFAE00 100%);
    background-image: -o-linear-gradient(top, #FFAE00 0%, #FFAE00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFAE00), color-stop(1, #FFAE00));
    background-image: -webkit-linear-gradient(top, #FFAE00 0%, #FFAE00 100%);
    background-image: linear-gradient(to bottom, #FFAE00 0%, #FFAE00 100%);
}
input.superbutton:hover{
    background-color: #757779;
    background-image: -ms-linear-gradient(top, #757779 0%, #757779 100%);
    background-image: -moz-linear-gradient(top, #757779 0%, #757779 100%);
    background-image: -o-linear-gradient(top, #757779 0%, #757779 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #757779), color-stop(1, #757779));
    background-image: -webkit-linear-gradient(top, #757779 0%, #757779 100%);
    background-image: linear-gradient(to bottom, #757779 0%, #757779 100%);
}
a.superbutton{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    padding: 10px 0px;
    margin: 5px 0px 0px 0px;
    width: 100%;
    height: auto;
    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: #FFAE00;
    background-image: -ms-linear-gradient(top, #FFAE00 0%, #FFAE00 100%);
    background-image: -moz-linear-gradient(top, #FFAE00 0%, #FFAE00 100%);
    background-image: -o-linear-gradient(top, #FFAE00 0%, #FFAE00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFAE00), color-stop(1, #FFAE00));
    background-image: -webkit-linear-gradient(top, #FFAE00 0%, #FFAE00 100%);
    background-image: linear-gradient(to bottom, #FFAE00 0%, #FFAE00 100%);
}
a.superbutton:hover{
    background-color: #757779;
    background-image: -ms-linear-gradient(top, #757779 0%, #757779 100%);
    background-image: -moz-linear-gradient(top, #757779 0%, #757779 100%);
    background-image: -o-linear-gradient(top, #757779 0%, #757779 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #757779), color-stop(1, #757779));
    background-image: -webkit-linear-gradient(top, #757779 0%, #757779 100%);
    background-image: linear-gradient(to bottom, #757779 0%, #757779 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:#757779;
}
/* Box */
a.tooltip > span {
	color: #fff;
	background: #757779;
    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: #757779;
}


/* 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;
}

/* Base Style */
h1{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h2{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #FFFFFF;
  font-size: 26px;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
}
h3{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #FFFFFF;
  font-size: 22px;
  line-height: 22px;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
}
h4{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h5{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
h6{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
p{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
  line-height: 24px;
}
p em{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style: italic;
}
ul li{
  font-size: 14px;
}
ol li{
  font-size: 14px;
}
.mobile_photo_video{
	display: inherit;
}
.full_photo_video{
	display: none;
}
.mobile_header{
	display: inherit;
}
.full_header{
	display: none;
}
.full_header #header_desktop{
	width: 100%;
	position: fixed;
	z-index: 999;
	display: flex;
	flex-direction: row;
	background-color: #2b2b2b;
}
.full_header #header_desktop .top_header{
    padding: 15px 20px;
	background: #FFFFFF;
}
.full_header #header_desktop .top_header .logo{
	float: left;
	width: 505px;
}
.full_header #header_desktop .top_header .logo img{
    margin: 0px 20px 0px 0px;
    height: 100px;
    width: auto;
    float: left;
}
.full_header #header_desktop .top_header .logo ul{
	list-style: none;
	display: none;
}
.full_header #header_desktop .top_header .logo ul li{
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    color: #4a4a4a;
    margin-left: 0px;
}
.full_header #header_desktop .top_header .logo ul li.name_title{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #757779;
    line-height: 35px;
    margin: 10px 0px 0px 0px;
    
}
.full_header #header_desktop .top_header .header_content{
	float: right;
    width: 396px;
    text-align: right;
    margin-top: 12px;
    line-height: 28px;}
.full_header #header_desktop .top_header .header_content .phone_email{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 5px;
    width: 400px;
}
.full_header #header_desktop .top_header .header_content .phone_email i{
    font-size: 20px;
    color: #757779;
    margin: 0px 10px 0px 0px;
}
.full_header #header_desktop .top_header .header_content .phone_email a{
    color: #808080;
    text-decoration: none;
}
.full_header #header_desktop .top_header .header_content a.apply_now_header{
    color: #FFFFFF;
    text-decoration: none;
    background: #757779;
    padding: 10px 45px;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    float: right;
}
.full_header #header_desktop .top_header .header_content a.apply_now_header:hover{
    background: #010001;
}
.strip01{
	width: 100%;
	padding: 50px 0px;
	background: #010001;
	text-align: center;
}
.strip01 h1{
	color: #FFFFFF;	
}
.strip01 h2 b{
	color:#757779;
}
.strip01 .third_box{
	width: 100%;
	height: auto;
	margin-bottom:30px;
}
.strip01 .third_box h1.lender_title{
    font-size: 26px;
    margin:10px 0px;
}
.strip01 .third_box h2{
    font-size: 20px;
    line-height: 20px;
    margin-top:10px;
    padding: 0px 0px 10px;
    border-bottom: 1px dashed #fff;
}
.strip01 .third_box p{
    font-size: 15px;
    color:#fff;
	padding: 0px 20px;
}
.strip01 .strip01_content{
	max-width: 900px;
	margin: 0px auto;
}
.strip01 .strip01_content p{
	margin-bottom: 30px;
	color: #FFFFFF;
}
.strip01 .strip01_content a.learn_more{
    color: #FFFFFF;
    text-decoration: none;
    background: #757779;
    padding: 10px 45px;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.strip01 .strip01_content a.learn_more:hover{
	  background: #e5e5e5;
	  color:#000;
}
.strip02{
	width: 100%;
	padding: 50px 0px;
	background: url(../images/layout/brickwall.png);
	text-align: center;
}
.strip03{
	width: 100%;
	padding: 50px 0px;
	background: #FFFFFF;
	text-align: center;
}
.strip04{
	width: 100%;
	padding: 50px 0px;
	background:url(../images/layout/strip03_background.jpg) center center no-repeat fixed;
	background-size: cover;
	text-align: center;
}
.strip04 #content h1{
	color: #FFFFFF;
}
.strip04 #content p{
	color: #FFFFFF;
}
.strip04 .quote_icon{
	width: 50px;
	height: 50px;
	background:url(../images/layout/quote.png) center center no-repeat;
	background-size: 50px 50px;
	float: none;
	margin: 35px auto;
}
/* Reviews Featured */
.reviews_widget{
    margin:15px 0px 0px 0px;
    padding:15px 0px 10px 0px;
}
.reviews_widget ul.reviews{
    overflow:visible;
    list-style:none;
    position:relative;
    background: none;
    display:block;
    margin:0px 0px 0px 0px;
}
.reviews_widget ul.reviews li{
    background: none;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    max-width: 940px;
}
.reviews_widget ul.reviews li p{
    font-style: normal;
    color: #302D2D;
    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: #ffffff;
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
/* Full Photo Gallery */
#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: 0px;
    margin: 10px 0px 0px 3%;
    width: 21%;
    height: auto;
}
/* Small Footer */
.small_footer{
	width: 100%;
	background: #585858;
	padding: 20px 0px;
}
.small_footer .small_footer_container{
	max-width: 940px;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.small_footer .small_footer_container a{
	text-decoration: none;
	color: #FFFFFF;
}
.inner_header{
	width: 100%;
	height: 75px;
	background:url(../../images/layout/inner_header.jpg) center center no-repeat;
	background-size: cover;
}
.content_container{
	width: 100%;
	background: #FFFFFF;
	padding: 50px 0px;
}
/* Half Box Styles */
.box_list .half {
    background: #FFFFFF;
    float: left;
    padding: 15px;
    width: 99%;
    margin:0px .5% 15px .5%;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.box_list .half:hover {
    box-shadow: 0px 0px 13px rgba(0,0,0,0.5);
}
.box_list .half img{
    float: none;
    border: none;
    padding: 0px 0px 0px 0px;
    max-width: 100%;
    max-height: 100%;
    margin: 0px 0px 15px 0px;
}
.box_list .half .title a {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}
.box_list .half .title a:hover{
	color: #010001;
}
.box_list .half .date {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    color: #808080;
    padding: 0px 0px 0px 0px;
    margin-bottom: 7px;
}
.box_list .half p{
    font-size: 16px;
    padding: 0px;
    line-height: 24px;
    margin: 2px 0px 10px 0px;
}
.header_spacer{
	width: 100%;
	height: 75px;
	background: none;
}
.menu_list ul.pages{
	list-style: none;
}
.menu_list ul.pages li{
	width: 99%;
	margin: 0px .5% 10px;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.menu_list ul.pages li a{
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 10px;
    display: block;
    background: #010001;
    line-height: 20px;
	
}
.menu_list ul.pages li a:hover{
    background: #757779;
	
}
.image_strip{
	width: 100%;
	padding: 30px 20px;
	background: #FFFFFF;
	box-sizing: border-box;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	align-content: center;
}
.image_strip .inside{
	margin:auto;
	max-width: 1200px;
}
.image_strip img{
	width: auto;
	max-height: 100px;
	float: left;
	-webkit-filter: grayscale(100%); 
    filter: grayscale(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;
}
}
.image_strip img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -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;
}
}
.image_strip img.image_clear{
	clear: both;
}
/* Mortgage Rates */
.mortgage_rates{
	background: #757779;
	padding: 10px 10px;
	width: 100%;
	box-sizing: border-box;
    font-size: 22px;
}
.mortgage_rates .prime_rate{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 20px 10px;
    border-right: none;
	box-sizing: border-box;
    font-weight: 700;
    color: #010001;
}
.mortgage_rates .prime_rate span{
	color: #FFFFFF;
	font-weight: 400;
}
.mortgage_rates .fixed_rate{
	width: 100%;
	float: left;
    text-align: center;
    padding: 10px 20px 10px;
	box-sizing: border-box;
    font-weight: 700;
    color: #010001;
}
.mortgage_rates .fixed_rate span{
	color: #FFFFFF;
	font-weight: 400;

}
img.brent_headshot{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: auto;
	display: none;
}
/* 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;
	}
}


/* 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;
	}
	.small_footer .small_footer_container {
	    font-size: 14px;
	}
}

@media screen and (min-width: 600px) {
	.mortgage_rates{
	    font-size: 30px;
		padding: 25px 10px;
	}
	.mortgage_rates .prime_rate{
	    width: 50%;
	    border-right: 1px solid #FFFFFF;
		text-align: right;
	}
	.mortgage_rates .fixed_rate{
		width: 50%;
		text-align: left;
	}
}
/* 768 pixel width */
@media screen and (min-width: 768px) {
	h1{
		font-size: 40px;
    line-height: 40px;
    }
	h2{
	    font-size: 35px;
	    line-height: 35px;
	}
	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;
	}
	.menu_list ul.pages li{
		width: 49%;
	}
}
@media screen and (min-width: 885px) {
	.strip01 .third_box {
	    width: 31.11%;
		float: left;
		padding: 0px 1% 40px;
		height: auto;
		color: #fff;
	}
	.strip01 .third_box h1.lender_title{
	    font-size: 26px;
	    margin:10px 0px;
	}
	.strip01 .third_box h2{
	    font-size: 20px;
	    line-height: 20px;
	    margin-top:10px;
	    padding: 0px 0px 10px;
	    border-bottom: 1px dashed #fff;
	}
	.strip01 .third_box p{
	    font-size: 15px;
	}
	.box_list .half {
	    width: 49%;
	}
	.contact_info ul {
	    margin: 5px 0px 15px 0px;
	    width: 33.3333%;
	    float: left;
	}
	.strip01{
		padding: 100px 0px;
	}
	.strip02{
		padding: 150px 0px;
	}
	.strip03{
		padding: 150px 0px;
	}
	.strip04{
		padding: 150px 0px;
	}
	.grid_list .grid_item{
	    width: calc(33.33% - 10px);
	    float:left;
	    /* border:1px solid #BEBEBE; */
	}
}

@media screen and (min-width: 900px) {
}

/* 960 pixel width */
@media screen and (min-width: 960px) {
	h1{
		font-size: 45px;
		line-height: 45px;
    }
	h2{
	    font-size: 35px;
	    line-height: 35px;
	}
	h3{
	    font-size: 30px;
	    line-height: 30px;
	}
	h4{
	    font-size: 26px;
	    line-height: 26px;
	}
	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;
	}
	.mobile_header{
		display: none;
	}
	.full_header{
		display: inherit;
	}
	.header_spacer{
		height: 190px;
	}
	.menu_list ul.pages li{
		width: 32%;
	}
	.image_strip img{
		width: auto;
		float: left;
		padding: 0px 2px;
	}
	.image_strip img.image_clear{
		clear: none;
	}
	.full_header #header_desktop .top_header .logo ul{
		display: inherit;
	}
	img.brent_headshot{
		display: inherit;
	}
}


@media screen and (min-width: 1170px) {
	img.brent_headshot {
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    width: 350px;
	    height: auto;
	}
}
/* 1200 pixel width */
@media screen and (min-width: 1200px) {
	h1{
    font-size: 50px;
    line-height: 50px;
  }
	h2{
	    font-size: 35px;
	    line-height: 40px;
	}
	h3{
	    font-size: 30px;
	    line-height: 30px;
	}
	h4{
	    font-size: 25px;
	    line-height: 25px;
	}
	h5{
	    font-size: 25px;
	    line-height: 25px;
	}
	h6{
	    font-size: 25px;
	    line-height: 25px;
	}
}
/* 1385 */

@media screen and (min-width: 1385px) {
	img.brent_headshot {
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    width: 450px;
	    height: auto;
	}
}







#affordability-calc .social-icons{
	display: none !important;
}
.calc-social-icons{
	display: none !important;
}
.more_holder{
	text-align: center;
	margin: 35px 0px 5px;
}
.more_holder a.and_more{
    color: #FFFFFF;
    text-decoration: none;
    background: #757779;
    padding: 10px 45px;
    margin: 0px auto;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.more_holder a.and_more:hover{
	  background: #010001;
}

.flip_trick {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width:100%;
  max-width: 1400px;
  margin: 0 auto 60px;
}
@media (min-width:1100px) {
    .flip-card {
      background-color: transparent;
      width: calc(33.33% - 20px);
      height: 460px;
      max-width:100%;
      margin: 5px;
      -webkit-perspective: 1000px;
      perspective: 1000px;
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
    }

    .flip-card-front {
      background-color: #757779;
      color: black;
    }

    .flip-card-back {
      background-color: #3f3f3f;
      color: white;
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg);
      z-index: 1;
      display: flex;
      padding:20px;
      align-items: center;
      justify-content: center;
      width: calc(100% - 40px);
    }
}

.flip-card-back a {
    display: inline-block;
    background-color: var(--red);
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    transition:0.3s ease;
}


.flip-card-back a:hover {
  background-color:#3f3f3f;
  color:var(--red);
  transition:0.3s ease;
}

.flip-card-front {
    padding: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
}

.flip-card-front a:nth-of-type(2) {
    color: #000;
    font-weight: 600;
    position: relative;
    top:15px;
}

@media (max-width:1100px) {
    .resources .grid_item {
        width: calc(50% - 10px);
    }

    .flip-card {
        margin: 10px auto;
    }

    .flip-card-front {
        padding: 20px;
    }
    .flip-card-inner {
        text-align: center;
    }
    .flip-card-back a:hover {
        background-color:#000;
        color:#fff;
    }
}

.flip-card-front h3.lender_title {
    margin: 15px 0;
}

@media (max-width:1100px) {
    .flip-card-back {
        display: none;
    }

    .flip-card {
        width: 100%;
    }

    .flip_trick {
        flex-wrap: wrap;
    }
}

span.header-spacer {
    display: flex;
    height: 85px;
    padding-bottom: 20px;
    background-color: #fff;
}

@media (max-width:960px) {
	span.header-spacer {
	    height: 50px;
	    padding: 0;
	}	
}

.home span.header-spacer {
    display: none;
}

.mortgage_sense img {
    width: 200px;
}

@media (min-width:1400px) {
    .jqueryslidemenu {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (max-width:1200px) {
    .mortgage_sense {
        display: none;
    }    
}