/* CSS document */


.topratedlocal-widget .trl-badge { display:none !important; }
#trl-badge-poweredby { display:none !important; }
.mceContentBody { margin:8px !important; display:block !important; width:auto !important;}
.fa { display:none !important; }

/* jQuery UI - v1.9.2 */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0;  }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-tooltip { padding: 8px; position: absolute; background:#fff; z-index: 9999; max-width: 600px; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; }

.ui-slider { position: relative; text-align: left; background: #efefef; z-index: 1; padding:0 !important; border-radius: 2px; }
.ui-slider { box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset; }
.ui-slider .ui-slider-handle, .ui-slider .ui-slider-handle.ui-state-focus { background: url(/images/ui_slider/slider_handles.png) 0px -23px no-repeat !important; position: absolute; z-index: 2; width: 23px; height: 23px; cursor: default; border: none; outline: none; box-shadow: none; }
.ui-slider  .ui-state-hover, .ui-slider .ui-state-active { background-color:transparent !important; }
.ui-slider .ui-slider-range { background: #a3cae0; box-shadow: 0 1px 2px rgba(17,35,45,0.6) inset; position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; border-radius: 2px; }


.ui-slider-horizontal { height: 5px; }
.ui-slider-horizontal .ui-slider-handle { top: -9px; margin-left: -13px; border:none !important; background-color:transparent !important; }
.ui-slider-horizontal .ui-slider-handle.ui-state-hover,.ui-slider-horizontal .ui-slider-handle.ui-state-active { background: url(/images/ui_slider/slider_handles.png) 0px 0px no-repeat !important; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: 5px; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -8px; margin-left: 0; margin-bottom: -13px; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


* html .ui-tooltip { background-image: none; }
body .ui-tooltip { border-width: 2px; }


* { margin:0px; padding:0px; outline: none !important;}
html { overflow-x:hidden;overflow-y:scroll; }
html.overflow-hidden, html.nmodal-open  { overflow:hidden; }
html {
	--uv-black:#000000;
	--uv-white:#ffffff;
	--uv-gray-3:#333333;
	--uv-gray-4:#444444;
	--uv-gray-7:#777777;
	--uv-gray-9:#999999;
	--uv-blue-f:#0000ff;
	--uv-blue-sp-1:#008db4;
	--uv-blue-sp-2:#0088cc;
	--uv-red-f:#ff0000;
	--uv-orange:#f89406;
	--uv-green-sp-1:#468847;
}

body{font-size:12px;color:#333;font-family:"Open Sans", helvetica, arial, sans-serif;background-color:#ffffff;width:100%;}
html.nsc, .noselect_ { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
button, a, a:link, a:visited { cursor:pointer; outline:none; text-decoration:none; }
button::-moz-focus-inner { border: 0; }
.btn .svg.pull-left { margin-top:3px; }

a:hover{text-decoration:underline;}
.disabled { opacity:.4 !important; cursor:default !important;}
.ac { text-align:center !important; }
.al { text-align:left !important; }
.ar { text-align:right !important; }
.aj { text-align:justify !important; }
.acm, .acx, .acxl { width: 80%; min-width: 300px; margin: 20px auto; overflow:hidden; } .acxl { width: 90%; } .acxl { width: 95%; }
.normal { font-weight:300 !important; }
.bold { font-weight:600 !important; }
.bolder { font-weight:700 !important; }
img { border: 0px none; }
img.loading { width:16px; height:16px; border:0; background:url(/images/loading13.gif) no-repeat; visibility:hidden; display:inline-block; }
svg.svg, .svg { display:inline-block; vertical-align:middle; width:16px; height:16px; fill:var(--uv-black); }
img.svg { display:inline-block; vertical-align:middle; width:16px; height:16px; }
img.svg.svg-top { vertical-align:top; }
.svg.svg-sm { width:13px; height:13px; }
.svg.svg-md { width:32px; height:32px; }
.svg.svg-lg { width:64px; height:64px; }
.svg-ld { background:url(/css/svg/circle-notch.svg) 50% 50% no-repeat !important; }
.svg-spin { -webkit-animation: svg-spin 2s infinite linear; animation: svg-spin 2s infinite linear; }
.svg.svg-inv { filter: invert(1); }
.svg.fill-gray-4 { fill:var(--uv-gray-4); }
.svg.fill-gray-7 { fill:var(--uv-gray-7); }
.svg.fill-gray-9 { fill:var(--uv-gray-9); }
.svg.fill-blue-f { fill:var(--uv-blue-f); }
.svg.fill-blue-sp-1 { fill:var(--uv-blue-sp-1); }
.svg.fill-blue-sp-2 { fill:var(--uv-blue-sp-2); }
.svg.fill-white { fill:var(--uv-white); }
.svg.fill-red-f { fill:var(--uv-red-f); }
.svg.fill-orange { fill:var(--uv-orange); }
.svg.fill-green-sp-1 { fill:var(--uv-green-sp-1); }
svg.svg-shd-1 { filter: drop-shadow(1px 1px 0px #000); }

@-webkit-keyframes svg-spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } }
@keyframes svg-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }

.loading-line { min-height:16px; border:0; background:url(/images/loading-line.gif) 50% 50% no-repeat; }
.relative { position:relative; }
.pointer { cursor:pointer; }
.pad10 { padding:10px; }
.pad20 { padding:20px;}
.vpad10 { padding:10px 0; }
.vpad20 { padding:20px 0; }
.hpad10 { padding:0px 10px; }
.hpad20 { padding:0px 20px; }
.sp5 { display:block; height:5px; }.sp10 { display:block; height:10px; }.sp20 { display:block; height:20px;  }.sp30 { display:block; height:30px;  }.sp40 { display:block; height:40px;  }.sp50 { display:block; height:50px; }.sp60 { display:block; height:60px; }.sp80 { display:block; height:80px; }.sp100 { display:block; height:100px; }

.wrap { position: relative; margin: 0 auto; min-width:480px;}
.wrap .grid { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.the { margin-bottom: 20px; }
.span8.content, .span4.right-column { margin-top:15px; }

.fluid {width: 100%;}
.fluid:before, .fluid:after { display: table; content: ""; line-height: 0; }
.fluid:after { clear: both; }
.fluid [class*="wfl"] { margin-left: 2.127659574468085%; display: block; width: 100%;min-height:30px; -webkit-box-sizing: border-box;box-sizing: border-box; float: left; }
.fluid [class*="wfl"]:first-child, .fluid .first-child, .fluid .wfl-nmg[class*="wfl"] {margin-left: 0 !important;}
input[class*="wfl"],select[class*="wfl"],textarea[class*="wfl"],.uneditable-input[class*="wfl"],.fluid input[class*="wfl"],.fluid select[class*="wfl"],.fluid textarea[class*="wfl"],.fluid .uneditable-input[class*="wfl"]{float:none;margin-left:0;display: inline-block;}

.fluid .wfl12 {width: 100%; }
.fluid .wfl11 {width: 91.48936170212765%; }
.fluid .wfl10 {width: 82.97872340425532%; }
.fluid .wfl9 {width: 74.46808510638297%; }
.fluid .wfl8 {width: 65.95744680851064%; }
.fluid .wfl7 {width: 57.44680851063829%; }
.fluid .wfl6 {width: 48.93617021276595%; }
.fluid .wfl5 {width: 40.42553191489362%; }
.fluid .wfl4 {width: 31.914893617021278%; }
.fluid .wfl3 {width: 23.404255319148934%; }
.fluid .wfl2 {width: 14.893617021276595%; }
.fluid .wfl1 {width: 6.382978723404255%; }
.fluid .ofl12 {margin-left: 104.25531914893617%; }
.fluid .ofl11 {margin-left: 95.74468085106382%; }
.fluid .ofl10 {margin-left: 87.23404255319149%; }
.fluid .ofl9 {margin-left: 78.72340425531914%; }
.fluid .ofl8 {margin-left: 70.2127659574468%; }
.fluid .ofl7 {margin-left: 61.70212765957446%; }
.fluid .ofl6 {margin-left: 53.191489361702125%; }
.fluid .ofl5 {margin-left: 44.68085106382979%; }
.fluid .ofl4 {margin-left: 36.170212765957444%; }
.fluid .ofl3 {margin-left: 27.659574468085104%; }
.fluid .ofl2 {margin-left: 19.148936170212764%; }
.fluid .ofl1 {margin-left: 10.638297872340425%; }

.fluid .ofl12:first-child {margin-left: 102.12765957446808%; }
.fluid .ofl11:first-child {margin-left: 93.61702127659574%; }
.fluid .ofl10:first-child {margin-left: 85.1063829787234%; }
.fluid .ofl9:first-child {margin-left: 76.59574468085106%; }
.fluid .ofl8:first-child {margin-left: 68.08510638297872%; }
.fluid .ofl7:first-child {margin-left: 59.574468085106375%; }
.fluid .ofl6:first-child {margin-left: 51.063829787234035%; }
.fluid .ofl5:first-child {margin-left: 42.5531914893617%; }
.fluid .ofl4:first-child {margin-left: 34.04255319148936%; }
.fluid .ofl3:first-child {margin-left: 25.53191489361702%; }
.fluid .ofl2:first-child {margin-left: 17.02127659574468%; }
.fluid .ofl1:first-child {margin-left: 8.51063829787234%; }

.wa{width:auto;}.w5 {width:5%;}.w10 {width:10%;}.w15 {width:15%;}.w20 {width:20%;}.w25 {width:25%;}.w30 {width:30%;}.w35 {width:35%;}.w40 {width:40%;}.w45 {width:45%;}.w50 {width:50%;}.w55 {width:55%;}.w60 {width:60%;}.w65 {width:65%;}.w70 {width:70%;}.w75 {width:75%;}.w80 {width:80%;}.w85 {width:85%;}.w90 {width:90%;}.w95 {width:95%;}.w100 {width:100%;}
.of1{margin-left:1%;}.of5{margin-left:5%;}.of10{margin-left:10%;}.of15{margin-left:15%;}.of20{margin-left:20%;}.of25{margin-left:25%;}.of30{margin-left:30%;}.of35{margin-left:35%;}.of40{margin-left:40%;}.of45{margin-left:45%;}.of50{margin-left:50%;}.of55{margin-left:55%;}.of60{margin-left:60%;}



h1,h2,h3,h4,h5,h6,strong,b { font-weight:600; }
font[size="4"] { font-size:17px; font-weight:600;}
.font-110 { font-size:110% !important; }
.font-85, .small { font-size:85% !important; }
.font-med { font-size:18px; }
.font-medex { font-size:22px; }
.mobile-block, .mobile-inline, .mobile-iblock { display:none; }


.wrap:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,.clearfix:after,.the:before,.the:after { content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }
.the:after,.clearfix:after {clear: both;}
.clear {content: "\0020"; clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;margin:0px !important;}
.transition { transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.transition3 { transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; }

.sep_ { border-bottom:1px dashed #dcdcdc; }
.sept_ { border-top:1px dashed #dcdcdc; }

.grid.alpha { margin-left: 0; }
.grid.omega { margin-right: 0; }


.cinherit { color:inherit !important;text-decoration:none !important;}
.corange { color:#F45A26 !important; }
.cgreen { color:#72B400 !important; }
.clgreen { color:#99cc00 !important; }
.cblue { color:#1500ED !important; }
.cblue8 { color:#08c !important; }
.cblue6 { color:#0066ff !important; }
.cred { color:#ff0000 !important; }
.credg { color:#ff6000 !important; }
.cwhite { color:#fff !important; }
.cblack { color:#000 !important; }
.cnavy { color:#009 !important; }
.cgray { color: #999 !important; }
.uline_, a.uline_ { text-decoration:underline; }
.uline_:hover, a.uline_:hover { text-decoration:none; }
.uhover_, a.uhover_ { text-decoration:none !important; }
.uhover_:hover, a.uhover_:hover { text-decoration:underline !important; }
.unone_, .unone_:hover { text-decoration:none; }
.sbig_ { font-size:15px !important; }
.sbig_ h1, .sbig_ b font a { line-height:30px;}
.center { text-align:center !important;}
.left { text-align:left !important;}
.right { text-align:right !important;}
.spsolid { border-top:1px solid #ddd !important; }
table.pad2 td { padding:2px !important; }
table.pad4 td { padding:4px !important; }
table.pad6 td { padding:6px !important; }

.cbig { font-size:15px; font-weight:600; }

.cleft, .cright { float:left;}
.block_ { display:block !important; }
.iblock_ { display:inline-block !important; }
.bg_lgrey_ { background-color:#e8e8e8 !important; }
.exterrior-fs { background:#fff url(/images/back-fs.png) repeat-x; min-width:960px;}
.interrior { min-height:700px; }

.extfs_ { min-width:650px; margin:10px auto; background:#fff none !important;}
.intfs_ { width:650px; margin:0px auto; }
.headfs_ { display:block; width:520px; height:85px;background:url(/images/USEDvending-machine-sales-logo.png) 10px 5px no-repeat; }

.intfs_ .content .cbox { margin-left:6px;}


.hold_, .holdp_ { min-width:480px; }
.nowrap { width:110%; }
.nw_ { white-space:nowrap; }

.uv-blue { background: #3bc4e6; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008db4), color-stop(100%,#16c4ef)); 
	background: -webkit-linear-gradient(top,  #008db4 0%,#16c4ef 100%); 
	background: linear-gradient(to bottom,  #008db4 0%,#16c4ef 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008db4', endColorstr='#16c4ef',GradientType=0 ); 
}
.uv-blue-200 { background: #3bc4e6; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008db4), color-stop(200%,#16c4ef)); 
	background: -webkit-linear-gradient(top,  #008db4 0%,#16c4ef 200%); 
	background: linear-gradient(to bottom,  #008db4 0%,#16c4ef 200%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008db4', endColorstr='#16c4ef',GradientType=0 ); 
}
.uv-light-blue { background:#5cdbfb; 
	background-image:-webkit-gradient(linear, left top, left bottom, from(#b3eefd), to(#22c9f3)); 
	background-image:-webkit-linear-gradient(top, #b3eefd, #22c9f3); 
	background-image:linear-gradient(top, #b3eefd, #22c9f3);
}
.uv-gold { background: #f2d13a; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2d13a), color-stop(49%,#d3b224), color-stop(100%,#d3b224)); 
	background: -webkit-linear-gradient(top,  #f2d13a 0%,#e7a622 49%,#d3b224 100%); 
	background: linear-gradient(to bottom,  #f2d13a 0%,#d3b224 49%,#d3b224 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d13a', endColorstr='#d3b224',GradientType=0 ); 
}
.uv-silver { background-color: #fafafa;  
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.uv-dark { background-color:#1b1b1b;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image:-webkit-linear-gradient(top, #222222, #111111);
	background-image:linear-gradient(to bottom, #222222, #111111);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.mdr-radio { position: relative; display: inline-block; }
.mdr-radio input { position: absolute !important; left: 0 !important; top: 0 !important; width: 100%; height: 100%; z-index: 5; opacity: 0 !important; cursor: pointer; }
.mdr-radio .bullet { position: relative; display:inline-block; vertical-align:top; margin: 0 5px; width: 26px; height: 26px; background: #fff; border: 2px solid #0088cc; border-radius: 50%; vertical-align: top; }
.mdr-radio .bullet::after { content: ''; position: absolute; z-index: 2; top: 3px; left: 3px; right: 3px; bottom: 3px; background: #489fe5; border-radius: 50%; opacity: 0; transition-duration: 0.3s; transition-timing-function: ease;-webkit-transform: scale(0.5); transform: scale(0.5); transition-property: opacity, transform; }
.mdr-radio input:checked + .bullet::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.mdr-radio span { display:inline-block; vertical-align:top; margin-top:3px; }

input.alert-input { background-color:#f5ff1a; }

.dropdown-menu li a { font-weight:bold; font-size:12px;}
.dropdown-menu li.no-link { cursor:default; }
.dropdown-menu>li.no-link a { cursor:default !important; }
.dropdown-menu li.no-link a:hover {  }
.dropdown-menu [class*="pad"] { display:none; height:1px; }
.dropdown-menu [class*="pad"] a { font-weight:normal; }
.dropdown-menu li.pad1 a { padding-left:40px;  }
.dropdown-menu li.pad2 a { padding-left:60px;  }


#header { position:relative; z-index:61;}
#header:before { content:"";display:block; height:5px; background:#23b9e1;box-shadow:inset 0 -1px 1px #1fb2dc; position:relative;z-index:1;}
#header:after { content:"";display:block; height:4px; background:#008ab1;box-shadow:inset 0 0px 3px #00b9e5; border-top:1px solid #18c9f6; }

#page-fixed-nav { position:fixed; visibility:hidden;width:100%;height:36px;z-index:65;top:-80px; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; }
#page-fixed-nav.shown { top:0px; visibility:visible; box-shadow:0 8px 10px rgba(0,0,0,.2); }
#page-fixed-nav .dline-logo { position:absolute;left:50px;top:3px;width:137px; }
#page-fixed-nav .dline-contact { position:absolute;left:210px;top:5px; color: #fff; font-size: 20px; text-decoration:none; }
#page-fixed-nav .dline-contact span { display:inline-block; vertical-align:top; }
#page-fixed-nav .dline-contact .phone-icon { color: #fff; border: 1px solid #fff; border-radius: 50%; width:21px; height:21px; text-align: center; line-height:20px; margin:1px 4px 0 0; box-shadow: 0 0 1px #fff; }
#page-fixed-nav #header_nav_cp { position:absolute; right:50px; top: 5px; margin: 0; }
#page-fixed-nav .zn-res-trigger { left: auto; right: 10px; top: 3px; display:none; }

.right-column .rbox.me_first_box_ { padding:0; }
.me_first_box_ .side-me-first { display:block; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.me_first_box_ .side-me-first:hover { background:#ffff60; }
.me_first_box_ .side-me-first span { display:block; text-align:center; color:#00f; background:#ffff60; padding:0; line-height:20px;text-decoration:underline; white-space:nowrap; font-size:14px; }

.me-first-ad { width:317px; display:block; margin:0px auto; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.me-first-ad img { width:100%; }
.me-first-ad span { display:block; text-align:center; color:#00f; background:#ffff60; padding:0; line-height:20px;text-decoration:underline; white-space:nowrap; font-size:14px; }
.me-first-ad:hover { background:#ffff60; }


#header .container { position:relative; }
#header .nxa { float: left; width: 215px; margin-left: 15px; min-height: 2px; position:relative; }
#header .nxb { margin-left: 220px; min-height: 2px; position:relative; text-align:right; white-space:nowrap; }
.ext-header-nxc { text-align:center; background:#f2d13a; position: relative; z-index: 60; }
.ext-header-nxc .hd-we { text-align:center; color:#262626; padding:2px 0; font-size:18px; font-weight:900; }

#header .hd-form { display:block; text-align:left; width:600px; margin:10px 0px 15px 0; color:#fff;  }
#header .hd-form form { padding:0; margin:0; }
#header .hd-form strong { display:block; padding:3px;margin:0;height:auto; font-size:17px; color:inherit; text-shadow:0 0 1px #333;}
#header .hd-form select { font-size:12px; width:100%; padding:3px;height:auto; line-height:22px;}
#header .hd-form .select { margin:0px 7px 7px 0; width:45%; display:inline-block; vertical-align:top; }
#header .hd-form .select.long { width:57%; }
#header .hd-form .select .btn-group { font-size:12px; }
#header .hd-form .select .btn-group .btn { font-size:12px; padding:2px 12px; display:block; text-align:left; }
#header .hd-form .select .btn-group .dropdown-menu { width:100%; font-size:12px;}
#header .hd-form .dropdown-menu li a { line-height:30px; font-size:13px;}
#header .hd-form input[type="text"] { display:inline-block; vertical-align:top; margin:0px 7px 0px 0; width:25%; font-size:14px; height:36px; padding:0px 10px; line-height:30px; border-color: #aaa; -webkit-box-sizing:border-box;box-sizing:border-box; }
#header .hd-form .btn-search { display:inline-block; vertical-align:top; padding:0; width:38px;height:36px;line-height:28px;text-align:center; border-color: #aaa; }
#header .hd-form .select .btn-group { width:90%; }
#header .hd-form .select .btn { display:block;text-align:left; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; border-color: #aaa; height: 26px; line-height: 26px;}
#header .hd-form .select .btn .caret { margin-top:12px; }
#header .hd-form .select .dropdown-menu { width:100%; min-width:300px; max-height: 320px; overflow-y: auto; margin:0; border-radius:0; }
#header .hd-form .select.se-dist .dropdown-menu { min-width:155px; }
#header .hd-form .select.se-dist li a { padding:2px 15px; line-height: 26px; font-size: 12px; }
.mbdoc .dropdown-menu.category-menu { max-height: 320px; overflow-y: auto; }

#header .hd-buy { position: relative; float:left; padding:42px 0 0px 20px; color: #fff; width: 360px; text-align: left; }
#header .hd-buy h1.buy-or-sell, #header .hd-buy h2.buy-or-sell { font-size: 27px; display: inline-block; vertical-align: top; }
#header .hd-buy h1.buy-or-sell a, #header .hd-buy h2.buy-or-sell a { color:inherit; border-bottom: 2px solid #fff; line-height: 1.1; display: inline-block; text-decoration:none; }
#header .hd-buy h1.buy-or-sell a:hover, #header .hd-buy h2.buy-or-sell a:hover { border-color:transparent; }
#header #hd-slider { width: 460px; display: block; margin:0px; height: 48px; overflow: hidden; color: #fff; position:relative; left:-1px;top:0px; }
#header #hd-slick { background:transparent none; }
#header #hd-slick h1, #header #hd-slick h1 a,
#header #hd-slick h2, #header #hd-slick h2 a,
#header #hd-slick h3, #header #hd-slick h3 a { text-indent:5px; color:#fff; white-space:nowrap; background:transparent none; font-size:26px; line-height:41px; font-weight: 700; text-shadow: 1px 1px 1px rgba(0,0,0,.3); border:0px none; overflow: hidden;}

#header .hd-nav-plus { position:absolute; top:4px; right:10px; left: 0; }
#header .hd-share { display:inline-block; vertical-align:top; width:110px; white-space: nowrap; position: absolute; left: -206px; top: 165px; }
#header .hd-share .snet-btn { display:inline-block; vertical-align:top; position: relative; z-index: 20; width: 22px;height: 22px; margin: -1px 8px 0px 0px; border:1px solid rgba(255,255,255,.5); border-radius:1px;  color:#fff; text-shadow: 1px 1px 1px rgba(0,0,0,.25); text-align:center; line-height: 21px; font-size: 15px; transition: all 0.1s ease-in 0s; }
#header .hd-share .facebook_ { margin-right:5px; }
#header .hd-share .fb-like { display:inline-block; vertical-align:top; min-width:75px; min-height:20px; }

#header .hd-share .facebook_:hover { background: #3b5998; }
#header .hd-share .twitter_:hover { background: #55acee; }
#header .hd-share .pinterest_:hover { background: #bd081c; }
#header .hd-share .instagram_:hover { background: #f2d13a; }

#header .hd-contact { display:inline-block;vertical-align:top; text-align:left; width:128px; color:#f2d13a; text-shadow:0 0 1px #333; margin:2px 0 0 40px; font-size:16px; line-height:28px; font-weight:bold; }
#header .hd-contact strong, #header .hd-contact .hdi { min-width:10px; min-height:24px; font-weight:900; font-size:18px; white-space: nowrap; }
#header .hd-contact * { color:inherit !important; }
#header .hd-contact .phone-icon { border: 2px solid #fff; border-radius: 50%; width: 23px; display: inline-block; vertical-align: top; text-align: center; height: 22px; line-height: 20px; margin: 0px 5px 0 0; font-size: 16px; }

#header .hd-ref { position:absolute; top:48px; right:20px; z-index:4; width:480px; text-align:right; }
#header .hd-bns { position:absolute; top:116px; right:0px; z-index:4; width:320px; opacity:1; visibility:visible;  }
#header .hd-references a { font-weight:900; font-size:20px; text-decoration:none; color:#00f; line-height:20px; border-bottom:1px dotted #00f; }
#header .hd-references a:hover { border-bottom:1px dotted transparent; }
#header .hd-logo { display:block; width:215px; position:relative; top:26px; left:0; z-index:10; margin:0 0 10px 0; }

#header.fixed-support { margin-bottom:220px; }

/* top alert message */
#hdrwarntmp { position:fixed;top:0;left:0;right:0;padding:10px 46px 10px 10px;font-size:14px;z-index:100; text-align:center;border-bottom:1px solid #999;white-space:nowrap; visibility:hidden; }
#hdrwarntmp.visible { visibility:visible; }
#hdrwarntmp>div { display:inline-block;vertical-align:top;white-space:initial; }
#hdrwarntmp .close_ { display:inline-block;vertical-align:top;margin:-6px 0 0 3px;width: 32px;height: 32px;text-align: center;line-height: 31px;text-decoration: none;background:#fff;border: 1px solid #ccc;font-size: 20px; }

@media (max-width:1199px){
	#header #hd-slick h1, #header #hd-slick h1 a,
	#header #hd-slick h2, #header #hd-slick h2 a,
	#header #hd-slick h3, #header #hd-slick h3 a { font-size:22px; }
	
	#header .hd-bns { top: 40px; right:20px; width:280px; }
	#header .hd-ref { top: 128px; right:25px; text-align:right; }
	#header .hd-references a { font-size:18px; }
}
@media (max-width:979px){
	#header .hd-buy { width:auto; float:none; display:block; }
	#header .hd-contact { position: absolute; right: 84px; top: 48px; }
	#header .hd-bns { opacity:0; visibility:hidden;  }
	
}
@media (max-width:950px){
	#page-fixed-nav .dline-contact { display:none; }
}
@media (max-width:767px){
	#header .hd-buy { padding-top:22px; }
	#header .hd-ref { display:none; }
	#header .hd-bns { display:none; }
	#header .hd-form { margin-top:12px; width:100%; }
	#header #hd-slider { display:none; }
	#header .hd-contact { right: 84px; top: 48px; }
	#header .hd-references { display:none; }
}
@media (max-width:646px){
	#header .hd-logo { width:150px; }
	#header .nxa { width:150px; }
	#header .nxb { margin-left:155px; }
}
@media (max-width:600px){
	#header .hd-logo { top:12px; }
	#header .hd-form { width:auto; margin:32px 0 10px -150px; }
	#header .hd-buy .buy-or-sell { visibility:hidden; }
	.ext-header-nxc .hd-we { font-size: 15px; }
	
}

.btn.dropdown-toggle .caret { float:right;margin-left:8px; }
.btn .pull-right { margin-top:3px; }
.btn .fa.pull-right { margin-top:5px; }
.btn i.pull-left { float:left; margin-top:3px; margin-left:0; margin-right:-14px; }


#slideshow {position: relative; top: 0; z-index: 0;}
#slideshow:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1;background-image: url(/images/sliders/glare-effect.png); background-repeat: no-repeat; background-position: center top;}
#slideshow.noGlare:after {background-image:none;}
#slideshow.hasMargin {margin-bottom:40px;}
#slideshow.gradient {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	background-color: #345370;
}
#slideshow ul {list-style:none;}





/* content */
.content { font-size:15px; color:#333; margin-bottom:20px;}
.content.span12 { border:0px none; }
.content .text { font-size:15px;line-height:18px;color:#333; }
.content .cbox { padding-top:8px; margin:0px 10px; }
.content .cbox #uv-tiles { margin:0px -10px; }
.content .cbox .pad { margin:1px auto; }
.content .cpad_ { padding:8px 0px; }
.content .cbox .boxpad { margin: 0px 40px 0px 0px;}
.content .cbox h1 { font-size:23px;padding-bottom:5px; }
.content .cbox h1.x30, .content .cbox h2.x30 { font-size:30px; }
.content .cbox h1.x36 { font-size:36px; }
.content .cbox h1.x42 { font-size:42px; }
.cbox h5 { display:block; height:28px; background:transparent none; border-bottom:1px solid #1accf9; margin-bottom:15px; }
.cbox h5 strong { background:#1accf9; height:28px; font-weight:600;color:#fff; font-size:15px; text-shadow:1px 1px 0 #777; text-align:center; line-height:28px; float:left; min-width:200px;padding:0 17px; border-radius:2px 2px 0 0;  }
.content .cbox .cend { display:none; height:32px; background:#EDEDED; border:1px solid #fff;margin:0 -10px;}
.content .cbox .cend a { display:block; background:url(/images/bbutton.png); width:161px; height:20px; float:right; margin: 6px 20px; font-size:13px;line-height:20px;font-weight:600;color:#fff;text-align:center;text-decoration:none;}
.content .cbox .boxttl { color:#333; font-size:14px; padding:10px 40px 30px 10px; margin:0px 0px 7px; }
.content .cbox .boxttl b, .content .cbox .boxttl strong { color:#222; }
.content .cbox .boxttl h1 { display:block; color:#f2d13a; font-size:22px; font-weight: 900; letter-spacing: 2px; line-height:1.3; margin: 0 0 5px 0; text-shadow:1px 1px 1px rgba(0,0,0,.9);}
.content .cbox .boxttl h1 a.edit_ { font-size:14px; color:#000; text-decoration:none; margin:0 6px; text-shadow: none; padding: 1px 8px;}

.mefirst-sample h2 { font-size:24px; padding:0 0 20px; }
.mefirst-sample h3 { font-size:20px; padding:0 0 20px;  }
.mefirst-sample .img-box { padding-left:10px; border-left:4px solid #faa732; margin:0 0 60px; }
.mefirst-sample .do-it { min-width:200px; border-radius:0; }

/* old content in tables */
.content .cbox table td ul { margin-left:15px; }

.right-column { margin-left:10px !important; font-size:13px; }


.city-state-list * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.city-state-list>ul { list-style:none; padding:0 30px; float:left; width:50%;  }
.city-state-list>ul>li { margin:0 0 30px 0px;  }
.city-state-list>ul>li strong { text-transform:uppercase; display:block; margin:0 0 10px; font-size: 110%; }
.city-state-list>ul>li strong a { color:#00608C;  transition: all 0.1s ease-in 0s; border-bottom: 1px dotted #00608C; }
.city-state-list>ul>li strong a:hover { color:#ff0000; text-decoration:none; border-bottom: 1px dotted transparent; }
.city-state-list>ul>li ul { list-style:none; }
.city-state-list>ul>li ul li { padding: 0 0 5px 20px; }


.box-tags { padding: 0 10px; }
.box-tags .tags_, .box-tags .tags_ * { box-sizing:border-box; }
.box-tags .tags_ { border-top:1px solid #ddd; margin-top:5px; padding:10px 0 40px; }
.box-tags .tags_.tags-sub a { display:inline-block; vertical-align:top; margin:5px 5px; color:#fff; font-size:13px; text-shadow: 1px 1px 0 #777; text-transform:uppercase; background:#aaa; padding:5px 20px; border-radius:20px; text-decoration:none; transition: all 0.2s ease-in 0s; }
.box-tags .tags_.tags-sub a:hover, .box-tags .tags_.tags-sub a.active { background:#f4a70f; }

.box-tags .tags_.tags-category div { display:inline-block; vertical-align:top; width:33%; padding:5px; }
.box-tags .tags_.tags-category a { display:block; min-height: 50px; position:relative; border: 1px solid #d4d4d4; transition: all 0.2s ease-in 0s; text-decoration:none; }
.box-tags .tags_.tags-category a em { position: absolute; top: 0px; bottom: 0px; left: 0px; width: 60px; padding: 10px 5px; display: block; text-align: center; border-right: 1px solid #999; }
.box-tags .tags_.tags-category a span { color:#333; padding:3px 3px 3px 66px; font-size: 13px; }
.box-tags .tags_.tags-category a:hover, .box-tags .tags_.tags-category a.active { border-color: rgba(82, 168, 236, 0.8); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
.box-tags .tags_.tags-category a.active { border-width:2px; }

.location-tags { padding:40px 0; }

.location-tags .tags_ { border-top:1px solid #ddd; margin-top:5px; padding:10px 0; }
.location-tags .tags_.tags-sub { border:0px none; padding-top: 0; }
.location-tags .tags_ * { box-sizing:border-box; }
.location-tags .tags_ a { display:inline-block; vertical-align:top; position:relative; margin:5px 5px; color:#fff; font-size:13px; text-shadow: 1px 1px 0 #777; text-transform:uppercase; background:#10b6e0; padding:5px 20px; border-radius:20px; text-decoration:none; }
.location-tags .tags_ a:before { content:' '; width:6px; height:6px; background:#fff; position:absolute; left:8px; top: 11px; display: block; border-radius: 50%; box-shadow: 1px 1px 0px #777; opacity: 0; transition: all 0.2s ease-in 0s; }
.location-tags .tags_ a:hover:before, .location-tags .tags_ a.active:before { opacity:1; }
.location-tags .tags_.tags-city a { background:#f4a70f; }


@media (max-width:922px) {
	.content .cbox .boxpad { margin:0; }
}
@media (max-width:767px) {
	.box-tags .tags_.tags-category div { width:49%; }
}
@media (max-width:479px) {
	.box-tags .tags_.tags-category div { width:99%; }
	.box-tags .tags_.tags-category { height:auto; max-height:160px; overflow:auto; margin-bottom: 20px; border-bottom: 1px solid #ddd; }
}
	

.content .cbox .halfcol { float:left; width:49%; min-height:90px; }
span.list, span.list7 { display:block; background:url(/images/bullet.png) 0px 42% no-repeat;  padding: 0px 0px 14px 25px; margin-left:10px;}
span.list.inline-arrow, span.list7.inline-arrow { background-position: 0px 5px ;}
span.list7 { padding: 0px 0px 7px 25px; }
span.list img { margin-top:3px; }


/* right side boxes */
.right-column .rbox { width:301px; padding-top:8px; margin-bottom:30px; background-color:#F4F4F4; border:1px solid #ECECEC; border-radius:2px;}
.right-column .rbox h5 { display:block; margin:0px 5px 10px; display:block; height:26px; background:transparent none; border-bottom:1px solid #f4a70f;  }
.right-column .rbox .pad h5 { margin:0px 0px 10px;}
.right-column .rbox h5 strong { display:block; float:left; background:#f4a70f; height:26px; color:#fff; min-width:150px;padding:0 17px; border-radius:2px 2px 0 0; font-size:15px; text-shadow:1px 1px 0 #777; text-align:center; line-height:26px; font-weight:600;}
.right-column .rbox h5 strong.complete { float:none; }
.right-column .rbox h5.blue-ttl { border-bottom:1px solid #1accf9; }
.right-column .rbox h5.blue-ttl strong { background:#1accf9; }
.right-column .rbox .pad { margin:0px 6px;  padding-bottom:10px; overflow:hidden; }
.right-column .rbox h6 { display:block; margin:1px auto 10px; display:block; height:28px; line-height:28px; padding:0 0 0 7px; background:#f4a70f; border-radius:2px; }
.right-column .rbox h6 strong { font-size:15px; font-weight:600; color:#fff; text-shadow:1px 1px 0 #777; }
.right-column .rbox .rend { display:none; height:32px; background-color:#E3E3E3;  }
.right-column .rbox .rend a { color:#fff; font-size:16px;line-height:32px;font-weight:bold; }
.right-column .rbox .shsp { height: 30px; display:block; width:281px; margin-left:-5px; background:url(/images/box_shadow.png) 50% 50% no-repeat;} 
.right-column .rbox p, .rbox .links a { background:url(/images/sp_dot.png) 50% 100% repeat-x;  line-height:20px;padding:3px 0px;  }
.right-column .rbox .links a { font-size:14px;font-weight:600; display:block; padding: 2px 0 7px 0px; margin-bottom:5px; color:#1500ED;}

.search_post_ { display:block; padding:0px;}

.right-column .searchbox_ { text-decoration:none; white-space:nowrap; background-color:#f5f5f5; border:1px solid #e3e3e3; font-size:14px;display:block; width:301px; text-align:center; padding:10px 0; }
.right-column .searchbox_ .nxsearch { padding:4px 10px 16px; }
.right-column .searchbox_ form { padding:0; margin:0;}
.right-column .searchbox_ input[type="text"] { display:inline-block;vertical-align:top; margin:0px 2px 0px 0; width:230px; font-size:14px; height:30px; padding:0px 10px; line-height:30px; border-color: #ccc; -webkit-box-sizing:border-box;box-sizing:border-box; }
.right-column .searchbox_ .btn-search { display:inline-block;vertical-align:top; padding:0; width:32px;height:29px;line-height:28px;text-align:center; }
.searchbox_ strong { color:#FF0000; font-weight:600; }
.searchbox_ b { color:#00347D; font-weight:normal;}


.right-column .nsearchbox_ { white-space:nowrap; }
.nsearchbox_ .dropdown { margin-left:0; margin-bottom:10px;}
.nsearchbox_ .dropdown .btn { display:block;text-align:left;}
.nsearchbox_ .dropdown-menu { width:100%; }
.nsearchbox_ input[type="text"] { display:inline-block; vertical-align:top; width:162px; margin-bottom:0; }
.nsearchbox_ button { display:inline-block; vertical-align:top; width:100px; }
.right-column .nsearchbox_ .pad { padding-bottom:0; overflow:visible; }

.right-column .rbox.uvsys_ { background:#fff; border:none; }
.right-column .rbox.quote_ { background:#fff; border-color:#fff;padding:0; }

/* deprecated */
.right-column .rbox.dfpbox_ { background:#fff; border:none;}
.right-column .rbox.dfpbox_ table { width:100%; }
.right-column .rbox.dfpbox_ table td { padding:2px; text-align:center; }


.right-column .rbox.side_optin_box_ { padding-top: 0; border:1px solid rgba(0,0,0,.2); border-radius: 0; }
.right-column .rbox.side_optin_box_ .box-std { color:#fff; text-shadow: 0 0 1px #333; }
.right-column .rbox.side_optin_box_::before { content: ""; display: block; height: 6px; background: #23b9e1; box-shadow: inset 0 -1px 1px #1fb2dc; position: relative; z-index: 1; top:0px; }
.right-column .rbox.side_optin_box_ .ohd { margin:0 0 10px; }
.right-column .rbox.side_optin_box_ .pad { padding:10px 0 20px; overflow:visible; }
.right-column .rbox.side_optin_box_ form { margin:0; }
.right-column .rbox.side_optin_box_ input { font-size: 13px; width: 100%; box-sizing: border-box; height: 30px; }
.right-column .rbox.side_optin_box_ .select .btn { display:block; text-align:left; font-size: 13px; white-space: nowrap; overflow: hidden; }
.right-column .rbox.side_optin_box_ .select .dropdown-menu { left:auto; right:-1px; min-width: 280px; }
.right-column .rbox.side_optin_box_ .btn-submit { font-size: 13px; }


.rbox.tsl-box, .rbox.ok-box { background:#fff; border:0px none; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; font-size: 14px; }
.rbox.tsl-box.rst_ { opacity:0; }
.tsl-box h3, .ok-box h3 { border-bottom: 3px solid #0a0; font-size:18px; padding: 5px; margin: 0 0 20px; }

.tsl-box ul li { font-size: 12px; margin:0 0 20px 0; padding:10px 10px; border: 1px solid #ebebea; list-style: none; border-radius: 0px; position: relative; }
.tsl-box ul li.nvs_ { display:none; }
.tsl-box ul li::before { content: ''; display: block; height: 5px; background: #f7f7f7; position: absolute; left: 0px; right: 0px; top: 0px; }
.tsl-box .caption { font-size: 15px; font-weight:400; font-size:15px; display: block; padding: 0 0 5px 0; }
.tsl-box .date { color:#333; font-size:11px; padding: 0 0 10px 0px; text-align: left; font-style: italic; }
.tsl-box .mind { color:#555; padding-right: 10px; font-size: 13px; }
.tsl-box .mind span { position: relative; float: left; margin: 0 8px 0 0; border-radius: 2px; overflow: hidden; width: 100px; height: 100px; text-align: center; border: 1px dotted #10b6e0; padding: 2px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.tsl-box .mind img { max-width: 100px; max-height: 100px; }
.tsl-box .mind p { background:transparent; padding:0; }
.tsl-box .tsls-ref { display:block; text-align:center; font-size:16px; text-decoration:none; position:relative; z-index:1; top:-10px; }
.tsl-box .tsls-ref span { border-bottom:1px solid #1500ED; }

.rbox.atl-box { background:#fff; border:0px none; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; font-size: 13px; }
.atl-box ul li { margin:0 0 20px 0; padding:10px 10px; border: 1px solid #ebebea; list-style: none; border-radius: 0px; position: relative; }
.atl-box ul li::before { content: ''; display: block; height: 5px; background: #f7f7f7; position: absolute; left: 0px; right: 0px; top: 0px; }
.atl-box ul li h4 { font-size:15px; font-weight:400; padding:0 0 15px; }
.atl-box ul li a { display: block; margin:0 0 9px; text-decoration:underline; color:#0070c0; }
.atl-box ul li a:hover { color:#333; }



.ctl-search-optin { background:#6f29fd; color:#fff; padding:15px 15px 15px; position:relative; }
.ctl-search-optin form { margin:0; }
.ctl-search-optin .optin-fields { padding-top:8px; margin-top:8px; }
.ctl-search-optin .step-question { margin:10px 0 0; }
.ctl-search-optin input { box-sizing:border-box; height: 30px; }
.ctl-search-optin .select { padding-bottom:10px; }
.ctl-search-optin .select .btn { display: block; text-align: left; font-size: 13px; white-space: nowrap; overflow: hidden; }
.ctl-search-optin .select .dropdown-menu { margin: 2px 0 0; width: 100%; min-width: 320px; max-height: 320px; overflow-y: auto; box-sizing: border-box; border-radius: 0; margin:0; }
.ctl-search-optin .dropdown-menu li a { line-height: 30px; font-size: 13px; }
.ctl-search-optin .optin-logo div { max-width: 160px; margin:-5px auto 0; }
.ctl-search-optin .post { text-align:center; }
.ctl-search-optin .post .btn-submit { display: inline-block; vertical-align:top; margin: 26px 5px 0px 0; min-height: 38px; border-radius: 12px; opacity:.95; box-shadow: 1px 1px 5px rgba(0,0,0,.3);}
.ctl-search-optin .post .btn-submit:hover { opacity:1; }
.ctl-search-optin .post .btn-submit.disabled {  }

@media (max-width:767px){
	.ctl-search-optin .optin-logo { display:none; }
	.ctl-search-optin .post { text-align:right; }
	.ctl-search-optin .post .btn-submit { margin: 5px 5px 0px 0; width: 140px; height:43px; }
}

.content .videobox_ { background:#05AAD4 url(/images/vbox_bg.png) repeat-x; border:1px solid #fff; text-align:center;}
.content .videobox_ h5 { background:url(/images/box_ttl_video.png) no-repeat; height:38px; }
.content .videobox_ .rend { background-color:#00608C; }

.content .sellbox_ { background-color:#FFFBF3; border:1px solid #FCEDD2; }
.sellbox_ h5 { background:url(/images/box_ttl_sell.png);  }
.content .sellbox_ .pad { width:271px; margin:0px 0px 0px 19px; }
.sellbox_ img.last { margin-left:7px;}

.freebox_ h5 { background:url(/images/box_ttl_free_service.png);  }


.content .callbox_ .pad { width:271px; margin:0px 0px 0px 19px;  }
.callbox_ img { padding-bottom: 10px;}
.callbox_ a.clogin { color:#E8AA27; display:block; font-weight:bold; font-size:16px; text-decoration:underline;}
.callbox_ a.clogin:hover { text-decoration:none;}
.callbox_ .call { font-weight:bold;color:#AAAAAA; font-size:16px;margin-top:15px;}
.callbox_ .call strong { color:#C8020C; }
.callbox_ .bbb { float:right;}

.minfobox_ h5 { background:url(/images/box_ttl_more_information.png);  }


.promos-page .content .topttl h1 { font-size:32px; }
.promos-page .content .topttl { font-size:18px; color:inherit; padding: 20px 20px 40px; width: 80%; min-width: 300px; font-weight: 600; }
.promos-page .content .topttl strong { font-size:22px; }
.promos-page .services-list { font-size:14px; }
.promos-page .services-list .srv-info { float:left; width:75%; }
@media (max-width:600px){
	.promos-page .services-list .srv-info { width:100%; }
}


#ce-widget { width:100%; min-width:320px;height:1px; bottom:0px; padding:0; -webkit-box-sizing: border-box;box-sizing: border-box; display:block; position:fixed; z-index:300; font-size:11px; line-height:15px; 
	box-shadow:-5px 0 5px #f4b20f; border-top:1px solid #fff;
	-webkit-transition: height 0.2s ease-out 0s; transition: height 0.2s ease-out 0s; 
	background:rgba(92,219,251,1);
}
#ce-widget.on_ { height:216px; }
#ce-widget.off_ { height:1px; bottom:-25px;}
#ce-widget.off_ .buttons { top:-35px; }
#ce-widget.off_ .buttons .remove { display:none; }
#ce-widget.half_ { height:50px; background:rgba(92,219,251,1); }
#ce-widget.half_ .items { margin-top:100px; }
#ce-widget.half_:hover { height:64px; box-shadow:-5px 0 15px #f4b20f; }
#ce-widget em { font-style:normal;}
#ce-widget .end-logo { display:none; float:left; width:150px; height:50px; margin:-5px 20px 0 20px;  background:url(/images/Used-vending-logo-150.png) 50% 50% no-repeat; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s;}
#ce-widget.half_ .end-logo { margin-top:-30px;  }
#ce-widget .buttons { position:absolute; bottom:22px; right:151px; z-index:1; }
#ce-widget .toggle { float:right; width:36px; height:36px; display:block; text-align:center; line-height:34px; font-size:18px; color:#444; margin:0 0 0 7px; background:rgba(255,255,255,0.9); border-radius:50%; box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt; }
#ce-widget .toggle:hover { background:rgba(255,255,255,1); }

#ce-widget .toggle span { position:relative; display: block; z-index: 1; width: 100%; height: 100%; }
#ce-widget .toggle span::after, #ce-widget .toggle span::before { content: ""; width: 1px; height: 15px; display: block; top: 50%; left: 50%; position: absolute; background: #000; transition: all .2s ease-out; }
#ce-widget .toggle span::after { -webkit-transform: translate(-50%,-50%) rotate(-45deg); transform: translate(-50%,-50%) rotate(-45deg); }
#ce-widget .toggle span::before { -webkit-transform: translate(-50%,-50%) rotate(45deg); transform: translate(-50%,-50%) rotate(45deg); }
#ce-widget .toggle.open span::after, #ce-widget .toggle.open span::before { height:20px; }
#ce-widget .toggle.open span::after { left: 18px; top: 16px; -webkit-transform: translate(-50%,-50%) rotate(-90deg); transform: translate(-50%,-50%) rotate(-90deg);}
#ce-widget .toggle.open span::before { left: 18px; top:20px; -webkit-transform: translate(-50%,-50%) rotate(90deg); transform: translate(-50%,-50%) rotate(90deg); }

#ce-widget .ce-tabs { position:absolute; top:-33px; left:0px; height:33px; padding-left:24px; width:100%;background:url(/images/trns.png);}
#ce-widget .ce-tabs a { position:relative; height: 32px; line-height: 30px; letter-spacing: .5px; text-decoration: none; background: #fff; display:none; opacity:0; float: left; color: #333; font-size: 12px; font-weight: 400; text-shadow: none; margin: 0px 0 0 16px; width: 150px; text-align: center; border-radius: 2px 2px 0 0; -webkit-transition: all 0.1s ease-in 0s; transition: all 0.1s ease-in 0s; box-shadow: 0px -1px 3px 0px #f4b20f; -webkit-box-sizing: border-box; box-sizing: border-box; border-width: 1px 1px 0 1px; }
#ce-widget .ce-tabs a::after { content:''; position:absolute; left:0px;bottom:0px;width:100%; height:4px; background:transparent;}
#ce-widget .ce-tabs a:hover::after { background:#ccc; }
#ce-widget .ce-tabs a.cur_::after, #ce-widget .ce-tabs a.cur_:hover::after { background:#f4b20f; }
#ce-widget.half_:hover .ce-tabs a, #ce-widget.on_ .ce-tabs a { display:block; opacity:1;}

#ce-widget .arrow { position:absolute; display:block; top:16px; cursor:pointer; z-index:200; background-color: rgba(255,255,255,0.9); box-shadow:rgba(0, 0, 0, 0.15) 0px 3pt 12pt; display: block; width: 36px; height: 36px; line-height:35px; font-size:16px; color:#333; text-align:center; border-radius: 50%; transition: all 0.1s ease-in 0s; }
#ce-widget .arrow:hover { background-color: rgba(255,255,255,1); }
#ce-widget .arrow.nleft { right:-67px; }
#ce-widget .arrow.nright { right:-112px; }
#ce-widget .arrow.disabled { opacity:.3; }

#ce-widget .items { margin:0 216px 0 24px; position:relative; /* -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; */ }
#ce-widget .item { float:left; color:#333; margin:0 15px 0 0; display:block; width:280px; height:185px; overflow:hidden; background:#fff; border-radius:0px; box-shadow:0 3px 12px rgba(0,0,0,.1); position:relative; text-decoration:none; -webkit-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }
#ce-widget .item.off_ { opacity:.7; }
#ce-widget .item .status { position:absolute; top:0px; left:5px; width:80px; height:15px; font-size:10px; color:#fff; line-height:13px;text-align:center; border-radius:0px 0px 3px 3px; text-shadow:1px 1px 0px #000; opacity:.9; }
#ce-widget .item .status.special { background:#f00; }
#ce-widget .item .status.deal { background:#f60; }
#ce-widget .item .status.sold { background:#444; }
#ce-widget .item .tl-label { height:18px; line-height:18px; width:125px; position:absolute; top:3px; left:3px; text-align:center; font-weight:600; color:#0077e0;text-shadow:1px 1px 0 #fff; border:1px solid #aaa; border-radius:2px; opacity:.85; background-color:#f7f7ff; cursor:pointer; }
#ce-widget .item .tl-label:hover { border-color:#4390fc;}
#ce-widget .item .close { width:18px; height:18px; background-color:#fff; position:absolute; top:3px; right:3px; border:1px solid rgba(0,0,0,.2); border-radius:1px; opacity:.8; text-align:center; line-height:18px; font-size: 13px; }
#ce-widget .item .close:hover { opacity:1;background:#f7f7f7; }
#ce-widget .item .close .svg { width:10px; height:10px; }
#ce-widget .item .ico { display:block; margin:0px auto; height:185px; text-align:center; vertical-align:middle; overflow:hidden; }
#ce-widget .item .ico img { max-width:100%; max-height:195px; display:inline-block; vertical-align: middle; }

#ce-widget .item .set { position:absolute; left:0px; top:0px; right: 0px; bottom: 0px; opacity:0; }
#ce-widget .item .info { display:block; position:absolute; bottom:0px; left:0px;width:100%; min-height:40px; padding:5px; background: rgba(255,255,255,.94); -webkit-box-sizing: border-box; box-sizing: border-box; }
#ce-widget .item .info::after { content: ''; height: 12px; width: 100%; position: absolute; bottom: 30px; left: 0px; box-shadow: inset 0 -7px 13px #fff; }
#ce-widget .item .info .prefix { margin: 1px 7px 3px; display: block; font-size: 13px; font-weight: 400; position: relative; }
#ce-widget .item .info .fixed { display: block; padding: 3px 7px; height: 23px; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; }

#ce-widget .item .info strong { float: left; text-align: left; height: 23px; font-weight: 400; font-size: 11px; }
#ce-widget .item .info h4 { float: right; text-align: right; height: 23px; font-weight: 400; font-size:18px; }


#ce-widget .item:hover { box-shadow:0 0 7px #777; }
#ce-widget .item:hover .set { opacity:1;  }
#ce-widget .item:hover .status { opacity:1;  }

#ce-widget .items-scroller {  height:210px;width:100%; overflow:hidden; position:relative; display:none; }
#ce-widget .items-list-ext { width:60000px; position:relative;}
#ce-widget .items-list { float:left; margin:14px 0 0 0; position:relative; overflow:hidden; position:relative; transform: translateX(0); }

#ce-widget.news-mode .arrow { display:none !important; }

#ce-widget .news-list { height:210px; width:100%; overflow:hidden; display:none; }
#ce-widget .news-list, #ce-widget .news-list * { -webkit-box-sizing: border-box; box-sizing: border-box; }
#ce-widget .news-list .news-item { display:inline-block; vertical-align:top; position:relative; width:49.5%; height:70px; padding:20px; background: rgba(92,219,251,1); margin: -1px 0 0 -1px; }
#ce-widget .news-list .news-item::after { content:''; position:absolute; left:0px; top:10px; width:1px;height:50px; background:rgba(255,255,255,.6); }
#ce-widget .news-list .news-item::before { content:''; position:absolute; left:50%; top:0px; margin:0 0 0 -50px; width:100px;height:1px; background:rgba(255,255,255,.3); }
#ce-widget .news-list .news-item a { display:block; text-decoration:none; height:80px; overflow:hidden; font-size: 14px; font-weight:600; color:#333; text-shadow:1px 1px 0px rgba(255,255,255,.3); }
#ce-widget .news-list .news-item a:hover { text-decoration:underline; }

.hot-news { position:fixed;left:0;bottom:0px;width:100%; opacity:1; margin:0; transition:all 0.2s ease-in-out 0s; -webkit-transition:all 0.2s ease-in-out 0s; z-index: 301; background: rgba(92,219,251,.9); border-top:1px solid #fff; }
#ce-widget .hot-news { position:absolute; z-index:1; bottom:auto; top:0px; background:transparent;box-shadow:none; border:none; visibility:visible; }
#ce-widget.on_ .hot-news { margin-top: -20px; opacity:0; visibility:hidden; }
.hot-news .container { position:relative; height:50px; }
.hot-news .news-icon { position:absolute; top:8px; left:-6px; font-size:16px; color:#333; opacity:1; transition:all 0.2s ease-in-out 0s; -webkit-transition:all 0.2s ease-in-out 0s; }
.hot-news .news-icon.change { opacity:0; }
.hot-news ul { width:100%; height:50px; overflow:hidden; position:relative; margin:0 0 0 20px; }
.hot-news li { position:absolute; top:0px; width:100%; opacity:1; list-style:none; padding:7px 0; color:#333; font-size:16px; line-height:1.2; font-weight:600; text-shadow:1px 1px 0px rgba(255,255,255,.3); transition: all 0.6s ease-in-out 0s; -webkit-transition: all 0.6s ease-in-out 0s; }
.hot-news li a { color:inherit; display:inline-block; text-decoration:none; }
.hot-news li a:hover { text-decoration:underline; }
.hot-news li.init { opacity:0; left:100%; }
.hot-news li.active { left:0%; }
.hot-news li.off { opacity:0; }

#ce-widget.mobile-mode .ce-tabs,
#ce-widget.mobile-mode .toggle,
#ce-widget.mobile-mode .arrow { display:none !important; }

	
#ce-widget.add-banner.half_ { height: 70px; }
#ce-widget.add-banner.half_:hover { height: 84px; }

#ce-widget .ref-wg-banner { position: absolute; z-index: 1; top:0px; background: transparent; box-shadow: none; border: none; visibility: visible; width: 100%; opacity: 1; margin:0; transition: all 0.2s ease-in-out 0s; }
#ce-widget.on_ .ref-wg-banner { margin-top: -20px; opacity: 0; visibility: hidden; }
#ce-widget .ref-wg-banner .container>div { margin:6px 20px 0; transition: all 0.2s ease-in-out 0s; }
#ce-widget.half_:hover .ref-wg-banner .container>div { margin-top:13px; }
.ref-wg-banner a { display:inline-block; }
.ref-wg-banner a img { max-height:54px; }
.ref-wg-banner .slide-b { display:none; }
.ref-wg-banner.alt_ .slide-a { display:none; }
.ref-wg-banner.alt_ .slide-b { display:inline-block; }


@media (max-width:640px){
	.hot-news .news-icon { left:2px; font-size: 14px; }
	.hot-news li { font-size:14px; }
}

@media (max-width:480px){
	#ce-widget .ref-wg-banner .container>div { margin:6px 5px 0; }
}

@media (max-height:360px){
	#ce-widget, #assist_btn, .hot-news { display:none !important; }
}

/* footer */
#footer { margin:30px 0 0; background:#4d4d4d; color:#fff; font-size:13px; position:relative; z-index:9;/* higher volume overlaps fixed header */}
#footer.behind_wg_ { padding-bottom:50px; }
#footer.behind_wg_ .copy { padding-bottom:37px; }
#footer .container { padding-left:10px; padding-right:10px; } 
#footer form { margin:0; }
#footer .top { padding:0;background:#f4a70f; box-shadow:0 3px 3px #444; }
#footer .top a.txt { font-weight:bold; color:#fff; font-size:14px; text-shadow:1px 1px 0px #777; text-decoration:underline; display: inline-block; vertical-align: top; padding: 10px 0; margin:3px 0; }
#footer .top a.txt:hover { text-decoration:none; }

#footer .cmain { padding: 50px 0 40px; color:#fff; }
#footer h5 { text-transform: uppercase; font-weight: 400; font-size: 14px; margin: 0 0 15px; text-shadow: 0 0 0px #fff; word-spacing: 3px; }
#footer ul { list-style:none; }
#footer ul li { padding:5px 0; }
#footer a { color:#bcbcbc; cursor:default; transition: all 0.2s ease-in 0s; border-bottom:1px dotted transparent; text-decoration:none; }
#footer a[href] { color:inherit; cursor:pointer; }
#footer a[href]:hover { color:#ccc; border-bottom-color:#aaa; }

#footer .nxsearch { margin: -50px -10px 40px; background: #333; padding: 25px 10px; }
#footer .nxsearch * { -webkit-box-sizing: border-box; box-sizing: border-box; }
#footer .nxsearch form { white-space:nowrap; position:relative; }
#footer .nxsearch input { width:100%; height: 36px; }
#footer .nxsearch button { position:absolute; top:0px; right:0px; z-index:1; height: 36px; width: 54px; }
#footer .nxsearch a { color:#eee; }
#footer .nxsearch a strong { color:#f4a70f; display:inline-block; margin:0 5px 0 0; }

#footer .copy { padding:40px 0; text-align: left; background: #444; border-top: 4px solid #aaa; }
#footer .reserved { font-size:13px; color: #B5BFCB; margin:0; padding:20px 0 10px; background:#444; border-top:1px solid #555; }
#footer .reserved strong { color:#F4A70F;}
#footer .reserved a { color: #eee; } 
#footer .reserved em { font-style:normal; padding:0px 5px;}

.footer-searches form * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.footer-searches .txt { display:inline-block; }
.footer-searches form select { display:inline-block; vertical-align:top; width:65%; }
.footer-searches form .btn { display:inline-block; vertical-align:top; width:30%; padding:0; text-align:center; height: 30px; line-height: 30px; }

.price-info .pdlb, .price-info .pdnfo { display:inline-block; vertical-align:top; }
.price-info .pdlb { width: 75px; text-align: right; padding-right: 10px; color: #777; white-space:nowrap; }

/* items list */
.sold-marker { color:#f00; font-size:16px; }
.item-description { position:relative; }
.sold-item { position:relative; float:right; width:120px; max-width:20%; }

.ilist_ .item { margin: 10px auto 0px; border-bottom: 1px solid #eee; padding-bottom:10px; }
.ilist_ .item:last-child { border-bottom:0px none; }
.ilist_ .item.prior-item-cs { box-shadow:inset 0 0 10px #f90; }
.ilist_ .side-item { text-align:center; margin:1px 0 0 0 !important; position: relative;}
.ilist_ .info-item { padding-top:20px; padding-right:10px; }
.ilist_ .side-button { width: 50px; display:inline-block; margin: 15px 10px 0; text-align:center; }
.ilist_ .info-item .location-info { display: block; font-size: 100%; font-weight: 600; color: #000; }
.ilist_ .info-item .location-info * { font-weight: 600; }

.item-image { position:relative; padding:0px; background:#fff; display:block; margin:0px auto; width:300px; height:170px; max-width:330px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.item-image.image-hw { height:300px; }
.item-image::before, .item-image::after { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width: 300px; box-shadow: 0 15px 10px rgba(0,0,0,.35); transform: rotate(-3deg); }
.item-image::after { transform: rotate(3deg); right: 10px; left: auto; }
.item-image .img-clip::before, .item-image .img-clip::after { z-index: -1; position: absolute; content: ""; left: 0px; top: 8px; bottom: 0px; width: 2px; box-shadow: 0px 0px 3px rgba(0,0,0,.25); }
.item-image .img-clip::after { left:auto; right:0px; }
.item-image .img-clip>.img {position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block;width: 100%;height: 100%;
	text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center; -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}
.item-image .img-clip>.img img { max-width: 100%; max-height: 100%; }

.item-image .more-images { position:absolute; z-index:2; top:8px; left:8px; display:block; list-style:none; margin: 0 !important; transition: all 0.2s ease-in 0s; }
.item-image .more-images li { width:60px; height:40px; padding: 1px; overflow: hidden; position:relative; z-index:2; margin:0px 8px 4px 0; border:1px solid rgba(0,0,0,.1); background:rgba(255,255,255,.9); text-align:center; transition: all 0.2s ease-in 0s; }
.item-image .more-images li a { display:block; height: 40px; }
.item-image .more-images li:hover { border-color:#10b6e0; }
.item-image .more-images li.next { opacity:0; }
.item-image:hover .more-images li.next { opacity:1; }
.item-image .more-images li.more { line-height:40px; font-size:12px; font-weight:600; text-align:center; white-space:nowrap; }
.more-images li.video-play { line-height:39px; font-size:33px; margin-top:10px; }
.more-images li.video-play:hover { border-color:#f4a70f; }

/* below .item-image */
.item-plnfo { max-width:330px; padding:15px; margin:10px auto; text-align:left; -webkit-box-sizing: border-box; box-sizing: border-box; }
.item-plnfo .dst { margin:0 0 10px; }
.item-plnfo .pb { margin:0; line-height:1.5; }
.item-plnfo .pb .pbnow { font-size:120%; font-weight:600; }
.item-plnfo .pb .pbds { color:#f00; font-weight:600; }



.gico { margin:0px 2px 2px; overflow:hidden;position:relative; box-shadow:0 -2px 5px rgba(0,0,0,.20); padding:2px; background:#fff; background:rgba(255,255,255,.3); }
.gico .img, .item-image .img { overflow:hidden; text-align:center; margin:0px auto; display: block; }
.gico img, .item-image img {  margin:0px auto; display:block; }



.wl-off, .wl-on { width:50px; margin:0px auto; height:61px; }
.wl-off span, .wl-on span{ display:block; margin:0px auto; width:50px; height:61px; background:#fff url(/images/watch-buttons.jpg) no-repeat; }
.wl-on span { background-position:-50px 0px; }
.wl-off.loading { background:#fff url(/images/loading-small.gif) 36px 3px no-repeat; }
.wl-off.loading span { opacity:.4; }

.miles-tip { margin-left:-70px !important;}

.ilist_ .ittl { height:30px; border-bottom:2px solid #fff; position:relative; margin-bottom: 15px;}
.ilist_ .ittl em { position:absolute;z-index:30;top:31px;right:0px; width:105px; height:18px;text-align:center; border-radius:0 0 0 3px; }
.ilist_ .ittl em.ispecial_ { box-shadow:-1px 1px 3px rgba(255,0,0,.4); border:1px solid #f99; }
.ilist_ .ittl em.ideal_ { box-shadow:-1px 1px 3px rgba(255,102,0,.4); border:1px solid #fa9; }
.ilist_ .ittl h4 { text-align:left; color:#777; font-weight:300; float:none; padding:0; font-size:14px; line-height:30px; }
.ilist_ .ittl a { color:inherit; }
.ilist_ .metrics { font-size: 12px; color: #000; cursor: default; vertical-align: top; display: inline-block; }
.ilist_ .sttl { background:#f6f6f6; border:none; }

.field_prompt .metric span { display:inline-block; vertical-align:top; text-align:center; padding:0 10px; font-size: 12px; }
.field_prompt .metric span b { display:block; }

.ilist_ .item ul, .ilist_ .item ol, .item.isingle ul, .item.isingle .item ol { margin:5px 20px; }

.ilist_ .item.isingle { border:none; margin: 0px auto; padding:0px; }
.ilist_ .item.isingle .info-item { padding:0; }
.ilist_ .item.isingle .ittl { border:none; }

.ilist_ .item.isingle .item-title { font-weight:600; font-size:21px; margin-top:20px; line-height:1.2; }
.ilist_ .item.isingle .ittl h4 { color:#1500ED; font-weight:300; font-size:15px; }
.ilist_ .item.isingle .late { color:#f00; font-size:16px; font-weight:600; }
.ilist_ .item.isingle .item-buttons { margin:20px auto; }
.ilist_ .item.isingle .links { width:100%; max-width:800px; float:right; margin: 20px 0 10px; }
.ilist_ .item.isingle .item-special em { top:-29px; }

.ilist_ .item { position:relative; background:none; padding:20px 0; margin-bottom:20px; }
.ilist_ .item::before { position:absolute; z-index:-1; }
.ilist_ .item .item-special { position:relative; z-index:1; }
.ilist_ .item .item-special em { position: absolute; z-index: 30; top:-39px; right: 0px; width: 105px; height: 18px; text-align: center; border-radius: 0 0 0 3px; }

.ilist_ .item .isponsored_ { display:block; position: absolute; z-index: 30; top: -20px; left: 0px; width: 100%; text-align: center; background: rgba(255,255,255,.5); }

.ilist_ .item .item-title { font-size: 16px; font-weight: 400; line-height: 1.3; margin:0px; color: #000; }
.ilist_ .item .item-title a { color:#0088cc; text-decoration:underline; }
.ilist_ .item .item-title a:hover { text-decoration:none; }

.item-links.links, .item-links.links * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.item-links.links { margin: 40px 0 30px -30px; text-align:right; min-height:36px; border-radius:3px; font-size:1px; }
.item-links.links a { text-decoration: none; position: relative; z-index: 1; display: inline-block; vertical-align: top; float: none !important; margin: 0 3px 5px; padding: 0 34px 0 12px; height: 32px; line-height: 33px; color: #fff; font-size: 13px; width: auto; text-align: center; }
.item-links.links .a2a_kit { position:relative; left:-4px; z-index:1; display:inline-block; vertical-align:top; margin:0 0 0 3px;padding: 0; height:32px;}
.item-links.links .a2a_kit .a2a_dd { width:100%; }

.item-links.links a span { font-weight:600; position:relative; z-index:1; background:#f4a70f; border-radius:12px; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.item-links.links a i { font-size: 13px; position: absolute; top: 11px; right: 12px; opacity: 1; transition: all 0.3s ease-in 0s; }
.item-links.links a .svg { width:12px; height:12px; position: absolute; top: 10px; right: 12px; opacity: 1; transition: all 0.3s ease-in 0s; }
.item-links.links a:hover i, .item-links.links a:hover .svg { opacity:1; }

.item-links.links a::before { content:' '; position: absolute; width: 100%; height:32px;padding:0; margin:0; background: #f4a70f; left:0px;top:0; z-index: -1; border-radius: 3px;
	transition: all 0.2s ease-in 0s; 
	-webkit-transform: skew(-15deg); -ms-transform: skew(-15deg); transform: skew(-15deg);
}
.item-links.links a:hover::before, .item-links.links a:hover span { background:#faac0f;}
.item-links.links a.link-last::before, .item-links.links a.link-last span { background: #10b6e0; }
.item-links.links a.link-last:hover::before, .item-links.links a.link-last:hover span { background: #10bbe5; }


.item-links.links.links-wl a { width:33%; }
.item-links.links.links-wl a.link-last { width:27%; }
.item-links.links.links-wl a.link-last::before, .item-links.links.links-wl a.link-last span { background:#d9534f;}
.item-links.links.links-wl a.link-last:hover::before, .item-links.links.links-wl a.link-last:hover span { background: #c9302c; }

/* save/send dropdown */
#ssd_ddc_ovl { position:fixed; top:0px; left:0px; right:0px; bottom:0px; z-index:1000; background:rgba(255,255,255,.1); display:none; }
#ssd_ddc { position:relative; top:-9px; height:1px;z-index:9999999; display:none; float:right; width:100%; max-width:800px;margin:0 0 -1px; }
#ssd_ddc ul.ssd-dd { position:absolute; top:0px; left:0px; list-style:none; margin: 0; display:block; min-width:260px; overflow:hidden; padding:0; background:rgba(245,245,245,1); border-radius:1px; }
#ssd_ddc .ssd-dd li { position:relative; top:1px; border-bottom:1px solid rgba(0,0,0,.03); }
#ssd_ddc .ssd-dd li a { display:block; padding:10px; font-size:13px; font-weight:600; color:#757575; text-transform: uppercase; }
#ssd_ddc .ssd-dd li a:hover { color: #323232; background: rgba(0,0,0,.04); }

.ilist_ .attrs { margin:10px 0; }
.ilist_ .attrs .info-attrx-groups { padding: 30px 0 30px 2%; margin: 5px 0 15px; border-bottom:1px solid #ddd; }
.ilist_ .attrs .info-attrx-groups::before { content: ""; display: block; width: 90%; height: 1px; background: #ddd; margin: 0px auto; visibility: visible; position: relative; top: -15px; }
.ilist_ .attrs .info-attrx-group { display: inline-block; vertical-align:top; width:100%; margin:0; padding:0 0 8px 2%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.ilist_ .attrs .info-attrx-group li { color:inherit; margin-left:45px; }
.ilist_ .attrs .info-attrx-group span { display:block; font-weight:300; margin:0 0 5px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 5px;}
.ilist_ .attrs .info-attrx-group span em { display: inline-block; font-weight: 300; color: #000; font-size:90%; padding:0; }
.ilist_ .attrs .info-attrx-group li.info-attrx-group-header { list-style:none; margin-left:0px; }
.ilist_ .attrs .info-attrx-group li.info-attrx-group-header span { font-size: 17px; color: #777; font-weight: 400; padding: 0; margin-bottom: 10px; }

.price-loc { padding:10px 0 0 5px; }
.price-loc .price { display:block; font-size:28px; line-height:1.2; }
.price-loc .price .price-value { display:inline-block; vertical-align:top; padding:0 12px 0 0; }
.price-loc .item-no { display:inline-block; vertical-align:top; padding:12px 0 10px 0px; color: #1500ED; font-weight: 300; font-size: 15px; }
.price-loc .location { display:block; padding:0 0 10px; font-size: 16px; line-height:1.5; }


.item-contacts { background:#f0f0f0; text-align:center; padding:10px; margin:10px 0; border-radius:2px; color:#333; text-shadow:1px 1px 2px #fff; }
.item-contacts, .item-contacts * { -webkit-box-sizing:border-box;box-sizing:border-box; }
.item-contacts h2 { font-size:20px; color:#333; text-shadow:1px 1px 0 #fff; padding-bottom:10px; text-align:left; }
.item-contacts .sales { display:inline-block; vertical-align: top; width:275px; text-align:center; }
.item-contacts .sales-img { width:180px; height:166px; position:relative; overflow:hidden; box-shadow:1px 1px 2px #bbb; margin:20px auto 7px; }
.item-contacts .sales-img .online {
	position: absolute; top: 16px; left: -36px; border-top: 2px solid #00658a; border-bottom: 2px solid #00658a; height: 28px; padding: 2px 40px; opacity:.9;
	font-size: 13px; font-weight: 600; color: #fff; text-shadow: 0px 0px 1px rgba(0,0,0,.15);  text-indent: 2px; box-shadow: 0 0 10px rgba(0,0,0,.5);
	-ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); 
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
.item-contacts .sales-img img { max-width:100%; }
.item-contacts strong { display:block; font-size:16px; line-height:20px; font-weight: 600;}
.item-contacts strong .sms-link { position:relative; top:-1px; left:3px; }

@media (max-width:600px){
	.narrow-off { display:none; }
}
@media (max-width:1024px){
	.item-contacts strong { font-size:15px; }
}

.food-truck-broker.staff { text-align:center; }
.food-truck-broker.staff .person { float:none !important; display:inline-block; vertical-align:top; width:25%; margin:0; }
.food-truck-broker.staff .person b { display:block; padding:15px 0 15px; }
@media (max-width:480px){
	.food-truck-broker.staff .person { width:85%; max-width:280px; }
	.food-truck-broker.staff .person b { font-size:15px; }
}

.item-email-us { background:#999; text-align:center; padding:10px 0; border-radius:2px; }
.item-email-us .btn { text-shadow:1px 1px 1px #333; font-size:24px; font-family: 'Open Sans', helvetica, arial, sans-serif; line-height:46px; padding:0 16px; font-weight: 700; color:#fff; text-decoration:none; }
.item-email-us .btn .svg { color:#fff; padding:0 5px 0 2px; width:32px; height:32px; filter: drop-shadow( 1px 1px 1px #333); margin:-3px 0 0; }

.ilist_ .ileft { float:left; width: 180px; text-align:center; min-height:1px;}
.ilist_ .iright { float:left; margin-top:7px;width: 420px; overflow:hidden; }
.ilist_ .ibuttons { float:left; margin: 7px 0px 10px 180px; }
.ilist_ .ibuttons a { float:left; margin-left: 5px; }
.ilist_ .ibuttons a.moreDetsLink {font-size: 10pt; width: 90px; float:left; color: #0000ff; font-weight: bold; font-style:oblique; text-align: left; line-height: 40px;  margin-top: 7px; margin-left: 5px;  }
.in-watchlist { font-size: 10pt; width: 100px; float:left; color: #0403fe;  font-weight: bold; margin-left: 5px; margin-top: 10px;  text-align:center }
.in-watchlist a { display:block; text-decoration: underline !important; }
.ilist_ .ibuttons a.item-button { float:left;  margin-left: 5px; margin-top: 15px; padding:0px;  }
.ilist_ .ibuttons .item-wlbutton { float:left; width:136px; min-height:1px; text-align:center; }
.ilist_ .ibuttons .item-wlbutton em.wlload { margin: 18px auto 0px; display:block; width:16px; height:16px;background:url(/images/indicator.gif); }

.ilist_ .inoico { min-height:100px;display:block; margin: 0px auto; border:1px solid #f4f4f4;background-color:#f7f7f7; }
.ilist_ .imiles { display:block; margin:5px auto 0px; text-align:center; font-size:11px;font-weight:600; padding:3px 0px; background-color:#f4f4f4; color:#000; border:1px solid #ccc; }
.ilist_ .imore_info { width:130px; height:45px; display:block; margin: 10px auto 0px; background:url(/images/back/more-equipment-details.jpg) no-repeat; }

/* item page  */
.ilist_ h2.top_h2 { border: 1px solid #ededed; color:#333; font-size:15px;line-height:20px;font-weight:600; padding:10px; margin:0px 0px 7px; }

.ilist_ .ibuttonsr_ { float:right;margin: 47px 0px 10px 0px; }
.ilist_ .ibuttonsr_ a { float:right; margin: 0px 5px 0px 0px; }
.ilist_ .ibuttonsr_ a.item-button { float:right; margin: 15px 5px 0px 0px; padding:0px; }
.ilist_ .ibuttonsr_ .in-watchlist { font-size: 10pt; width: 100px; float:left; color: #0403fe;  font-weight: bold; margin-left: 5px; margin-top: 10px;  text-align:center }
.ilist_ .ibuttonsr_ .in-watchlist a { text-decoration: underline; }
.isp { height: 20px; display:block; width:281px; margin:10px auto; background:url(/images/box_shadow.png) 50% 50% no-repeat; }

/* inlist AD */
.ilist_ table { margin:10px auto; width:100% !important;}
.iga_, .iga_ * { -webkit-box-sizing: border-box;box-sizing: border-box; }
.iga_ { border:1px solid #ddd; position: relative; margin: 0px;}
.iga_ .iga-slider { position:relative; padding:30px 0 20px; white-space:nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -webkit-box-sizing: border-box; box-sizing: border-box; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; }
.iga_ .iga-track { display:inline; }
.iga_ .iga-arrow { position: absolute; z-index: 20; left:-1px; top:50%; margin-top:-25px; width:34px; height:48px; border-radius: 0 2px 2px 0; background: rgba(255,255,255,.9); text-align: center; color: #777; font-size: 26px; line-height: 47px; border: 1px solid #ddd; }
.iga_ .iga-arrow.iga-right { left:auto;right:-1px; border: 1px solid #ddd; border-radius:2px 0 0 2px; }
.iga_ .iga-arrow:hover { border-color:#ccc; background:#f7f7f7; width:36px; }
.iga_ .iga-arrow.disabled, .iga_ .iga-arrow.disabled:hover { cursor:default; opacity:.3; width:34px; background: rgba(255,255,255,.75); border-color:#ccc;}
.iga_ .iga-end { position:absolute; z-index:10; bottom:0px;left:0px;right:0px; height:26px; background:rgba(255,255,255,1);  }

.iga_ .iga-item { position:relative; display:inline-block; vertical-align:top; margin:0 3px; width:23%; }
.iga_ .iga-item a { display:block; text-align:center; height:160px; width:100%; border:1px solid transparent; box-shadow: 0 0 10px rgba(0,0,0,.3); overflow:hidden; }
.iga_ .iga-item span { display:block; width:100%; height: 100%; text-align:center; 
	display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
}
.iga_ .iga-item img { max-width: 100%; max-height: 100%; display:block; margin:auto; cursor:pointer; }
.iga_ .iga-item .label { position:absolute; z-index:2;top:3px; left:3px; font-size: 11px; } 


#item_image { margin-top:20px; position:relative; display: block; text-align: center; height: 400px; width: 100%; overflow: hidden; }
#item_image .cont { display: block; width:100%; height:100%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
#item_image .cont .pinit { display: inline-block; max-height: 100%; }
#item_image .cont img { max-width: 100%; max-height: 400px; display: block; margin: auto;  }
#item_image em.arrow { position:absolute; top:50%; display: block; z-index:210; width: 52px;height:52px;background:rgba(255,255,255,.2);border-radius: 0px; padding: 0; margin-top:-26px; cursor: pointer; border:1px dotted rgba(92,219,251,.7); text-align:center; opacity:.9; transition: all 0.1s ease-in 0s; -webkit-transition: all 0.1s ease-in 0s; }
#item_image em.arrow .svg {  width:42px; height:42px; margin:5px auto; }
#item_image em.arrow:hover { border-color:rgba(92,219,251,1); opacity:1; }
#item_image em.arrow.arrow-prev { left:5px; }
#item_image em.arrow.arrow-next { right: 5px; }


@media (max-width:1199px)
{
	.item-image { width:236px; height:133px; }
	.item-image.image-hw { height:300px; }
	
	.iga_ .iga-item { width:33%; }
	.iga_ .iga-item a { height:140px; }
}
@media (max-width:922px)
{
	.item-image { width:300px; height:170px; }
	.item-image.image-hw { height:300px; }
	
	.iga_ .iga-item { width:23%; }
	.iga_ .iga-item a { height:160px; }
}
@media (max-width:767px)
{
	.iga_ .iga-item { width:33%; }
	.iga_ .iga-item a { height:140px; }
}
@media (max-width:480px)
{
	.iga_ .iga-slider { padding:20px 0 20px; }
	.iga_ .iga-item { width:75%; }
	.iga_ .iga-item a { height:160px; }
}


.page-listing-header { padding:0 0 30px; }
.page-listing-header h1 { margin-right:30px; }
.page-listing-header h2 { padding-top: 7px; }

.category-want-to-sell { height: 120px; }
.category-want-to-sell>a { display: block; width: 100%; height: 100%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.category-want-to-sell>a img { max-width: 100%; max-height: 100%; display: block; margin: auto; }
@media (max-width:1279px) {
	.category-want-to-sell { height: 93px; }
}
@media (max-width:640px) {
	.category-want-to-sell { height: 70px; }
}

.ilist_.btype_ .item { background:#fff; padding: 40px 10px 40px; margin:0px -10px; border: 1px solid #fff; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.ilist_.btype_ .item:hover { border-color:#ccc; box-shadow:0 0 5px #ddd; }
.ilist_.btype_ .item:nth-child(2n+1) { background:#eee; }

.ilist_.btype_ .item-title { margin-bottom: 15px; }
.ilist_.btype_ .item-title a { color:inherit; text-decoration:none; }
.ilist_.btype_ .buttons {display: block; text-align: center; border-bottom: none; margin: 0px 0 0; }
.ilist_.btype_ .buttons .btn { width:30%; min-width:90px; display: inline-block !important; margin: 20px 10px 15px; }
.ilist_.btype_ .item-image { border: 1px solid #ddd; border-top-color:#eee; background:#fff; border-radius: 0 0 3px 3px; box-shadow: 0px 2px 3px #ddd;}
.ilist_.btype_ .item-image .star { width: 18px; height: 18px; background: #fff url(/images/star_icon.png) 50% 50% no-repeat; position: absolute; top: 5px; right: 5px; opacity: .85; z-index: 5;}
.ilist_.btype_ .item-image .info { position: absolute; bottom:0px; left:0px; right:0px; padding: 3px 10px; background: #f7f7f7; border-top: 1px solid #ddd; line-height: 22px; font-size: 13px;}
.ilist_.btype_ .item-image .info strong, .ilist_.btype_ .item-image .info a { float:left; margin-right:5px;}
.ilist_.btype_ .item-image .info h6 { float: right; text-align: right; height: 23px; font-weight: 600; font-size: 13px; }


em.ispecial_ { display:block; height:18px; background:url(/images/back/item-specials.gif) 50% 50% no-repeat; }
em.ideal_ { display:block; height:18px; background:url(/images/back/item-deals.gif) 50% 50% no-repeat; }
a.sold_banner { display:block; margin:5px auto 17px; text-align:center;}
.item_more_ttl { color:#ff9900; font-weight:bold; font-size:16px; margin: 20px 0px; }
.video-frame { text-align:center; max-width:600px; margin:0px auto; }
.video-frame.lg { max-width:100%; }
.video-frame h3 { text-align:left; padding-bottom:10px; }
.video-frame iframe { max-width:600px;min-width:460px;width:100%; }
.video-frame.lg iframe { max-width:100%; }

/* jetpack embed code + responsive-videos.js */
.jetpack-video-wrapper { margin-bottom: 20px; display:block; word-wrap: break-word; }
.jetpack-video-wrapper .embed-youtube { word-wrap: break-word; }
.jetpack-video-wrapper > embed, .jetpack-video-wrapper > iframe, .jetpack-video-wrapper > object, .jetpack-video-wrapper > .wp-video { margin-bottom: 0; border:0px none; position:relative !important; }


div.parent-scroll { display:block; overflow:hidden; position: relative; top:0px; left: 0px; border: 1px solid #eee; -webkit-border-radius: 2px; border-radius: 2px; }
div.internal-scroll { position:absolute; top: 1000px; left: 7px; width: 98%; }

div.pagination .pages_note { font-weight:600;font-size:15px; color:#E8AA27; margin:0 0 4px 10px; }
div.pagination .per-page span { line-height: 24px; }
div.pagination .per-page select { width:70px; margin:0 0 0 7px; }


#displayOptions { padding:10px 10px 0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#adefff), to(#10b6e0));
	background-image:-webkit-linear-gradient(top, #adefff, #10b6e0);
	background-image:-moz-linear-gradient(top, #adefff, #10b6e0);
	background-image:-ms-linear-gradient(top, #adefff, #10b6e0);
	background-image:-o-linear-gradient(top, #adefff, #10b6e0);
	background-image:linear-gradient(top, #adefff, #10b6e0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdeffc', endColorstr='#08b3dd',GradientType=0 ); 
	border-bottom:1px solid #009dcb;
}
#displayOptions, #displayOptions * { box-sizing: border-box; }
#displayOptions [class*="wfl"] { min-height:auto; }

.no-grdient #displayOptions { background:transparent; border:none; filter:none; }
#displayOptions label, #displayOptions input, #displayOptions select { font-size:13px; height:30px; padding:0 6px; margin:0; }
#displayOptions legend { font-size:14px; font-weight:bold; padding:0; line-height:30px;  margin-bottom: 10px; }
#displayOptions td { padding:5px; }
#displayOptions .dropdown { margin:0; }
#displayOptions .dropdown .btn { display:block;text-align:left; font-size: 13px; }
#displayOptions .dropdown-menu { width:100%; min-width:320px; max-height: 320px; overflow-y: auto; border-radius:0; margin:0; }
#displayOptions .dropdown-menu li a { line-height: 30px; font-size: 13px; }

#displayOptions fieldset.do-advance { position: relative; border: 1px solid rgba(0,0,0,.2); /* box-shadow: inset 0 0 12px rgba(0,0,0,.1); */ padding: 22px 10px 8px 20px; margin: 0 0 10px 0; background: rgba(255,255,255,.9); }
#displayOptions fieldset.do-advance strong.label { position:absolute;top:0px;left:0px;width:50%;border-radius:2px 0 2px 0;text-indent:7px; }
#displayOptions fieldset.do-advance label { padding:6px 6px 6px 24px; margin:2px; position:relative; }
#displayOptions fieldset.do-advance label input { float: none; margin: 0; position:absolute; left:0px; top:9px; height:auto; }
#displayOptions fieldset.do-advance label .total { font-style: normal; color: #189909; font-size: 12px; display: inline-block; margin: 0 0 0 5px; }

#displayOptions .opt-post { margin:0 7px 10px 0; width:120px; }

#displayOptions .do-group { white-space:nowrap; margin:0 0 10px; }
#displayOptions .do-group small { font-size:12px; padding-left:5px; text-shadow:1px 1px 0px rgba(255,255,255,.15); white-space: normal; display: block; }
#displayOptions .do-label { white-space:initial; display:inline-block; vertical-align:top; width:40%; font-size:13px; min-height:30px; border: 1px solid #ccc; border-right:0px none; padding: 5px 0 0 10px; background:rgba(255,255,255,.9); }
#displayOptions .do-control { white-space:initial; display:inline-block; vertical-align:top; width:60%; position:relative; }
#displayOptions .do-group.group-0 .do-control { width:100%; }

.mdr-select { position:relative; }
.mdr-select select { -webkit-appearance: none; -moz-appearance: none; padding-top:0; padding-bottom:0; }
.mdr-select select option { text-indent: 6px; padding: 4px 0; font-size:13px; }
.mdr-select select:focus { z-index:auto; }
.mdr-select::after { content: ''; position: absolute; right:12px;top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border:5px solid transparent; border-top-color: #697c7d; border-bottom: none; pointer-events: none; }

.expand-city-search { font-size:22px; margin:40px 0; padding:10px 30px 20px; border:4px solid #f4b20f; }
.expand-city-search strong { display: block; margin:0 0 30px;}
.expand-city-search a { font-size: 90%; color: #fff; margin: 0 30px 10px; font-weight: 600; text-decoration: none; background:#f4b20f; padding:0; min-width:140px; width:25%; text-align:center; line-height:39px; border-radius:4px; display:inline-block; vertical-align:top; }
@media (max-width:480px) { 
	.expand-city-search { padding: 10px 20px 20px; }
	.expand-city-search a { margin: 0 5px 10px; min-width: 112px; }
}

.refine-state-search { padding:20px; border-top:1px solid #ddd; border-bottom: 1px solid #ddd; margin:20px 0; }
.refine-state-search strong { text-transform: uppercase; font-weight: 400; font-size: 16px; }
.refine-state-search ul { list-style:none; margin:10px 0 0; }
.refine-state-search ul li { display:inline-block; margin:0 20px 10px 0; }
.refine-state-search ul li a { text-transform:uppercase; }


.breadcrumbs-row { margin:0 0 20px; }
.breadcrumbs { margin:0 0 10px; list-style:none;  }
.breadcrumbs li { position:relative; display:inline-block; vertical-align:top; color:#777; line-height:1; font-size:13px; font-weight:400; padding:0; margin:0; }
.breadcrumbs li a { color:#000; border-bottom:1px dotted transparent; text-decoration:none; }
.breadcrumbs li a:hover { border-bottom:1px dotted #777; }
.breadcrumbs li a.active, .breadcrumbs li a.active:hover { color:inherit; border-bottom:1px dotted transparent; cursor:default; }
.breadcrumbs li:before { border:4px solid transparent; content:""; height:0; width:0; pointer-events:none; display:inline-block; vertical-align:top; border-left-color:#111; margin:3px 7px 0 12px; }
.breadcrumbs li:first-child:before { display:none; }

.dropdown[class*="span"] .btn, .dropdown[class*="wfl"] .btn { display:block;text-align:left; }
.dropdown[class*="span"] .dropdown-menu, .dropdown[class*="wfl"] .dropdown-menu { width:100%; min-width:250px; }

.content .cbox .search-ext h5 strong { background:#f4b20f; }

h5.options-label { height:18px; margin:0;}
h5.options-label strong { height:18px; font-size:13px; text-align:center; line-height:18px; padding:0 17px; border-radius:2px 2px 0 0; border-radius:1px 1px 0 0; }

input.def, textarea.def { color:#999; font-style:italic;}
input.icr, input.radio { background:none !important; border: 0px none !important; }
select { background:#fff; }
select option { padding:0px 0 0px 3px;}
input.button { padding:2px 30px; }
.reqF { color: #ff0000; }

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder { color:#999; font-style:italic;}
textarea:-moz-placeholder,input:-moz-placeholder { color:#999; font-style:italic;}
textarea::-moz-placeholder,input::-moz-placeholder { color:#999; font-style:italic;}
textarea:-ms-input-placeholder,input-ms-input-placeholder { color:#999; font-style:italic;}
input[type="text"].placeholder, input[type="password"].placeholder, textarea.placeholder { color:#999 !important; font-style:italic !important;}

.incontent { font-size:17px; margin:20px 0; color:#000; }
.incontent td, .incontent [class*="wfl"] { padding:10px; font-size:95%; line-height:1.5; }
.incontent td .pads, .incontent .fluid .pads { padding:0px 10px; }
.content .cbox .incontent h1 { line-height:1.3;margin:0 5%; text-align:left;  }
.content .cbox .incontent h3 { padding-bottom:10px; }
.incontent td img, .incontent .fluid img { width:90%; max-width:90%; display:block; margin:0 auto;}
.incontent a, .incontent td a, .incontent .fluid a { color:#1500ED; text-decoration:underline; font-size:inherit; }
.incontent a:hover, .incontent td a:hover, .incontent .fluid a:hover { text-decoration:none; }
.incontent .fbig_ { font-size:120%;}
.incontent-side a { display:block; margin:20px auto 0; }
.incontent-side img { width:220px; }
.incontent-side.imgw-150 img { width:150px; }
.incontent .text-std { font-size:13px; }
.incontent td.exp-image, .incontent [class*="wfl"].exp-image { padding:0; }
.incontent td.exp-image img, .incontent .fluid .exp-image img { width:95%; max-width:95%; }
.incontent td.full-image img, .incontent .fluid .full-image img { width:100%; max-width:100%; }
.incontent-side a { text-decoration:none; }
.incontent-side a strong { display:block; font-weight:normal; font-size:14px; padding:3px 0 10px; color:#000; }
.incontent .post-h1 { margin:0 5%; font-weight:normal;font-size:19px;line-height:1.3; }
.incontent form { margin:20px 0 0;}
.cnote { padding: 20px 40px; }

.content.uv-faqs .cbox .incontent h1 { color:#1d96db !important; margin:0 0px 40px 5%; font-size: 40px; font-weight: 300; }
.content.uv-faqs .cbox .incontent h1 img { display:inline-block; max-height:80px; margin-right:5px;position:relative;top:-3px; }
.faq-section { border:1px solid #f4a70f; padding:15px; margin: 0 0 40px; border-radius: 3px; }
.faq-section .section-header { font-size:18px; margin: 0 0 20px 0; }

.faq-section li { list-style:none; position:relative; padding:0 0 30px 50px; margin:0 0 30px 0; background:url(/images/faq-icon2.png) 4px 0px no-repeat; }
.faq-section li:after { content:"";position:absolute; bottom:0;left:50px;right:10px;height:1px;background:#ddd; }
.faq-section li:before { content:"";position:absolute; bottom:0;left:50px;height:1px; width:20px; background:#1d96db; z-index:10;} 
.faq-section li:last-child { padding-bottom:0; }
.faq-section li:last-child:after, .faq-section li:last-child:before { display:none; }

.faq-section .faq-title { font-size:16px; display:block; margin:0; padding:2px 0 10px; }
.faq-section .faq-answer {  font-size:14px; padding:0 10px 0 0; }

/* entry pages */
.ep-item { 
	position:relative; -webkit-box-sizing:border-box; box-sizing:border-box;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 61%, #ededed 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(61%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 61%,#ededed 100%);
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 61%,#ededed 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 61%,#ededed 100%);
	background: radial-gradient(ellipse at center,  #ffffff 61%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); 
}
.ep-line {  text-align:center; white-space: nowrap;}
.ep-line .ep-item { background: #ffffff; vertical-align:top; display:inline-block; width:19%; margin-right:0.5%; }
.ep-line .ep-item .image { box-shadow:inset 0 0 0 3px #9c9c9c; line-height: 1; }
.ep-line .ep-item .image.noblock { display:inline-block; max-width: 175px; width: 70%;}
.ep-line .ep-item .details, .ep-line .ep-item:hover .details { background: #ffffff; border:0px none; text-decoration:none; color:#333; }
.ep-item .hover { position:absolute; left:0; top:0; right:0; bottom:0; pointer-events: none; box-shadow:inset 0 0 0 2px #e8e8e8; }
.ep-item .image { display:block; text-align:center; padding:15px;line-height:251px; max-height: 251px; }
.ep-item .details { display:block; text-align:center; text-decoration:none; background:#f3f3f3; padding:15px; border-top: 1px solid #E8E8E8; font-size:14px; color:#2f2f2f; line-height:1.3; font-weight:600; white-space: nowrap;}

.ep-item:hover .details {background:#edecec;text-decoration:underline;}
.ep-item:hover .details {color:#cd2122;}
.ep-item:hover .details .actions {width:140px; right:4px;}
.ep-item:hover .hover {box-shadow:inset 0 0 0 3px #9c9c9c;} 
.ep-item:hover .details, .ep-item:hover .hover {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}


.how-to-sell h2 { font-size:16px; }
.food-truck-sellers { border:1px solid #ddd; }
.food-truck-sellers.acl { background:#fafafa; }
.food-truck-sellers h4 { font-size:110%; }
.food-truck-sellers img { width:auto !important; }
.food-truck-sellers .testimonial { font: 14px/17px arial, sans-serif; }
.food-truck-buyers { width:90%;min-width:300px;margin:0px auto }
.food-truck-buyers .smile { position:absolute;bottom:0px;right:-20px; }
.food-truck-broker.staff img { border:3px solid #333; max-width: 90%; width: auto; }

@media (max-width:767px)
{
	.incontent td, .incontent [class*="wfl"] { font-size:13.5px; }
	.content .cbox .incontent h1 { font-size:20px; }
	.content .cbox .incontent h2 { font-size:18px; }
}


.why-sell-here { margin:40px 0 80px 10%; }
.why-sell-here ul { margin:20px 0 0 10%; line-height:1; }
.why-sell-here li { line-height:1; margin:10px 0; padding:0 0 0 20px; }
.why-sell-here li h1 { position:relative; top:3px; padding:0; }

.panes { white-space:nowrap; text-align:center; margin:0px auto 10px; max-width:912px; }
.panes div { display:inline-block; width:20%; padding:5px; margin:0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.panes div img { border:1px solid #ddd; }

@media (max-width:600px) { 
	.panes { white-space:initial; }
	.panes div { width:32%; }
}
@media (max-width:480px) { 
	.why-sell-here { margin-left:5px; }
}

/* how to pages */
.sell-how-to h1 { font-size:40px; font-weight:900; }
.sell-how-to h2 { font-size:40px; font-weight:900; }
.sell-how-to h3 { font-size:25px; font-weight:400; }
.sell-how-to .bg-alt { background:#f0f0f0; }
.sell-how-to .bg-section { padding:50px 0; }


.how-to-steps * { -webkit-box-sizing: border-box;box-sizing: border-box; }
.sell-how-to .container { padding:0 15px; -webkit-box-sizing: border-box;box-sizing: border-box; }
.how-to-steps .step { font-size:25px; margin:0; padding:50px 0px 50px 0px; }
.how-to-steps .step .step-img { width:240px; float:left; }

.how-to-steps .step .step-info { margin:1px 0 0 280px; }
.how-to-steps .step .step-name { font-weight:900; font-size:28px; margin:0; padding:0 0 15px; color:#14b9e6; position:relative; }
.how-to-steps .step .step-text { color:#333; margin:0; padding:0 0 20px; line-height:1.3; }
.how-to-steps .step .step-things { font-size:22px; color:#000; }
.how-to-steps .step .step-thing { display:inline-block; vertical-align:top; margin:0 10px 0 0; }
.how-to-steps .step .step-thing a { text-decoration:underline; }
.how-to-steps .step .step-thing a:hover { text-decoration:none; }
.how-to-steps .step-btn { color: #fff;text-decoration: none;display: inline-block;vertical-align: top;margin: 5px 0 0 10px;font-size: 24px;font-weight: 600;padding: 8px 30px;border-radius: 6px;box-shadow: 0px 0px 6px rgba(0,0,0,.1);}
.how-to-steps .step-btn:hover { box-shadow:0px 0px 6px rgba(0,0,0,.2); }
.how-to-steps .step h3.step-name { font-size: 40px; font-weight: 900; color: #14b9e6; position: relative; padding-left: 42px; }
.how-to-steps .step h3.step-name:before { position: absolute; top: 0px; left:0px; }
.sn-1:before { content:'1. '; }.sn-2:before { content:'2. '; }.sn-3:before { content:'3. '; }.sn-4:before { content:'4. '; }.sn-5:before { content:'5. '; }.sn-6:before { content:'6. '; }.sn-7:before { content:'7. '; }.sn-8:before { content:'8. '; }


@media (max-width:767px){
	.sell-how-to h1 { font-size:24px; }
	.sell-how-to h2 { font-size:24px; }
	.sell-how-to h3 { font-size:18px; }
	.how-to-steps .step .step-img { width:180px; }
	.how-to-steps .step .step-info { margin:1px 0 0 210px; }
	.how-to-steps .step { font-size:18px; }	
	.how-to-steps .step .step-name { font-size:20px; }
	.how-to-steps .step .step-things { font-size:16px; }
	
	.how-to-steps .step.mb-step { padding: 20px 0px 20px 0px; }
	.how-to-steps .step h3.step-name { padding-left: 24px; font-size: 24px; }
	.how-to-steps .step h3.step-name:before { left: -6px; }
}

@media (max-width: 599px) {
	.how-to-steps .step .step-img { width:100%; float:none; text-align:center; }
	.how-to-steps .step .step-info { margin:20px 0 10px 0; }
	.how-to-steps .step .step-name { font-size:20px; }
	.how-to-steps .step .step-thing { display:block; margin:0 0 8px 0; }
}


/* using-great-photos-to-sell-semi-food-truck */
.page.how-to-help { font-size:27px; color:#333; }
.page.how-to-help #header .container, #header.simple-header .container { padding:5px 0; }
.page.how-to-help #header img, #header.simple-header img { height:80px; }
.how-to-help h1 { font-size:40px; font-weight:900; }
.how-to-help h2 { font-size:40px; font-weight:900; }
.how-to-help h3 { font-size:40px; font-weight:900; color:#14b9e6; }
.how-to-help h4 { font-size:28px; font-weight:900; color:#14b9e6; }
.how-to-help .how-fw { background:#fff; padding:50px 30px 50px 40px; }
.how-to-help .help-step { position:relative; padding-left:10px; }
.how-to-help .help-step:before { content:'1. '; position:absolute; top:0px; left:-30px; }
.how-to-help .help-step.hs-2:before { content:'2. '; }
.how-to-help .help-step.hs-3:before { content:'3. '; }
.how-to-help .help-step.hs-4:before { content:'4. '; }
.how-to-help .help-step.hs-5:before { content:'5. '; }
.how-to-help .help-step.hs-6:before { content:'6. '; }
.how-to-help .how-fw.how-fw-alt { background:#f0f0f0; }
.how-to-help .uls1 ul { float:left; width:50%; margin:0; }
.how-to-help .uls1 ul li { margin:3px -20px 15px 25px; padding:0 0 0 0px; list-style:disc; }
.how-to-help .uls2 ul { margin:0; }
.how-to-help .uls2 ul li { margin:0 0 14px 30px; padding:0 0 0 5px; }
.how-to-help .uls3 { background:#d1d1d1; padding: 20px 20px 20px 30px; font-weight: 600; }
.how-to-help .uls3 ul { float:left; width:50%; margin:0; }
.how-to-help .uls3 ul li { margin:0 0 14px 26px; padding:0 0 0 5px; list-style:disc; }
.how-to-help .uls4 { margin:0; }
.how-to-help .uls4 li { margin: 0 0 0 30px; padding: 0 0 0 12px; }
.how-to-help .go-upload { color:#fff; text-decoration:none; display:inline-block; vertical-align:top; margin:5px 0 0 10px; font-size:24px; font-weight:600; padding:8px 30px; border-radius:6px; box-shadow:0px 0px 6px rgba(0,0,0,.1); }
.how-to-help .go-upload:hover { box-shadow:0px 0px 6px rgba(0,0,0,.2); }


@media (max-width:767px){
	.page.how-to-help { font-size:18px; }
	.mb-ac { text-align:center; }
	.mb-block { display:block; }
	.how-to-help .mb-ac { padding-bottom:20px; }
	.how-to-help .how-fw { padding:40px 15px 40px 15px; }
	.how-to-help h1 { font-size:24px; }
	.how-to-help h2 { font-size:24px; }
	.how-to-help h3 { font-size:24px; }
	.how-to-help h4 { font-size:20px; }
	.how-to-help .help-step { padding-left:24px; }
	.how-to-help .help-step:before { left:-6px; }
}
@media (max-width:480px){
	.how-to-help .mb-al { text-align:left !important; }
	.how-to-help .uls2 ul li { margin-left: 15px }
	.how-to-help .uls3 ul { width:100%; }
	.how-to-help .uls3 ul li { margin-left: 20px }
	.how-to-help .uls4 li { margin-left: 15px }
}


.customer-join-form .loading { margin:7px 0 0 7px; float:left; }
.customer-join-form #CaptchaCode { text-align:center; }
.customer-join-form .submit-button { max-width:206px; float:left !important;}
.customer-join-form .btn { height: 32px; padding: 0 12px; line-height: 31px; }
.customer-join-form input { height: 32px; padding: 0 8px; }
.customer-join-form select { height: 32px; padding: 0 8px; }
.customer-join-form .phone-box, .customer-join-form .phone-box input { height: 32px !important;}
.customer-join-form input[type="checkbox"] { height: auto; padding: 0; }


.doform_ { margin: 10px; }
.form_ { margin:10px auto; }
.form_ input, .form_ select { font-size:13px; }
.form_ input.icr { width: auto; border:0px none; padding: auto; }
.form_ input#WhichBestOther {margin-left: 7px;  }
.form_ select {  }
.form_ em { display:block; font-weight:bold; color:#72B400; font-size:10pt; margin:5px 0px 3px; text-indent:5px;font-style:normal; }
.form_ span.wbl { width:auto; display:block; height:25px; margin-bottom:3px; padding-top:3px; font-weight:bold; color:#444;}
.form_ span.wbl label:hover { color:#72B400; }
.form_ span.wbl input.icr { margin-right:5px; }
.form_ span.req_ { padding-left:3px; color:#f00; font-weight:bold;}
input.button_ { padding: 2px 5px; width:130px; margin-top:5px;}



.content .featured_ h5 { display:block; height:35px; background:url(/images/featured_box_ttl.png) 0px 0px no-repeat; }
.content .featured_ h5 strong { float:left; background:#F4A70F; display:block; padding:0 10px 0 10px; height:28px; line-height:28px; margin-left:3px;font-size:12pt;}
.fbox { float:left; width:301px; margin:0px 0px 1px; background:url(/images/febox_back.png) repeat-x; }
.fbox .bpad { margin:3px;}
.fbox .ftop{ display:block; height:266px; background:url(/images/febox_top.png) 0px 0px no-repeat; text-align:center; }
.fbox .ftop a.fttl { display:block;height:40px; padding:30px 15px 5px; font-size:15px;line-height:20px; color:#0009BC; }

.fbox .fctl{ display:block; height:66px; overflow:hidden; position:relative; z-index:10;background:url(/images/febox_stl.png) repeat-y; text-align:justify; font-size:14px; color:#333;}
.fbox .fpad { padding: 2px 20px; position:relative; z-index:5; }
.fbox .fctl a { font-size:14px;line-height:20px;color:#00f;position:absolute; top:50px; right:10px; display:block; width:67px; height:19px;background-color:#EBEBEB;text-indent:2px;}
.fbox .fend { display:block; height:21px; background:url(/images/febox_end.png); text-align:center; }


.internalb_ { border-left:1px solid #ccc; border-right:1px solid #ccc; height:2050px; }
.message_ { margin:10px 0px; text-align:center; font-weight:bold; font-size:11pt; color:#ff6000; }
.message_black { text-align:center; font-weight:bold; font-size:11pt; color:#000; background: yellow; width: 500px; margin: 0 auto; padding: 10px; }
.floatedlink { display:block; text-align:right; margin: 5px 20px 10px 300px; }

.iwatchlist_ .icr { position:relative; top:-2px; left:3px;}
.iwatchlist_ .wform_ { border: 1px solid #ededed; }
.iwatchlist_ .wform_ td { padding:6px; }
.iwatchlist_ .wlttl { font-size:16px; color:#000; font-weight:600; margin:30px 0px 30px 10px; padding:10px;font-style:italic; }
.iwatchlist_ .wlrecent { background:#FFFF00; color:#0000FF; }
.iwatchlist_ div.wlrecent { margin:0px 0px 0px 0px; padding:3px; text-align:right; font-size:15px; font-weight:bold; }

.uptodate { color:#ff0000; font-size:14px;line-height:20px;font-weight:600;}

table.profile_info_ td { padding: 4px; }

div#overlay { position: absolute; top:0px; left:0px; right:0px; bottom:0px; z-index: 100; width:100%; height:100%; background-color:#000; opacity:.70; }

#LoginForm .span5 { border-right:1px solid #eee; }
#LoginForm h4 { color:#ff9900; font-size:16px; margin:20px 0px 20px 10px; }
#LoginForm a { display:inline-block; text-decoration:underline;}
#LoginForm a:hover { text-decoration:none;  }
#LoginForm #ForgotPassword { margin-top:10px; }

#LoginForm .loading { margin:8px 0 0 7px;}

#fpass_box { width:391px;position:absolute; top:0px; left:0px; background:#fff; border:1px solid #EDEDED; display:none; border-radius:3px; z-index:200;}
#fpass_box h5 {  display:block; margin:7px; }
#fpass_box .ctl { color:#7C7C7C; font-size: 12px; line-height:18px;}
#fpass_box .pad { padding:0px 24px 15px; }
#fpass_box input { width: 303px; margin:12px 0px 15px; }
#fpass_box select { width: 315px; margin:0px 0px 15px; }
#fpass_box a#fpass_box_x { float:right; margin:-3px -3px 0px 0px; display:block; width:30px; height:30px;background:url(/images/close.png); }

#fpass_box a.post_ { float:left; margin-left:10px; display:block; width:85px; text-align:center; border:1px solid #9ea2a5; background:#fff url(/images/inputbg.png) repeat-x; padding: 4px 5px; font-size:12px;line-height:20px; color:#595959; }
#fpass_box em#fp_load { float:left; margin: 4px 0px 0px 3px; display:block; width:16px; height:16px;background:url(/images/indicator.gif); visibility:hidden;}
#fpass_box #fp_message { font-size:11px;margin: 0px 0px 0px 0px;float:left; width:185px; height:30px; }


.acp_edit { display:block; background:url(/images/edit_inline.gif) 0px 0px no-repeat; text-indent:14px; line-height:12px; cursor:pointer;float:right;margin:5px 10px 0 0;font-style:normal;}
.acp_load { display:block; width:16px; height:16px; float:left;margin:0; background:url(/images/indicator.gif) 0px 0px no-repeat; visibility:hidden;}
.acp_boxctl * { float:none; }


.orange_box { border:4px solid #f79646; padding:10px 0 0; border-radius:20px;  position: relative; }
.orange_box form { margin:0; }
.orange_box_ttl { display:block; margin:0px auto 10px; padding:0 20px; font-size:18px; color:#669900; line-height:22px; text-align: left; }

.modern-box { border-radius:2px; border:1px solid #ddd; padding:20px 0 0; position: relative; box-shadow:0 0 7px #ddd; }
.modern-box .box_ttl { display:block; margin:0px auto 10px; padding:0px 20px 10px; font-size:16px; color:#333; line-height:1.3; }

#tooltip { position: absolute; z-index: 3000; border: 2px solid #efc543; background-color: #24CAF3; padding: 10px; }
.tooltip2 { border: 3px solid #efc543; }

.listing_url, .item-title { font-size: 15px; font-weight:600; line-height:1.3;margin-bottom:5px; }
.listing_url a, .item-title a { color:#0088cc; }
.reset { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; display: block; line-height: 1; border-collapse: collapse; border-spacing: 0; }

#EmailFormBlock { margin:0px auto 60px; padding:0; min-height:30px; }
#EmailFormBlock .row-fluid label[class*="span"] { line-height:1.3; padding-top:5px; }
#EmailFormBlock .alert { margin:10px 0px 20px; }
#EmailFormBlock textarea { height: 60px; }
#EmailFormBlock .qa-new-item textarea { height: 130px; }
#EmailFormBlock .loading { margin:-10px 0px 0px 2px; }


/* field prompts */
.field_prompt { position:absolute; margin:0; background:#333; background:rgba(10,10,10,.9);color:#fff; font-size:13px; font-weight:normal; padding:5px 10px; float:left; display:block; z-index:9000; min-width:150px;cursor:default;border-radius:3px;box-shadow: 0 0 1px #333;}
.static_prompt { background:#f7f7f7; color:#333; }
.field_prompt.note { background:rgba(255,255,255,.9); color:#333; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6); }
.field_prompt em { position: absolute;width:0;height:0;border-color: transparent;border-style: solid;}
.field_prompt em.tl, .field_prompt em.tc, .field_prompt em.tr { bottom: -5px; border-top-color: #000000;border-width: 5px 5px 0;margin-left: -5px; }
.field_prompt em.bl, .field_prompt em.bc, .field_prompt em.br { top: -5px; border-bottom-color: #000000;border-width: 0 5px 5px; margin-left:-5px; }
.field_prompt em.tl, .field_prompt em.bl { left: 20%; }
.field_prompt em.tc, .field_prompt em.bc { left: 50%; }
.field_prompt em.tr, .field_prompt em.br { left: 80%;}


/* messages / errors */
#msg { color:#333; font-size:14px; text-shadow:#fff; border:1px solid #acacac; border:1px solid rgba(0,0,0,.433); padding:15px 30px 20px; width:auto; min-width:250px; margin:0; border-radius: 2px; box-shadow: 0 4px 16px rgba(0,0,0,.2); background:#f7f7f7; background:rgba(255,255,255,.9); }
#msg h5 { font-weight:bold; display:block; font-size:15px;padding:0 0 10px 0; margin:0; }
#msg p { margin:0; padding:0;  }
#msg.error { color:#f33; border:1px solid #f66; border-top:1px solid #ddd;}
#msg.error h5 { color:#f33; }

#msg-popup { font-size:13px; position:absolute; width:600px; background:#f7f7f7; background:rgba(255,255,255,.8); color:#333; text-shadow:#fff; border-top:1px solid #ddd; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6); margin-top:-50px; border-radius:3px; }
#msg-popup .pad  { padding:25px; }
#msg-popup a.close { position:absolute; display:block; width: 16px; height:16px; top:7px; right:7px; background:url(/images/close-777.png) 50% 50% no-repeat; cursor:pointer; opacity:.8;}
#msg-popup a.close:hover { opacity:.9; }


/* confirm box */
.psconfirm { min-width:360px; padding:20px; position:absolute; z-index:9700; top:100px;left:100px; margin:-50px 0 0 0; display:none; border:1px solid #acacac; border:1px solid rgba(0,0,0,.433); border-radius:2px; box-shadow: 0 4px 16px rgba(0,0,0,.2); background:#fff; }
.psconfirm .psctl { color:#000;font-size:13px;line-height:20px; padding:0px 12px; text-shadow:1px 1px 1px #eee; }
.psconfirm .psctl h5 { font-size:16px; padding-bottom:15px;  }
.psconfirm .btn { margin:15px 15px 0 0; min-width:100px;}

.overlay { position:absolute;z-index:99;left:0px;top:0px;right:0px;bottom:0px;display:none; background-color:#000; opacity:.70;}
.next_overlay { z-index:9001 !important; }
.overlay_white { background-color:#fff !important; }

/* load indicator */
.swl-load { position:absolute !important;display:block !important;z-index:100 !important;top:0px !important;left:0px !important;width:100% !important;height:2px !important;padding:0px !important;margin:0 !important;}
.swl-load .swl-in { background:#a3cae0;display:block !important;height:2px !important; width:1%; padding:0px !important;margin:0 !important;box-shadow: 0 1px 2px rgba(17,35,45,0.6) inset;}
#uv_pwx_validate .swl-load .swl-in { background:#fff; }

.blur2 { filter: blur(2px); -webkit-filter: blur(2px); }
.blur5 { filter: blur(5px); -webkit-filter: blur(5px); }


.fluid-list .row { display:block; background:#fff; background:rgba(255,255,255,.99); margin-left:0 !important; position:relative; font-size:13px; z-index:8; }
.fluid-list .row, .fluid-list .row>div { box-sizing:border-box; }
.fluid-list.nth-color .row:nth-child(2n+1) { background:#f9f9f9; }
.fluid-list .row:before,.fluid-list .row:after { display:table; content:""; line-height:0;height:0; }
.fluid-list .row:after { clear: both; content:"";display:block;height:1px;background:#ddd; }
.fluid-list.hower-color .row:hover { box-shadow:0 0px 12px #999;z-index:9; }
.fluid-list .row.colset { height:1px; visibility:hidden;overflow:hidden; }
.fluid-list .row.colset>div { padding:0; }
.fluid-list .row.th { margin:0 0 1px; background: #ebf2f6; border-top: 1px solid #ddd; box-shadow:none !important; }
.fluid-list .row.th>div { font-weight:bold; text-transform: uppercase; font-size: 11px; }
.fluid-list .row.th a { color: #0b55c4; text-decoration: underline; font-style: normal; font-size: 100%; }
.fluid-list .row.th a .svg, .fluid-list .row.th a>em { width: 13px; margin:2px 2px 0px 0; color: #222; display:inline-block;vertical-align:top;}
.fluid-list .row>div { float:left; white-space:nowrap; min-height:5px; margin:0px 0;position:relative; padding:8px 0 8px 4px; overflow:hidden; text-overflow:ellipsis; }
.fluid-list.hard-wrap .row>div { white-space:initial; overflow:initial; }
.fluid-list .row>div.no-wrap { white-space:nowrap; overflow:hidden !important; }
.fluid-list .row>div:first-child { padding-left:8px; }
.fluid-list .row div.hw { white-space: normal !important; }
.fluid-list .row div.ac { text-align:center; }
.fluid-list .scroll { height:300px; overflow-y:auto; }
.fluid-list .row select { width:96%; }
.fluid-list .row input[type="text"] { display:block; margin:0; }
.fluid-list .row textarea { width:85%; display:block; height:80px; }

.fluid-list .row div.editable { cursor:pointer; }

.fluid-list .row div.edit-date button { width:20px; height:20px; position:absolute; top:10px; right:0px; }
.fluid-list .row div.edit-task textarea { margin-bottom:-25px; padding-bottom:25px; }
.fluid-list .row div.edit-task button { margin:0px 20px 0 0; font-size:12px; opacity:.5; }
.fluid-list .row div.edit-owner select { width:80%; }
.fluid-list .row div.edit-owner button { width:20px; height:20px; position:absolute; top:10px; right:0px; }
.fluid-list .row div.editable em.glyph { position:absolute; top:-20px; right:5px; opacity:0; }
.fluid-list .row div em.glyph { cursor:pointer; margin-bottom:-1px; }
.fluid-list .row div sup { display:inline-block; }
.fluid-list .area { padding:2px 0; display:block;width:auto; border:1px solid #aaa; overflow:hidden; }
.fluid-list .area .row:hover { box-shadow:none !important;}

#toTop { display: none; text-decoration: none; opacity:.9; position: fixed; bottom: 85pt; right: 17pt; width: 35pt; height: 35pt; text-indent: -9999px; overflow: hidden; background: rgba(0,0,0,0) url(/images/ui.totop.png) 50% 60% no-repeat !important; border-radius: 50%; z-index: 90; box-shadow: inset rgba(0, 0, 0, 0.09) 0 0 100px; }
#toTop::after { content: 'TOP'; position: absolute; left: 0; bottom: 10px; width: 100%; font-size: 9px; color: #777; text-align: center; text-indent: 2px; font-weight: 600; font-family: arial, helvetica, sans-serif; }
#toTop:hover { opacity:1; }
#toTop:active, #toTop:focus { outline:none; }

#SellerJoinForm .loading { margin:8px 0 0 7px; }
/* seller registration warning message */
#SellingNotes.modal { width:50%; left:0px; margin-left:0px;position:absolute; min-width:660px; }
#SellingNotes .modal-header { background-color: #dff0d8; border-radius:6px 6px 0 0 !important; }
#SellingNotes #SellingNotesHeader { line-height:20px; padding:0; cursor:default; }
#SellingNotes .modal-body  { font-size:12px; scrollbar-3dlight-color:#CCFFCC;scrollbar-arrow-color:#222; scrollbar-base-color:#fff; scrollbar-darkshadow-color:#fff;scrollbar-face-color:#CCFF99;scrollbar-highlight-color:#fff;scrollbar-shadow-color:#fff;scrollbar-track-color:#f4f4f4; }
#SellingNotes .modal-body p { font-size:12px; }
#SellingNotes .modal-body ul li { list-style:none; background:url(/images/bullet.png) 0px 3px no-repeat;  padding: 0px 0px 14px 25px; margin-left:10px;}

#RegDialog { position:absolute; width:600px; margin-top:-20px;z-index:100; background:#9bbb59; color:#fff; border:4px solid #fff; border-radius:60px; text-shadow:0 0 2px #334e00; }
#RegDialog .pad { margin:35px 40px 40px 65px; }
#RegDialog .bell { position:absolute; top:-65px; right:0px; display:block; width:122px;height:104px; background:url(/images/bell-float.png); cursor:pointer; }
#RegDialog h2, #RegDialog h3{ font-weight:600; margin:0; }
#RegDialog h2 { font-size:42px; display:block; position:relative; }
#RegDialog h3 { font-size:28px; text-align:center; padding:20px 0 15px; }
#RegDialog .lf-ex-slide { position:relative; }
#RegDialog .lost-pass { margin:-5px 0px -20px; }
#RegDialog .fl-link { color:#fff; text-shadow:none; display:inline-block; margin-right:10px; }
#RegDialog label.mobile-block { margin-bottom:0; display:block; }
#RegDialog input[type="text"], #RegDialog input[type="passsword"], #RegDialog input[type="email"], #RegDialog select { margin-right:20px;}
#RegDialog select option { text-indent:10px; }
#RegDialog .mobile-block { display:none;}
#RegDialog .post { text-align:center; position:relative; margin: 20px 20px 20px 0; }
#RegDialog .post .btn { width:120px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#RegDialog .loading {  position:relative; top:3px; left:30px; z-index:10; background:url(/images/ajax-loader13.gif) 50% 50% no-repeat; }
#RegDialog #jhBestOther { display:none; overflow:hidden; }
#BuyerJoinStep2 { display:none; }
#RegDialog .phone-box { width:216px; float:none; display: inline-block; color:#000; text-shadow: none; border-color:#468847;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075); }
#RegDialog .phone-box .phone-code { border-color:#468847; border-right: 1px solid #ddd; }
#RegDialog .phone-box .phone-number { width: 45% !important; }
#RegDialog .phone-box.focus { border-color:#356635;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b; }
#RegDialog .phone-box.focus .phone-code { border-color:#356635; border-right: 1px solid #ddd; }

@media (max-width:646px) {
	.row-fluid label[class*="span"] { min-height:10px; line-height: 1.2; }
	#RegDialog .phone-box { width:100%; }
	#RegDialog .phone-box .phone-number { width: 54% !important; }
	
	#RegDialog { border:1px solid #fff; width:100%; margin-top:0px; border-radius:0px; }
	#RegDialog .pad { margin:15px 10px 30px; }
	#RegDialog .bell { width:36px; height:36px; top:0px; right:0px; background: url(/images/close.png) no-repeat 50% 50%; }
	#RegDialog h2 { font-size: 29px; }
	#RegDialog h3 { font-size: 20px; padding: 10px 0px 15px; }
	#RegDialog input[type="text"], #RegDialog input[type="passsword"], #RegDialog input[type="email"], #RegDialog select { margin-right:0px;}
	#RegDialog .post { margin-right:0px; }
}






.pinit { position:relative; display:inline-block; }
.pinit .pinit-overlay { position:absolute; top:0; left:0; width:100%; height:100%; z-index:200; cursor:pointer; opacity:0; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.pinit .pinit-overlay:hover { opacity:1; }
.pinit .pinit-overlay a { height:32px; position:relative; float:right; margin:5px 5px 0 0; }
.pinit .pinit-overlay a span { width:32px; height:32px; display:inline-block; background:url(/images/share-picture.png) 0 0 no-repeat; border-radius:2px; overflow:hidden; }
.pinit .pinit-overlay a strong { color:#fff; height:24px; text-shadow:1px 1px 0px #000; position:absolute;top:4px;right:35px; line-height:24px; display:inline-block; white-space:nowrap; margin: 0 10px 0 0; padding: 0 8px; background:#000; background:rgba(0,0,0,.6); opacity:0; box-shadow: -1px -1px 0px rgba(255,255,255,0.2); border-radius:3px; -webkit-transition: all 0.1s ease-in 0.1s; transition: all 0.1s ease-in 0.1s;}
.pinit .pinit-overlay a strong i { position: absolute;top:5px; right:-6px; width:0;height:0; border-color: transparent; border-style: solid; border-width:7px 0px 7px 6px;border-color:#000; border-color:rgba(0,0,0,.6);border-top-color:transparent;border-bottom-color:transparent; }
.pinit .pinit-overlay a.zoom_ { position:absolute; top:50%; left:50%; margin:-20px 0 0 -20px; width:40px; height:40px; text-align:center; opacity:.9;  }
.pinit .pinit-overlay a.pin_ span { background-position: 0px -72px; }
.pinit .pinit-overlay a.fb_ span { background-position: 0px 0px; }
.pinit .pinit-overlay a.tweet_ span { background-position: 0px -36px; }
.pinit .pinit-overlay a:hover strong, .pinit .pinit-overlay a:active strong { opacity:1; }



#wl-slider-widget { width:300px; font-size:12px; line-height:15px; padding:0;}
#wl-slider-widget h5 { margin: 8px 5px 8px; border-bottom: 1px solid #10b6e0; }
#wl-slider-widget h5 strong { background: #10b6e0; }
#wl-slider-widget .s-left { float:left;  width:120px; height:132px; overflow:hidden; margin:0 10px 0 10px; text-align:center; }
#wl-slider-widget .s-left a { padding:0; margin:0; border:none; background: transparent; }
#wl-slider-widget .s-left h1 a { font-size:12px; display:block; text-align:left; padding:0 0 3px 5px; color:#fff; letter-spacing: 1px; text-shadow: 0px 0px 1px #333; }
#wl-slider-widget .s-left img { max-height:110px; }
#wl-slider-widget .s-right { height:94px; overflow:hidden; text-shadow: 1px 1px 0px #4fc9e8; padding:15px 7px 0 0; }
#wl-slider-widget .wl-nav { height: 32px; background: #00608C !important; }
#wl-slider-widget .wl-nav a { float:left; display:block;width:100px; white-space:nowrap ; line-height:32px; text-align:center; color:#fff; font-weight:bold; }
#wl-slider-widget .empty-list { display:none; }
#wl-slider-widget.offline .empty-list { display:block; width:300px; height:160px; margin:0; text-indent:-9999px; overflow:hidden; }




.ce-slider-cont { border-bottom:1px solid #ddd; }
.ce-slider-cont .ce-slider { position:relative; padding:20px 0 30px 0px; white-space:nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -webkit-box-sizing: border-box; box-sizing: border-box; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; }
.ce-slider-cont .ce-slides { display:inline; }

.ce-slider-cont .ce-s-arrow { position:absolute; z-index:20; left:-25px; top:50%; margin-top:-25px; width:50px; height:50px; border-radius:50%; background:rgba(255,255,255,.9); text-align:center; color:#000; line-height:50px; box-shadow: 0 1px 8px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.12); }
.ce-slider-cont .ce-s-arrow.ce-s-right { left:auto;right:-25px; }
.ce-slider-cont .ce-s-end { position:absolute; z-index:10; bottom:0px;left:0px;right:0px; height:26px; background:rgba(255,255,255,1);  }

h3.see-items-near { font-size: 20px; color: #333; padding:0 0 0 10px; }
h3.see-items-near a { color:inherit; border-bottom:1px dashed #999; text-decoration:none; }
.similar_items_avail h2 { font-size: 20px; color: #333; text-shadow: 1px 1px 0 #fff; text-align: left; padding: 10px 0 10px 10px; border-bottom: 1px solid #ddd; }
.similar_items {  position:relative; margin:0px auto; }

.sim-item { white-space:initial; cursor:pointer; padding:3px 6px 6px; opacity:1; box-sizing:border-box; display:inline-block; vertical-align:top; width:33.3%; text-decoration: none; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.sim-item.init_ { opacity:0; }
.sim-item>div { display:block; height:100%; position:relative; box-sizing:border-box; color:#000; font-size:13px; text-align:left; padding:10px 7px 30px; background: #fff; border: 1px solid rgba(0,0,0,.15); border-radius: 0px; box-shadow: 1px 3px 8px 2px rgba(0,0,0,.1); transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }

.sim-item.off_ { opacity:.7; }
.sim-item .thm { display:block; height:160px; overflow:hidden; text-align: center; }
.sim-item img { display:inline-block; margin:0px auto; vertical-align: top; }

.sim-item h3 { font-size: 13px; font-weight: 400; padding: 6px 0 0; }
.sim-item a { text-decoration: none; color:inherit;  }
.sim-item:hover a { color: #0070c0; }

.sim-item .ds { padding: 7px 0 30px; font-size: 12px; color: #555; font-style: italic; }
.sim-item .ds em { color: #0070c0; border-bottom:1px dotted #0070c0; }
.sim-item .fixed { position: absolute; bottom: 2px; left: 7px; right: 7px; }
.sim-item .fixed strong { float: left; text-align: left; height: 23px; font-weight: 400; font-size: 11px; }
.sim-item .fixed h4 { float: right; text-align: right; height: 23px; font-weight: 400; font-size: 18px; margin: -4px 0 0 33px; position: relative; }


@media (max-width: 979px) {
	.similar_items .ce-s-arrow { left:5px; }
	.similar_items .ce-s-arrow.ce-s-right { left:auto;right:5px; }
}
@media (max-width: 600px) {
	.sim-item { width:50%; }
}

/* 2013 */
.form-strong label { display:block !important; padding-left:3px; text-align: left !important; }
form label em { color:#f00; }
form .separator { padding-bottom:12px; margin-bottom:12px; border-bottom:1px dashed #ddd; }



.account .acc-nav { height:33px; }
.account .acc-nav a { float:right; margin:5px 5px 0 0; color:#aaa; text-decoration: underline; font-size: 14px;}
.account h3 { font-size:18px; color:#ff6000; font-weight:bold; margin:0 0 10px 0;}
.account .actions { margin:5px 0px 0; position:relative;  }
.account .actions div { float:left; margin:0 2% 2%; width:45%; border:1px solid #ddd; }
.account .actions div:hover { border-color:#24caf3;}
.account .actions div.noborder { border:none;}
.account .actions div a { display:block; text-align:center; }
.account .actions div a img { width:95%; max-width:253px; }
.actions form { margin:0 7px 7px 7px; }
.actions label { margin:7px 0 0 !important;min-height:17px !important;font-size:13px; color:#ff6000;font-weight:bold; }
.actions button.btn { margin:5px 0; float:none; }
.actions .loading { float:right; margin:2px 0px 0 6px;}

.city-list { width:80%; margin:10px auto; }
.city-list ul { list-style: none; float:left; width:48%; }
.city-list ul li { padding:3px 0; font-size:13px; }

/* seller page switch to partner */
.ref-company-login { text-align:right; margin:0 10px 10px; position: relative; }
.ref-company-login .btn { padding: 0px 10px; height: 30px; line-height: 31px; border-radius: 1px !important; font-size: 14px; }
.ref-company-login .dropdown-toggle .caret { margin-top:14px; }
.ref-company-login .dropdown-menu { width:100%; border-radius:1px; }
.ref-company-login .dropdown-menu li { text-align:left; }
.ref-company-login .dropdown-menu li a { font-weight:300; font-size:14px; }
.ref-company-login .dropdown-menu li a * { display:block; white-space:nowrap; text-overflow:ellipsis; }
.ref-company-login .page-auth-box-pos { width:100%; height:1px; margin:0; padding:0px; position:absolute;top:-1px; left:0; z-index:10; display:none; }
.ref-company-login .page-auth-box-overlay { z-index:10; position:fixed; top:0px;left:0px;right:0px;bottom:0px; background:rgba(255,255,255,.5); }
.ref-company-login .page-auth-box { position:relative; z-index:20; text-align:left; top:0px; }
.ref-company-login .page-auth { padding:0; margin: 0px auto; background:transparent; position: relative; top: 44px; }
.ref-company-login .page-auth .pa-pad { border: 1px solid #ddd; border-radius: 1px; box-shadow: 0 0 20px rgba(0,0,0,.3); }
.ref-company-login .page-auth form { margin: 0; padding: 20px 40px 30px; }
.ref-company-login h3 { margin:0 0 10px; }

@media (max-width:480px) {
	.ref-company-login .page-auth form { padding: 20px 20px 30px; }
	.ref-company-login .btn.submit_, .ref-company-login .btn.cancel_ { margin:5px 0; width:100%; }
}

/* Sell Inventory Forms */
#inventory-forms-holder { position:relative; z-index:190; top:0px; display:none; }
.inv-forms { padding:2px 4px; width:100%; max-width:1110px; min-height:600px; margin:10px auto 60px; background:#fff; font-size:14px; font-weight:normal; box-shadow:0 0 4px #000; border-radius:1px; }
.inv-forms.auto-height { min-height:1px;}
.inv-forms.auto-width { width:auto !important; padding:5px; }
.inv-forms.no-shadow { box-shadow:none !important; border:none !important; }
.inv-forms .inv-steps { display:none; }
.inv-forms .inv-forms-required { margin: 0px 0 20px; padding: 5px 20px;  border-radius: 1px; text-align: right;  font-weight: bold;  display:none; }
.inv-forms .inv-steps .asterix, .asterix { font-style:normal; color:#f00; text-shadow:0 0 3px #f96; float:none; display:inline-block; padding:0 0 0 3px; font-weight:700; font-size:14px; }
.inv-forms>.container-fluid { padding-left:10px; padding-right:10px; }
.inv-forms #InvStep0 { display:block; }
.inv-forms .forms-header { font-size: 14px; font-weight: 600; }
.inv-forms textarea.heasy { height:70px; }
.inv-forms .inv-head img { display:block; margin:0px auto; }
.inv-forms #inv-forms-select { min-width:360px; margin:0px auto 20px; }
.inv-forms #inv-forms-select .pad-left-1 { margin-left:20px; }
.inv-forms #inv-forms-select .pad-left-2 { margin-left:40px; }
.inv-forms #inv-forms-select .box-tags .tags_ { border-top:0px none; }
.inv-forms #inv-forms-select input { position:relative; left:-9990px}
.inv-forms #inv-forms-select .legend { margin:40px 0 0; border:0px none; padding:8px 0 15px 12px; font-weight:400; font-size:17px; }
.inv-forms #inv-forms-select label, .inv-forms #inv-forms-select>a, .inv-forms #inv-forms-select a.sub-cat { padding:0; border: 1px solid #d4d4d4; border-radius:0; display: block; margin-bottom: 5px; box-sizing: border-box;}
.inv-forms #inv-forms-select>a { position:relative; }
.inv-forms #inv-forms-select label:hover,
.inv-forms #inv-forms-select label.active,
.inv-forms #inv-forms-select>a:hover,
.inv-forms #inv-forms-select a.sub-cat:hover { border:1px solid #fff; border-color:rgba(82, 168, 236, 0.8); box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
.inv-forms #inv-forms-select em { width:20%; min-height:50px; padding:10px;display:block; float:left; text-align:center; border-right:1px solid #999; box-sizing: border-box;}
.inv-forms #inv-forms-select label:hover em,
.inv-forms #inv-forms-select label.active em,
.inv-forms #inv-forms-select a:hover em { box-shadow:inset -1px -1px 40px #fff;}
.inv-forms #inv-forms-select span { width:73%; float:left; }
.inv-forms #inv-forms-select strong { display:block; color:#333; margin:10px 0 3px 20px; font-size:14px;text-shadow:1px 1px 0px #fff;}
.inv-forms #inv-forms-select p { display:block; color:#595959; margin:0 0 0 20px; font-size:13px;text-shadow:1px 1px 0px #fff; }
.inv-forms #inv-forms-select label.asm_.active, .inv-forms #inv-forms-select label.asm_:hover { box-shadow: 0px 0 7px #f4b20f; border: 1px solid #f4b20f; }
.inv-forms #inv-forms-select .asm_ em { background:#fff; }
.inv-forms #inv-forms-select .asm_ .asm-noimg { display:block; background:#fff; width: 100%; float: none; position: relative;}
.inv-forms #inv-forms-select .asm_ .asm-noimg b { position: absolute; width: 100%; font-size: 16px; top: 48%; left:0; text-shadow: 0px 0px 6px #fff; }

.incontent-inv { width:auto;margin:0 auto; padding:0; }
.incontent-inv #inv-forms-select { width:100%;margin:0 auto; max-width:100%; }

#inv-forms-nav { width:100%; margin:20px 0; position:relative; display:none;border:1px solid #fff; border-color:rgba(82, 168, 236, 0.8); box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
#inv-forms-nav input { position:absolute;left:-9999px; }
#inv-forms-nav label, #inv-forms-nav label:hover { width:100%; padding:0 5px; margin:0 !important;background:transparent; border:none; box-shadow:none;}
#inv-forms-nav .active-cat { min-width:300px; width:70%; float:left; overflow:hidden;}
#inv-forms-nav .active-cat em { float:left; width:60px;height:40px;padding:5px; margin:0;border-right:1px solid #999; box-shadow:inset -1px -1px 40px #fff;}
#inv-forms-nav .active-cat span { float:left; margin:5px 0 0 20px; font-size:15px; }
#inv-forms-nav .buttons { text-align:right; margin:10px 20px 10px 20px; }
.inv-forms .p { margin:20px auto;  }
.inv-forms .p1 { padding:5px 20px 20px; }
.inv-forms .p_upload { padding:5px 2px 20px 15px;  }
.inv-forms .p_upload ul { list-style:none; margin:20px 0; }
.inv-forms .p_upload ul li { padding:0 0 3px 25px; color:#00f; position: relative; }
.inv-forms .p_upload ul .svg { width: 10px; height: 10px; position: relative; left: -5px; }
.inv-forms .p_upload h3 { font-size:20px; }

.agreement-content { padding:20px; margin-bottom:10px; }
.agreement-content strong { display:block; }
.agreement-content label { font-size:inherit !important;}

.inv-forms .inv-steps .control-group { margin-bottom:15px; }
.inv-forms label { font-size:13px;  }
.inv-forms label[class*="span"] { max-width:200px; white-space:initial;margin:0;min-height:auto;padding: 7px 0 3px;line-height: 1.2;}
.inv-forms label.span3 { min-width:100px; width:100px; }
.inv-forms label.hw_ { max-width:100%;white-space: normal; }

.inv-forms label.radio { padding:5px 10px 5px 30px; border: 1px solid #fff; border-radius:4px; }
.inv-forms label.radio:hover,
.inv-forms label.radio.active { background-color: #fafafa; border: 1px solid #d4d4d4; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

.inv-forms .btn .caret { float:none; }
.inv-forms fieldset, .inv-forms .fieldset { border:1px solid #ddd; padding:10px; margin-bottom:20px !important; border-radius:3px; box-shadow:0 0 3px #ddd; }
.inv-forms fieldset.legal, .inv-forms .fieldset.legal { background:#eee; border:1px solid #ccc; }
.inv-forms fieldset.legal .white-group, .inv-forms .fieldset.legal .white-group { background: #fff;padding: 0px 6px 3px;border-radius: 3px;box-shadow: inset 0px 0px 8px #ddd;border:1px solid #d9d9d9;margin: 0 -6px 10px; }
.inv-forms fieldset .btn-group-pad, .inv-forms .fieldset .btn-group-pad { margin-top:10px;margin-bottom:10px; }
.inv-forms .legend { font-size:14px; margin:-10px -10px 20px;padding:8px 0 8px 16px; font-weight:bold; border-bottom:1px solid #ddd; }
.inv-forms .legend small { font-weight:300; display:inline-block; padding:0 0 0 3px; }
.inv-forms fieldset.error, .inv-forms .fieldset.error {border-color:#953b39;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;}
.inv-forms fieldset.inactive, .inv-forms .fieldset.inactive { background:#f7f7f7; }
.inv-forms fieldset.inactive input[type="text"], .inv-forms .fieldset.inactive input[type="text"],
.inv-forms fieldset.inactive select, .inv-forms .fieldset.inactive select,
.inv-forms fieldset.inactive textarea, .inv-forms .fieldset.inactive textarea { background:#f7f7f7;}
.inv-forms fieldset.active, .inv-forms .fieldset.active { box-shadow:0 0 3px #ccc; }
.inv-forms .inline-help { margin-left:-20px;width:16px; height:16px; display:inline-block; background:#f00; color:#fff;text-align:center; cursor:default;font-style:normal; font-weight:bold; font-size:11px;border-radius:9px;}
.inv-forms fieldset .row-fluid, .inv-forms .fieldset .row-fluid { margin-top:0; }
.inv-forms .row-fluid.span12 { margin:0 !important;}
.inv-forms .row-fluid.span12 fieldset, .inv-forms .row-fluid.span12 .fieldset { margin:0 0 20px 0 !important;}
.inv-forms .control-group .controls input, .inv-forms .control-group .controls select, .inv-forms .control-group .controls textarea { margin-bottom:0;}
.inv-forms .control-group em { display:block; float:right;font-size:12px;padding:3px 15px 0 15px; text-align:right; white-space:nowrap;}
.inv-forms .control-group .pull-left { float:left; }
.inv-forms .post-row { text-align:center; margin:-10px 0 40px;}
.inv-forms .post-row button { min-width:120px; width:30%; margin:0px 40px; }
.inv-forms .post-row .loading { position:relative; z-index:10; margin:0px 0px 0 -33px;}
.inv-forms #Initials { font-weight:bold; text-align:center; text-transform:uppercase;}
.inv-forms .price-ddl { position:relative; }
.inv-forms .price-ddl .btn-group { position:absolute;right:0px;top:0px;}
.inv-forms .btn-group button { display:inline-block;width:96px; }

.inv-forms #PcUploadHolder {  }
#ProgressBarContainer, #ProgressBarContainerMyEquip, #ProgressBarContainerAv { position:absolute; z-index:2; width:100%; height:29px; text-indent:12px; display:none; }
#ProgressBarContainer .progress, #ProgressBarContainerMyEquip .progress, #ProgressBarContainerAv .progress { position:relative; margin:2px 5px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
#ProgressBarContainer .bar, #ProgressBarContainerMyEquip .bar, #ProgressBarContainerAv .bar { background-color: #1accf9; width:0%; height:20px; border-radius: 3px; }
#ProgressBarContainer .percent, #ProgressBarContainerMyEquip .percent, #ProgressBarContainerAv .percent { position:absolute; display:inline-block; top:1px; line-height:20px; font-size:12px; left:12px;text-shadow:1px 1px 0 #fff; }
#ProgressBarContainer .loading-label, #ProgressBarContainerMyEquip .loading-label, #ProgressBarContainerAv .loading-label { position: absolute; color:#000; background:#fff; background: rgba(255, 255, 255, 0.9); padding: 0px 5px; line-height: 16px; font-size: 11px; border-radius: 1px; top: 6px; right: 9px; text-indent: 0px; box-shadow:inset 0px 0px 3px #999; }
.inv-forms #UploadFieldHolder, .inv-forms #UploadFieldHolderMyEquip { height:29px; border:1px solid #75b9f0; border-radius:3px;position:relative;margin:0 5px 5px 0; cursor:pointer; }
.inv-forms #UploadFieldHolder *, .inv-forms #UploadFieldHolderMyEquip * { cursor:pointer !important; }
.inv-forms #UploadFieldHolder em, .inv-forms #UploadFieldHolderMyEquip em { position:absolute; display:block; width:100%;height:100%;z-index:3;line-height:29px;text-indent:12px; }
.inv-forms #UploadFieldHolder input, .inv-forms #UploadFieldHolderMyEquip input { display:block;width:100%;position:relative;z-index:10;opacity:.0;  }

#UploadedImages, #UploadedImagesMyEquip { padding:0; overflow:hidden; border:1px solid #fff; }
#UploadedImages.has, #UploadedImagesMyEquip.has { padding:20px 0 20px 20px; margin-bottom:20px; border-color:#75b9f0;min-height:60px; }

#UploadedImages .gitem, #UploadedImagesMyEquip .gitem { float:left; display:block; width:100px; border-radius:3px; margin:2px 10px 5px 0; border:1px solid #ddd; }
#UploadedImages .gitem:hover, #UploadedImagesMyEquip .gitem:hover { border-color:#75b9f0; }
#UploadedImages .gitem img, #UploadedImagesMyEquip .gitem img { width:100%; }
#UploadedImages .gitem em, #UploadedImagesMyEquip .gitem em { display:block; width:96px; margin:auto; overflow:hidden; text-align:center; height: 80px; overflow:hidden; margin-bottom:2px;}
#UploadedImages .gitem em a, #UploadedImagesMyEquip .gitem em a { position:relative; top:-8px; }

#UploadedImages .gitem.btn-upload-gitem, #UploadedImagesMyEquip .gitem.btn-upload-gitem { opacity:1; background:#fff; cursor:pointer; }
#UploadedImages .gitem.btn-upload-gitem.disabled, #UploadedImagesMyEquip .gitem.btn-upload-gitem.disabled { opacity:.4; cursor:default; }
#UploadedImages .gitem.btn-upload-gitem img, #UploadedImagesMyEquip .gitem.btn-upload-gitem img { width:82px; }


.inv-modal h3 { font-size:16px;  }
.inv-modal .modal-body { font-size:14px; }
.inv-modal .modal-footer { text-align:center; }
.inv-modal .modal-footer button { margin:0 20px; min-width:120px;}

#SuccessPostedEquip .alert { border-radius:0; }
#SuccessPostedEquip .modal-title { font-size:16px; }
#SuccessPostedEquip .nmodal-body { padding:30px 30px; font-size:15px; }
#SuccessPostedEquip .alert { padding:30px 40px; font-size:16px; }
#SuccessPostedEquip .inpad { padding:0px 10px 0 40px;}
#SuccessPostedEquip .cell-upload { position:relative; }
#SuccessPostedEquip .cell-upload .arrow-upload { position: absolute; top: 27px; left: -61px; width:32px;height:32px; } 
#SuccessPostedEquip .cell-upload div { position:absolute; height:1px; top:-20px; }
#SuccessPostedEquip .nmodal-footer .btn { margin: 0 20px; min-width: 120px; }

.font-size-plus { font-size: 125%; }

@media (max-width:991px){ 
	#SuccessPostedEquip .cell-upload { display:none; }
}
@media (max-width:767px){
	#SuccessPostedEquip .nmodal-body { padding:10px 10px; font-size:14px; }
	#SuccessPostedEquip .alert { padding:10px 10px; font-size:15px; }
	#SuccessPostedEquip .inpad { padding:0px 10px;}
}
@media (max-width:480px){
	.alert-gold .font-size-plus { font-size: 110%;  }
}

.inv-forms label.radio ul { list-style:disc; margin:2px 20px 5px; }
.inv-forms input[type="radio"],
.inv-forms input[type="checkbox"] { margin-top:3px; }


/* item attributes form */
ul.equip-attrx-group { list-style:none; display: inline-block; vertical-align:top; width:49%; margin:0 0 15px; padding:0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.attrx-quarter ul.equip-attrx-group { width:24.5%; }
.equip-attrx-group li { -webkit-box-sizing: border-box; box-sizing: border-box; padding:4px 8px 4px 0; line-height: 14px; }
.equip-attrx-group li.equip-attrx-header { padding-bottom:0; }
.equip-attrx-group li::before, .equip-attrx-group li::after { content: ""; display: table; line-height: 0; }
.equip-attrx-group li::after { clear: both; }
.equip-attrx-group li .x-label { position:relative; float:left; width:182px; padding:6px 20px 0 0; line-height: 1.2; text-align:right; box-sizing: border-box; cursor:default; }
.equip-attrx-group li .x-label input[type="checkbox"] { position:absolute; top:4px; right:1px; }
.equip-attrx-group li div { margin-left: 190px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.equip-attrx-group li div.text_ { padding-top:5px; }
.equip-attrx-group li div input, .equip-attrx-group li div select, .equip-attrx-group li div textarea { width:100%; margin: 0; }

@media (max-width:767px) { 
	ul.equip-attrx-group { width:100%; }
}

/* item manage page */
.item-module .inv-forms { width: auto; display: block; padding: 0; }
.item-module .gitem { position:relative; }
.item-module .p_upload { font-size:13px; }
.item-module span.label { font-weight: 300; white-space: normal; max-width:88px; opacity:.9; position:absolute; bottom:3px; right:2px; font-size: 11px; }
.item-module b.label { position:absolute;  top:3px; left:3px; }

.item-details-nav { padding:15px 0 30px 20px; }
.item-details-nav .btn { position:relative; padding:0 20px; margin:0 10px 10px 0; height:32px; line-height:31px; white-space:nowrap; box-sizing: border-box; }
.item-details-nav .btn.active { background: #0044cc; }
.item-details-nav .btn.hover { background: #0044cc; }
.item-details-nav .btn:after { content:' '; position:absolute; left: 6px; top: 7px; bottom: 7px; display:block; background:#fff; width:3px; box-shadow: 1px 1px 1px rgba(0,0,0,.5); opacity:0; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.item-details-nav .btn.active:after, .item-details-nav .btn.active:hover:after { opacity:1; }
.item-details-nav .btn:hover:after, .item-details-nav .btn.hover:after { opacity:.7; }
.item-details-tabs .details-tab { display:none; }
#SellerPriceHistory .fluid-list .row { font-size:14px; }
#price_type_group .btn { position: relative; padding: 0 16px 0 25px; width: auto; min-width: 90px; height: 28px; line-height: 28px; }
#price_type_group .btn .svg { position:absolute; left:7px; top:8px; opacity:.1; }
#price_type_group .btn.active .svg { opacity:1; }
@media (max-width:600px){
	.item-details-nav { padding-left: 0; text-align: center; }
	.item-details-nav .btn { width: 47%; margin-right: 1%; }
}


/* fb forms and info */
html.overflow-equipment { overflow: hidden; }
html.overflow-equipment #ce-widget { display:none !important; }
#equip_forms_holder { position:fixed; top:0px; left:0px; right:0px; bottom:0px; background:rgba(0,0,0,.7); z-index:100; overflow:auto; display:none; }
#equip_forms, #equip_forms * { -webkit-box-sizing: border-box;box-sizing: border-box; }
#equip_info, #equip_info * { -webkit-box-sizing: border-box;box-sizing: border-box; }
#equip_info .fb-step { display:block; margin:0; }
#equip_info .fb-step form { margin:0; }
#equip_info .fb-mod { margin: 10px 5px 20px; }
#equip_info .fb-control .control-group { margin: 0 0 5px; padding: 6px 0 10px 5px; }
#equip_info .control-group .controls b { display: inline-block; padding-top: 5px;}
#equip_forms { width:100%; max-width:1110px; margin:10px auto; background:#fff; position:relative; padding:2px 4px; display:none; }
#equip_forms .forms-header h3, #equip_forms .forms-header { font-size:14px; font-weight:600; }
#equip_forms #equip_forms_steps { height:1px; overflow:hidden; opacity:0; visibility:hidden; }
#equip_forms .equip-head { text-align:center; }
#equip_forms .close { position:absolute; top:9px; right:9px; }
#equip_forms .steps-static { margin: 0 0 20px; }
#equip_forms .forms-required { margin:0px; padding: 5px 20px;  border-radius: 1px; text-align: right;  font-weight: bold; }
#equip_forms .forms-pad { padding:10px; }
#equip_forms_nav { position:relative; border:1px solid #ddd; margin:10px 0; }

#equip_forms_nav .selected-cat { display: inline-block; min-height: 36px; min-width: 300px; vertical-align: top; width: 70%; white-space: nowrap; }
#equip_forms_nav .selected-cat a { padding:0 5px; display: block; margin: 0px; text-decoration:none; color:#333; background:transparent; }
#equip_forms_nav .selected-cat a em { float: left; width: 70px; height: 50px; padding: 5px; overflow:hidden; display: block; text-align: center; border-right: 1px solid #999; box-shadow: inset -1px -1px 40px #fff; }
#equip_forms_nav .selected-cat a em img { display: block; max-height: 100%; margin: 0px auto; }
#equip_forms_nav .selected-cat a span { float: left; padding:10px 0 3px 20px; font-size: 15px; text-shadow: 1px 1px 0px #fff; color:inherit; }
#equip_forms_nav .start-again { float: right; margin: 10px; }



#equip_cats_list .accordion-group, #equip_cats_list .accordion-inner { border:0px none; margin:0; border-radius:0; }
#equip_cats_list .accordion-inner { padding: 9px 0 9px 36px; }
#equip_cats_list .legend { margin: 40px 0 0; border: 0px none; padding: 8px 0 15px 12px; font-weight: 400; font-size: 17px; }

#equip_forms.active #equip_forms_initial { display:none; }
#equip_forms.active #equip_forms_steps { visibility:visible; height:auto; opacity:1; }


.equip-cat a { padding:0; border: 1px solid #d4d4d4; border-radius:0; display: block; margin-bottom: 5px; text-decoration:none; color:#333; }
.equip-cat a em { float: left; width: 20%; max-height: 100px; overflow:hidden; padding: 10px 0; display: block; text-align: center; border-right: 1px solid #999; }
.equip-cat a em img { display: block; max-height: 80px; margin: 0px auto;}
.equip-cat a span { float: left; width: 73%; padding:10px 0 3px 20px; font-size: 14px; text-shadow: 1px 1px 0px #fff; color:inherit; box-sizing: border-box; }
.equip-cat a:hover { border:1px solid #fff; border-color:rgba(82, 168, 236, 0.8); box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); text-decoration:none; }
.equip-cat a:hover em { box-shadow:inset -1px -1px 40px #fff; }


#fb_step_1.fb-step { display:block; }
.fb-step { font-size: 14px; padding-bottom: 40px; display:none; }
.fb-step .fb-step-header { padding: 0 10px 10px; margin: 0 10px 10px; border-bottom: 1px solid #ddd; }
.fb-step .fb-step-header h3 { font-size: 20px; }

.fb-step .fb-step-footer { text-align:center; }
.fb-step li { list-style:none; }
.fb-step input { font-size:13px; }
.fb-step input[type="text"], .fb-step select { min-height: 30px; height: 30px; border-radius: 1px; font-size:13px; }
.fb-step textarea { height: 74px; padding: 6px; font-size: 13px; border-radius: 1px; }
.fb-step select option { text-indent: 8px; padding: 4px 0; font-size:13px; }


.fb-post-btns { text-align:center; padding:10px; }
.fb-post-btns .btn { min-width: 120px; width: 30%; margin: 5px 40px; }

.fb-step .area-mods { display:inline-block; vertical-align:top; width:100%; list-style:none; min-height:40px; }
.fb-step .fb-two-columns { white-space:nowrap; }
.fb-step .fb-two-columns .area-mods { width:50%; white-space:initial; }
.fb-step .fb-two-columns .area-mods.column-1 { border:none; margin-left:0; }
@media (max-width:768px){
	.fb-step .fb-two-columns { white-space: initial; }
	.fb-step .fb-two-columns .area-mods { width:100%; display: block; }
}

.fb-mod { margin: 10px 10px 30px; background: rgba(255,255,255,.96); border: 1px solid #ddd; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.fb-mod.mod-legal { background: #eee; border: 1px solid #ccc; }
.fb-mod .fb-mod-header { padding:10px; margin:0 2px; border-bottom:1px solid #ddd; }
.fb-mod.woheader_ .fb-mod-header { display:none; }
.fb-mod .fb-mod-title { font-size: 14px; padding: 4px 0px; margin:0 0 0 10px; color:#333; font-weight:600; }
.fb-mod .fb-mod-note {font-size: 13px; color: #777; margin: 0 0 0 11px; }
.fb-mod .fb-mod-title em { font-style:normal; color:#f00; font-weight: 600; padding: 0 0 0 3px; font-size: 110%; display:none; }
.fb-mod.required_ .fb-mod-title em, .fb-mod.add_star_ .fb-mod-title em { display:inline-block; }



.fb-mod .fb-controls { padding:20px 20px 0; }
.fb-control .control-group { margin: 0 0 10px; padding: 6px 0 10px 5px;  }
.fb-control .control-group, .fb-control .control-group label { font-family: "Open Sans", helvetica, arial, sans-serif; font-size:13px; }
.fb-control .control-note { display: block; text-align: right; padding: 3px; }
.fb-control .control-label em { font-style: normal; color: #f00; font-weight: 600; padding: 0 0 0 3px; font-size: 110%; display: none; }
.fb-control.required_ .control-label em, .fb-control.add_star_ .control-label em { display:inline-block; }
.fb-control .checkbox-control { margin: 0; padding: 5px 0 5px 10px; }
.fb-control .checkbox-control .control-label input[type="checkbox"] { vertical-align:top; position:relative; left:-2px; top:-1px; }
.fb-control .checkbox-control .control-label { padding:0; margin:0; }

.fb-control label.radio { padding: 5px 10px 5px 30px; border: 1px solid #fff; border-radius: 4px; }
.fb-control label.radio ul { margin:2px 20px 5px; }
.fb-control label.radio ul li { list-style:disc; }
.fb-control label.radio:hover, .fb-control label.radio.active { background-color: #fafafa; border: 1px solid #d4d4d4; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); }

.fb-control .price-ddl { position:relative; }
.fb-control .price-ddl .btn-group { position: absolute; right: 0px; top: 0px; }
.fb-control .price-ddl .btn .caret { margin: 10px -3px 0 8px; float:none; }
.fb-control .btn, .fb-control .price-ddl .btn { border-radius: 1px; height: 30px; line-height:26px; text-align:center; padding-top: 0; padding-bottom: 0;}
.fb-control .btn i, .fb-control .btn .fa { margin-top:6px; }
.fb-control .btns-radio .btn { min-width: 70px; }
.fb-control .dropdown-menu { left: auto; right: 0; border-radius: 0; }
.fb-control .white-group { background: #fff; border-radius: 2px; box-shadow: inset 0px 0px 8px #ddd; border: 1px solid #d9d9d9; margin: 0 -6px 10px; }

.fb-control #UploadFieldHolder { height: 30px; margin: 0; position:relative; }
.fb-control #UploadFieldHolder .progress { position:absolute; top:-14px; left:0; width: 100%; height: 8px; display:none; }
.fb-control #UploadFieldHolder .btn { width:200px; }
.fb-control .upload-preview.has { padding: 20px 0 20px 20px; margin-bottom: 20px; border:1px solid #75b9f0; min-height: 60px; overflow: hidden; }
.fb-control .upload-preview .gitem { float: left; display: block; width: 100px; border-radius: 3px; margin: 2px 10px 5px 0; border: 1px solid #ddd; }
.fb-control .upload-preview .gitem em { display: block; width: 96px; margin: auto; overflow: hidden; text-align: center; height: 80px; overflow: hidden; margin-bottom: 2px; }
.fb-control .upload-preview .gitem em img { width: 82px; }
.fb-control .upload-preview .gitem .ctrl { opacity:.7; float:right; margin:3px 3px 3px 0px; color:#000; text-decoration:none; position:relative;  }
.fb-control .upload-preview .gitem .ctrl:hover { opacity:1; }
.fb-control .upload-preview .gitem.btn-upload-gitem { opacity:1; background:#fff; cursor:pointer; }
.fb-control .upload-preview .gitem.btn-upload-gitem.disabled { opacity:.4; cursor:default; }



.fb-mod.images-mod .fb-control { padding: 5px 2px 20px 15px; }
.fb-mod.images-mod h3 { font-size: 20px; }
.fb-mod.images-mod ul.upload-methods { list-style: none; margin: 20px 0; }
.fb-mod.images-mod ul.upload-methods li { padding: 0 0 3px 25px; color: #00f; position: relative; }
.fb-mod.images-mod ul.upload-methods li .svg { width:10px; height:10px; position:relative; left:-5px; }


.equip-info-attrx-groups .info-attrx-group { float:left; width:49%; min-width:260px; margin:0 0 15px; padding:0 10px; list-style:none; -webkit-box-sizing: border-box; box-sizing: border-box; }
.equip-info-attrx-groups .attrx-quarter .info-attrx-group { width:24.5%; }
.equip-info-attrx-groups .info-attrx-group label { display:block; font-weight:600; margin:0 0 5px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 5px;}
.equip-info-attrx-groups .info-attrx-group label em { display:block; font-weight:300; color:#777; float: none; text-align: left; padding: 0; }
.equip-info-attrx-groups .info-attrx-group .info-attrx-group-header { font-size: 14px; text-decoration: underline; padding: 0; margin-bottom: 10px;}






/* homepage */
.welcome {  padding:12px 0; box-shadow:0 1px 0px #bbb; background: #84e4fc; position:relative;z-index:4; background: -moz-linear-gradient(top,  #84e4fc 1%, #3dd2f8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#84e4fc), color-stop(100%,#3dd2f8)); background: -webkit-linear-gradient(top,  #84e4fc 1%,#3dd2f8 100%); background: -o-linear-gradient(top,  #84e4fc 1%,#3dd2f8 100%); background: -ms-linear-gradient(top,  #84e4fc 1%,#3dd2f8 100%); background: linear-gradient(to bottom,  #84e4fc 1%,#3dd2f8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84e4fc', endColorstr='#3dd2f8',GradientType=0 ); }
.welcome h1 { font-size:21px; line-height:25px; color:#f76d02;text-shadow:0px 1px 0px #fff; text-align:center; }
.container-homepage #uv-tiles-p { float:left; width:610px; position:relative;top:0;left:0px; min-height:1600px; }
.container-homepage .right-column { float:left; width:296px; position:relative; top:0px; left:-9999px; }

/* homepage 2k17 */
.homepage-17 { width:100%; max-width:1574px; margin:0px auto; padding:0 10px; box-sizing: border-box; }
.homepage-17 .home-content { margin-right: 310px; overflow: hidden; }
.homepage-17 .right-column { float:right; display:block; left:0px; margin:0 !important; }
.homepage-17 #uv-tiles-p { float:none; width: auto; text-align: center; }
.homepage-17 .home-present { font-size:13px; background: #f7f7f7; padding: 20px;}

.homepage-17 .ctd-banner { padding:5px 0; margin:0;  }
.homepage-17 .ctd-banner-out { margin:10px 0; padding:0 0 10px; border-bottom:1px solid #ddd; }
.homepage-17 .ctd-banner-out.ctd-off { margin-top:10px; padding:10px 0 0; border-bottom:none; border-top:1px solid #ddd; }

.homepage-17 .ctd-dreams { height:100px; padding:0 5px; background:#00ccff; white-space:nowrap; margin:10px 0; }
.homepage-17 .ctd-dreams>div { display:inline-block; vertical-align:top; box-sizing:border-box; padding:3px; width:16.6%; overflow:hidden; text-align:center; height:100%; }
.homepage-17 .ctd-dreams>div span { display:block; width: 100%; height: 100%; text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.homepage-17 .ctd-dreams>div.fst { width:50%; }
.homepage-17 .ctd-dreams>div img { max-width: 100%; max-height: 100%; display: block; margin: auto; }

.home-present .vscont { float:left; width:33.5%; }
.home-present .pscont { float:right;width:64.5%; min-height:200px; }

.home-present .video-cont { background: #f7f7f7; padding: 0px; box-sizing: border-box; min-height: 125px; position:relative; overflow:hidden; }
.home-present .video-cont .jetpack-video-wrapper { margin:0 0 10px; }
.home-present .video-cont .plyr { height:270px; }
.home-present .tsts-cont { background: #fff; color:#535353; padding: 0; box-sizing: border-box; min-height: 180px; position:relative; overflow:hidden; }
.home-present .tsts-cont h4 { padding:20px 30px 0; font-family:times; color:#999;font-style:italic; font-size:24px;font-weight:400; white-space:nowrap; }
.home-present .tsts-cont .slick-slide { padding:15px 30px 20px; }
.home-present .tsts-cont:before { content: ''; height: 32px; position: absolute; bottom: 63px; left: 0px; width: 100%; box-shadow: inset 0px -32px 23px #fff; z-index: 1; }
.home-present .tsts-cont h3 { margin:0 0 10px; color:#535353; font-size: 110%; font-style: normal; }
.home-present .tsts-cont h3 a { color:inherit; background: transparent; border: none; padding: 0; margin: 0; }
.home-present .tsts-cont .tss-slider { max-height: 200px; /* overflow:hidden; */ text-overflow: ellipsis; font-style:italic; }
.home-present .tsts-cont .show-all { position:absolute; left:0px; bottom:0px; z-index: 1; width:100%; display:block; line-height:64px; background:#f7f7f7; color:#66c; padding:0 12px; white-space:nowrap; position:relative; border-top: 1px solid #ddd; }
.home-present .tsts-cont .show-all:after, .home-present .tsts-cont .show-all:before { content:''; position:absolute; top: -1px; left:14px; border:7px solid transparent; border-top-color:#fff;}
.home-present .tsts-cont .show-all:before { content:''; top: 0px; border-top-color: #d9d9d9 }
.home-present .tsts-cont .slick-arrow { right:5px; top:50px; width:14px; height:14px; opacity: .5; }
.home-present .tsts-cont .slick-arrow:hover { opacity: .9;}
.home-present .tsts-cont .slick-arrow::before { display:none; }
.home-present .tsts-cont .slick-next, .home-present .tsts-cont .slick-next:hover { left:auto; right:10px; top:-8px; background:url(/css/svg/chevron-right.svg) 50% 50% no-repeat; }
.home-present .tsts-cont .slick-prev, .home-present .tsts-cont .slick-prev:hover { left:auto; right:32px; top:-8px; background:url(/css/svg/chevron-left.svg) 50% 50% no-repeat; }

.home-present .slcont { margin: 0px; overflow:hidden; min-height:240px; }
.home-present .slcont .slick-dots { bottom:auto; top:10px; text-align:right; }
.home-present .slcont .slick-dots li { width:32px; }
.home-present .slcont .slick-dots li a { width: 26px; height: 4px; text-indent: 9999px; border-radius:1px; }
.home-present .slcont .slick-arrow { opacity:0; right:5px; top:50px; transition: opacity 0.2s ease-in 0s; -webkit-transition: opacity 0.2s ease-in 0s; }
.home-present .slcont .slick-prev, .home-present .slcont .slick-prev:hover { left:auto; top:86px; }
.home-present .slcont:hover .slick-arrow { opacity:1; }

@media (max-width:1024px){
	.home-present .vscont { float:none; width:100%; }
	.home-present .pscont { float:none; width:100%; }
	.home-present .video-cont { float:left; width: 49%; }
	.home-present .tsts-cont { float:right; width: 49%; }
}
@media (max-width:922px){
	.homepage-17 .right-column { display:none; }
	.homepage-17 .home-content { margin-right:0; }
}

@media (max-width:481px){
	.home-present .video-cont { float:none; width: 100%; }
	.home-present .tsts-cont { float:none; width: 100%; }
	.homepage-17 .home-present { padding:20px 0; }
	.home-present .slcont { margin-bottom: 10px; min-height:180px; }
	.home-present .tsts-cont .slick-slide { padding:15px 15px 20px; }
	
	.homepage-17 .ctd-dreams { height:60px; }
}

/* feed */
.feed-nav .container { position:relative; }
.feed-nav, .feed-nav * { -webkit-box-sizing: border-box;box-sizing: border-box; }
.feed-nav { line-height:20px; font-size:15px; position:relative;z-index:3;top:0px;margin:-1px 0 -1px;box-shadow:0 0px 13px #999, inset 0 10px 30px #eee;  background:rgba(255,255,255,.96); }
.feed-nav .split { display:inline-block; vertical-align:top; }
.feed-nav .tgs-feed { display:inline-block; vertical-align:top; border-right:1px solid #ddd; }
.feed-nav .split>span { display:inline-block; vertical-align:top; position:relative; }
.feed-nav .first { padding:0 0px 0 16px;width:106px; }
.feed-nav .second { padding-left:0px; border-left:1px solid #ddd; }

.toggle-fn-search { cursor:pointer; }
#feed_form { margin:0; padding:0; }

.feed-nav .tgtf { display:inline-block; vertical-align:top; height:42px; line-height: 41px; padding: 0 20px; text-decoration:none; position:relative; }
.feed-nav .tgtf:hover { text-decoration:none; }
.feed-nav .tgtf>span { display:block; }
.feed-nav .tgtf::before { content:'';position:absolute; bottom:-1px;left:0px; width:1%;opacity:0; height:4px; background:#16c4ef; transition: all 0.2s ease-in 0s;}
.feed-nav .tgtf.active { color:#000; }
.feed-nav .tgtf.active::before, .feed-nav .tgtf:hover::before { width:100%;opacity:1;}
.feed-nav label { display:inline-block; vertical-align:top; background:#f00; margin: 0 5px 0 1px; height: 42px; line-height: 41px; padding: 0 12px; color:#fff; text-shadow: 1px 1px 0px #000; }
.feed-nav .toggle-fn-search>strong { color:#f00; display:inline-block; vertical-align:top; padding:0; height:42px; line-height:41px; font-weight:400;}
.feed-nav .toggle-fn-search>span { display:inline-block; vertical-align:top; padding:0 0 0 7px; height:42px; line-height:41px; }
.feed-nav .toggle-fn-search label { display:inline-block; vertical-align:top; width:32px; height:42px; text-align:center; line-height:41px; margin:0;background: transparent; color: #333; text-shadow: none; }
.feed-nav .toggle-fn-search::before { content:'';position:absolute; bottom:-1px;left:0px; width:1%;opacity:0; height:4px; background:#f00; transition: all 0.2s ease-in 0s; }
.feed-nav .toggle-fn-search.active::before { width:100%;opacity:1; }
.feed-nav .svg { position:relative; top:-1px; }
.feed-nav .tgs-feed>a, .feed-nav .tgtf.tgtf-pb { border-left:1px solid #ddd; position:relative; }
.feed-nav .tgs-feed>a::after { content:'';position:absolute;z-index: -1;left:0px;top:-1px; width:100%;height:1px; background:#ddd; }


.feed-nav .price-drop-cb .svg { width:16px; height:16px; margin:0 5px 0 0; }
.feed-nav .open-mefeed-cfg { width:42px; height:42px; line-height:41px; display: inline-block; margin:0px 0px 0 -42px; color: #333; text-align: center; position:relative; }
.feed-nav .open-mefeed-cfg::before { content:'';position:absolute;left:0px;top:13px; width:1px;height:16px; border-left:1px solid #aaa; }


/* feed config */
.loading-big { background:url(/images/loading48.gif) 50% 50% no-repeat; }
.info-helper { display:block; width:100%; font-size:18px; line-height:24px; text-align:center !important; color:#666; float:none; min-height:60px; padding:30px 0;  }


.tagHandler{width:100%;position:relative}
.tagHandler ul.tagHandlerContainer {background:#fff;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);border-radius:3px;border:1px solid #ccc;overflow:hidden;min-height:28px;line-height:28px;cursor:text;margin:0 0 10px;padding:0 5px}
.tagHandler ul.tagHandlerContainer li{border-radius:3px;height:14px;line-height:14px;display:block;float:left;font-size:12px; white-space:nowrap;margin:4px 5px 4px 0}
.tagHandler ul.tagHandlerContainer li.tagItem{ position:relative; color:#fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);cursor:pointer;padding:3px 8px; background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}
.tagHandler ul.tagHandlerContainer li.tagItem i { position:absolute; top:2px; left:2px; background-color:#f89406; border-radius:3px; }
.tagHandler ul.tagHandlerContainer li.tagItem:hover{ background-color:#f89406;*background-color:#df8505; }
.tagHandler ul.tagHandlerContainer li.tagInput{padding:3px 4px}
.tagHandler ul.tagHandlerContainer input.tagInputField{height:13px;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;width:inherit;background-color:#FFF;color:#666;font-size:12px;min-height:12px;line-height:12px}
.tagHandler ul.tagHandlerContainer input.tagInputField,.tagHandler ul.tagHandlerContainer input.tagInputField:focus{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none}
.tagHandler div.tagLoader{position:absolute;right:-24px;top:12px;display:none;width:16px;height:18px;cursor:default}
.tagHandler div.tagUpdate{position:absolute;right:-24px;top:14px;width:16px;height:16px;cursor:pointer;border:0px solid #000;z-index:10000;}


#myfeed-cfg { width:96%; max-width:800px; position:absolute; z-index:120; display:none; }
#myfeed-cfg, #myfeed-cfg * { box-sizing:border-box; }
#myfeed-cfg .inv-forms { margin:0; min-height:1px; padding:0 !important;  }
#myfeed-cfg .inv-steps { display:block; }
#myfeed-cfg .inv-forms fieldset { width:100%; margin:0 !important;padding-bottom:0;background:#fff; box-shadow:1px 1px 7px #bbb;}
#myfeed-cfg .inv-steps label { font-size:14px; }
#myfeed-cfg .control-group { margin: 0 5px 10px; }
#myfeed-cfg .legend.inline { border-top:1px solid #ddd;}
#myfeed-cfg .legend .btn {margin:-4px 5px 0 0 ; }
#myfeed-cfg .help-block { font-size:12px; }

#myfeed-cfg .select .btn { text-align:left; width:100%;}
#myfeed-cfg .select .btn .caret { float:right; }
#myfeed-cfg .select .dropdown-menu { width:100%; max-height: 300px; overflow-y: auto; }
#myfeed-cfg .select li.off_ { position:absolute;top:-65000px; }
#myfeed-cfg .select li a { font-size:13px; line-height:30px; }
#myfeed-cfg .select { margin:0px 7px 7px 0; float:left; width:47%; }
#myfeed-cfg .select.long { width:100%; }
#myfeed-cfg .myfeed-pad { margin:0 10px; }
#myfeed-cfg .buttons { padding:10px 10px 0; background:#fff; border-top:1px solid #ddd; }
#myfeed-cfg .buttons .btn { width:120px; margin:10px 20px 10px 0; }

#myfeed-refine { background-color: #f5f5f5; margin:20px -10px 0; display:none; }
#myfeed-preview { border-top:1px solid #ddd; min-height:100px; margin:0 -10px;padding:10px 0; }
#preview-tiles { position:relative; max-height:400px; overflow:hidden;}
#preview-tiles .gradient { position:absolute; bottom:0px; width:100%; display:block; height:40px; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 99%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(81%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1)));background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,1) 99%);background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,1) 99%);background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,1) 99%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 81%,rgba(255,255,255,1) 99%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );}
#preview-tiles-list { list-style:none; clear:both; text-align:center; }
#preview-tiles-list li { border:1px solid #ddd; background:#fff; text-align:left;padding:10px 5px; width:122px;height:110px; border-radius:2px; margin:3px 4px 0 4px; position:relative; overflow:hidden; display:inline-block; }


#myfeed-sets { position:relative; z-index:120; min-height: 270px; }
#myfeed-sets .item { width:160px; height:160px; border:1px solid #ddd; border-radius:3px; float:left; margin:0 10px 50px 0; position:relative;}
#myfeed-sets .item .icon { height:160px; width:160px; display:inline-block; display:table-cell; text-align:center; vertical-align:middle; }
#myfeed-sets .item .icon img { max-width:160px; max-height:160px; }
#myfeed-sets .item .nav { position:absolute; width:160px;height:120px;padding-top:40px; top:0px;text-align:center; display:; background:#f5f5f5; opacity:0;}
#myfeed-sets .item .nav a { margin:0px auto 40px; width:120px; }
#myfeed-sets .item:hover .nav { opacity:1;background:rgba(250,250,250,.7);}
#myfeed-sets .item .info { position:absolute; width:100%; bottom:-30px;height:20px; text-align:center; font-weight:bold; font-size:11px; padding:0; line-height:13px; }



/* feed tiles */
#uv-tiles { list-style:none; height:100%; position:relative;z-index:0; vertical-align:top; padding-top:20px;}
#uv-tiles:before,#uv-tiles:after { content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }
#uv-tiles:after {clear: both;}

#uv-tiles.static-tiles { text-align:center; }
#uv-tiles li { position:relative; float:left; width:33.3%; padding:6px 6px 10px; margin:0; -webkit-box-sizing: border-box; box-sizing: border-box; }
#uv-tiles li .irec { position:relative; text-align:left; background:#fff; border:1px solid rgba(0,0,0,.15); border-radius:0px; box-shadow: 1px 3px 8px 2px rgba(0,0,0,.1); cursor:pointer; padding:7px 7px 40px; margin:0;
	-webkit-box-sizing: border-box; box-sizing: border-box;
	overflow:hidden; width:100% height:305px; max-height:305px;
}

#uv-tiles li a { text-decoration:none; color:inherit; }
#uv-tiles li.info-helper { margin:0; cursor:default; padding:40px 0; width:auto; font-size:22px; line-height:32px; width:100%; }
#uv-tiles li.info-helper .btn { border-radius:2px; margin:5px 5px; }
#uv-tiles li .statuses { position:absolute; top:0px; left:8px; opacity:.9; }
#uv-tiles li .statuses .status { display:inline-block; vertical-align:top; font-style: normal; margin:0; height:18px; font-size:11px; color:#fff; line-height:18px; border-radius:0px 0px 3px 3px; text-shadow:1px 1px 0px #000; }
#uv-tiles li .statuses .status .svg, #uv-tiles li .drop-status .svg { width:12px; height:12px; }
#uv-tiles li .status.sponsored { background:#04304b; margin:0 8px 0 0; padding:0 10px; }
#uv-tiles li .status.special { background:#f00; margin:0 8px 0 0; padding:0 10px; }
#uv-tiles li .status.deal { background:#f60; margin:0 8px 0 0; padding:0 10px; }
#uv-tiles li .status.sold { background:#444; margin:0 8px 0 0; padding:0 10px; }
#uv-tiles li .status.pricedrop { background:#f00; padding:0 10px; }
#uv-tiles li .status.pricedrop span { padding-left:5px; }

#uv-tiles li .img { height: 315px; overflow:hidden; display:block; text-align: center; }
#uv-tiles li .img img { max-width: 100%; max-height: 305px; display:inline-block; vertical-align: middle; }

#uv-tiles li .tl-label { height:22px; line-height:22px; font-size:12px; width:125px; position:absolute; top:5px; left:5px; text-align:center; font-weight:600; color:#0077e0;text-shadow:1px 1px 0 #fff; border:1px solid #aaa; border-radius:2px; opacity:.85; background-color:#f7f7ff; cursor:pointer; }
#uv-tiles li .tl-label:hover { border-color:#4390fc;}
#uv-tiles li .tl-label em { float:right; background:url(/images/star_icon.png) 50% 50% no-repeat; display:block; height:20px; width:20px; margin:1px 2px 0 0; }
#uv-tiles li .tl-label em:before { content:""; width:1px; height:14px; position:relative;left:-2px; top:3px; background:#aaa; display:block; }
#uv-tiles li .star,
#uv-tiles li .load { width:18px; height:18px; background:#fff url(/images/star_icon.png) 50% 50% no-repeat; position:absolute; top:5px; right:5px; border:1px solid #ccc; border-radius:2px; opacity:.85; z-index:5;}
#uv-tiles li .load { background:#fff url(/images/loading-small.gif) 50% 50% no-repeat; z-index:25;}
#uv-tiles li .rm { width:20px; height:20px; background:#fff; position:absolute; top:4px; right:3px; z-index:6;}
#uv-tiles li:hover em.star { opacity:0;  }
#uv-tiles li .rm:hover { opacity:1; }
#uv-tiles li .hover {  display:none; }
#uv-tiles li .info { position:absolute; bottom:0px; left:0px; padding:3px 0 0; width:100%; background:#fff; background: rgba(255,255,255,.94); }
#uv-tiles li .info h3, #uv-tiles li .info .prefix { margin:1px 7px 3px; display:block; font-size:13px; font-weight:400; position:relative; }
#uv-tiles li .info h3::after, #uv-tiles li .info .prefix::after { content:''; height:12px;width:100%; position:absolute;bottom:0px;left:0px;box-shadow: inset 0 -7px 13px #fff; }

#uv-tiles li .info .fixed { /* border-top:1px solid #ddd; background:#f7f7f7; */ display:block;padding:3px 7px; height: 23px; line-height:22px; font-size:13px;}
#uv-tiles li .info strong { float:left;text-align:left; height:23px; font-weight:400; font-size:11px; }
#uv-tiles li .info h4, #uv-tiles li .info em { float:right; text-align:right;height:23px; font-weight:400; font-size:13px; }
#uv-tiles li .info h4 { font-size: 18px; margin: -4px 0 0 33px; position:relative;} 
#uv-tiles li .info h4.price-drop { color:#f00; }
#uv-tiles li .info .price-was { color:#111; font-size:13px; font-style:italic; margin:-2px 0px 0 0; float:right; }
#uv-tiles li .info h4 .drop-status { position:absolute; top:0px; right:100%; text-align:center;  border-radius:2px;
	font-size: 10px; font-weight:600; color: #fff; padding:0; width: 18px; height: 18px; line-height: 18px; text-shadow: 1px 1px 0px #000; background: #f00; opacity: .9; white-space: nowrap; margin: 3px 6px 0 0;
}
#uv-tiles li .info h4 .drop-status span { padding-left:5px; }

#uv-tiles li:hover { border-color:#ccc;}
#uv-tiles li:hover .hover { display:block; }

#feed-pages { font-size: 14px; }
#feed-pages .list-more { border:1px solid #ddd; color:#0088cc; text-align:center; text-transform:uppercase; cursor:pointer; background:#fff; margin: 20px 8px 0; padding: 10px 0; transition: all 0.1s ease-in 0s; }
#feed-pages .list-more:hover { background:#16c4ef; color:#fff; }
.list-pages { padding: 30px 10px 40px; font-size: 14px; text-align: left; }
.list-pages .pages_note { font-weight:600;font-size:15px; color:#E8AA27; padding:0 0 8px 0px; }
.list-pages .per-page { float:right; padding: 5px 0 0; }
.list-pages .per-page span { line-height: 24px; }
.list-pages .per-page select { width:70px; margin:0 0 0 7px; }
.list-pages .total { display:block; margin-right:10px; padding:10px 0 10px 0px; }
.list-pages .pages { display: inline-block; vertical-align: top; padding: 0 0 10px; }
.list-pages .pages a { display:inline-block; color:#0088cc; vertical-align:top; margin:0 4px 0 0; padding:8px 15px; border-bottom:1px solid #ddd; transition: all 0.1s ease-in 0s; }
.list-pages .pages a.active, .list-pages .pages a:hover { border-bottom:2px solid #16c4ef; text-decoration:none; }




@media (max-width: 1200px) {
	#uv-tiles li { width:33.3%;  }
	#uv-tiles li .irec { height:215px; max-height:215px; }
	#uv-tiles li .img { height: 220px; }
	#uv-tiles li .img img { max-height: 210px; }
}
@media (max-width: 1199px) {
	.feed-nav .tgtf { padding: 0 12px; }
}

@media (max-width: 768px) {
	.homepage-17 { padding:0 0px; }
	#uv-tiles { background-color: #f7f7f7; }
	#uv-tiles li { padding:4px 4px 6px; }
}
@media (max-width: 600px) {
	#uv-tiles li.info-helper { font-size:16px; line-height:23px; }
	#uv-tiles li.info-helper .or_ { display:block; text-transform:uppercase; text-align:center; }
	#uv-tiles li.info-helper .btn { font-size:16px; }
	#uv-tiles li { width:50%; }
	#uv-tiles li .irec { padding:0px 0px 40px; }
	#uv-tiles li .status.pricedrop span { display:none; }
}


/* tiles item preview */
#float-item {  }
#float-item .close { position: absolute; z-index: 10; top: 4px; right: 4px; width: 32px; height: 32px; background: rgba(255,255,255,.9); line-height: 31px; text-align: center; font-weight: 100; font-size: 30px; color: #777; opacity: 1; text-decoration:none; }
#float-item .close:hover { color:#111; }
#float-item .nmodal-header { border:0px none; padding: 20px 30px 0 20px; }
#float-item-backdrop { background:rgba(255,255,255,.7); }
#float-item .modal-title { font-size: 24px; }
#float-item .modal-title a { color:inherit; text-decoration:none; }
#float-item .modal-title a:hover { text-decoration:underline; }
#float-item .modal-title-sub { font-size: 16px; color: #555; padding: 4px 0 4px 4px; }
#float-item .modal-title-sub strong { color:#000; }
#float-item .modal-body { font-size:15px; overflow:visible; padding:15px 10px 20px; text-align:center;max-height:1000px;}
#float-item .gallery { width:300px; display:block; float:left; }
#float-item .gallery .border { display:block; }
#float-item .info { display:block; margin:0 0 0 330px; text-align:left;}

#float-item .gallery .pri { width:300px; height:252px; display:block;text-align:center; position:relative; }
#float-item .gallery .pri img { max-width:300px; max-height:220px; }
#float-item .gallery .pri em { position:absolute; bottom:-5px; left:134px;display:block; width:32px; height:32px; background:url(/css/svg/search-plus.svg); opacity:.2;}
#float-item .gallery .pri:hover em { opacity:.6;}
#float-item .gallery .thumbs { list-style:none; text-align:center; margin:10px 0 0 5px; padding:5px 0;border-top:1px solid #ddd; }
#float-item .gallery .thumbs li { width:60px; text-align:center; display:inline-block; margin:0px 5px 0; float:left;  }
#float-item .gallery .thumbs li img { height:50px; border:3px solid #fff; cursor:pointer;  }
#float-item .gallery .thumbs li.active img{ border-color:#8f6513; }

#float-item .info .p { padding:5px 5px 20px 0; display:block; min-height:120px; }
#float-item .pb { margin:10px 0 20px; line-height:1.5; }
#float-item .pb .pbnow { font-size:120%; font-weight:600; }
#float-item .pb .pbds { color:#f00; font-weight:600; }
#float-item .loc { display: block; font-weight: 600; color: #000; margin: 10px 0; }
#float-item .dst { margin:0 0 10px; }
#float-item .info .buttons { display:block; text-align:center; border-bottom:1px solid #ddd; margin:0px 0 0;}
#float-item .btn { min-width:120px; display:inline-block !important; margin:20px 20px 15px; }
#float-item .ads { display:block; text-align:center; padding:20px 20px 20px; }
#float-item .me-first-ad { width:100%; max-width:320px; margin:0px auto; }


@media (max-width: 640px) {
	#float-item .modal-title { font-size:22px; }
}

.user-nav { position:relative; text-align:center; margin:0px 0px 20px; padding:12px 0 0; border:0px; border-radius:0px; border-bottom:1px solid #ddd; background:#f7f7f7; }
.user-nav .btn { min-width: 112px; margin: 0 6px 10px 0; padding: 0px 10px; height: 30px; line-height: 31px; border-radius:1px; font-size: 14px; }
.user-nav .btn i { float:right; width:16px;height:16px; margin:8px -8px 0 2px; }
.user-nav .btn:hover i { background:url(/images/bullet_blue.png) no-repeat; }
.user-nav .btn.cur_ i { background:url(/images/bullet_orange.png) no-repeat; }
.user-nav em { float:left; margin:8px 5px 0 0; }
.user-nav .svg { float:left; width:13px; height:13px; margin:9px 5px 0 0; }

@media (max-width: 480px) {
	.user-nav .btn { width:39%; }
}
/* seller panel auto save manager */
#asm_unsaved_alert { position: absolute; left: 1px; top: 46px; z-index: 10; text-align: left; width:45%; min-width: 460px; max-width: 100%; display:block; } 
#asm_unsaved_alert .popover-title { font-weight:600; background:transparent; border:0px none; font-size: 16px; padding: 14px 14px 6px; }
#asm_unsaved_alert .popover-content { padding: 9px 14px; }
#asm_unsaved_alert .arrow { left:60px; }
#asm_unsaved_alert .arrow::after { border-bottom-color: #fff; }
#asm_unsaved_alert .close_ { position: absolute; color:#777; top: 0px; right: 2px; width: 32px; height: 32px; text-align: center; line-height: 32px; font-size: 24px; text-decoration: none; }
#asm_unsaved_alert .close_:hover { color:#333; }
#asm_unsaved_alert .asm-btns { text-align: center; margin: 14px 0px 0px; padding: 13px 0; background: #f7f7f7; border-top: 1px solid #ededed; }
#asm_unsaved_alert .asm-btns .btn { font-weight:400; margin: 5px 10px; min-width:100px; }


@media (max-width:600px){
	#asm_unsaved_alert { width:auto; right:1px; min-width:300px; }
}

/* user profile */

.user_heading {padding:0 20px; position:relative;  }
.user_heading .user_avatar {float:left;top:10px;position:relative; max-width:320px;width:50%; text-align:center; }
.user_heading .user_avatar .default-avatar .btn-file-remove { display:none; }
.user_heading .user_avatar .thumbnail { min-height:90px;max-width:320px; width:95%; border-radius:1px; background-color:#fff; }
.user_heading .user_heading_info { overflow:hidden;padding:5px 5px 5px 20px; margin:0;}
.user_heading .user_heading_info h1 {font-weight:normal; font-family:sans-serif; color:#666; font-size:24px; line-height:24px; margin:0; padding:0; }
.user_heading .user_heading_info h1 .pri-data { border-bottom: 1px dashed #999; padding: 0 0 5px; margin: 0 0 5px; display: inline-block; vertical-align: top;}
.user_heading .user_heading_info h1 .sub-data { font-size: 17px; display: inline-block; vertical-align:top; color: #aaa; font-weight: 600; }
.user_heading .user_actions { position:absolute; bottom:10px; right:0px; border:1px solid:000;font-size:0; text-align:right; }
.user_heading .user_avatar .fileupload-controls { position:absolute; top:30px; left:20px; margin-left:100%;width:200px; text-align:left;}
.user_heading .user_avatar .fileupload-controls.hidden-controls { left:-10000px;}

.user_content {border-top:1px solid #e3e3e3;padding:40px 20px 20px}
	
.control-form .heading_a {margin:0px 0 16px;border-bottom:1px dashed #e3e3e3;padding:0 2px 6px;font-weight:normal; font-size:16px; line-height:16px; color:#333; }
.control-form .control-group +.heading_a { margin-top:30px; }
.control-form .control-group { border-bottom:1px solid #eee; }
.control-form label { font-size:14px; white-space:nowrap; text-align:right; padding:5px 5px 0 0; color:#777; min-width:100px;}
.control-form label i { display:inline-block;width:5px;min-height:1px; color:#f00; visibility:hidden;}
.control-form.active-form label i { visibility:visible; }
.control-form p { font-size:14px; white-space:nowrap; padding:6px 0 6px 7px; position:absolute; }
.control-form p.ref-textarea { position:relative; }
.control-form .static-set { position:relative; min-height:36px; }
.control-form input, .control-form select { position:absolute; }
.control-form .static-set .input-set { position:relative; }
.control-form .static-set .input-set em.toggle-password { position: absolute; top: 0px; right: 0px; width: 32px; height: 28px; line-height: 28px; text-align: center; cursor: pointer; z-index: 10; opacity:.6; }
.control-form .static-set input, .control-form .static-set textarea, .control-form .static-set select, .control-form .static-set .input-set, .control-form .static-set button, .control-form .static-set .phone-box, .control-form .static-set .btns-box { display:none; }
.control-form .static-set textarea { height:300px; font-size:14px; }
.control-form .btn { width:150px; }

.static-set .btns-box .btn { width:70px; }
.static-set .btns-box .btn .glyph { opacity:.2; }
.static-set .btns-box .btn.active .glyph { opacity:1; }
.static-set.notes-set { height:48px; }
.static-set.notes-set small { position:absolute;bottom:2px;left:9px;white-space:nowrap; }

#FormEditUser.control-form label { padding:1px 5px 0 0; }

.phone-box { height:28px;margin-left:0 !important; white-space: nowrap; border:1px solid #cccccc; background:#fff; transition: border linear .2s, box-shadow linear .2s;}
.phone-box.focus {  border-color: rgba(82, 168, 236, 0.8); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
.phone-box .phone-ddl-box { width:58px !important; display:inline-block;vertical-align:top; }
.phone-box .phone-code { width:60px !important;top:-1px;position:relative; border-radius:2px 0 0 2px; }
.phone-box .phone-dial-code { font-size:14px; display:inline-block;vertical-align:top; padding:4px 0 4px 2px; height:20px;line-height:20px; }
.phone-box .phone-number { width:60% !important; background:transparent !important; border: 0px none; box-shadow:none !important; height: 28px; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

.uns-ctrl .heading_a { border:0px none; line-height:22px; padding-top: 4px; min-width:160px; }
.uns-ctrl .uns-notes { font-size:13px; }
.uns-ctrl .control-group { padding-bottom:16px; margin-bottom:30px; }
.uns-ctrl .controls { margin:0; }
.uns-ctrl .btn { width:100px;  }
.uns-ctrl .uns-post .btn { width:150px;  }

#SubscriptionModal .uns-ctrl .control-group { padding-left:30px; }

/* file upload */
.btn.btn-file{overflow:hidden;position:relative;vertical-align:middle}
.btn.btn-file > input[type=file]{width:100%;position:absolute;left:0;top:0;opacity:0;cursor:pointer;margin:0;}
.fileupload{margin-bottom:9px}
.fileupload .uneditable-input{display:inline-block;margin-bottom:0;vertical-align:middle;height:28px !important;-webkit-box-sizing: border-box;box-sizing: border-box}
.fileupload .thumbnail{overflow:hidden;display:block;vertical-align:middle;text-align:center}
.fileupload .thumbnail img{display:block;max-height:100%}
.fileupload .btn{vertical-align:middle}
.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none}
.fileupload-inline .fileupload-controls{display:inline}
.fileupload-new .input-append .btn-file{border-radius:0 2px 2px 0}
.fileupload .fileupload-preview {vertical-align:middle}
.fileupload .close.fileupload-exists {vertical-align:middle}


.user-modal.modal, .services-modal.modal { width:50%; left:0px; margin-left:0px;position:absolute; min-width:320px; max-width:640px; }
.user-modal .modal-header { background-color: #dff0d8; border-radius:6px 6px 0 0 !important; }
.services-modal .modal-header { color:#fff; background-color:#0096d6; border-radius:4px 4px 0 0 !important; }
.user-modal .modal-header h3, .services-modal .modal-header h3 { font-size:16px; line-height:20px; padding:0; cursor:default; }
.user-modal .modal-body, .services-modal .modal-body { font-size:14px; padding-top:30px;padding-bottom:30px; }
.services-modal .modal-header .close { opacity:.5; }

#EmailUsSet { z-index:100; margin-top:-22px; overflow:hidden; display:none; }
.hidden-set { margin-top:-500px;  }
#EmailUsSet .well { border-radius: 0 0 3px 3px;padding:0; box-shadow:inset 0 0 10px #999; min-height:0; }
#EmailUsSet .well .well-content { margin:15px; border:1px solid #ccc; padding:20px 20px 0; background:#fff; background:rgba(255,255,255,.8);}
#EmailUsSet .control-group { border-bottom:none; }
#EmailUsSet .loading { margin:0 5px 0 0; }
#FormEditUser .loading {margin:0 0 0 5px;}
#EmailUsSet .btn-group .btn { width:auto; font-weight:bold; }
#EmailUsSet .control-group.radio { border:1px solid #fff; padding:5px 10px 5px 30px; border-radius:4px; }
#EmailUsSet .control-group.radio:hover,
#EmailUsSet .control-group.radio.active { background-color: #fafafa; border: 1px solid #d4d4d4; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
#EmailUsSet .control-group.radio label { text-align:left; }


/* seller panel additional */
.listing-how-to strong { font-size:22px; display:block; }
.listing-how-to .vthm_ { position:relative; display:inline-block; vertical-align:top; border:2px solid #fff; }
.listing-how-to .vthm_:hover { border-color:#3a8bb0; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; }

.sp-parts { display:none; }
#listings-details { min-height: 480px; }
#listings-details .items { margin:10px 0; }
#listings-details .items .items-bnrs { padding:0 0 16px; }
#listings-details .items .item { padding:0; line-height:1.2; border: 1px solid #d4d4d4; border-radius:0; margin:0 0 16px; position:relative; min-height:99px; -webkit-box-sizing: border-box;box-sizing: border-box; }
#listings-details .items .item * { -webkit-box-sizing: border-box;box-sizing: border-box; }
#listings-details .items .item:hover, #listings-details .items .item.active { border:1px solid #fff; border-color:rgba(82, 168, 236, 0.8); box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
#listings-details .items .item .item-services-nfo { margin:0; cursor:pointer; }
#listings-details .items .item .label { border-radius:0; display:inline-block; text-transform:uppercase; padding: 2px 8px; margin:0 0 5px; font-size: 11px;  }
#listings-details .items .item .label.label-service { background:#f9db34; color: #333; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35); }
#listings-details .items .item .item-services { display: block; margin:5px 0 0; min-height: 33px; }
#listings-details .items .item .item-services li { font-size:13px; margin: 0 0 2px 10px; padding: 0; }
#listings-details .items .item .thm { display:inline-block; vertical-align:top; width:20%; text-align:center; margin:3px 0; padding:0 0 0 3px; }
#listings-details .items .item .nfo { display:inline-block; vertical-align:top; width:80%; padding:12px 0 12px 10px; white-space:initial; }
#listings-details .items .item strong { display:block; font-size:16px; margin:0;}
#listings-details .items .item p { font-size:12px; margin:0 0 5px; padding:0; }
#listings-details .items .item .ctn { display: inline-block; vertical-align: top; margin:0; padding:10px 0; font-size: 12px; cursor: default; }

#listings-details .items .item a.actions { display:inline-block; text-decoration:none; background:#08c; color:#fff; font-size:12px; font-weight:600; line-height:16px; padding: 4px 12px; white-space:nowrap; margin:5px 0 0; border-radius: 2px; }
#listings-details .items .item a.actions:hover { background:#333; }

#listing-details { width:100%; overflow:hidden; }
#listing-details { margin:10px 0 20px; border-top:1px solid #ddd; }
#listing-details .input, #listing-details .textarea { font-weight:600; }
#listing-details .textarea { padding-left:10px; }
#listing-details label.radio input { display:none; }
#listing-details .inv-forms label[class*="span"] { max-width:100%; padding-top:0; }
#listing-details .gitem em { margin:9px 0 !important; }

@media (max-width:767px){
	#listings-details .items .items-bnrs { display:none; }
	#listings-details .items .item .nfo-pri { padding-bottom:10px; margin-bottom:10px; border-bottom:1px dashed #ddd; }
	.listing-how-to { margin:0 0 40px 30px; }
}
@media (max-width:480px){
	.listing-how-to { margin:0 0 30px 0; }
}

#floating-header { position:relative;display: block;z-index:60; margin-bottom:20px; }
.stickySlide.fhf {position: fixed !important;top:0px;z-index:1;}
.fn-search-ext { position:relative;z-index:2; height:1px; top:1px; }
.fn-search-ext .toggle-fn-search { float: left; margin:0 15px 0 0px; width: 28px; height: 28px; line-height: 27px; text-align: ceneter; padding:0; }
.fn-search { position:absolute; width:100%;top:0;display:none;border-radius:0;border-width:0 0 1px; top:-35px; }
.fn-search .container { padding:12px 6px 4px 15px; }
.fn-search .select, .fn-search input, .fn-search button { float:left; margin:0px 10px 6px 0; }
.fn-search .select.long { width:375px; }
.fn-search .select .btn { display:block; text-align:left; }
.fn-search input { width:140px; }
.fn-search .select .dropdown-menu { width: 100%; border-radius:1px; }
.fn-search .btn-submit { width:120px; }


/* */
.float-auth { display:none; font-size:14px; position:absolute; z-index:250; top:0; left:0; width:400px; background:rgba(204,204,204,.9); border-radius:1px;}
.float-auth .pad { margin:0px; padding:0px !important; background:#fff; border-radius:1px; border: 1px solid #e2e5ec; }
.float-auth .fl-top { display:block;position:relative;top:1px; margin:0px 0px 20px; padding:12px 44px 0px 30px; border-bottom:1px solid #e2e5ec; box-shadow: inset 10px 10px 10px rgba(0,0,0,.03); background: #f2f3f8; color: #111; min-height: 48px; box-sizing: border-box; }
.float-auth .fl-close { position:absolute; top:1px; right:1px; width: 48px; height: 48px; text-align: center; line-height: 47px; background: rgba(255,255,255,.5); border-left: 1px solid rgba(0, 0, 0, .2); border-bottom: 1px solid rgba(0, 0, 0, .05); color: #999; font-size: 22px; text-decoration: none; font-weight: 100; }
.float-auth .fl-close:hover { color:#333; }
.float-auth h5 { font-size:18px; font-weight:600; }
.float-auth h6 { font-size:15px; padding-bottom:10px; font-weight:600; }
.float-auth input { height: 32px; padding: 0 8px; }
.float-auth select { height: 32px; padding: 0 8px; }
.float-auth .phone-box, .float-auth .phone-box input { height: 32px !important;}
.float-auth input[type="checkbox"] { height: auto; padding: 0; }
.float-auth small { margin:0px; padding:7px 0; display:block; font-size:13px; color: #777; }
.float-auth ul { list-style:none; overflow:hidden; min-width:100px; }
.float-auth ul li { display:none; margin:0 0 20px; }
.float-auth label { display:block; font-size:14px; margin:0px;padding:8px 0 2px 3px;}
.float-auth .static-slide input.static-width { width:280px; }
.float-auth .static-slide select.static-width { width:292px;}
.float-auth .fl-ctrls { padding:10px 0 0 0; }
.float-auth button { min-width:150px; height:32px; float:left; }
.float-auth .cancel_ { margin-left:20px; }
.float-auth label.checkbox { float:left; margin: 6px 0px 0px 20px; }
.float-auth a.fl-link { float:right; margin:6px 0px 0 0px; }
.float-auth a.fl-password { margin:7px 0px 0px 0px; }
.float-auth #bnFlLogin, .float-auth #bnFlCmpLogin { min-width: 130px; }

.float-auth.open-sign-up #bnFlLogin, .float-auth.open-sign-up #bnFlCmpLogin { margin: 0px 0px 8px; }
.float-auth .sublink_ { display: inline-block; margin: 15px 0 0 5px; }
.float-auth .sublink_.inactive { text-decoration:none; visibility:hidden; }

.float-auth form { margin:0px auto; width:290px; }
.float-auth .fl-fb { display:none; border-top:1px solid #fff;clear:both; }
.float-auth .or { border-top:1px solid #ddd; display:block; height:1px; text-align:center; margin:25px 0 20px; }
.float-auth .or em { display:inline-block; position:relative;top:-12px; padding:2px 8px; font-size:14px; font-weight:bold; background:#fff; color:#666;}

.float-auth .fl-fb .btn-fb { float:none; width:290px; background-color:#3b5998;background:#30497e no-repeat;background:-webkit-gradient(linear,left top,left bottom,from(#3b5998),to(#273b65)) no-repeat;background:-moz-linear-gradient(top,#3b5998,#273b65) no-repeat;background:-o-linear-gradient(top,#3b5998,#273b65) no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=linear,startColorstr='#FF3B5998',endColorstr='#FF273B65');-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3b5998',EndColorStr='#273b65');border:1px solid #273b65;border-top:1px solid #36518a;border-bottom:1px solid #213153;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset,0 1px 1px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset,0 1px 1px rgba(0,0,0,0.3);box-shadow:0 1px 0 rgba(255,255,255,0.2) inset,0 1px 1px rgba(0,0,0,0.3);text-shadow:0 -1px 1px #24375d; padding-left:37px; padding-right:20px; margin:0 !important; }
.float-auth .fl-fb .btn-fb:hover { background-color:#4563a2;background:#3a5388 no-repeat;background:-webkit-gradient(linear,left top,left bottom,from(#4563a2),to(#31456f)) no-repeat;background:-moz-linear-gradient(top,#4563a2,#31456f) no-repeat;background:-o-linear-gradient(top,#4563a2,#31456f) no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=linear,startColorstr='#FF4563A2',endColorstr='#FF31456F');-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#4563a2',EndColorStr='#31456f') }
.float-auth .fl-fb .btn-fb em { background:url(/images/small_white_facebook_f.png) 50% 50% no-repeat; width:11px; height:26px; float:left; margin:-2px 0 -3px -36px;width:36px; border-right:1px solid #999; }
.float-auth .loading { float:left; margin:7px 5px 0 -20px}
.float-auth .btn-big { display:block; margin:5px auto 10px; float:none; font-size:16px; font-weight:bold; padding:7px 0px; width:100%; }

.float-auth.fl-register { width: inherit; max-width: 800px; min-width: 400px; }
.float-auth.fl-register form { width: 90% !important; margin: 0 30px !important; padding: 0 !important; }
@media (min-width: 768px)
{
	.float-auth.fl-register form { margin: 0 0px 0 30px !important; width:100% !important; }
}


.page-auth { width:100%; max-width:460px; border-radius:1px; padding:0px; margin:100px auto; font-size:14px; }
.page-auth * { -webkit-box-sizing: border-box;box-sizing: border-box; }
.page-auth .pa-pad { margin:0; background:#fff; border:1px solid rgba(0,0,0,.2);border-radius:1px;}
.page-auth .pa-top { display:block;position:relative;top:1px; margin:0px 0px 20px; padding:11px 44px 12px 30px; border-bottom:1px solid #e2e5ec; box-shadow: inset 10px 10px 10px rgba(0,0,0,.03); background: #f2f3f8; color: #111;}
.page-auth form { margin:0; padding: 10px 44px; }
.page-auth form input[type="text"], .page-auth form input[type="password"] { width:100%; height:36px; padding:0 8px; }
.page-auth h5 { font-size:18px; font-weight:600; margin:0; border:none; }
.page-auth h6 { font-size:15px; font-weight:600; margin:0; border:none; }
.page-auth small { margin:0; display: block; font-size: 12.5px; color: #777; }
.page-auth ul { list-style:none; overflow:hidden; min-width:100px; }
.page-auth ul li { display:none; margin:0 0 20px; }
.page-auth label { display:block; font-size:14px; margin:0px;padding:8px 0 3px 3px;}
.page-auth .pa-ctrls { padding:10px 0 0 0; }
.page-auth .submit_ { min-width:150px; float:left; height:36px;  }
.page-auth .cancel_ { min-width:100px; float:left; height:36px; margin-left:10px; }
.page-auth label.checkbox { float:left; margin: 6px 0px 0px 20px; }
.page-auth a.pa-link { float:right; margin:6px 0px 0 0px; }
.page-auth a.pa-password { margin:7px 0px 0px 0px; }
.loading { float:left; margin:7px 5px 0 -20px}


.partner_content .info-box { margin: 0; }
.partner_content .info-box h3 { margin:0 0 10px; }
.partner_content .spl { height:20px; margin:20px 0 0; border-top:1px solid #ddd; }
.partner_content.pcm-part { display:none; padding-bottom:200px; }


form .area { border:1px solid #ddd; background: #f7f8fa; margin: 0px 0px 30px 0px; padding:20px 20px 15px; }
form .code-area { margin:0 0 20px 0; }
form .post-area { background: #f2f3f8; padding-bottom:0; }
form .post-area .submit-button { min-width:120px; margin:0 0 20px 0; }
form .post-area .loading { margin-right:10px; }
form.boxed, .float-auth.fl-register form.boxed { margin: 0px auto !important; }
form.boxed .area { margin:20px 0 0px; }



.section h4, .contact-content h4 { padding:10px 0 20px 10px; text-align:left; margin:0 15px 60px 0; border-bottom:1px solid #ddd; font-size:18px; }
.section .section-content { padding:0 30px 0 20px; margin:0 0 40px; }

.htw-link { font-size:18px; display:inline-block; vertical-align:top; margin:0 0 10px; }
.htw-section { background:#1f497d; padding:5px 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.htw-section .htw-reps { background:#fff; background:rgba(255,255,255,.9); padding:10px; margin: 0px; text-align:center; }
.htw-section h3 { color:#92d050; font-size:24px; font-weight:400; padding:10px 0 10px; }
.htw-section h4 { font-size:18px; font-weight:400; padding:10px 0 10px; text-align:left; }
.htw-section .friendly { font-size:16px; display:block; margin:0; padding:10px 0; color:#fff; }
.htw-reps .person { display:inline-block; vertical-align:top; border:1px solid transparent; width:25%; margin:0 0 20px; padding:10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.htw-reps .person img { max-width:100%; }
.htw-reps .person .about { font-size:14px; }
.htw-reps .person .about strong { display:block; text-align:center; min-height: 22px; line-height: 22px; }


@media (max-width:767px){
	form .area { padding: 15px 10px 20px 10px; }
	form.boxed, .float-auth.fl-register form.boxed { margin: 0px auto !important; }
	form.boxed .area { margin:10px 0 0; }
	
	.htw-reps .person { width:33%; }
}
@media (max-width:600px){
	.htw-reps .person { width:50%; }
	
	.htw-link { font-size:18px; }
	.htw-section h3 { font-size:20px;  }
	.htw-section h4 { font-size:16px;  }
	.htw-section .friendly { font-size:14px;  }
	
	#equip_forms .forms-pad { padding:10px 0; }
	.fb-mod .fb-controls { padding: 20px 5px 0; }
}

@media (max-width:479px){
	.htw-section h3 { font-size:18px;  }
	.htw-section { padding:5px 15px; }
	.htw-section .htw-reps {  }
	.htw-reps .person { width:100%; }
	
	.equip-attrx-group li.equip-attrx-header label { padding-left:0; }
	.equip-attrx-group li.equip-attrx-header .text_ { display:none; }
	.equip-attrx-group li label { float:none; width:auto; display:block; text-align: left; padding-left: 20px; }
	.equip-attrx-group li div { margin:0; padding-bottom: 10px; border-bottom:1px dashed #ddd; }
	.equip-attrx-group li label input[type="checkbox"] { position: absolute; left: 1px; right:auto; top: 3px; }
}

/* contact form */
#ContactUsForm small { font-size:10px;font-weight:normal;}
.content .cbox .cend em.loading { display:block;float:right; height:16px; width:16px; background:url(/images/indicator.gif) 0px 0px no-repeat; margin:7px 0px 0px 0px;visibility:hidden;}

.contact-content .banner { margin:30px 0 10px}
.contact-content .video-cont { width:100%; max-width:800px; margin:30px auto 10px; }
.contact-content h3 { font-size:22px; padding:30px 0 30px 30px;  }
.contact-content .contact-us-ref { padding:0px 0 30px 30px; }
.contact-content .contact-us-ref a { font-size:16px; }

.contacts {  margin-bottom:0px; padding:40px 0 60px; background:#f0f0f0; }
.contacts h5 { margin: 0px; }
.contact-content .c-info { position:relative; font-size:15px; }
.contact-content .c-info::before { content:"";position:absolute; top:150px;left:-30px; width:1px; height:200px; background:#ddd; }
.contact-content .c-info p { padding-bottom:10px; padding-left:50px; }
.contact-content .c-info .cgreen { min-width: 55px; padding-right: 10px; display: inline-block; }
.contact-content .c-form { padding:0px 10px 10px; }
.contact-content .c-form .row-fluid { margin-bottom:10px; }
.contact-content .c-form label { text-align:right; }
.contact-content .c-form input[type="text"], .contact-content .c-form textarea { border-radius:2px; padding:6px; margin-bottom:10px; }
.contact-content .c-form textarea { height:160px; }
.contact-content .c-form #Captcha { max-width:180px; text-align:center; margin-right:10px; }
.contact-content .c-form img.code { display: inline-block; vertical-align: top; margin: 0; padding: 4px; background: #fff; }
.contact-content .c-form .submit { position:relative; }
.contact-content .c-form .loading { position:absolute; top:7px; left:6px; }


.our-team { text-align:center; background-color:#fffbf3; padding:60px 0 150px; margin-bottom:0px; }
.our-team .ex-person { display:inline-block; cursor:default; background:#fff; position:relative; z-index:1; vertical-align: top; width:280px; height:350px; margin:0px 10px 40px; text-align:left; font-size:14px; color:#333; text-decoration:none; }
.our-team .ex-person .person { position:relative; overflow: hidden; padding:0; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; }
.our-team .ex-person .person .online {
	position: absolute; top: 22px; left: -32px; border-top: 2px solid #00658a; border-bottom: 2px solid #00658a; height: 32px; padding: 2px 40px; 
	font-size: 15px; font-weight: 600; color: #fff; text-shadow: 0px 0px 1px rgba(0,0,0,.15);  text-indent: 2px; box-shadow: 0 0 10px rgba(0,0,0,.5);
	-ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); 
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
.our-team .ex-person img { display:block; margin:0px auto; }
.our-team .ex-person h3 { font-size:16px; padding:0 0 0 0; margin:0 0 0 0;}
.our-team .ex-person span { display:block; text-decoration:none; }
.our-team .ex-person .about { padding:10px 10px 10px 15px; min-height:50px; }
.our-team .ex-person .position { text-decoration:none; font-weight:normal; padding:0 0 10px; }
.our-team .ex-person .phone { padding:0 0 10px; }
.our-team .ex-person .bio, .our-team a .bio * { font-size:14px !important; }
.our-team .ex-person .bio p { margin:0; padding:0; }
.our-team .ex-person .more { display:none; margin:0 -10px -10px -15px; padding:0 10px 20px 15px; background:#fff; opacity:0; transition: all 0.5s ease-in 0s; -webkit-transition: all 0.5s ease-in 0s; }
.our-team .ex-person:hover { z-index:10; }
.our-team .ex-person:hover .person { box-shadow: 0 0 20px rgba(0,0,0,0.2); }
.our-team .ex-person:hover .more { display:block; opacity:1; }

 
@media (max-width:767px){
	.contact-content .c-form label { text-align:left; }
}

.evrt-holder { position:relative; }
.evrt-holder input { position:relative; }
.evrt-holder .evrt-error-set { width:100%; position:absolute; left:0;top:21px;height:1px; z-index:1; }
.evrt-holder .evrt-error-set em { position:absolute; top:-30px; right:6px; width:24px; height:24px; background:rgba(255,0,0,.6); text-align:center; border-radius: 1px;}
.evrt-holder .evrt-error-set em .svg { margin:4px 0 0; }
.evrt-holder .evrt-error-set em.spin { background:url(/images/loading13.gif) 50% 50% no-repeat; }
.evrt-holder .evrt-error-set em.spin .svg { display:none; }
.evrt-holder .evrt-error-msg { display:block; margin:0 2px 0 0; padding:8px; font-size:13px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.evrt-holder .evrt-error-msg a { font-weight:bold; text-decoration:underline; }

#RegDialog .evrt-holder { margin-right:20px; }
#RegDialog .evrt-holder input[type="text"], #RegDialog .evrt-holder input[type="email"] { margin-right:0; }
#RegDialog .evrt-holder .evrt-error-set { z-index:10; }








.quote-request { width:90%; margin:0px auto; }
.quote-request fieldset { border:1px solid #ddd; padding:10px; margin-bottom:20px; border-radius:3px; box-shadow:0 0 3px #ddd; }
.quote-request .legend { font-size:14px; margin:-10px -10px 20px;padding:8px 0 8px 16px; font-weight:bold; border-bottom:1px solid #ddd; }
.quote-request textarea { width:100%; min-height:200px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.quote-request .checkboxes { margin:0 0 20px 10%;  }

.quote-request #UploadFieldHolder { height:29px; border:1px solid #75b9f0; border-radius:3px;position:relative;margin:0 5px 5px 0; cursor:pointer; }
.quote-request #UploadFieldHolder * { cursor:pointer !important; }
.quote-request #UploadFieldHolder em { position:absolute; display:block; width:100%;height:100%;z-index:3;line-height:29px;text-indent:12px; }
.quote-request #UploadFieldHolder input { display:block;width:100%;position:relative;z-index:10;opacity:.0;  }
.quote-request .gitem-0 img { margin-top:10px; }

.quote-request #get_quote_btn img { width:175px; }
.quote-request #get_quote_btn.disabled { opacity:.8; cursor:default; }
.quote-modal { max-width:600px; margin-left:0px !important;}
.quote-modal .modal-body { max-height: 600px; padding: 10px 20px; } 
.quote-modal .modal-body .control-group { margin-bottom:0; }
.quote-modal .modal-body label { margin-bottom:-2px; }
.quote-modal select, .quote-modal textarea, .quote-modal input[type="text"], .quote-modal input[type="email"] { margin-bottom:7px; }

#item-share-order h3 { font-size:20px; padding:7px 10px; text-shadow:1px 1px 0 rgba(0,0,0,.4); border-radius: 2px; background:#00608C; color:#fff; }
#item-share-order .share-action { display:inline-block; float:right; }
#item-share-order .share-action .btn { min-width: 110px; margin: 0 4px; }

#item-qa { margin:0px; }
#item-qa h3 { font-size:20px; padding:10px 10px 8px; }
#item-qa h4 { font-size:16px; padding:5px 7px; }
#item-qa h3, #item-qa h4 { text-shadow:1px 1px 0 rgba(255,255,255,.4); border-radius: 2px; background:#f4a70f; color:#000; }
#item-qa h3 .btn { width:160px; margin:-2px 0 0 10px; }


.qa-list { font-size:110%; padding:0px 6px; }
.qa-list .no-questions .btn { margin-left:5px; }
.qa-list .qa { padding:10px 0; line-height: 1.1; border-left:4px solid #fff; background:#fff; }
.qa-list .qa:nth-child(2n+1) { background:#f7f7f7; }
.qa-list .qa .question_ { font-weight:bold; padding:5px 10px; }
.qa-list .qa .question_clarify_ { margin: 10px -11px 20px; padding: 20px 9px; background: #fff; color: #00f; font-style: italic; border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; }
.qa-list .qa .answer-work { padding:5px 20px 5px 21px; }
.qa-list .qa .answer_ { font-style:italic; padding-left:20px;  }
.qa-list .qa .alert { margin:10px 0 15px -10px; padding-left:10px; }
#item-qa .btn-mini [class^="icon-"] { margin-top:1px; }
.qa-post { margin:0 20px 0 30px; padding:10px 0 0 0; }
.qa-post .btn { width:170px; margin:0 5px 12px; padding:8px 12px; }

.qa-list .qa .answer-work .alert, .qa-list .qa .post-answer { margin-right:-10px; }
.qa-list .qa .post-answer .btn-sa-x2 { width:120px; position:relative; z-index:3; }
.qa-list .qa .post-answer .qa-post { margin:0; }
.qa-list .qa .post-answer textarea { width:100%; max-width:100%; height:80px; font-style:italic; border-color:#52a8ec; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); -webkit-box-sizing: border-box; box-sizing: border-box; }
.qa-list .qa .post-answer .hlight_ { color:#2389cb; display:block; white-space:nowrap; position:relative; z-index:2; top:3px;  }


#qa-new { padding-top:5px; display:none; font-size:110%; }
#qa-new .questions-work { padding:0px 10px 0; }
#qa-new .qa-note { background:#f7f7f7; padding:7px 10px; margin:10px 20px 10px 30px; }
.questions-work .qa-new-item { margin-bottom:10px; padding:5px 20px; line-height: 1.1; border-left:4px solid #aaa; position:relative; }
.questions-work .qa-new-item .btn-cancel-question { position:absolute; top:5px; right:6px; }
.questions-work .qa-new-item textarea { width:100%; max-width:100%; height:130px;  font-weight:bold; margin:0; }
#item-qa .inv-forms.auto-width { margin-bottom:0px; }

@media (max-width:480px){
	#qa-new .qa-post .btn, .qa-post .btn { width:auto; display:block; }
}

#search-opt-in { position:absolute; top:100px; left:30%; z-index:100; background:#fff; border-radius:4px; border:1px solid #333; width:100%;max-width:600px; box-shadow: 0 0 20px #111; }
#search-opt-in .pad { padding:20px 20px 10px; }
#search-opt-in .legend { font-size: 15px; margin: -20px -20px 20px; padding: 8px 0px 8px 16px; font-weight: bold; border-bottom: 1px solid #ddd; }
#search-opt-in .note { margin: 3px 0px 0px; font-weight:normal; font-size:14px; }

#search-opt-in .select { margin-bottom: 10px; }
#search-opt-in .select .dropdown-toggle { width:94%; text-align:left; }
#search-opt-in .select .dropdown-menu { width:100%; }
#search-opt-in .opt-close { margin: -3px 5px 0 0; text-decoration:none; font-weight: 600; font-size:24px; width: 28px;height:26px;padding: 0;line-height:26px;}


#assist_box { position:absolute; top:100px; left:30%; z-index:100; background:#fff; border-radius:4px; border:1px solid #333; width:100%;max-width:600px; box-shadow: 0 0 20px #111; }
#assist_box .pad { padding:20px 20px 10px; }
#assist_box .alert { font-size:15px; margin:-10px 0px 20px 0px; border-radius:1px; }
#assist_box .legend { font-size: 15px; margin: -20px -20px 0px; padding: 8px 0px 8px 16px; font-weight: bold; border-bottom: 1px solid #ddd; }
#assist_box .box-fields { position:relative; margin-top:20px; }

#assist_box .note { margin: 3px 0px 0px; font-weight:normal; font-size:14px; }
#assist_box small { border-bottom:1px dashed #555; }
#assist_box .close_ { margin: -3px 5px 0 0; text-decoration:none; font-weight: 600; font-size:24px; width: 28px;height:26px;padding: 0;line-height:26px;}
#assist_box input[name="Phone"], #assist_box input[name="TextPhone"] { padding-left:30px; }
#assist_box .field { position:relative; margin-bottom:10px; }
#assist_box .mdr-select { margin-bottom:20px; }
#assist_box .mdr-select select { margin:0; }
#assist_box .phone-icon { position: absolute; top: 1px; left: 1px; z-index: 2; height: 30px; line-height: 30px; width: 28px; text-align: center; }
#assist_box .req_ { font-style:normal; color:#f00; }

#assist_btn { display: block; text-decoration: none; position: fixed; z-index: 310; bottom: 18pt; right: 70pt; width: 35pt; height: 35pt; text-align:center; line-height:39pt; overflow:hidden; background: rgba(255,255,255,.9) no-repeat; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt; }
#assist_btn i { display:inline-block; vertical-align:middle; width:26px; height:26px; font-size:16px; line-height:1; margin-top:-4px; }
#assist_btn i svg { width:26px; height:26px; }


.rbox.rbox-similar { background:#fdfdfd; }
.rbox-similar .item { display:block; position:relative; padding:7px 12px; border-radius:2px; background:#fff; border:1px solid #eee; box-shadow:0 0 4px #eee; margin:0 4px 10px; text-decoration:none; color:#333; }
.rbox-similar .item:hover { border-color:#ddd; box-shadow:0 0 4px #aaa; text-decoration:none; }
.rbox-similar .item .item-no { position:absolute; top:1px; left:1px; background:rgba(255,255,255,.7); padding:3px 7px; border-radius:2px; box-shadow:2px 2px 2px rgba(0,0,0,.1); }
.rbox-similar .item .ico { display:block; text-align:center; }






.ctd-title { font-size: 46px;text-align: center; padding-bottom:20px; font-weight: 300;}
.paused-alert { font-size:16px; padding:30px 50px; display:none; }
.ended-alert { display:none; font-size: 58px; text-align: center; padding-bottom:40px; }
.ended-alert span { font-size: 46px; }
.crazy-ctd-ctl.paused .paused-alert { display:block; }
.crazy-ctd-ctl.paused .ctd-payments-begin { display:none; }
.ctd-timer { text-align: center; background:#080808; white-space:nowrap; padding:0px;margin:0 0 30px;}
.ctd-timer i { display:inline-block; vertical-align:top; text-align:center; font-family: 'Orbitron', sans-serif; color:#fff; text-shadow:0 0 2px rgba(0,0,0,.1); width:48px; font-style:normal; font-weight: 400; font-size: 60px; line-height:80px;}
.ctd-timer .labels { display:block; background:#333; padding:0px; line-height:30px;}
.ctd-timer .labels b { display:inline-block; vertical-align:top; text-transform:uppercase; width:96px; text-align:center; color:#ddd; font-size:20px; line-height:30px; }
.ctd-timer .labels em { display:inline-block; vertical-align:top; width:48px;min-height:20px; }

.ctd-timer.paused i { color:#777; }

.crazy-ctd-ctl.ended .ctd-timer { display:none; }
.crazy-ctd-ctl.ended .ctd-payments-begin { display:none; }
.crazy-ctd-ctl.ended .paused-alert { display:none !important; }
.crazy-ctd-ctl.ended #ctd-primary-info { opacity:.5; }
.crazy-ctd-ctl.ended .ended-alert { display:block; }

.ctd-banner-out { text-align:center; margin: 5px 0; }
.ctd-banner { display:inline-block; text-align:center; text-decoration:none; background:#fff; background:rgba(255,255,255,.9); border:1px solid #ddd; box-shadow:0 0 5px #ddd; padding:5px 10px; }
.ctd-banner:hover { text-decoration:none; border-color:#ccc; }
.ctd-banner .b-ctd { display:inline-block; vertical-align:top; margin: 0px 10px;  }
.ctd-banner .b-item { width:165px; height:100px; overflow:hidden; }
.ctd-banner .b-ico { display:block; }
.ctd-banner strong { font-size:28px; font-weight:600; line-height:40px;  color:#f00; }
.ctd-banner .ctd-timer { margin:0; display:block;}
.ctd-banner .ctd-timer i { font-size: 34px; line-height:38px; width:30px; }
.ctd-banner .ctd-timer .labels { line-height:18px; padding:0 20px;}
.ctd-banner .ctd-timer .labels b { line-height:18px; font-size:13px;width:60px; }
.ctd-banner .ctd-timer .labels em { width:30px; }

.crazy-prices-note { width:49%; display:inline-block; vertical-align:top; }
.crazy-prices-note strong { display:block; margin:40px 0 30px; font-size:18px; text-align:center; white-space:nowrap;}
.crazy-prices-note .ref-ctd-rules { display:block; width:100%; max-width:160px; margin: 0 auto 20px; font-size: 16px; }
.crazy-prices { width:49%; min-width:300px; display:inline-block; vertical-align:top; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:10px 0px 10px 10px; font-size:12pt; line-height:35px;}
.crazy-prices span { display:inline-block; vertical-align:top; width:30%; white-space:nowrap;}
.crazy-prices .field { min-width:100px; }
.crazy-prices .price { min-width:100px; font-size:110%; text-align:right; }
.crazy-prices .price.current { color:#F4A70F; }
.crazy-prices .price.original { font-size:85%; }
.crazy-prices .price.discount { font-size:85%; }
.crazy-prices .note { min-width:80px; font-size:85%; color:#999; margin-left:7px; }
.ctd-rules {  }
.ctd-terms { font-size:16px; line-height:24px; }
.ctd-payments-begin { text-align:right; margin:20px; }

#ctd_request_alert .phone-box .phone-dial-code { padding-left:4px; }
#ctd_request_alert .ctd-request-btns .btn { margin:0 0 0 10px; }


/* payment / paperworks layouts */
.online-hidden-area { display:none !important; }
.pws-hidden { display:none; }

.pws-intro { margin:40px 0; padding:20px 20px 20px; font-size:120%; border:1px solid #ddd; border-width:1px 0; }
.pws-intro ul { margin:5px 0 20px 18px; }
.pws-intro ul ul { margin:5px 0 0 18px;}

.pws-docs {  }
.pw-item-name { background:#555; color:#fff; border-radius:3px 3px 0 0; padding:5px 20px 5px 20px; min-width:500px; position:relative; z-index:1; box-shadow:3px 3px 7px #DDD; }
.pw-item-name .doc-num-info { float:right; margin:0px 0px 0 0; }
.pw-item { padding:15px 20px 20px; margin-bottom:60px; position:relative; z-index:2;background:#f8f8f8; border:1px solid #dfdfdf; border-radius:0 0 3px 3px; box-shadow:3px 3px 7px #DDD; }
.pw-item .pw-btns { margin-bottom:15px; }
.pw-item .btn { width:164px; text-align:center; margin:0 10px 0 0; display:inline-block; }
.pw-item .btn .pull-left { float:left; margin-left:0; margin-right:0; }

.pw-doc { padding:20px 40px 40px; position:relative; background:#fff; border:1px solid #ddd; box-shadow:inset 0 0 40px #f4f4f4; border-radius:3px;}
.pw-doc .pw-page-num { text-align:right; height:16px; font-size:12px; color:#999;position:relative; top:-15px;right:-30px; float:right; border-bottom:1px solid #ddd; padding:0 2px;}
.pw-doc .pw-page-footer { text-align:center; font-style:italic; margin:60px -40px -30px; padding:10px 0; border-top:1px solid #eee; color:#777; }
.pw-doc .pw-page-break { background:#f8f8f8; height:20px; margin:40px -41px 20px; border:1px solid #ddd; border-width:1px 0;}

.pw-doc .signed { font-size:30px; font-weight:900; position:absolute; top:70px; right:0px; color:#f00; opacity:.9; overflow:hidden; min-width: 185px; display:none; transform:rotate(45deg); -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); }
.pw-doc.doc-signed .signed { display:block; }
.pw-doc .signed div { border:4px solid #f00; padding:0 10px; white-space:nowrap; }
.pw-doc .signed .stamped { position:absolute; top:0;left:0; width:100%; height:55px; z-index:100; background:url(/images/Grunge_05w.png) 10% 50%; }

.pw-sign-area { font-size:120%; }
.pw-sign-area input[type="text"], .pw-sign-area input[type="email"] { height:40px; padding:0 10px; font-size: 16px; width: 100%; }
.pw-sign-area input[type="checkbox"] { position:relative; top:-1px; margin:0 5px 0 0; }
.pw-sign-area label, .pw-sign-area strong { line-height:40px; font-size: 16px; }
.pw-sign-area .w1 { float:left; width: 110px; margin-left:10px; }
.pw-sign-area .w6 { float:left; width: 570px; }
.pw-sign-area small { float:right; font-size: 12px; margin:-5px 10px -5px 0;}

.pw-sign-out { padding:20px; margin:30px 0 -10px; }
.pw-mass-sign-out, .pw-agree-sign-out { padding-top:10px; margin-top:10px; }
.pw-sign { display:none; }
.pw-sign, .pw-signed, .pw-mass-sign-item { background:#555; color:#f7f7f7; padding:20px; margin:20px -20px -20px; border:1px solid #999; border-radius:0 0 3px 3px; box-shadow:inset 0px 0px 40px #444; }

.pw-mass-sign-item {  }
.pw-sign-area h3.doc-num-title { margin:0 0 10px; }
.pw-sign-area .goto-nextdoc { color:inherit; border-bottom:1px dashed #eee; text-decoration:none; }
.pw-sign-area .goto-nextdoc:hover { border-bottom:1px dashed #444; text-decoration:none; }

.pws-all-signed-post { text-align: right; padding:0 50px 30px; display:none; }
.pws-all-signed-post .btn { width:200px; }

.pws-all-paid, .pws-grey-notes { background:#555; color:#f7f7f7; font-size:16px; padding:20px; margin: -20px 0 20px 0; border:1px solid #999; border-radius:3px; box-shadow:inset 0px 0px 40px #444, 3px 3px 7px #DDD; }
.pws-grey-notes { margin:20px 0 0; font-size: 15px; padding: 10px 30px; }


.pws-order { margin-top:80px; display:none; }
.pws-order .container-box { background:#eee;padding:20px; border:1px solid #ccc; box-shadow:3px 3px 7px #ddd; border-radius:3px; }
.pws-order .container-fluid { background:#fbfbfb;border:1px solid #dfdfdf;padding:20px; position:relative; }
.pws-order .container-fluid label { font-weight: bold; font-size: 13px; color: #444; text-indent:3px; }
.pws-order .cc-notes { height:34px;margin: 26px 0px 5px; }
.pws-order .cc-code-helper { position:relative;top:-4px;left:3px;}
.pws-order .cc-exp-dl { display:inline-block;float:none;margin-left: 0px;text-align: center;line-height: 26px;font-size: 18px; }
.pws-order .pws-order-totals { border:1px solid #ccc;background:#fff;margin:24px 0 20px;padding:15px;font-size: 13px;border-radius:3px;border-color: rgba(82, 168, 236, 0.8);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
.pws-order .pws-order-totals strong { font-size: 18px; }
.pws-order .service-length { margin: 15px 0 0; }
.pws-order .service-length select, .pws-order .service-length select option { font-weight: 600; }

.pws-order .pws-order-post { text-align:center; padding-top:10px; padding-bottom:20px; }
.pws-order .pws-order-post .btn { margin:0 5px 5px; }
.pws-order .pws-order-post.lo_mr .btn { margin:0 1px 5px; }
.pws-order .pws-order-post .btn .loading { position:absolute; top: 5px; right: -20px;}

.pws-order-ctl { padding:30px 20px 20px 40px; font-size: 15px; line-height: 20px; position:relative; }
.pws-order .pws-btns-section { margin:30px 0 0px 0px; }
.pws-order .pws-btns-section .cb-line { display:inline-block; margin:0px 0 20px 20px; font-weight:400; font-size:15px;  }
.pws-order .pws-btns-section .cb-line input[type="checkbox"] { position:relative; left:-5px; top:-3px; }
.pws-order .btn.btn-print { width:185px; text-align:center; margin:0px auto 10px; display: block; }
.pws-order-ctl .lspad { display:inline-block; vertical-align: top; padding-left:10px; }
.pws-order-ctl ul li { margin:0 0 15px 20px; }
.pws-order .pws-ctl-post { text-align:right; padding:20px 40px 0; }

.cvv-help { width:440px; }
.cvv-help strong { display:block; padding:0 0 7px; font-size:13px; font-weight:bold; }
.cvv-help span { display:block; background:url(/images/cvv-image.png) 305px 2px no-repeat; margin:7px 0; padding:0 150px 0 0; min-height: 165px; }

.pws-payment-type .pws-order-totals { margin-top:0; }
.pws-payment-type .payment-select { margin: 20px 60px 0; }
.pws-payment-type label.radio { padding:5px 10px 5px 30px; border: 1px solid #fbfbfb; border-radius:4px; min-height: 40px; margin-bottom:10px;}
.pws-payment-type label.radio:hover,
.pws-payment-type label.radio.active { background-color: #fafafa; border: 1px solid #d4d4d4; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.pws-payment-type .pws-order-post .btn-warning { width:100px; }
.pws-order-post .btn .pull-left { float:left; margin-left:0; margin-right:0; }


.page.fixed-pws .pws-progress {position:fixed; margin:0; }
.pws-progress { padding:15px 0; margin: 30px -20px 0; background:#fff;background:rgba(255,255,255,.9);position:relative;z-index:101;top:0px;left:0px;width:100%;min-width:960px; border-bottom:1px solid #ddd;box-shadow:0 0 10px #ddd; }
.pws-progress .container { white-space:nowrap; text-align:center; position:relative;}
.pws-progress .container div { cursor:default; position:relative; height:50px; line-height:50px; font-size:15px; color: #08C; border-radius:4px; display:inline-block; width:210px; margin:0 10px; border:1px solid #ddd; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
.pws-progress .container div .svg { position:absolute; top:2px; right:4px; opacity:.2; }
.pws-progress .container div.active { background: rgba(82, 168, 236, 0.8); color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}
.pws-progress .container div.done { background: rgba(82, 168, 236, 0.8); color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.pws-progress .container div.done .svg { opacity:1; }

.stickySlide {position: fixed !important;top:0px; }
.stickySlide .pws-progress { margin:0; padding:65px 0 10px; }
.stickySlide .pws-progress .container div { height:36px; line-height:36px; }

.pws-progress .pws-ttls { text-align:left; display: block; width: 1px; margin: 5px 0px 0px 20px; }
.pws-progress .pws-ttls a { display:inline-block; min-width:400px;  padding:0 40px 0 10px; text-decoration:none; margin-top:3px; border-radius:3px 12px 12px 3px; height:24px; line-height:24px; color: #08C; border:1px solid #ddd; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); transition: all 0.1s ease-in 0s; -webkit-transition: all 0.1s ease-in 0s;}
.pws-progress .pws-ttls a .svg { float:right; margin:5px -34px 0 0; color:inherit; }
.pws-progress .pws-ttls a:hover, .pws-progress .pws-ttls a.done { background: rgba(82, 168, 236, 0.8); color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.pws-docs, .pws-order { margin-bottom:200px; }


#print-document { width:960px; margin:0px auto; color: #000; font-family:sans-serif, arial; }
#print-document .pws-order .container-box { background:#eee;padding:10px; border:1px solid #ccc; border-radius:2px; }
#print-document .pws-order { display:block; }
#print-document .pws-order .pws-order-totals { font-size: 15px; border:1px solid #52a8ec; box-shadow:none; }
#print-document .pws-order .pws-order-totals strong { font-size:16px; }
#print-document .pws-order-ctl { font-size: 16px; }
#print-document .btn, #print-document .btn-print, #print-document .pws-btns-section { display:none !important; }
#print-document .row-fluid [class*="span"] { float:none; margin:0; width: 100%; }
#print-document .bank-info { font-size:16px; }
#print-document .pws-grey-notes { background-color:#111111; color:#ffffff; margin:20px 0 0; font-size: 15px; padding: 10px 30px; }
#print-document * { box-shadow:none !important; }

#add-service-holder { max-width: 1090px; padding: 10px; width: 90%; margin:20px auto; font-size: 14px; background:#fff; border-radius:3px; box-shadow: 0px 0px 12px rgba(0,0,0,.2); }
#add-service-holder .forms-header { margin:-10px -10px 15px;font-weight:bold; background:#0096D6; color:#fff; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1); }
#add-service-holder .forms-header .close { opacity:.5; }
#add-service-holder .pws-order { display:block; margin: 30px 0; }
#add-service-holder .subs-step { display:none; }
#add-service-holder .container-box { padding:0; border: 1px solid rgba(82, 168, 236, 0.8); box-shadow:none;}
#add-service-holder .container-light { padding:20px; }

.services-list { background:#fff; margin:10px 0; font-size: 13px; }
.services-list .service { padding:10px; line-height:1.4; border: 1px solid #d4d4d4; border-radius:0; margin:0 0 10px; position:relative; min-height:70px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.services-list .service .btn { opacity:.7; margin:25px auto 10px; }
.services-list .service .service-description { padding:4px 0 20px; font-style:italic; }
.services-list .service .srv-thm { float: left; width:18%;min-width:100px; min-height: 120px; padding: 0 10px 0 0; text-align: center; cursor: pointer; }
.services-list .service .srv-thm b { display:block; }
.services-list .service .srv-thm img { max-width:100%; }
.services-list .service:hover { border:1px solid #fff; border-color:rgba(82, 168, 236, 0.8); box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
.services-list .service:hover .btn { opacity:1; }
.services-list-head { font-size:15px; margin-bottom:20px; }
.services-list-head h4 { font-size:16px; }
.services-list-head .no-service { font-size:16px; color:#d11; }

.rc-service-info { width:100%; max-width:1200px; }
.rc-service-info h3 { padding:20px 0; }
.rc-service-info p { padding:0; }
.rc-service-info .service-price { padding:20px 0 0; font-weight:bold; }

/* seller spotlights */
.cs-spots .item { margin:0 0 30px; }
.cs-spots .item h3 { font-size:20px; white-space:nowrap; }
.cs-spots .item h3 span { display:inline-block; vertical-align:top; margin:0 0 0 15px; }
.cs-spots table { width: 100%; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.cs-spots table th { font-weight:300; color:#548235; border-bottom:1px solid #ddd; background:#fafafa; }
.cs-spots table th, .cs-spots table td { padding:8px 5px; }
.cs-spots .sls a.info_ .svg { position:relative; left:6px; }




/* Slick */
.slick-slider { position: relative; display: block;  box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; position:relative; }
.slick-slide img { display: block; margin:0px auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-dots { position: absolute; bottom:10px; z-index:10; margin: 0 !important; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; height: 20px; cursor: pointer; margin:0 1px; padding:0; width:14px; }
.slick-dots li a { display:block; text-indent:-9999px; width:8px; height:8px; padding:0; background: #fff; border-radius: 8px; box-shadow:0 0 1px rgba(0,0,0,.3); }
.slick-dots li.slick-active a { background: #008ab1; box-shadow:0 0 1px rgba(255,255,255,.99); }

.slick-arrow, .slick-arrow:hover { position: absolute; top: 50%; display: block; z-index:10; width: 33px;height:33px;background:transparent;text-indent:-9999px; border-radius: 0px; padding: 0; margin-top:-15px; cursor: pointer; }
.slick-arrow:before { background: url(/js/photoswipe/default-skin/default-skin.png) 0 0 no-repeat; background-size: 264px 88px; content: ''; top:0px; left:0px; background-color: rgba(16, 182, 224, 1); /* box-shadow: inset 0px 0px 2px rgba(0,138,177,1); */  border:1px solid rgba(0,138,177,.5); height: 30px; width: 32px; position: absolute; }
.slick-arrow { opacity:.95; }
.slick-arrow:hover { opacity:1; }
.slick-prev { left:5px; }
.slick-prev:before { background-position: -138px -44px; }
.slick-next { right: 5px; }
.slick-next:before { background-position: -94px -44px; }
.slick-arrow.slick-disabled, .slick-arrow.slick-disabled:hover { cursor: default;opacity:.5; box-shadow:none; }

#header_categories { width: 100%; max-width: 100%; overflow: hidden; position: relative; z-index: 11; }

.categories-slick { opacity:1; white-space:nowrap; }
.categories-slick>div { display: inline-block; vertical-align:top; width:16.66%;  }
.categories-slick>div>a { display:block; background: transparent; border:0px none; margin:0; padding:0; position: relative; transition: all 0.2s ease-in 0s; text-decoration:none; }
.categories-slick>div>a span { display: block; overflow: hidden; text-align: center; height:auto; padding:4px 8px; position:relative; box-sizing:border-box; transition: all 0.2s ease-in 0s; height:112px; }
.categories-slick>div>a img { display: inline-block; max-width: 200px; width: 100%; margin: 0; }
.categories-slick>div>a strong { display:block; text-align: center; font-size: 13px; color: #fff; text-shadow: 1px 1px 0px #555; line-height: 16px; padding:3px 0 5px; height: 32px; white-space: initial; overflow: hidden; }
.categories-slick>div>a em { display:none; }
.categories-slick>div>a:hover, .categories-slick>div>a.active { box-shadow: inset -1px -1px 40px #ffd630, inset 0 -1px 2px #f30; }
.categories-slick::after { position:relative; bottom:43px; content: ""; height: 1px; display: block; border-top: 1px solid #e7a623; width: 2000px; margin-left: -500px; margin-bottom: -3px; box-shadow: 0 -1px 1px #eeb223; }
.categories-slick>div>a[data-ref] span::before { content:' '; visibility: visible; position: absolute; bottom: 9px; right: 5px; width: 0; height: 0; margin:-1px 0 0 -1px; border-top: 12px solid rgba(0,0,0,.3); border-right: 7px solid transparent; border-left: 7px solid transparent; }
.categories-slick>div>a[data-ref] span::after { content:' '; visibility: visible; position: absolute; bottom: 10px; right: 6px; width: 0; height: 0; border-top: 12px solid #16c4ef; border-right: 7px solid transparent; border-left: 7px solid transparent; }
.categories-slick>div>a[data-ref]::before { content:' '; visibility: hidden; position: absolute; bottom: 0px; right: 10%; width: 0; height: 0; border-bottom: 8px solid #008db4; border-right: 8px solid transparent; border-left: 8px solid transparent; }
.categories-slick>div>a.active[data-ref]::before { visibility: visible; }


.sequense-line { position:relative; height:1px; z-index:10; top:-1px; opacity:.96; }
.sequense-nav { position:absolute; top:0px; left:0px; width:100%; padding:0; text-align:center; box-shadow:inset 0 -10px 15px #72d7ff, 0px 5px 15px rgba(0,0,0,.3); overflow:hidden; border-bottom:1px solid #16c4ef; }
.sequense-nav .seq-item { padding:0; text-align:center; transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s; visibility:hidden; opacity:0; height:1px; margin:-1px 0 0; }
.sequense-nav .seq-item.active { visibility:visible; opacity:1; height:auto; padding:15px 0 0px;}
.sequense-nav * { box-sizing:border-box; }
.sequense-nav .seq-item>div { display: inline-block; vertical-align:top; width:16.6%; margin:0 0 10px;  }
.sequense-nav .seq-item>div>a { display:block; margin:0 2px; background:transparent; border:0px none; margin:0; padding:0 10px; transition: all 0.2s ease-in 0s; border-radius:1px; text-decoration: none; }
.sequense-nav .seq-item>div>a:hover { box-shadow: inset 0 0 11px rgba(255,255,255,.9); }
.sequense-nav .seq-item>div>a span { display:block; height:auto; padding:4px;  }
.sequense-nav .seq-item>div>a img { display: inline-block; max-width:180px; width: 100%; margin: 0; }
.sequense-nav .seq-item>div>a strong { display:block; min-height:36px; position:relative; left:0px; top:2px; text-decoration:none; text-align:center; font-weight:300; padding:3px 0; color:#fff; text-shadow:1px 1px 1px #999; font-size:13px;  }



#floating-header.reduced { border:0px solid #000; position:fixed; top:0px; width:100%; }
#floating-header.reduced.reduced-plus { padding-top:36px; }
#floating-header.reduced .welcome h1 { line-height: 12px; font-size: 19px; }
#floating-header.reduced .categories-slick>div>a[data-ref] span::before { right:10px; }
#floating-header.reduced .categories-slick>div>a[data-ref] span::after { right:11px; }

#alerts_instruction { color:#1f497d;margin-top:40px; }
.wish-alerts-refset { color:#1f497d; padding: 0 20px; }
.wish-alerts-refset ol { margin: 15px 0 15px 30px; }
.wish-alerts-refset ol li { margin:10px 4px; color: #0088cc; }
.wish-alerts-refset ol li a { display:block; }

.wishlist-control { margin:0 0 40px; }
#WishListForm .row { margin-left:0px; }
#WishListForm .select { margin-bottom: 10px; }
#WishListForm .select .btn { display: block; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-color: #aaa; }
#WishListForm .select .dropdown-menu { margin: 2px 0 0; min-width: 330px; max-height: 320px; overflow-y: auto; width: 100%; box-sizing: border-box; border-radius:0; }
#WishListForm .dropdown-menu li a { line-height: 30px; font-size: 13px; }

.mfa-ifbox { position: relative; background: rgb(252,175,0);
	background: -webkit-linear-gradient(90deg, rgba(252,175,0,1) 10%, rgba(249,71,1,1) 90%);
	background: linear-gradient(90deg, rgba(252,175,0,1) 10%, rgba(249,71,1,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcaf00",endColorstr="#f94701",GradientType=1); 
}
.mfa-ifbox .mfa-ifint {  max-width: 750px; margin: 0px auto; width: 100%;  }
.mfa-ifbox .mfa-if { position: relative; padding: 0 20px 0px; min-height:53px; margin: -7% 0 0; }
.mfa-ifbox .mfa-if .swl-load { top:-5px !important; height:3px !important; }
.mfa-ifbox .mfa-if .swl-load .swl-in { background:#fff; height:3px !important; }
.mfa-ifbox .row { margin-left: 0px; }
.mfa-ifbox .select { padding-bottom: 10px; }
.mfa-ifbox .select .btn { display: block; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-color: #aaa; }
.mfa-ifbox .select .dropdown-menu { margin:0px; width: 100%; min-width: 330px; max-height: 320px; overflow-y: auto; box-sizing: border-box; border-radius:0; }
.mfa-ifbox .dropdown-menu li a { line-height: 30px; font-size: 13px; }
.mfa-ifbox .btn-add { box-sizing:border-box; width:100%; margin-bottom: 10px; }


.wish-head { line-height: 40px; background:#ebf2f6; padding: 10px 5px; border-bottom:1px solid #ddd; margin-bottom:10px; }
.content .wish-head h1 { margin: 0 0 0 10px; float:left; font-size: 20px; }
.wish-head h1 .head-atrs { font-size:70%; color: #555; }
.wish-head small { float:left; margin-left:10px; }
.wish-head .btns { line-height:20px; float:right;  }
.wish-head .btns .btn { min-width:110px; margin:0 5px 5px; padding:3px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.wish-head .btn .pull-left { margin:3px 3px 0 0; }
.wish-items { margin-bottom:30px; display:none; }
.wish-items.active { display:block; }
.wish-items.loading { opacity:.7; }

.wishlist .item { padding:25px 0; line-height:1.2;position:relative; border-bottom:1px solid #eee; font-size: 13px; white-space:nowrap; }
.wishlist .item * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.wishlist .item>div { display:inline-block; vertical-align:top; padding:0 10px; }
.wishlist .item .thm { width:23%; }
.wishlist .item .plnfo { width:27%; white-space:initial; }
.wishlist .item .dsnfo { width:50%; white-space:initial; }
.wishlist .item .thm a { display:block; overflow:hidden; }
.wishlist .item .thm a img { margin:0px auto; display: block; }
.wishlist .item .pb { margin-bottom:20px; line-height:1.5; }
.wishlist .item .pbnow { font-size:120%; font-weight:600; }
.wishlist .item .pbds { color:#f00; font-weight:600; }
.wishlist .item .loc {  }
.wishlist .item .dsnfo .ds * { font-family:inherit !important; margin:0; }
.wishlist .item h3 { font-size: 15px; font-weight: 400; line-height: 1.3; margin: 0 0 10px; color: #000; }
.wishlist .item h3 a { color: inherit; }
.wishlist .item h4 { font-weight:300;text-shadow: none;float: none;padding: 0;margin: 2px 0 10px; }


.wish-pagination { background:#ebf2f6; padding:10px; }
.wish-pagination a { display:inline-block; padding:3px 10px; color:#333; font-size:12px; background:#fff; border:1px solid #ddd; margin:3px; text-decoration:none; }
.wish-pagination a:hover { border-color:#aaa; }
@media (max-width:600px) {
	.wishlist .item { white-space:initial; }
	.wishlist .item .thm { width:40%; }
	.wishlist .item .plnfo { width:60%; }
	.wishlist .item .dsnfo { width:100%; margin-top:20px; }
}

@media (max-width:480px) {
	.wish-head .btns { float:none; }
	.wish-head .btn { width:97%; margin:0 0 10px; }
	.wishlist .item { padding-bottom:20px; }
	.wish-pagination a { padding:7px 12px; }
}

.companies-menu { box-shadow: 2px 2px 10px rgba(0,0,0,.3); }
.companies-menu ul { float:right; padding:5px 20px 5px 0; }
.companies-menu ul li { list-style:none; display:inline-block; margin:0 10px 0 0; }
.companies-menu strong, .companies-menu ul li a  { padding: 0px 10px; text-decoration: none; font-size: 13px; display: inline-block; height: 22px; line-height: 22px; color: #fff; font-weight: 600; text-shadow: 0px 0px 1px rgba(0,0,0,.15); }
.companies-menu ul li a:hover { color: #e5bd1f; }
.companies-menu strong { font-size:16px; padding:8px 20px 10px; }

.companies-list { margin:30px 0 60px; clear:both;}
.companies-list li { border:1px solid #fff; overflow:hidden; list-style:none; width:50%; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; }
.companies-list li .company { margin:10px auto 20px; padding:20px 10px 30px; width:80%; min-width:320px; height:360px; position:relative; border-bottom:1px solid #ddd; box-shadow:0 0 8px #ddd; }
.companies-list li .company .company-image { display:block; height:250px; text-align:center;overflow:hidden; }
.companies-list li .company table { width:100%; }
.companies-list li .company td { height:250px; }
.companies-list li .company .company-info { padding:10px 10px 0;}

@media (max-width:480px) {
	.companies-list li { width:100%; }
	.companies-list li .company { padding:20px 0px 30px; height:auto; }
	.companies-list li .company .company-image { height:auto; }
	.companies-list li .company .company-info { padding:5px 5px 0; }
}


.refs #header { position:fixed; top:0px; left:0px; width:100%; }
.refs #header #bn-toggle-form { position:absolute;z-index:100;bottom:-90px;right:0px; }
.refs #header .float-split { float:left; width:35%;margin:0px 0; }
.refs #header .float-split a { display:block; margin:0px; width:70%; }
.refs #header.reduced .float-split {  }
.refs #header.reduced .float-split a { width:60%; }

#tsls-container { padding-bottom:140px; }


.tsls h1 { font-size:30px; font-weight:300; color:#111; padding:30px 0 0 10px; margin: 0 0 20px; border-bottom:3px solid #f4a70f;}
.tsls ul {  }
.tsls ul li { position:relative; font-size: 12px; margin:0 0 20px 0; padding:7px 10px 10px; border:1px solid #ebebea; border-bottom-width:2px; list-style:none; background:#fbfbfb; text-shadow:1px 1px 0px #fff; border-radius:2px; box-shadow:inset 0 0 20px #fff, 0 0 3px #eee;}
.tsls ul li.loading { border:0px none; float:none; background:transparent; box-shadow:none; }
.fix-pos { position:absolute; top:-124px; left:0px; width:1px;height:1px;}
.fix-pos-70 { position:absolute; top:-70px; left:0px; width:1px;height:1px;}
.tsls ul li .mejs-container { text-shadow:1px 1px 0px #333; }
.tsls ul li .mejs-controls .mejs-time-rail .mejs-time-float-current { text-shadow:none; }
.tsls .caption { color:#189909; font-weight:600; font-size:18px; font-style:italic; display:block; padding:0 0 5px 0; }
.tsls .btn.btn-play { float:right; border-radius:32px; width: auto; padding:7px 8px 6px 11px; font-size: 7px; border: 1px solid #999; }
.tsls .tsls-audio { height:40px; }
.tsls .tsls-soundcloud { height:130px; }
.tsls .date { font-weight:300; color:#333; font-size:11px; margin-bottom:10px;padding:0 0 10px 2px; border-bottom:1px solid #F4A70F; border-bottom:1px solid rgba(244,167,15,.5); }
.tsls .mind { color: #555; text-shadow:1px 1px 0px #fff;padding-right:10px;  font-size: 12.5px; }
.tsls .mind img { float:left; margin:0 8px 0 0; max-width:200px; border:1px solid #ccc; border-radius:2px;}
.tsls .mind span { position:relative; float:left; }
.tsls .mind p { margin:0; }

.tsls.cat-tsls .caption { font-size:16px; }
.tsls.cat-tsls .mind { font-size:12px; }

.tsls.ints h1 { color:#000; border-bottom:3px solid #0088cc; }
.tsls.ints .caption { color:#0088cc; }
.tsls.ints .date { border-bottom:1px solid #4eaff7; border-bottom:1px solid rgba(78,175,247,.5); }
.tsls.ints .rel { display:block;font-size:16px;text-decoration:underline; }

.tsls-top { font-size:14px; text-shadow:1px 1px 1px rgba(255,255,255,.4); border-bottom:2px solid #8F6513;border-top:2px solid #8F6513; position:relative;left:0;top:0;}
.tsls-top .row-fluid { padding:10px 0 10px 10px; }
.tsls-top h3 { color:#fff; font-size:24px; padding:0 0 10px; text-shadow:1px 1px 3px #8F6513; }
.tsls-top a[href] { color: #00f; text-decoration:underline; }

#tsls-form { padding:20px 0px; font-size:13px; text-shadow:1px 1px 1px rgba(255,255,255,.4); position:absolute; z-index:101;right:340px;top:0px;width:350px;border:1px solid #8F6513;border-radius:12px 0 0 12px;box-shadow:-2px 2px 7px #999; display:none;}
#tsls-form .btn.close { border-radius:15px; opacity: 1; position: absolute; left:4px; top:3px; width: auto;padding: 2px 5px; font-size: 24px; border: 1px solid #aaa; text-align: center; }
#tsls-form .btn.reload-captcha { float:left; width:auto; padding:0; border-radius:50%; margin: 0 0 0 7px; border: 1px solid #aaa; width: 36px; height: 36px; line-height: 35px; }
#tsls-form .btn.reload-captcha .svg { margin:0; border:0px none; float:none; }

#tsls-form form { margin:0 30px; }
#tsls-form h3 { color:#fff; font-size:17px; padding:0 0 10px; text-shadow:1px 1px 3px #8F6513; white-space:nowrap; }
#tsls-form strong { display:block; font-size:16px; padding: 10px 0; }
#tsls-form a[href] { color: #00f; text-decoration:underline; }
#tsls-form label { font-weight:600; font-size:13px; }
#tsls-form small { font-weight:400; }
#tsls-form small.note { display:block; font-weight:600; margin:-7px 0 10px; }
#tsls-form input[type="text"], #tsls-form textarea { border-radius:2px; padding:2px 5px; display:block; width: 280px; }
#tsls-form input[type="file"] { font-size:12px; }
#tsls-form textarea { height:100px; font-size:12px; }
#tsls-form select { padding:2px; width: 292px; height:27px; border-radius:2px; }
#tsls-form .captcha { border:1px solid #8F6513; padding:5px 10px 0; margin:10px 0; }
#tsls-form #Captcha { float:left; font-weight:600; width:110px;text-align:center; }
#tsls-form img { float:left; margin:1px 0px 0px 15px; border:2px solid #fff; }
#tsls-form .btn { width:100px; margin:0 5px 0 0;}

#tsls-file-holder { position:relative; }
#tsls-file-holder input { display:block;width:100%;height:100%;position:relative;z-index:1; }
#tsls-progress-bar-container { position:absolute; left:0px;top:2px;z-index:2; width:100%; height:8px; text-indent:12px; display:none; }
#tsls-progress-bar-container .progress { position:relative; height:6px; margin:5px 5px 0; border: 1px solid #aaa; padding: 1px; border-radius:4px; }
#tsls-progress-bar-container .bar { background-color: #1accf9; width:10%; height:6px; border-radius: 3px; }

@media (max-width:1024px){
	.refs #header #bn-toggle-form { bottom:-30px;right:0px; border-radius: 0 0 3px 3px; }
}
@media (max-width:768px){
	.refs #header .float-split { width:50%; }
	.refs #header .float-split a { width:80%; margin:0px auto;}
}
@media (max-width:720px){
	.tsls-top .container { margin:0 10px; }
	.tsls-top .row-fluid { padding:30px 0 10px 0px;  }
	.tsls-top h3 { font-size:18px; }
}

.cat-refs-page .right-column { padding-left:50px; }
.cat-refs-page .right-column .ok-box { font-size:15px; margin-bottom:40px; }
.cat-refs-page .right-column .ok-box h3,
.cat-refs-page .right-column .refs-box h3 { border-bottom:3px solid #0a0; font-size:18px; padding:5px; margin:0 0 20px; }

.cat-refs-search-box { border:1px solid #fbeed5; margin:30px -10px; }
.cat-refs-search-box .sr-left { padding:20px 15px 30px; font-size:16px; background:#fcf8e3; }
.cat-refs-search-box .sr-right { padding:7px 20px 0px 0px; }
.cat-refs-search-box .sr-right strong { color:#fff; font-size:15px; display:block; margin:0 0 5px; text-shadow: 0 0 1px #333; }
.cat-refs-search-box .dropdown { margin-bottom:10px; }
.cat-refs-search-box input[name="geo_code"] { width:100%; }
.cat-refs-search-box button { display: inline-block; width: 45px; height: 32px; background: url(/images/go_btn.png) no-repeat; border: none; position:absolute;top:0;right:-5px;}

@media (max-width:1200px){
	.cat-refs-page .right-column { padding-left:20px; }
}

@media (max-width:767px){
	.ilist_ .side-item { float:none !important; }
	.cat-refs-search-box { margin:30px 0px; }
	.cat-refs-search-box .sr-right { padding-left:10px; } 
	.page-listing-header h1, .page-listing-header h2 { float:none !important; width:100%; margin-right:0px;}
	.cat-refs-page .right-column { padding:30px 15px 10px 5px; display:block !important; padding-left:0;  }
}





#zn-res-menuwrapper{display:block;position: absolute;top: 0px; right: 10px; z-index: 10; width: 52px; height: 52px; }
.main-nav{display:none}

.main-nav>ul>li,.main-nav>ul>li>a{position:relative}
	
.main-nav ul{list-style:none;padding:0;margin:0;line-height:1;}
.main-nav>ul:after,.main-nav>ul:before{display:table;content:" "}
.main-nav>ul:after{clear:both}
.main-nav>ul{margin:0px 0 0;text-align:right;}
.main-nav ul li{margin-bottom:0}
.main-nav ul li a{display:block;}
.main-nav>ul>li{display:inline-block;vertical-align:top;margin-top:0;margin-left:0px;padding-bottom:7px}
.main-nav>ul>li:first-child{margin-left:0}
.main-nav>ul>li>a{padding:6px 10px;text-decoration:none;font-size:14px;text-shadow: 1px 1px 1px rgba(0,0,0,.25);text-transform:uppercase;line-height:14px;color:#fff;z-index:1;font-weight:600;-webkit-transition:padding .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:padding .2s ease-in-out,transform .2s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.main-nav>ul>li.menu-item-has-children>a:after{content:'';opacity:1;position:absolute;height:1px;width:7px;bottom:3px;left:17px;background-color:rgba(255,255,255,.4);-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}
.main-nav>ul>li.active>a,.main-nav>ul>li:hover>a,.main-nav>ul>li>a:hover{text-decoration:none;color:#f2d13a;}
.main-nav>ul>li.active>a:before,.main-nav>ul>li:hover>a:before,.main-nav>ul>li>a:hover:before{height: 100%;opacity: 1;}
.main-nav>ul>li.active.menu-item-has-children>a:after,.main-nav>ul>li.menu-item-has-children:hover>a:after,.main-nav>ul>li.menu-item-has-children>a:hover:after{opacity:0}
.main-nav>ul>li>ul.sub-menu:before{position:absolute;width:100%;height:10px;content:'';display:block;top:-10px;}
.main-nav ul ul.sub-menu li a:hover,.main-nav ul ul.sub-menu li.active>a{color:#323232;background:rgba(0,0,0,.04)}
.main-nav ul ul.sub-menu{position:absolute;right:0;top:45px;border-radius:2px;text-align:left;border:1px solid rgba(255,255,255,.8);box-shadow:0 0 4px rgba(0,0,0,.4);padding:6px 0;background:rgba(245,245,245,1)}

.main-nav ul ul.sub-menu li a{padding:7px 0;font-size:13px;color:#757575;position:relative;text-transform:uppercase;font-weight:600;text-decoration:none;}
.main-nav ul ul.sub-menu{width:250px; opacity:0;visibility:hidden;transition:opacity .4s ease,top .45s ease,margin-top .4s ease}

.main-nav ul ul.sub-menu{ margin-top:15px;top:33px;}
.main-nav ul ul.sub-menu li{position:relative;}
.main-nav ul ul.sub-menu ul{top:100%;margin-top:0}
.main-nav ul ul.sub-menu li a:not(:only-child):after{position:absolute;top:50%;margin-top:-1px;right:10px;content:'';opacity:.6;background-color:rgba(0,0,0,.3);width:10px;height:2px}
.main-nav ul ul.sub-menu li a{width:100%;box-sizing: border-box;border-bottom:1px solid rgba(0,0,0,.03);padding:10px 20px;font-size:12px;line-height: 15px;color:#757575;position:relative;text-transform:uppercase;}
.main-nav ul ul.sub-menu li a[title=separator]{text-indent:-2999px;padding:0;background-color:rgba(0,0,0,.05)!important;background-clip:padding-box;height:5px}
.main-nav>ul>li>ul.sub-menu:before{top:-10px;left:0;visibility:visible;}
.main-nav>ul>li>ul.sub-menu:after{content:'';display:block;visibility:visible;position:absolute;top:-11px;right:14px;border:6px solid transparent;border-bottom-width:5px;border-bottom-color:#f5f5f5}
.main-nav ul ul.sub-menu li>ul {top:-3px;right: 100%;width:250px;}
.main-nav ul ul.sub-menu li:hover>ul{opacity:1;top: -3px;}

.main-nav ul li:hover>ul{opacity:1;visibility:visible;z-index:100}
.main-nav ul li:hover>ul{top:45px}
.main-nav ul li:hover>ul.sub-menu{top:33px;}
.main-nav ul li:hover>.sub-menu{margin-top:0px}
.main-nav ul ul li a{-webkit-transition:padding-left .35s ease,border-right .35s ease;transition:padding-left .35s ease,border-right .35s ease}
.main-nav ul ul.sub-menu li a:not(:only-child) .hg-mega-new-item{right:23px}

@media (max-width:820px) {
	.main-nav > ul > li > a { font-size:13px; padding:6px 6px; }
}
@media (min-width:768px)
{
	#zn-res-menuwrapper{display:none}
	.main-nav{display:inline-block;vertical-align:top; text-align:right; white-space:nowrap;margin:0;font-size:14px;} 
	.main-nav ul li a{white-space:initial;}
}


#zn-res-menu ul { position: fixed !important;}
#zn-res-menu,#zn-res-menu li,#zn-res-menu ul{padding:0;margin:0;list-style:none}
#zn-res-menu * {-webkit-backface-visibility:hidden}
.zn_res_menu_visible #zn-res-menu,.zn_res_menu_visible #zn-res-menu li ul{display:block}
#zn-res-menu{width:270px;width:calc(100% - 50px);max-width:310px;height:100%;top:0;right:0;position:fixed;z-index:1312;background:#1accf9;padding:0 0 64px;display:none;overflow:hidden;overflow-y:auto;
	-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;-webkit-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-o-transition:-o-transform .2s ease 0s;transition:-webkit-transform .2s ease 0s;transition:transform .2s ease 0s;
}
.zn_shadow_menu {visibility: hidden;position: fixed;left: 0;top: 0;right: 0;bottom: 0;background:rgba(255, 255, 255, 0.9);opacity:0;-webkit-transition: all 0.3s;transition: all 0.3s;z-index: 1302;}
.zn_shadow_menu.visible {visibility:visible;opacity:1;}
#zn-res-menu li ul{right:0px;top:0px;position:fixed;width:100%;height:100%;background:#1accf9;overflow:hidden;z-index:11112;-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;-ms-transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .5s ease;-moz-transition:-moz-transform .5s ease;-ms-transition:-ms-transform .5s ease;-o-transition:-o-transform .5s ease;transition:transform .5s ease;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;padding:0;display:none}
#zn-res-menu ul.zn-menu-visible,#zn-res-menu.zn-menu-visible{-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}
#zn-res-menu li{position:relative;width:100%;border-color:#D9D9D9;}
#zn-res-menu .zn_mega_container{width:100%}
#zn-res-menu .zn_mega_container li{width:100%;float:none}
#zn-res-menu li>a, #zn-res-menu li>strong{padding:18px 28px 16px;font-weight:600;border-bottom:1px solid;border-bottom-color:inherit;display:block;z-index:1;color: #fff;text-shadow: 1px 1px 0px rgba(0,0,0,.45);font-size:15px;text-transform:uppercase; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
#zn-res-menu li>.zn_res_submenu_trigger, #zn-res-menu li>.zn_res_back_icon{ color: #f2f2f2; }
#zn-res-menu li>strong { color:#fff; }
#zn-res-menu li.active>a,#zn-res-menu li:hover>a{color:#e5bd1f;text-decoration:none;background:rgba(0,0,0,.04)}
#zn-res-menu a{cursor:pointer}
#zn-res-menu .zn_res_has_submenu>span,#zn-res-menu .zn_res_menu_go_back>span{position:absolute;right:0;top:0px;bottom:0px;width:54px;line-height:1;text-align:center;cursor:pointer;z-index:2;border-left: 1px solid;border-left-color: inherit;}
#zn-res-menu .zn_res_has_submenu>span .svg, #zn-res-menu .zn_res_menu_go_back>span .svg { width:16px; height:16px; position:relative; top: 17px; }

#zn-res-menu .zn_res_menu_go_back>a{text-align:center;padding-right:0;padding-left:49px}
#zn-res-menu .zn_res_menu_go_back>span{left:0;right:auto;border-left:none;border-right:1px solid;border-right-color:inherit;}
.zn-res-trigger{vertical-align:middle;display:inline-block;height:52px;width:52px;position:absolute;top:0px;left:0px;}
.zn-res-trigger::after{content:'';position:absolute;width:25px;height:2px;top:50%;margin-top:-10px;background:#fff;left:11px;box-shadow:0 8px 0 #fff,0 16px 0 #fff}
#zn-res-menu li>a[title=separator],.zn_res_has_submenu .new-item{display:none}

.zn-close-co { width:100%;max-width:360px;height:100%;top:0;right:0;position:fixed;z-index:1303; 
	-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;-webkit-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s ease 0s;transition:transform .3s ease 0s;
}
.zn-close-co.visible { -webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0) }
a.zn-close { position:absolute; top:0px;left:0;z-index:1; width:52px;height:52px;background: #f2d13a;}
a.zn-close img { display: block; width: 16px; height: 16px; margin: 18px auto 0; }

.content-404 { font-size:20px; padding:60px; }
.content-404 h2 { padding: 0 0 50px; font-weight: 600; font-size: 132px; line-height: 1; text-align: center; text-shadow: 0 0 18px rgba(35,35,35,.5); text-transform: uppercase; color: transparent; }

@media (max-width:600px) { 
	.content-404 { font-size:14px; padding:40px 20px; }
}



/**
* photoswipe.css
*/
.pswp { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; -ms-touch-action: none; touch-action: none; z-index: 1500; -webkit-text-size-adjust: 100%;  -webkit-backface-visibility: hidden; outline: none; }
.pswp * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.pswp img { max-width: none; }
.pswp--animate_opacity { opacity: 0.001; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open { display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }
.pswp__bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; -webkit-backface-visibility: hidden; will-change: opacity; }
.pswp__scroll-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap { -ms-touch-action: none; touch-action: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.pswp__container,
.pswp__img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
.pswp__zoom-wrap { position: absolute; width: 100%; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg { will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap { -webkit-transition: none; transition: none; }
.pswp__container, 
.pswp__zoom-wrap { -webkit-backface-visibility: hidden; }
.pswp__item { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; }
.pswp__img { position: absolute; width: auto; height: auto; top: 0; left: 0; }
.pswp__img--placeholder { -webkit-backface-visibility: hidden; }
.pswp__img--placeholder--blank { background: #222; }
.pswp--ie .pswp__img { width: 100% !important; height: auto !important; left: 0; top: 0; }
.pswp__error-msg { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: #CCC; }
.pswp__error-msg a { color: #CCC; text-decoration: underline; }
.pswp__ui.pswp__ui--hidden { visibility:hidden; }

/* photoswipe skin */
.pswp__button {width: 44px;height: 44px;position: relative;background: none;cursor: pointer;overflow: visible;-webkit-appearance: none;display: block;border: 0;padding: 0;margin: 0;float: right; opacity: 0.75;-webkit-transition: opacity 0.2s;transition: opacity 0.2s; -webkit-box-shadow: none;box-shadow: none; }
.pswp__button:focus,.pswp__button:hover { opacity: 1; }
.pswp__button:active { outline: none; opacity: 0.9; }
.pswp__button::-moz-focus-inner { padding: 0; border: 0; }

.pswp__ui--over-close .pswp__button--close { opacity: 1; }
.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before { background: url(/js/photoswipe/default-skin/default-skin.png) 0 0 no-repeat; background-size: 264px 88px; width: 44px; height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before { background-image: url(/js/photoswipe/default-skin/default-skin.svg); }
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right { background: none; }
}

.pswp__button--close { background-position: 0 -44px; }
.pswp__button--share { background-position: -44px -44px; }
.pswp__button--fs { display: none; }
.pswp--supports-fs .pswp__button--fs { display: block; }
.pswp--fs .pswp__button--fs { background-position: -44px 0; }
.pswp__button--zoom { display: none; background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom { display: block; }
.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0; }

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right { visibility: hidden; }
.pswp__button--arrow--left, .pswp__button--arrow--right { background: none; top: 50%; margin-top: -50px; width: 100px; height: 100px; position: absolute; }
.pswp__button--arrow--left { left: 32px; }
.pswp__button--arrow--right { right: 32px; }
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before { content: ''; top: 35px; background-color: rgba(0, 0, 0, 0.3); height: 30px; width: 32px; position: absolute; }
.pswp__button--arrow--left:before { left: 6px; background-position: -138px -44px; }
.pswp__button--arrow--right:before { right: 6px; background-position: -94px -44px; }
.pswp__button--arrow--left, .pswp__button--arrow--right { -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; }
.pswp__button--arrow--left::before, .pswp__button--arrow--left::after, .pswp__button--arrow--right::before, .pswp__button--arrow--right::after { content: ''; position: absolute; width: 35px; height: 3px; background: #fff; top: 0; left: 0; display: block; }
.pswp__button--arrow--left::after, .pswp__button--arrow--right::after { width: 3px; height: 35px; }
.pswp__button--arrow--left { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.pswp__button--arrow--right { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.pswp__counter, .pswp__share-modal { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.pswp__share-modal { display: block; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0; left: 0; padding: 10px; position: absolute; z-index: 1600; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; -webkit-backface-visibility: hidden; will-change: opacity; }
.pswp__share-modal--hidden { display: none; }
.pswp__share-tooltip { z-index: 1620; position: absolute; background: #FFF; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); -webkit-transition: -webkit-transform 0.25s; transition: transform 0.25s; -webkit-backface-visibility: hidden; will-change: transform; }
.pswp__share-tooltip a { display: block; padding: 8px 12px; color: #000; text-decoration: none; font-size: 14px; line-height: 18px; }
.pswp__share-tooltip a:hover { text-decoration: none; color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child { border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in { opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.pswp--touch .pswp__share-tooltip a { padding: 16px 12px; }
a.pswp__share--facebook:before { content: ''; display: block; width: 0; height: 0; position: absolute; top: -12px; right: 15px; border: 6px solid transparent; border-bottom-color: #FFF; -webkit-pointer-events: none; -moz-pointer-events: none; pointer-events: none; }
a.pswp__share--facebook:hover { background: #3E5C9A; color: #FFF; }
a.pswp__share--facebook:hover:before { border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover { background: #55ACEE; color: #FFF; }
a.pswp__share--pinterest:hover { background: #CCC; color: #CE272D; }
a.pswp__share--download:hover { background: #DDD; }
.pswp__counter { position: absolute; left: 0; top: 0; height: 44px; font-size: 13px; line-height: 44px; color: #FFF; opacity: 0.75; padding: 0 10px; }
.pswp__caption { position: absolute; left: 0; bottom: 0; width: 100%; min-height: 44px; }
.pswp__caption small { font-size: 11px; color: #BBB; }
.pswp__caption__center { text-align: left; max-width: 420px; margin: 0 auto; font-size: 13px; padding: 10px; line-height: 20px; color: #CCC; }
.pswp__caption--empty { display: none; }
.pswp__caption--fake { visibility: hidden; }
.pswp__preloader { width: 44px; height: 44px; position: absolute; top: 0; left: 50%; margin-left: -22px; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; will-change: opacity; direction: ltr; }
.pswp__preloader__icn { width: 20px; height: 20px; margin: 12px; }
.pswp__preloader--active { opacity: 1; } 
.pswp__preloader--active .pswp__preloader__icn { background: url(/js/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active { opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { -webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn { background: none; opacity: 0.75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative; width: 7px; height: 14px; overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut { -webkit-box-sizing: border-box; box-sizing: border-box; width: 14px; height: 14px; border: 2px solid #FFF; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: none; margin: 0; }
@media screen and (max-width: 1024px) {
	.pswp__preloader { position: relative; left: auto; top: auto; margin: 0; float: right; }
}
@-webkit-keyframes clockwise {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes clockwise {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes donut-rotate {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
	100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
@keyframes donut-rotate {
	0% { -webkit-transform: rotate(0); transform: rotate(0); }
	50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
	100% { -webkit-transform: rotate(0); transform: rotate(0); }
}
.pswp__ui { -webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550; }
.pswp__top-bar { position: absolute; left: 0; top: 0; height: 44px; width: 100%; }
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { -webkit-backface-visibility: hidden; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { visibility: visible; } 
.pswp__top-bar, .pswp__caption { background-color: rgba(0, 0, 0, 0.5); }
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0.3); }
.pswp__ui--idle .pswp__top-bar { opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; }
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter { display: none; }
.pswp__element--disabled { display: none !important; }
.pswp--minimal--dark .pswp__top-bar { background: none; }


/* embed responsive bootstrap 3.3 */
.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }
.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive-4by3 { padding-bottom: 75%; }

/* modal bootstrap 3.3 */ 
.nfade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.nfade.nin { opacity: 1; }

.nmodal-open { overflow: hidden; }
.nmodal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }
.nmodal.nfade .nmodal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; }
.nmodal.nin .nmodal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
.nmodal-open .nmodal { overflow-x: hidden; overflow-y: auto; }
.nmodal-dialog { position: relative; width: auto; margin: 10px; }
.nmodal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius:1px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0; }
.nmodal-backdrop { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; }
.nmodal-backdrop.nfade { opacity: 0;  }
.nmodal-backdrop.nin { opacity: 0.5;  }
.nmodal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; }
.nmodal-header .close { margin-top: -2px; }
.nmodal-title { margin: 0; line-height: 1.42857143; }
.nmodal-body { position: relative; padding: 15px; font-size:14px; }
.nmodal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.nmodal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }
.nmodal-footer .btn-group .btn + .btn { margin-left: -1px; }
.nmodal-footer .btn-block + .btn-block { margin-left: 0; }
.nmodal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 768px) { 
  .nmodal-dialog { width: 600px; margin: 30px auto; }
  .nmodal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .nmodal-sm { width: 300px; }
}
@media (min-width: 992px) {
  .nmodal-lg { width: 900px; }
}

.nmodal-header:before,
.nmodal-header:after,
.nmodal-footer:before,
.nmodal-footer:after { content: " "; display: table; }
.nmodal-header:after,
.nmodal-footer:after { clear: both; }


.sans-light { font-weight:300; font-family: "Open Sans", helvetica, arial, sans-serif; }








@media (min-width: 1450px) {
	.container.container-ext { width:1440px; max-width:1440px; }
	.container.container-ext .span8.content { width:1080px; }
	.container.container-ext .span4.right-column { width:320px;}
}

@media (min-width: 1280px) {
	.container.container-max { width:90%; max-width:90%; }
	.container.container-ext { width:1270px; max-width:1270px; }
	.container.container-ext .span8.content { width:940px; }
	.container.container-ext .span4.right-column { width:320px;}
}

@media (max-width:1199px){
	.categories-slick>div>a span { height:90px; }
}
@media (max-width:1024px){
	#uv-tiles { min-width:620px; }
}
@media (max-width:922px){
	.right-column { display:none !important; }
	.row-fluid .span8.content, .row-fluid .span7.content { width:100% !important; }
}
@media (min-width:901px) {
	.staff-ex .staff-cps { display:none !important; }
	.container.container-ext .span8.content { padding-right:20px; }
}

@media (max-width:900px){
	.container-homepage .right-column { display:none !important; }
	#uv-tiles { min-width:100%; }
}

@media (max-width:767px){
	
	#page-fixed-nav { display:none !important; }
	.stickySlide .pws-progress { padding:10px 0 10px !important; }
	
	#header .hd-share { position: relative; top: 10px; right: 152px; left: auto; }
	#map-nav a strong { font-size:11px; font-weight:normal;}
	.categories-slick>div>a span { height:80px; }
	
	.control-form label { text-align:left !important; min-height:20px !important; min-width:110px !important; }
	.control-form .span3 { float:left; width:18% !important; }
	.control-form .span8 { float:left; width:70% !important;}
	.control-form .span6 { float:left; width:45% !important;}
	.control-form .span6 { margin-left: 2.2% !important;}
	
	#SubscriptionModal .uns-ctrl .control-group { padding-left:0px !important; }
	#SubscriptionModal .uns-ctrl .btn { width:60px;  }
	
	.crazy-prices-note { width:100% !important; }
	
	.footer-searches .txt { margin-bottom:5px; }
	.footer-searches { margin:10px 0; }
	#footer ul { margin:0 0 20px; padding:0 0 10px; border-bottom:1px solid #aaa; }
	#footer ul.last-child { border-bottom:0px none; margin:0; padding:0; }
	#footer ul li { padding:8px 0; }
}
@media (max-width:720px) {
.categories-slick>div>a span { height:64px; }	
}

@media (max-width:646px) {
	
	.city-state-list > ul { padding:0 10px; }
	.city-state-list>ul>li ul li { padding-bottom:0; border-bottom:1px solid #eee; }
	.city-state-list>ul>li ul li a { display:block; padding: 10px 10px; margin: 5px 0px 5px -10px;  }
	.city-state-list>ul>li ul li a:hover { background:#f7f7f7; }
	
	#assist_btn { right: 17pt; }
	.inv-modal .modal-footer button { margin:5px auto !important; }
	.inv-forms { width:100% !important; padding:10px 0 !important; }
	.inv-forms .post-row button { margin:10px 0 !important; }
	.inv-forms .post-row .loading { margin-left:4px !important; }
	
	#float-item .modal-body { padding:0; }
	#float-item .gallery { float:none !important; width:100%; max-width:300px; margin:0px auto 20px !important; }
	#float-item .info { width:100% !important; margin:0px auto !important; float:none !important; }
	#float-item .ads { padding:20px 0; }
	#float-item .info .loc { font-size:inherit; }
	
	#SellingNotes.modal { width:100% !important; position:absolute; min-width:100% !important; }
	
	.feed-nav .tgs-feed .tgtf { padding:0 15px; }
	
		
	div.pagination .per-page span { display:none !important;}
	.list-pages .per-page { display:none !important;}
	.mobile-off { display:none !important; }
	.mobile-on { display:; } 
	.mobile-block { display:block !important; }
	.mobile-inline { display:inline !important; }
	.mobile-iblock { display:inline-block !important; }
}

@media (max-width:480px) {
	.city-state-list>ul { float:none; width:100%; }
}


#adv_modal { display:none; position:fixed; z-index:1000;top:0px;left:0px;right:0px;bottom:0px;background:rgba(0,0,0,.3);opacity:0; }
#adv_modal_lr { position:relative;width:98%;max-width:800px;margin:200px auto 0; padding:2px;box-sizing:border-box;border-radius:1px; box-shadow: 0 0 20px rgba(0,0,0,.7); background: #fff; }
#adv_modal.active { display:block; opacity:1; }
#adv_modal_lr .close { position:absolute;top:6px;right:6px;display:block;width:36px;height:36px;line-height:35px;text-align:center;color:#333;background:rgba(255,255,255,.9);opacity:1; }
#adv_modal_lr .close:hover { background:rgba(255,255,255,1); }


/* optlr start */
#optlr-prompt, #optlr-prompt * { -webkit-box-sizing: border-box;box-sizing: border-box; }
#optlr-prompt { position:absolute; top:0; left:0; z-index:500; display:none; background:#fff; box-shadow:0 0 10px rgba(0, 0, 0, 0.15); padding: 40px 0 0; width:92%; max-width:600px; text-align:center; overflow:hidden; }
#optlr-prompt .logo { }
#optlr-prompt .close { position:absolute; width:32px; height:32px; line-height:32px; text-align:center; top:8px; right:8px; color:#111; font-size:32px; text-decoration:none; font-weight: 400; }
#optlr-prompt h3 { font-size:16px; font-weight:400; color:#616161; padding:30px 0 0;}
#optlr-prompt h1 { font-size:32px; font-weight:400; color:#404040; text-transform:uppercase; margin-top:15px; }
#optlr-prompt h1 span { display:inline-block; vertical-align:top; padding:1px 0 5px; }
#optlr-prompt h1 strong { display:block; padding:1px 0 26px; position:relative; }
#optlr-prompt .prompt-intro { margin:30px 20px 10px; position: relative; }
#optlr-prompt .guide-image { display:block; float:right; width: 80%; }
#optlr-prompt .btn { border-radius:6px; background:#F4C711; border:0px none; font-size:18px; color:#404040; font-weight:600; height:50px; line-height:50px; padding: 0 60px; text-shadow: none; position:relative; z-index:1; }
#optlr-prompt .btn .svg { position:absolute; top:17px; right:17px; }
#optlr-prompt .lr-back { position:relative; top:-10px;z-index:0;}
#optlr-prompt .lr-back .lr-back-a { float:left; }
#optlr-prompt .lr-back .lr-back-b { float:right; }
#optlr-prompt .lr-more { position: absolute; left: 0px; right: 0px; bottom: 0px; font-size: 13px; color: #fff; background: #11B8E2; padding:6px 0; }
#optlr-overlay { position:fixed; z-index:409; top:0px; left:0px;right:0px;bottom:0px; background:rgba(255,255,255,.01); display:none; }

@media (max-width:767px) {
	#optlr-prompt .guide-image { position:absolute; left:26px; top:100px; width: 120px; }
}
@media (max-width:599px) {
	#optlr-prompt .prompt-intro { margin:0px 10px 10px; }
	#optlr-prompt .guide-image { left:-10px; top:80px; width:80px; }
	#optlr-prompt h1 { font-size:22px; }
	#optlr-prompt .lr-back { top:0px; margin:30px 0 30px; }
	#optlr-prompt .lr-back div { max-width:40%; }
}



.optlr, .optlr * { -webkit-box-sizing: border-box;box-sizing: border-box; }
.optlr { position:fixed; z-index:410; overflow-x:hidden; display:none; overflow-y:scroll; top:0px; left:0px; right:0px; bottom:0px; padding:0; background:rgba(255,255,255,.96); color:#000; }

.optlr input::-webkit-input-placeholder { color:#a7a7a7; font-style:normal; font-size:22px; font-weight:400;}
.optlr input:-moz-placeholder { color:#a7a7a7; font-style:normal; font-size:22px; font-weight:400;}
.optlr input::-moz-placeholder { color:#a7a7a7; font-style:normal; font-size:22px; font-weight:400;}
.optlr input-ms-input-placeholder { color:#a7a7a7; font-style:normal; font-size:22px; font-weight:400; }

.optlr .lr-steps { font-size:30px; line-height:2; }
.optlr .lr-step-finish .container { max-width: 640px; font-size:22px; }

.optlr .lr-step, .optlr .lr-step-finish { display:none; margin-bottom:40px; }
.optlr .lr-step.lr-visible, .optlr.lr-summary .lr-step { display:block; }
.optlr .container { margin:0px auto; max-width:960px; text-align:center; position: relative; }

.lr-step-slide { position:absolute; width:300px; height:200px; z-index:0; opacity:1; background-repeat:no-repeat; }
.lr-step-slide.lr-slide-a { top:0px; right:100%; background-position:100% 0%;  }
.lr-step-slide.lr-slide-b { top:100px; left:100%; background-position:0% 0%; opacity:0; }
.optlr .lr-step.lr-step-done .lr-step-slide.lr-slide-b { opacity:1; }

.optlr.lr-summary .lr-slide-a { top:100px; left:100%; right:auto; background-position:0% 0%; }
.optlr.lr-summary .lr-slide-b { top:0px; right:100%; left:auto; background-position:100% 0%; }

.optlr .lr-part { visibility:hidden; display:inline-block; vertical-align:top; margin: 0 0 40px; }
.optlr .lr-part.lr-visible { visibility:visible; }
.optlr .lr-part.lr-part-fw { width:100%; }
.optlr .lr-part .lr-part-notes { font-size:22px; padding:20px 0; width:80%; margin:0px auto; }

.optlr .lr-step-protect { color:#f00; font-weight:900; font-size:90%; margin:0 0 20px; }

.optlr .lr-step-actions { text-align:center; margin:30px 0; display:none; }
.optlr .lr-step-actions.lr-visible { display:block; }
.optlr .lr-actions .btn { margin:0 10px; min-width:100px; border-radius:6px; background:#F4C711; border:0px none; font-size:18px; color:#404040; font-weight:600; height:50px; line-height:50px; padding: 0 60px; text-shadow: none; position:relative; }
.optlr .lr-actions .btn .svg { position:absolute; top:17px; right:17px; }

.optlr.lr-summary .lr-step-actions { height:1px; visibility:hidden; margin:15px 0; }
.optlr .lr-step-summary-actions { text-align:center; margin:30px 0; display:none; }
.optlr.lr-summary .lr-step-summary-actions { display:block; }

.optlr.lr-finish .lr-step { display:none; }
.optlr.lr-finish .lr-progress { display:none; }
.optlr.lr-finish .lr-step-finish { display:block; }

.lr-step-finish .lr-download-notes { display:none; margin-top: 20px; padding:30px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.lr-step-finish.with-dddl .lr-download-notes { display:block; }

.optlr .lr-value { height:50px; padding:0 1px; color: inherit; }
.lr-value-lc { text-transform:lowercase; }
.optlr .lr-input { position:relative; }
.optlr .lr-input input { display: inline-block; vertical-align: top; margin:0; background:transparent; color:#11B8E2; border:0px none; border-bottom:2px solid #ddd; text-align:center; height:56px; width:240px; padding:0 10px; box-shadow:none; font-size:inherit; }
.optlr .lr-input input:focus { border-bottom-color:#5cdbfb; }
.optlr .lr-input:hover input { border-bottom-color:#5cdbfb; }
.optlr .lr-input.lr-input-md input { width:360px; }
.optlr .lr-input input.ps-value { display:none; }
.optlr .lr-input.lr-ps-on input { display:none; }
.optlr .lr-input.lr-ps-on input.ps-value { display: inline-block; vertical-align: top; cursor:default; }

.optlr .lr-select .dropdown { display:inline-block; vertical-align:top; height: 56px; }
.optlr .lr-select .dropdown-toggle { background:transparent; color:#11B8E2; text-align:center; font-size:inherit; padding:0 30px 0 15px; text-decoration:none; border-bottom:2px solid #ddd; height: 56px; display: inline-block; vertical-align: top; white-space: nowrap;}
.optlr .lr-select .dropdown-toggle .svg { position: absolute; top:22px; right:12px; width:13px; height:13px; }
.optlr .lr-select:hover .dropdown-toggle { border-bottom-color:#5cdbfb; }
.optlr .lr-select .dropdown-menu { border-radius: 0px; border: 0px none; padding:0px; margin: 0; min-width:100%; max-height: 224px; overflow-y: auto;}
.optlr .lr-select .dropdown-menu > li > a { font-size:22px; font-weight:400; color:#404040; padding:12px 42px 12px 36px !important; text-align:left; }
.optlr .lr-select .dropdown-menu > li.active > a, .optlr .lr-select .dropdown-menu > li > a:hover { background:#F4C711; color:#fff; }

.optlr .lr-cbs { text-align:left; padding: 20px 20px 20px 150px; }
.optlr .mcb { position: relative; display:block; text-align:left; color:#555; padding: 0 0 16px; }
.optlr .mcb label { font-size:24px; line-height: 28px; padding: 0 0 0 40px; }
.optlr .mcb:hover, .optlr .mcb.active { color:#000; }
.optlr .mcb input { position: absolute; left: 0; top: 0; width: 100%;  height: 100%; z-index: 5; opacity: 0; cursor: pointer; }
.optlr .mcb .bullet { position:absolute; top:5px; left:0px; display: inline-block; vertical-align: top; width: 22px; height: 22px; background:#fff; border: 2px solid #11B8E2;  }
.optlr .mcb .bullet::after { content: ''; position: absolute; z-index: 2; top: 3px; left: 3px; right: 3px; bottom: 3px; background: #11B8E2; opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); transition-property: opacity, transform; }
.optlr .mcb input:checked + .bullet::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

.optlr .lr-title { padding:80px 0; }
.optlr .lr-title h2 { font-size:26px; text-align:center; text-transform:uppercase; color:#000; font-weight:900; }
.optlr .lr-title-notes { font-size:26px; font-weight:400; padding-top:20px; margin:20px auto 0; border-top:1px solid #ddd; width: 100%; max-width: 800px; text-align: center; position:relative; top:0px; display:none; }

.lr-header { background:#11B8E2; border-bottom:2px solid #E7E7E7; padding:12px 0; position:relative; z-index:1; }
.optlr .lr-header .container { max-width:97%; width:auto; }
.lr-header .lr-logo { float:left; width:40%; max-width:130px; }
.lr-header .lr-logo img { }
.lr-header .lr-contacts { float:right; padding:0px 0px 0 40px; margin: 8px 0 0; text-align:left; background:url(/images/optlr/vector.png) 0% 50% no-repeat; }
.lr-header .lr-contacts strong { color:#404040; text-transform:uppercase; font-size:16px; font-weight:900; display:block;}
.lr-header .lr-contacts a { color:#fff; font-size:14px; }

.optlr .lr-progress { position:relative; z-index:2; }
.lr-progress .container { position:relative; top:-2px; width:60%; }
.lr-progress .lr-progress-bar { height:2px; position:absolute; top:-2px; left:0px; width:0%; background:#F4C711; border:1px solid #F4C711; }
.lr-progress .lr-progress-pointer { position:absolute; z-index:2; top:-15px; left:0%; margin-left:-17px; width:34px; height:30px; display:block; background:url(/images/optlr/baboy.png) 0px 0px no-repeat; }
.lr-progress .lr-progress-steps { position:relative; }
.lr-progress .lr-progress-steps a { text-align:center; color:#999; position:absolute; top:0px; width:12px; height:12px; margin:-6px 0 0 -6px; text-decoration:none; cursor:default; }
.lr-progress .lr-progress-steps a span { width:100px; position:absolute; left:-41px; top:-40px; font-size:16px; color:#0291BB; }
.lr-progress .lr-progress-steps a em { display:inline-block; vertical-align:top; border:2px solid #11B8E2; background:#fff; border-radius:50%; width:12px; height:12px; }

.lr-progress .lr-progress-steps a.active { cursor:pointer; }
.lr-progress .lr-progress-steps a.active span { color:#fff; }
.lr-progress .lr-progress-steps a.active em { border:2px solid #F4C711; background:#F4C711; }

.lr-progress .lr-progress-steps a.lrps-1 { left:0%; }
.lr-progress .lr-progress-steps a.lrps-2 { left:25%; }
.lr-progress .lr-progress-steps a.lrps-3 { left:50%; }
.lr-progress .lr-progress-steps a.lrps-4 { left:75%; }
.lr-progress .lr-progress-steps a.lrps-5 { left:100%; }
.lr-progress .lr-progress-step-of { position: absolute; left: 0px; top: -48px; right: 0px; display:none; text-align:center; color:#fff; font-weight:400; font-size: 16px;  }

@media (max-width:960px) {
	.lr-progress .container {  }
	.optlr .lr-cbs { padding-left:50px; }
	.lr-progress .lr-progress-step-of { display:block; }
	.lr-progress .lr-progress-steps a span { display:none; }
	.lr-progress .container { width: auto; max-width: 100%; position: absolute; left: 15px; right: 15px; top: -2px; }
}
@media (max-width:599px) {
	.optlr .lr-steps { font-size:24px; }
	.optlr .lr-title h2 { font-size: 22px; }
	.optlr .lr-select .dropdown-menu { left: auto; right: 0px; }
	.optlr .lr-select .dropdown-toggle .svg { top:17px; }
	.optlr .lr-select .dropdown-menu > li > a { font-size: 18px; padding:12px 20px 12px 20px !important; }
	.optlr .lr-cbs { padding-left:10px; padding-right:10px; }
	.optlr .mcb label { font-size:20px; }
}
	
@media (max-width:479px) {
	.lr-progress .lr-progress-step-of { display:none; }
}
/* optlr end */


/* mobile */


.mheader { height:96px; position:relative; z-index:100; }
.mheader .top-set { height:48px; position: fixed; z-index:20;width:100%; box-shadow: 2px 3px 2px rgba(0,0,0,.2);  }
.mheader .top-set:after { content:"";height:1px; width:100%;display:block;background:rgba(0,0,0,.1);position:absolute;bottom:-1px;}
.mheader .zn-res-trigger { top: 0px; left: 0px; background: #f2d13a; }
.mheader .zn-res-trigger::after{ background:#000; box-shadow:0 8px 0 #000,0 16px 0 #000;}
.mheader-plus { position:relative; top:48px; z-index:2; overflow: hidden; background:rgba(255,255,255,.5); height:48px; box-shadow: 0 0 1px rgba(0,0,0,.4); }
.mheader-plus:after { content:"";height:1px; width:100%;display:block;background:rgba(0,0,0,.2);position:absolute;bottom:-1px;}
.mheader-plus .mbtns li { height:48px; }
.mheader-plus .mbtns li a { height:48px; }
.mheader-plus .phone { float:left; margin-left:2px;  }
.mheader-plus .phone a, .mheader-plus .phone h6 { font-size:20px; font-weight:600; height:48px; line-height:48px;text-shadow:1px 1px 0px #000; color:#fff; text-decoration:none; }
.mheader-plus .phone h6 { text-indent:10px; }
.mheader-plus .mbtns li.active { box-shadow: 0px 0px 10px #fff inset; background: rgba(255, 255, 255, 0.5); }

.mbtns { float:right; list-style:none; }
.mbtns.pull-left { float:left;  }
.mbtns li { float:left; width:48px; height:48px; position:relative;}
.mbtns li.active { background:rgba(92,219,251,1); color:#000; }
.mbtns li a { display:block; width:48px; height:48px; text-align:center; }
.mbtns li a i { position:relative; top:14px; }

.msearch { position:fixed; top:48px; display:block; left:0px;right:0px;height:50px;margin-top:-1px; z-index:19; border-bottom: 1px solid rgba(0,0,0,.1);box-shadow: 0px 3px 4px rgba(0,0,0,.2); }
.msearch ul.search-set { list-style:none; height:41px; padding:11px 5px 0px; background:rgba(92, 219, 251, 1); border-top:1px solid #999; }
.msearch ul li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.msearch .select { float:left; width:60%; }
.msearch .select .btn { display:block; white-space: nowrap; text-align:left; overflow: hidden; text-overflow: ellipsis; font-size:13px; padding:0px 12px; height:34px; line-height:32px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.msearch .select .btn .caret { margin-top:14px; }
.msearch .input { float:left; width:28%; padding:0 6px; }
.msearch .input input { width:100%; height:34px; line-height:32px; font-size:14px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.msearch .button { float:left; width:12%; }
.msearch .button .btn { padding:0px; height:34px; line-height:32px; display:block; width:100%; }
.msearch .btn, .msearch input { border-radius:0; box-shadow:none; }
.msearch .dropdown-menu li a { line-height:32px; padding-top:0px;padding-bottom:0px; font-size: 14px; }

.feed-mnav { position:relative; height:48px; border-bottom:1px solid #ddd; text-align:left; }
.feed-mnav .btn { margin:0; border-radius: 0 !important; height: 48px; padding: 0 10px; line-height: 47px; border: 0px none; -webkit-box-sizing: border-box; box-sizing: border-box; }
.feed-mnav .btn.open-mefeed-cfg { border-left:1px solid #ddd; width:48px; }
.feed-mnav .group-select-type .btn { min-width:140px; white-space:nowrap;text-align:left; }
.feed-mnav .group-select-type .btn .caret { margin:22px 2px 0 6px;}
.feed-mnav .price-drop-cb { position: absolute; top: 0px; bottom:0px; right: 0px; margin: 0; line-height: 47px; padding: 0 10px; background: #f00; color: #fff;text-shadow: 1px 1px 0px #000; }
.feed-mnav .price-drop-cb .svg { position:relative; top:-2px; left:-3px; }
.feed-mnav .dropdown-menu { border-radius:0; margin:0 0 0 -1px; min-width: 319px;  }
.feed-mnav .dropdown-menu>li { border-top:1px solid #eee; }
.feed-mnav .dropdown-menu>li:first-child { border-top:0px none; }
.feed-mnav .dropdown-menu>li>a { line-height: 40px !important; font-size: 13px; }

#mcat-holder, #mseq-holder { overflow:hidden; position:relative; top:-9999px; }
#mcat-wrapper { position: relative; z-index: 1; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; -webkit-overflow-scrolling: touch; -webkit-box-sizing: border-box; box-sizing: border-box; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; }
#mcat-wrapper::-webkit-scrollbar { display: none; }
#mcat-wrapper.mhidden { margin-top:-200px; }

#mcat-wrapper a { position:relative; display: inline-block; vertical-align:top; text-align:center; width: 40%; text-decoration:none; margin:0 6px 0 0; }
#mcat-wrapper a span { display:block;width:100%; height:auto; position:relative; }
#mcat-wrapper a span img { max-height:100px; }
#mcat-wrapper a strong { display:block; width:100%;height:45px; line-height:17px; white-space:initial; font-weight:600; font-size:13px; color:#fff;text-shadow:1px 1px 0px #555; box-sizing:border-box; padding:4px 4px; position:relative; }
#mcat-wrapper a strong::before { position:relative; top:0px; content:' '; height: 1px; display: block; border-top: 1px solid #e7a623;  width:112%; margin-left:-6px; margin-bottom: 0px; box-shadow: 0 -1px 1px #eeb223; }

#mcat-wrapper a.has-seq::before { content:' '; position:absolute; bottom:0px; right:10%; visibility:hidden; opacity:0; width: 0; height: 0; border-bottom: 8px solid #008db4; border-right: 8px solid transparent; border-left: 8px solid transparent; transition: all 0.3s ease-in 0s; }
#mcat-wrapper a.has-seq.cur_::before { visibility:visible; opacity:1;}
#mcat-wrapper a.has-seq span::before { content:' '; visibility: visible; position: absolute; bottom: 9px; right: 5px; width: 0; height: 0; margin:-1px 0 0 -1px; border-top: 12px solid rgba(0,0,0,.3); border-right: 7px solid transparent; border-left: 7px solid transparent; }
#mcat-wrapper a.has-seq span::after { content:' '; visibility: visible; position: absolute; bottom: 10px; right: 6px; width: 0; height: 0; border-top: 12px solid #16c4ef; border-right: 7px solid transparent; border-left: 7px solid transparent; }

#mcat-wrapper a.cur_ { box-shadow:inset -1px -1px 40px #ffd630, inset 0 -1px 2px #f30;  }
#mcat-wrapper a.cur_ strong { color:#222; text-shadow:1px 1px 0px #ddd; }


#mseq-wrapper { position: relative; top:0px; z-index: 1; visibility:hidden; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; margin-top: -10px; padding: 8px 0 0;  -webkit-overflow-scrolling: touch; -webkit-box-sizing: border-box; box-sizing: border-box; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; }
#mseq-wrapper::-webkit-scrollbar { display: none; }
#mseq-wrapper.mseq-open { visibility:visible; margin-top:0px; }
#mseq-wrapper .mseq-cat { text-align:center; position:relative;top:0px;white-space:nowrap; margin-top:0px; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; }
#mseq-wrapper .mseq-cat.mhidden { margin-top:-150px; visibility:hidden; overflow:hidden; position:absolute;top:-1000px;}
#mseq-wrapper .mseq-cat a { position:relative; display: inline-block; vertical-align:top; text-align:center; width: 40%; text-decoration:none; margin:0 6px 0 0; }
#mseq-wrapper .mseq-cat a span { display:block; height:auto; padding-top:5px; }
#mseq-wrapper .mseq-cat a span img { max-height:100px; }
#mseq-wrapper .mseq-cat a strong { display:block; padding:0 0 10px; line-height:17px; white-space:initial; font-weight:400; font-size:13px; color:#fff;text-shadow:1px 1px 0px #555; }



.mbdoc .homepage-17 .ctd-banner-out.ctd-off .sales-img span { margin:4px 0 4px 0; }
.mbdoc .home-present .slcont { min-height:200px; max-height:200px; }
.mbdoc .home-present .slcont .slick-slide { max-height: 200px; }
.mbdoc .home-present .slcont .slick-slide img { max-height: 200px; }

.mbdoc .content .cbox { margin:0 5px;  }
.mbdoc .content .cbox .hold_ { min-width:310px !important; }
.mbdoc .content .cbox .halfcol { float:none; width:100%; min-height: 10px; margin-bottom: 10px;}
.mbdoc .main-nav { display:none !important; }
.mbdoc .psconfirm { min-width: 320px; }
.mbdoc .ilist_ .item { margin-bottom:20px; }
.mbdoc .ilist_ .ittl { height:35px; }
.mbdoc .ilist_ .ittl em { top:35px; }
.mbdoc .ilist_ .ittl h4 { display:block; position:relative; z-index:5; float:none; background:rgba(0,0,0,.2); margin:-1px 0 20px; font-size:16px; border-bottom:1px solid #777; text-shadow:1px 1px 0px #000; }
.mbdoc .ilist_ .ittl .ibtns { display:block; float:none; text-align:right; padding:0 5px;}
.mbdoc .ilist_ .ittl .ibtns .btn { font-size:12px; line-height:24px; }
.mbdoc .ilist_ .photos_ { display:none; }
.mbdoc .ilist_ .item .ittl h4 { border:none; background:transparent; text-align:left; font-weight:300; text-shadow:none; float:none; padding:0; }
.mbdoc .item-links.links { margin-left:0; }
.mbdoc .ilist_ .item.isingle .item-title { font-size:16px; }
.mbdoc #ssd_ddc { float:none; }
.mbdoc #ssd_ddc ul.ssd-dd { width:100%; }
.mbdoc #ssd_ddc ul.ssd-dd li a { line-height: 40px !important; }
.mbdoc #ssd_ddc ul.ssd-dd li a .pull-right { margin:12px; }


.mbdoc .user_heading .user_heading_info { position:relative; z-index:2; }
.mbdoc .user_heading .user_heading_info h1 { font-size:18px; text-shadow:0 0 1px #fff; }


.mbdoc #uv-tiles li .info h3, .mbdoc #uv-tiles li .info .prefix { margin: 1px 10px 3px; font-size: 12px; height: 36px; min-height: 36px; overflow: hidden;}


.mbdoc .inv-forms .p { width:96%; min-width: 100px; }
.mbdoc .inv-forms #inv-forms-select { min-width: 320px; }
.mbdoc .inv-forms .p_upload { padding: 5px 0px 20px 0px; }
.mbdoc .inv-forms h1 { font-size: 20px; }
.mbdoc .inv-forms h3, .mbdoc .inv-forms .p_upload h3{ font-size: 16px; }
.mbdoc .services-list .service .btn { opacity:1; }

.mbdoc #RegDialog { max-width:100%; }
.mbdoc #myfeed-cfg { width:96%; }
.mbdoc #myfeed-cfg .inv-forms { width: 96% !important; }
.mbdoc #myfeed-cfg .myfeed-pad { margin:0; }
.mbdoc #myfeed-sets .item { width:135px; height:135px; }
.mbdoc #myfeed-sets .item .icon { width:135px; height:135px; }
.mbdoc #myfeed-sets .item .icon img { max-width: 135px; max-height: 135px; }
.mbdoc #myfeed-sets .item .nav { width:135px; }
.mbdoc #myfeed-refine { margin: 20px 0px 0px; }
.mbdoc #myfeed-cfg .buttons .btn { margin-right:10px; }
.mbdoc #myfeed-cfg .inv-forms fieldset { padding:7px; }
.mbdoc #float-item { min-width: 320px; }
.mbdoc #float-item .btn { min-width:100px; margin:20px 5px 15px; }

.mbdoc .float-auth { width:100%; min-width:320px; }
.mbdoc .float-auth.fl-register { min-width:320px; }
.mbdoc .float-auth.fl-register form { margin: 0px auto !important; }

.mbdoc .sim-item { width:45%; padding:3px 4px 0px }
.mbdoc .sim-item .thm { height:120px; }
.mbdoc .similar_items .sp-arrow { display:none; visibility:hidden; }
.mbdoc .gico { box-shadow:none; }
.mbdoc .dropdown-menu > li > a { padding-top:4px !important;padding-bottom:4px !important; font-size: 14px; }
.mbdoc div.pagination .per-page { display:none; }

.mbdoc .fluid [class*="wfl"] { margin-left:0; width:100%; float:none; display:block; }
.mbdoc .video-frame iframe { max-width: 460px; min-width: 300px; width: 100%;}
.mbdoc .item-email-us .btn { font-size:18px;}

.mbdoc .m-pages { text-align:center; }
.mbdoc .m-pages .btn { margin:7px; padding:7px 20px; }

.mbdoc .city-list { width:auto; margin:0; }
.mbdoc .city-list ul { width:48%; margin:0 0 0 3%; }
.mbdoc .city-list ul:first-child { margin-left:0; }
.mbdoc .city-list ul li { display:block; margin:8px 0;  }
.mbdoc .city-list ul li a { display:block; border:2px solid #08C; padding:6px 4px; text-decoration:none; white-space:nowrap; overflow:hidden; }
.mbdoc .city-list ul li a:hover { border-color: #005580; }

.mbdoc #item-qa h3, .mbdoc .item-contacts h2, .mbdoc #item-share-order h3, .mbdoc .similar_items_avail h2, .mbdoc h3.see-items-near { font-size:16px; }
.mbdoc #item-share-order .share-action { display:inline-block; white-space:nowrap; }
.mbdoc #item-share-order .share-action .btn { margin: 3px; min-width: 50px; padding: 1px 5px; }
.mbdoc #item-share-order .share-action .btn em { position:relative; left:2px; }


.mbdoc #ReviewFormContent .review-block .inv-steps { padding:10px 1px; }
.mbdoc #ReviewFormContent .agreement-content { padding:5px; }
.mbdoc #ReviewFormContent .review-block h1 { font-size: 20px; line-height:30px;  }
.mbdoc #ReviewFormContent .review-block h2 { font-size: 18px; line-height: 24px; }
.mbdoc #ReviewDone fieldset { padding: 20px 10px 20px 10px; margin: 0px 5px; font-size: 14px; }
.mbdoc #ReviewDone strong { font-size: 16px; }
.mbdoc #ReviewDone .testimonial { min-width: 300px; font-size:16px; }




.mbdoc .ctd-timer, .mbdoc .ctd-banner .ctd-timer { font-size: 30px; line-height:40px; display:block; }
.mbdoc .ctd-timer i, .mbdoc .ctd-banner .ctd-timer i { font-size: 30px; line-height:40px; width:24px; }
.mbdoc .ctd-timer .labels, .mbdoc .ctd-banner .ctd-timer .labels {  line-height:20px; padding:0; }
.mbdoc .ctd-timer .labels b, .mbdoc .ctd-banner .ctd-timer .labels b { font-size:12px; line-height:20px; width:48px; }
.mbdoc .ctd-timer .labels em, .mbdoc .ctd-banner .ctd-timer .labels em { width:24px; }
.mbdoc .ctd-banner { padding:5px; display:block; }
.mbdoc .ctd-banner .b-ctd { display:block; }
.mbdoc .ctd-banner { text-align:center;}
.mbdoc .ctd-banner .b-item { margin:0 auto; }
.mbdoc .ctd-banner strong { font-size:20px; font-weight:600; line-height:36px; }
.mbdoc .ctd-banner .b-two { margin:0 2px; }
.mbdoc .ctd-title { font-size: 26px;}
.mbdoc .paused-alert { font-size:13px;}
.mbdoc .ended-alert { font-size: 32px; }
.mbdoc .ended-alert span { font-size: 24px; }

.mbdoc .ep-line { white-space: normal; }
.mbdoc .ep-item { margin-bottom:5px; }
.mbdoc .ep-line .ep-item { width:45%; margin-right:0.1%;  }
.mbdoc .ep-line .ep-item .details { font-size:13px; }

.mbdoc .pws-payment-type .payment-select { margin:0 !important; }
.mbdoc .positivessl { display:none !important; }
.mbdoc .btn.begin-crazy { display:block; width:220px !important; margin:10px auto; }


.mbdoc .contacts, .mbdoc .our-team { padding:20px 0 20px; }
.mbdoc .section h4, .mbdoc .contact-content h4 { margin-bottom:20px; }
.mbdoc .contact-content .c-form { padding-bottom:40px; }
.mbdoc .contact-content .c-info p { padding-left:20px; }
.mbdoc .our-team .ex-person { height:auto; }
.mbdoc .our-team .ex-person:hover { z-index:1;}
.mbdoc .our-team .ex-person .person { box-shadow: 0 0 20px rgba(0,0,0,0.2); }
.mbdoc .our-team .ex-person .more { display:block; opacity:1; }




/* testimonials */
.mbdoc .tsls h1 { display:none;}
.mbdoc .tsls.span6 { display:none; }
.mobile-tabs { margin:5px 0 20px; text-align:center; }
.mobile-tabs a { position:relative; display:inline-block; opacity:.4; text-decoration:none; height:48px; line-height:48px; text-align:center; font-weight:bold; color:#000; font-size:16px; width:46%; vertical-align:top; margin:0 5px; }
.mobile-tabs a i { display:none; width:9px; height:9px; position:absolute; top:20px;left:5px; background:#000; border-radius:9px; border: 1px solid rgba(0, 0, 0, 0.1); }
.mobile-tabs a.active { color:#000; opacity:1;}
.mobile-tabs a.tsts { border-bottom:3px solid #f4a70f; }
.mobile-tabs a.ints { border-bottom:3px solid #0088cc; }
.mobile-tabs a.active i { display:block; }
.mobile-tabs a.tsts i { background:#f4a70f; }
.mobile-tabs a.ints i { background:#0088cc; }


/* media from mobile.ui.css */
@media (max-width:646px) {
	body, .homepage-17 .home-present, .content, #float-item .modal-body { font-size:16px; }
	.our-team .ex-person .bio, .our-team a .bio * { font-size: 16px !important; }
	.sbig_ { font-size: 16px !important; }
	.faq-section .faq-answer { font-size: 16px; }
	#uv-tiles li .info h3, #uv-tiles li .info .prefix { font-size:15px; }
}