
body {
  background: url(images/headerimage.jpg) no-repeat top center #222222; 
  font-family: Arial, Helvetica, sans-serif;
  color: #6E6E6E;
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




a{
  font-family: Tahoma,Geneva,Kalimati,sans-serif;
  color: #fea4a4
}

a:hover{
	color: #fea4a4;
}

header {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: flex-start;
    /* background: url(images/headerimage.jpg) no-repeat top center #222222; */
}


.container {
  max-width: 1100px;
	padding: 0;
	width: 100%;
	display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}

a.logo {
	font-family: Europe_Ext;
	font-size: 48px;
	color: #222222;
	margin-top: 1px;
	float: left;
	margin-left: 20px;
}

a.logo:hover, .login_link a:hover, .carusel a:hover, .article h2 a:hover, .custompager a:hover{
	text-decoration: none;
}

.login_block{
	margin-right: 22px;
	float: right;
	margin-top: 24px;
	position: relative;
}


.login_link {
	display: block;
	background-color: #313131;
	width: 79px;
	height: 39px;
	float: right;
	border-radius: 3px;
}

.login_link a{
	color: #ffffff;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 43px;
	display: block;
	padding-top: 10px;

}

.login_block .form {
	clear: right;
	background-color: #313131;
	width: 173px;
	height: 141px;
	margin-top: -5px;
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	border-radius: 3px;
}

.login_block:hover .form {
	display: block;
}

input.input {
	width: 134px;
	height: 21px;
	background-color: #4d4d4d;
	color: #222222;
	font-size: 14px;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	border: none;
	margin: 15px 0 0 16px ;
	outline: none;
	padding: 0 0 0 5px;

}

.form_link_remember {
	font-size: 11px;
	text-align: center;
	margin-top: 42px;
	width: 100%;
	display: block;
	color: #858484;
}

.login_block .button {
	background-color: #222222;
	height: 25px;
	width: 51px;
	display: block;
	float: right;
	margin-right: 20px;
	margin-top: 14px;
	padding: 5px 10px;
	border: none;
	color: #ffffff;
	font-size: 11px;
}

.login_block .button:hover{
	background-color: #2c2b2b;
}

.form_link_reg {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	color: #858484;
	float: left;
	margin-top: 20px;
	margin-left: 17px;
}

.socicon img {
	transition: transform 0.4s ease-out 0s;
	height: 20px;
    width: 22px;
}

.socicon img:hover{
	transform: rotate(360deg);
}

.socicon div{
	text-align: center;
    width: 57px;
    vertical-align: middle;
    display: inline-block;
    margin: 5px 5px;

}

.helper{
	display:inline-block;
    vertical-align:middle;
	height: 100%!important;
	width: 0px!important;
}

.socicon {
    width: 100%;
	    background: #ffffff;
    border-radius: 3px 3px 0px 0px;
    font-size: 25px;
}





section.maincontent {
	max-width: 780px;
	margin-right: 20px;
	padding: 0;
	float: left;
	overflow: hidden;
    width: 100%;
}

.mainmenu {
	max-width: 1100px;
	background-color: #313131;
	padding-left: 15px;
	margin-top: 6px;
	display: flex;
    flex-wrap: wrap;
	margin: 0px;
}

.mainmenu li, .footermenu li{
	list-style: none;
	list-style-image: none;
	float: left;
}

.mainmenu li a, .footermenu li a {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 11.187px;
	color: #7a7a7a;
	display: block;
	height: 50px;
	padding: 19px 5px;
	text-align: center;
}

.mainmenu li.active a, .mainmenu li a:hover{
	color: #ffffff;
	background-color: #1c1c1c;
	text-decoration: none;
}



h3 {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 24px;
	color: #585858;
	margin-left: 20px;
}

.sidebar h3{
	margin-left: 0;
}

.maincontent h3{
	margin-left: 20px;
}


.best_video{
	margin-bottom: 25px;
}

.carusel {
	background: url(../images/carousel_bg1.png) 0 0 no-repeat #313131;
	max-width: 780px;
	width: 100%;
	height: 166px;
}

.carousbg {
	max-width: 780px;
	width: 100%;
	height: 166px;
	background: url(../images/caouselbg2.png) right bottom no-repeat;
	padding: 20px 58px 0 58px;
}

.shadow{
	background-color: #000;
	opacity: 0.3;
	display: block;
	top: 0;
	position: absolute;
}

.mediapartner .shadow{
	width: 200px;
	height: 30px;
	display: block;
}

.my_friend .shadow{
	width: 42px;
	height: 42px;
	margin-top: -1px;
	margin-left: -1px;
}



.best_video .shadow{
	border-radius: 50px;
	width: 100px;
	height: 100px;
}

.making_of .shadow{
	width: 100px;
	height: 100px;
}

a:hover .shadow{
	display: none;
}

.carousbgimg{
	border-radius: 50px;
}


.carousel_title {
font-size: 12px;
color: #808080;
text-align: center;
margin-top: 6px;
margin-left: -12px;
}

a:hover .carousel_title{
	color: #ffffff;
	text-decoration: none;
}



.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 27px;
	width: 12px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -14px;
	padding: 0;
	border: none;
	outline: none;
	
}

.slick-prev{
	background: url(../images/slick-left.png);
	left: 20px;
}

.slick-prev:hover{
	background: url(../images/slick-left-hover.png);
	left: 20px;
}

.slick-next {
	right: 20px;
	background: url(../images/slick-next.png);
}

.slick-next:hover {
	right: 20px;
	background: url(../images/slick-next-hover.png);
}

.slick-prev:before, .slick-next:before, .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
	opacity: 0;
}




.breadcrumb {
	background-color: #313131;
	height: 40px;
	font-size: 12px;
	color: #6e6e6e;
	
}

.breadcrumb a{
	font-size: 12px;
	color: #6e6e6e;
	cursor: pointer;
	line-height: 2;
}

.breadcrumb a:hover{
	color: #ffffff;
}

.custompager a{
	background-color: #141414;
	float: left;
	margin-right: 4px;
	display: block;
	height: 25px;
	color: #b6b3b3;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	line-height: 1;
	padding: 6px 10px 0 10px;
}

span.nav_ext{
	background-color: #141414!important;
	height: 1px;
}
.custompager a span {
background-color: #141414!important;
margin: 0;
padding: 0;
height: 1px;
}
.custompager span{
	background-color: #742234;
	float: left;
	margin-right: 4px;
	display: block;
	height: 25px;
	color: #b6b3b3;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	line-height: 1;
	padding: 6px 10px 0 10px;
}
.custompager span span {padding:0; margin: 0px;height: 1px;}
.custompager a:hover{
	background-color: #000000;
	color: #fff;
	
}

.article h2{
	max-width: 780px;
	min-height: 49px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: url(../images/article_h2_bg2.png)  15px 0 no-repeat #313131;
	
}

h2 {
	color: #818181;
	padding: 0 22px 0 22px;
	font-size: 24px;
	line-height: 2;
}

h2 a{
	color: #818181;
	text-transform: uppercase;
}

h2 a:hover{
	color: #ffffff;
}

#dle-content img {
	padding: 0 10px 10px 0;
}



.custompager {
	margin: 18px 0 0 18px;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.info{
	font-size: 12px;
	color: #6e6e6e;
	padding: 0 20px;
}

.info a{
	color: #6e6e6e;
	font-size: 12px;
}

.info a:hover{
	color: #fff;
}

.content {
	font-size: 14px;
	color: #cccccc;
	padding: 0 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.content a{
	color: #fea4a4;
}

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

.btn {
	text-transform: uppercase;
	display: block;
}

.sidebar .btn {
	display: block;
	height: 29px;
	padding: 0 22px;
	background-color: #222222;
	color: #525252;
	font-size: 14px;
	margin: 15px  0 0 18px;
}

.sidebar .btn:hover{
	background-color: #2c2b2b;
	color: #b7b3b3;
}

.readmore {
	background-color: #742234;
	height: 29px;
	width: 98px;
	text-align: center;
	line-height: 1;
	color: #a69496;
	border-radius: 3px;
}

.readmore:hover {
	background-color: #a13149;
	color: #b6b2b2;
}

.article {
	border-bottom: 2px dotted #6e6e6e;
	padding-bottom: 6px;
	margin-bottom: 25px;
}

.share {
	padding:0 20px;
}

.myfriends_bg1 {
	background: url(../images/friendsbg1.png) no-repeat left top #313131;
	width: 780px;
	border-radius: 3px;
}

.myfriends_bg2 {
	padding: 30px 40px 30px 49px;
	background: url(../images/friends_bg2.png) no-repeat right bottom;
	overflow: hidden;
	border-radius: 3px;
}

.friendlist {
	float: left;
	margin: 0 6px 6px 0;
	border: 1px solid #fff;
	position: relative;
}

.mediapartnerbg1 {
	background: url(images/mediapartnerbg1.png) no-repeat left top  #313131;
	border-radius: 3px;
	width: 100%;
	height: 100%;

}

.mediapartnerbg2 {
	padding: 25px 0 0 87px;
	background: url(../images/mediabg2.png) no-repeat right bottom;
	overflow: hidden;
		padding-bottom: 21px;
		border-radius: 3px;
}
.mediap1 {
	border-radius: 3px;
	width: 100%;
	height: 100%;

}
.mediap2 {
	padding: 25px 0 0 87px;
	overflow: hidden;
		padding-bottom: 21px;
		border-radius: 3px;
}

.medialist {
	float: left;
	position: relative;
	margin: 0 3px 4px 0;
}

.sidebar {
	width: 300px;
	float: left;
}

.pool {
	background: url(images/pollbg1.png) no-repeat #313131 left top;
	color: #969696;
	font-size: 14px;
	border-radius: 3px;
}

.pollbg2 {
	background: url(images/pollbg2.png) no-repeat right bottom;
	padding: 20px;
	overflow: hidden;
	
}

.pollbg2 label {
	font-weight: normal;
	margin-left: 5px;
}

.question {
	font-size: 18px;
	color: #e8edf3;
}

.pool input[type="checkbox"]{
	margin: 4px 5px 0 0;
	background-color: #222222;
	border-radius: 3px;
}

.chat {
	background: url(images/chatbg.png) no-repeat right bottom #313131;
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
}



.name, .name a span {
	font-family: Arial;
	color: #e8e8e8!important;
	font-weight: 700;
	margin-right: 5px;
}

.name a:hover {
text-decoration: none;
color: #fff!important;
}

.text {
	color: #a9a9a9;
	font: 14px Arial;
}

.sidebar .date {
	font: 400 9px Arial;
	color: #858484;
	float: right;
	margin-top: 10px;
}

.post {
	overflow: hidden;
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

textarea {
	width: 258px;
	background-color: #222222;
	border-color: #222222;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	height: 49px;
	resize: none;
	color: #a9a9a9;
	margin-top: 90px;
}

.socnetwork {
	background: url(../images/socnetworlbg.png) no-repeat right bottom #313131;
	padding: 20px;
	border-radius: 3px;
}

footer {
	margin-top: 30px;
	background-color: #141414;
	padding-bottom: 20px;
	
}

.big {
	margin-bottom: 22px;
}

.small {
	font-size: 14px;
	color: #242424;
}

ul.footermenu {
	padding-left: 20px;
}

.footermenu li.active a, .footermenu a:hover  {
	color: #ffffff;

}

.fixproject {
	background: url(../images/fix-logo.png);
	height: 17px;
    width: 102px;
	display: block;
	margin-top: 40px;
}

.copyright {
	margin-top: 30px;
	padding-left: 22px;
}


.best_video .carousbg img {
	border-radius: 50px;
}

.static .breadcrumb, .news .breadcrumb  {
	margin-top: 20px;
	margin-bottom: 29px;
}


.static .article {
	border: 0px;
}

.static .content {
	margin-top: 40px;
}

.fbcomment {
	width: 50%;
	padding: 0 15px;	
}

.dlecomment {
	width: 50%;
}

.avatar {
	overflow: hidden;
	margin-right: 15px;
}

.username {
	font-size: 14px;
	color: #d73d59;
	margin-bottom: 10px;
}

.username:hover{
	color: #d73d59;
	text-decoration: underline;
}

.commentdate {
	font-size: 11px;
	color: #d73d59;

}

.commentbody {
	font-size: 14px;
	color: #ababab;
	margin-bottom: 10px;
}

.commentaction a {
	font-size: 11px;
	color: #d73d59;
	float: left;
	margin-right: 10px;
}

.commentaction a:hover{
	text-decoration: underline;
}

.commentinfo {
	overflow: hidden;
}

.oh {
	overflow: hidden;
}

.commentintro {
	width: 285px;
	border-bottom: 2px dotted #ababab;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.comment {
	padding-right: 25px;
}

.comments {
	padding: 0 15px;
}

.dlecommentform {
	margin-bottom: 20px;
}

.bb-editor {
	height: 100px;
}

.bb-pane {
	height: 28px!important;
}

textarea#comments {
	margin:0;
	background: #222;
	border: 1px solid #333333;
}

#addcform label { 
	margin: -34px 0 0px 20px;
	position: absolute;
}

input#allow_subscribe {
	margin-top: -30px;
	position: absolute;
}

.btn2 {
	display: block;
    height: 29px;
    padding: 0 22px;
    background-color: #821f32;
    color: #ffffff;
    font-size: 14px;
    border: 0px;
    border-radius: 3px;
    margin: 15px 0px;
}

button.btn2:hover{
	background-color: #474747;
	color: #9E9E9E;
}

input.input2 {
background-color: #4d4d4d;
color: #CCCCCC;
font-size: 14px;
font-family: Tahoma,Geneva,Kalimati,sans-serif;
border: none;
outline: none;
padding: 3px 10px;
border-radius: 3px;
}

.tableform textarea {
background-color: #4D4D4D;
border-color: #222222;
border-radius: 3px;
border-style: solid;
border-width: 1px;
resize: none;
color: #a9a9a9;
height: auto;
margin-top: 0;
padding: 3px 10px;
}

.tableform td, th {
padding: 5px;
border-bottom: 1px dotted #313131;
}

table.tableform {
width: 100%;
margin: 10px 0px;
}

.btn3 {
	display: block;
	height: 29px;
	padding: 0 22px;
	background-color: #333333;
	color: #A6A6A6;
	font-size: 14px;
	border: 0px;
	border-radius: 3px;
}

button.btn3:hover{
	background-color: #474747;
	color: #9E9E9E;
}

::-webkit-scrollbar{
    width:12px;
}
::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}
::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
}
::-webkit-scrollbar-track{
    border-width:0;
}
::-webkit-scrollbar-track:hover{
    border-left: solid 1px #313131;
    background-color: #313131;
}

.berrors {
	background: #811E32;
	padding: 20px;
	color: #fff;
	border-radius: 3px;
}

.article img {
	    padding: 0px 10px 10px 0px;
}
.scriptcode, .title_quote, .title_spoiler, .text_spoiler, .quote {
    padding: 10px;
    background: #484848!important;
    border: 1px solid #575757!important;
}

.btn, .bbcodes, .btn-border {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px!important;
    outline: none;
    background-color: #742234!important;
    color: #a69496!important;
    text-shadow: 0 1px #333!important;
    border: 0 none;
    padding: 7px 22px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: all ease .1s;
    transition: all ease .1s;
}

nav {
	width: 100%;
}

footer .container {
    max-width: 1100px;
    padding: 0;
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.login_block .input {
	width: 134px!important;
}
#google_translate_element {
padding: 10px;
    background: #272727;
    display: flex
;
    justify-content: center;
	width: 100%;
	border-radius: 0px 0px 3px 3px;
}
@media (max-width: 1000px) {
	body {
		background-position: 70% 0%;
	}
	
	.mainmenu {
		height: 100px;
	}
}

@media (max-width: 504px) {
	
	.mainmenu {
		height: 150px;
	}
	iframe {
		width: 100%!important;
	}
	.dlecomment {
    width: 100%;
}
.fbcomment {
    width: 100%;
    padding: 0 15px;
}
}

@media (max-width: 380px) {
	
	.mainmenu {
		height: 200px;
	}
}
@media (max-width: 291px) {
	
	.mainmenu {
		height: 200px;
	}
	.slick-slide {
		width: 100%!important;
	}
}

