/* reset --------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

sup {
	vertical-align: super;
	font-size: 80%;
}

sub {
	vertical-align: sub;
	font-size: 80%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-text-size-adjust: none;
}

i {
	font-style: italic;
}

input, input[type=text], input[type=password], input[type=submit], input[type=datetime], input[type=email], input[type=search], input[type=tel], input[type=url], textarea, select {

	-moz-appearance: none;
	background: #fff;
	outline: none;
	font-size: 13px;
	font-family:  'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	color: #66666c;
	font-weight: 700;
}
input[type=checkbox] {

        -moz-appearance: checkbox !important;
        background: #fff;
        outline: none;
        font-size: 13px;
        font-family:  'Roboto', Arial, Tahoma, Helvetica, sans-serif;
        color: #66666c;
        font-weight: 700;
}

/* default --------------------------------------------------------------------------*/

body {
	width: 100%;
	min-width: 300px;
	font-size: 14px;
	font-family:  'Roboto', Arial, Tahoma, Helvetica, sans-serif;
	color: #5d625e;
	font-weight: 400;
	background: #ffffff url('bg.png') repeat-y center;
}

hr {
	display: none;
}

b, strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

textarea {
	overflow: auto;
	resize: none;
}

a,
a * {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

img {
	border: 0px;
}

/* content --------------------------------------------------------------------------*/

div.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 210px;
	background: url('bgl.png') repeat-x;
}

div.bgleft {
	height: 100%;
	margin-right: 505px;
	background: url('bgleft.png') 100% 0 no-repeat;
}

div.bg2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 263px;
	background: #293d37;
}

div.all {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

div.header {
	width: 100%;
	float: left;
	height: 210px;
}

div.header div.logo {
	height: 108px;
	padding: 0 0 0 30px;
	float: left;
}

div.header div.logo a {
	height: 100%;
	float: left;
	background: url('logo.png') no-repeat 0 center;
	color: #fff;
	font-family: 'Signika';
	font-size: 32px;
	line-height: 25px;
	padding: 30px 0 0 90px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.header div.logo a span {
	font-weight: 700;
}

div.header div.logo a:hover {
	color: #faae25;
}

div.header div.logo span.slogan {
	float: left;
	font-family: 'Signika';
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}

div.header div.logo2 {
	float: right;
	width: 161px;
	height: 108px;
	background: url('logo2.png') no-repeat;
}

div.header div.buttons {
	float: right;
	height: 108px;
	background: url('buttons.png') no-repeat;
	line-height: 24px;
	padding: 0 0 0 100px;
}

div.header div.buttons a {
	float: right;
	margin: 20px 30px 0px 0px;
	text-decoration: none;
	height: 64px;
	padding: 9px 0px 0px 84px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.header div.buttons a span.t1 {
	font-family: 'Signika';
	font-size: 24px;
	color: #ffffff;
	height: 24px;
	font-weight: 700;
}

div.header div.buttons a span.t2 {
	font-size: 12px;
	color: #ffffff;
}

div.header div.buttons a.icon1 {
	background: url('icon.png') no-repeat;
}

div.header div.buttons a:hover {
	background-position: 0px -64px;
}

.toggle-nav {
	display: none;
}

div.header div.menu {
	float: left;
	height: 102px;
	width: calc(100% - 30px);
	padding: 0 0 0 30px;
	background: #ffffff url('menu.png') no-repeat right top;
}

div.header div.menu ul {
	float: left;
	padding: 30px 0px 0px 0px;
	list-style: none;
	margin: 0;
}

div.header div.menu ul li {
	float: left;
	padding: 10px 20px 10px 0px;
}

div.header div.menu ul li a {
	color: #293d37;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Signika';
	font-weight: 400;
}

div.header div.menu ul li.home {
	background: url('home.png') no-repeat left center;
}

div.header div.menu ul li.home a {
	padding-left: 44px;
}

div.header div.menu ul li a:hover {
	text-decoration: underline;
}

div.picture {
	float: left;
	width: 100%;
	height: 324px;
	position: relative;
}

div.picturesmall {
	float: left;
	width: 100%;
	position: relative;
}

div.picture1 {
	background: url('picture1.png') no-repeat center top;
}

div.picture1small {
	background: url('picture1small.png') no-repeat calc(50% - 30px) top;
}

div.picturesmall div.breadcrumbs {
	width: calc(100% - 60px);
	float: left;
	padding: 108px 0 0 0;
	margin: 0 30px;
	height: 69px;
	font-size: 13px;
	font-weight: 300;
	border-bottom: 1px solid #ececec;
}

div.picturesmall div.breadcrumbs ul {
	float: left;
	height: 69px;
	padding: 0;
	margin: 0;
	list-style: none;
}

div.picturesmall div.breadcrumbs ul li {
	float: left;
	padding: 26px 15px 25px 28px;
	background: url('arrow.png') no-repeat 0px 33px;
}

div.picturesmall div.breadcrumbs ul li:first-child {
	padding: 26px 15px 25px 0px;
	background: none;
}

div.picturesmall div.breadcrumbs ul li a {
	color: #5a605b;
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
}

div.picturesmall div.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

div.picturesmall div.advantages {
	float: right;
	border: 1px solid #cecece;
	width: 360px;
	margin: 0 30px 0 0px;
	background: #fff;
}

div.picturesmall div.advantages a.advantage {
	float: left;
	width: 33.3333333%;
	padding: 58px 20px 20px 20px;
	color: #66666c;
	font-size: 13px;
	line-height: 14px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}

div.picturesmall div.advantages a.advantage:hover {
	color: #2e2e2e;
}

div.picturesmall div.advantages a.advantage1 {
	background: url('icon1.png') no-repeat center 20px;
	border-right: 1px solid #e9e9e9;
}

div.picturesmall div.advantages a.advantage2 {
	background: url('icon2.png') no-repeat center 20px;
	border-right: 1px solid #e9e9e9;
}

div.picturesmall div.advantages a.advantage3 {
	background: url('icon3.png') no-repeat center 20px;
}

div.picture div.cont {
	width: calc(100% - 422px);
	height: 324px;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.picture div.cont div.slogan {
	width: 100%;
	float: right;
	background: url('triangle.png') no-repeat;
	max-width: 504px;
	height: 324px;
	padding: 80px 30px 0 230px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.picture div.cont div.slogan span.text1 {
	color: #293d37;
	text-decoration: none;
	font-size: 36px;
	line-height: 39px;
	font-family: 'Signika';
	font-weight: 700;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0px 0px 0px 100px;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.picture div.cont div.slogan p.slogan {
	font-size: 14px;
	color: #293d37;
	width: 100%;
	padding: 22px 0 0 0;
	margin: 0;
	float: right;
	text-align: right;
	line-height: 20px;
	font-weight: 400;
}

div.picture div.cont div.slogan a.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	background: #e1e4d9;
	background: -moz-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1e4d9), color-stop(100%, #afb2a5));
	background: -webkit-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -o-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -ms-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: linear-gradient(to bottom, #e1e4d9 0%, #afb2a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4d9', endColorstr='#afb2a5', GradientType=0 );
	padding: 1px;
	margin: 25px 0 0 0;
}

div.picture div.cont div.slogan a.button span {
	color: #12a378;
	font-size: 13px;
	font-weight: 500;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 20px;
	float: left;
}

div.picture div.cont div.slogan a.button:hover {
	background: #d3d3cd;
	background: -moz-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d3d3cd), color-stop(100%, #828279));
	background: -webkit-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -o-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -ms-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: linear-gradient(to bottom, #d3d3cd 0%, #828279 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3cd', endColorstr='#828279', GradientType=0 );
}

div.picture div.rightelements {
	float: left;
	background: #ffffff;
	width: 422px;
	height: 324px;
}

div.picturesmall div.rightelements {
	float: right;
	background: #ffffff;
	width: 422px;
	position: absolute;
	right: 0;
	top: 0;
}

div.picture div.rank {
	float: left;
	width: 269px;
	height: 100%;
	padding: 30px 30px 0px 30px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.picturesmall div.rank {
	float: left;
	width: 160px;
	height: 234px;
	padding: 30px 0px 0px 30px;
	background: #ffffff;
}

div.picture div.rank span.header {
	background: url('rank.png') no-repeat 2px 0px;
	float: left;
	color: #293d37;
	font-size: 30px;
	line-height: 28px;
	font-family: 'Signika';
	font-weight: 400;
	padding: 54px 0px 0px 0px;
	margin: 0px 20px 0px -2px;
	width: 100%;
	letter-spacing: -0.5px;
}

div.picturesmall div.rank span.header {
	background: url('rank.png') no-repeat 2px 0px;
	float: left;
	color: #293d37;
	font-size: 30px;
	line-height: 28px;
	font-family: 'Signika';
	font-weight: 400;
	padding: 54px 0px 0px 0px;
	margin: 0px 20px 0px -2px;
	width: 140px;
	letter-spacing: -0.5px;
}

div.picture div.rank ul.rank {
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
	width: 100%;
}

div.picture div.rank ul.rank li {
	padding: 7px 0px 7px 30px;
	font-size: 13px;
	line-height: 16px;
}

div.picture div.rank ul.rank li.first {
	background: url('rank1.png') no-repeat 0 center;
}

div.picture div.rank ul.rank li.first a {
	font-weight: 700;
}

div.picture div.rank ul.rank li.second {
	background: url('rank2.png') no-repeat 0 center;
}

div.picture div.rank ul.rank li.third {
	background: url('rank3.png') no-repeat 0 center;
}

div.picture div.rank ul.rank li a {
	color: #66666c;
	text-decoration: none;
	font-weight: 400;
}

div.picture div.rank ul.rank li a:hover {
	text-decoration: underline;
}

div.picture div.rank a.more {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	background: #e1e4d9;
	background: -moz-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1e4d9), color-stop(100%, #afb2a5));
	background: -webkit-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -o-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -ms-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: linear-gradient(to bottom, #e1e4d9 0%, #afb2a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4d9', endColorstr='#afb2a5', GradientType=0 );
	padding: 1px;
	margin: 15px 0 0 0;
}

div.picture div.rank a.more span {
	color: #12a378;
	font-size: 13px;
	font-weight: 500;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 20px;
	float: left;
}

div.picture div.rank a.more:hover {
	background: #d3d3cd;
	background: -moz-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d3d3cd), color-stop(100%, #828279));
	background: -webkit-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -o-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -ms-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: linear-gradient(to bottom, #d3d3cd 0%, #828279 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3cd', endColorstr='#828279', GradientType=0 );
}

div.picturesmall div.rank a.more {
	background: url('button1.gif') no-repeat left top;
	float: left;
	height: 38px;
	color: #12a378;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 20px 0 0 -1px;
}

div.picturesmall div.rank a.more span {
	float: left;
	padding: 8px 20px 0 0;
	background: url('button1.gif') no-repeat right top;
	height: 30px;
}

div.picturesmall div.rank a.more span:hover {
	text-decoration: underline;
}

div.picture div.advantages {
	float: right;
	border: 1px solid #cecece;
	width: 121px;
	margin: 0 30px 0 0px;
}

div.picture div.advantages a.advantage {
	float: left;
	width: 100%;
	padding: 58px 20px 20px 20px;
	color: #66666c;
	font-size: 13px;
	line-height: 14px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}

div.picture div.advantages a.advantage:hover {
	color: #2e2e2e;
}

div.picture div.advantages a.advantage1 {
	background: url('icon1.png') no-repeat center 20px;
	border-bottom: 1px solid #e9e9e9;
}

div.picture div.advantages a.advantage2 {
	background: url('icon2.png') no-repeat center 20px;
	border-bottom: 1px solid #e9e9e9;
}

div.picture div.advantages a.advantage3 {
	background: url('icon3.png') no-repeat center 20px;
}

div.content {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
	padding: 30px;
}

div.content div.head {
	float: left;
	width: 100%;
	border-bottom: 1px solid #99bab0;
	padding: 10px 0 20px 0;
}

div.content div.headsub {
	border: 0;
	padding: 10px 0 0 0;
}

div.content div.head2 {
	padding-top: 40px;
}

div.content div.head span.header {
	float: left;
	color: #293d37;
	font-size: 40px;
	line-height: 44px;
	font-family: 'Signika';
	font-weight: 700;
}

div.content div.head h1 {
	float: left;
	color: #293d37;
	font-size: 40px;
	line-height: 44px;
	font-family: 'Signika';
	font-weight: 700;
}

div.content div.head select {
	border-top: 1px solid #908e8e;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0px 1px 21px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float: right;
	padding: 9px 60px 9px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff url('arrow2.png') no-repeat calc(100% - 15px) center;
	width: auto;
}
div.content div.column {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0 10px 0 0;
}

div.content div.column2 {
	padding: 0 0 0 10px;
}
div.content div.books {
	float: left;
	width: calc(100% + 20px);
	margin: 0 0 0 -10px;
}

div.content div.book {
	float: left;
	width: calc(20% - 20px);
	margin: 30px 10px 0 10px;
}

div.content div.books div.book:nth-child(5n+1) {
	clear: both;
}

div.content div.column div.book {
	float: left;
	width: calc(50% - 20px);
	margin: 30px 10px 0 10px;
}




div.content div.winners {
	float: left;
	width: 100%;
}

div.content div.winner {
	width: calc(50% - 10px);
	margin: 30px 0 0 0;
	float: left;
	position: relative;
}

div.content div.winner div.badge {
	position: absolute;
	width: 100px;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	background: #faae25 url('badge.png') no-repeat center 20px;
	z-index: 999999999;
	padding: 80px 10px 20px 10px;
	right: 0;
	margin: -10px 10px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.content div.winner:nth-child(2) {
	margin: 30px 0 0 20px;
}

div.content div.book div.cover, div.content div.winner div.cover {
	background: #f1f1f1;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	position: relative;
	padding: 20px 0;
	margin: 0 0 30px 0;
}

div.content div.book div.cover div.coverbg, div.content div.winner div.cover div.coverbg {
	width: 100%;
	min-height: 145px;
	float: left;
	background: url('coverbg.png') no-repeat center center;
	position: absolute;
	z-index: 999999;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.content div.book div.cover img, div.content div.winner div.cover img {
	width: 100px;
	height: 140px;
	margin: 3px 0 0 -3px;
}

div.content div.book div.cover a.button, div.content div.winner div.cover a.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	background: #e1e4d9;
	background: -moz-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1e4d9), color-stop(100%, #afb2a5));
	background: -webkit-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -o-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -ms-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: linear-gradient(to bottom, #e1e4d9 0%, #afb2a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4d9', endColorstr='#afb2a5', GradientType=0 );
	padding: 1px;
	margin: 15px 0 0 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: calc(100% - 40px);
	margin: 20px 20px 0 20px;
}

div.content div.book div.cover a.button span {
	color: #12a378;
	font-size: 13px;
	font-weight: 500;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 20px;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	text-align: center;
}

div.content div.winner div.cover span.award {
	float: left;
	width: calc(100% - 20px);
	background: #1cad82;
	margin: 20px 10px -10px 10px;
	padding: 10px;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
	font-weight: 700;
}

div.content div.book div.cover span.award2 {
	float: left;
	width: calc(100% - 20px);
	margin: 20px 10px -10px 10px;
	padding: 10px;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	background: #293d37;
}

div.content div.book div.cover a.button:hover {
	background: #d3d3cd;
	background: -moz-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d3d3cd), color-stop(100%, #828279));
	background: -webkit-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -o-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -ms-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: linear-gradient(to bottom, #d3d3cd 0%, #828279 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3cd', endColorstr='#828279', GradientType=0 );
}

div.content div.book a.title, div.content div.winner a.title {
	color: #0fa075;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Signika';
	float: left;
	width: 100%;
	line-height: 24px;
}

div.content div.book a.title:hover, div.content div.winner a.title:hover {
	text-decoration: underline;
}
div.content div.bookdetails div.cover span.award2 {
	float: left;
	width: calc(100% - 20px);
	margin: 20px 10px -10px 10px;
	padding: 10px;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	background: #464d54;
	text-align:center;
}

div.content div.book span.author, div.content div.winner span.author {
	color: #66666c;
	font-size: 14px;
	width: 100%;
	float: left;
	padding: 10px 0 10px 0;
}

div.content div.book a.category, div.content div.winner a.category {
	color: #0fa075;
	background: url('category.png') no-repeat center left;
	padding: 0 0 0 20px;
	font-size: 13px;
	width: 100%;
	font-weight: 500;
}

div.content div.book a.category:hover, div.content div.winner a.category:hover {
	text-decoration: underline;
}

div.content div.book div.cover {
	background: #f1f1f1;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	position: relative;
	padding: 20px 0;
	margin: 0 0 30px 0;
}

div.content div.book div.cover div.coverbg {
	width: 100%;
	min-height: 145px;
	float: left;
	background: url('coverbg.png') no-repeat center center;
	position: absolute;
	z-index: 999999;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.content div.book div.cover img {
	width: 100px;
	height: 140px;
	margin: 3px 0 0 -3px;
}

div.content div.book div.cover a.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	background: #e1e4d9;
	background: -moz-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1e4d9), color-stop(100%, #afb2a5));
	background: -webkit-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -o-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -ms-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: linear-gradient(to bottom, #e1e4d9 0%, #afb2a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4d9', endColorstr='#afb2a5', GradientType=0 );
	padding: 1px;
	margin: 15px 0 0 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: calc(100% - 40px);
	margin: 20px 20px 0 20px;
}

div.content div.book div.cover a.button span {
	color: #12a378;
	font-size: 13px;
	font-weight: 500;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 20px;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	text-align: center;
}

div.content div.book div.cover a.button:hover {
	background: #d3d3cd;
	background: -moz-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d3d3cd), color-stop(100%, #828279));
	background: -webkit-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -o-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -ms-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: linear-gradient(to bottom, #d3d3cd 0%, #828279 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3cd', endColorstr='#828279', GradientType=0 );
}

div.content div.book a.title {
	color: #0fa075;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Signika';
	float: left;
	width: 100%;
	line-height: 24px;
}

div.content div.book a.title:hover {
	text-decoration: underline;
}

div.content div.book span.author {
	color: #66666c;
	font-size: 14px;
	width: 100%;
	float: left;
	padding: 10px 0 10px 0;
}

div.content div.book a.category {
	color: #0fa075;
	background: url('category.png') no-repeat center left;
	padding: 0 0 0 20px;
	font-size: 13px;
	width: 100%;
	font-weight: 500;
}

div.content div.book a.category:hover {
	text-decoration: underline;
}

div.content span.line1 {
	float: left;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	margin: 30px 0 0 0;
}

div.content span.line2, div.content span.line3, div.content span.line4 {
	float: left;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	margin: 20px 0 0 0;
	display: none;
}

div.content div.partners {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}

div.content div.partners img {
	padding: 10px 30px 10px 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	float: left;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
div.content p.text {
	line-height: 24px;
	font-size: 17px;
	font-weight: 300;
	padding: 30px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
	color: #4b4f4d;
}
div.content p.text a {
	color: #e85424;
	font-weight: 700;
}
div.content p.text a:hover {
	text-decoration: underline;
}
div.content div.partners img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

div.footer {
	width: 100%;
	float: left;
	background: #e5f1ed;
}

div.footer div.footercont {
	float: left;
	width: 100%;
	padding: 30px 30px 30px 30px;
	font-size: 13px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.footer div.footercont div.copy {
	float: left;
	padding: 6px 0px 0px 0px;
}

div.footer div.footercont div.copy a {
	font-weight: 700;
	color: #0fa075;
}

div.footer div.footercont div.copy a:hover {
	text-decoration: underline;
}

div.footer div.footercont div.links {
	float: right;
	padding: 6px 30px 0px 0px;
}

div.footer div.footercont div.links a {
	color: #0fa075;
	font-weight: 700;
	margin: 0px 0px 0px 20px;
}

div.footer div.footercont div.links a:hover {
	text-decoration: underline;
}

div.footer div.footercont div.icons {
	width: 72px;
	height: 32px;
	float: right;
	background: url('footericons.png') no-repeat center right;
}

div.footer div.footercont div.icons a.fb {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0px 8px 0px 0px;
}

div.footer div.footercont div.icons a.mail {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0px 0px 0px 0px;
}

div.content p.text {
	line-height: 24px;
	font-size: 17px;
	font-weight: 300;
	padding: 30px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
	color: #4b4f4d;
}

div.content p.text a {
	color: #0fa075;
	font-weight: 700;
}

div.content p.text a:hover {
	text-decoration: underline;
}


div.content p.text {
	line-height: 24px;
	font-size: 17px;
	font-weight: 300;
	padding: 30px 0 0 0;
	margin: 0;
	float: left;
	width: 100%;
	color: #4b4f4d;
}

div.content p.text a {
	color: #e85424;
	font-weight: 700;
}

div.content p.text a:hover {
	text-decoration: underline;
}
div.content h2 {
	float: left;
	color: #293d37;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Signika';
	font-weight: 700;
	padding: 30px 0 0 0;
	width:100%;
}

div.content fieldset.form {
	float: left;
	background: #f1f1f1;
	width: 70%;
	margin: 30px 15% 0 15%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px;
}

div.content fieldset.form p {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}

div.content fieldset.form p:first-of-type {
	padding: 0;
}

div.content fieldset.form label {
	float: left;
	width: 310px;
	font-size: 14px;
	padding: 11px 0 0 0;
}

div.content fieldset.form label span {
	font-size: 10px;
}

div.content fieldset.form input.text {
	border-top: 1px solid #908e8e;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0px 1px 21px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
	padding: 10px 40px 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: calc(100% - 310px);
}

div.content fieldset.form select {
	border-top: 1px solid #908e8e;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #b2b2b2;
	-webkit-box-shadow: inset 0px 1px 21px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.24);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
	padding: 9px 40px 9px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff url('arrow2.png') no-repeat calc(100% - 15px) center;
	width: auto;
	width: calc(100% - 310px);
}

div.content fieldset.form input.check {
	width: 20px;
	height: 20px;
	margin: 10px 0 0 0;
	float: left;
}

div.content fieldset.form input.vote {
	background: #1cad82;
	color: #fff;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
	cursor: pointer;
	float: left;
	margin: 10px 0 0 310px;
}
div.content fieldset.form a.button {
 background: #797979;
 color: #fff;
 font-size: 13px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 padding: 11px 20px;
 cursor: pointer;
 float: left;
 margin: 10px 0 0 10px;
 font-weight: 700;
}
div.content table {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
	font-size: 15px;
}

div.content table td {
	padding: 6px 0;
}

div.content table td.vote {
	min-width: 250px;
	padding: 0;
}

div.content table td.result {
	padding: 6px 20px;
	text-align: right;
}

div.content table td span.votebar {
	float: left;
	background: #1cad82;
	height: 25px;
	width: auto;
	margin: 7px 0 -7px 0;
}

div.content div.message {
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #1cad82;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	line-height: 20px;
}
div.content div.message2 {
    background: #293d37;
}

div.content div.message fieldset {
    padding: 10px 0;
    width: 100%;
}

div.content div.message fieldset input.text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.content div.message fieldset input.vote {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 15px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 0 10px;
}
div.content div.message a {
	text-decoration: underline;
	color: #fff;
	font-weight: 700;
}

div.content div.bookdetails {
	float: left;
	width: 50%;
	padding: 30px 40px 0 0;
	font-size: 15px;
}

div.content div.bookdetails div.cover {
	float: left;
	width: 119px;
	padding: 0 30px 0 0;
}

div.content div.bookdetails div.cover img {
	float: left;
	width: 119px;
}

div.content div.bookdetails div.dets {
	float: left;
	line-height: 32px;
	margin: -7px 0 0 0;
	width: calc(100% - 279px);
}

div.content div.bookdetails div.butt {
	float: right;
	width: 110px;
	padding: 0 0 0 20px;
}

div.content div.bookdetails div.butt a.vote {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	background: #e1e4d9;
	background: -moz-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e1e4d9), color-stop(100%, #afb2a5));
	background: -webkit-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -o-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: -ms-linear-gradient(top, #e1e4d9 0%, #afb2a5 100%);
	background: linear-gradient(to bottom, #e1e4d9 0%, #afb2a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e4d9', endColorstr='#afb2a5', GradientType=0 );
	padding: 1px;
	margin: -7px 0 0 0;
	width: 100%;
	text-align: center;
}

div.content div.bookdetails div.butt a.vote span {
	color: #12a378;
	font-size: 13px;
	font-weight: 500;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 20px;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}

div.content div.bookdetails div.butt a.vote:hover {
	background: #d3d3cd;
	background: -moz-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d3d3cd), color-stop(100%, #828279));
	background: -webkit-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -o-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: -ms-linear-gradient(top, #d3d3cd 0%, #828279 100%);
	background: linear-gradient(to bottom, #d3d3cd 0%, #828279 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3cd', endColorstr='#828279', GradientType=0 );
}

div.content div.bookdetails div.butt a.buy {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	background: #1cad82;
	color: #fff;
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
	padding: 9px 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 13px;
	font-weight: 500;
}

div.content div.bookdetails div.desc {
	float: left;
	width: 100%;
	line-height: 24px;
	font-weight: 300;
	padding: 30px 0 0 0;
}

div.content div.booktable {
	float: left;
	width: calc(50% - 40px);
	font-size: 15px;
}

div.content div.booktable table {
	float: left;
	width: 100%;
}

div.content div.booktable th {
	color: #fff;
	font-weight: 700;
	background: #1cad82;
	border-right: 3px solid #fff;
	padding: 18px 20px;
}

div.content div.booktable th:last-of-type {
	border: none;
}

div.content div.booktable td {
	vertical-align: middle;
}

div.content div.booktable td img.icon {
	margin: 0 10px -5px 0;
	float: left;
}

div.content div.booktable .center {
	text-align: center;
}

div.content div.booktable tr td {
	border-right: 3px solid #fff;
	padding: 16px 20px;
}

div.content div.booktable tr td:last-of-type {
	border: none;
}

div.content div.booktable tr:nth-child(even) td {
	background: #f0efee;
}

div.content div.booktable tr:nth-child(odd) td {
	background: #fcfbfa;
}

div.content div.booktable a.shop {
	color: #525257;
}

div.content div.booktable a.shop:hover {
	text-decoration: underline;
}

div.content div.booktable a.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #1cad82;
	color: #fff;
	text-align: center;
	padding: 9px 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 13px;
	font-weight: 500;
}

/* rwd --------------------------------------------------------------------------*/

@media (max-width: 1100px) {

	div.header div.logo a {
		background-size: 45px;
		font-size: 26px;
		line-height: 22px;
		padding: 32px 0 0 70px;
	}

	div.header div.buttons a {
		float: right;
		margin: 28px 30px 0px 0px;
		text-decoration: none;
		height: 50px;
		padding: 1px 0px 0px 74px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	div.header div.buttons a span.t1 {
		font-size: 20px;
		height: 20px;
	}

	div.header div.buttons a.icon1 {
		background: url('icon.png') no-repeat;
		background-size: 50px;
	}

	div.header div.buttons a:hover {
		background-size: 50px;
		background-position: 0px -50px;
	}

}

@media (max-width: 1070px) {

	div.header div.menu {
		background: #ffffff;
	}

	div.bgleft {
		display: none;
	}

}

@media (max-width: 950px) {

	div.header div.logo2 {
		display: none;
	}

}

@media (max-width: 940px) {

	div.header {
		height: 160px;
	}

	div.header div.menu {
		padding: 0;
	}

	.toggle-nav {
		float: left;
		width: 100%;
		background: #fff url('hamburger.png') no-repeat center center;
		height: 52px;
		color: #fff;
		font-size: 21px;
		text-align: center;
		line-height: 38px;
		display: block;
	}

	#navigation {
		display: none;
	}

	#navigation.visible {
		display: block;
		width: 100%;
		float: left;
	}

	#navigation ul {
		z-index: 99999999;
		margin-top: 0px;
		width: 100%;
		float: left;
		padding: 0;
		margin: 0
		height: auto;
		position: absolute;
		background: #222222;
		border: none;
	}

	#navigation ul li {
		padding: 13px 0;
		width: 100%;
		height: auto;
		float: left;
		text-align: center;
		border: none;
		border-bottom: 1px solid #424242;
	}

	#navigation ul li:last-of-type {
		border: none;
	}

	#navigation ul li.home {
		display: none;
	}

	#navigation ul li a {
		font-size: 16px;
		width: 100%;
		color: #fff;
		margin: 0;
		padding: 0;
	}

	#navigation ul li a:hover {
		color: #faae25;
		border: none;
	}

	div.header {
		width: 100%;
		float: left;
		height: 130px;
	}

	div.header div.logo {
		height: 78px;
		padding: 0 0 0 20px;
	}

	div.header div.logo a {
		padding: 18px 0 0 70px;
	}

	div.header div.buttons {
		height: 78px;
	}

	div.header div.buttons a {
		margin: 13px 20px 0px 10px;
	}

	div.picture div.advantages {
		display: none;
	}

	div.picture div.cont {
		width: calc(100% - 270px);
	}

	div.picture div.rightelements {
		width: 270px;
	}

	div.picture1 {
		background: url('picture1.png') no-repeat calc(50% + 50px) top;
	}

	div.content {
		padding: 20px;
	}

	div.content div.head {
		padding: 0px 0 20px 0;
	}

	div.content div.head2 {
		padding-top: 30px;
	}

	div.content div.head span.header {
		font-size: 30px;
		line-height: 34px;
	}

	div.content div.book {
		margin: 20px 20px 0 0;
	}

	div.content div.book:nth-of-type(5n+1) {
		margin: 20px 0 0 0;
	}

	div.content div.book div.cover {
		margin-bottom: 20px;
	}

	div.content div.book a.title {
		font-size: 17px;
		line-height: 20px;
	}

	div.content div.book span.author {
		font-size: 13px;
		padding: 8px 0;
	}

	div.footer div.footercont {
		padding: 20px;
	}

	div.footer div.footercont div.copy {
		width: 100%;
		padding-bottom: 20px;
	}

	div.footer div.footercont div.links {
		float: left;
		padding: 7px 0 0 0;
	}

	div.footer div.footercont div.links a {
		margin: 0px 15px 0px 0;
	}

	div.bg2 {
		height: 150px;
	}

	div.picturesmall div.advantages {
		width: 360px;
		margin: 0 20px 0 0px;
	}

	div.picture1small {
		background: url('picture1small.png') no-repeat 50% top;
	}

	div.picturesmall div.rightelements {
		width: 402px;
	}

	div.content p.text {
		line-height: 20px;
		font-size: 15px;
		padding: 20px 0 0 0;
	}

	div.content h2 {
		font-size: 22px;
		line-height: 24px;
		padding: 20px 0 0 0;
	}

	div.content div.head h1 {
		font-size: 30px;
		line-height: 34px;
	}

	div.content div.headsub {
		padding: 0;
	}

	div.picturesmall div.breadcrumbs {
		margin: 0 20px;
	}

	div.content div.message {
		margin: 0 0 20px 0;
		line-height: 18px;
	}

	div.content fieldset.form {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 20px;
	}

	div.content table {
		margin: 20px 0 0 0;
		font-size: 13px;
		overflow-x: auto;
		display: block;
	}

	div.content table td {
		white-space: nowrap;
	}

	div.content div.bookdetails {
		width: 100%;
		padding: 20px 0 0 0;
		font-size: 13px;
	}

	div.content div.bookdetails div.cover {
		padding: 0 20px 0 0;
	}

	div.content div.bookdetails div.dets {
		width: calc(100% - 269px);
	}

	div.content div.bookdetails p.desc {
		line-height: 20px;
		padding: 20px 0 0 0;
	}

	div.content div.booktable {
		width: 100%;
		font-size: 13px;
	}

	div.content div.booktable table {
		display: table;
	}

}

@media (max-width: 900px) {

	div.content span.line1 {
		display: none;
	}

	div.content span.line2 {
		display: initial;
	}

	div.content div.book:nth-of-type(5n+1) {
		margin: 20px 20px 0 0;
	}

	div.content div.book {
		float: left;
		width: calc(25% - 15px);
		margin: 20px 20px 0 0;
	}

	div.content div.book:nth-of-type(4n+1) {
		margin: 20px 0 0 0;
	}

}

@media (max-width: 850px) {

	div.header div.buttons {
		display: none;
	}

}

@media (max-width: 800px) {

	div.header {
		background: #293d37;
	}

	div.bg {
		display: none;
	}

	div.picture {
		height: 240px;
	}

	div.picture div.cont {
		width: 100%;
		height: 240px;
	}

	div.picture1 {
		background: url('picture1.png') no-repeat calc(50% + 250px) top;
	}

	div.picture {
		height: auto;
	}

	div.picture div.rightelements {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #cecece;
	}

	div.picture div.rank {
		width: 80%;
		padding: 20px 0px 20px 20px;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	div.picture div.cont div.slogan {
		height: 240px;
		padding: 40px 20px 0 230px;
	}

	div.picture div.cont div.slogan span.text1 {
		font-size: 24px;
		line-height: 24px;
	}

	div.picture div.rank span.header {
		background: url('rank.png') no-repeat 2px 0px;
		background-size: 30px;
		font-size: 20px;
		line-height: 20px;
		padding: 2px 0px 0px 50px;
		margin: 0px 20px 0px 0px;
		width: 100%;
	}

	div.picture div.rank ul.rank {
		padding: 20px 0 0 0;
	}

	div.picture div.rank ul.rank li {
		padding: 5px 0px 5px 30px;
	}

	div.picture div.rightelements {
		height: auto;
	}

}

@media (max-width: 750px) {

	div.picture1small {
		background: #fff;
	}

	div.picturesmall div.rightelements {
		float: left;
		width: 100%;
		position: relative;
	}

	div.picturesmall div.breadcrumbs {
		padding: 0;
		width: calc(100% - 40px);
		margin: 0 20px;
		height: auto;
	}

	div.picturesmall div.advantages {
		display: initial;
		width: calc(100% - 40px);
		margin: 0 20px;
		position: relative;
		padding: 0;
	}

	div.picturesmall div.breadcrumbs ul {
		height: auto;
		padding: 10px 0;
	}

	div.picturesmall div.breadcrumbs ul li {
		padding: 3px 15px 3px 28px;
		background: url('arrow.png') no-repeat 0 center;
	}

	div.picturesmall div.breadcrumbs ul li:first-child {
		padding: 3px 15px 3px 0px;
	}

	div.picturesmall div.advantages a.advantage {
		width: 33.3333%;
		border-right: 1px solid #cecece;
		border-bottom: 0;
		padding: 58px 5px 20px 5px;
	}

	div.picturesmall div.advantages a.advantage:last-of-type {
		border-right: 0;
	}

}

@media (max-width: 700px) {

	div.content span.line2 {
		display: none;
	}

	div.content span.line3 {
		display: initial;
	}

	div.content div.book:nth-of-type(4n+1) {
		margin: 20px 20px 0 0;
	}

	div.content div.book {
		float: left;
		width: calc(33.33333333% - 13.3333333px);
		margin: 20px 20px 0 0;
	}

	div.content div.book:nth-of-type(3n+1) {
		margin: 20px 0 0 0;
	}

	div.content div.head span.header {
		width: 100%;
	}

	div.content div.head select {
		float: left;
		width: 100%;
		margin: 15px 0 0 0;
	}

	div.footer div.footercont div.links {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	div.footer div.footercont div.icons {
		display: none;
	}

	div.footer div.footercont div.links a {
		margin: 0px 15px 0px 0;
	}

}

@media (max-width: 650px) {

	div.content fieldset.form label {
		width: 100%;
		padding: 0 0 6px 0;
	}

	div.content fieldset.form input.text {
		width: 100%;
	}

	div.content fieldset.form select {
		width: 100%;
	}

	div.content fieldset.form input.vote {
		width: 100%;
		margin: 10px 0 0 0;
	}

}

@media (max-width: 550px) {

	div.content span.line3 {
		display: none;
	}

	div.content span.line4 {
		display: initial;
	}

	div.content div.book:nth-of-type(3n+1) {
		margin: 20px 20px 0 0;
	}

	div.content div.book {
		float: left;
		width: calc(50% - 10px);
		margin: 20px 20px 0 0;
	}

	div.content div.book:nth-of-type(2n+1) {
		margin: 20px 0 0 0;
	}

	div.content div.head span.header {
		font-size: 24px;
		line-height: 26px;
	}

	div.picture div.advantages {
		display: initial;
		width: calc(100% - 40px);
		margin: 10px 20px;
		padding: 0;
	}

	div.picture div.rank {
		display: none;
	}

	div.picture div.rightelements {
		border-bottom: 0;
	}

	div.picture div.advantages a.advantage {
		width: 33.3333%;
		border-right: 1px solid #cecece;
		border-bottom: 0;
		padding: 58px 5px 20px 5px;
	}

	div.picture div.advantages a.advantage:last-of-type {
		border-right: 0;
	}

	div.content div.bookdetails div.cover {
		width: 60px;
	}

	div.content div.bookdetails div.cover img {
		width: 60px;
	}

	div.content div.bookdetails div.dets {
		line-height: 22px;
		width: calc(100% - 219px);
		margin: -4px 0 0 0;
	}

	div.content div.booktable table {
		display: block;
	}

	div.content div.booktable table tr td:first-of-type {
		min-width: 150px;
	}

}

@media (max-width: 500px) {

	div.picture div.cont div.slogan {
		display: none;
	}

	div.picture1 {
		background: url('picture1.png') no-repeat calc(50% + 200px) top;
		background-size: 1000px;
	}

	div.picture {
		height: auto;
	}

	div.picture div.cont {
		height: 160px;
	}

	div.header div.logo a {
		background-size: 24px;
		font-size: 18px;
		line-height: 18px;
		padding: 20px 0 0 40px;
	}

	div.content p.text {
		line-height: 19px;
		font-size: 14px;
		padding: 20px 0 0 0;
	}

	div.content h2 {
		font-size: 20px;
		line-height: 22px;
	}

	div.content div.head h1 {
		font-size: 26px;
		line-height: 29px;
	}

}

@media (max-width: 450px) {

	div.content div.bookdetails div.dets {
		width: calc(100% - 80px);
	}

	div.content div.bookdetails div.butt {
		float: left;
		width: 100%;
		padding: 20px 0 0 0;
	}

}

a.shopapi {
	color: #0fa075;
	font-size: 13px;
	font-weight: 500;
}
.g-recaptcha{float:left}
