

body,
html,
div,
p,
a,
ul,
li,
input,
button,
form,
textarea,
span,
img,
h1,
h2,
h3 {
	margin: 0;
	padding: 0
}

li {
	list-style-type: none
}

body {
	background-color: #1a0406;
	color: #f2e3bd;
	font-family: tajawal, sans-serif;
}

h1,
h2 {
	display: block;
	color: #f2e3bd;
}

img {
	display: block;
}

a {
	text-decoration: none;
	color: #f2e3bd;
}

h1 {
	font-size: 20px;
	line-height: 22px;
	margin: 10px 10px 0;
	font-weight: 400;
	text-align: left;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 18px 10px 0;
	font-weight: 400;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.header {
	background-color: #7A021D;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	text-align: center;
}

.header-top {
	overflow: hidden
}

.logo a {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	float: left;
	margin: 0 20px 0 10px;
	color: #f2e3bd;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	display: block;
}

.logo span {
	color: #F9BE72;
}

.buttons li {
	color: #fff;
	border-left: 1px solid transparent;
	height: 60px;
	line-height: 60px;
	width: 60px;
	font-size: 24px;
	float: right;
	cursor: pointer;
}

.buttons li.active,
.buttons li:hover {
	border-left: 1px solid transparent;
	background-color: rgba(255,255,255,0.2);
	color: #f2e3bd;
}

.header-bottom {
	overflow: hidden;
/*	border-top: 1px solid #413737;
	box-shadow: 0 -1px 0 #0f0505;
	margin-top: 1px;
	padding: 0 10px 10px*/
}

.menu {
	display: none;
	border-top: 1px solid rgba(255,255,255,0.2);
	font-size: 0;
	text-align: center;
	height: 60px;
}

.menu li {
	float: right;
	margin: 0;
}

.menu li a {
	display: block;
	color: #f2e3bd;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	padding: 0 8px
}

.menu li a:hover,
.menu li.active a {
	background-color: rgba(255,255,255,0.2);
	color: #f2e3bd;
}

.menu li a i {
	color: #F9BE72;
}

.search {
	display: none;
	border-top: 1px solid rgba(255,255,255,0.2);
	height: 60px;
}

.search form {
	position: relative;
	width: 96%;
	max-width: 500px;
	display: block;
	margin: 10px 2%;
	float: right;
}

.search input {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	float: left;
	height: 38px;
	line-height: 38px;
	outline: none;
	font-size: 14px;
	width: 94%;
	padding: 0 3%
}

.search input:focus {
	border-color: rgba(255,255,255,0.4);
}

.search button {
	background-color: transparent;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 4px;
	border: 0;
	border-radius: 50%;
	outline: none;
	width: 30px;
	line-height: 30px;
	height: 30px;
	font-size: 18px;
	cursor: pointer;
}

.search button:hover {
	background-color: rgba(255,255,255,0.25);
}

.content {
	overflow: hidden;
	background-color: #1a0406;
}

.friends,
.previews {
	overflow: hidden;
	margin: 8px 3px;
}

.hdr {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.hdr h1 {
	text-align: center;
}

.sort {
	display: inline-block;
	vertical-align: top;
	padding: 8px 3px 0;
}

.sort li,
.pages li {
	display: inline-block;
	vertical-align: top;
	margin: 2px 1px 0;
}

.sort li a,
.sort li span,
.pages li a,
.pages li span,
.gal-info li a {
	background-color: rgb(26, 0, 15);
	border: 1px solid #91001e;
	color: #f3cbac;
	display: block;
	min-width: 30px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
}

.sort li a:hover,
.sort li.active span,
li.active a,
.pages li a:hover,
.pages li.active span,
.gal-info li a:hover {
	background-color: rgba(26, 0, 15, 0.7);
	border-color: #efdfad;
	color: #f3cbac;
}

.pages {
	padding-bottom: 18px;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

.item {
	box-shadow: inset 0 0 0 1px #91001e;
	border: 3px solid transparent;
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1px;
	float: left;
	width: 50%;
}

.item:hover {
	box-shadow: inset 0 0 0 1px #efdfad;
}

.item a {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 133.33%;
}

.item a img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.item:hover img {
	opacity: .9;
}

.item .dur {
	background-color: rgba(25, 25, 25, .5);
	color: #ebebeb;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 2px;
	text-align: center;
	height: 16px;
	line-height: 16px;
	padding: 0 3px;
	font-size: 13px;
	overflow: hidden;
}

.item .add {
	background-color: rgba(25, 25, 25, .5);
	color: #ebebeb;
	position: absolute;
	bottom: 1px;
	right: 1px;
	padding: 0 5px;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
}

.item .tags {
	width: auto;
	height: 40px;
	margin: 5px;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	overflow: hidden;
}

.friends ul {
	width: 50%;
	float: left;
	margin-bottom: 6px;
}

.friends li {
	display: block;
	width: 100%;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}

.friends li a i {
	color: #F9BE72;
}

.footer {
	background-color: #7A021D;
    color: #f3ecdc;
	border-top: 1px solid transparent;
	margin-top: 1px;
	overflow: hidden;
	text-align: center;
	padding: 15px 10px;
	font-size: 14px;
}

.footer span {
	color: #F9BE72;
}

#back-to-top {
	background-color: rgba(145, 0, 30, 0.6);
	color: #fff;
	display: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	font-size: 36px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 1000;
}

#back-to-top:hover {
	background-color: rgba(145, 0, 30, 0.8);
}


.gal-info {
	overflow: hidden;
    margin: 0 8px 0;
}

.gal-info h1 {
	margin: 0;
}

.gal-info ul {
	overflow: hidden;
	padding: 8px 3px 0 0;
}

.gal-info li {
	float: left;
	margin: 2px 2px 0 0;
}

.gal-info li a,
.gal-info li span {
	display: block;
	font-size: 14px;
}

.gal-info li span {
	height: 27px;
	line-height: 27px;
	margin-right: 3px;
}

.gal-info li a {
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

.paysite {
	margin: 8px 0 0;
	display: block;
	border: dashed 1px #F9BE72;
	padding: 5px;
}

.paysite span {
	color: #f2e3bd;
}

.paysite a {
    color: #F9BE72;
    text-decoration: underline;
}

.paysite a:hover {
    text-decoration: none;
}

.sidebar {
	border-top: 1px solid transparent;
	margin-top: 10px;
	text-align: center;
	font-size: 0;
	padding: 8px 0 0;
}

.advertisment {
	background-color: rgba(69, 90, 100, 0.4);
	display: inline-block;
	vertical-align: top;
	margin: 2px 1px 0;
	width: 300px;
	height: 250px;
}

#ad2,
#ad3 {
	display: none;
}

@media all and (min-width:644px) {
	.logo {
		font-size: 20px;
	}
	.item {
		width: 33.3333%;
	}
	.friends ul {
		width: 33.3333%;
	}
	#ad2 {
		display: inline-block;
	}
}

@media all and (min-width:1004px) {
	.hdr h1 {
		float: left;
		line-height: 38px;
	}
	.sort {
		float: right;
		padding-right: 9px;
	}
	.sort li a,
	.sort li span {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		min-width: 18px;
	}
	.wrapper {
		width: 930px;
	}
	.header-top {
		float: left;
	}
	.header {
		padding: 0;
	}
	.buttons {
		display: none;
	}
	.header-bottom {
		clear: none;
		overflow: visible;
	}
	.menu,
	.search {
		display: block !important;
		border-top: 0 none;
	}
	.menu {
		padding-top: 0;
		float: left;
		padding-right: 1px;
	}
	.menu li {
		float: left;
		margin: 0;
	}
	.search {
		float: right;
		width: 250px;
	}
	.list {
		padding-bottom: 10px;
	}
	.friends ul {
		width: 25%;
	}
	.friends li {
		line-height: 22px;
	}
	.ttag h3 {
		line-height: 26px;
		height: 26px;
		font-size: 16px;
	}
	.advertisment {
		margin: 2px 0 0 2px;
	}
}

@media all and (min-width:1326px) {
	.wrapper {
		width: 1238px;
	}
	.logo {
		font-size: 26px;
	}
	.search {
		width: 320px;
	}
	.menu li a {
		min-width: 80px;
		font-size: 16px;
	}
	.item {
		width: 25%;
	}
	.ttag h3 {
		line-height: 30px;
		height: 30px;
		font-size: 18px;
	}
	.friends ul {
		width: 20%;
	}
}

@media all and (min-width:1648px) {
	.wrapper {
		width: 1546px;
	}
	.logo {
		margin-right: 40px;
	}
	.menu li a {
		padding: 0 20px;
		min-width: 100px;
		font-size: 18px;
	}
	.item {
		width: 20%;
	}
	.friends ul {
		width: 16.6667%;
	}
	#ad3 {
		display: inline-block;
	}
}


