/*
Theme Name: Pets
Author: Spytnik
Author URI: https://www.fl.ru/users/Spytnik
Version: v1.0
*/
body{
     font-family: Verdana;
}
@font-face {
    font-family: 'Montserrat Regular'; /* Имя шрифта */
    src: url(fonts/Montserrat-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'Montserrat Medium'; /* Имя шрифта */
    src: url(fonts/Montserrat-Medium.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'Montserrat SemiBold'; /* Имя шрифта */
    src: url(fonts/Montserrat-SemiBold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: 'Montserrat Bold'; /* Имя шрифта */
    src: url(fonts/Montserrat-Bold.ttf); /* Путь к файлу со шрифтом */
}
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-size:16px;
    line-height:18px;
    height:100%;
    font-family: 'Montserrat Regular';
    color:#303447;
}

.primary.single iframe[src*="youtube"] {width: 100%;border: 15px solid #32a498;border-radius: 10px;min-height: 380px;}
@media screen and (max-width: 700px){.primary.single iframe[src*="youtube"] {height: 200px !important;min-height: unset;}}

a,a:hover{text-decoration: none;}
p{margin-bottom:10px;}
img{max-width:100%;height:auto;}
iframe{max-width:100%;display:block;margin:0 auto 25px;}
input,textarea{outline: none;}
.site-title{
    font-size:24px;
    color:#2f3b4d;
    font-weight: bold;
    font-family: 'Montserrat SemiBold';
     margin-bottom: 10px;
     line-height: 28px;
}
.green-small{
    font-size:12px;
    color:#32a498;
    display:inline-block;
    transition: 0.2s;
}
a.green-small:hover{
    text-decoration: underline;
}
.home-link {
    color: #4c516d;
    font-size: 14px;
    font-family: 'Montserrat SemiBold';
    font-weight: bold;
    line-height: 18px;
    transition: 0.3s;
    margin-bottom: 15px;
    display: block;
}
.home-link:hover {
    color: #32a498;
}
.home-link_youtube:before{
    content:'';
    background: url(img/youtube-li.png);
    width:20px;
    height:15px;
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
    position: relative;
    top:-1px;
}

/*! Автор */
.autor_top img {border-radius: 40px; float: left; margin-right: 15px; max-width: unset; width: 40px; height: auto; }
.autor_top {height: 40px;padding: 5px; margin: 15px 0;text-align: left;}


/* header
----------*/
.body-container {min-height: 100%;}
header{
    width:100%;
    max-width:100%;
    height:100px;
    margin-bottom:25px;
    background: #f1e9cd; /* Old browsers */
    background: -moz-linear-gradient(left, #f1e9cd 1%, #cee6e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f1e9cd 1%,#cee6e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f1e9cd 1%,#cee6e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e9cd', endColorstr='#cee6e0',GradientType=1 ); /* IE6-9 */
}
.block-header{
    height:100%;
    width: 1110px;
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    padding:15px 10px;
}
.header-logo{
    float:left;
    width:300px;
    position: relative;
    margin-right:30px;
    height:100%;
}
.description{
    position: relative;
    top: -40px;
    left: 96px;
    color: rgba(48,52,71,0.5);
    font-family: 'Montserrat Regular';
    font-size: 10px;
    line-height: 14px;
    width: 240px;
}
#logo{
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
    position: relative;
    display:inline-block;
    vertical-align: top;
    line-height: 22px;
}
#logo span{
    color:#303447;
    font-size:24px;
    font-weight: bold;
    display:inline-block;
    vertical-align: top;
     padding-top: 10px;
}
#logo:before{
    display:inline-block;
    content:'';
    width:86px;
    height:76px;
    margin-right:10px;
    background:url(img/logo.png) no-repeat;
    line-height: 22px;
}
#logo sup{
    font-size:16px;
    color:#32a498;
    display:inline-block;
    vertical-align: top;
    position: relative;
     top: 8px;
}
#searchform{
    background: #fff;
    height: 50px;
    display:block;
    float:right;
    width:30%;
    position: relative;
    top:10px;
}
#searchform input{
    border:0;
    background: transparent;
    font-size:14px;
    color:#303447;
    height:50px;
    line-height:50px;
    padding:0 20px;
    display:block;
    float:left;
    width:calc(100% - 50px);
     font-family: 'Montserrat Regular';
}
#searchform input[type=submit]{
    width:50px;
    background: url(img/search.png) no-repeat center;
    cursor: pointer;
}
.search_thumb{
    float:left;
    margin-right:15px;
    display: inline-block;
}
.search-form404 #searchform{
    border:1px solid #ddd;
    float:left;
    width:90%;
}
/* top menu
-----------*/
.top-nav {
    width: 30%;
    max-width: 99%;
    float: left;
    height: 50%;
    margin: 0 3%;
    position: relative;
    top:10px;
}
.top-nav>ul>li{
    text-align: center;
}
.top-nav>ul>li>a{
    color:#fff;
    font-size:16px;
    font-family: "Montserrat SemiBold";
    width:50%;
    height:100%;
    background: #4c516d;
    display:inline-block;
    float:left;
    line-height: 50px;
    padding:0 25px;
}
.top-nav>ul>li>a:before{
    content:'';
    display:inline-block;
    vertical-align: middle;
    width:31px;
    height:24px;
    margin-right:10px;
    background: url(img/dogs.png) no-repeat;
}
.top-nav>ul>li:nth-of-type(2)>a{
    background: #32a498;
}
.top-nav>ul>li:nth-of-type(2)>a:before{
    background: url(img/cats.png) no-repeat;
    height:25px;
}
/* home page
----------*/
.menu1 > a,
.menu1 #tab2:target ~ a:nth-of-type(1),
.menu1 #tab3:target ~ a:nth-of-type(1),
.menu1 > div { padding: 5px; border: 0 solid #aaa; }

.menu1 > a { line-height: 28px; background: #fff; text-decoration: none; }


div[data-href*=tab1]{ display: block; }
div[data-href*=tab2]{display: none;}



.main-page{
    width:1110px;
    margin:0 auto 50px;
    max-width:99%;
}
.tabs-navi{
    font-size:24px;
    color:#2f3b4d;
    font-weight: bold;
    font-family: 'Montserrat SemiBold';
     margin-bottom: 10px;
}
.tabs-navi a{
    color:#32a498;
    display:inline-block;
    border-bottom: 1px dotted #32a498;
}
.tabs-navi a.active{
    color:#2f3b4d;
    border-color:transparent;
}
.tab_sub-menu li{
    float:left;
    list-style: none;
}
.tab_sub-menu li ul{
    display:inline;
}
.tab_sub-menu li a{
    color:#32a498;
    font-size:12px;
    line-height:22px;
    font-weight: bold;
    font-family: 'Montserrat SemiBold';
    margin-right: 20px;
    border-bottom:3px solid transparent;
    padding-bottom:0px;
}
.tab_sub-menu li a:hover{
    color:#56619c;
    border-color: #56619c;
}
.tab-big_not-img{
    width:440px;
    height:280px;
    display:block;
    margin-bottom:25px;
    background: url(img/no-photo.png) repeat;
}
.tab-block img{
    width:440px;
    height:280px;
    display:block;
    margin-bottom:25px;
}
.tab_sub-menu{
    margin-bottom:25px;
}
.tab-big_title{
    color:#4c516d;
    font-size:20px;
    line-height:26px;
    font-weight: bold;
    font-family: 'Montserrat SemiBold';
    margin-bottom:15px;
    display: block;
    transition: 0.2s;
}
.tab-big_title:hover{
    color:#32a498;
}
.tab-big_excerpt{
    font-size:14px;
    color:#303447;
    line-height:18px;
    font-family: 'Montserrat Regular';
    margin-bottom:20px;
    text-align:justify;
}
.tab-big_cat a{
    display:block;
    color: #32a498;
    font-size:12px;
    font-family: 'Montserrat Regular';
    margin-bottom:15px;
}
.tab-big_cat a:hover{
    color:#56619c;
}
.tab-big_link{
    display:block;
    font-size:11px;
    color:#32a498;
    text-align: center;
    height:28px;
    line-height:28px;
    width:105px;
    border:1px solid #32a498;
    transition:0.2s;
    font-family: 'Montserrat Regular';
}
.tab-big_link:hover{
    background: #56619c;
    border:1px solid #56619c;
    color:#fff;
}
.tab-big{
    padding: 40px 40px 25px;
    border: 1px solid #ddd;
    display: inline-block;
}
.tab-big_first{
    padding-bottom: 40px;
    margin-bottom:40px;
    border-bottom:1px solid #ddd;
}
.tab-big_mini{
    
}
.mini-not_img{
    display:block;
    width:130px;
    max-width: 100%;
    height:100px;
    background: url(img/no-photo.png) repeat;
    margin-bottom:15px;
}
.tab-big_mini--title{
    font-size:12px;
    color:#4c516d;
}
.tab-big_mini{
    width:30%;
    margin: 0 1.5% 15px;
    display:block;
    float:left;
    transition: 0.2s;
}
.tab-big_mini img{
    width:130px;
    height:100px;
    display:block;
    margin-bottom:15px;
}
.tab-big_mini:hover img{
    opacity: 0.7;
}
.tab-big_mini:hover .tab-big_mini--title{
    color:#32a498;
}
.menu1,.menu2{
    width:48%;
    margin:0 1px;
    float:left;
}
.menu2{
    float:right;
}
.views-field-title a{
    color:#4c516d;
    font-size:14px;
    font-family:'Montserrat SemiBold';
    font-weight: bold;
    line-height:18px;
    transition: 0.3s;
    margin-bottom: 15px;
     display: block;
}
.views-field-title a:hover{
    color:#32a498;
}
.views-field-img{
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block;
    margin-right:15px;
    text-align: center;
}
.views-field-img img{
    width: auto;
    height:80px;
    display: inline-block;
    max-width: 105px;
}
.recent_comments_remak{
    padding:40px;
    background: #eff2ea;
}
.block-inner{
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom:40px;
}
.comments-block-body{
    height: 80px;
    margin-bottom: 35px;
    width:100%;
}
.comments-block_left{
    height: 100%;
    float:left;
    width: calc(100% - 85px);
}
.comments-block_rt{
    float:right;
    width:65px;
    font-size:24px;
    color:#32a498;
    font-family: "Montserrat SemiBold";
    font-weight: bold;
}
.comments-block_rt:before{
    content:'';
    background: url(img/cool.png) no-repeat;
    width:19px;
    height:20px;
    margin-right:7px;
    display:inline-block;
}
.comm-link{
    color:#32a498;
    font-size:11px;
}
.comm-link:before{
    content:'';
    display:inline-block;
    color:#32a498;
    background: url(img/i-comm.png) no-repeat;
    width:12px;
    height:12px;
    margin-right:10px;
}
.add-theme{
    width:100%;
}
.add-theme_capntion{
    width:50%;
    float:left;
    font-size:18px;
    color:#2f3b4d;
    font-family:"Montserrat SemiBold";
    font-weight: bold;
}
.add-theme_link{
    width:50%;
    float:right;
    background: #4c516d;
    color:#fff;
    text-align:center;
    height:46px;
    line-height: 46px;
    font-size:16px;
    font-family:"Montserrat SemiBold";
    font-weight: bold;
    transition: 0.2s;
}
.add-theme_link:hover{
    background: #2e3140;
}
.gray-block{
    background: #e4f3f6;
    padding: 55px 0 25px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.gray-block_center:after{
    content:'';
    background: url(img/gray-block.png) no-repeat right bottom;
    background-size: cover;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom:0;
    right:0;
    width:510px;
    height:525px;
}
.gray-block_center{
    width:1110px;
    margin:0 auto 25px;
    max-width:99%;
}
.video-home{
    width:33%;
    max-width:99%;
    min-width:345px;
    float:left;
}
.video_img-title{
    width:345px;
    height:auto;
    display:block;
    margin-bottom:30px;
    margin-top:30px;
    position: relative;
}
.video_img{
    width:345px;
    height:auto;
    display:block;
    margin-bottom:30px;
    height: 185px;
    position: relative;
    top:0;
}

.video_img:after{
    display:block;
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.3);
}
.video_img-title iframe{
    width:345px;
    height:185px !important;
    max-width: 100%;
    height:auto;
    display:block;
    margin-bottom:30px;
     z-index: 3;
    position: relative;
}
.video_url{
      color: #fff;
    font-size: 16px;
    font-family: 'Montserrat SemiBold';
    font-weight: bold;
    line-height: 18px;
    transition: 0.3s;
    margin-bottom: 15px;
    display: block;
    position: absolute;
    width: 80%;
    margin: 110px 10% auto;
    line-height: 22px;
    top: 0;
    text-align: center; 
    z-index: 2;
}
.video_url img{
    position: absolute;
    display:block;
    width:62px;
    height:47px;
    left:100px;
    top:-65px;
    cursor:pointer;
    
}
.post-video{
    display:block;
    background: rgba(255, 255, 255, 0.5);
    color:#333;
    transition: 0.3s;
    text-align: left;
    padding:10px 15px;
    position: absolute;
    left:-10px;
    top:0px;
}
.post-video:hover{
    color:#333;
    background: #fff;
}

.video_short-loop{
    font-size:14px;
    margin-bottom:20px;
    display:block;
}
.gray-block_right{
    width:500px;
    float:left;
    max-width:99%;
    padding-left:20px;
}
.chit{
    display:inline-block;
    width:100%;
    border:3px solid #eec300;
    border-radius: 20px;
    padding:40px;
    margin-bottom:40px;
}
.chit_title{
    display:block;
    font-size:22px;
    line-height:28px;
    color:#2f3b4d;
    font-family:'Montserrat SemiBold';
    font-weight: bold;
    margin-bottom: 25px;
    transition:0.3s;
}
.chit_title:hover{
    text-shadow: 0 0 10px #fff;
}
.chit_caption{
    margin-bottom:25px;
}
.social{
    width:350px;
    padding-left: 50px;
    max-width:99%;
    color:#2f3b4d;
    font-size:16px;
    line-height:22px;
    font-family:'Montserrat SemiBold';
    font-weight: bold;
}
.social-likes>div{
    height:43px;
    width:43px;
    margin-left: 5px;
    display:inline-block;
}
.social-likes__widget{
}
.social-likes__button{
    display:none !important;
}
div[class*='social-likes__widget_']{
    display:inline-block;
    height:43px;
    width:43px;
    background: transparent url(img/social-sprite.png) no-repeat;
    background-position: 0 0;
    overflow: hidden;
    margin-right:2px;
}
div.social-likes__widget_vkontakte{background-position: 0 0;}
div.social-likes__widget_odnoklassniki{background-position: -45px center;}
div.social-likes__widget_facebook{background-position: -90px center;}
div.social-likes__widget_twitter{background-position: -135px center;}
div.social-likes__widget_plusone{background-position: -180px center;}

.social_title{
    margin-bottom: 25px;
    display:block;
}
.not-active{
    color:#32a498;
    border-bottom:1px dashed #32a498;
}
.rating{
    margin-bottom:40px;
}
.rating_left{
    width:56%;
    float:left;
    margin-right:4%;
}
.rating_right{
    width:40%;
    float:left;
}
.food{
    width:100%;
    max-width:99%;
    background: #eff2ea;
    padding:40px 20px 5px;
}
.food_shop{
    min-height: 80px;
    width:100%;
    margin-bottom:35px;
}
.shop_raiting{
    width:40%;
    float:left;
}
.shop_comments{
    float:right;
    display:inline-block;
    width:40%;
    max-width:100%;
}
.shop_img{
    width:80px;
    height:80px;
    margin-right:15px;
    float:left;
    display: block;
    margin-bottom: 5px;
}
.shop_title{
    font-size:14px;
}
.shop_comments{
    font-size:11px;
    color:#32a498;
}
.shop_comments:before{
    content: '';
    display: inline-block;
    color: #32a498;
    background: url(img/i-comm.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.shop_info{
    float:right;
    width:40%;
    max-width:100%;
}
.shop_cool{
    float:left;
    width:50%;
    position: relative;
    line-height:80px
}
.shop_price{
    float:left;
    width:50%;
    font-size:24px;
    color:#32a498;
    display:inline-block;
    vertical-align: middle;
    font-family:'Montserrat SemiBold';
    line-height:80px
}
.shop_price span{
    font-size:10px;
    position: relative;
    display:inline-block;
    line-height:14px;
    width:50%;
    font-family:'Montserrat Medium';
}
.rating_top{
    height:130px;
    width:100%;
    background: #e5f3f6;
    margin-bottom:20px;
    border:1px solid  #e5f3f6;
}
.rating_logo{
    width:170px;
    height:100%;
    margin-right:25px;
    display:inline-block;
    float:left;
}
.carousel-category a{
    display: block;
    color: #32a498;
    font-size: 12px;
    font-family: 'Montserrat Regular';
    margin-bottom: 15px;
}
.rating_text{
    padding: 25px 25px 25px 0;
    float:left;
    width:calc(100% - 195px);
}
.shop_title{
    cursor: pointer;
}
.rating_top-excerpt{
    color:#090606;
    font-size:10px;
}
.carousel-category{
    display: block;
    color: #32a498;
    font-size: 12px;
    font-family: 'Montserrat Regular';
    margin-bottom: 15px;
}
.new-posts{
    width:100%;
    padding:0 0 40px;
    background: url(img/slider-bg.jpg) no-repeat;
    background-size:cover;
}
.new-posts_center{
    margin:0 auto;
    width:1110px;
    max-width:100%;
}
.b-carousel-block{
    background: #fff;
     margin: 0 7px;
}
.a-carousel-image-link{
    width:230px;
    float:left;
}
.a-carousel-image-link img{
    display:block;
    width:auto;
    margin:0 auto;
    height:170px;
}
.carousel-title{
    margin-bottom:20px;
}
.span-block{
    padding:20px;
    display:block;
}
.get-new-posts{
    font-weight: bold;
    font-family:'Montserrat SemiBold';
    font-size:14px;
    text-align: center;
    display:block;
}
/* content 
----------*/
.content{width:100%;}
.primary{
    width:730px;
    max-width:100%;
    float:left;
    display:inline-block;
    vertical-align: top;
}
.entry-content{
    text-align: justify;
}
.entry-content a{color: #32a498 !important; text-decoration: none; border-bottom: 1px dotted #04ace5; line-height: 20px; font-weight: bold;
}
.entry-content a:hover{
    text-decoration: underline;
}
blockquote,q{
    border-radius: 4px;
    padding:20px;
    max-width:100%;
    width:100%;
    margin-bottom: 25px;
    min-height:110px;
    display: block;
     background: #f1e9cd;
    background: -moz-linear-gradient(left, #f1e9cd 1%, #cee6e0 100%);
    background: -webkit-linear-gradient(left, #f1e9cd 1%,#cee6e0 100%);
    background: linear-gradient(to right, #f1e9cd 1%,#cee6e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e9cd', endColorstr='#cee6e0',GradientType=1 );
}
blockquote:before,q:before{
    content:'';
    display:inline-block;
    vertical-align: middle;
    background: url(img/q.png) no-repeat;
    line-height: 70px;
    height:70px;
    width:70px;
    box-sizing: border-box;
    padding-right:20px;
    position: absolute;
}
blockquote p,q p{
    display:inline-block;
    padding-left: 115px;
    vertical-align: top;
    margin-bottom:0;
}
strong,b{
    font-weight: bold;
}
.content-titles{
    font-size:24px;
    color:#2f3b4d;
    font-family:'Montserrat SemiBold';
    font-weight: bold;
    margin-bottom: 35px;
    line-height:28px;
}
/* category
------------*/
.flex .b-carousel-block{
    margin:0;
}
.categoryes-entry{
    padding: 10px;
    float:left;
}
.list-cat ul{
    list-style-type: none;
    display:block;
    width:100%;
}
.list-cat ul a{
    font-size:13px;
    line-height: 22px;
    text-transform: uppercase;
    font-family:'Montserrat SemiBold';
    font-weight: bold;
}
.list-cat ul a:hover{
    color:#32a498;
}
.list-cat>ul{
     -webkit-columns: 3; 
    -moz-columns: 3; 
    columns: 3;
}
.categoryes_new{
    background: #fff;
}
.categoryes_new.new-posts{
    padding-bottom: 0;
}
.category_description{
    margin: 20px 10px;
}
.categoryes .b-carousel-block{
    background: #f7f7f7;
    padding-bottom:0px;
    margin-bottom: 10px;
    height: auto;
}
.primary .b-carousel-block{
    background: #fff;
}
.categoryes .a-carousel-image-link{
    border:none;
}
.categoryes .flex,
.fix{
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	display: flex;
}
.search-page .tab-big_mini img{
    display:block;
}

.categoryes .comments-block_right em strong{display:block}
.fix{
    margin-bottom:35px;
}
.pagination{
    text-align: center;
     margin-bottom: 25px;
}
.page-numbers{
    width:30px;
    display: inline-block;
    height:30px;
    line-height: 30px;
    background:#56619c;
    margin:0 3px;
    text-align: center;
    font-size:14px;
    font-family:'Montserrat SemiBold';
    color:#fff;
    border: 1px solid transparent;
}
a.page-numbers{
    background:transparent;
    color:#56619c;
    border:1px solid #56619c;
    transition: 0.2s;
}
a.page-numbers:hover{
    background: rgba(86, 97, 156, 0.1);
}
.pagination .next,.pagination .prev{
    border:0;
}
/* single
---------*/
.single{
    color:#303447;
    font-size:14px;
    line-height:22px;
    font-family:'Montserrat Regular';
}
.single h1,
.video h1{
    font-size:32px;
    line-height:38px;
    margin-bottom:25px;
    font-family:'Montserrat Medium';
}
.video h1{
    margin-bottom: 0;
}
.single h2{font-size:28px;line-height:34px;font-family:'Montserrat Medium';margin-bottom: 25px;}
.single h3{font-size:24px;line-height:30px;font-family:'Montserrat Medium';margin-bottom: 25px;}
.single h4{font-size:22px;line-height:28px;font-family:'Montserrat Medium';margin-bottom: 25px;}
.single h5{font-size:20px;line-height:26px;font-family:'Montserrat Medium';margin-bottom: 25px;}
.single h6{font-size:18px;line-height:24px;font-family:'Montserrat Medium';margin-bottom: 25px;}
.single>p{
    margin-bottom: 25px;
}
.single p{
    margin-bottom:25px;
}
.single ul{
    margin-bottom:20px;
    margin-left:5px;
}
.single ul li{
    margin-bottom:5px;
    display:block;
}
.single ul li:before{
    content:'';
    display:inline-block;
    background: url(img/ul.png) no-repeat;
    margin-right:15px;
    width:11px;
    height:11px;
}
.single ol {
	list-style: none; 
	counter-reset: point; 
    margin-bottom:25px;
}
.single ol li {
	margin-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
.single ol li:before {
	content: counter(point); 
	counter-increment: point 1; 
	font-size: 12px; 
	background: #32a498;
	width: 24px;
    height:24px;
    border-radius:12px;
	color: #fff;
	font-weight: bold;
    font-family:'Montserrat Bold';
	text-align: center;
    line-height:24px;
    margin-right:15px;
    display:inline-block;
    vertical-align: middle;
}
.single ol.commentlist li:before{
    display:none;
}
.single .toc_list li{
    display:block;
}
.single .toc_list li a{
    font-size:14px;
    text-decoration: underline !important;
    color:#4c516d;
    margin-bottom:7px;
    
}
.single .toc_list li a:hover{
    text-decoration: none !important;
    color:#56619c;
}
.toc_number{
    display: none !important;
}
.single .toc_list li:before{
    background: url(img/toc-ul.png) no-repeat;
    width:8px;
    height:8px;
    text-decoration: underline;
    color:#4c516d;
}
#toc_container p.toc_title{
    color:#303447;
    font-size:20px;
    font-family:'Montserrat SemiBold';
    font-weight: bold !important;
    text-align:left !important;
}
#toc_container{
    border:0 !important;
    background: #eff2ea !important;
    width:100% !important;
    padding:20px 35px !important;
    margin-bottom: 25px !important;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #4c516d !important;
    font-weight: normal !important;
    vertical-align: middle;
    color:#fff;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #f7f7f7 !important;
}
.tablepress .odd td{
    background-color: #fff !important;
}
.tablepress .even td{
    background-color: #f7f7f7 !important;
}
.tablepress .row-hover tr:hover td {
    background-color: transparent;
}
.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
    overflow-x: auto;
    max-width: 100%;
    display: block;
}
.breadcrumbs{
    margin-bottom:25px;
    color:#303447;
    font-size:12px;
    line-height:14px;
}
.breadcrumbs a{
    color:#32a498;
    transition: 0.2s;
}
.breadcrumbs a:hover{
    color:#56619c;
}
#bread-home:before{
    content:'';
    width:11px;
    height:9px;
    margin-right:7px;
    display:inline-block;
    vertical-align: middle;
    background:url(img/home.png) no-repeat;
    position: relative;
    top:-1px;
}
.bread-arrow{
    background: url(img/green-arrow.png) no-repeat;
    margin:0 4px;
    display:inline-block;
    vertical-align: middle;
    width:3px;
    height:9px;
    position: relative;
    top:-1px;
}
.primary_head{
    width:100%;
    background: #f7f7f7;
    height:auto;
    margin-bottom:25px;
    position: relative;
    min-height: 300px;
}
.primary_head span,
.primary_comm a{
    font-size:16px;
    color: #303447;
    font-family:'Montserrat SemiBold';
    font-weight: bold;
    margin-bottom:10px;
    display:block;
    transition: 0.2s;
}
.primary_comm a{
    color:#32a498;
}
.primary_comm a:hover{
    color:#56619c;
}
.post-ratings{
    font-size:12px;
    color:#303447;
}
.primary_thumb{
    width:350px;
    height:auto;
    max-width: 100%;
    display:inline-block;
    vertical-align: top;
}
.primary_head{
    min-height:150px;
}
.primary_thumb img{
    height:auto;
}
.primary_caption{
    display:inline-block;
    width:calc(100% - 355px);
    vertical-align: top;
    padding:25px 15px 25px 25px;
    position: relative;
    height:100%;
}
.primary_comm{
    font-size:12px;
    color:#303447;
}
.post-ratings-text{
    display:none !important;
}
.primary_rait{
    margin-bottom:20px;
}
#loop{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}
#loop .video-block{
    display:block;
}
.primary_rait em{
    display:inline-block;
    margin-left:10px;
}
#pagination a{
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #32a498;
    font-weight: bold;
    font-family: 'Montserrat SemiBold';
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: 0.2s;
    margin:0 auto;
    display:block;
}
/* images
---------*/
.wp-caption  {
    margin: auto;
    max-width: 100% !important;
    text-align: center;
    padding:0;
    margin-bottom: 25px;
}
.wp-caption p{
    margin-bottom: 0;
    background: #f7f7f7;
    margin-top: -6px;
    padding: 10px;
    color:#303447;
}
.wp-caption img{
    padding:0;
}
.aligncenter{
display: block;
margin:0px auto 25px;
}
.alignleft{
float:left;
margin-right:10px;
margin-bottom: 20px;
display:block;
}
.alignright{
float:right;
margin-left:10px;
display:block;
margin-bottom: 20px;
}
/* sidebar
----------*/
.secondary{
    width:350px;
    max-width: 100%;
    display:inline-block;
    vertical-align: top;
    float:right;
}
.sidebar-block{
    margin-bottom:40px;
}
.sidebar-block a{
    color: #4c516d;
    font-size: 14px;
    font-family: 'Montserrat SemiBold';
    font-weight: bold;
    line-height: 18px;
    transition: 0.3s;
    margin-bottom: 15px;
    display: block;
}
.sidebar-block a:before{
    content:'\25B6';
    font-size: 12px;
    display:inline-block;
    vertical-align: top;
    width:14px;
    height:14px;
    line-height:16px;
    transition: 0.2s;
}
.sidebar-block a:hover{
    color:#32a498;
}
/* comments
-----------*/ 
.commentlist{
    max-width: 100%;
    margin-bottom:25px;
}
.commentlist li{
    display:inline-block;
}
.commentlist .vcard{
    display:inline-block;
    margin:5px 0;
    clear:both;
    position: relative;
     padding: 25px 25px 20px;
     background: #f1e9cd;
    background: -moz-linear-gradient(left, #f1e9cd 1%, #cee6e0 100%);
    background: -webkit-linear-gradient(left, #f1e9cd 1%,#cee6e0 100%);
    background: linear-gradient(to right, #f1e9cd 1%,#cee6e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e9cd', endColorstr='#cee6e0',GradientType=1 );
}
.commentlist .vcard #comment_author_link{
    color:#56619c;
    font-size:12px;
}
.commentlist .avatar{
    float:left;
    margin-right: 20px;
}
.commentlist p{
    width: 88%;
    float:right;
    padding-bottom:0px;
    color:#1a1a2c;
    font-size:14px;
    margin-bottom: 0;
}
.commentlist .reply{
    display:inline-block;
}
.commentlist .reply a{
    color:#fff !important;
    background: #56619c;
    height:15px;
    width:60px;
    color:#56619c;
    font-size:9px;
    display:block;
    text-align: center;
    line-height:15px;
    margin-left:10px;
}
.comment-edit-link{
    margin-left: 10px;
    font-size: 9px;
    color: green;
}
.commentlist .children{
    margin-left:10px;
}
#cancel-comment-reply-link{
    display: block;
    margin-bottom: 5px;
}
#commentform{
    margin-left: 0px;
}
textarea#comment{
    width:97%;
    max-width: 100%;
} 
#comment_form_title{
    margin-left:10px;
}
#respond{
    max-width: 100%;
}
.comm-input{
    position: relative;
    margin-bottom:10px;
    width:100%;
}
.comm-input input{
    height:40px;
    float:left;
    padding:0 10px;
    line-height:40px;
    color:#352c37;
    font-size:12px;
    border:1px solid #ddd;
    float:left;
    width:49%;
    font-family:'Montserrat Regular';
}
.comm-input #email{
    float:right;
}
#commentform textarea{
    width:100%;
    height:70px;
    display:block;
    margin-bottom:15px;
    border:1px solid #ddd;
    padding:10px;
    color:#352c37;
    font-size:12px;
    font-family:'Montserrat Regular';
    resize: none;
}
#commentform input[type=submit]{
    width:200px;
    height:50px;
    line-height:50px;
    color:#fff;
    background: #32a498;
    font-weight: bold;
    font-family:'Montserrat SemiBold';
    text-align: center;
    border:0;
    cursor:pointer;
    transition: 0.2s;
}
#commentform input[type=submit]:hover{
    background: #2d8e84;
}
/* similar posts
-----------------*/
.similar-info{
    margin: 0px;
}
.similar-info-title{
    border-bottom: 1px solid #E0E0E0;
}
.similar-posts{
    padding: 20px 0 0px;
    text-align: justify;
}
.similar-info .flex{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}
.related-post{
    width: 32.7% !important;
    display: inline-block;
    margin-bottom: 0px;
    max-width: 230px;
    position: relative;
    vertical-align: top;
}
.related-post-img{
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 150px;
    width: 100%;
}
.related-post-title{
    display: block;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    width: 100%;
}
/* footer
--------*/
footer{
    width:100%;
    background: #303447;
    padding:15px 0;
     position: relative;
}
.footer-block{
    height:auto;
    margin:0px auto 0;
    width:1110px;
    max-width:100%;
}
.footer_logo{
    width:205px;
    float:left;
    margin-right:20px;
    height:50px;
    background: url(img/footer-logo.png) no-repeat;
}
.copy{
    width:20%;
    float:left;
    font-size:10px;
    color:#fff;
    line-height:12px;
    padding-top:8px;
}
.footer_links{
    width:28%;
    padding-top: 20px;
    float:left;
}
.footer_links a{
    float:left;
    margin-left: 15px;
    font-size:10px;
    color:#32a498;
    transition:0.2s;
}
.footer_links a:hover{
    color:#fff;
}
.footer_menu{
    width:28%;
    float:right;
}
.footer_menu .top-nav{
    top:3px;
    margin:0;
    width: 100%;
}
/* search
---------*/
.advanced-search{
    width:100%;
    position: relative;
    height:200px;
    padding:40px;
     background: #f1e9cd;
     margin-bottom:35px;
    background: -moz-linear-gradient(left, #f1e9cd 1%, #cee6e0 100%);
    background: -webkit-linear-gradient(left, #f1e9cd 1%,#cee6e0 100%);
    background: linear-gradient(to right, #f1e9cd 1%,#cee6e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e9cd', endColorstr='#cee6e0',GradientType=1 );
}
.search_text{
    width:100%;
    float:right;
}
.search_excerpt{
    font-size:14px;
    line-height:18px;
    text-align: justify;
    color:#333;
}
.search_excerpt p{
    margin:0;
}
.fix .tab-big_second{
    height:120px;
    display:block;
}
.categoryes .fix .tab-big_second{
    margin-bottom: 25px;
     overflow: hidden;
}
.categoryes .fix .tab-big_second a{
    transition: 0.2s;
}
.no_find{
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
    line-height:18px;
     margin: 30px 0 0 100px;
}
.categoryes .fix .tab-big_second a:hover{
    color:#32a498;
}
.fix .tab-big_second a{
    width:calc(100% - 160px) !important;
    display:block;
    float:right;
    margin: 0 0 15px;
    font-size:18px;
    font-family: 'Montserrat SemiBold';
    font-weight: bold;
}
.fix-block img{
    width:130px;
    display:block;
    float:left;
    margin-right:15px;
}
div[class*=option]{
    float:left;
    margin-right: 20px;
     width: 200px;
}
.submit-tag{
    float:left;
}
div[class*=option] select{
    padding:10px;
    width:200px;
    background: #fff;
    border: 0;
    display:block;
}
div[class*=option] option:before,
div[class*=option] option:after{
  box-sizing: border-box;
  content:'';
}
#advanced{
    position: absolute;
}
#advanced div[class=submit]{
    float:left;
}
#advanced .advanced_submit{
    height:40px;
    float:left;
    display:block;
    border: 0;
    width:150px;
    background: #56619c;
    color:#fff;
    text-align: center;
    line-height:40px;
    font-size:12px;
    font-family:'Montserrat SemiBold';
    cursor: pointer;
}
#advanced label{
    font-size:12px;
    color:#32a498;
    margin-bottom: 14px;
    display:block;
}
.select {
    display: inline-block;
  vertical-align: top; 
  max-width: 200px;
    width: 100%;
}

.select__gap {
	background: #fff;
	color: #303447;
	font-size: 12px;
    line-height: 40px;
	cursor: pointer;
	position: relative;
    padding:0 10px;
}

.on.select__gap,
.select__gap:hover {
  color: #000;
} 

.select__list {
	background: transparent;
	margin: 0px 0;
    background: #fff;
     border: 1px solid #ddd;
     border-top:0;
     z-index: 10;
    position: relative;
}

.select__list.on {
	display: block;
}

.select__item span {
    display: block;
    padding:0 10px;
    cursor: pointer;
    color: #333;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-top: 1px solid #ddd;
}
.select__gap:after {
	content: '\25BC';
	display: block;
	position: absolute;
	right: 15px;
     font-size: 14px;
    color: #000;
    top: 0%;

	-webkit-transition: all .27s ease-in-out;
	     -o-transition: all .27s ease-in-out;
	        transition: all .27s ease-in-out;

	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.on.select__gap:after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
/* media screen
---------------*/
@media screen and (min-width:200px) and (max-width:1100px)  
{
    .gray-block_right{
        position:relative;
        z-index:111;
    }
    .top-nav>ul>li>a{
        padding:0;
    }
}
@media screen and (min-width:200px) and (max-width:1024px)  
{
    .top-nav{
        width:35%;
    }
    #searchform{
        width:25%;
    }
    .rating_left{
        width:50%;
    }
    .rating_right{
        width:46%;
    }
    .social_title{
        background: rgba(264, 264, 264, 0.4);
        padding:10px;
    }
    .shop_raiting{
        width:calc(100% - 95px);
    }
    .shop_info{
        float:none;
        width:100%;
        display:none;
    }
    .shop_price{
        text-align: right;
    }
    .shop_price,.shop_cool{
        line-height:40px;
    }
    .footer_links{
        width:200px;
        padding-top: 0;
    }
    .footer_menu{
        min-width: 320px;
    }
    div[class*=option]{
        width:17%;
    }
    div[class*=option] select{
        width:100%;
    }
    #advanced{
        width:99%;
    }
    .fix-block {
        max-width: 98%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .primary{
        width:620px;
    }
    .primary .b-carousel-block {
        float: none;
        display: inline-block;
    }
    .categoryes .flex, .fix{
        justify-content: space-around;
    }
    .new-posts_center .h-carousel-items{
        justify-content: space-around;
    }
    .secondary{
        
    }
    .advanced-search{
        overflow:hidden;
        margin-bottom: 35px;
    }
    .primary_thumb{
        width:250px;
    }
    .primary_caption{
        width:calc(100% - 300px);
    }
    .primary_head{
        border-radius: 17px 0;
    }
    .primary_thumb img {
        height: auto;
        margin-top: 30px;
        margin-left: 10px;
        border-radius: 17px 0;
    }
}
@media screen and (min-width:200px) and (max-width:966px)  
{
    .top-nav>ul>li>a span{display:none}
    .top-nav>ul>li>a{
        height:36px;
        line-height:36px;
    }
    .top-nav{
        margin-top:-15px;
        width:160px;
    }
    .top-nav>ul>li {
        text-align: center;
        width: 50% !important;
        display: block;
        height: 36px;
        margin-bottom: 5px;
    }
    #searchform{
        width:33%;
    }
    .gray-block_right{
        width: calc(100% - 345px);
    }
    .b-carousel-button-left,.b-carousel-button-right{display:none !important}
    .h-carousel-items{
        width:auto !important;
    }
    .h-carousel-items{
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        display: flex;
    }
    .b-carousel-block{
        padding:0;
        margin:0 15px 15px;
    }
    .primary {
        width: 98%;
        float: none;
        display: block;
        margin: 0 auto;
    }
    div[class*=option]{
        width:16.5%;
    }
    .advanced-search {
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }
    .secondary{
        width:98%;
        margin:0 auto;
    }
    .video_short{
        width:calc(100% - 350px);
        display:block;
        float:right;
        padding: 35px 15px 0;
    }
    .video_img-title{
        float:left;
     clear: both;
    }
    .video-home{
        width:100%;
    }
}
@media screen and (min-width:200px) and (max-width:853px)
{
    .menu1, .menu2 {
        width: 99%;
        margin: 0 auto 15px;
        float: none;
    }
    .gray-block_center:after{
        opacity: 0.3;
    }
    .rating_top-excerpt{
        display:none;
    }
    .footer_menu{
        min-width:155px;
    }
    .footer-block{
        
    }
    .top-nav>ul>li{
        width:155px;
    }
    .top-nav>ul>li>a{
        width:100%;
    }
}
@media screen and (min-width:200px) and (max-width:800px)  
{
    #searchform{width:27%}
    .copy{
        width:calc(100% - 225px);
        margin-bottom: 45px;
    }
    .footer_links{
        width:calc(100% - 330px);
        float:left;
        position: relative;
        top:10px;
    }
    .footer_menu{
        width:310px;
        margin-right:15px
    }
    .copy{
        position: relative;
        top:15px;
    }
    .footer_menu .top-nav>ul>li{
        width: 310px;
    }
    .footer_menu .top-nav>ul>li {
        width: 50%;
        float: left;
    }
    .top-nav>ul>li>a{
        padding:0;
    }
    .advanced-search{
        width:100%;
        height:auto;
    }
    #advanced{
        position: relative;
    }
    div[class*=option]{
        width:100%;
        float:none;
        margin:0
    }
    #advanced label{
        margin:5px;
        font-size:16px;
    }
    div[class*=option] select{
        max-width: 100%;
        width:98%;
        margin:0 auto;
        display:block;
        padding:5px;
        font-size:16px;
    }
    #advanced .advanced_submit{
        height:30px;
        line-height:30px;
        cursor: pointer;
        transition:0.3s;
    }
    #advanced .advanced_submit:hover{
        background:#2e3140;
        color:yellow;
    }
}
@media screen and (min-width:200px) and (max-width:768px)
{
    .h-carousel-items {}
    .h-carousel-items {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        display: flex;
    }
    .b-carousel-block{
        text-align: left;
         float: none;
        display: inline-block !important;
    }
    .primary_thumb{
        display:none;
    }
    .primary_caption {
        display: inline-block;
        width: 100%;
        float: right;
        vertical-align: top;
        top: 0;
        padding: 5px 0px 5px 5px;
        height: 100%;
    }
    .primary_head{
        background: #fff;
    }
    .primary_comm{
        margin-bottom: 25px;
    }
}
@media screen and (min-width:200px) and (max-width:736px)  
{
    .top-nav{
        width:calc(100% - 380px);
    }
    .top-nav>ul>li{
        float:left;
    }
    #searchform{
        width:calc(100% - 380px);
        clear:both;
        top: -30px;
        height:36px;
        left:-28px;
    }
    #searchform input{
        height:36px;
            
    }
    .top-nav>ul>li>a span{
        display:inline-block;
    }
    .header-logo{
        margin-right:0
    }
    .list-cat>ul{
        column-count: 2;
    }
}
@media screen and (min-width:200px) and (max-width:667px)  
{
    .header-logo{width:99%;margin: 0 auto 30px;}
    .top-nav{width:98%;float:none;margin:0 auto 30px;}
    header{height:160px;}
    .header-logo {
        height: 76px;
        margin: 0;
    }
}
@media screen and (min-width:200px) and (max-width:603px)  
{
    .video-home {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
        float: none;
    }
    .rating_left,.rating_right{
        width:98%;
        float:none;
        display:block;
        margin: 0 auto 15px;
        padding:0 15px;
    }
    .rating_top-excerpt{
        display:block;
    }
    .food{
        margin-bottom:20px;
    }
    .gray-block_right{
        width:100%;
    }
    .tab_sub-menu li a{display:block}
    .tab-block img{
        height:auto;
    }
    .social{
        padding:0;
    }
}
@media screen and (min-width:200px) and (max-width:533px)  
{
    header{
        height:200px
    }
    #searchform{
        float:none;
        left:0;
        display:block;
        width:100%;
        top: -25px;
    }
    .top-nav{
        clear: both;
        margin-bottom: 0px;
    }
    .footer_links{
         width: 100%;
        margin-bottom: 20px;
    }
    .footer_menu{
        float:none;
        margin-left:10px
    }
    .video_img-title{
        float:none;
        width:100%
    }
    .video_short{
        width:100%;
     padding: 0px 15px 0;
    }
}
@media screen and (min-width:200px) and (max-width:480px)  
{
    .rating_top-excerpt{
        display:none;
    }
    .tab-big_mini{
        width:100%;
    }
    .tab-big_mini img{
         float: left;
        margin-right: 15px;
    }
    .tab-big{
        border:0;
    }
    #toc_container{
        padding: 20px 5px !important;
    }
    blockquote p, q p{
        padding-left: 0px;
    }
    blockquote:before, q:before{
        display:none;
    }
    .commentlist p{
        margin-top:10px;
        width:100%;
    }
    .search_thumb {
        float: none;
        margin-right: 15px;
        display: block;
        clear: both;
        margin-bottom:10px;
    }
    .fix .tab-big_second a{
        width:100% !important;
    }
    .search_excerpt {
        font-size: 14px;
        line-height: 18px;
        text-align: justify;
        color: #333;
        display: block;
        clear: both;
    }
    .fix-block img{
        float:none;
    }
    .fix .tab-big_second{
        height:auto;
    }
    
    .video_img-title{
        width: 300px !important;
        max-width: 300px;
        height:auto;
    }
    .video_img{
        margin-bottom:0;
        height:auto;
    }
    .video_img-title iframe {
        width: 100%;
        height: auto !important;
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 0px;
        z-index: 3;
        position: relative;
    }
    .video_url img{
     margin-left: -31px;
    left: 50%;
    }
    .comm-input input{
        width:90%;
    }
    .comm-input input#author{
        margin-bottom:10px;
    }
    .comm-input #email{
        float:none;
    }
    .list-cat>ul{
        column-count: 1;
    }

}

@media screen and (min-width:200px) and (max-width:414px)  
{
    .tab-big_mini img{
        display:none;
    }
    a.tab-big_mini .tab-big_mini--title{
        font-size:16px;
        font-weight: bold;
        display: block;
        float:none;
        margin-bottom:15px;
    }
    .copy{
        width:100%;
        padding-left: 15px;
    }
}
@media screen and (min-width:200px) and (max-width:375px)  
{
    .add-theme_capntion{
        float:none;
        display:block;
        width:99%;
        margin:0 auto 15px;
    }
    .add-theme_link{
        float:none;
        display:block;
        width:99%;
        margin:0 auto;
    }
    .top-nav>ul>li{
        width:50%;
    }
    .comments-block-body{
        height:180px;
    }
    .views-field-img{
      float: none;
    display: block;
    margin-bottom: 10px;
    }
    .views-field-img{
        width:99%;
        margin: 0 auto;
        overflow: hidden;
    }
    .green-small{
          float: none !important;
        display: block;
        margin-left: 5px;
    }
    .comm-link{
        display:block;
        width:200px;
    }
    .comments-block-body{
        margin:0;
    }
    .shop_comments{
        display:none
    }
    .secondary{
        overflow: hidden;
    }
    .footer_menu {
        width: 310px;
        max-width: 310px;
        padding: 0px ;
        margin: 0 !important;
        overflow: hidden;
    }
    .footer_menu .top-nav>ul>li{
        width:50%;
    }
}
@media screen and (min-width:200px) and (max-width:360px)  
{  
    .header-logo{
        max-width: 100%;
        overflow: hidden;
    }
    .body-container{
        overflow: hidden;
    }
}
@media screen and (min-width:200px) and (max-width:320px) 
{
    .home-link {
        font-size: 13px;
        line-height: 14px;
        display: inline-block;
        padding: 10px ;
        background: #fff;
        border-radius: 3px;
    }
    .rating_text {
        padding: 25px 25px 25px 0;
        float: none;
        width: 150px;
        position: absolute;
        right: 10px;
    }
}
/* other
--------*/
.clearfix{
    clear: both;
    display:block;
    width:100%;
}
#top {
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-size: 150%;
  position: fixed;
  right: 20px;
  opacity: 0.7;
}
#top:hover{
    opacity: 1;
}

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;}

/*Всплываха на ссылках*/
.entry-content p a .hrefcontent div {max-height: 140px;overflow: hidden;}
.entry-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; }
.entry-content p a .hrefcontent p {color: black;font-size: 13px;background-color: transparent;}
.entry-content p a .hrefcontent {opacity: 0; transition: all 0.5s 0s;}
.entry-content p a .hrefcontent h4{font-size: 16px;}
.entry-content p a .hrefcontent b { font-size: 16px; padding: 5px 10px; background-color: #68be73; display: block; text-align: center; color: white; margin-top: 10px; }
.entry-content p a.load .hrefcontent { background-image: url('images/loading.gif'); background-position: center; background-repeat: no-repeat; background-size: 50px; }
.entry-content p a {position: relative;display: inline-block;}
.entry-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; }