@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,200,300,900);

/******************/
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,.wrap
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	letter-spacing: 0;
}
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;
}
/******************/

html {
	height: 100%;
}

.tar{text-align:right;}
.tal{text-align:left; }
b{
font-weight:700;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body * {font-family: 'Source Sans Pro', sans-serif;}
body {
	font: 16px 'Source Sans Pro', sans-serif;
	width: 100%;
	height: 100%;
	background:#111111;
}
.wrapper {
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	width: 100%;
	padding-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1115px;
}
.wrap:before,
.wrap:after {
	content: '';
	display: table;
}
.wrap:after {
	clear: both;
}
.block a {
	text-decoration: none;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 50px;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .logo {
	background:url(../img/logo.png) no-repeat left top;
	height:123px;
	width:228px;
	background-size: 228px 123px;
	float:left;
	margin-right: 30px;
	position: absolute;
	z-index: 99;
}

.header ul {margin-left: 250px;}
.header ul li {
	float:left;
}
.header ul li a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding: 15px;
	font-weight:400;
}
.header ul li:hover a,
.header ul li.is-active {
	color:#FFF;
	background:#D1221E;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-property: color, background;
    -o-transition-property: color, background;
    transition-property: color, background;
}
.header ul li a .icon_babes {
	background:url(../img/icon_babes.png) no-repeat left top;
	width:18px;
	height:9px;
	background-size: 18px 9px;
	float:left;
	margin:6px 6px 0 0;
}
.header ul li a .icon_lifestyle{
	background:url(../img/icon_lifestyle.png) no-repeat left top;
	width:20px;
	height:6px;
	background-size: 20px 6px;
	float:left;
	margin:8px 6px 0 0;
}
.header ul li a .icon_entertaiment {
	background:url(../img/icon_entertainment.png) no-repeat left top;
	width:11px;
	height:11px;
	background-size: 11px 11px;
	float:left;
	margin:5px 6px 0 0;
}
.header ul li a .icon_games {
	background:url(../img/icon_games.png) no-repeat left top;
	width: 14px;
	height: 11px;
	background-size: 14px;
	float: left;
	margin: 6px 5px 0 0;
}
.header ul li a .icon_gear {
	background:url(../img/icon_gear.png) no-repeat left top;
	width: 14px;
	height: 13px;
	background-size: 12px;
	float: left;
	margin: 5px 3px 0 0;
}
.header .search {
	float:right;
    padding: 15px;
	position:relative;
}
.header .search a {
	text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
}
.header .search .icon {
	background:url(../img/icon_search.png) no-repeat left top;
	width:13px;
	height:13px;
	background-size: 13px 13px;
	float:left;
	margin:3px 6px 0 5px;
}
#search {
  height: 50px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #bbb;
  padding-left: 10px;
  padding-right: 85px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 40;
  transition: width .5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}
#search:focus {
  width: 200px;
  z-index: 1;
  cursor: text;
  background-color: rgba(255,255,255,.1);
}
#search_submit {
    width: 85px;
    height: 35px;
    padding-top: 15px;
    display: inline-block;
    color: #fff;
    float: right;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
    cursor: pointer;
    background: transparent;
    outline: none;
    text-align: right;
    font-size: 16px;
	font-weight:400;
}

/* Middle
-----------------------------------------------------------------------------*/
.main_news  {
	position:relative;

	background:#fff;

}
.main_news img{
	transition: opacity 0.3s;
}
.main_news:hover img{
	opacity: 0.7;

}
.main_news .main_img {
	width: 100%;
	max-height: 550px;
	overflow:hidden;
}
.main_news .main_img img {
	min-width: 100%;
	max-width: 100%;
	min-height: 400px;
	height: auto;
}

.main_news .main_img a {
	display: block;
	height: 100%;
}
.main_news .main_text {
	position:absolute;
	left: 0;
	bottom:0;
	height: 120px;
	background: #fff;
	width:100%;
}
.main_news .main_text > p {
	margin-right: 160px;
	height: 100%;
}
.main_news .main_text > p > a {
	display: block;
	height: 100%;
	padding: 15px 0 0 60px;
	font-size: 40px;
	line-height: 44px;
	color: #111;
	text-decoration: none;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_news .main_text > a {
	padding:20px 60px 20px 20px	;
	background: url(../img/button_arrow.png) no-repeat 20px 20px;
	width:80px;
	height:80px;
	background-size: 80px 80px;
	position: absolute;
	right: 0;
	top: 0;
}
.category {
	text-transform:uppercase;
	color:#fff;
	font-size:42px;
	line-height:57px;
	font-weight:900;
	letter-spacing: 0.25em;
	margin:15px 0 40px 255px;
}
.list_news .head {
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 57px;
    font-weight: 100;
    margin: 40px 0;
    letter-spacing: 0.3em;
}
.list_news .block {
    width: 31%;
    float: left;
    background: #fff;
    margin-bottom: 60px;
    position: relative;

}
.list_news .block:first-child {
    margin-right: 3.5%;
}
.list_news .block:last-child {
    margin-left: 3.5%;
}
.list_news .block .img {
    overflow: hidden;
    position: relative;
}
.block{
background:#fff;
	color:#111;
}
.block .img{
	transition: opacity 0.3s
}

.block .text{
	transition: background-color 0.3s;
	color:#111;
}
.block a{
	color:#111;
}

.block:hover .img{
	opacity:0.7;
}
.block:hover .text{
background-color:#111 !important;
}
.block:hover .text .title{
	color:#fff !important;
}
.block:hover .text .desc{
color:#fff !important;
}

.list_news .block .img:before {
	display: block;
	content: '';
	width: 100%;
	padding-bottom: 56%;
}
.list_news .block .img img {
	width: 100%;
	min-height: 100%;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.list_news .block .text {
    padding: 10px 30px 20px 20px;
    height: 126px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list_news .block .text .title {
	overflow: hidden;
	margin-bottom:10px;
	max-height: 50px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #111;
}
.list_news .block .text .desc{
	overflow: hidden;
	max-height: 36px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #111;
}

.list_news .block .text .desc p a{
	overflow: hidden;
	max-height: 36px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: inherit;
}

.load_more {
	height: 110px;
	clear: both;
	width: 130px;
	margin: 0 auto 60px;
	text-align: center;
	cursor:pointer;
}
.load_more:before, .load_more:after {
	content: '';
	display: table;
}
.load_more:after {
	clear: both;
}
.load_more a {
	color:#fff;
	text-decoration:none;
	font-weight: 400;
	font-size: 18px;
}
.load_more a .icon {
	background: url(../img/button_load_more.png) no-repeat center top;
	width:80px;
	height:80px;
	background-size: 80px 80px;
	margin: 0 auto;
	margin-bottom: 9px;
}


/* Middle POST
-----------------------------------------------------------------------------*/

.middle strong{
font-weight:700;}
.middle .content_post {
	float: left;
	width: 800px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 15px;


}

.in_content_post{
	padding-top: 15px;
	box-sizing: border-box;
}
.in_content_post p{
	padding: 0px 10px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.middle img {
	margin: 5px 0px 0;
	width: auto;
	width:100%;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	display: block;
}
.middle img:first-child {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.post-thumbnail img{
padding:0px !Important;
	width: 100% !important;
}

.middle h1 {
	margin:10px 40px 0;
	max-width:700px;
	font-size:36px;
	line-height:42px;
	font-weight:900;
}
.middle p.desc {
	margin:20px 40px 10px;
}
.middle p {
	margin: 20px 0px 10px 0px;
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    box-sizing: border-box;
}
.middle .banner {
    margin: 30px auto 30px;
    max-width: 728px;
}
.middle .banner img{
	max-width:728px;
}



	/* Right Sidebar POST
    -----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	width: 300px;
	margin-top:30px;
}
.right-sidebar .head {
	position: relative;
	top: -8px;
	color: #fff;
	font-size:22px;
	line-height:30px;
	font-weight: 600;
}
.right-sidebar .block {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.right-sidebar .block .img {
    overflow: hidden;
    position: relative;
}
.right-sidebar .block .img:before {
	display: block;
	content: '';
	width: 100%;
	padding-bottom: 56%;
}
.right-sidebar .block .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    width: 100%;
	padding:0px;
}


.right-sidebar .block .text {
    padding: 10px 30px 20px 20px;
    background: #fff;
    height: 126px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right-sidebar .block .text .title{
	overflow: hidden;
	margin-bottom:10px;
	max-height: 50px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
}

.right-sidebar .block .text .desc p{
	overflow: hidden;
	max-height: 36px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: inherit;
	margin: 5px;
}

.right-sidebar .block .text .desc p a{
	overflow: hidden;
	max-height: 36px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: inherit;
}


/* Section
-----------------------------------------------------------------------------*/
.section {
	padding-bottom: 40px;
}
.section:before,
.section:after {
	content: '';
	display: table;
}
.section:after {
	clear: both;
}
.title-medium {
	margin-top: 50px;
	font-size: 42px;
	color: #fff;
	line-height: 57px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 13px;
}
/* cards */
.cards {
	margin-top: -20px;
	margin-left: -20px;
}
.cards:after {
	content: '';
	display: table;
	clear: both;
}
.cards__el {
	float: left;
	display: inline-block;
	width: 18%;
	margin: 1%;
	background: #fff;
}

.cards__el .cards__img{
transition: 0.3s;
}

.cards__el:hover .cards__img{
	opacity:0.7;
}

.cards__text{
transition:background-color 0.3;
}
.cards__el:hover .cards__text{
background-color: #111;
}
.cards__el:hover .cards__text *{
	color:#fff;
}

.cards__el > a {
	display: block;
	text-decoration: none;
}
.cards__img {
	overflow: hidden;
	position: relative;
}
.cards__img:before {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 75%;
}
.cards__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.cards__text {
	padding: 8px 10px 12px;
	height: 125px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cards__text p {
	overflow: hidden;
	max-height: 54px;
	font-size: 15px;
	color: #111;
	line-height: 18px;
	font-weight: 700;
}
.cards__text p + p {
	max-height: 48px;
	margin-top: 3px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}

.cards__text a{
    text-decoration: none;
    color: #111;
    max-height: 48px;
    margin-top: 3px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.cards__text_title {
	overflow: hidden;
	max-height: 54px;
	font-size: 15px;
	color: #111;
	line-height: 18px;
	font-weight: 700;
}


/* section-grey */
.section-grey {
	padding-top: 30px;
	padding-bottom: 80px;
	background-color: #222;
}
.section__left {

}
.section__aside-right {

}

/* About
-----------------------------------------------------------------------------*/
.about {
	position: relative;
	padding: 40px 60px 50px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	vertical-align: middle;
	background: #fff url(../img/img_boobs.png) 90% -2px no-repeat;
	-webkit-background-size: 371px 186px;
	background-size: 371px 186px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.about__text {
	width: 620px;
}
.about__text p {
	margin-bottom: 10px;
}

/* Privacy
-----------------------------------------------------------------------------*/
.privacy {
	padding: 40px 60px 50px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	background: #fff url(../img/img_glasses.png) 115% top no-repeat;
	-webkit-background-size: auto 207px;
	background-size: auto 207px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.privacy__text {
	width: 620px;
}
.privacy__text p {
	margin-bottom: 10px;
}


/* Contact
-----------------------------------------------------------------------------*/
.contact {
	position: relative;
	display: inline-block;
	padding: 40px 60px 50px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	vertical-align: middle;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact__title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
/* Form */
.form-main label {
	float: left;
	width: 90px;
	color: #111;
	line-height: 40px;
	font-weight: 600;
	cursor: pointer;
}
.form-main input {
	float: left;
	padding: 0 20px;
	border: none;
	width: 260px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	background-color: #111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.form-main input:-moz-placeholder,
.form-main input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-main input::-webkit-input-placeholder {
	color: #999;
}
.form-main textarea {
	float: left;
	overflow: auto;
	padding: 10px 20px;
	width: 500px;
	height: 140px;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	background-color: #111;
	border: none;
	resize: none;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.form-main textarea:-moz-placeholder,
.form-main textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-main textarea::-webkit-input-placeholder {
	color: #999;
}
.form-main button[type="submit"] {
	margin-left: 90px;
	padding: 0 55px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: #D1221E;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.field {
	margin-bottom: 10px;
}
.field:before,
.field:after {
	content: '';
	display: table;
}
.field:after {
	clear: both;
}


/*-------------- TOOLTIP --------------*/
.tooltip-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-align: center;
	background-color: #111;
	z-index: 1;
}
.tooltip-wrap:hover {
	background-color: #D1221E;
	transition: all 0.3s;
}
.tooltip-wrap:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.tooltip-wrap .icon {
	position: relative;
	left: 1px;
	display: inline-block;
	vertical-align: middle;
}
/* icons */
.icon-babes {
	background: url(/wp-content/themes/oopekopeko/img/icon_babes.png) no-repeat left top;
	width: 18px;
	height: 9px;
	background-size: 18px 9px;
}
.icon-lifestyle {
	background: url(/wp-content/themes/oopekopeko/img/icon_lifestyle.png) no-repeat left top;
	width: 20px;
	height: 6px;
	background-size: 20px 6px;
}
.icon-entertainment {
	background: url(../img/icon_entertainment.png) no-repeat left top;
	width: 11px;
	height: 11px;
	background-size: 11px 11px;
}
.icon-games {
	background: url(../img/icon_games.png) no-repeat left top;
	width: 14px;
	height: 11px;
	background-size: 14px;
}
.icon-gear {
	background: url(../img/icon_gear.png) no-repeat left top;
	width: 11px;
	height: 11px;
	background-size: 11px 11px;
}


/* Footer
-----------------------------------------------------------------------------*/
.line{width: 100%;
	height: 1px;
	display: table;
	clear: both;}

.footer {
	margin: 0px auto 0;
	height: auto;
	background: #fff;
	position: relative;
	clear: both;
}
.footer_content {
	max-width: 1190px;
	background: #fff;
	color:#111;
	margin:0 auto;
}
.footer .copyright {
	text-transform:uppercase;
	font-size:14px;
	padding:10px 10px 12px 0;
	float:left;
	font-weight:600;
}
.footer ul {
	float:right;
}
.footer ul li {
	float:left;
}
.footer ul a {
	font-size:14px;
	color:#111;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px 10px 12px;
	display:block;
	font-weight:600;
}
.footer ul li.is-active a,
.footer ul a:hover {
	color:#FFF;
	background:#D1221E;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-property: color, background;
    -o-transition-property: color, background;
    transition-property: color, background;
}

.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}

@media only screen and (max-width: 1268px) {
	.header {
		padding: 0 10px 0 0;
	}
	.row {
		padding: 0 10px;
	}

	.footer .copyright {
		padding:10px 10px 12px 10px;
	}

	.right-sidebar{
	display:none !important;
	}
}

#menu_toggle {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  background-color: #111;
  cursor: pointer; }
#menu_toggle button {
  position: absolute;
  top: 50%;
  left: 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%);
  overflow: hidden;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s; }
#menu_toggle button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: white;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }
#menu_toggle button span:before, #menu_toggle button span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }
#menu_toggle button span:before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top, transform; }
#menu_toggle button span:after {
  bottom: -10px;
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform; }
#menu_toggle.is-active button {
  background-color: transparent; }
#menu_toggle.is-active button span {
  background: none; }
#menu_toggle.is-active button span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
#menu_toggle.is-active button span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#menu_toggle.is-active button span:before, #menu_toggle.is-active button span:after {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }


.content_post img{
	padding: 10px 0px;
	box-sizing: border-box;
}

/* Media
-----------------------------------------------------------------------------*/
.adsense__el {
	display: none;
}
#menu_toggle {
	display: none;
}
.submit-btn {
	display: none;
}
@media only screen and (max-width: 1179px) {
	.about,
	.privacy,
	.contact {
		margin-left: 10px;
		margin-right: 10px;
		width: calc(100% - 20px);
	}
	.about {
		-webkit-background-size: 247px 124px;
		background-size: 247px 124px;
		background-position: 95% -2px;
	}
	.privacy {
		-webkit-background-size: auto 166px;
		background-size: auto 166px;
		background-position: 105% center;
	}
	.privacy__text {
		margin-right: 400px;
		width: auto;
	}
	.section__aside-right {
		display: none;
	}
	.section__left {
		width: 100%;
	}
	.cards {
		margin-left: -2%;
	}
	.cards__el {
		margin-left: 1%;
		width: 17.85%;
	}
	.section {
		padding-left: 2%;
		padding-right: 2%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.middle .content_post {
		width: 100%;
		float: none;
	}


	.middle p,
	.middle img {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.right-sidebar {
		width: 100%;
		float: none;
	}
	.right-sidebar .head {
		padding-left: 10px;
		margin-bottom: 20px;
		font-size: 42px;
		line-height: 57px;
		letter-spacing: 0.3em;
		font-weight: 100;
		text-transform: uppercase;
		text-align: center;
	}
	.right-sidebar .block {
		width: 30.5%;
		margin-left: 2%;
	}
	.section .title-medium {
		text-align: center;
		font-size: 42px;
		line-height: 57px;
	}
}
@media only screen and (max-width: 1139px) {
	.cards__el {
		width: 22.85%;
	}
}
@media only screen and (max-width: 1023px) {
	.row {
		padding: 0;
	}
	.about {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-background-size: 214px 108px;
		background-size: 214px 108px;
		background-position: 97% -2px;
	}
	.privacy {
		padding-left: 20px;
		padding-right: 20px;
		background-position: 105% 25px;
	}
	.logo {
		margin-top: 10px;
	}
	.middle {
		margin-top: 30px;
	}
	.category {
		margin-top: 100px;
		margin-left: 0;
		text-align: center;
	}
	.main_news {
		margin-top: 10px;
	}
	#menu_toggle {
		display: block;
		position: absolute;
		z-index: 999;
		top: 0;
		right: 0;
	}
	.header ul {
		overflow: hidden;
		position: absolute;
		z-index: 999;
		top: 80px;
		right: -280px;
		background-color: #111;
		width: 280px;
		transition: right 0.5s;
	}
	.header ul li {
		float: none;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.header ul li a .icon_babes,
	.header ul li a .icon_entertaiment,
	.header ul li a .icon_lifestyle {
		width: 25px;
	}
	.header .search {
		float: none;
		position: absolute;
		top: 335px;
		right: -280px;
		height: 20px;
		width: 250px;
		background-color: #111;
		z-index: 999;
		transition: right 0.5s;
	}
	#search_submit {
		left: 10px;
		width: 25px;
		text-indent: -9999px;
		overflow: hidden;
		font-size: 0;
		cursor: default;
	}
	#search {
		left: 45px;
		margin-top: 10px;
		padding-right: 10px;
		width: 120px;
		height: 28px;
		background-color: rgba(255,255,255,.1);
		cursor: text;
		font-weight: 400;
	}
	#search:focus {
		width: 120px;
	}
	.submit-btn {
		display: block;
		position: relative;
		top: -5px;
		margin-left: 180px;
		width: 45px;
		height: 30px;
		background-color: #292929;
		border: none;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
		transition: all 0.2s;
	}
	.submit-btn:hover {
		background-color: #D1221E;
		transition: all 0.2s;
	}
	.header ul.is-active,
	.header .search.is-active {
		right: 0;
		transition: right 0.5s;
	}
	.main_news .main_text > p > a {
		padding-top: 10px;
		padding-left: 40px;
		font-size: 30px;
		line-height: 35px;
	}
	.list_news .head {
		font-size: 36px;
		line-height: 42px;
	}
	.list_news .block {
		width: 47%;
		margin-left: 2%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.list_news .block:first-child {
		margin-left: 2%;
		margin-right: 0;
	}
	.list_news .block:last-child {
		margin-left: 2%;
		margin-right: 0;
	}
	.load_more {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 919px) {
	.cards__el {
		width: 31.1%;
	}
	.about {
		padding-top: 120px;
		padding-bottom: 40px;
		background-position: center -2px;
	}
	.about .about__text {
		width: auto;
	}
}
@media only screen and (max-width: 860px) {
	.right-sidebar .block {
		width: 47%;
	}
	.privacy__text {
		margin-right: 0;
		margin-top: 180px;
	}
}
@media only screen and (max-width: 767px) {
	.middle .banner {
		display: none;
	}
	.contact {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contcat .form-main textarea {
		width: 400px;
	}
}
@media only screen and (max-width: 727px) {
	.list_news .head {
		font-size: 30px;
		line-height: 35px;
		letter-spacing: 0.2em;
	}
	.adsense__el {
		display: block;
		margin-top: 5px;
		margin-left: 2%;
		margin-right: 2%;
		height: 100px; /* delete */
		background-color: #ccc; /* delete */
	}
}
@media only screen and (max-width: 639px) {
	.contact__title {
		text-align: center;
	}
	.contact .form-main label {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	.contact .form-main input {
		float: none;
		width: 100%;
		text-align: center;
	}
	.contact .form-main textarea {
		width: 100%;
	}
	.contact .form-main button[type="submit"] {
		margin: 10px auto 0;
		display: block;
		width: 160px;
	}
	.middle h1 {
		margin-left: 2%;
		margin-right: 2%;
		font-size: 23px;
		line-height: 28px;
	}
	.middle p.desc {
		margin-left: 2%;
		margin-right: 2%;
	}
	.middle p {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.cards__el {
		margin-top: 10px;
		width: 46%;
	}
	.right-sidebar .block .text {
		height: 116px;
	}
	.right-sidebar .block .text .title {
		max-height: 40px;
		font-size: 16px;
		line-height: 20px;
	}
	.category {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.main_news .main_text > p > a {
		font-size: 23px;
		line-height: 28px;
	}
	.main_news .main_text > a {
		padding-right: 20px;
	}
	.main_news .main_text > p {
		margin-right: 120px;
	}
	.main_news .main_text > p > a {
		padding-left: 20px;
	}
	.list_news .block .text {
		height: 122px;
	}
	.list_news .block .text .title {
		max-height: 46px;
		font-size: 18px;
		line-height: 23px;
	}
	.footer ul {
		float: none;
	}
	.footer ul a {
		padding-top: 14px;
		padding-bottom: 15px;
		font-size: 24px;
		line-height: 31px;
	}
	.footer ul li {
		float: none;
		border-bottom: 2px solid #111;
		text-align: center;
	}
	.footer .copyright {
		float: none;
		text-align: center;
	}
}
@media only screen and (max-width: 479px) {
	.privacy {
		background-position: 60px 25px;
	}

	.main_news .main_img img{
		min-height:0px;
	}
	.main_news .main_text{
		position:relative;
	}
	.header{
		height:70px;
	}
	.header .logo {
		background: url(../img/logo.png) no-repeat left top;
		height: 95px;
		width: 177px;
		background-size: 177px;
		float: left;
		margin-right: 30px;
		position: absolute;
		z-index: 99;
	}
	#pagesof{
	position:relative !Important;
	margin:5px !Important;}

	.section {
		padding-bottom: 20px;
	}
	.section-grey {
		padding-bottom: 20px;
	}
	.right-sidebar .block .text {
		height: 124px;
	}
	.right-sidebar .block .text .title {
		max-height: 48px;
		font-size: 18px;
		line-height: 24px;
	}
	.right-sidebar .head {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
		line-height: 28px;
	}
	.section .title-medium {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
		line-height: 28px;
	}
	.right-sidebar .block {
		width: 96%;
	}
	.list_news .head {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.list_news .block {
		height: auto;
		width: 96%;
		margin-bottom: 10px;
	}
	.list_news .block a {
		text-decoration: none;
	}
	.list_news .block .text {
		height: 136px;
		position: relative;
	}
	.list_news .block .text .title {
		max-height: 56px;
		font-size: 23px;
		line-height: 28px;
	}
	.list_news .block .text .desc {
		max-height: 40px;
		font-size: 16px;
		line-height: 20px;
	}
		.list_news .block .text .desc p{
		max-height: 40px;
		font-size: 16px;
		line-height: 20px;
	}
	
		.list_news .block .text .desc p a{
		max-height: 40px;
		font-size: 16px;
		line-height: 20px;
	}
	
	
}
@media only screen and (max-width: 420px) {
	.privacy {
		background-position: 20px 25px;
	}
	.main_news .main_text > p {
		margin-right: 100px;
	}
	.main_news .main_text > p > a {
		padding-left: 10px;
		font-size: 20px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 320px) {
	.section__left {
		width: 96%;
	}
}


.privacy b{
display:table;
}

#content_list{background: #fff;
margin-bottom:50px;
}

#content_list table{
border-spacing: 5px;
    border-collapse: separate;
    font-size: 14px;}
	
#content_list table th{
font-weight:700;}

#content_list table td{
    vertical-align: top;
}
.imgtd{
width: 100px;
    max-width: 100px;
}

.desctd{
max-height: 200px;
    width: 200px;
    font-size: 11px;}
	
.imgtd img{max-width:100%;
height:auto !Important;}

.urltd{
    width: 200px;
    max-width: 200px;
    word-break: break-all;
}

.transittd input{
    width: 200px;
    margin: 6px;
	}
	
article iframe{
	max-width: 100%;
	padding: 10px 30px;
	box-sizing: border-box;}

.fb-comments iframe, .fb-like iframe{
	padding:0px 0px;
}

.ad iframe{
	padding:0px;
}

.fblike_top, .fblike_bot{
	width:100%;
position:relative;
	height:auto;
	display: block;
	padding:1px 5px;
	box-sizing: border-box;
}

#stickyads{
    display: table;
    position: relative;
    float: left;
    width: 100%;
    height: 1px;
}

#canbesticky{
    max-width:100%;
    width:300px;
    float:left;
    overflow:hidden;
}

.widgets_logo img{
    margin-bottom: -5px !important;
    width: auto !Important;}

	.wp-video{
    text-align: center;
    margin: auto;
    width: 100% !Important;
    max-width: 100%;
    height: auto;}

.wp-video video{
text-align: center;
    margin: auto;
    width: 80%;
    max-width: 80%;
    height: auto;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


#pagination{
display: table;
    width: 100%;
	    position: relative;
}

.nextprev{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    position: relative;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    font-weight: 700;
	z-index: 2;
}

#nextpage{
    background: #D1221E;
    padding: 12px 15px;
    padding-right: 45px;
    border-radius: 25px;
	    float: right;
    margin-right: 15px;
}

#nextpage:after{
    content: '';
    display: block;
    position: absolute;
    background: url(/wp-content/themes/oopekopeko/img/arrow.png) no-repeat;
    width: 46px;
    height: 46px;
    background-size: 45px;
    top: 4px;
    right: 0px;
}

#prevpage{
    background: #464646;
    padding: 12px 15px;
    padding-left: 45px;
    border-radius: 25px;
	    float: left;
    margin-left: 15px;
}

#prevpage:before{
    content: '';
	  -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    position: absolute;
    background: url(/wp-content/themes/oopekopeko/img/arrow.png) no-repeat;
    width: 46px;
    height: 46px;
    background-size: 45px;
    top: 4px;
    left: 0}

#pagesof{
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    vertical-align: bottom;
    margin-top: 15px;}
	
.exittitle{
margin-bottom: 30px;
    font-size: 33px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 8px;
	text-align:center;
}


.ads_white{
	position: relative;
	display: table;
	background: #fff;
}

.ads_white h3{
	text-align: left;
	margin: 5px !important;
}

.ac_title_wrapper .ac_title{
	font-size: 16px !important;
	font-weight: 700 !important;
}

#ac_287951 .ac_title_wrapper{
	padding: 0px 5px !important;
}

.ad img{
	padding:0px;
	height:auto;
	width:auto;
}

.ad .ac_adbox{
padding:0px 5px !important;
	box-sizing:border-box;
}

.array-green {
	color: rgb(255, 255, 255);
	padding: 20px 18px;
	font-size: 18px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(201deg);
	width: 350px;
}

ul {
	padding-left: 27px;
}

li {
	list-style-type: disc;
}


.anchor-desktop {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
	z-index: 9; 
}

.anchor-desktop .anchor-desktop-close {
	position: absolute;
	right: -16px;
	top: -16px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	border-radius: 20px;
	z-index: 999999999999999999;
}
.anchor-desktop .anchor-desktop-close:hover {
	opacity: 1;
	cursor: pointer;
}
.anchor-desktop .anchor-desktop-close:before, .anchor-desktop .anchor-desktop-close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #333;
}
.anchor-desktop .anchor-desktop-close:before {
	transform: rotate(45deg);
}
.anchor-desktop .anchor-desktop-close:after {
	transform: rotate(-45deg);
}

/* ------------ install-app ------------ */
.install-app {
    cursor: pointer;
    z-index: 1001;
    display: block;
    opacity: 1;
    transition: all 1s ease 0s;
    position: fixed;
    bottom: 46px;
    width: 100%;
    padding: 16px;
    background: linear-gradient(270deg, rgb(17, 17, 17), rgb(128, 128, 128) 22%, rgb(64, 64, 64) 79%, rgb(17, 17, 17));
    /*background: linear-gradient(270deg, rgb(0, 170, 220), rgb(8, 204, 190) 22%, rgb(8, 204, 190) 79%, rgb(0, 170, 220));*/
    margin: auto;
    left: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px;
    height: 165px;
    /*height: 250px;*/
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -250px;
}
.install-app.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.install-app__wrap {
    display: flex;
    margin-bottom: 16px;
}
.install-app__txt {
    flex: 1;
    justify-content: center;
    background-color: rgb(17, 17, 17);
    /*background-color: rgba(41, 128, 185, 0.43);*/
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
}
.install-app__txt-inner {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 0;
    display: block;
}
.install-app__btn {
    display: block;
}
.install-app__btn img {
    width: 35px;
    height: 35px;
    background: #fff;
}
.install-app__cancel {
    display: flex;
    background-color: #000;
    /*background-color: #2980b9;*/
    border-radius: 2px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.install-app__cancel-inner {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
}
/* ------------ /install-app ------------ */