@charset "utf-8";
/*
 * 
 */
@-webkit-keyframes btnLikeWidth {
    to {
        padding-right: 13px
    }
}

@-moz-keyframes btnLikeWidth {
    to {
        padding-right: 13px
    }
}

@-o-keyframes btnLikeWidth {
    to {
        padding-right: 13px
    }
}

@keyframes btnLikeWidth {
    to {
        padding-right: 13px
    }
}

html {
    height: 100%;
    padding: 0;
    margin: 0;
    /*overflow-x: visible;*/
    min-width: 100%;
    width: 100%;
}

html > body {
	min-width: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 100%;
    float: none !important;
    background-color: #a0a0a0;
    background-image: url(images/bg.png);
    background-repeat: repeat;
    background-position: 0 0
}

html > body > div.site {
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    z-index: 20;
    width: 980px;
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    padding: 15px 20px 0 20px;
    background: #fff
}

html > body > div.site > div {
    position: relative;
    z-index: 10
}

header.site_header {
    position: relative;
    z-index: 2;
    height: 100px;
    width: 992px;
    margin: 0 -6px 0 -6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 4px solid #363636;
    border-bottom: 4px solid #363636;

    width: 980px;
    margin: 0;
}

header.site_header > div.inner {
    width: 1140px;
    height: 58px;
    margin: 0 auto
}

header.site_header > .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 250px;
    height: 100px;
    overflow: hidden;
    border: none
}

.site_header > .logo > img {
    margin-left: -6px;
    border: none;
    margin-top: -1px;
}

.site_header > nav {
    display: block;
    margin: 23px 10px 0 290px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    margin-left: 250px; 
}

/*.site_header > nav ul > li:first-child a {*/
    /*background: url(img/Sekiro.png) no-repeat 50% 50%;*/
    /*width: 130px;*/
    /*font-size: 0;*/
    /*position: relative;*/
    /*top: -6px;*/
/*}*/
.site_header > nav ul > li:first-child a {
    /*background: url(img/Roadtrippin_button.png) no-repeat 50% 50%;
    width: 131px;
    font-size: 0;
    position: relative;
    top: -6px;*/ 
}
.site_header > nav ul > li:last-child a {
    /*background: url(img/garage.png) no-repeat 50% 50%;
    width: 122px;
    font-size: 0;
    position: relative;
    top: 3px;
    left: -5px;*/
} 
.site_header > nav ul > li:first-child a {
   /* background: url(img/halo_menu.png) no-repeat 50% 50%;
    width: 121px;
    font-size: 0;
    position: relative;
    top: -6px; */
}
.site_header > nav ul > li:first-child a {
   /*background: url(img/ski_btn.png) no-repeat 50% 50%;
    width: 121px;
    font-size: 0;
    position: relative;
    top: -6px; */
}
.site_header > nav ul > li:first-child a {
  /* background: url(img/burger_btn.png) no-repeat 50% 50%;
    width: 87px;
    font-size: 0;
    position: relative;
    top: -6px; */
}
.site_header > nav ul > li:first-child a {
  /* background: url(temp/47_button.png) no-repeat 50% 50%;
    width: 97px;
    font-size: 0;
    position: relative;
    top: -6px; */
}
.site_header > nav ul > li:last-child a {
    /*background: url(temp/epic_spec_btn_2x.jpg) no-repeat 50% 50%;*/
    background: url(images/dm_menu_logo.png) no-repeat 50% 50%;
    background-size: contain;
    font-size: 0;
    width: 120px;
    position: relative;
    top: -6px;

}
/*.site_header > nav ul > li:first-child a {
   background: url(temp/hitm_but.png) no-repeat 50% 50%;
    width: 161px;
    font-size: 0;
    position: relative;
    top: -6px; 
}*/
/*.site_header > nav ul > li:first-child a:hover,
.site_header > nav ul > li:nth-child(3) a:hover,
.footer_menu li:nth-child(3) a:hover {
    opacity: 0.7;
}
.site_header > nav ul > li:nth-child(3) a,
.footer_menu li:nth-child(3) a {
   background: url(temp/jugger_button.png) no-repeat 50% 50%;
    width: 97px;
    font-size: 0;
    position: relative;
    top: -6px; 
}
.footer_menu li:nth-child(3) a {
    display: block;
    height: 45px;
    top: 0;
}*/
/*.site_header > nav ul > li:first-child a {
    background: url(temp/qb_but.png) no-repeat 50% 50%;
    width: 97px;
    font-size: 0;
    position: relative;
    top: -6px; 
}
.site_header > nav ul > li:first-child a:hover {
    opacity: 0.7;
}*/
/*.site_header > nav ul > li:first-child a,
.footer_menu li:first-child a {
    background: url(temp/doom_bt.png) no-repeat 50% 50%;
    width: 78px;
    font-size: 0;
    position: relative;
    top: -6px; 
    min-height: 51px;
    display: block;
}
.site_header > nav ul > li:first-child a:hover,
.footer_menu li:first-child a:hover {
    opacity: 0.7;
}
*/
.site_header > nav ul > li > a { 
    margin: 0 3px!important;
}
/**/
.site_header > nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.site_header > nav ul > li {
    font-size: 18px;
    font-family: 'Cuprum', sans-serif;
    display: inline-block;
    color: #000;
}

.site_header > nav ul > li > a {
    font-size: 18px;
    font-family: 'Cuprum', sans-serif;
    display: inline-block;
    /*height: 50px;*/
    padding: 0 7px;
    margin: 0 5px;
   /* line-height: 50px;*/
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
	outline: none;
}

.site_header > nav ul > li > a:hover {
    opacity: .8
}

@media screen and (max-width: 600px) {
    header.site_header {
        width: 100%;
        height: auto;
        margin: 0;
        border: 0
    }

    header.site_header > .logo {
        position: relative;
        display: block;
        margin: 0 auto
    }

    header.site_header > nav {
        margin: 20px 0
    }

    header.site_header > nav ul {
        display: none;
        white-space: normal
    }

    header.site_header > nav ul.toggled-on {
        display: block
    }

    header.site_header > nav ul li {
        display: block
    }
    .header_wrap {
    	margin-bottom: 50px;
    }
}

header.post-title h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 40px
}

html > body > div.site > section.promo_top {
    padding: 13px 0
}

html > body > div.site > section.promo_top a {
    display: block;
    padding: 0
}

html > body > div.site > section.promo_top a > img {
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 600px) {
    html > body > div.site > section.promo_top {
        display: none
    }
}

html > body > div.site > section.under_nav {
    position: relative;
    padding-bottom: 5px;
    height: 50px
}

html > body > div.site > section.under_nav .promo_band {
    width: 750px;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden
}

html > body > div.site > section.under_nav .promo_band .label {
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    height: 28px;
    line-height: 27px;
    color: #585858
}

html > body > div.site > section.under_nav .promo_band a {
    text-decoration: none;
    color: #000
}

html > body > div.site > section.under_nav .promo_band a:hover {
    text-decoration: underline
}

html > body > div.site > section.under_nav .social {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    background-color: #fff
}

html > body > div.site > section.under_nav .social > li {
    display: inline-block;
    margin-right: 15px
}

html > body > div.site > section.under_nav .social > li > a, html > body > div.site > section.under_nav .social > li > span {
    display: block;
    width: 25px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat
}

html > body > div.site > section.under_nav .social > li.s-s {
    position: relative;
    margin-right: 20px;
    cursor: pointer
}

html > body > div.site > section.under_nav .social > li.s-s.show {
    cursor: default
}

html > body > div.site > section.under_nav .social > li.s-s.show form {
    display: block
}

html > body > div.site > section.under_nav .social > li.s-s form {
    position: absolute;
    top: -4px;
    right: -1px;
    display: none;
    width: 250px;
    padding-left: 20px;
    background-color: #fff
}

html > body > div.site > section.under_nav .social > li.s-s form > div {
    position: relative;
    height: 25px;
    border: 1px solid #c4c4c4
}

html > body > div.site > section.under_nav .social > li.s-s form > div input {
    vertical-align: top;
    -webkit-border-radius: 0;
    border-radius: 0
}

html > body > div.site > section.under_nav .social > li.s-s form > div input[type="text"] {
    height: 25px;
    width: 220px;
    margin: 0 30px 0 5px;
    padding: 0;
    border: 0
}

html > body > div.site > section.under_nav .social > li.s-s form > div input[type="submit"] {
    position: absolute;
    top: 0;
    right: 1px;
    height: 25px;
    width: 25px;
    text-indent: -9999px;
    overflow: hidden;
    opacity: .7;
    border: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAIAAAAhTOL3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdZJREFUeNqUVDuvAWEQvXtzCyIeEQniVSpoRCVRqnSsiuhpdXqP6CV+gOgpVEqFeEWESChtQzRCQWXvyU7y2eyu3Xun2JwdZ843O3M+nCiKX/8MlHAcp85/f2Lr5DWFED+a2el0OhgMDocDE3W73alUiud5nX45RQt4bTaby+WStcDA6/Xyer2tVstqtf5Jq9FozOdz+gqHwxGJRCwWy3q9Pp/PRPB4PJ/k3loAo9Go0+mQUCaTKRaLjDeZTNrt9uPxAE4mk5VKRW/2kOj3+5wUCiFEIpGoVqtEG4/H9/vdYI+n0wlPu90OIepX/oxGo/F4HFOD3G63+5MnMCaFj5gJXC4XvQqCYKBF5+NkKmBLlDdISb/fr6cFhtPpBBCk0PT3bDYj4PP5DGaPcTCL3W43uRBwvV6/Xq8AwWAwEAgY+AvbKZVKz+cTn4ke0+l0OBy22Wz7/X44HB6PR6IVCoVsNqu+SUqvbrdb2BVyrB1RClYJbDabeSn0tKgG53e7XVwjBTUUCoGAX4mG7hRyGlqEMX5M+nK5IIkbE4vFcJ+Qr9Vqq9WKXJbP53O5HCvk1H8vbPGKibAMlrBYLIBNJlOv13vTRN3A+WoMALlyubzZbOT5XwEGAHsIX6b4RS8bAAAAAElFTkSuQmCC") 1px 3px no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none
}

html > body > div.site > section.under_nav .social > li.s-s > span {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAIAAAAhTOL3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdZJREFUeNqUVDuvAWEQvXtzCyIeEQniVSpoRCVRqnSsiuhpdXqP6CV+gOgpVEqFeEWESChtQzRCQWXvyU7y2eyu3Xun2JwdZ843O3M+nCiKX/8MlHAcp85/f2Lr5DWFED+a2el0OhgMDocDE3W73alUiud5nX45RQt4bTaby+WStcDA6/Xyer2tVstqtf5Jq9FozOdz+gqHwxGJRCwWy3q9Pp/PRPB4PJ/k3loAo9Go0+mQUCaTKRaLjDeZTNrt9uPxAE4mk5VKRW/2kOj3+5wUCiFEIpGoVqtEG4/H9/vdYI+n0wlPu90OIepX/oxGo/F4HFOD3G63+5MnMCaFj5gJXC4XvQqCYKBF5+NkKmBLlDdISb/fr6cFhtPpBBCk0PT3bDYj4PP5DGaPcTCL3W43uRBwvV6/Xq8AwWAwEAgY+AvbKZVKz+cTn4ke0+l0OBy22Wz7/X44HB6PR6IVCoVsNqu+SUqvbrdb2BVyrB1RClYJbDabeSn0tKgG53e7XVwjBTUUCoGAX4mG7hRyGlqEMX5M+nK5IIkbE4vFcJ+Qr9Vqq9WKXJbP53O5HCvk1H8vbPGKibAMlrBYLIBNJlOv13vTRN3A+WoMALlyubzZbOT5XwEGAHsIX6b4RS8bAAAAAElFTkSuQmCC")
}

html > body > div.site > section.under_nav .social > li.s-rss > a {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAIAAAAhTOL3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAg1JREFUeNqMVDvPaUEUdY6ERCISj0KFKJDQES2dWuJVKSR6j56CiAKFP6BV6EWtER0KkSgQEhE0Xg3ft659M98xh+/eKU7W7NmzrL3XHsLXcykUCkEQAPBVfFjy08fjIYoiiwtExPaHw6HRaMxmM2x9Pl8ul/sfOsKiVBSdAdDxcDiMx+OxWGwwGFC2XDUj+oMZC+WRZopQEAtKU6kUxDJ1b5vwUiNXwng8LpfLJJNqiUQi4XD4bbE/XL8sdLBWq83nc9p6vd58Pv9vXb941+12W60WBaPRKKlj9f71EeIJ0bX9fo/uQAUlZbNZuCmny2Qyfr+f90Hae+o6ALmJYL1eL5VKl8sFOBQKJZNJugbe6/XKcSkLhQKrDkCj0QSDQWgZjUZEsdvtMBOBQECpVFosluVyudls0ESVSuVyuXhdnM2IWK3WZrNZqVRMJhMi2+22Wq3ebjfchzok3O/3yWTCSROlzeM8tdlsxWLRbrcjPp1OoRTA4XDASuRD4Gq1et8vZhnGCuOeSCQ6nY7BYEin00ajER3s9Xokze12I+10OoH9hevH0ScpfGy320Td7/dRBXrk8XhwulgsSIjT6aTaIU1aisiNEpMpfQxoH77n8/l4PCKu1Wp1Oh1Jg1KeixWo1+tRHckEUKvVAGazmUjX6/WnR/4yq28nnv2G/MHK8cc3JPX3058Xt74FGABwx33zTIguoAAAAABJRU5ErkJggg==")
}

html > body > div.site > section.under_nav .social > li.s-fb > a {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAIAAAAhTOL3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQZJREFUeNqcUzEKhTAMtcVJ3Fw8gefRSU/iDRzFwRN4H72BIDgrCE4uaviBEFrbfs0gj9K8vDxfxXVdnrWO42jbdhiG8zyFEGEYlmWZJIl+0/dc1XVd3/cAgAi+ltkOrnVd53lGjCxSyo9c+75v24a4KIosy4ARBeolvT8KmoEC/CL8nQu1wHbIYtJlHAJONU0zjiMtBQDo4jiuqioIAocu4uUDSA7X6N6R5nNTeDPgKIqMttqzOk1TXdfLsgDO8zxNU5Mot/c8TZh72+XHv8b7FQcs0ZcKBZmFJX6l+G1S5ys39E6MAhf4Ykd9LNJ94Xp8QI/Re80F25EoS1Dd+bI8T/38FmAAxnitpVXUcckAAAAASUVORK5CYII=")
}

html > body > div.site > section.under_nav .social > li.s-tw > a {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAIAAAAhTOL3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdZJREFUeNp8VD2sAUEQfntBEBVRIBGFqPRKjUSUEololBKFRqPRSPy0ao1EqZDoqPRaGqKgoRRRIBL3xo33Zd++fTfFZu67nW++mZ1dYZrml84IF0LIjo3xHkOB4P+N/y8rNhvaJMo+0zJyBoNBq9W63W56RiVyNpul02mPx6NUN5/Ph8MhkEQisdls6vV6KpUC+EvX4/FYrVa1Wm23271eL/TrcDhMp1PxYwRut9tMJkOJ7/c7C1e5eOv1em02m/1+H+DlcjmfzxyAOk6nU6PRcLvd+n65XK5sNmsYb3C5XJZKpWKxOJlMCIFMWDKZZCKYQ2758/nc7/f5fJ7iCeH48Xj8zmnR0YpziEQiSk8dcoFOp/N4PC4WC9SLipiX6ejT5/P5/X5l9NSZKBQK8Xicw5iIGZmadREYjUZJl1K12vtAINBut8vlMudnReyTg25Qs7xerzxP5GtmlcZiNBpxXzgBs0BFOBzO5XJA8Fdzhyhnr9cLBoMk53PYVmlcLHWqWq1imPmvRhdaE4vFaKapXswUzqFSqdDQQ7Ic65C5+KLIwfLuUCjU7XZZkfblEEr/aF2v151O5yPbqk5msTFh85KAXVZh85wZ2mAkwGW2eddg3wIMAD5XLFcamemGAAAAAElFTkSuQmCC")
}

html > body > div.site > section.under_nav .social > li.s-yt > a {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAIAAAAhTOL3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbBJREFUeNqMVL3OAVEQ/XYp/CaESrMa2yg1ImrvwQuoPIFIFJtNRGg9xFa8g5JOQi8I0RB8I0dmx+x+m2+K65o9c+bM3LnXeD6fhmH8/G2v14sAtNIeSHiCSBM4QIGTLByviPBJgt8AFYyAw+Hguu5ms5Gq8bVUKg0Gg2QyGdTlZ9jtdo7j7Pd7CgAFOWOx2OPxkBWxKLJsNtvr9Wzb/tTIiMViQUSyNDIQyXjekPN8Pnue5/cLP/f7/XQ6yeQkrVqtTiaTWq1G8aZpcge4xbS5Xq+aizJcLhfGsZZUKkVVDIfDYrGozgR2PB59LikeckgCrfLsyuXyeDzudDrwK5lfM6EmQIE4WavVmk6nlUoFGNB9cSkWdVgollUXCoVGo8EVqJmIy4DgoHGPyW6322g0Wi6XrEimf3OFJpFlYjOfz2ezGTyYvmA34viTyWRyuRxPqURst1vMcGg38/n8V41kiUSChhgd5XuzXq/b7bYaOqmX8Ol0Ws8XeS3LingD1K1GpbQ2m82Qu02b1WrV7/cjniA58WTdbrder/tfQR/9hIWqC4b478R/6CQsGPIrwABs3FEay9zwMQAAAABJRU5ErkJggg==")
}

@media screen and (max-width: 600px) {
    html > body > div.site > section.under_nav .promo_band {
        display: none
    }
}

section.promo_image {
    position: relative;
    margin: 0 -20px 20px;
}

.promo_image > div {
    float: left;
    position: relative;
}

section.promo_image > div > a {
    position: relative;
    display: block;
    overflow: hidden
}

section.promo_image > div > a img {
    display: block;
    height: 355px;
    background-color: #ccc
}

section.promo_image > div > a .title {
    font-family: 'Cuprum', sans-serif;
    font-size: 24px;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 5px 15px 25px;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 1px 1px 2px black;
    color: #fff
}

section.promo_image > div > a:before {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 116px;
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAB1CAYAAACGTSskAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGtJREFUeNpiZBaSZmJAAyxAzIhNEEMlhgBp2klTyUwvi4hXyUSZmcz00k63kGemgXZaWMREg/BkpkGyYaZXHDHRSyXTyIi4gbWIaSinZLrFOyO9wpNx8JlJC+2DsC5mHDDH42waEWcmQIABANc/At7R+wtGAAAAAElFTkSuQmCC");
    background-repeat: repeat-x;
    background-position: bottom;
}

section.promo_image > div > a:hover .title {
    color: #d9d9d9
}

section.promo_image .promo_image-1 {
    left: 0
}

section.promo_image .promo_image-1, 
section.promo_image .promo_image-1 a > img {
    width: 700px
}

.promo_image-1[data-id="46016"] .comment_label {
    display: none;
}

.promo_image-2 {
    float: right;
}

.promo_image-2,
.promo_image-2 a > img {
    width: 320px
}

@media screen and (max-width: 600px) {
    section.promo_image {
        height: auto;
    }
    section.promo_image > div {
        position: relative;
        top: auto;
        left: auto;

        width: 300px;
        height: 180px;
        margin: 0 auto 20px auto;
    }
    section.promo_image > div > a:before {
        display: none;
    }
    
    section.promo_image > div > a .title
    {
        font-size: 16px;
        line-height: 20px;

        padding-left: 15px;

        background-position: center bottom;
        background-repeat: repeat-x;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAB1CAYAAACGTSskAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGtJREFUeNpiZBaSZmJAAyxAzIhNEEMlhgBp2klTyUwvi4hXyUSZmcz00k63kGemgXZaWMREg/BkpkGyYaZXHDHRSyXTyIi4gbWIaSinZLrFOyO9wpNx8JlJC+2DsC5mHDDH42waEWcmQIABANc/At7R+wtGAAAAAElFTkSuQmCC");
    }
    /*html > body > div.site section.promo_image .promo_image-1, 
    html > body > div.site section.promo_image .promo_image-1 a > img,
    html > body > div.site section.promo_image .promo_image-2, 
    html > body > div.site section.promo_image .promo_image-2 a > img
    {
        width: 300px !important;
    }*/
    .promo_image>div,
    .promo_image>div img {
    	width: 300px!important;
    	height: auto!important;
    }
    
}

section.list_posts {
    position: relative;
    /*overflow: hidden;*/
    vertical-align: top
}

section.list_posts > div.inner {
    width: 1000px;
    margin-top: 10px
}

section.list_posts > div.inner > nav {
    width: 980px
}

section.list_posts .post_item {
    position: relative;
    display: inline-block;
    width: 315px;
    margin: 0 18px 25px 0;
    vertical-align: top
}

section.list_posts .post_item.quote {
    position: relative;
    font-size: 18px;
    font-family: 'Cuprum', sans-serif;
    padding: 40px 0;
    text-align: center;
    color: #6c6c6c
}

section.list_posts .post_item.quote blockquote {
    font-size: 22px;
    padding: 10px 0;
    color: #000
}

section.list_posts .post_item.quote:before, 
section.list_posts .post_item.quote:after {
    position: absolute;
    right: 0;
    left: 0;
    height: 40px;
    content: '';
    background-position: center;
    background-repeat: no-repeat
}

section.list_posts .post_item.quote:before {
    top: 0;
    background-image: url("data:image/jpg;base64,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")
}

section.list_posts .post_item.quote:after {
    bottom: 0;
    background-image: url("data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABGAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MjY2RUY1OERBQjExRTM5MDYwRURGNEYwMTM5NEU1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5MjY2RUY2OERBQjExRTM5MDYwRURGNEYwMTM5NEU1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTkyNjZFRjM4REFCMTFFMzkwNjBFREY0RjAxMzk0RTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTkyNjZFRjQ4REFCMTFFMzkwNjBFREY0RjAxMzk0RTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAEAwMDAwMEAwMEBgQDBAYHBQQEBQcIBgYHBgYICggJCQkJCAoKDAwMDAwKDAwNDQwMEREREREUFBQUFBQUFBQUAQQFBQgHCA8KCg8UDg4OFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAAeAOkDAREAAhEBAxEB/8QAcwABAAIDAQEAAAAAAAAAAAAAAAYHBAUIAQIBAQAAAAAAAAAAAAAAAAAAAAAQAAEDAwMBBQUFCQAAAAAAAAIBAwQABQYREgchMSITIxRBYTIVCFGRNBYXcYGhYrIzQ3MJEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDv6gUCgUCgUCgUCgUCgUHmqL2LQe0EMvvKWHY7nWP8c3OW4OV5MzIk2qGyy4+pBF013o2hECEiOEJKOzRs9STRNQmQkhJqmunvRUX+NB7QKBQKBQKBQKBQKBQKBQKBQKBQKBQR48kug35bOmKXY4Ounz4TtvoOzX4VmpJ934eg2cKdKlW71r9skwpOhr8ukFGKRqCqiJuZeda7+mo+b7eunXQItdc6yO2xmpDPHeRXBXDeBxmI7YScbFotomSOXdtFF1O8GxSVE+NBXpQaiRyrlEaI7Nc4mzA2WWnHjBn8uvPbWh3EgtN3wnCJU+EBFSJegoq0EQe+p59hdD4Y5QX/AF4yDn9E1aDJY+pll22y5znE/JjEqObQM21zFJKyZAu7txtKDpMoLe1N/ivAXeTahddAy8r5quzPBmT8oW3F7zi9yt8eQMC3ZTEahTkMUQAklGB59Ub3r3Ud2qW3XbsUSIK2uvK+QcdW/Es8lZH824YiwzeyDNnLhEuEnIri7Hc8OBb4G5SbeWR8KAjaALZ+Kotgq0FEjzjzFzRm9suGP5HHsb12J5+JihuMy7LYMehNkEm43R0kbEniMDdaR5NyAimqC2bGoa2wnzTecDz3JOJcqvN14cs5imQyLjcvlt2vRx0R+c9amwBz5e202XjE2jgkbaojvqP7ABLYv1E5rxHh9hutnvA5hxbfEfHFclksEF4hTIooblpvccTJpXRVUbQ2yQiDzgIhXbQXbZOZci5Q5FxC6YKzPvnEl3t5Rrs9aV9IdrvSEhOFLVzw3djaaCgqW001UUPpqFh8Q8o3DM8VymfID55Mxe63C1x3rb4Krcwh95lWFNxtlXXBVA6uAG/2iPWgjwfVHuBwi4b5SAgRFECxU9T1XsHSSqdP5lSgy7L9ST97usO0t8QclQjmOgyku4Y4MWI1vVE3uuuTEEAHtVaC4b5c5Vptb0+HapV5lNonh22AsYZDqqqaoJTH4zKaJ177w+7VdEoIfbeRsnuEnwD4wyiG2iEpSJTmPA2iiKqid29GS7lTam0V6r10TrQbeJll+kMC67gt8imXay8/Y1NOntVq6OD9xUGWGRXciRCxK7Ai9pE7atE/bpPVaDfNkpgJkCtkSIqgWikKr7F2qqfctB9UCgUCgUCgUCgUCgUCgUDSgaJ9lAoNJkmMQMrgv2i8mb1imMOxrhatrKx5LbqaeYpNk4ij2j4bg9e3Wg4nvP8AzvuUHMmbzx9nCWuyg8L4LMaIp0dULdoCsoIOaezdt99BObx9GcDC+GMuxniuacnPr/GjszLvc3vTlKiR323noTRt92OD4goddyF8LhbFUhDmq+8xZ/w5xyxgOITmbE9e2Z7F+xx5XZF8xufDf8GWbLjmgxUuIKroj5u1PMa8My3qHQPEH0cGHFWV4JyTeotysuRTIdyx+XYzccBhWGNGprRyQFBNwXEbMPD6iHUiRU0CMQf+dV5hTyijya4mLyDT18ZiE7HfeaReoqgyibUlTpuJF+3bQdoYHgWLcbY1ExPEIAwLPEHQWx1IjNURCcMl+IyVNSX7aCS6JQKBolAoFAoFAoFAoFAoFAoFAoFAoFAoFAoFAoFAoKU5AT6av1Ywz9Q1sqcrL4n5V9br4yJp5fj6eTpu/B+s/wAuvp/M1oLpDbsTb8Ps111/fr11oPqgUCgUCgUCgUCgUCgUCgUH/9k=")
}

section.list_posts .post_item > article > h2 {
    margin: 0 0 2px;
    padding: 0
}

section.list_posts .post_item > article > h2, 
section.list_posts .post_item > article > h2 a {
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    line-height: 22px;
    color: #062a45
}

section.list_posts .post_item > article > h2 a:hover {
    text-decoration: underline
}

section.list_posts .post_item > article .tags {
    margin-bottom: 2px
}

.post_item .tags a,
.post_item .tags div {
    font-family: 'Cuprum', sans-serif;
    font-size: 12px;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    padding: 0 5px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #ccc;
    margin-bottom: 5px;
}

section.list_posts .post_item > article .info {
    margin-bottom: 5px;
    line-height: 14px
}

section.list_posts .post_item > article .info,
section.list_posts .post_item > article .info a {
    font-size: 12px;
    text-decoration: none;
    color: #042036
}

section.list_posts .post_item > article .info a:hover {
    text-decoration: underline
}

section.list_posts .post_item > article .info .author, 
section.list_posts .post_item > article .info .author a {
    font-family: Verdana, sans-serif;
    font-size: 11px
}

section.list_posts .post_item > article .image {
    position: relative;
    width: 313px;
    margin-bottom: 15px
}

section.list_posts .post_item > article .image img {
    display: block;
    height: auto;
    max-width: 100%
}

section.list_posts .post_item > article .image .countcomments {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    opacity: .9;
    background: none repeat scroll 0 0 #274c51;
    color: #fff
}

section.list_posts .post_item > article .image .countcomments:hover {
    text-decoration: underline
}

section.list_posts .post_item > article .image .countcomments:after, 
section.list_posts .post_item > article .image .countcomments:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #274c51 transparent transparent;
    -webkit-border-image: none;
    -moz-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    width: 0;
    left: -6px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .9
}

section.list_posts .post_item > article .content {
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    color: #464646
}
section.list_posts .post_item > article .content img {
    display: none;
}
section.list_posts .alm-btn-wrap {
    text-align: center
}


section.list_posts .promo_sidebar {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 15px;
    width: 240px;
    height: 400px;
    border: 2px solid #dedede;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

section.list_posts .promo_sidebar a > img {
    display: block;
    width: 240px;
    height: 400px;
    background-color: #ccc
}

@media screen and (max-width: 600px) {
    html > body > div.site section.list_posts > div.inner {
        width: 100%
    }

    html > body > div.site section.list_posts .post_item {
        position: relative;
        display: inline-block;
        margin: 0 3% 25px 3%;
        width: 94%
    }
}

.list_posts-pinned, 
.widget_posts-pinned {
    position: relative;
    vertical-align: top
}

.list_posts-pinned .post_item,
.widget_posts-pinned .post_item {
    position: relative;
    display: inline-block;
    margin: 0 35px 25px 0;
    vertical-align: top
}

html > body > div.site section.list_posts-pinned .post_item > a, html > body > div.site aside.widget_posts-pinned .post_item > a {
    position: relative;
    display: block;
    overflow: hidden
}

html > body > div.site section.list_posts-pinned .post_item > a img, html > body > div.site aside.widget_posts-pinned .post_item > a img {
    display: block;
    background-color: #ccc
}

.list_posts-pinned .post_item > a .title, 
.widget_posts-pinned .post_item > a .title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 11px 8px 12px;
    line-height: 20px;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    -moz-hyphens: manual;
    word-wrap: normal;
    text-shadow: 1px 1px 2px black;
    color: #fff
}

html > body > div.site section.list_posts-pinned .post_item > a:before, html > body > div.site aside.widget_posts-pinned .post_item > a:before {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 117px;
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAB1CAYAAACGTSskAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGtJREFUeNpiZBaSZmJAAyxAzIhNEEMlhgBp2klTyUwvi4hXyUSZmcz00k63kGemgXZaWMREg/BkpkGyYaZXHDHRSyXTyIi4gbWIaSinZLrFOyO9wpNx8JlJC+2DsC5mHDDH42waEWcmQIABANc/At7R+wtGAAAAAElFTkSuQmCC");
    background-repeat: repeat-x;
    background-position: bottom
}

.list_posts-pinned .post_item > a:hover:hover .title, 
.widget_posts-pinned .post_item > a:hover:hover .title {
    color: #cacaca
}

.list_posts-pinned .promo_sidebar, 
.widget_posts-pinned .promo_sidebar {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 270px;
    margin-bottom: 0 !important
}

@media screen and (max-width: 600px) {
    html > body > div.site section.list_posts-pinned .promo_sidebar, html > body > div.site aside.widget_posts-pinned .promo_sidebar {
        display: none
    }

    html > body > div.site section.list_posts-pinned .post_item, html > body > div.site aside.widget_posts-pinned .post_item {
        display: block;
        margin: 10px auto;
        width: 300px
    }
}

h3.label-grey, 
h3.widget-title {
    position: relative;
    font-family: 'Cuprum', sans-serif;
    font-size: 16.5px;
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    background-color: #363636
}

h3.label-grey:before, 
h3.widget-title:before {
    position: absolute;
    top: 0;
    right: -23px;
    width: 25px;
    height: 30px;
    content: '';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAIAAABWjiKMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVlJREFUeNqs1r+qgmAcxnGNVu+g6+g2upFux8XFoT+kYRQVDVYQ1BKWQ6iLRVAQRhEkGKRWD+eFw5k7z3fS5YP6vj9VLpfL0k+KolSr1UqlIsuy9FWF36M4juv1uuu60rcV/p4cDodOp3M6nQgWms1m4/H4/X4TrOfz2Wq15vM5wUKXy8U0ze12S7DQer0ejUaPx4NgZVnW6/Xw7AgWut/vuFPf9wkWCoIAV3e73QjW6/WaTCa2bRMsMQyWZWEpCBba7/eGYURRRLDQcrkcDAYcK0mSbre7WCwIFjqfz41G43g8Eiy02Wzw4DCwBAsK9sd0OiVYCPu22WzudjuChcIwrNVqWA2Clec53m7D4ZBgibHHInieR7DEl0HXdaAEC61Wq3a7zbHEMDiOQ7DEMGiadr1eCZZ4X2KLpGlKsDAM2B/iG1iU/h1WU1XVUqlUxC8Jhev3+x8BBgAgYM2u6kV3MQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: right
}

html > body > div.site .widget-area .widget h3.widget-title {
    margin-bottom: .9rem
}

html > body > div.site > div.wrapper > div.site-content {
    position: relative;
    z-index: 10;
    width: 67%
}

html > body > div.site > div.wrapper > div.site-content.site-content100 {
    width: 100%
}

@media screen and (max-width: 600px) {
    html > body > div.site > div.wrapper > div.site-content {
        width: 100%
    }
}

html > body > div.site > div.wrapper .post-info {
    position: relative;
    min-height: 14px;
    margin-bottom: 20px
}

html > body > div.site > div.wrapper .post-info .tags {
    margin-bottom: 7px
}

html > body > div.site > div.wrapper .post-info .tags a {
    font-family: 'Cuprum', sans-serif;
    font-size: 12px;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    padding: 0 5px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #ccc
}

html > body > div.site > div.wrapper .post-info .info {
    margin-bottom: 5px;
    line-height: 14px
}

html > body > div.site > div.wrapper .post-info .info, html > body > div.site > div.wrapper .post-info .info a {
    font-size: 13px;
    text-decoration: none;
    color: #042036
}

html > body > div.site > div.wrapper .post-info .info a:hover {
    text-decoration: underline
}

html > body > div.site > div.wrapper .post-info .info .author, html > body > div.site > div.wrapper .post-info .info .author a {
    font-family: Verdana, sans-serif;
    font-size: 12px
}

html > body > div.site > div.wrapper .post-info .share {
    position: absolute;
    bottom: -4px;
    right: 0;
    padding-left: 100px
}

.share > div {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

html > body > div.site > div.wrapper .share .title {
    font-size: 13px;
    height: 26px;
    margin-right: 2px;
    line-height: 26px
}

html > body > div.site > div.wrapper .share .yashare-auto-init {
    min-width: 90px
}

html > body > div.site > div.wrapper .widget-area {
    margin-top: 35px;
    width: 29%;
    width: 30.613%;
    /*width: 280px;*/
}

@media screen and (max-width: 600px) {
    html > body > div.site > div.wrapper .widget-area {
        width: 100%
    }
}

html > body > div.site > div.wrapper .content100 {
    width: 100%;
    margin-bottom: 10px
}

html > body > div.site > div.wrapper .content100 img, html > body > div.site > div.wrapper .content100 iframe {
    width: 100%
}

html > body > div.site > div.wrapper .site-content100 .content100 {
    margin: 0 -20px 25px -20px;
    width: 1020px
}

html > body > div.site > div.wrapper .site-content100 .entry-content {
    margin-left: 108px;
    margin-right: 108px
}

html > body > div.site > div.wrapper .site-content100 .entry-content .content100 {
    margin: 0 -128px 25px -128px;
    width: 1020px
}

html > body > div.site > div.wrapper .site-content100 #disqus_thread {
    margin-left: 108px;
    margin-right: 108px
}

html > body > div.site > div.wrapper .entry-content {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400
}

html > body > div.site > div.wrapper .entry-content, html > body > div.site > div.wrapper .entry-content p {
    font-size: 16px;
    line-height: 22px
}

@media screen and (max-width: 600px) {
    html > body > div.site > div.wrapper .post-info .share {
        position: relative;
        padding: 0
    }

    html > body > div.site > div.wrapper .content100 {
        width: 100%
    }

    html > body > div.site > div.wrapper .site-content100 .content100 {
        margin: 0;
        width: 100%
    }

    html > body > div.site > div.wrapper .site-content100 .entry-content {
        margin-left: 0;
        margin-right: 0
    }

    html > body > div.site > div.wrapper .site-content100 .entry-content .content100 {
        margin: 0;
        width: 100%
    }

    html > body > div.site > div.wrapper .site-content100 #disqus_thread {
        margin-left: 0;
        margin-right: 0
    }
}

.promo_sidebar {
    max-width: 280px;
    height: 400px;
    padding: 20px 0;
    margin-bottom: 40px;
    overflow: hidden;
    border: 1px solid #dedede;
   /* -webkit-border-radius: 10px;
    border-radius: 10px*/
}

.promo_sidebar a > img {
    display: block;
    width: 240px;
    height: 400px;
    margin: 0 auto;
    background-color: #ccc
}

@media screen and (max-width: 600px) {
    html > body > div.site {
        width: 100%;
        max-width: 100%;
        padding: 15px 0 0 0;
    }

    html > body > div.site > .wrapper {
        padding: 0 10px
    }
}

html > body > nav.menu {
    position: absolute;
    top: 58px;
    z-index: 899;
    height: 78px;
    width: 100%
}

html > body > nav.menu > div.inner {
    position: relative;
    width: 1140px;
    height: 38px;
    padding: 20px 0;
    margin: 0 auto
}

html > body > nav.menu.pinned {
    position: fixed;
    top: 0;
    background-color: #242426;
    background-color: rgba(36, 36, 38, .9)
}

html > body > nav.menu > div.inner > a {
    position: relative;
    font-size: 15px;
    display: inline-block;
    height: 34px;
    padding: 2px 0;
    margin-right: 18px;
    line-height: 34px;
    text-decoration: none;
    vertical-align: top;
    color: #fff
}

html > body > nav.menu > div.inner > a:before {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    display: none;
    height: 1px;
    content: '';
    border-bottom: 2px solid #ffac5a
}

html > body > nav.menu > div.inner > a:hover:before {
    display: block
}

html > body > nav.menu > div.inner > a.main {
    position: relative;
    width: 23px;
    overflow: hidden;
    text-indent: -9999px
}

html > body > nav.menu > div.inner > a.main:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    height: 25px;
    width: 23px;
    content: '';
    background-image: url(/styles/images/nav_main_icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: 0
}

html > body > nav.menu > div.inner > a.main:hover:before {
    background-image: url(/styles/images/nav_main_icon_hover.png)
}

html > body > nav.menu > div.inner > a.add_dream {
    position: relative;
    padding: 0 32px 0 13px;
    border: 2px solid #ffa445;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #ffa445
}

html > body > nav.menu > div.inner > a.add_dream:before, html > body > nav.menu > div.inner > a.add_dream:after {
    position: absolute;
    display: block;
    content: '';
    background-color: #ffa445;
    border: none
}

html > body > nav.menu > div.inner > a.add_dream:before {
    top: 16px;
    right: 14px;
    left: auto;
    height: 2px;
    width: 10px
}

html > body > nav.menu > div.inner > a.add_dream:after {
    top: 12px;
    right: 18px;
    left: auto;
    height: 10px;
    width: 2px
}

html > body > nav.menu > div.inner > a.add_dream:hover {
    background-color: #ffa546;
    color: #19191b
}

html > body > nav.menu > div.inner > a.add_dream:hover:before, html > body > nav.menu > div.inner > a.add_dream:hover:after {
    background-color: #19191b
}

html > body > nav.menu > div.inner > a.login {
    position: absolute;
    right: 0;
    margin-right: 0
}

html > body > nav.menu > div.inner > div.profile {
    font-size: 15px;
    position: absolute;
    right: 0;
    height: 40px;
    margin-top: -1px;
    display: inline-block;
    line-height: 40px;
    color: #fff
}

html > body > nav.menu > div.inner > div.profile .popup-edit, html > body > nav.menu > div.inner > div.profile .popup-menu {
    position: absolute;
    top: 57px;
    right: 0;
    display: none;
    padding: 0;
    margin: 9px 0 0;
    list-style: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

html > body > nav.menu > div.inner > div.profile .popup-edit.show, html > body > nav.menu > div.inner > div.profile .popup-menu.show {
    display: block
}

html > body > nav.menu > div.inner > div.profile .popup-edit:before, html > body > nav.menu > div.inner > div.profile .popup-menu:before {
    position: absolute;
    top: -9px;
    width: 17px;
    height: 9px;
    content: '';
    background-image: url(/styles/images/popup_bubble_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

html > body > nav.menu > div.inner > div.profile > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

html > body > nav.menu > div.inner > div.profile > div > span, html > body > nav.menu > div.inner > div.profile > div > a {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

html > body > nav.menu > div.inner > div.profile > div > span.edit, html > body > nav.menu > div.inner > div.profile > div > a.edit {
    width: 16px;
    margin: 0 -1px 0 15px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(/styles/images/icon_edit.png);
    background-repeat: no-repeat;
    background-position: center
}

html > body > nav.menu > div.inner > div.profile > div > span.edit:hover, html > body > nav.menu > div.inner > div.profile > div > a.edit:hover {
    background-image: url(/styles/images/icon_edit_hover.png)
}

html > body > nav.menu > div.inner > div.profile > div > a.name {
    padding-right: 55px
}

html > body > nav.menu > div.inner > div.profile > div > a.name:before {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 55px;
    display: none;
    height: 1px;
    content: '';
    border-bottom: 2px solid #ffac5a
}

html > body > nav.menu > div.inner > div.profile > div > a.name:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
    width: 36px;
    height: 36px;
    content: '';
    border: 2px solid #ffa546;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

html > body > nav.menu > div.inner > div.profile > div > a.name > img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

html > body > nav.menu > div.inner > div.profile > div > a.name:hover:before, html > body > nav.menu > div.inner > div.profile > div > a.name:hover:after {
    display: block
}

html > body > nav.menu > div.inner > div.profile > div.menu:hover > a:before, html > body > nav.menu > div.inner > div.profile > div.menu:hover > a:after {
    display: block
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu {
    right: -35px;
    z-index: 100;
    width: 230px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu:before {
    right: 45px
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li {
    display: block;
    padding: 0 10px
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li > a {
    font-size: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    color: #000;
    border-top: 1px solid #ccc;
    background-position: 9px 16px;
    background-repeat: no-repeat
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li > a:before {
    display: inline-block;
    width: 36px;
    height: 1px;
    content: ''
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li > a > span.count {
    position: absolute;
    right: 10px;
    color: #000
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li > a.profile {
    background-image: url(/styles/images/icon_dream.png)
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li > a.logout {
    background-image: url(/styles/images/icon_logout.png)
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li > a:hover {
    color: #ffa546
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li > a:hover.profile {
    background-image: url(/styles/images/icon_dream_hover.png)
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li > a:hover.logout {
    background-image: url(/styles/images/icon_logout_hover.png)
}

html > body > nav.menu > div.inner > div.profile > div.menu > ul.popup-menu > li:first-child > a {
    border: none
}

html > body > nav.menu > div.inner > div.profile > div.menu:hover:before {
    position: absolute;
    top: 0;
    right: -5px;
    bottom: -50px;
    left: 0;
    z-index: 1;
    content: ''
}

html > body > nav.menu > div.inner > div.profile > div.menu:hover > ul.popup-menu {
    display: block
}

html > body > footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 158px;
    background-color: #19191b
}
footer[role="contentinfo"]
{
    position: relative;
}
footer[role="contentinfo"] .footer_top {
    text-align: center;
}

html > body > footer > div.inner {
    position: relative;
    width: 1140px;
    height: 158px;
    margin: 0 auto
}

html > body > footer > div.inner a {
    position: relative
}

html > body > footer > div.inner a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    height: 1px;
    content: '';
    border-bottom: 1px solid #ffa546
}

html > body > footer > div.inner a:hover:before {
    display: block
}

html > body > footer > div.inner > p.copy {
    font-size: 14px;
    display: inline-block;
    width: 475px;
    margin: 0;
    padding: 39px 0 0 52px;
    line-height: 17px;
    vertical-align: top;
    background-image: url(images/footer_logo.png);
    background-repeat: no-repeat;
    background-position: 0 39px;
    color: #fff
}

html > body > footer > div.inner > p.copy > a {
    text-decoration: none
}

html > body > footer > div.inner > nav {
    display: inline-block;
    width: 220px;
    margin-left: 85px;
    padding-top: 37px;
    vertical-align: top
}

html > body > footer > div.inner > nav > a {
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
    color: #fff
}

html > body > footer > div.inner > div.share {
    position: absolute;
    top: 39px;
    right: 172px
}

html > body > footer > div.inner > div.share > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0
}

html > body > footer > div.inner > div.share > a:before {
    visibility: hidden
}

html > body > footer > div.inner > div.share > a.fb {
    background-image: url(/styles/images/footer_share_fb.png)
}

html > body > footer > div.inner > div.share > a.fb:hover {
    background-image: url(/styles/images/footer_share_fb_hover.png)
}

html > body > footer > div.inner > div.share > a.vk {
    background-image: url(/styles/images/footer_share_vk.png)
}

html > body > footer > div.inner > div.share > a.vk:hover {
    background-image: url(/styles/images/footer_share_vk_hover.png)
}

html > body > footer > div.inner > div.share > a.tw {
    background-image: url(/styles/images/footer_share_tw.png)
}

html > body > footer > div.inner > div.share > a.tw:hover {
    background-image: url(/styles/images/footer_share_tw_hover.png)
}

html > body > footer > div.inner > div.share > a.inst {
    background-image: url(/styles/images/footer_share_inst.png)
}

html > body > footer > div.inner > div.share > a.inst:hover {
    background-image: url(/styles/images/footer_share_insta_hover.png)
}

html > body > footer > div.inner > a.createby {
    font-size: 12px;
    position: absolute;
    top: 38px;
    right: 0;
    padding-left: 39px;
    text-decoration: none;
    line-height: 17px;
    background-image: url(/styles/images/redkeds.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    color: #a3a3a3
}

html > body > footer > div.inner > a.createby:before {
    display: none
}

html > body > footer > div.inner > a.createby:hover {
    background-image: url(/styles/images/redkeds_hover.png)
}

html > body > footer > div.subscribe {
    position: absolute;
    top: -110px;
    left: 50%;
    width: 1140px;
    height: 110px;
    margin-left: -570px;
    vertical-align: top
}

html > body > footer > div.subscribe > h2 {
    font-weight: normal;
    font-size: 25px;
    margin: 0;
    padding: 15px 0 5px 0;
    line-height: 32px;
    color: #fff
}

html > body > footer > div.subscribe > p {
    margin: 0;
    padding: 0;
    color: #7c7c7d
}

html > body > footer > div.subscribe > form {
    font-size: 14px;
    position: absolute;
    top: 25px;
    right: 0;
    white-space: nowrap;
    word-wrap: normal
}

html > body > footer > div.subscribe > form > input {
    height: 30px;
    width: 285px;
    padding: 2px 10px;
    line-height: 30px;
    background-color: #fff;
    border: none
}

html > body > footer > div.subscribe > form label.error, html > body > footer > div.subscribe > form label.error2 {
    position: absolute;
    top: -9px;
    left: -190px;
    font-size: 11px;
    font-family: Arial, sans-serif;
    display: none;
    width: 165px;
    height: 51px;
    padding: 11px 15px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #312a3c
}

html > body > footer > div.subscribe > form label.error:before, html > body > footer > div.subscribe > form label.error2:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 20px;
    content: '';
    background-image: url(/styles/images/form_darkstyle_label_error_right.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

html > body > footer > div.subscribe > form input.error + label.error, html > body > footer > div.subscribe > form input.error2 + label.error2, html > body > footer > div.subscribe > form input.error + label.error2 + label.error {
    display: block
}

html > body > footer > div.subscribe > form > button {
    height: 34px;
    margin-left: -5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    background-color: #de1272;
    color: #fff
}

html > body .bg_banner {
    position: relative;
    display: block;
    width: 100%;

    overflow: hidden;
    text-indent: -9999px;
}

html > body .bg_banner .bg_banner_mobile {
    position: relative;
    display: block;

    background-position: center top;
    background-repeat: no-repeat;  
}

html > body .bg_banner img,
html > body .bg_banner span
 {
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: block;
}

html > body .bg_banner_margintop {
    position: relative;
    z-index: 1;
    display: none;
    height: 0;
    width: 100%
}

@media screen and (min-width: 980px) {
    html > body .bg_banner
    {
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        height: 100%;
        background-position: center top;
        background-repeat: no-repeat;    
		background-size: cover;   
    }
    html > body .bg_banner .bg_banner_mobile
    {
        display: none;
        width: 1px;
        height: 1px !important;
    }
    html > body .bg_banner_margintop {
        display: block
    }
}





/* NEW */


.sroll_top_arrow_wrap {
	position: fixed!important;
	top: 0;
	left: 50%;
	margin-left: -610px;
	height: 100%;
	width: 100px;
	
	display: none;
	cursor: pointer;
	z-index: 9!important;
}
.sroll_top_arrow {
	position: absolute;
	height: 100%;
	width: 100%;
	/*background: rgba(255,255,255,0.2);*/
	
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	padding-top: 20px;
	opacity: 1;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	/*color: #000;*/
}
.admin-bar .sroll_top_arrow {
	padding-top: 45px;
}
.sroll_top_arrow:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: url(img/pattern_mini.jpg) repeat #000;
	
	background: url(img/pattern_mini_reverse.jpg) repeat #fff;
	
	opacity: 0;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	background: #fff;
}
.sroll_top_arrow:hover {
	opacity: 1;
/*	background: rgba(255,255,255,0.5);*/
}
.sroll_top_arrow:hover:before {
	opacity: 0.5;
}
.sroll_top_arrow_wrap span {
	position: relative;
	padding-left: 20px;
	background: url(img/toplink.png) no-repeat 0 5px;
	background: url(img/toplink_black.png) no-repeat 0 5px;
	
	font-weight: bold;
	font-size: 0;
	background: url(img/up_arrow.png) no-repeat;
	width: 48px;
	height: 33px;
	display: block;
	padding: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}
.sroll_top_arrow:hover span {
	opacity: 1;
}
/*--------*/

* {
	outline: none!important;
}
/* fix menu */
.header_wrap {
	height: 100px;
	z-index: 1500!important;
}
.fix_menu {
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .fix_menu {
      background: rgba(255,255,255,.6);
      -webkit-backdrop-filter: brightness(1.5) blur(4px);
      backdrop-filter: brightness(1.5) blur(4px);
  }
}
.fix_menu.fix {
	position: fixed!important;
	top: 0;
	width: 1020px!important;
	/*margin-left: -20px!important;*/
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    margin: 0!important;
	height: 50px!important; 
}
.admin-bar .fix_menu.fix {
	top: 32px;
}
header.site_header > nav {
	margin-top: 0!important;
	line-height: 92px;
	/*background: #fff;*/
}
header.site_header.fix_menu  > nav {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	z-index: 2;
}
header.site_header.fix_menu.fix  > nav {
	/*margin-top: 0;
	margin-left: 0;
	margin-right: 0;*/
	line-height: 44px;
}
header.site_header.fix_menu > .logo {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
header.site_header.fix_menu.fix > .logo {
	transform: scale(0.65);
    -webkit-transform: scale(0.65);
}

header.site_header > nav ul > li.current-menu-item,
header.site_header > nav ul > li.current-menu-parent {
	position: relative;
}
header.site_header > nav ul > li.current-menu-item:after,
header.site_header > nav ul > li.current-menu-parent:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	border-bottom: 4px solid #363636;
	width: 100%;
}

/*--------*/

.black_btn {
	display: inline-block;
	
	text-transform: uppercase;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	outline: none;
	position: relative;
	top: -3px;
	background: #92100d;
	color: #fff;
	
}
.black_btn:hover {
	/*color: #c90500;
	border-color: #c90500;*/
	background: #b7221e;
	color: #fff;
}

/*#mceu_97 {
	display: none;
}*/
/* fix soc */
.fix_social_btns {
	/*position: fixed;
	height: 60px;
	z-index: 200;
	width: 1024px;
	background: url(img/pattern_mini_mini.png) repeat;
	bottom: 0;
	margin-left: -22px;
	text-align: center;
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;*/
}
/*.fix_social_btns.hide {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	
}*/
.fix_social_btns {
	position: fixed;
	bottom: 30px;
	z-index: 200;
	-webkit-transition: all 0.3s;
	transition: all 0.3s cubic-bezier(.42,1.2,.9,1.28);
	margin-left: -100px;
}
.fix_social_btns.hide {
	-webkit-transform: scale(0);
	transform: scale(0);
	
	-webkit-transition: all 0.3s cubic-bezier(.33,-0.6,.37,.1);
	transition: all 0.3s cubic-bezier(.33,-0.6,.37,.1);
}
.fade_soc_btn {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background: url(img/fix_social_btns.png) no-repeat 50% 50% #ca930d;
	box-shadow: 0 3px 5px rgba(0,0,0,0.7);
	cursor: pointer;
	-webkit-transition: all 0.2s;
}	
.fade_soc_btn:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.fix_social_btns .likely {
	position: absolute;
	left: 100%;
	margin-left: 30px;
	top: 5px;
	white-space: nowrap;
	top: 15px;
	display: none;
	
	-webkit-transition: none;
	transition: none;
}

.fix_social_btns .likely-big .likely__widget {
	margin-bottom: 0!important;
	box-shadow: 0 1px 5px rgba(0,0,0,0.7);
	background: #fff;
}
/* big btns */

.fix_social_btns .likely {
	left: 0;
	margin-left: 0;
	bottom: 100%;
	top: auto;
	margin-bottom: 30px;
}
.fix_social_btns .likely .likely__widget {
	display: block;
	margin-left: 0!important;
	margin-top: 30px!important;
	height: auto!important;
	width: 60px;
	border-radius: 11px!important;
}
.fix_social_btns .likely-big svg {
	width: 60px!important;
	height: 60px!important;
	left: 0!important;
	top: 0!important;
}
.fix_social_btns .likely-big .likely__widget_twitter svg {
	width: 45px!important;
	height: 45px!important;
	left: 8px!important;
	top: 8px!important;
}
.fix_social_btns .likely-big .likely__icon {
	height: 60px!important;
	width: 60px!important;
}
.fix_social_btns .likely-big .likely__button {
	display: none;
}
.fix_social_btns .likely .likely__counter {
	display: none!important;
}
/* HOVERS */

header.site_header > nav ul > li > a:hover {
	color: #b7221e;
	opacity: 1;
}
/* ===== */


/* preloader */

.bubblingG {
text-align: center;
width:61px;
height:38px;
}

.bubblingG span {
display: inline-block;
vertical-align: middle;
width: 8px;
height: 8px;
margin: 19px auto;
background: #920F0D;
-moz-border-radius: 39px;
-moz-animation: bubblingG 0.6s infinite alternate;
-webkit-border-radius: 39px;
-webkit-animation: bubblingG 0.6s infinite alternate;
-ms-border-radius: 39px;
-ms-animation: bubblingG 0.6s infinite alternate;
-o-border-radius: 39px;
-o-animation: bubblingG 0.6s infinite alternate;
border-radius: 39px;
animation: bubblingG 0.6s infinite alternate;
}

#bubblingG_1 {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
-ms-animation-delay: 0s;
-o-animation-delay: 0s;
animation-delay: 0s;
}

#bubblingG_2 {
-moz-animation-delay: 0.18s;
-webkit-animation-delay: 0.18s;
-ms-animation-delay: 0.18s;
-o-animation-delay: 0.18s;
animation-delay: 0.18s;
}

#bubblingG_3 {
-moz-animation-delay: 0.36s;
-webkit-animation-delay: 0.36s;
-ms-animation-delay: 0.36s;
-o-animation-delay: 0.36s;
animation-delay: 0.36s;
}

@-moz-keyframes bubblingG {
0% {
width: 8px;
height: 8px;
background-color:#920F0D;
-moz-transform: translateY(0);
}

100% {
width: 18px;
height: 18px;
background-color:#fff;
-moz-transform: translateY(-16px);
}

}

@-webkit-keyframes bubblingG {
0% {
width: 8px;
height: 8px;
background-color:#920F0D;
-webkit-transform: translateY(0);
}

100% {
width: 18px;
height: 18px;
background-color:#fff;
-webkit-transform: translateY(-16px);
}

}

@-ms-keyframes bubblingG {
0% {
width: 8px;
height: 8px;
background-color:#920F0D;
-ms-transform: translateY(0);
}

100% {
width: 18px;
height: 18px;
background-color:#fff;
-ms-transform: translateY(-16px);
}

}

@-o-keyframes bubblingG {
0% {
width: 8px;
height: 8px;
background-color:#920F0D;
-o-transform: translateY(0);
}

100% {
width: 18px;
height: 18px;
background-color:#fff;
-o-transform: translateY(-16px);
}

}

@keyframes bubblingG {
0% {
width: 8px;
height: 8px;
background-color:#920F0D;
transform: translateY(0);
}

100% {
width: 18px;
height: 18px;
background-color:#fff;
transform: translateY(-16px);
}

}


.alm-load-more-btn {
    width: 177px;
    height: 38px;
    overflow: hidden;
    /*text-indent: -9999px;*/
    background-color: #fff;
   	border: 2px solid #000;
    background-repeat: no-repeat;
 	outline: none;
 	background: #fff!important;
 	text-transform: uppercase;
 	text-align: center;
 	font-size: 16px;
	position: relative;
	border-radius: 0;
	margin: 20px 0;
	transition: all 0.2s;
}
.alm-load-more-btn:hover {
	border-color: #b7221e;
	color: #b7221e;
}
#load-more .bubblingG {
	position: absolute;

	top: 0px;
	left: 56px;
	opacity: 0;
	transition: all 0.2s;
}
#load-more.load {
	color: #fff;
}
#load-more.load .bubblingG {
	opacity: 1;
}

.admin_post_num {
	position: absolute;
	min-width: 10px;
	padding: 0 10px;
	height: 30px;
	background: red;
	right: 0;
	top: 0; 
	z-index: 2;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	  background: #92100d;
	  white-space: nowrap;
}
/**/



/* front page */


.promo_tile_content {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 25px 15px 25px;
	color: #fff;
}
.promo_tile_content>span {
	color: #84908f;
	font-weight: normal;
	font-family: Ubuntu, sans-serif;
	font-size: 13px;
}
.promo_tile_content .title {
	position: relative!important;
	left: auto!important;
	top: auto!important;
	bottom: auto!important;
	right: auto!important;
	padding: 0!important;
	margin-bottom: 5px;
}
.list_posts-pinned .promo_tile_content span {
	font-size: 11px;
}

.front_selected_block {
	border-top: 4px solid #363636;
	border-bottom: 4px solid #363636;
	padding: 20px 0;
	margin: 30px 0 40px;
}
.front_selected_block .promo_sidebar {
	top: 30px!important;
}
.as_advertising_label {
	position: absolute;
	background: rgba(255,255,255,0.7);
	left: 0;
	top: 0;
	z-index: 5;
	padding: 5px 10px;
}
html > body > div.site section.list_posts .post_item > article .image .as_advertising_label {
	top: auto;
	bottom: 0;
}
/* ======*/
html > body > div.site > section.under_nav .social > li.s-s > span {
	background: url(images/social-search.png) no-repeat 0 0;
}
html > body > div.site > section.under_nav .social > li.s-s > span:hover {
	background-position: 0 -18px;
}
html > body > div.site > section.under_nav .social > li.s-s form > div input[type="text"]:focus {
	border-color: #b7221e;
}

.share_bottom {
	text-align: right;
	margin-bottom: 20px;
}
.relap__item-title {
	font-size: 18px!important;
}
.relap__item {
	width: 33.3333%!important;
	display: inline-block!important;
}
.tags a:hover {
	opacity: 0.7;
}
/* =========  */



/* footer*/
.footer_menu {
	/*padding: 0px 0 10px;*/
	border-top: 4px solid #363636;
}
.footer_menu li {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 12px;
	position: relative;
	padding-top: 15px;
 	font-family: 'Cuprum', sans-serif;
 	margin-bottom: 10px;
    vertical-align: middle;
}
.footer_menu li.current-menu-item:after,
.footer_menu li.current-menu-parent:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	border-bottom: 2px solid #363636;
	width: 100%;
}
.footer_menu li a {
	color: #000;
	text-decoration: none;
}
footer[role="contentinfo"] {
	padding-top: 0px;
	background: none;
 	
}
.footer_copy {
	
	padding: 0 0 10px;
}
.footer_copy a {
    background: url("img/bullet.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    margin: 0 auto 5px;
    width: 80px;
    height: 77px;
    cursor: pointer;
    position: relative;
}
.footer_copy a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url("img/bullet_hover.png") no-repeat scroll center top;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_copy a:hover:before {
    opacity: 1;
}
.footer_menu li a:hover {
	color: #b7221e;
	opacity: 1;
}
/* ======  */

/* relates post */

.related_posts li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 20px;
	position: relative;
}
.related_posts li img {
	width: 100%;
	margin-bottom: 15px;
	height: auto;
	/*height: 300px;*/
}
.related_posts h2 {
	font-size: 20px;
	margin-bottom: 25px; 
	
}

.related_posts h3 {
	font-size: 18px!important;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal!important;*/
	line-height: 1.4;
	text-transform: none!important;
	
	
	font-size: 16px!important;
	
	line-height: 1.2;
 
}
.related_posts h3 a {
	font-weight: inherit!important;
}
.related_posts h3 a:hover {
	color: #b7221e;
	
}
.related_posts li p {
	font-size: 16px;
	line-height: 1.2;
	max-height: 64px;
	overflow: hidden;
	position: relative;
	
	font-size: 14px;
  line-height: 1.2;
 
}
.related_posts li p:after {
	position: absolute;
	left: 0;
	width: 100%;
	content: '';
	bottom: 0;
	height: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
/* =========  */


/* embed links */

.single .post .entry-content del a,
.single .post .entry-content a del {
	opacity: 0;
}
.embed_block {
	width: 285px;
	float: left;
	margin: 5px 30px 30px 0;
	display: block;
	text-decoration: none!important;
	font-size: 14px;
	line-height: 1.4px;
	opacity: 1!important;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;

    box-shadow: none!important;
    border-bottom: none!important;
}
.embed_block:hover {
	/*border-color: #b7221e;
	box-shadow: 0 0 0 1px #b7221e;*/
}
.embed_block.right {
	float: right;
	margin: 5px 0px 30px 30px;
	text-align: left!important;
}
.embed_block_img {
	width: 285px;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.embed_block_content {
  	overflow: hidden;
  	font-size: 14px;
  	line-height: 1.6;
 	max-height: 155px;
  	overflow: hidden;
  	text-decoration: none!important;
  	position: relative;
  	padding: 10px 20px;
  	color: #1d1d1d;
  	text-align: left!important;
  	
  	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
background: rgb(232,232,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
.embed_block_content:after {
	position: absolute;
	left: 0;
	width: 100%;
	content: '';
	bottom: 0;
	height: 40px;

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 

	display: none;
}
.embed_block h3 {
	font-size: 19px;
	line-height: 1.2;
	margin: 0 auto 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none!important;
	font-family: 'Cuprum', sans-serif;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}
.embed_block:hover h3 {
	color: #b7221e;
}
.embed_block p {
	
}
.content100 .embed_block,
.embed_block.center {
	float: none;
	width: auto;
	margin: 0 30px 30px;
	clear: both;
	text-align: left!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.content100 .embed_block .embed_block_img,
.embed_block.center .embed_block_img {
	width: 230px;
	height: 140px;
	float: left;
}
.content100 .embed_block .embed_block_content,
.embed_block.center .embed_block_content {
	margin-left: 230px;
	font-size: 14px;
	height: 140px;
	padding-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
background: rgb(232,232,232); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.content100 .embed_block h3,
.embed_block.center h3  {
	font-size: 19px;
	margin-bottom: 8px;
}

html > body > div.site > div.wrapper .site-content100 .entry-content .content100 .embed_block {
	margin: 0 150px 30px;
}
/* embed links end */

/* For modern browsers */
.clear_fix:before,
.clear_fix:after {
   content: "";
   display: table;
}
.clear_fix:after {
   clear: both;
}

/* для IE6-7 */
.clear_fix {
   zoom: 1;
}
/* new mobile */
.mobile_menu {
	display: none;
}
.mobile_head {
	display: none;
}
.mobile_branding {
	display: none;
}
/**/


/* pointed block */

.pointed_block_desktop {
	height: 330px;
	background: #f2f2f2;
	margin: 45px -20px;
}
.pointed_block_mobile {
	display: none;
}
.pointed_block_left {
	margin-right: 320px;
	height: 330px;
	
	position: relative;
}
.pointed_block_left .tags {
	position: absolute;
	top: -16px;
	left: 23px;
}
.pointed_block_left .tags div {
	font-family: 'Cuprum', sans-serif;
	  font-size: 12px;
	  display: inline-block;
	  height: 16px;
	  margin-right: 5px;
	  padding: 0 5px;
	  line-height: 16px;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #fff;
	  background-color: #ccc;
}
.pointed_block_item {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position:  50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	text-align: center;
	text-decoration: none;
	
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.pointed_block_item.show {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.pointed_block_item:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(32,41,45,0.5);

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pointed_block_item:hover:after {
    background: rgba(32,41,45,0.7);
}
.pointed_block_item_content {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0;
	padding: 0 85px;
	top: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	margin-top: -20px;
}
.pointed_block_item_content h3  {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: normal;
 	font-family: 'Cuprum', sans-serif;
}
.comment_label {
	color: #000000;
	font-size: 10px;
	display: inline-block;
	height: 17px;
	background: #f7c401;
	line-height: 17px;
	width: 24px;
	text-align: center;
	margin-left: -20px;
	position: relative;
	left: 27px;
	top: -6px;
	font-family: Ubuntu, sans-serif;
	font-weight: 500;
	text-shadow: none;
}
.comment_label:after {
	position: absolute;
	width: 4px;
	height: 4px;
	background: url(img/pointed_block_item_content_comment.png) no-repeat;
	bottom: -4px;
	left: 0;
	content: '';
}
.comment_label.gray {
	background: #7a7a7a;
}
.comment_label.gray:after {
	background: url(img/pointed_block_item_content_comment_gray.png) no-repeat;
}
.comment_label.blue {
	background: #4d8da7;
}
.comment_label.blue:after {
	background: url(img/pointed_block_item_content_comment_blue.png) no-repeat;
}
.comment_label.hot {
	background: #ff0b0b;
}
.comment_label.hot:after {
	background: url(img/pointed_block_item_content_comment_hot.png) no-repeat;
}
.comment_label.hot:before {
	position: absolute;
	content: '';
	background: url(img/hot_before.png) no-repeat;
	width: 17px;
	height: 13px;
	right: -9px;
    top: -4px;
	
}
.pointed_block_item_content>span {
	color: #b5e2ff;
	font-size: 13px;
}
.pointed_block_right {
	float: right;
	height: 330px;
	width: 320px;
}
.pointed_block_right li {
	height: 20%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	font-size: 14px;
	line-height: 18px;
}
.pointed_block_right li a {
	display: block;
	padding: 15px 35px 0 30px;
	overflow: hidden;
	text-decoration: none;
	height: 38px;
}
.pointed_block_right li.select {
	background: #313133;
}
.pointed_block_right li.select a {
	color: #fff;
}
/* =========== */



/* new tiles */
.new_post_item {
    height: 470px;
    overflow: hidden;
}
.new_post_item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;

    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 
}

.post_item .comment_label {
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 10px;
    left: auto;
    text-decoration: none;
}
.new_post_item .admin_post_num {
    right: auto;
    left: 0;
}
.promo_post:after {
    display: none;
}
.promo_post_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    padding: 30px;
}
.promo_post_date {
    font-size: 12px;
    font-weight: bold;
    color: #bbbbbb; 
    margin-bottom: 5px;
}
.promo_post_content h3 {
    font-family: Calibri, Arial;
    font-size: 23px;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
}
.promo_post .tags {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 15px;
}
.promo_post .comment_label {
    /*top: auto;*/
    right: 10px;
   /* bottom: 10px;*/
}
.promo_post a:after,
.promo_image > div > a:after,
.new_posts_pinned .post_item a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: #000;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.promo_post a:after {
    /*opacity: 0.3;
    
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.97) 99%, rgba(0,0,0,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,1) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.97) 99%,rgba(0,0,0,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); */

}
.promo_post a:hover:after,
.promo_image > div > a:hover:after,
.new_posts_pinned .post_item:hover a:after {
    opacity: 0.4;
    background: #000;
}
/* new tiles end */


/* new_posts_pinned */

.new_posts_pinned {
    margin-bottom: 15px;
}
.new_posts_pinned_left {
    width: 714px;
    float: left;
    position: relative;
}
.new_posts_pinned .post_item {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
}
.new_posts_pinned .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.new_posts_pinned .post_item img {
    width: 100%;
    height: 200px;
}
.new_posts_pinned .post_item > a .title {
    font-size: 15px;
}
.new_posts_pinned .promo_sidebar {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    border: none;
    padding: 0;
    width: 240px;
    border-radius: 0;
}
.new_posts_pinned .admin_post_num {
    top: auto;
    bottom: 0;
    z-index: 15;
}
h3.label-grey {
    padding-left: 20px;
    margin-left: -20px;
    display: table;
    margin-bottom: 15px;
}
.pinned_tabs {
    position: absolute;
    top: -40px;
    left: 130px;
}
.pinned_tabs li {
    float: left;
    padding: 0 15px;
    margin-right: 15px;
    line-height: 22px;
}
.pinned_tabs li a {
    cursor: pointer;
    color: #710000;
    font-size: 12px;
}
.pinned_tabs li.select {
    background: #680e0e;
}
.pinned_tabs li.select a {
    cursor: default;
    color: #fff;
}


/* .pinned_tabs new */
.pinned_tabs {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    margin-left: -20px;
    overflow: hidden;
}
.pinned_tabs li:first-child {
    margin-left: -20px;
   
}
.pinned_tabs li:first-child a {
    padding-left: 40px;
}
.pinned_tabs li {
    background: none!important;
    padding: 0;
    margin-right: 5px;
}
.pinned_tabs li a {
    outline: none;
    position: relative;
    font-family: 'Cuprum', sans-serif;
    font-size: 16.5px;
    display: inline-block;
    height: 30px;
    padding: 0 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    
}

.pinned_tabs li a span {
    position: relative;
}
.pinned_tabs li a:before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #363636;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    transform: skewX(40deg);
}
.pinned_tabs li.select a:before {
    background: #680e0e;
}
/**/


/* new_posts_pinned end */
.share .likely__counter {
    /*display: inline-block;*/
}
.share .likely .likely__widget {
    margin: 0 3px 14px;
    margin-bottom: 0;
}

.hide_on_desktop {
    display: none!important;
}
.front_page .adsbygoogle {
    margin: -25px 0 25px;
}


/* TESTS */
.testme_backlink {
    display: none;
}
.page_btn {
    border: 1px solid #000;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: table;
    margin: 20px auto;
    cursor: pointer;
}
.page_btn.disabled {
    cursor: default;
    opacity: 0.5;
}
.test_body {
    padding: 0 70px;
}
.test_body .quest_steps {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #524f66;
    font-size: 24px;
    color: #000000;
    line-height: 112px;
    margin: 0 auto 25px;
}
.testme_question_text {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
}
.testme_answer_block input, .testme_answer_block .checkbox {
    float: left;
}
.testme_answer_block .checkbox input {
    float: none;
}
.testme_answer_block label {
    margin-left: 0px;
    padding-left: 50px;
    padding: 10px 23px 10px 72px;
}
.testme_answer_block:hover {
    background: #ededef;
}
.testme_answer_block.checked {
    background: #cbcad1;
} 
.checkbox {
    width: 24px;
    height: 24px;
    border: 3px solid #524f66;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 23px;
}
.testme_answer_block.checked .checkbox:after {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #524f66;
    content: '';
    top: 3px;
    left: 3px;
}
.checkbox input {
    width: 24px;
    height: 24px;
    opacity: 0;
    margin: -3px 0 0 -3px;
    cursor: pointer;
    position: relative;
}
.testme_area .page_btn {
    font-size: 36px;
    text-align: center;
    height: 90px;
    background: #524f66;
    line-height: 90px;
    min-width: 430px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;

    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.testme_area .page_btn:not(.disabled):hover {
    opacity: 0.7;
}
.testme_show_test_description + .page_btn {
    margin: 54px auto 70px;
}
/* TESTS */


/* WATU QUIZ */
 
#watu_quiz .page_btn {
    font-size: 36px;
    text-align: center;
    height: 90px;
    background: #524f66;
    line-height: 90px;
    min-width: 430px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0;
    display: table;
    margin: 0 auto;
    -webkit-appearance: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    box-shadow: none!important;
}  
#watu_quiz .page_btn:hover {
    opacity: 0.7;
} 

#watu_quiz .page_btn.disabled,
#watu_quiz .page_btn:disabled {
    opacity: 0.3;
    cursor: default;
}
#watu_quiz {
    width: auto;
}
.watu_answer_item {

} 
.watu_answer_item {
    margin-bottom: 15px;
}
.watu_answer_item label {
    margin-left: 10px;
    cursor: pointer;
}
.watu_answer_item input,
.watu_answer_item .checkbox  {
    float: left;
}
.watu_answer_item .checkbox input {
    float: none;
}
.watu_answer_item label {
    display: block;
    margin-left: 30px;
}
.watu_answer_item label {
    margin-left: 0px;
    padding-left: 50px;
    padding: 17px 23px 17px 72px;
}
.watu_answer_item:hover {
    background: #ededef;
}
.watu-question.answered .watu_answer_item {
    background: none;
    cursor: default!important;
}
.watu-question.answered .watu_answer_item label {
    cursor: default!important;
}
.watu_answer_item.checked {
    background: #cbcad1!important;
} 
.checkbox {
    width: 24px;
    height: 24px;
    border: 3px solid #524f66;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 23px;
}
.watu_answer_item.checked .checkbox:after {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #524f66;
    content: '';
    top: 3px;
    left: 3px;
}
.checkbox input {
    width: 24px;
    height: 24px;
    opacity: 0;
    margin: -3px 0 0 -3px;
    cursor: pointer;
    position: relative;
}
.watu_answer_item.checked .checkbox:after {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #524f66;
    content: '';
    top: 3px;
    left: 3px;
}
.watu_answer_item p {
    margin-bottom: 0 !important;
}
.question-content {
    margin-bottom: 20px;
}
.watu_counter {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #524f66;
    font-size: 24px;
    color: #000000;
    line-height: 112px;
    margin: 0 auto 25px;
}
.result_block,
.result_block p {
    font-size: 18px!important;
    text-align: center;
    line-height: 25px!important;
}
.result_block h2 {
    text-align: center;
    font-size: 51px;
    color: #524f66;
    margin: 10px 0;
}
.result_block p del {
    display: none;
}
.result_block .likely {
    display: table;
    margin: 15px auto 45px;
}
.quiz-area .likely-big .likely__widget {
    width: 55px;
    height: 55px;
    background: #524f66;
    border-radius: 8px;
}
.quiz-area .likely-big .likely__icon {
    width: 100%;
    height: 100%;
}
.quiz-area .likely-big .likely__icon svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
}
.quiz-area .likely-big .likely__icon svg path {
    fill: #524f66;
}
.quiz-area .likely-big .likely__widget_twitter svg  {
    background: #524f66;
    width: 60%;
    height: 60%;
    left: 12px;
    top: 10px;
}
.quiz-area .likely-big .likely__widget_twitter svg path {
    fill: #fff;
}
.quiz-area .likely__counter {
    display: none!important;
}
/* WATU QUIZ END */
#page:not(.single_page) .sf {
    display: none;
}

ins {
    background: none;
}
.sticky_banner {
    max-width: 300px;
}
.sticky_banner.fix {
    position: fixed;
    top: 100px;

}
#text-18 {
    background: none;
}
.front_page .adsbygoogle.front_bottom_long_ad {
    margin-top: 20px;
    margin-bottom: 0px;
}

#mc_embed_signup .button {
    border-radius: 0!important;
    background: #92100d!important;
}
#mc_embed_signup input[type="email"] {
    color: #000!important;
    font-size: 15px!important;
}

/* content begin */


.entry-content a {
    text-decoration: none;
    
    border-bottom: 3px solid #bee1ff ;
    box-shadow: inset 0 -5px 0 #bee1ff ;
    
    position: relative;

    -webkit-transition: all 0.30s cubic-bezier(0.79, 0.4, 0.32, 1.84);
    -o-transition: all 0.30s cubic-bezier(0.79, 0.4, 0.32, 1.84);
    transition: all 0.30s cubic-bezier(0.79, 0.4, 0.32, 1.84);
}
.entry-content a:hover {
    box-shadow: inset 0 -1em 0 #bee1ff ;
    /*background: #F3BCBB;*/
}
.entry-content a[href$="iframe"] {
    box-shadow: none;
    border: none;
}
/* content end */


.page_banner {
    display: table;
    margin: 0 auto;
}

/* ugc begin */

ul.wpuf-form li .wpuf-label,
ul.wpuf-form li .wpuf-fields {
    float: none;
    width: auto;
}
/* ucg end */

.tg-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    background: #2CA5E0;
    color: #fff!important;
    border-radius: 3px;
    display: table;
    padding: 0 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.tg-btn:hover {
    opacity: 0.7;
}
@media screen and (max-width:1240px){
	body{}
	.sroll_top_arrow_wrap {
		display: none!important;
	}
	.fix_social_btns {
		margin-left: 0;
	}
}

.desc-adb {
    text-align: center;
    margin-bottom: 20px;
}

.front_page .adsbygoogle {
    margin: 0 0 25px !important;
}







.media-btns {
    display: flex;
    justify-content: space-between;
    max-width: 660px;
    margin: 20px auto;
}
.media-btns__btn {
    display: block;
    height: 40px;
    width: 48%;
    cursor: pointer;
    background: #2cb3e3;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.media-btns__btn:hover {
    color: #fff;
    box-shadow: 0 0 0 2px #2cb3e3;
    
}
.media-btns__btn:before {
    display: inline-block;
    content: '';
    background: url("img/tg.png") no-repeat;
    width: 18px;
    height: 15px;
    background-size: contain;
    margin-right: 6px;
}
.media-btns__btn_pat {
    background: #e85b46;
}
.media-btns__btn_pat:hover {
    box-shadow: 0 0 0 2px #e85b46;
}
.media-btns__btn_pat:before {
    background-image: url('img/pat.png');
    width: 18px;
    height: 17px;
}

@media (max-width: 600px) {
    .media-btns {
        display: block;
    }
    .media-btns__btn {
        width: 100%;
        margin-bottom: 15px;
    }
}

.comments-area {
    display: none;
}
