@import url("style-base.css");
::-webkit-input-placeholder {color: #888;}
:-moz-placeholder {color: #888;}
::-moz-placeholder {color: #888;}
:-ms-input-placeholder {color: #888;}
body {color: #787168; background: #f0ede8;}
a {color: #5e514d; transition: 0.3s all ease;}
a:hover {color: #f74b21;}
/* header */
div.header {height: 90px;}
div.logo {top: 43px;}
/* search field */
div.search {background: #fff; border-color: #dedbd6; border-radius: 3px;}
div.search input.sf {color: #000;}
div.search button.sb {background: #fff; border-radius: 3px;}
div.search button.sb:after {color: #f74b21;}
.autocomplete-suggestions {border-color: #dedbd6; background: #fff;}
.autocomplete-suggestion {color: #666;}
.autocomplete-selected {background: #f0f0f0;}
.autocomplete-suggestions strong {color: #f74b21;}
/* lang selector */
#lngselect {background:url("http://static.webclicks24.com/images/select-arrow-b.png") no-repeat 100% 50%;}
#lngselect strong {color: #000;}
#lngselect.down:after {border-bottom-color: #dedbd6;}
#lngselect ul {background-color: #fff; border-color: #dedbd6;}
/* headers */
h1,h2,div.related>span {font-size: 18px; font-weight: 400; letter-spacing: 0.2px; color: #433a37; border-bottom: 1px dashed #e9b8ac;}
/* navigation */
div.sort a, div.durgrp a, div.timerange a, div.pages a {border-radius: 3px; border: 1px solid #e9b8ac; background: #f7f7f5;}
div.sort a:hover, div.durgrp a:hover, div.timerange a:hover, div.pages a:hover {border: 1px solid #f74b21;}
div.sort a.current, div.durgrp a.current, div.timerange a.current, div.pages a.current {color: #fff; background: #d16348; border: 1px solid #d16348; font-weight: normal;}
/* thumbs */
div.az, div.tradeindex {background: #f7f7f5; padding: 4px; border: 1px solid #ebe8e4; border-radius: 4px;}

ul.tcats li, ul.content li {padding: 5px;}
div.item {padding: 0; border:none;}

div.item {background: #fefefc; border-radius: 3px;}
div.tmb img {border-radius: 3px 3px 0 0;}
ul.tcats li h3 {text-transform: capitalize; font-weight: normal;}
span.dur, span.cnt, span.hdlabel {right: 4px; bottom: 4px; border-radius: 0px; font-weight: normal; line-height: 13px;}
span.hdlabel {right: 50px; font-weight: bold;}
a.report {left: 4px; bottom: 4px; border-radius: 0px; color: #fff;}
.title {color: #111;}
.tl {line-height: 19px; margin-top: 0; display: block; color: #968d82;}
.tl a {border-bottom: 1px dotted #928885;}
.tl a:hover {border-bottom: 1px dotted #f68468;}
.tl a.c {color: #000; border-bottom: 1px dotted #444;}
/*.tl a:hover,ul.tcats a:hover {}*/
/* icons */
.title:after, span.add:after, span.src:after, .tl:after, .tgl a:after, div.related a:after {color: #ea7d61;}
div.az ul li:after {color: #ea7d61;}
/* a-z */
div.az ul li.letter {color: #ea7d61;}
/* toplist */
div.tradeindex {color: #ea7d61;}
div.tradeindex div.cont div.timg img {border: 1px solid #e2e5e5; background: #fff;}
/* back to top button */
#back_to_top a#back-to-top {background: #f74b21;}
/* adverisement */
.ads-bl {border-color: #e2e5e5; background: #fff;}

/* < 768
--------------------------------------------*/
@media all and (max-width: 767px) {
    ul.topmenu {left: 0; right: auto;}
    div.header {height: 160px;}
    div.logo {left: 50%; margin-left: -121px; width: 242px; top: 45px;}
    div.logo a img {width: 242px;}
    div.search.top {top: 100px;}
}

