@import url("style-base.css");
::-webkit-input-placeholder {color: #666;}
:-moz-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}
body {color: #666; background: #35A9BD;}
a {color: #36808c; transition: 0.3s all ease;}
a:hover {color: #0b2227;}
.main {background: #fff; padding-top: 4px; margin-bottom: 20px;}
/* header */
div.header {height: 110px;}
div.logo {top: 30px;}
ul.topmenu {left: auto; right: 125px;}
ul.topmenu li a {color: #000;}
ul.topmenu li a:hover {color: #fff;}
/* search field */
div.search {background: #fff; border-color: #008298; border-radius: 4px;}
div.search input.sf {color: #000; border-radius: 4px;}
div.search button.sb {background: #fff; border-radius: 4px;}
div.search button.sb:after {color: #008298;}
.autocomplete-suggestions {border-color: #008298; background: #fff;}
.autocomplete-suggestion {color: #666;}
.autocomplete-selected {background: #f0f0f0;}
.autocomplete-suggestions strong {color: #008298;}
/* 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: #008298;}
#lngselect ul {background-color: #fff; border-color: #008298;}
/* headers */
h1,h2,div.related>span {font-size: 18px; font-weight: 400; letter-spacing: 0.2px; padding: 0; color: #000; border-bottom: 1px solid #eaeded;}
/* navigation */
div.sort a, div.durgrp a, div.timerange a, div.pages a {border-radius: 4px; background: #35A9BD; color: #fff;}
div.sort a:hover, div.durgrp a:hover, div.timerange a:hover, div.pages a:hover {background: #008298; color: #fff;}
div.sort a.current, div.durgrp a.current, div.timerange a.current, div.pages a.current {color: #fff; font-weight: 400; background: #0b2227;}
/* thumbs */
/*div.az, div.tradeindex {background: #fff; padding: 4px;}*/

/*ul.tcats li, ul.content li {padding: 2px;}
div.item {padding: 2px;}*/

div.item {border-color: #eaeded; background: #f8fafa;}
ul.tcats li h3 {text-transform: capitalize; font-weight: bold;}
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: #444;
    text-indent: 0;
    text-align: left;
    padding: 4px 4px;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: capitalize;
}
li:hover div.item {border-color: #dee1e1;}
li:hover .title {color: #000;}
.tl {line-height: 19px; margin-top: 0; display: block;}
/*.tl a {color: #0b2227;}
.tl a:hover {color: #008298;}*/
/* icons */
.title:after, span.add:after, span.src:after, .tl:after, .tgl a:after, div.related a:after {color: #35A9BD;}
.title:after {display: none;}
div.az ul li:after {color: #35A9BD;}
/* a-z */
div.az ul li.letter {color: #0b2227;}
/* toplist */
div.tradeindex div.cont div.timg img {border: 1px solid #f0e9e7; background: #fff;}
/* back to top button */
#back_to_top a#back-to-top {background: #008298;}
/* adverisement */
.ads-bl {border-color: #f0e9e7; background: #fff;}

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

