*{margin: 0; padding: 0; font-family: Verdana, Helvetica, sans-serif;}
::-webkit-input-placeholder {color: #333;}
:-moz-placeholder {color: #333;}
::-moz-placeholder {color: #333;}
:-ms-input-placeholder {color: #333;}
img { border: 0; display: block; }
h1, h2, h3, h4, h5, h6, h7, p { padding: 0; margin: 0; }
ul, ol, li { padding: 0; margin: 0; list-style: none; }
form { padding: 0; margin: 0; }

select, input, textarea, option { padding: 0; margin: 0; font-size: 11px; color: #333333; outline: none; }
/*======================================================*/
body {
	font-size: 12px;
	-webkit-text-size-adjust:none;
	color: #423841;
	background: #f0eff2;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	outline: none;
	color: #756075;
}
a:hover {
	text-decoration: none;
	color: #ec1076;
}
.clearfloat {clear: both; float: none; display: table; zoom: 1;}
/* icons */
*{	-webkit-font-smoothing: subpixel-antialiased;
	        font-smoothing: subpixel-antialiased;
	           font-smooth: auto;
}
div.search button.sb:after, ul.content li h3:after, ul.content li span.add:after, ul.content li span.src:after, ul.content li span.tl:after, div.az ul li:after, div.rel ul li > a:before, .video-info .date-added span:before, .video-info .source span:before {
	/*! display: block; */
	/*! position: absolute; */
	/*! font-family: "fontello"; */
	/*! font-style: normal; */
	/*! font-weight: normal; */
	/*! speak: none; */
	/*! font-variant: normal; */
	/*! text-transform: none; */
	/*! text-indent: 0; */
	/*! color: #dba565; */
}

/*======================================================*/
/* header */
/*======================================================*/
div.header {
	clear: both;

	margin: 0 auto;
	z-index: 11;
	position: relative;
}
div.logo {
	display: inline-block;
	margin-top: 10px;
}
div.logo a img {width:auto; height:auto; border:none;}
div.tbookshare {
	position: absolute;
	right: 0;
	top: 8px;
	width: 255px;
	height: 36px;
	overflow: hidden;
}
h1, h2, div.h {
	color: #101010;
	border-bottom: 1px solid #a7a2a6;
	/*! background: #dedddf; */
}
/*-------------*/
/* top menu */
/*-------------*/
.hdesc {
	float: left;
	line-height: 50px;
	font-size: 14px;
	padding-left: 10px;
	max-width: 50%;
	overflow: hidden;
	height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hdesc b {
	color: #ec1076;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
}
div.hmenu {
	display: inline-block;
	width: 100%;
	height: 35px;
}
ul.topmenu {
	float: right;
}
ul.topmenu:after {content: ""; width: 0; height: 0; display: block; clear: both;}
ul.topmenu li {
	display:block;
	float:left;
}
ul.topmenu li a {
    /* border-bottom: 1px dotted; */
    display: block;
    line-height: normal;
    margin-right: 20px;
    padding: 5px 10px;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #dedddf;
}
#lngselect strong, ul.topmenu li a {
	font-size: 15px;
	color: #101010;
}
ul.topmenu li a:hover, #lngselect strong:hover {
	color: #ec1076;
}

/*-------------*/
/* search form */
/*-------------*/
div.search {
    float: right;
    margin-top: 10px;
    width: 480px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
    /* border-color: #01051b; */
    box-shadow: 0 1px 1px #848083;
}
div.search input.sf {
    line-height: 40px;
    padding-left: 10px;
    width: 430px;
    border: none;
    background: none;
    font-size: 16px;
    color: #222;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    float: left;
}
div.search button.sb {
	width: 40px;
	height: 40px;
	border: none;
	background: none;
	font-size: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	cursor: pointer;
	background: none;
	border-radius: 0;	
}

div.search button.sb:after {
	position: relative;
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: always;
	-moz-osx-font-smoothing: grayscale;
	content: 'GO';
	line-height: 40px;
	color: #ec1076;
}
div.search.bottom {
	position: relative;
	right: auto;
	top: auto;
	margin-left: auto;
	margin: 30px auto 40px auto;
	float: none;
}

/*-----------------*/
/* language select */
/*-----------------*/
#lngselect {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 25px;
    margin-top: 7px;
    background: url("/images/select-arrow-b.png") no-repeat 100% 50%;
}
#lngselect.down:after {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 10px solid #ffffff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	right: 45px;
	top: 35px;
	z-index: 2000;
}
#lngselect strong {
	display:block;
	padding-left: 38px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-transform:capitalize;
	cursor:pointer;
	font-weight: normal;
	color: #353535;
	height: 35px;
	line-height: 32px;
}
#lngselect ul {
	display:none;
	position:absolute;
	right: 0;
	width: 570px;
	z-index:3000;
	padding: 5px 15px;
	overflow:auto;
	text-transform:capitalize;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.8);
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	background-color: #ffffff;
	border-color: #fff;
	border-radius: 5px;
}
#lngselect ul li {
	float: left;
	margin: 3px 0;
}

#lngselect ul li a {
	display:block;
	float: left;
	width: 70px;
	padding:7px 0 7px 40px;
	font-size: 14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-transform:capitalize;
	border: none;
	color: #393331;
	text-align: left;
}
#lngselect strong.en, #lngselect ul li a.en {background: url(/images/flags/en.png) no-repeat;}
#lngselect strong.cs, #lngselect ul li a.cs {background: url(/images/flags/cs.png) no-repeat;}
#lngselect strong.da, #lngselect ul li a.da {background: url(/images/flags/da.png) no-repeat;}
#lngselect strong.de, #lngselect ul li a.de {background: url(/images/flags/de.png) no-repeat;}
#lngselect strong.el, #lngselect ul li a.el {background: url(/images/flags/el.png) no-repeat;}
#lngselect strong.es, #lngselect ul li a.es {background: url(/images/flags/es.png) no-repeat;}
#lngselect strong.fr, #lngselect ul li a.fr {background: url(/images/flags/fr.png) no-repeat;}
#lngselect strong.ko, #lngselect ul li a.ko {background: url(/images/flags/ko.png) no-repeat;}
#lngselect strong.it, #lngselect ul li a.it {background: url(/images/flags/it.png) no-repeat;}
#lngselect strong.hu, #lngselect ul li a.hu {background: url(/images/flags/hu.png) no-repeat;}
#lngselect strong.nl, #lngselect ul li a.nl {background: url(/images/flags/nl.png) no-repeat;}
#lngselect strong.ja, #lngselect ul li a.ja {background: url(/images/flags/ja.png) no-repeat;}
#lngselect strong.no, #lngselect ul li a.no {background: url(/images/flags/no.png) no-repeat;}
#lngselect strong.pl, #lngselect ul li a.pl {background: url(/images/flags/pl.png) no-repeat;}
#lngselect strong.pt, #lngselect ul li a.pt {background: url(/images/flags/pt.png) no-repeat;}
#lngselect strong.sk, #lngselect ul li a.sk {background: url(/images/flags/sk.png) no-repeat;}
#lngselect strong.sl, #lngselect ul li a.sl {background: url(/images/flags/sl.png) no-repeat;}
#lngselect strong.fi, #lngselect ul li a.fi {background: url(/images/flags/fi.png) no-repeat;}
#lngselect strong.sv, #lngselect ul li a.sv {background: url(/images/flags/sv.png) no-repeat;}
#lngselect strong.ru, #lngselect ul li a.ru {background: url(/images/flags/ru.png) no-repeat;}

/*==========headers======================*/
h1,h2 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	clear: both;
	width: 982px;
	padding: 0;
	margin: 5px auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform:capitalize;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 400;
	padding-left: 10px;
	border-top: 1px solid #fff;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
}
h1 a {font-weight: bold;}
h1 a:hover {color: #888;}
h1 b {color: #888; font-weight: normal;}
.correct {
	font-size: 18px;
	margin-left: 10px;
}
.correct ul li {
	list-style-type: circle;
	font-size:14px;
	margin-left: 20px;
}
.bottom h3 {
    clear: both;
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto;
    line-height: 25px;
    font-style: italic;
}
.query{
	overflow: hidden;
	text-overflow: ellipsis;
}
div.h {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	clear: both;
	margin: 5px auto;
	padding: 0 154px 0 0;
	/* width: 982px; */
	position: relative;
	margin-bottom: 0;
	margin-top: 20px;
	/*! border-top: 1px solid #ffffff; */
	/*! border-radius: 3px; */
	height: 50px;
}
div.h h1 {
	margin: 0;
	background: none;
	border: none;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*==========popular queries thumbs=======*/
img.lazyloaded{
	width: 100%;
	height: auto;
	aspect-ratio: 31 / 20;
}

ul.tcats {
	/* width: 930px; */
	margin: 10px auto 30px auto;
	margin-top: 0;
	background: #f0eff2;
	padding-top: 10px;
	text-align: center;
	font-size: 0;
}
ul.tcats:after {content: ""; width: 0; height: 0; display: block; clear: both;}
ul.tcats li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: auto;
	margin: 0 5px 8px 5px;
	padding-bottom: 35px;
	position: relative;
	display: inline-block;
}
ul.tcats li img {
	width: 300px;
/*	height: 170px;*/
	display: block;
	border: none;
	box-shadow: 0 1px 1px #737171;
}
ul.tcats li h3 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	z-index: 1;
}
ul.tcats span.cnt {
	display: block;
	position: absolute;
	z-index:3;
	bottom: 40px;
	right: 0;
	color:#fff;
	line-height: 14px;
	padding: 5px;
	text-align:center;
	background: rgba(0, 0, 0, 0.5);
	font-size: 11px;
}
/*==========content=======*/
ul.content {
	/* width: 990px; */
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	/* background: #393331; */
}
ul.content:after {content: ""; width: 0; height: 0; display: block; clear: both;}
ul.content li a{
	display: block;
	position: relative;
	margin-bottom: 6px;
}
ul.content li {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 302px;
	height: auto;
	margin: 0 4px 8px 4px;
	border: 1px solid transparent;
	/* padding-bottom: 75px; */
	/* position: relative; */
	vertical-align: top;
}
ul.content li img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 300px;
	/*! height: 170px; */
	box-shadow: 0 1px 1px #5f5756;
}
ul.content li h3 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* position: absolute; */
	/* bottom: 72px; */
	/* left: 0; */
	/* right: 0; */
	padding: 0 5px;
	/* width: auto; */
	/* height: auto; */
	line-height: 18px;
	font-size: 15px;
	/*! font-weight: normal; */
	/* overflow: hidden; */
	white-space: nowrap;
	/* text-overflow: ellipsis; */
	text-align: left;
	/* text-indent: 16px; */
	/* border-bottom: 1px solid transparent; */
	/* z-index: 20; */
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.content li h3:after {
	left: 5px;
	top: 4px;
	font-size: 14px;
	-webkit-font-smoothing: none;
	font-smoothing: none;
	font-smooth: never;
	-moz-osx-font-smoothing: grayscale;
	/* content: '\e805'; */
}

ul.content li h3 b{
	color: #0885b9;
}

ul.content li span.dur {
	position: absolute;
	z-index:3;
	bottom: 0px;
	right: 0;
	color:#fff;
	width:50px;
	height: 12px;
	line-height: 14px;
	padding: 5px 0;
	text-align:center;
	font-weight:bold;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.5);
}
ul.content li div.geo {
	bottom: 0px;
	position: absolute;
	z-index: 3;
	left: 2px;
}
ul.content li div.geo img {
    width: 24px;
    height: auto;
    box-shadow: none;
}
ul.content li span.add {
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 0;
    color: #fff;
    line-height: 14px;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    background: rgba(81, 28, 100, 0.5);
}
.src {
	color: #5b2281;
}

ul.content li span.tl {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* position: absolute; */
	/* bottom: 5px; */
	/* left: 0; */
	/* right: 0; */
	/* padding: 4px 5px 0 5px; */
	width: auto;
	/* height: 43px; */
	text-align: left;
	font-size: 11px;
	/* overflow: hidden; */
	/* border-top: 1px solid #dedddf; */
	line-height: 15px;
	text-transform: uppercase;
	/*! text-indent: 16px; */
	display: block;
}
ul.content li span.tl:after {
	left: 5px;
	top: 4px;
	font-size: 14px;
	-webkit-font-smoothing: none;
	font-smoothing: none;
	font-smooth: never;
	-moz-osx-font-smoothing: grayscale;
	/* content: '\e800'; */
}
ul.content li span.tl a,ul.content li span.tl b,ul.content li span.tl span {
    /* border-bottom: 1px dotted #c2b9b4; */
    /* color: #c2b9b4; */
    display: inline-block;
    margin-left: 2px;
    /*! border: 1px solid #dedddf; */
    padding: 2px 5px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 4px;
}
ul.content li span.tl a:hover {
    /* color: #ffffff; */
}

/*==========not found=======*/
div.notfound {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin: 20px auto;
	font-size: 18px;
	text-align: center;
}
div.notfound b {text-transform: capitalize;}
div.notfound a {
	display:block;
	padding:10px;
	font-size:24px;
	line-height: 24px;
	text-decoration: none;
	min-width: 60px;
	text-align: center;
	border-radius: 0;
	margin: 10px auto;
	border: 1px solid #000;
	text-transform: capitalize;
}

/*==========popular queries text=======*/
div.az {
	width: 990px;
	margin: 0 auto 20px auto;
	background: #f0eff2;
	padding: 15px 5px;
	box-sizing: border-box;
}
.nav.top div.rel {
	width: 100%;
	margin-top: 20px;
}
.nav.bts div.rel {
	padding-bottom: 10px;
}
.nav.bts {
	margin-bottom: 20px;
}
div.rel h2 {
	background: none;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
div.az:after, div.rel:after {content: ""; width: 0; height: 0; display: block; clear: both;}
div.az ul {
	width: 20%;
	float: left;
	padding-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div.az rel {
	width: 100%;
	padding-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
div.az ul li {
	display: block;
	width: 100%;
	height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*	padding-left: 15px;*/
	position: relative;
	/* border-bottom: 1px dashed; */
	/* border-bottom: 1px dashed #393331; */
	margin-right: 10px;
}
div.rel ul li {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* padding-left: 15px; */
	position: relative;
	float: left;
	margin-bottom: 5px;
	/* padding-right: 20px; */
	width: auto;
	margin-right: 10px;
}
div.rel ul li.li_title {
	font-size: 15px;
	font-weight: bold;
	margin-right: 15px;
	padding: 1px 0 1px 5px;
	line-height: 22px;
}
/*
div.az ul li:after,*/
div.rel ul li > a:before {
	left: 0;
	top: 6px;
	font-size: 14px;
	line-height: 10px;
	-webkit-font-smoothing: none;
	font-smoothing: none;
	font-smooth: never;
	-moz-osx-font-smoothing: grayscale;
	/* content: '\e82a'; */
}

div.az.sources ul li:after {
	left: 0;
	top: 5px;
	font-size: 14px;
	line-height: 14px;
	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	           font-smooth: always;
	-moz-osx-font-smoothing: grayscale;
	content: '\e801';
}
div.az ul li > a,
div.rel ul li > a {
	display: block;
	width: 70%;
	/* line-height: 44px; */
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	text-transform: capitalize;
	/* border-bottom: 1px dashed #b3cce0; */
	/* vertical-align: bottom; */
	/* background: #dedddf; */
	/* margin: 10px; */
	padding: 5px 10px;
	border-radius: 3px;
	box-sizing: border-box;
}
div.rel ul li > a {
	width: 100%;
	/* line-height: 23px; */
	background: #ffffff;
	border: 1px solid #dedddf;
}
div.az ul li > span {
	display: inline-block;
	/* width: 25%; */
	/* line-height: 24px; */
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	float: right;
	text-align: right;
	padding: 2px 4px;
	/* background: #dedddf; */
	border-radius: 3px;
	/* border: 1px solid #dedddf; */
}
div.az ul li.space:after {display: none;}
div.az ul li.letter {
	font-size: 20px;
	/* line-height: 35px; */
	/* width: 98%; */
	text-transform: uppercase;
	/* background: #292423; */
	/* border-radius: 4px; */
	padding-left: 10px;
	/* margin-top: 8px; */
	color: #ec1076;
	font-weight: bold;
	border-bottom: 1px dashed #dedddf;
	/* box-shadow: 0 1px 1px #807877; */
}
div.az ul li.letter:after {display: none;}
div.az ul li > a b {color: #ec1076;font-weight: normal;}

/*==========navigation=======*/

div.nav {
	width:982px;
	margin: 0 auto;
	text-align:left;
	clear:both;
	padding: 10px 0;
	box-sizing: border-box;
	background: #f0eff2;
}
div.nav:after {content: ""; width: 0; height: 0; display: block; clear: both;}
div.nav.top {}
div.nav.bottom {margin-bottom: 20px;}
div.sort {
	float: left;
	background: #dedddf;
	border-radius: 4px;
	box-shadow: 0 1px 1px #5f5756;
}
div.pages {
	float: right;
	background: #dedddf;
	border-radius: 4px;
	box-shadow: 0 1px 1px #807877;
}
div.sort a, div.pages a, div.pages>span, div.sort>span {
	display:block;
	float:left;
	padding:10px 20px;
	font-size:14px;
	line-height: 14px;
	text-decoration: none;
	min-width: 18px;
	text-align: center;
}
div.sort a {
	margin: 0 3px 0 0;
	min-width: 80px;
}
div.pages a, div.pages>span {
	margin: 0 0 0 3px;
	padding:10px 10px;
}
div.sort a, div.pages a {border: 1px solid #3098bf00;border-radius: 5px;/* color: #eee; */}
div.sort a:hover, div.pages a:hover {border: 1px solid #ac4878;background: #ac4878;color: #fff;}
div.sort a.current, div.pages span.current {background: #ac4878;color: #fff;border: 1px solid #ac4878;border-radius: 5px;font-weight: bold;}
div.topcat {
	display: none;
}


/*==========add this=======*/
div.bookshare {
	width: 476px;
	height: 40px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
/*==========footer=======*/
div.footer {
	clear: both;
	/* width: 982px; */
	margin: 0 auto;
}


/*==========back to top=======*/
#back_to_top {
	right:20px;
	bottom:15%;
	z-index:1000;
	font-size:12px;
	position:fixed;
	display: none;
}
#back_to_top a#back-to-top {
	text-decoration:none;
	display:block;
	padding:10px 15px;
	width: 30px;
	height: 30px;
	position:relative;
	z-index:99999;
	background: #ec1076;
	-webkit-border-radius:10%;
	-moz-border-radius:10%;
	border-radius:10%;
	opacity: 0.6;
}
#back_to_top a#back-to-top img {
	border: none;
	width: 30px;
	height: 30px;
}
#back_to_top a#back-to-top:hover {opacity: 0.9;}


/* any mobile device
--------------------------------------------*/
@media only screen and (max-device-width: 1920px) and (min-device-width: 320px) {
    div.search button.sb:after, ul.content li h3:after, ul.content li span.add:after, ul.content li span.src:after, ul.content li span.tl:after, div.az ul li:after {
		-webkit-font-smoothing: antialiased;
		        font-smoothing: antialiased;
		           font-smooth: always;
	}	
}

/* 4 col
--------------------------------------------*/
@media all and (min-width: 1270px) {
	div.header, div.footer, div.nav, h1,h2,div.h {width: 1233px;}
	div.az, ul.tcats, ul.content {width: 1240px;}
	
}

/* 5 col
--------------------------------------------*/
@media (min-width: 1580px) {
	div.header, div.footer, div.nav, h1,h2,div.h {width: 1542px;}
	div.az, ul.tcats, ul.content {width: 1550px;}
}
/* < 1000
--------------------------------------------*/
@media all and (max-width: 1269px) {
	body {padding: 0 5px 5px 5px;}
	div.head, div.header, div.az, div.nav, div.footer, h1, h2, div.h, ul.content, ul.tcats, div.bookshare {width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;}
	h1,h2 {height: auto; font-size: 20px;}
	#lngselect ul {width: 300px; height: auto;}

	ul.content li, ul.tcats li, ul.content li:hover, ul.tcats li:hover {width: 25%;margin: 0;border: 2px solid transparent;padding: 1px;/* padding-bottom: 72px; */box-sizing: border-box;-moz-box-sizing: border-box;/* min-height: 100px; */}
	ul.tcats li, ul.tcats li:hover {padding-bottom: 30px;}
	div.az ul li > a {
		background: #ffffff;
	}

	ul.content li img, ul.tcats li img {width: 100%; /*! height: auto; */ /*! max-height: 170px; */}
	ul.tcats li h3 {font-size: 16px; line-height:18px; bottom: 0;}
	ul.tcats li span.cnt {bottom: 30px; right: 1px;}
	ul.content li h3 {/* height:27px; *//* left: 1px; *//* right: 1px; */}
	
	ul.content li span.dur {/* bottom: 72px; */}

	ul.content li span.dur {/* right: 1px; */}
	ul.content li span.tl {/* left: 1px; *//* right: 1px; */}


	div.az ul, div.rel ul {width: 100%; padding-left: 0;}
	div.az ul li, div.rel ul li {width: auto;float: left;margin-bottom: 5px;}
	div.az ul li > a, div.rel ul li > a {width: auto; float: left; text-indent: 0;}
	div.az ul li > span {width: auto; float: left; padding-left: 0px; display: none;}
	div.az ul li.letter, div.az ul li.space {width: 100%; padding-right: 0;}
	div.rel ul li {/* margin-right: 0; */}
	div.rel ul li.li_title {margin-right: 12px;}
	ul.topmenu li a {margin-right: 10px;font-size: 14px;}
}

@media all and (max-width: 900px) {
	div.sort {display: table; border-spacing: 2px; margin: 0 auto; float: none;}
	div.sort a {display: table-cell;float: none;width: 50%;text-align: center;margin: 0;max-width: 160px;}

	div.nav.top div.pages {display: none;}
	div.logo a img {width: auto;height:auto;max-height: 60px;max-width: 250px;margin-top: 10px;}	
	ul.content li, ul.tcats li, ul.content li:hover, ul.tcats li:hover {width: 33.3333%;}
	
	div.pages {float: none; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; display: table; border-spacing: 2px;}
	div.pages span, div.pages a {display: table-cell; float: none; text-align: center;}
	div.pages span.ptitle {display: none;}
	div.nav.bottom div.sort {display: none;}	

	ul.content li span.tl a, ul.content li span.tl b {
		margin-left: 1px;
		padding: 1px 3px;
		margin-bottom: 1px;
	}
	ul.content li span.tl {
		max-height: 52px;
		overflow: hidden;
	}
	div.rel ul li {margin-right: 5px;}
	div.az ul li > a, div.rel ul li > a {
		padding: 3px 4px;
	}
}
/* <860
--------------------------------------------*/
@media all and (max-width: 859px) {
	ul.topmenu li a.ext, .hdesc  {display: none;}
}

/* <768
--------------------------------------------*/
@media all and (max-width: 767px) {
	h1,h2 {text-align: center;}
	div.h {padding: 0;margin-top: 5px;}
	div.tbookshare {display: none;}
	div.h h1 {width: 100%;}

	div.head {padding: 0 5px 10px 5px;}
	div.header {padding-bottom: 10px; background: none; text-align: center;}
	div.logo {margin-bottom: 10px;}
	div.logo a img {width: auto; height:auto; max-height: 50px; max-width: 250px;}	
	div.search {position: relative; width: 100%; height: 44px; box-sizing: border-box; -moz-box-sizing: border-box; left:auto; right: auto; top: auto; margin: 0 auto; float: none}
	div.search input.sf { width: calc(100% - 50px);}
	div.search.bottom {margin: 0 auto 20px auto; left: auto; top: auto;}
	#lngselect {float: right; height: 35px;}
	#lngselect strong {height: 35px;}
	#lngselect strong span {display: none;}
	#lngselect.down:after {right: 35px;top: 40px;}
	#lngselect ul {right: 5px;top: 48px;}
	ul.topmenu {float: none; width: 100%;}
	
	ul.content li h3 {/* bottom: 46px; *//* height:44px; *//* white-space: normal; */}

	div.topcat {display: block;}
	div.sort a, div.pages a {/* border: 1px solid #3098bf00; *//* border-radius: 5px; *//* color: #eee; */}
	div.sort a:hover, div.pages a:hover {border: 1px solid #dcd8cc;background: #dba565;}
	div.sort a.current, div.pages span.current {/* background: #dba565; *//* color: #fff; *//* border: 1px solid #dba565; *//* border-radius: 5px; */}	
	.bottom h3 {font-size: 14px; line-height: 20px;}
	.hmenu:before, .hmenu:after {display:none;}
}

/* <600px - 3 small columns
--------------------------------------------*/
@media all and (max-width: 599px) {
	ul.content li, ul.tcats li, ul.content li:hover, ul.tcats li:hover {width: 50%;}
	ul.tcats li h3 {font-size: 11px;}
	.add {font-size: 9px;}
}

/* <480px - 2 columns
--------------------------------------------*/
@media all and (max-width: 479px) {
	
	div.sort a, div.pages a, div.pages > span, div.sort > span {/* padding: 5px; */}
	div.bookshare {height: 70px;}
	div.sort {width: 100%; float: none; margin-bottom: 5px;}
	h1,h2 {font-size: 16px;}	
}
@media all and (max-width: 380px) {
	ul.content li, ul.tcats li, ul.content li:hover, ul.tcats li:hover {/*width: 100%;*/ max-width: 302px;}
}

.spot-block,
.spot-block .spot{
    margin: auto;
    overflow: hidden;
}
.spot-block span {
    padding: 6px 0;
    display: block;
    width: 100%;
    margin: auto;
    font-size: 12px;
    text-align: center;
}
.spot-block.mhdr {
    display:none;
}
.spot-block.mhdr .spot{
    width:300px;
    height:100px;
}
.spot-block.mbtm{
    display:none;
}
.spot-block.mbtm .spot{
    width:300px;
    height:250px;
    margin-bottom: 15px;
}
.adv-block {
    padding: 45px 0;
}
.spot-list {
    text-align: center;
    height: 250px;
    overflow: hidden;
}
.spot-list > li {
    display: inline-block;
    margin-right: 5px;
    width: 300px;
}

@media only screen and (max-width: 599px){
    .spot-block.mhdr,
    .spot-block.mbtm{
        display: list-item;
    }
}
.topl ul li {display:inline-block; margin: 0 15px 10px;}