/*
Theme Name: Egipet
Author: Spytnik
Author URI: https://www.fl.ru/users/Spytnik
Version: v1.0
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,700italic&subset=latin,cyrillic);
@font-face {
font-family: "Proxima Nova Regular"; 
src: url(fonts/proximanova-regular.otf); 
}
@font-face {
font-family: "Proxima Nova Black"; 
src: url(fonts/Proxima-Nova-Black.otf); 
}
@font-face {
font-family: "Roboto Regular"; 
src: url(fonts/Roboto-Regular.ttf); 
}
@font-face {
font-family: "Proxima Nova Bold"; 
src: url(fonts/ProximaNova-Bold.otf); 
}

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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}*,*:before,*:after {-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{background:#ffffff;}article,aside,details,div,figcaption,figure,footer,header,main,nav,section {display:block;box-sizing:border-box;}ol,ul {list-style:none;}table {border-collapse:separate;border-spacing:0;}caption,th,td {font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after {content:"";}blockquote,q {-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none;}a {color:#000000;}a img {border:0;}
html{height:100%}
body{
font:normal 16px/18px "Proxima Nova Regular", sans-serif;
height:100%;
background: #e8e3dd;
}
a{text-decoration: none;color:#25272b;cursor: pointer;}
a:hover{text-decoration:none;color:#ef8f62}
p{margin-bottom:10px;}
img{max-width:100%;height:auto;}
iframe {
    max-width: 100%;
    margin: 0 auto 20px;
    display: block;
}

/*Таблицы tablepress*/
.tablepress {border-radius: 10px 10px 0 0; overflow: hidden;}
.tablepress thead th {background-color: #ef8f62 !important; color: white;font-weight: 400!important; font-size: 15px !important; padding: 4px 10px;}

input,textarea{outline: none;}
.single-content iframe[src*="youtube"] { width: 100%; border: 15px solid #2a76b92e; border-radius: 10px;  min-height: 380px;}
/* header
----------*/
.body_container {}
header{
    width:100%;
    background: url(img/header-bg.jpg) no-repeat;
    background-size: cover;
    height:327px;
    position: relative;
}
.block-header{
    height:200px;
    width: 1000px;
    max-width: 100%;
    margin: 0px auto;
}
.block-header--left,
.block-header--right{
    width:50%;
    float:left;
}
.block-header--right{
    float:right;
    text-align: right;
}
#logo{
    text-decoration: none;
    color:#fff;
    margin-bottom: 5px;
}
.bg-orange{
    font-size:10px;
    color:#fff;
    background: #ef8f62;
    border-radius: 3px;
    height:20px;
    display:block;
    width:auto;
    display:inline-block;
    padding:0 15px;
    text-align: center;
    line-height:20px;
    margin-bottom: 10px;
    font-family: "Roboto Regular";
}
.bg-orange:hover{
    color: #fff;
    box-shadow: 0 0 4px #e8e3dd;
}
.block-header--top{
    padding-top: 40px;
}
.block-header_brand{
    display:block;
    font-family: "Proxima Nova Black"; 
    font-size:30px;
    color:#fff;
    line-height: 32px;
    cursor: pointer;
}
.single-content p a { color: #ef8f62 !important; text-decoration: none; border-bottom: 1px dotted #04ace5; line-height: 20px; font-weight: bold; }

.block-header_desc{
    font-size: 13px;
    color:#fff;
    display:block;
}
.font-novabold{
    font-family: "Proxima Nova Bold"; 
    font-weight: bold;
}
.font-novablack{
    font-family: "Proxima Nova Black"; 
    font-weight: bold;
}
.js-block-header_favorite{
    padding-left:10px;
    width:120px;
}
.js-block-header_favorite:before{
    content:'';
    background: url(img/favorite.png) no-repeat center;
    background-size: 11px 10px;
    display:block;
    width:11px;
    height:20px;
    float:left;
}
.block-header_search form{
    display:block;
    width:300px;
    max-width:100%;
    background: #fff;
    height:42px;
    float:right;
}
.block-header_search input[type=text]{
    border:0;
    height:42px;
    background: #fff;
    padding:0 0 0 20px;
    line-height: 42px;
    color:#616161;
    font-family: "Proxima Nova Bold"; 
    font-size:13px;
    width:calc(100% - 40px);
    float:left;
}
.block-header_search input[type=submit]{
    width:39px;
    float:right;
    border:0;
    background: transparent url(img/search.png) no-repeat center;
    background-size: 16px 16px;
    display:block;
    height:42px;
    cursor: pointer;
}
/* top menu
-----------*/
.top_nav{
    position: absolute;
    bottom: 0;
    height:50px;
    z-index:2;
    background: #e8e3dd;
    width:100%;
}
.top_nav .menu{
    width:1140px;
    max-width: 100%;
    background: #e8e3dd;
    height:50px;
    margin:0 auto;
    padding:0 15px;
}
.top_nav .menu li{
    display:inline-block;
}
.top_nav .menu li a{
    color:#25272b;
    font-size:16px;
    font-family: "Proxima Nova Bold";
    height:50px;
    line-height:50px;
    padding:0 15px;
}
.top_nav .menu li a:hover{
    color:#ef8f62;
}
.top_nav_mobile {
    display: none;
    width: auto;
    height: auto;
    position: relative;
    background: url(img/menu.png) no-repeat;
    padding: 55px 10px 5px;
    overflow: hidden;
    z-index:2;
    cursor: pointer;
}
.top_nav_mobile ul{
    display:none;
    background: #ef8f62;
    padding:20px 0;
    width: 300px;
    max-width:100%;
    border-radius: 3px;
    z-index: 2;
    position: relative;
}
.top_nav_mobile ul.active{
    display:inline-block;
}
.top_nav_mobile ul li{
    display:block;
}
.top_nav_mobile ul a{
    color:#fff;
    height:30px;
    font-size:16px;
    padding:6px 20px;
    display:block;
}
.top_nav_mobile ul a:hover{
    background: #cc744b;
}
/* content
----------*/
.content{
    width:1140px;
    max-width:100%;
    margin:0 auto 40px;
}
.main-block{
    width:750px;
    max-width:100%;
    float:left;
    position: relative;
}
.category-latest{
    background: #fff;
    padding:25px;
    text-align: center;
    border-radius: 3px;
    margin-bottom:25px;
    width:100%;
}
.category-latest_title{
    font-size:24px;
    color:#25272b;
    font-family: "Proxima Nova Bold";
    font-weight: bold;
    margin-bottom: 25px;
    text-align: left;
    margin-left: 10px;
}
.entry-content{
    width:210px;
    display:inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 10px 20px;
}
.content_block{
    width:725px;
    max-width:72.5%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.entry-content_preview{
    width:210px;
    height:140px;
    position: relative;
    overflow: hidden;
    margin-bottom:15px;
    display:block;
}
.entry-content_preview:hover:before{
    content:'';
    width:100%;
    height:100%;
    display:block;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.5;
    z-index:1;
    position: absolute;
}
.entry-content_title{
    color:#25272b;
    width:100%;
    display:block;
}
.attachment-w210h140{
    width:210px;
    height:140px;
    display:block;
}
.entry-content_preview--bottom{
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 2;
    opacity: 0;
}
.entry-content_preview:hover .entry-content_preview--bottom{
    opacity: 1;
}
.entry-content_preview--bottom span{
    color:#fff;
    font-size:12px;
    font-family: "Roboto Regular"; 
    font-weight: bold;
    margin-right: 10px;
}
.entry-content_view:before{
    content:'';
    background: url(img/eye-white.png) no-repeat;
    width:13px;
    height:9px;
    margin-right:5px;
    display:inline-block;
}
.entry-content_comments:before{
    content:'';
    background: url(img/comment-white.png) no-repeat;
    margin-right:5px;
    width: 9px;
    height:9px;
    display:inline-block;
}
strong,b{
    font-weight: bold;
}
.content_block .entry-content{
    float:left;
    width: inherit;
    max-width:100%;
}
.content_block ul{
    margin:10px 0 10px;
}
.content_block .entry-content ul li,
.content_block .entry-content ol li{
    margin: 5px 0;
    list-style-image: url(img/ul-li.png);
    padding-left:10px;
    list-style-position: inside;
}
.home-page-content{
    font-size:16px;
    line-height:18px;
    color:#232428;
    text-align: left;
}
/* single
------------*/
.single-content{
    width:100%;
    font-size:16px;
    line-height:20px;
    color:#0c1a2f;
    text-align: left;
    margin-bottom:25px;
}
.single-content p{
    margin-bottom:20px;
}
.toc_list{
    width:100%;
}
#toc_container a{
    color:#ef8f62;
    font-weight: lighter;
    margin-bottom:15px;
    display:block;
}
#toc_container.toc_white{
    background: #e9e9e9 !important;
    border:0 !important;
    width:100%;
    padding:20px;
}
.single-row{
    height:25px;
    width:110%;
    margin-left: -25px;
    z-index: 1;
    background: #e8e3dd
}
h3,
.toc_title{
    font-size:20px;
    color:#25272b;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    font-weight: bold !important;
    text-align: left;
    font-family: "Proxima Nova Bold"; 
}
.category-latest h1,
.category-latest h2,
.category-latest h4,
.category-latest h5,
.category-latest h6{
    font-size:30px;
    font-weight: bold;
    text-align: left;
    font-family: "Proxima Nova Bold"; 
    margin-bottom:20px;
    text-transform: uppercase;
    line-height:120%
}
.category-latest h2{font-size:24px;}
.category-latest h4{font-size:18px}
.category-latest h5{font-size:16px}
.category-latest h6{font-size:16px}
blockquote{
    width:100%;
    height:auto;
    padding:25px 0;
    background: #eff1f3;
    font-size:16px;
    color:#25272b;
    margin-bottom:20px;
}
blockquote p{
    margin-bottom:0 !important;
    padding:0 20px;
    font-style: italic;
    background: #eff1f3;
    border-left:3px solid #ef8f62;
}
.single-content a{
    font-size:16px;
    text-decoration: underline;
    color:#ef8f62;
}
.single-content a:hover{
    text-decoration: none;
}

ul li{
    list-style-type: none;
}
.single-content ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
    display:block;
}

.single-content ul li:before{
	content:''; 
	font-size: 11px; 
	width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
	background: #ef8f62;
	font-weight: bold;
	text-align: center;
    margin-right:15px;
}
.single-content #toc_container ul li{
    list-style-type: none !important;
}
.single-content #toc_container ul li:before{
    display:none !important;
}
.single-content ol {
	list-style: none; 
	counter-reset: point; 
}
.single-content ol li {
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.single-content ol li:before {
	content: counter(point)'.'; 
	counter-increment: point 1; 
	font-size: 18px;
	font-weight: bold;
	width: 20px;
	color: #25272b;
    margin-right:10px;
    font-family: "Proxima Nova Bold"; 
}
.one-post-all-cat{
    padding:30px 0;
}
/* category
------------*/
.entry-content_excerpt{
    font-size:14px;
    color:#25272b;
    margin-top:15px;
}
.category_description{
    margin: 20px 10px;
}
.pagination{
    text-align: center;
}
.page-numbers{
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size:12px;
    color:#232428;
    font-family: "Proxima Nova Bold";
    font-weight: bold;
    background: #fff;
    border:2px solid #e2e2e2;
    transition: 0.5s;
    display:inline-block;
    border-radius: 20px;
    margin-left: 10px;
}
a.page-numbers.next,
a.page-numbers.prev{
    border:0;
    font-size:20px;
}
a.page-numbers.next:hover,
a.page-numbers.prev:hover{
    border:0;
}
.page-numbers.current{
    background: #ef8f62;
    border-color: #ef8f62;
    color:#fff;
}
.category-latest_link{
    display:block;
    width:300px;
    height:40px;
    border-radius: 20px;
    border:2px solid #dedede;
    font-size:12px;
    line-height:40px;
    color:#232428;
    text-transform: uppercase;
    font-family: "Proxima Nova Bold";
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    transition: border-color 0.5s, color 0.5s;
}
.category-latest_link:hover{
    border-color: #ef8f62;
    color: #ef8f62;
}
/*
breadcrumbs
-----------*/
.breadcrumbs{
    text-align: left;
    font-size:12px;
    color:#1b273a;
    margin: 0 10px 20px;
}
.breadcrumbs:before{
    content:'';
    display:inline-block;
    width:11px;
    height: 9px;
    background: url(img/bread-home.png) no-repeat;
    margin:0 7px 0 5px;
}
.breadcrumbs a{
    color:#ef8f62
}
.breadcrumbs a:after{
    content:'';
    display:inline-block;
    width:11px;
    height: 9px;
    background: url(img/bread-arrow.png) no-repeat;
    margin:0 5px;
}
/* images
---------*/
.wp-caption { 
background: #e9e9e9;
border: 1px solid #E0E0E0;
margin: 5px auto 20px;
padding: 3px;
text-align: center;
}
.single-content p.wp-caption-text{
    margin:10px auto;
    color:#6b6f77;
    font-size:15px;
}
.aligncenter{
display: block;
margin:10px auto;
}
.alignleft{
float:left;
margin-right:10px;
display:block;
}
.alignright{
float:right;
margin-left:10px;
display:block;
}
/* sidebar
----------*/
.secondary{
    width:360px;
    max-width: 100%;
    float:right;
    position: relative;
}
.sidebar-block{
    background: #fff;
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom:25px;
}
.sidebar-block li{
    list-style-type: square;
    margin:0;
    line-height: 30px;
    color:#25272b;
    list-style-position: inside;
}
.sidebar-block li a {
    color: #25272b;
    font-size: 14px;
    transition: color 0.5s;
}
.sidebar-block_title{
    font-size:16px;
    color:#25272b;
    font-family: "Proxima Nova Bold"; 
    font-weight: bold;
    margin-bottom:25px;
}
.city{  
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    list-style-type: square;
}
.city li{
    list-style-type: square;
    margin:0;
    line-height: 30px;
    color:#25272b;
    list-style-position: inside;
}
.city li:hover{
    color: #ef8f62;
}
.city li a{
    color:#25272b;
    font-size:14px;
    transition: color 0.5s;
}
.city li a:hover{
    color: #ef8f62;
}
.sidebar-block_popular{
    display: none;
}
.tabs .sidebar-block_title{
    width:40%;
    float:left;
}
.tabs .tabs-buttons_main{
    width:60%;
    float:right;margin-bottom: 25px;
}
.tabs_button{
    color:#b4b4b4;
    font-family: "Proxima Nova Bold";
    font-size:14px;
    font-weight: bold;
    margin-left:8px;
}
.tabs_button.active{
    color:#32363d;
}
.link-block_square{
    display:block;
    float:left;
    margin-right:15px;
    width:100px;
    height:100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.size-w100h100{
    display:block;
    width:100px;
    height:100px;
}

.sidebar-block_entry-preview span{
    color:#fff;
    font-size:12px;
    font-family: "Roboto Regular"; 
    font-weight: bold;
    margin-right: 10px;
    display:block;
}
.link-block_title{
    color:#232428;
    font-size:14px;
    cursor: pointer;
    vertical-align: middle;
}
a:hover .link-block_title{
    color:#ef8f62;
}
.sidebar-block_entry{
    margin-bottom:25px;
    height:100px;
    width:100%;
    overflow: hidden;
}
.link-block:hover .link-block_square:before{
    content:'';
    display:block;
    position: absolute;
    z-index:1;
    background-color: rgba(0, 0, 0, 0.5);
    width:100px;
    height:100px;
}
.sidebar-block_entry-preview{
    position: absolute;
    bottom:30px;
    width:100%;
    z-index: 2;
    text-align: center;
    opacity: 0;
}
.link-block:hover .sidebar-block_entry-preview{
    opacity: 1;
}
.sidebar-block_news-img{
    margin-bottom: 20px;
}
.sidebar-block_news-img img{
    width:300px;
    height:185px;
    display:block;
}
.sidebar-block_news-img{
    display:block;
    font-family: "Proxima Nova Bold"; 
    font-size:15px;
    line-height:20px;
    margin-bottom: 20px;
    color:#232428;
    font-weight: bold;
}
.sidebar-block_news-excerpt{
    font-size:13px;
    color:#232428;
    line-height: 20px;
    margin-bottom: 10px;
}
.sidebar-block_news-data{
    color:#adadad;
    font-size:10px;
}
.sidebar-block_news-short{
    width:100%;
    border-top:1px solid #a7a9ac;
    margin-bottom: 20px;
}
.news-short_title{
    color: #232428;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
    margin: 20px 0 10px;
}
.news-short_title:before{
    content:'';
    width:5px;
    height:5px;
    display:inline-block;
    margin-right: 10px;
    background: #ef8f62;
    vertical-align: middle;
}
.sidebar-block_news{
    margin-bottom: 30px;
}
.sidebar-block_news--top{
    margin-bottom:20px;
}

/* comments
-----------*/ 
.commentlist{
    max-width: 100%;
    padding: 10px 0;
}
.commentlist li{
    display:inline-block;
}
.commentlist .vcard{
    display:inline-block;
    vertical-align: middle;
    padding: 25px 25px 5px;
    margin:5px 0;
    clear:both;
    background: #eff1f3;
    position: relative;
    text-align: left;
    color:#adadad;
}
.commentlist .avatar{
    float:left;
    margin-right: 10px;
}
.commentlist p{
    width: calc(100% - 63px);
    float:right;
    padding:10px 10px 10px 0;
    font-size:14px;
    color:#25272b;
    line-height:18px;
}
.commentlist .reply{
    display:inline-block;
    vertical-align: top;
    right: 10px;
    bottom: 5px;
}
.commentlist .reply a{
    color:#fff;
    background: #ef8f62;
    width:56px;
    text-align: center;
    font-size:9px;
    border-radius: 3px;
    height:18px;
    display:block;
    line-height:18px;
}
.comment_author_link{
    font-size:14px;
    color:#adadad;
    font-family: "Proxima Nova Bold";
    font-weight: bold;
    margin-right:20px;
    display:inline-block;
}
.commentlist .children{
    margin-left:10px;
}
#cancel-comment-reply-link{
    display: block;
    margin-bottom: 5px;
}
#commentform{
    text-align: left;
}
#commentform input{
    width:49%;
    height:40px;
    border:1px solid rgba(12, 26, 47, .5);
    border-radius: 3px;
    padding:0 15px;
    color:rgba(12, 26, 47, .5);
    float:left;
    font-size:14px;
}
#commentform input#email{
    float:right;
    margin-bottom:20px;
}
textarea#comment{
    width:100%;
    font-size:14px;
    max-width: 100%;
    height:80px;
    resize: none;
    border:1px solid rgba(12, 26, 47, .5);
    border-radius: 3px;
    color:rgba(12, 26, 47, .5);
    padding:15px;
    display:block;
    margin-bottom:20px;
} 
#commentform input[type=submit]{
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:20px;
    text-align: center;
    font-weight: bold;
    font-family: "Proxima Nova Bold"; 
    background: #ef8f62;
    border-radius: 3px;
    width:250px;
    border:0;
    cursor: pointer;
    transition: box-shadow 0.5s;
}
#commentform input[type=submit]:hover{
    box-shadow: inset 0 0 10px #581c00;
}
#commentform input[type=submit]:before{
    content:'';
    display:inline-block;
    vertical-align: middle;
    width:22px;
    height:20px;
    background: url(img/comment-submit.png) no-repeat;
    margin-right:15px;
}
#comment_form_title{
    margin-left:10px;
}
#respond{
    max-width: 100%;
}
.category-latest .sidebar-block_entry{
    text-align: left;
}
/* similar posts
-----------------*/
.similar-info{
    margin-bottom:20px;
    border:1px solid #dedede;
    border-radius: 3px;
    padding:25px 20px;
}
.similar-info-title{
}
.similar-posts{
    margin:0;
    padding:0;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.gray-border{
    height:500px;
    width:2px;
    top:0;
    left: 8px;
    background: #dedede;
    position: absolute;
}
.similar-posts a{
    color:#ef8f62;
    font-size:15px;
    line-height: 15px;
    text-align: left;
}
.related-post{
    z-index: 1;
    position: relative;
    margin-bottom:10px;
}
.related-post:last-child{
    margin-bottom:0;
}
.similar-posts a:before{
    content:'';
    display:inline-block;
    vertical-align: middle;
    width:18px;
    height:18px;
    border-radius: 9px;
    background: #dedede;
    margin-right:13px;
}
.similar-posts a:hover{
    text-decoration: underline;
}
.similar-posts a:hover:before{
    background: #ef8f62;
}
.single-social{
    margin:20px 0; 
}
.single-social_title{
    float:left;
    display:inline-block;
    color:#0c1a2f;
    font-size:13px;
}
.single-social .social-likes{
    float:right;
    display:inline-block;
}
/* footer
--------*/
footer{
    width:100%;
    min-height:320px;
    background: #1f2124;
    clear:both;
}
.footer-block{
    margin:0 auto 0;
    width:1070px;
    max-width:100%;
    padding:30px 0;
    background: #1f2124;
}
.footer-block_copy{
    font-size: 13px;
    color:#636466;
}
.footer-block_center-left{
    width:200px;
    float:left;
    margin-right: 50px;
}
.footer-block_center-left a{
    color:#fff;
    font-size:14px;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
}
.footer-block_center-left a:hover{
    color:#fff;
    border-bottom: 1px solid #636466;
}
.footer-block_title{
    font-size:16px;
    font-family: "Proxima Nova Bold"; 
    font-weight: bold;
    margin-bottom: 20px;
    color:#fff;
}
.footer-block--left{
    width:307px;
    float:left;
    margin-right: 50px;
}
.footer-block_copy{
    color:#636466;
    font-size:13px;
    margin:20px 0;
}
.block-header--left-link{
    display:inline-block;
    font-size: 13px;
    color:#fff;
    padding-bottom: .25rem;
}
.data-site{
    color:#fff;
    font-size:13px;
    margin-top: 20px;
}
.footer-block_center-left li{
    list-style: none;
    display:block;
}
.about-us{
    width:100px;
    float:left;
}
.about-us a, .footer-block_center-left a{
    color:#fff;
    font-size: 14px;
    margin-bottom:10px;
    display:block;
    border-bottom: 1px solid transparent;
}
.about-us a:hover{
    border-bottom: 1px solid #636466;
}
.footer-block_right{
    color:#fff;
    width:310px;
    float:right;
    position: relative;
    height:100%;
}
.footer-social{
    margin-bottom:20px;
}
.footer-social a{
    display:inline-block;
    vertical-align: top;
    margin-left:15px;
    width:50px;
    height:50px;
    cursor: pointer;
}
.footer-social .vk{
    background: url(img/vk.png) no-repeat;
}
.footer-social .fb{
    background: url(img/fb.png) no-repeat;
}
.footer-social .inst{
    background: url(img/inst.png) no-repeat;
}
.footer-block_caption{
    font-size:14px;
    margin-bottom:10px;
}
.form-blogtrottr{
    width:100%;
    height:35px;
    line-height:38px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    display:block;
    margin-bottom:25px;
}
.form-blogtrottr input[type=text]{
    width:calc(100% - 60px);
    height:35px;
    line-height: 38px;
    color:#a6a6b3;
    font-size:15px;
    border:0;
    border-radius: 5px;
    float:left;
    display: block;
    padding:0 15px;
}
.form-blogtrottr input[type=submit]{
    background: url(img/feed-submit.png) no-repeat;
    width:60px;
    height:35px;
    display: block;
    float:right;
    border-radius: 0 5px 5px 0;
    border:0;
    cursor: pointer;
    position: absolute;
    right:0;
    top:0;
}
.footer-counters{
    position: absolute;
    bottom:0;
    left:0;
}
.footer-counters--right,
.footer-counters--left{
    display:inline-block;
    width:81px;
    height:30px;
    background: rgba(0, 0, 0, .8);
    margin-right:10px;
}

/* other
--------*/
.clear{
    clear: both;
}
#top {
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-size: 150%;
  position: fixed;
  right: 20px;
  opacity: 0.7;
}
#top:hover{
    opacity: 1;
}
/* media
--------*/
@media screen and (min-width:200px) and (max-width:1024px)  
{
    .category-latest{
        padding:25px 15px;
    }
    .main-block{width:730px}
    .secondary{width:270px}
    .sidebar-block{padding:25px 10px;}
    .tabs .sidebar-block_title{float:none}
    .tabs .tabs-buttons_main{width:100%}
    .sidebar-block .category-latest_link{
        max-width:90%;
    }
    .block-header{
        width:96%;
        float:none;
        margin:auto;
    }
    .about-us{
        display:none;
    }
    .footer-block{max-width:96%}
}
@media screen and (min-width:200px) and (max-width:966px)  
{
    .category-latest{
        padding:25px;
    }
    .main-block{
        width:96%;
        margin: 0 auto 20px;
        float: none;
    }
    .secondary{
        width: 96%;
        margin: 0 auto 20px;
        float: none;
    }
    .footer-block--left,
    .footer-block_center-left{
        margin-right:30px;
    }
    
}
@media screen and (min-width:200px) and (max-width:853px)
{
    .footer-block--left,
    .footer-block_center-left{
        margin-right:20px;
    }
    .footer-block--left,
    .footer-block_right{
        width:270px;
    }
}
@media screen and (min-width:200px) and (max-width:800px)  
{
    .footer-block_caption{
        display:none;
    }
    .form-blogtrottr{
        display:none;
    }
    .footer-block_right,
    .form-blogtrottr {
        width: 190px;
    }
    .footer-social a{margin-left:5px;}
    .top_nav{
        height:60px;
        padding:5px 0 5px 5px;
    }
}
@media screen and (min-width:200px) and (max-width:768px)
{
    .footer-block_center-left{
        width:160px;
    }
}
@media screen and (min-width:200px) and (max-width:736px)  
{
    .footer-social a{
        display:block;
        margin-bottom:5px;
    }
    .footer-counters--right, .footer-counters--left{
        display:block;
        margin-bottom:5px;
    }
    .footer-block_right{width:83px}
}
@media screen and (min-width:200px) and (max-width:667px)  
{
    .category-latest_link{max-width:90%}
}
@media screen and (min-width:200px) and (max-width:603px)  
{
}
@media screen and (min-width:200px) and (max-width:533px)  
{
}
@media screen and (min-width:200px) and (max-width:480px)  
{
}
@media screen and (min-width:200px) and (max-width:414px)  
{
}
@media screen and (min-width:200px) and (max-width:375px)  
{
}
@media screen and (min-width:200px) and (max-width:360px)  
{  
}
@media screen and (min-width:200px) and (max-width:320px) 
{
}

ins.adsbygoogle {width: 100% !important; text-align: center;}
.g-single div > yatag, .a-single div >  yatag,.g-single > yatag, .a-single >  yatag  {display: table !important;margin: auto !important;}

/*Всплываха на ссылках*/
.single-content p a .hrefcontent div {max-height: 140px;overflow: hidden;}
.single-content p a .hrefcontent:after { content: ''; position: absolute; width: 0; height: 0; border: 10px solid; border-color: #ffffff transparent transparent transparent; top: 100%; left: 20%; margin-left: -10px; }
.single-content p a .hrefcontent p {color: black;font-size: 13px;background-color: transparent;}
.single-content p a .hrefcontent {opacity: 0; transition: all 0.5s 0s;}
.single-content p a .hrefcontent h4{font-size: 16px;}
.single-content p a .hrefcontent b { font-size: 16px; padding: 5px 10px; background-color: #68be73; display: block; text-align: center; color: white; margin-top: 10px; }
.single-content p a.load .hrefcontent { background-image: url('images/loading.gif'); background-position: center; background-repeat: no-repeat; background-size: 50px; }
.single-content p a {position: relative;display: inline-block;}
.single-content p a:hover .hrefcontent {margin-bottom: 0px;transition: all 0.5s 0s; opacity: 1; display: block !important; background-color: white; padding: 20px; position: absolute !important; bottom: 100%; left: 10% !important; box-shadow: 0 4px 20px #00000047; border-radius: 5px; min-width: 300px; z-index: 999; }
