@import url('css/fonts/opensans/style.css');
@import url('css/fonts/fonts-metali/fbMetali.css');

body{
    padding: 0;
    margin: 0;
}

div, h1, h2, h3, h4, h5, span, p, a, label, form, ul, textarea, input{
    font-family: 'fbMetali', sans-serif;
}


.wrapper{
    width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 0 35px 2px rgba(0,0,0,0.5);
}



header{}

header .logo-holder{
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}
header .logo-holder a{
    display: block;
    margin: 0 auto;
    width: 360px;
    height: auto;
}
header .logo-holder img{
    display: block;
    width: 100%;
    height: auto;
}

header .top{position: relative;}
header .top .bg{
    display: block;
    width: 100%;
    height: auto;
}
header .top .image_menu{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 1%;
    top: 13%;
    direction: rtl;
    width: 31%;
}
header .top .image_menu:after{
    content: "";
    display: block;
    clear: both;
}
header .top .image_menu li{
    float: right;
    width: 25%;
    -webkit-transition: 0.5s all;
}
header .top .image_menu li:hover{
    -webkit-transform: scale(1.1);
}
header .top .image_menu li a{}
header .top .image_menu li a img{
    display: block;
    width: 100%;
    height: auto;
}

.main_menu{
    background: #000;
    color: #fff;
    font-size: 13px;
}

.main_menu .menu-row{
    width: 840px;
    margin: 0 auto;
    padding: 10px 0;
    direction: rtl;
}
.main_menu .menu-row:after{
    content: "";
    display: block;
    clear: both;
}

.main_menu .menu_wrap{float: right;}
.main_menu .menu{list-style: none; margin: 0; padding: 0;}
.main_menu .menu li{display: inline-block; font-size: 18px;}
.main_menu .menu li:after{
    content: "/";
    display: inline-block;
    padding: 0 4px 0 0;
    font-weight: 300;
}
.main_menu .menu li:last-child:after{content: "";}
.main_menu .menu li a{text-decoration: none; color: #fff;}

header .social-main{
    float: left;
    direction: ltr;
}
.social-links{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-links li{
    display: inline-block;
    margin: 0 8px;
}
.social-links li a{text-decoration: none; color: #fff;}

.search-bar{float: left; direction: ltr;}

.search-bar input[type=text]{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    outline: none;
    color: #fff;
}
.search-bar i{
    display: inline-block;
    padding: 0px 2px 4px 10px;
    vertical-align: middle;
}
.search-live.floating{
    display: inline-block;
    direction: rtl;
    vertical-align: middle;
    bottom: 4px;
    top: auto !important;
}
.top-img{}
.top-img img{display: block; width: 1000px; height: auto;}

.top-img.anim{position: relative;}
.top-img.anim .hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: ALL 0.5s;
}
.top-img.anim .btns a{
    position: absolute;
}
.top-img.anim .btns a.roni{
    width: 20%;
    height: 37%;
    right: 12%;
    bottom: 9%;
}
.top-img.anim .btns a.avi{
    width: 22%;
    height: 44%;
    left: 9%;
    top: 1%;
}
.top-img.anim .btns a.yoni{
    width: 17%;
    height: 44%;
    top: 1%;
    right: 14%;
}
.top-img.anim .btns a.lea{
    width: 21%;
    height: 37%;
    left: 10%;
    bottom: 9%;
}
.top-img.anim .btns a.salon{
    width: 17%;
    height: 38%;
    left: 47%;
    top: 1%;
}
.top-img.anim .btns a.bath{
    width: 16%;
    height: 37%;
    left: 31%;
    bottom: 9%;
}
.top-img.anim .btns a.kitchen{
    width: 16%;
    height: 44%;
    left: 31%;
    top: 1%;
}


.container{
    background: #f6f2e4;
    direction: rtl;
    position: relative;
    padding: 0 25px;
}

.single .container{padding: 0 200px;}

.container.articles{padding: 0;}
.container .shadow{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 0.1px;
    box-shadow: 0px 1px 14px 1px rgba(0,0,0,0.5);
}

.container .social-main{
    text-align: center;
    font-size: 23px;
    padding: 15px 0;
}
.container .social-main a{color: #000;}

.single .title{
    margin: 0;
    font-size: 38px;
    font-weight: 500;
}
.by{font-size: 16px;}
.by .name{border-bottom: 1px solid;}
.by .date{}
.by .sep{}

.container.articles .the_content{border-bottom: none;}
.the_content{
    font-size: 24px;
    border-bottom: 3px solid #c6c3be;
}
.the_content:after{
    content: "";
    display: block;
    clear: both;
}
.content{padding:30px 0;}
.text{}
.text:after{
    content: "";
    clear: both;
    display: block;
}
.text .left{float: left; margin: 10px 10px 10px 0;}
.text .right{float: right; margin: 10px 0 10px 10px;}
.text .center{display: block; margin: 30px auto;}
.text .video{position: relative; overflow: hidden;}
.text .video.right, .text .video.left{width: 300px;}
.text .video.center{width: 100%;}
.text .video:after{
    content: "";
    display: block;
    padding-top: 56.6%;
    overflow: hidden;
}

.text .video .ytimg{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.text .video .ytimg .bg{
    width: 100%;
    display: block;
    margin-top: -9%;
}
.text .video .ytimg .play{
    position: absolute;
    width: 20%;
    right: 40%;
    top: 26%;
}

.text .video iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block{
    display: inline-block;
    width: 237px;
    vertical-align: top;
    text-align: right;
    float: right;
}
.block a{text-decoration: none; color: #000;} 

.row3 .block{width: 316px;}
.row3 .block .img .play{
    position: absolute;
    top: 24%;
    width: 30%;
    right: 35%;
}

.repeater{text-align: center;}
.first_row{text-align: center;}
.first_row .hrow{
    width: 475px;
    float: right;
}
.first_row .hrow .title{
    font-weight: 500;
    margin: 5px 0;
}
.first_row .hrow .title a{text-decoration: none; color: #000;}
.first_row:after{
    content: "";
    display: block;
    clear: both;
}
.first_row .block{}

.block .inner{padding: 5px 15px;}
.block .img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.block .img .play{
    position: absolute;
    top: 30%;
    width: 40%;
    right: 30%;
}
.block .img img{display: block; width: 100%; height: auto;}
.block .bot{
    padding: 0 5px;
    font-size: 17px;
}
.block .bot .title{
    margin: 0 auto;
    font-size: 25px;
    font-weight: 500;
}
.block .excerpt{}
.block .excerpt p{margin: 6px auto;}
.block .link{color: #b80b0b;}

footer{}
footer .main_menu .menu_wrap{float: none; padding: 20px 0;}
footer .main_menu .menu-row{width: auto; padding: 0 20px 60px 20px; text-align: center;}
footer .main_menu .menu li{font-size: 20px;}
footer .social-main{font-size: 19px;}

button.alm-load-more-btn, button.alm-load-more-btn:hover{
    background: transparent;
    color: #000;
    opacity: 0.8;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
}
button.alm-load-more-btn.done{display: none;}

.alm-listing.alm-ajax .alm-reveal{margin-top: 40px;}
.alm-listing.alm-ajax .alm-reveal, .first_row{
    position: relative;
    padding: 15px 25px;
}
.alm-listing.alm-ajax .alm-reveal:nth-child(2n + 1){background: #ebe6d4;}
.alm-listing.alm-ajax .alm-reveal:before{
    content: "";
    position: absolute;
    width: 95%;
    height: 2px;
    right: 2.5%;
    background: #c5c2b6;
    top: -20px;
}
.alm-listing.alm-ajax .alm-reveal:after{
    content: "";
    display: block;
    clear: both;
}

.home .first_row{
    background: #ebe8e1;
    margin: 30px 0;
}
.home .first_row .block{}
.home .container{padding: 5px 0;}


.lines_dec{}
.lines_dec:after{
    content: "";
    position: absolute;
    width: 95%;
    right: 2.5%;
    bottom: -20px;
    height: 2px;
    background: #c7c4bf;
}
.lines_dec:before{
    content: "";
    position: absolute;
    width: 95%;
    right: 2.5%;
    top: -20px;
    height: 2px;
    background: #c7c4bf;
}

.main_art{padding: 50px 40px;}
.main_art:after{
    content: "";
    display: block;
    clear: both;
}
.main_art .right{
    float: right;
    width: 450px;
    position: relative;
}
.main_art .right .play{
    position: absolute;
    top: 24%;
    width: 20%;
    right: 40%;
}
.main_art .right .play img{}

.main_art .right img{
    display: block;
    width: 100%;
    height: auto;
}
.main_art .left{
    float: right;
    width: 470px;
}
.main_art .left .text{padding: 0 25px 0 0;}
.main_art .left .text a{
    text-decoration: none;
    color: #000;
}
.main_art .left .text .title{
    margin: 0;
    font-size: 42px;
}
.main_art .left .text .bot{padding: 10px 0;}
.main_art .left .text .link{color: #b80b0b;}

.salon{
    padding: 0 25px 30px 25px;
}
.salon:after{
    content: "";
    display: block;
    clear: both;
}
.salon .title{
    margin: 5px 15px;
    font-weight: 500;
}
.salon .title a{text-decoration: none; color: #000;}

.video_section{
    text-align: center;
    position: relative;
    margin: 30px 0;
}
.video_section .lines_dec:after, .video_section .lines_dec:before{display: none;}

.video_section .title{
    margin: 10px 45px;
    font-weight: 500;
    text-align: right;
}
.video_section .video{
    display: inline-block;
    width: 433px;
    position: relative;
    margin: 0 20px;
    overflow: hidden;
}
.video_section .video .ytimg{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.video_section .video .ytimg .bg{
    width: 100%;
    display: block;
    margin-top: -9%;
}
.video_section .video .ytimg .play{
    position: absolute;
    width: 20%;
    right: 40%;
    top: 26%;
}

.video_section .video:after{
    content: "";
    display: block;
    padding-top: 56%;
}
.video_section .video iframe{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contact_link{
    position: absolute;
    left: 9%;
    top: 63%;
    width: 9.8%;
    height: 21%;
}
.contact{
    background: #f6f2e4;
    padding-bottom: 20px;
}
.contact .inner{
    background: #ebe6d5;
    padding: 25px 0 65px 0;
}
.contact .formbox{
    position: relative;
    display: block;
    width: 460px;
    margin: 0 auto;
}
.contact .formbox .bg{
    display: block;
    width: 100%;
    height: auto;
}
.contact .formbox .form{
    position: absolute;
    left: 0;
    top: 60px;
    text-align: center;
    width: 100%;
}
.contact .formbox .span{position: relative;}
.contact .formbox div.wpcf7-validation-errors{
    display: block;
    position: absolute;
    width: 410px;
    bottom: -67px;
    right: 3px;
}
.contact .formbox span.wpcf7-not-valid-tip{
    position: absolute;
    top: -45px;
    right: 80px;
    white-space: nowrap;
    z-index: 1;
    background: rgba(255,255,255,0.8);
    padding: 6px;
    font-weight: 500;
}
.contact .formbox p{margin: 0; padding: 0;}
.contact .formbox p:after{
    content: "";
    display: block;
    clear: both;
}
.contact .formbox input{
    box-sizing: border-box;
    border-radius: 0;
}
.contact .formbox textarea{
    box-sizing: border-box;
    -webkit-appearance: none;
    resize: none;
    height: 170px;

}
.contact .formbox textarea, .contact .formbox input{
    width: 75%;
    margin: 10px auto;
    display: block;
    border: 1px solid rgba(103, 96, 85, 0.5);
    font-size: 21px;
    font-weight: 300;
    padding: 7px 12px;
    background: rgba(255,255,255,0.5);
}

.contact .formbox input[type=submit]{
    -webkit-appearance: none;
    background: #341b05;
    color: #fff;
    float: left;
    margin-left: 58px;
    width: 28%;
    font-weight: 500;
    padding: 10px 0;
    cursor: pointer;
}
.contact .formbox br{display: none;}

.screen-reader-text{display: none;}

.single .fb_iframe_widget{
    margin: -18px 0 15px 0;
    display: block;
}

.bath{}
.bath .fbrow{
    position: relative;
    padding: 0 40px 15px 40px;
}
.bath .fbrow:after{
    content: "";
    display: block;
    clear: both;
}
.bath .fbrow .title{
    font-weight: 500;
    margin: 0 0 0 0;
}
.bath .fbrow .titles{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
    display: block;
}
.bath .alm-listing.alm-ajax .alm-reveal:before{display: none;}
.bath .alm-listing.alm-ajax .alm-reveal{
    margin-top: 0;
}
.bath .the_content .titleh{
    font-size: 33px;
    font-weight: 500;
    background: #ebe6d4;
    margin: 30px 0 0 0;
    padding: 20px 40px 0 0px;
}
.bath .the_content .titles{
    font-size: 18px;
    font-weight: 500;
    background: #ebe6d4;
    margin: 0;
    display: block;
    padding: 0 40px 0 0; 
}


.bath .fblink{
    float: right;
    width: 293px;
    margin: 0 10px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.bath .fblink:first-of-type{margin-right: 0;}
.bath .fblink:last-of-type{margin-left: 0;}
.bath .fblink img{
    display: block;
    width: 100%;
    height: auto;
}

.fb_iframe_widget{
    float: right;
    margin-left: 20px;
}
.fb_iframe_widget:last-of-type{margin-left: 0;}
#fb-root{display: none;}
.fb_iframe_widget > span, .fb_iframe_widget > span iframe{width: 293px !important;}

.geek {
    background: #000000;
    text-align: center;
    width: 100%;
    font-size: 13px;
}
.geek:after{
    content: "";
    display: block;
    clear: both;
}
.geek .geeka{
    float: left;
    margin: 0px 0px 5px 10px;
}
.geek a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    line-height: 12px;
    font-size: 11px;
}
.geek a .svg { 
    display: block;
    margin: auto;
    width: 26px;
}
.geek a > svg g > path:first-child {
    animation: none;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.geek a > svg g path {
    fill: #fff;
}
.geek a > svg g path {
    fill: #fff;
}
.geek a:hover > svg g > path:first-child {
    animation: logo_g 0.6s linear;
    transform-origin: center;
}

.pery{
    color: #fff;
    direction: rtl;
    font-size: 17px;
    padding: 6px 0;
    float: right;
    padding-top: 35px;
    margin: 0 5px 0px 0px;

}

::-webkit-input-placeholder {
    color: #676055;
}

:-moz-placeholder { /* Firefox 18- */
    color: #676055;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #676055;
}

:-ms-input-placeholder {
    color: #676055;
}


@media screen and (max-width: 1000px) {
    
    
    .wrapper, .top-img img, .main_menu .menu-row{width: 100%;}
    
    .mobile_top{position: relative;}
    .mobile_top .bg{
        display: block;
        width: 100%;
        height: auto;
    }
    
    .mobile_top .logo-holder{}
    .mobile_top .logo-holder a{width: 48%;}
    .mobile_top .logo-holder a img{}
    
    .mobile_top .contact_link{
        position: absolute;
        left: 9%;
        top: 37%;
        width: 9.8%;
        height: 11%;
    }
    
    .mobile_top .mobbtn{
        position: absolute;
        top: 5%;
        right: 2%;
        width: 14%;
    }
    .mobile_top .menu_wrap{
        position: absolute;
        top: 33%;
        right: 3%;
        direction: rtl;
        width: 60%;
        z-index: 9999;
        display: none;
    }
    .mobile_top .menu {
        list-style: none;
        padding: 0;
        margin: 0;
        background: rgba(51, 51, 51, 0.9);
    }
    .mobile_top .menu li{
        display: block;
        font-size: 7vw;
        padding: 2% 7% 2% 0;

    }
    .mobile_top li.menu-item-home, .mobile_top li.menu-item-310, .mobile_top li.menu-item-309{background: rgba(0,0,0,0.9);}
    
    .mobile_top li.menu-item-303, .mobile_top li.menu-item-304, .mobile_top li.menu-item-305, .mobile_top li.menu-item-306{font-size: 4vw; border-bottom: 1px solid #fff;}
    
    .mobile_top .menu li a{ text-decoration: none; color: #fff;}
    
    .mobile_top .image_menu{
        position: absolute;
    }
    .mobile_top .image_menu{
        position: absolute;
        width: 60%;
        right: 20%;
        top: 50%;
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .mobile_top .image_menu:after{
        content: "";
        display: block;
        clear: both;
    }
    .mobile_top .image_menu li{
        float: right;
        width: 25%;
    }
    .mobile_top .image_menu li.act{opacity: 1;}
    .mobile_top .image_menu li.nact{opacity: 0.6;}
    
    .mobile_top .image_menu li a{}
    .mobile_top .image_menu li a img{
        display: block;
        width: 95%;
        margin: 0 auto;
        height: auto;
    }
    
    .mobile_top .social-main{
        position: absolute;
        right: 0;
        top: 33%;
    }
    .mobile_top .social-main .social-links{
        
    }
    .mobile_top .social-main .social-links li{
        display: block;
        margin: 50% 0;
        padding-right: 18%;
    }
    .mobile_top .social-main .social-links li a{}
    .mobile_top .social-main .social-links li a i{
        font-size: 4.5vw;
        display: block;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    
    .main_art{padding: 2% 3% 1% 3%;}
    .main_art .right{
        float: none;
        width: 100%; 
    }
    .main_art .right img{}
    .main_art .left{
        float: none;
        width: 100%;
    }
    .main_art .left .text .title{font-size: 38px;}
    .main_art .left .text{padding: 0;}
    
    .lines_dec:after, .lines_dec:before{display: none;}
    
    .home .first_row{
        background: none;
        margin: 0;
        padding: 0;
    }
    .home .first_row .block{
        width: 94%;
        padding: 0 3%;
        background: #ece7d5;
    }
    .home .first_row .block:nth-child(2n + 2){background: #f6f2e4;}
    
    .home .first_row .block .inner:after{display: block; content: ""; clear: both;}
    
    .block .inner {
        padding: 3% 0;
    }
    
    .home .first_row .block .img{float: right; width: 30%;}
    .first_row .block .bot{
        float: right;
        width: 68%;
        margin-right: 2%;
        padding: 0;
    }
    
    .salon{padding: 0;}
    .salon .title{
        font-weight: 500;
        text-align: right;
        background: #616161;
        padding: 2% 3% 2% 0;
        margin: 2% 0;
    }
    .salon .title a{color: #f6f2e4;}
    
    .block .inner:after{
        content: "";
        display: block;
        clear: both;
    }
    .block .img{
        float: right;
        width: 40%;
    }
    .row3 .block{
        width: 94%;
        padding: 0 3%;
    }
    .salon .block .bot .title{
        background: none;
        text-align: right;
        padding: 0;
        font-size: 22px;
    }
    .salon .block .bot{
        float: right;
        width: 57%;
        padding: 0;
        margin-right: 3%;
    }
    .salon .block{background: #ece7d5;}
    .salon .block:nth-child(2n + 2){background: #f6f2e4;}
    
    .first_row .hrow{float: none; width: 100%;}
    
    .first_row .hrow .title{
        margin: 2% 0;
        background: #616161;
        padding: 2% 3% 2% 0;
        text-align: right;
    }
    
    .first_row .hrow .title a{color: #f6f2e4;}
    
    .first_row .hrow .block{float: none;}
    .first_row .hrow .block .title{
        padding: 0;
        margin: 0;
        background: none;
    }
    
    .first_row .hrow.bath .title{background: #616161;}
    
    .first_row .hrow.bath .block .title{background: none;}
    
    .first_row .hrow.bath .block:nth-child(2){background: #ece7d5;}
    .first_row .hrow.bath .block:nth-child(3){background: #f6f2e4;}
    .video_section{
        background: #ece7d5;
        margin: 2% auto;
        padding: 0 0 2% 0;
    }
    .video_section .title{
        text-align: right;
        background: #616161;
        color: #f6f2e4;
        padding: 2% 3% 2% 0;
        margin: 0 0 4% 0;
    }
    .video_section .video{
        display: block;
        width: 95%;
        margin: 2% auto;

    }
    
    
    .page-template-page-articles .alm-listing.alm-ajax .alm-reveal, .first_row{
        padding: 0;
    }
    .page-template-page-articles .first_row{} 
    .page-template-page-articles .first_row .block{
        float: none;
        display: block;
        width: 94%;
        padding: 0 3%;
        background: #ece7d5;
    }
    .page-template-page-articles .first_row .block:nth-child(2n + 1){background: #f6f2e4;}
    
    .page-template-page-articles .first_row .block .img{width: 30%;}
    .page-template-page-articles .first_row .block .bot{}
    .alm-listing.alm-ajax .alm-reveal:before{display: none;}
    .alm-listing.alm-ajax .alm-reveal{margin-top: 0;}
    .alm-listing.alm-ajax .alm-reveal .block{
        width: 94%;
        padding: 0 3%;
    }
    
    .alm-listing.alm-ajax .alm-reveal{
         background: #ebe6d4;
    }
    .alm-listing.alm-ajax .alm-reveal:nth-child(2n + 1) {
        background: #f6f2e4;
    }
    
    .alm-listing.alm-ajax .alm-reveal .block .img{width: 30%;}
    .alm-listing.alm-ajax .alm-reveal .block .bot{
        padding: 0;
        width: 67%;
        margin-right: 3%;
        float: right;
    }
    .single .container{padding: 0 2%;}
    .text .left, .text .right{
        width: 30%;
        height: auto;
    }
    
    .single .text{font-size: 23px;}
    .single .the_content{font-size: 30px;}
    .single .title{font-size: 45px;}
    
    .fb_iframe_widget{float: none; margin-left: 0; margin: 2% auto;}
    .text .left{margin: 2% 2% 2% 0;}
    .text .right{margin: 2% 0 2% 2%;}
    
    .bath .fbrow{padding: 0 3%;}
    
    .fb_iframe_widget > span, .fb_iframe_widget > span iframe {
        width: 100% !important;
    }
    .bath .the_content .titleh{
        padding: 1% 3%;
    }
    .bath .the_content .titles{
        padding: 0 3% 2% 0;
    }
    .bath .alm-listing.alm-ajax .alm-reveal {
        padding: 0;
    }
    .contact .formbox{
        width: 94%;
    }
    .contact .formbox textarea, .contact .formbox input{
        font-size: 4vw;
        margin: 1% auto;
        padding: 2% 2%;
    }
    .contact .formbox .form{
        top: 5%; 
    }
    .contact .formbox input[type=submit]{
        margin-left: 12.5%;
        padding: 2% 0;
    }
    .page-template-page-articles3{
        
    }
    .page-template-page-articles3 .first_row .block .bot{width: 58%;}
    .page-template-page-articles3 .first_row .block .bot .title{font-size: 20px;}
    .page-template-page-articles3 .first_row .block{background: #ece7d5;}
    .page-template-page-articles3 .first_row .block:nth-child(2n + 1){background: #f6f2e4;}
    .page-template-page-articles3 .alm-listing.alm-ajax .alm-reveal{padding: 0; background: #f6f2e4;}
    .page-template-page-articles3 .alm-listing.alm-ajax .alm-reveal .block .bot .title{font-size: 20px;}
    .page-template-page-articles3 .alm-listing.alm-ajax .alm-reveal .block .img{width: 40%;}
    .page-template-page-articles3 .alm-listing.alm-ajax .alm-reveal .block .bot{width: 57%;}
    .page-template-page-articles3 .alm-listing.alm-ajax .alm-reveal:nth-child(2n + 1){background: #ece7d5;}
}


@keyframes logo_g {
    0%{
        transform: rotate(0deg);
    }
    15%, 45%, 75%{
        transform: rotate(15deg);
    }
    30%, 60%, 90%{
        transform: rotate(-15deg);
    }
}
@-webkit-keyframes logo_g {
    0%{
        -webkit-transform: rotate(0deg);
    }
    15%, 45%, 75%{
        -webkit-transform: rotate(15deg);
    }
    30%, 60%, 90%{
        -webkit-transform: rotate(-15deg);
    }
}

