@font-face {
    font-family: dmsans;
    src: url(dmsans.ttf);
}

html,body{
overscroll-behavior-x: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-synthesis: none;
}
body{
font-family:dmsans, arial !important;
font-size:15px;
color:#222;
background:#ecf0f1;
margin:0;
padding:0;
}
a:link, a:active, a:visited{
color:#48778c;
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a[href^="tel"]{
color:inherit;
text-decoration:none;
}
img{
border:0;
}
h1{
font-size:18px;
margin:0;
padding:0;
}
h2{
font-size:15px;
font-weight:normal;
margin:0;
padding:0;
}
form{
padding:0;
margin:0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}

#top_bar{
background:#fff;
border-bottom:1px solid #dadbdb;
height:70px;
width:100%;
position:absolute;
top:0;
box-shadow: 0px -7px 14px 2px #979c9d;
}
#outer{
width:1000px;
margin-right:auto;
margin-left:auto;
}
#top_content{
position:absolute;
width:1000px;
height:70px;
top:0;
}

#top_logo{
float: left;
width: 138px;
height: 25px;
padding: 26px 10px 0 0;
}

#top_menu{
list-style: none;
margin: 0;
padding: 0;
margin-left: 20px;
float: left;
}
#top_menu a{
color:#b3bec5;
}
#top_menu > li{
float:left;
padding: 0 10px 0 10px
}
#top_menu > li > img{
width:16px;
float:left;
margin:21px 5px 0 0;
}
#top_menu > li > a{
padding:0;
line-height:60px;
font-size:15px;
}
#top_menu_selected > a{
color:#fff !important;
}

#top_main_button{
float:right;
padding:10px;
font-size:12px;
line-height:12px;
border-radius:3px;
border:1px solid #00b1be;
background: #00b1be;
color:#fff;
text-align:center;
display:block;
margin-top:13px;
cursor:pointer;
}

#search_cont{
width: 340px;
float:left;
margin:15px 0 0 15px;
}
.search_box{
background:#fff;
border:1px solid #5a7c8c;
z-index:1001;
width:300px;
font-size:16px;
height:17px;
padding:12px;
background: #fff url('/includes/img/icons/location.png') no-repeat scroll 5px 9px;
padding-left: 35px;
border-radius:6px;
}
.search_results{
display:none;
font-size:16px;
max-height:300px;
overflow-y:auto;
background:#fff;
border:1px solid #5a7c8c;
border-top:0;
border-radius:0 0 6px 6px;
z-index: 1001;
width:347px;
position: absolute;
}

#dropmenu{
position: relative;
display: inline-block;
float: left;
z-index: 1001;
margin: 11px 10px 0 0;
height:50px;
}
#dropmenu_top{
font-size: 15px;
line-height: 17px;
height: 17px;
padding: 10px;
color: #b4bfc7;
cursor:default;
}
#dropmenu_top a{
color:#fff;
}
#dropmenu_top_icon{
float: left;
margin: -3px 8px 0 0;
width: 24px;
height: 24px;
}
#dropmenu_top_arrow{
float:right;
margin:5px 0 0 5px;
width:16px;
height:16px;
}
#dropmenu_cont{
background: #2e5063;
position: absolute;
width: 425px;
display: none;
box-shadow: 0px 3px 6px -1px #141a1d;
border-top: 1px solid #232e33;
padding: 10px 0 9px 10px;
margin-top: 11px;
text-align:center;
margin-left: -171px;
}
#dropmenu_cont > div > span{
display:block;
line-height:19px;
font-size:15px;
margin-bottom:10px;
color:#fff;
}
#dropmenu_cont > div{
float: left;
margin-right: 10px;
}
#dropmenu_cont > div > div{
line-height: 19px;
font-size: 15px;
margin-bottom: 1px;
padding: 10px;
background: #fff;
text-align:left;
}
#dropmenu_cont > div  > div > img{
width:16px;
margin-right:5px;
float:left;
}
#dropmenu:hover > #dropmenu_cont{
display:block;
}

.top_item{
float:right;
height:70px;
line-height:70px;
margin-left:30px;
font-size:16px;
}
.top_item a{
font-weight: 600;
}

#middle{
overflow:hidden;
margin-bottom:20px;
margin-top:70px;
min-height:400px;
}

#colleft{
float:left;
display:inline;
margin-right:10px;
margin-top:10px;
width:335px;
}
#colright{
float:right;
display:inline;
margin-left:20px;
margin-top:10px;
width:335px;
}
#colcen{
float:right;
display:inline;
margin-top:10px;
width:645px;
}

.cont_top{
overflow:hidden;
font-weight:bold;
padding:0 0 5px 0;
margin:0 0 10px 0;
border-bottom:1px solid #D9D9D9;
color:#555555;
font-size:14px;
}
.cont{
border:1px solid #dadbdb;
border-bottom:2px solid #dadbdb;
overflow:hidden;
background:#fff;
margin-bottom:20px;
border-radius: 10px;
}
.cont_in{
overflow:hidden;
padding:20px;
border-bottom:1px solid #dadbdb;
}
.cont_in h1{
font-size:18px;
display:block;
margin-bottom:3px;
}
.cont_in h2{
display:block;
margin-bottom:3px;
}
.cont_sep{
border-bottom:1px solid #e4e7e8;
}
.cont_title{
display:block;
margin-bottom:5px;
font-size:16px;
font-weight:bold;
}
.cont_description{
font-size:13px;
}
.cont_lineitem{
float:left;
margin-right:20px;
font-size:15px;
}
.cont_lineitem > img{
width:32px;
height:32px;
float:left;
margin:6px 10px 0 0;
}
.cont_lineitem > div{
float:left;
}
.cont_lineitem span{
font-size:13px;
color:#777;
}

.boxc_top{
overflow:hidden;
border:1px solid #e4e7e8;
background:#f6f6f6;
padding:15px;
font-size:14px;
}
.boxc{
overflow:hidden;
background:#fff;
border:1px solid #e4e7e8;
border-top:0;
margin-bottom:12px;
text-align:left;
}
.boxc_in{
overflow:hidden;
padding:10px;
}
.boxc_list{
padding:10px 0 1px 10px;
}
.boxc_list > div{
line-height:18px;
font-size:15px;
margin-bottom:12px;
}
.boxc_list > span{
line-height:18px;
font-size:15px;
font-weight: bold;
margin-bottom:10px;
display:block;
}
.boxc_list > div > img{
width:16px;
height:16px;
margin-right:5px;
float:left;
}

.dropbox{
background:#fff;
border:1px solid #ccc;
border-left:4px solid #50a3c2;
text-align:left;
margin-bottom:10px;
border-radius: 4px;
}
.dropbox_top{
padding:15px 10px 15px 10px;
font-size:15px;
cursor:pointer;
}
.dropbox_top > div{
margin-bottom:3px;
font-size:13px
}
.dropbox_top > img{
float:right;
width:18px;
height:12px;
margin-top:3px;
}
.dropbox_cont{
display:none;
}
.dropbox_list{
padding:0 0 0 10px;
}
.dropbox_list > div{
line-height:18px;
font-size:15px;
margin-bottom:12px;
}
.dropbox_list > span{
line-height:18px;
font-size:15px;
font-weight: bold;
margin-bottom:10px;
display:block;
}
.dropbox_list > div > img{
width:16px;
margin-right:5px;
float:left;
}

.dropdown{
position: relative;
display: inline-block;
float: left;
z-index: 900;
margin-right: 10px;
}
.dropdown_top{
font-size: 15px;
line-height: 17px;
height: 17px;
padding: 10px;
border: 1px solid #ccc;
cursor: default;
border-radius: 4px;
}
.dropdown_top img{
float:right;
margin:5px 0 0 5px;
width:14px;
height:9px;
}
.dropdown_cont{
background:#fff;
position:absolute;
width:100%;
display:none;
box-shadow: 0px 3px 6px -1px #777;
border-top:1px solid #e0e0e0;
padding:10px 0 0 10px;
}
.dropdown_cont > div > span{
display:block;
line-height:19px;
font-size:15px;
margin-bottom:10px;
}
.dropdown_cont > div{
float:left;
margin-right:30px;
}
.dropdown_cont > div > div{
line-height:19px;
font-size:15px;
margin-bottom:10px;
}
.dropdown_head{
line-height:22px;
font-size:15px;
padding:5px;
border-bottom:1px solid #e0e0e0;
background:#f9f9f9;
}
.dropdown_head a{
}
.dropdown:hover > .dropdown_cont{
display:block;
}
.dropdown_list > div{
margin-top:10px;
}
.dropdown_list{
margin:0 0 10px 10px;
max-height:282px;
overflow-y:auto;
}
.dropdown_prop > .dropdown_cont{
width: 150px;
}
.dropdown_cont > div  > div > img{
width:16px;
margin-right:5px;
float:left;
}

.dropscheme{
position: relative;
display: inline;
float:left;
margin-right:20px;
}
.dropscheme:hover > .dropscheme_cont{
display:block;
}
.dropscheme_top{
color:#53778c;
cursor:pointer;
}
.dropscheme_top img{
width:14px;
height:14px;
}
.dropscheme_cont{
background:#fff;
position:absolute;
width:200px;
display:none;
box-shadow: 0px 3px 6px -1px #777;
border-top:1px solid #e0e0e0;
padding:10px 0 0 10px;
z-index: 20;
}
.dropscheme_cont > div > span{
display:block;
line-height:19px;
margin-bottom:10px;
}
.dropscheme_cont > div{
float:left;
margin-right:30px;
}
.dropscheme_cont > div > div{
line-height:19px;
margin-bottom:10px;
}

.expert_image{
width:64px;
height:64px;
margin-bottom:10px;
}

#home_contact{
background: #5a7c8b;
overflow: hidden;
font-size: 18px;
color: #fff;
}
#home_contact > div{
margin: auto;
width: 1000px;
height: 70px;
line-height: 70px;
}
#home_contact > div > img{
float:left;
height:50px;
width:50px;
margin:10px 15px 0 0;
}

#footer{
overflow:hidden;
z-index:-1000;
background:#ecf0f1;
border-top:2px solid #54707e;
}
#footer a{
color:#c1d3db;
}
.footer_top{
background:#353c40;
width:100%;
}
.footer_top_content{
overflow:hidden;
margin:auto;
width:1000px;
padding:10px 0 10px 0;
}
.footer_content{
overflow:hidden;
margin:auto;
width:1000px;
padding:10px;
font-size:13px;
}
#footerlogo{
width:36px;
height:40px;
float:left;
margin-right:15px;
}

.form_input{
width:calc(100% - 22px);
margin-bottom:10px;
display:block;
background: #ffffff;
border: 1px solid #ccc;
padding: 10px;
color:#222;
font-size:15px;
border-radius:3px;
}
.form_button{
background:#036290;
padding:0 5px 0 5px;
height:26px;
font-size:15px;
color:#ffffff;
cursor:pointer;
}
.form_button_big{
background:#198762;
border:0;
padding:13px;
font-size:16px;
font-weight: 600;
text-align:center;
color:#fff !important;
border-radius:2px;
cursor:pointer;
display:block;
border-radius: 4px;
}
.form_button_big_2{
background:#fff;
border:0;
padding:13px;
font-size:16px;
font-weight: 600;
text-align:center;
color:#036290 !important;
border:1px solid #036290;
border-radius:2px;
cursor:pointer;
display:block;
border-radius: 4px;
}

.icon_button{
padding: 10px;
overflow: hidden;
line-height: 24px;
background:#3c738b;
color:#fff !important;
margin: auto;
border-radius: 4px;
font-size:16px;
font-weight: 600;
}
.icon_button > img{
float:left;
margin-right:6px;
height:24px;
width:24px;
}

.success{
background:#4A833F;
color:#fff;
}
.error{
background:#B13D2E;
color:#fff;
}

.popbox{
display:none;
position:fixed;
top:75px;
left:50%;
margin-left:-200px;
width:400px;
height:auto;
z-index:10001;
overflow:auto;
background:#ecf1f3;
text-align:left;
box-shadow: #000 0px 0px 6px;
border-radius:4px;
}
.popbox_fade{
z-index:10000;
position:fixed;
top:0%;
left:0%;
width:100%;
height:100%;
background-color: #000;
opacity:.80;
}
.popbox_header{
overflow:hidden;
background:#e3e8eb;
border-bottom:1px solid #e9e9e9;
padding:15px;
color:#777;
font-size:15px;
border-radius:4px 4px 0 0;
}
.popbox_header img{
float:right;
cursor:pointer;
}
.popbox_content{
padding:20px;
}


#bg_browse_static {
height: 60px;
width: 100%;
top:71px;
left: 0;
margin-left: 0;
position: absolute;
z-index: -1;
background: #dde6e9;
border-bottom:1px solid #dadbdb;
}

#browseheader{
height:80px;
}
#browseheader_title{
padding:20px 0 0 0;
font-size:17px;
font-weight: bold;
}
#browseheader_title img{
float:left;
height:20px;
width:20px;
margin:1px 5px 0 0;
}
#browseheader_title h1{
margin-top:2px;
display: inline;
font-size:17px;
}
#browseheader_nav{
float: right;
padding-top:22px;
font-size:14px;
}
#browseheader_nav a{
color:#fff;
text-decoration: underline;
}
#browsefilter{
margin-top: 20px;
height: 60px;
background: #fff;
border:1px solid #cfdbe1;
border-radius: 10px; 
}
#browsefilter_img{
float:left;
margin: 3px 10px 0 0;
width:32px;
height:32px;
}

#browseheader2{
}
#browseheader2_title{
padding: 10px 0 5px 0;
}
#browseheader2_title h1{
font-size:28px;
color:#444;
}
#browseheader2_nav{
padding: 10px 0 0px 0;
color: #444;
font-size: 14px;
}
#browseheader2_nav a{

}

#orderby{
float:right;
font-size:14px;
line-height:38px;
}
.orderby_item{
margin-left:10px;
display:inline;
}
.orderby_item_selected{
background:#ecf0f2;
padding:8px;
border-radius:6px;
}

.browsetag{
float:left;
background: #fff;
border-radius: 6px;
margin-right: 15px;
margin-bottom:15px;
border: 1px solid #dadbdb;
}
.browsetag_img{
border-radius: 6px 0 0 6px;
height:34px;
width:24px;
float:left;
background:#dadbdb;
text-align:center;
}
.browsetag_img > img{
width:16px;
height:16px;
margin-top: 9px;
}
.browsetag_cont{
float:left;
height: 34px;
line-height: 34px;
padding:0 8px 0 8px;
font-weight: bold
}


#browselist{
overflow:hidden;
}
.browselist_cont{
width: 643px;
background: #fff;
margin-bottom:20px;
border-radius: 8px;
border:1px solid #fff;
border-bottom: 1px solid #dadbdb;
padding: 0;
}
.browselist_thumb_cont{
float: left;
width: 290px;
height: 196px;
overflow: hidden;
position: relative;
border-radius: 8px;
margin:5px 0 5px 5px;
background-repeat: no-repeat;
background-position: center;
background-image: url(/includes/img/loading_bar.gif);
background-color:#4f5558;
}
.browselist_thumb img{
width:290px;
min-height: 100%;
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
margin: auto;
filter: saturate(1.2) contrast(1.1) brightness(1.1);
}
.browselist_thumb img:hover{
filter: saturate(1.1) contrast(1.1) brightness(1.2);
}

.browselist_in{
overflow:hidden;
padding:12px 12px 0 12px;
}
.browselist_options{
text-align:center;
overflow:hidden;
padding:8px;
background:#ecf0f2;
font-size:14px;
}
.browselist_options_in{
width:33.33%;
float:left;
}
.browselist_options_in > div{
vertical-align:middle;
display:inline;
color:#516069;
font-weight: bold;
cursor:pointer;
}
.browselist_options_in > img{
vertical-align:middle;
width:15px;
height:15px;
}

.browselist_ltag{
border-radius: 3px;
position: absolute;
top: 10px;
left: 10px;
margin: auto;
z-index: 10;
background: #222;
color: #fff;
font-size: 13px;
padding: 5px;
opacity: 0.8;
}

.browselist_info{
position: absolute;
bottom:0;
width: 100%;
color:#fff;
font-weight:bold;
font-size:13px;
text-shadow: 1px 1px 1px #000;
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.browselist_info > div{
padding:10px;
padding-top:20px;
overflow: hidden;
}

.browselist_details{
font-size:15px;
color:#222;
border-bottom: 1px solid #dee1e2;
background: #e4eaec;
}
.browselist_detail{
float:right;
margin-left:12px;
}
.browselist_detail > img{
float:left;
margin-right: 6px;
width:15px;
height:15px;
}
.browselist_title{
height: 60px;
font-weight: 600;
color:#444;
}
.browselist_description{
font-size: 13px;
height: 52px;
overflow: hidden;
color: #7b8084;
}
.browselist_bottom{
padding:12px;
margin-left: 12px;
border-radius:0 0 8px 0;
border-top:1px dashed #dadbdb;
}
.browselist_price{
color:#1c8474;
font-weight: bold
}
.browselist_button{
padding: 6px;
overflow: hidden;
line-height: 20px;
margin-top:2px;
float: right;
background: #48778c;
color: #fff !important;
border-radius: 4px;
font-size: 15px;
font-weight: bold;
text-align: center;
cursor: pointer;
}

.browselist_location{
}
.browselist_location > div > img{
float:left;
width:13px;
height:13px;
margin:1px 3px 0 0;
}
.browselist_location a{
color:#999;
font-size:13px;
float:left;
}

#browselist_nav{
margin-top:20px;
margin-bottom:50px;
text-align:center;
}
#browselist_nav a{
background:#036290;
border:1px solid #036290;
color:#fff;
padding:15px;
margin-left:10px;
font-weight: bold;
border-radius:4px;
font-size:15px;
}








.slider_nav_r{
width:30px;
position:absolute;
top:0;
bottom:0;
right:0;
margin: auto;
z-index:10;
cursor:pointer;
}
.slider_nav_l{
width:30px;
position:absolute;
top:0;
bottom:0;
left:0;
margin: auto;
z-index:10;
cursor:pointer;
}
.slider_nav_r > div{
font-size: 34px;
line-height: 34px;
text-align: center;
font-weight: bold;
color: #111519;
background: #fff;
border: 1px solid #bbb;
border-right: 0;
border-radius: 5px 0 0 5px;
height: 40px;
width: 30px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
user-select: none;
opacity:0.8;
}
.slider_nav_l > div{
font-size: 34px;
line-height: 34px;
text-align: center;
font-weight: bold;
color: #111519;
background: #fff;
border: 1px solid #bbb;
border-left:0;
border-radius: 0 5px 5px 0;
height: 40px;
width: 30px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
user-select: none;
opacity:0.8;
}