@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

.info1 {
	float: left;
	font-size: 13px;
	margin: 10px;
	font-weight: bold;
	width: 60%;
}

	.info1 a {
		text-decoration: none;
		font-weight: bold;
		color: #ff6868;
	}

.info2 {
	float: right;
	font-size: 13px;
	margin: 10px;
}

.post {
	position: relative;
	float: left;
	width: calc(100% - 80px);
}

.islink {
	position: absolute;
	background: rgba(0,0,0, 0.75);
	padding: 5px;
	color: #fff;
	top: 5px;
	right: 5px;
	font-size: 12px;
	border-radius: 3px;
	padding-left: 20px;
}

.ispartner {
	background-image: url(img/link.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 12px 12px;
}

.isown {
	background-image: url(img/own.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 12px 12px;
}


.post:before {
	content: "\A";
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px;
}


.username {
	overflow: hidden;
	font-size: 11px;
	width: 100%;
	text-align: center;
	background-color: #DB8429;
	padding: 5px;
	position: absolute;
	bottom: -5px;
	left: 0px;
	text-transform: uppercase;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 2px;
	border: 3px solid #fff;
}

.commentblock {
	box-sizing: border-box;
	padding: 10px;
	float: left;
	width: 100%;
}

.commentbox:hover .cremove {
	display: block;
}

#comment {
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 10px;
	height: 65px;
	line-height: 65px;
	border: 0;
	outline: 0;
	border-radius: 3px;
}

.ispost .post .commentbox {
	background-color: #303030 !important;
	color: #fff;
	border-bottom: 5px solid #444;
	padding: 10px;
	height: auto;
	line-height: normal;
	text-align: justify;
	border-radius: 3px;
}

.cinfo {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.cremove {
	display: none;
	background-color: #DB8429;
	position: absolute;
	color: #fff;
	width: 13px;
	border-radius: 2px;
	height: 13px;
	text-align: center;
	line-height: 13px;
	font-size: 10px;
	font-weight: bold;
	right: 10px;
	top: 10px;
}

	.cremove:hover {
		background-color: #a85c1e;
		cursor: pointer;
	}

.cinfo a {
	color: #DB8429;
	text-decoration: none;
}

.ispost .avatar {
	border: 5px solid #fff;
}

.ispost .post:before {
	border-color: transparent #303030 transparent transparent;
}

.ispost {
	margin-top: 20px !important;
}

.avatar {
	float: left;
	background-color: #CB4D49;
	height: 65px;
	width: 65px;
	margin-right: 15px;
	border-radius: 50%;
	border: 5px solid #fff;
	z-index: 1;
	box-sizing: border-box;
	background-image: url(img/profile.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.nocomment {
	text-align: center;
	background-color: #303030;
	margin-top: 20px;
	border-radius: 2px;
	padding: 10px;
	box-sizing: border-box;
	text-shadow: 1px 1px #000;
	color: #fff;
	border-radius: 3px;
}

.forms h3, .legal h3 {
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	color: #db8429;
	text-shadow: 1px 1px #a85c1e;
	line-height: normal;
	height: auto;
}

.forms hr {
	border: 1px dotted #a85c1e;
	border-style: none none dotted;
	color: #fff;
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 20px;
}

.layer, .layer2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.75);
	z-index: 9999;
	display: none;
}

.alertblock {
	min-width: 500px;
	background-color: #DB8429;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 25px;
	position: fixed;
	top: calc(50%);
	left: calc(50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 20px;
	border: 10px solid #000;
	text-align: center;
	line-height: 35px;
}

	.alertblock a {
		box-sizing: border-box;
		text-decoration: none;
		border-radius: 2px;
		background-color: #fff;
		color: #db8429;
		text-shadow: 1px 1px #000;
		font-size: 20px;
		padding: 10px;
		margin: 5px;
		display: block;
		line-height: 25px;
		font-weight: bold;
	}

.forms {
	box-sizing: border-box;
	padding: 20px;
	background-color: #efefef;
	float: left;
	width: 100%;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 15px;
}

	.forms input:focus {
		border: 1px solid #ccc;
	}

	.forms .sub {
		margin-top: 10px;
		background-color: #DB8429;
		padding: 15px;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		cursor: pointer;
	}

		.forms .sub:hover {
			background-color: #a85c1e;
		}

	.forms textarea {
		padding: 15px;
		border-radius: 3px;
		outline: 0;
		width: 100%;
		float: left;
		border: 1px solid #ddd;
		margin-bottom: 15px;
		box-sizing: border-box;
		height: 200px;
	}

	.forms input {
		padding: 15px;
		border-radius: 3px;
		outline: 0;
		width: 100%;
		float: left;
		border: 1px solid #ddd;
		margin-bottom: 15px;
		box-sizing: border-box;
	}

	.forms label {
		margin-bottom: 5px;
		width: 100%;
		float: left;
	}

.player {
	margin-left: 10px;
	margin-right: 10px;
}

.tbanner {
	background-color: #DB8429;
	float: left;
	margin: 10px;
	box-sizing: border-box;
	padding: 15px;
	width: calc(100% - 20px);
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	border-radius: 3px;
}

.thumbtl {
	width: calc(50% - 5px);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

	.thumbtl:nth-child(2n) {
		width: calc(50% - 5px);
		margin-right: 0px;
	}

	.thumbtl:hover img {
		-webkit-filter: brightness(120%);
	}

	.thumbtl img {
		width: 100%;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		float: left;
	}

.tago {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
}

.tago2 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.thumbtl .title {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-transform: capitalize;
}

.tbanner:hover {
	background-color: #a85c1e;
}

.keywords {
	padding-top: 5px !important;
}

.dropoptions .letters {
	margin-top: 10px;
}

	.dropoptions .letters a {
		background-image: none;
		width: 25%;
		margin: 0px;
		box-sizing: border-box;
		float: left;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		border: 1px solid #a85c1e;
	}

		.dropoptions .letters a:hover {
			background-color: #a85c1e;
			color: #fff;
		}

.native {
	padding-top: 20px;
	padding-bottom: 20px;
}

.keywords a {
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 12px 12px;
	font-size: 13px;
	padding-left: 15px;
	color: #a85c1e;
	text-decoration: none;
}

	.keywords a:hover {
		color: #a85c1e;
	}

body {
	font-family: 'Roboto Slab', serif;
	background: #1e1e26 url(img/bg.png);
	margin: 0px;
}

.deskbanner {
	width: 300px;
	height: 250px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.bannermob {
	width: 300px;
	height: 100px;
	position: relative;
	display: none;
}

.leftblock .left {
	width: calc(100% - 180px);
}

.textblock p, .textblockfooter p {
	margin: 0;
	max-height: 1000px;
}

#backtotop {
	position: fixed;
	right: 15px;
	bottom: 60px;
}

	#backtotop a {
		border-radius: 3px;
		background-color: #DB8429;
		text-decoration: none;
		border: 0 none;
		display: block;
		width: 48px;
		height: 48px;
	}

.copymob {
	display: none;
}

.inner, .inner2, .inner3 {
	transform-origin: 0 0;
	position: absolute;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	float: left;
}

.spacer {
	clear: both;
	margin-top: 20px;
}

.rightdrop {
	position: relative;
}

.blockcontent {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 0px;
	color: #111;
	background-color: #eee;
	margin-top: 0px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	text-align: justify;
	border-radius: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom: 3px solid #e1e1e1;
}

.textblock, .textblockfooter {
	float: left;
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	color: #111;
	background-color: #eee;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	text-align: justify;
	border-radius: 3px;
	border-bottom: 3px solid #e1e1e1;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 10px bottom 5px;
}

.textblockfooter {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
}

.imageblock {
	float: left;
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	color: #111;
	background-color: #eee;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	text-align: justify;
	border-radius: 3px;
	border-bottom: 3px solid #e1e1e1;
	text-align: center;
	position: relative;
}

	.imageblock img {
		max-width: 100%;
		max-height: 800px;
		display: block;
		margin: 0 auto;
	}

.nextp {
	width: 50px;
	height: 80px;
	right: -10px;
	top: calc(50% - 40px);
	position: absolute;
	background-color: #DB8429;
	border-radius: 2px;
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-image: url("img/aright.png");
	display: block;
}

.prevp {
	width: 50px;
	height: 80px;
	left: -10px;
	top: calc(50% - 40px);
	position: absolute;
	background-color: #DB8429;
	border-radius: 2px;
	display: block;
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-image: url("img/aleft.png");
}

	.nextp:hover, .prevp:hover {
		background-color: #a85c1e;
	}

.galleryblock {
	float: left;
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding: 10px;
	color: #111;
	background-color: #eee;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	text-align: justify;
	border-radius: 3px;
	border-bottom: 3px solid #e1e1e1;
}

	.galleryblock img {
		border-radius: 3px;
		border: 10px solid #EDEDEE;
		float: left;
		width: 20%;
		box-sizing: border-box;
	}

		.galleryblock img:hover {
			-webkit-filter: brightness(120%);
		}

.dislike {
	width: 45px;
	height: 45px;
	float: right;
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-image: url("img/tdown.png");
	display: block;
	background-color: #DB8429;
	border-bottom: 2px solid #a85c1e;
	box-sizing: border-box;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 10px;
	margin-right: 10px;
	border-left: 1px solid #a85c1e;
	cursor: pointer;
}

.like {
	width: 46px;
	height: 45px;
	float: right;
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-image: url("img/tup.png");
	display: block;
	background-color: #DB8429;
	border-bottom: 2px solid #a85c1e;
	box-sizing: border-box;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	padding: 10px;
	cursor: pointer;
}

.bgallery {
	width: 45px;
	height: 45px;
	float: right;
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-image: url("img/gallery.png");
	display: block;
	background-color: #DB8429;
	border-bottom: 2px solid #a85c1e;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 10px;
	margin-right: 10px;
}

.leftblock.content {
	margin-top: 10px;
}

h1, h2 {
	color: #8ad114;
	text-shadow: 1px 1px #5c9625;
	margin: 0px;
	font-size: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

div {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dropoptions {
	position: absolute;
	width: 165px;
	right: 0px;
	margin-right: 10px;
	top: 50px;
	padding: 5px;
	border-radius: 3px;
	background-color: #db8429;
	box-sizing: border-box;
	z-index: 10;
	display: none;
}

	.dropoptions a:hover {
		color: #ddd;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

	.dropoptions a {
		background-image: url(img/aright.png);
		background-repeat: no-repeat;
		background-position: left 12px;
		background-size: 14px 14px;
		text-shadow: 1px 1px #000;
		padding: 10px;
		padding-left: 20px;
		color: #fff;
		float: left;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px dotted #a85c1e;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}

.navsel {
	background-color: #a85c1e !important;
}

.c {
	clear: both;
}

.footer .left, .footer .right {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 14px;
	color: #fff;
}

.footer {
	border-top: 0px solid #eee;
}

	.footer .right a {
		color: #f89b00;
		text-decoration: none;
	}

		.footer .right a:hover {
			color: #a85c1e;
			-webkit-transition: 0.2s;
			-moz-transition: 0.2s;
			-o-transition: 0.2s;
			transition: 0.2s;
		}

.title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	background-color: #DB8429;
	border: 3px solid #a85c1e;
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
}

.page {
	max-width: 1600px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.menuicon, .searchicon {
	display: none;
}

.block {
	background-color: #f89b00;
	border-top: 5px solid #a85c1e;
	border-bottom: 5px solid #a85c1e;
	width: 100%;
	float: left;
}

.menu a {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	float: left;
	margin-right: 30px;
	padding-top: 10px;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	padding-bottom: 10px;
	margin-bottom: -5px;
	border-bottom: 5px solid #a85c1e;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

	.menu a:hover {
		padding-bottom: 10px;
		margin-bottom: -5px;
		border-bottom: 5px solid #f89b00;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		color: #ddd;
	}

.logo {
	height: 50px;
	float: left;
}

.search {
	flex: 1;
	margin-left: 10px;
	margin-right: 5px;
}

.input {
	width: calc(100% - 40px);
	border: 1px solid #DB8429;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	outline: 0;
	margin-top: 10px;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.rotate {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nav {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

	.nav a {
		display: inline-block;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		height: 38px;
		line-height: 38px;
		background-color: #DB8429;
		outline: 0;
		cursor: pointer;
		color: #fff;
		margin: 5px;
		min-width: 40px;
		text-shadow: 1px 1px #000;
		border-radius: 3px;
		border-bottom: 2px solid #a85c1e;
		text-decoration: none;
		padding: 5px;
		font-weight: bold;
		font-size: 18px;
	}

		.nav a.prevr {
			background-image: url(img/aleft.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 18px 18px;
		}

.info {
	width: 100%;
	float: left;
	font-size: 12px;
}

.date {
	margin-left: 10px;
	background-image: url(img/date.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
	padding-left: 18px;
}

.comments {
	margin-left: 10px;
	background-image: url(img/comments.png);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 15px 15px;
	padding-left: 18px;
}

.rating {
	margin-left: 10px;
	background-image: url(img/tup.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
	padding-left: 18px;
}


.rank {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #CB4D49;
	border-radius: 2px;
	background-image: url(img/rank.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 12px 12px;
	color: #fff;
	text-shadow: 1px 1px #000;
	padding: 3px;
	padding-right: 5px;
	padding-left: 20px;
}

.views {
	background-image: url(img/views.png);
	background-repeat: no-repeat;
	background-position: left top 0px;
	background-size: 17px 17px;
	padding-left: 20px;
}

.gallery {
	margin-left: 10px;
	background-image: url(img/gallery.png);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 12px 12px;
	padding-left: 15px;
}

.views, .rating, .comments, .gallery {
	float: left;
	text-shadow: 0px 0px;
	font-weight: normal;
}

.date {
	font-weight: normal;
	float: right;
	text-shadow: 0px 0px;
}

.galleryblock hr, .imageblock hr {
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 10px;
	border-style: none none solid;
	color: #fff;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lm a {
	color: #a85c1e;
	margin: 15px;
	float: left;
	margin-left: 0px;
	font-weight: bold;
}

.legal a {
	color: #DB8429;
}

.thumb hr, .legal hr {
	border: 1px dotted #a85c1e;
	border-style: none none dotted;
	color: #fff;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav a.nextr {
	background-image: url(img/aright.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
}

#backtotop a:hover {
	background-color: #a85c1e;
}

.nav a:hover {
	background-color: #a85c1e;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

a {
	text-decoration: none;
}

.login, .signup, .dropdown, .dropdown2 {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding-left: 15px;
	padding-right: 15px;
	height: 38px;
	line-height: 38px;
	background-color: #DB8429;
	outline: 0;
	cursor: pointer;
	color: #fff;
	margin-top: 10px;
	margin-left: 5px;
	text-shadow: 1px 1px #000;
	border-radius: 3px;
	border-bottom: 2px solid #a85c1e;
}

.blockcontent a {
	text-decoration: none;
}

.blockcontent li:hover {
	color: #f89b00;
}

.blockcontent li {
	color: #a85c1e;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.legal {
	background-color: #e1e1e1;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blocktitle {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding-left: 15px;
	padding-right: 15px;
	height: 38px;
	line-height: 38px;
	background-color: #DB8429;
	outline: 0;
	cursor: pointer;
	color: #fff;
	margin-top: 20px;
	text-shadow: 1px 1px #000;
	border-radius: 3px;
	border-bottom: 2px solid #a85c1e;
	float: left;
	box-sizing: border-box;
	width: 100%;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.dropdown, .dropdown2 {
	position: relative;
	margin-right: 10px;
	text-align: left;
	padding-right: 35px;
	float: right;
	padding-right: 0px;
	width: 150px;
	border-bottom: 2px solid #a85c1e;
}

.icon2 {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	float: right;
	background-image: url(img/aright.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
	height: 40px;
	width: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

.icon1 {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	float: right;
	background-image: url(img/abottom.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
	height: 40px;
	width: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

.login:hover, .signup:hover, .dropdown:hover, .dropdown2:hover {
	background-color: #a85c1e;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.submit:hover {
	background-color: #a85c1e;
	border: 1px solid #a85c1e;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.submit {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	width: 40px;
	height: 40px;
	border: 1px solid #DB8429;
	background-color: #DB8429;
	background-image: url(img/searchw.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
	outline: 0;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.logo img {
	margin-top: 3px;
}

.header {
	height: 60px;
	display: flex;
}

.thumb {
	float: left;
	margin: 10px;
	width: calc((100% / 5) - 10px);
	margin-left: 0px;
	margin-bottom: 0px;
	position: relative;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 3px;
	overflow: hidden;
}

	.thumb:hover {
		cursor: pointer;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}

.picon {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img/photo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1px 1px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.thumb:hover .picon {
	background-image: url(img/photo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px 100px;
	z-index: 1;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.menuicon {
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	width: 50px;
	height: 50px;
	float: left;
	border-right: 2px solid #a85c1e;
	background-color: #fff;
}

.searchicon {
	border-left: 2px solid #a85c1e;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
	width: 50px;
	height: 50px;
	float: right;
	background-color: #fff;
}

.thumb img {
	float: left;
	width: 100%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.thumb:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: brightness(120%);
}

.rightblock {
	width: 300px !important;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}

.leftblock {
	float: left;
	padding-top: 10px;
	width: calc(100% - 310px);
}

.mobilesearch {
	display: none;
	position: fixed;
	top: 52px;
	left: 0px;
	background: rgba(255,255,255, 0.85);
	padding: 10px;
	padding-top: 0px;
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
	float: left;
}

.mobilemenu {
	display: none;
	position: fixed;
	top: 52px;
	background: rgba(255,255,255, 0.85);
	padding: 10px;
	padding-bottom: 0px;
	width: 250px;
	z-index: 10;
	box-sizing: border-box;
	float: left;
}

	.mobilemenu a {
		text-decoration: none;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-size: 14px;
		float: left;
		width: 100%;
		box-sizing: border-box;
		background-color: #db8429;
		padding: 10px;
		margin-bottom: 10px;
		background-image: url(img/aright.png);
		background-repeat: no-repeat;
		background-position: left 10px top 13px;
		padding-left: 30px;
		background-size: 15px 15px;
		text-transform: uppercase;
		font-weight: bold;
		border-radius: 3px;
	}

		.mobilemenu a:hover {
			background-color: #a85c1e;
		}

.thumbdiv {
	overflow: hidden;
}

#sticker {
	float: left;
	width: 300px;
}

.bannerblock {
	margin-top: 10px;
}

@media screen and (max-width: 1599px) {
	.page {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1500px) {
	.thumb {
		width: calc((100% / 4) - 10px);
	}

	#tlb4 {
		display: none;
	}
}

@media screen and (max-width: 1279px) {
	.info1 {
		width: 40%;
	}

	.rm, .comments {
		display: none;
	}

	.thumb {
		width: calc((100% / 3) - 10px);
	}

	#tlb3 {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.tago {
		margin-bottom: 5px;
	}

	.legal {
		margin-right: 10px;
		margin-bottom: 0px;
	}

	.alertblock {
		min-width: 250px;
	}

	.forms {
		margin-bottom: 0px;
		margin-right: 10px;
		width: calc(100% - 10px);
	}

	.info1, .info2 {
		text-align: center;
		width: 100%;
		margin: 0px;
	}

	.trb {
		display: none;
	}

	.galleryblock img {
		width: 25%;
	}

	.cosido {
		background-color: #db8429;
		width: calc(100% - 117px) !important;
		padding-right: 15px;
	}

	.cosido2 {
		background-color: #db8429;
		width: calc(100% - 71px) !important;
		padding-right: 15px;
	}

	.native {
		padding-right: 10px;
	}

	.blocktitle {
		background-color: #db8429;
		width: 100% !important;
	}

	.footer {
		color: #000 !important;
	}

	.textblockfooter {
		margin-top: 10px !important;
		margin-right: 10px;
		width: calc(100% - 10px);
	}

	.gallery {
		display: none;
	}

	.nav {
		box-sizing: border-box;
	}

		.nav a {
			background-color: #B94746;
		}

			.nav a.navn {
				display: none;
			}

			.nav a.prevr {
				width: 35%;
				background-color: #db8429;
			}

			.nav a.nextr {
				width: 35%;
				background-color: #db8429;
			}

	.arrow {
		display: none;
	}

	.dropdown b, .dropdown2 b {
		display: none;
	}

	.dropdown, .dropdown2 {
		background-color: #a85c1e;
		width: 25px;
		margin-left: 0px;
		float: right;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.like, .dislike, .bgallery {
		background-color: #a85c1e;
		margin-top: 10px;
		height: 40px;
	}

	.like, .bgallery {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.spacer {
		margin-top: 0px;
	}

	.icon1, .icon2 {
		margin: 0px;
		width: 40px;
		background-position: center center;
	}

	h1, h2 {
		color: #fff;
		font-size: 18px;
		float: left;
		width: 100%;
		height: 38px;
		line-height: 38px;
		box-sizing: border-box;
		padding-left: 12px;
	}

	.leftblock .left {
		background-color: #db8429;
		width: calc(100% - 51px);
		margin: 0px;
		border-bottom: 2px solid #a85c1e;
		border-right: 1px solid #a85c1e;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		height: 38px;
		line-height: 38px;
		margin-top: 10px;
	}

	.textblock {
		border: 1px solid #a85c1e;
		border-bottom: 2px solid #a85c1e;
	}

	.search, .login, .signup {
		display: none;
	}

	.title {
		border: 0px;
		border-top: 2px solid #a85c1e;
	}

	body {
		background-color: #DB8429;
	}

	.thumb {
		box-sizing: border-box;
		border: 2px solid #a85c1e;
		background-color: #000 !important;
	}

	.block {
		display: none;
	}

	.bannerblock {
		display: block !important;
	}

	.menu {
		display: none;
	}

	.header {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		height: 50px;
		border-bottom: 2px solid #a85c1e;
	}

	.logo {
		width: calc(100% - 104px);
		text-align: center;
		background-color: #fff;
	}

		.logo img {
			height: 40px;
			margin-top: 5px;
		}

	.menuicon, .searchicon {
		display: block;
	}

	#sticker {
		width: 100%;
		float: left;
		box-sizing: border-box;
		padding-right: 10px;
	}

	.rightblock, .leftblock {
		width: 100% !important;
		padding: 0px;
	}

	.page {
		margin-right: 10px;
	}

	body {
		padding-top: 52px;
	}

	.header {
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 10;
	}

	.footblock {
		float: left;
		border-top: 2px solid #a85c1e;
		margin-top: 0px;
		background-color: #fff !important;
		width: 100%;
	}

	.bannerblock {
		background-color: #a85c1e;
		margin-top: 20px;
	}

	.rating {
		display: none;
	}

	.footblock .left {
		color: #000 !important;
		text-align: center;
		font-size: 12px;
		width: 100%;
		margin: 0px;
		padding: 0px;
		float: left;
		line-height: 12px;
	}

	.footblock .right {
		float: left;
		text-align: center;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		width: 100%;
		line-height: 12px;
	}



	.nav {
		width: calc(100% - 10px);
	}

		.nav a.nextr {
			margin-right: 15px;
		}
}

@media screen and (max-width: 599px) {
	.textblock {
		background-image: url(img/tb1.png);
		background-repeat: no-repeat;
		background-position: right 10px bottom 5px;
	}

		.textblock p {
			max-height: 67px;
			text-overflow: ellipsis;
			overflow: hidden;
		}

	#grg5, #grg6, #grg7, #grg8, #grg9, #grg10, #grg11, #grg12, #grg13, #grg14, #grg15, #grg16, #grg17, #grg18, #grg19, #grg20 {
		display: none;
	}

	.galleryblock img {
		border: 5px;
	}

	.rating {
		display: none;
	}

	.copydesk {
		display: none;
	}

	.copymob {
		display: block;
	}

	.bannermob img {
		float: left;
	}

	.bannermob {
		border-radius: 3px;
		overflow: hidden;
		margin-top: 20px;
		margin-bottom: 10px;
		display: block;
		float: left;
		width: calc(100% - 10px);
		background-color: #000;
		margin-right: 10px;
	}

	.deskbanner {
		margin-top: 20px;
		display: block;
	}

	.thumb {
		width: calc((100% / 2) - 10px);
	}

	#tlb3 {
		display: block;
	}

	.gineceu {
		margin-top: 0px !important;
	}

	.psinfo {
		display: none;
	}

	.info1, .info2 {
		font-size: 10px;
	}

	.nextp, .prevp {
		width: 30px;
	}
}
