/* CSS reset */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
html,body {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;
    font-size: 16px;
    text-align: center;
    font-family:'OpenSans';
    width: 100%;
}
table td{
    font-size: 16px;
    padding: 11px 0;
}
table tr:first-child td{
    text-transform: uppercase;
    color: #9e9f9e;
    font: 20px "EffraMd";
    text-align: center;
    padding: 17px 0;
}
table tr:nth-child(even) {
    background-color: #f8f8f8;
}
fieldset,img {border:0;}
input{border:1px solid #b0b0b0;padding:3px 5px 4px;color:#979797;width:190px;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a{text-decoration: none;}
@font-face {
    font-family: 'EffraIt';
    src: url('../fonts/EffraIt.woff2') format('woff2'),
    url('../fonts/EffraIt.woff') format('woff'),
    url('../fonts/EffraIt.otf'),
    url('../fonts/EffraIt.eot'),
    url('../fonts/EffraIt.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EffraLt';
    src: url('../fonts/EffraLt.woff2') format('woff2'),
    url('../fonts/EffraLt.woff') format('woff'),
    url('../fonts/EffraLt.otf'),
    url('../fonts/EffraLt.eot'),
    url('../fonts/EffraLt.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EffraLtIt';
    src: url('../fonts/EffraLtIt.woff2') format('woff2'),
    url('../fonts/EffraLtIt.woff') format('woff'),
    url('../fonts/EffraLtIt.otf'),
    url('../fonts/EffraLtIt.eot'),
    url('../fonts/EffraLtIt.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EffraMd';
    src: url('../fonts/EffraMd.woff2') format('woff2'),
    url('../fonts/EffraMd.woff') format('woff'),
    url('../fonts/EffraMd.otf'),
    url('../fonts/EffraMd.eot'),
    url('../fonts/EffraMd.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EffraMdIt';
    src: url('../fonts/EffraMdIt.woff2') format('woff2'),
    url('../fonts/EffraMdIt.woff') format('woff'),
    url('../fonts/EffraMdIt.otf'),
    url('../fonts/EffraMdIt.eot'),
    url('../fonts/EffraMdIt.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EffraRg';
    src: url('../fonts/EffraRg.woff2') format('woff2'),
    url('../fonts/EffraRg.woff') format('woff'),
    url('../fonts/EffraRg.otf'),
    url('../fonts/EffraRg.eot'),
    url('../fonts/EffraRg.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.otf'),
    url('../fonts/OpenSans.eot'),
    url('../fonts/OpenSans.ttf');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'EffraRg';
    position: relative;
}
#wrapper{
    overflow: hidden;
}
.center-wrap{
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
}
header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 20;
}
.logged-in.admin-bar header{
    top:30px
}
.topHeader:after{
    clear: both;
    content: '';
    display: block;
}
.topHeader .nav > ul .menu-item-has-children ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topHeader .nav > ul > li, .topHeader .signIn, .topHeader .signIn a i, .topHeader .signIn a span, .topHeader .sharing, .topHeader .sharing ul li{
    display: inline-block;
    vertical-align: middle;
}
.topHeader .sharing ul li a svg, #shortMenu .topHeader, #shortMenu .topHeader .nav > ul > li > a, #shortMenu .topHeader .nav > ul > li > span{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.topHeader {
    background-color: #1582c2;
    text-align: right;
    position: relative;
}
/* line 21, ../sass/_header.scss */
.topHeader .container {
    padding-right: 20px;
    padding-left: 3px;
}
.topHeader .container.full:after {
     content: '';
     display: block;
     clear: both;
 }
.topHeader .sharing{
    padding: 13px 0;
}
/* line 22, ../sass/_header.scss */
.topHeader .nav {
    float: left;
}
/* line 24, ../sass/_header.scss */
.topHeader .nav > ul {
    font-size: 0;
}
/* line 26, ../sass/_header.scss */
.topHeader .nav > ul > li {
    font-size: 16px;
    position: relative;
}
/* line 30, ../sass/_header.scss */
.topHeader .nav > ul > li > a, .topHeader .nav > ul > li > span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "EffraMd";
    cursor: pointer;
    padding: 16px 12px 15px;
    letter-spacing: 0.8px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/* line 54, ../sass/_header.scss */
.topHeader .nav > ul > li.active > a, .topHeader .nav > ul > li.active > span {
    background-color: #fff;
    color: #1582c2;
}
/* line 65, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child {
    display: none;
}
/* line 68, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .menu-item-has-children span {
    color: #2a2a2a;
    display: block;
    font-family: "EffraRg";
    font-size: 14px;
    letter-spacing: 0.6px;
    padding: 5px 14px 3px;
    text-transform: uppercase;
}
/* line 76, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .sub-menu .menu-item-has-children a:after {
    width: 7px;
    height: 14px;
    background-image: url("../img/chevron.svg");
    -webkit-background-size: 7px 14px;
    background-size: 7px 14px;а
}
/* line 84, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .menu-item-has-children.active span {
    cursor: pointer;
    background-color: #eee;
}
/* line 88, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .menu-item-has-children.active:after, .topHeader .nav > ul > li:last-child .drop.active:before {
    left: auto;
    top: 0;
    bottom: 26px;
    right: -1px;
    border-style: solid solid solid none;
}
/* line 96, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .menu-item-has-children.active:after {
    border-color: transparent #ccc transparent transparent;
    border-width: 8px;
}
/* line 100, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .menu-item-has-children.active:before {
    border-color: transparent #fff transparent transparent;
    border-width: 7px;
}
/* line 105, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .menu-item-has-children ul {
    left: 100%;
    top: -1px;
}
.topHeader .nav > ul .menu-item-has-children.active:before, .topHeader .nav > ul .menu-item-has-children.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: none solid solid;
    border-color: transparent transparent #ccc;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
/* line 131, ../sass/_header.scss */
.topHeader .nav > ul .menu-item-has-children.active:before {
    border-color: transparent transparent #fff;
    z-index: 4;
    border-width: 0 7px 7px;
}
/* line 136, ../sass/_header.scss */
.topHeader .nav > ul .drop span,
.topHeader .nav > ul .menu-item-has-children a {
    position: relative;
    padding-right: 26px;
}
/* line 139, ../sass/_header.scss */
.topHeader .nav > ul .drop span:after,
.topHeader .nav > ul .menu-item-has-children> a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 12px;
    height: 7px;
    background: transparent url("../img/nav-dropdown-arrow.svg") center center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
}
/* line 152, ../sass/_header.scss */
.topHeader .nav > ul .menu-item-has-children ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 3;
    text-align: left;
    padding: 10px 0;
}
.topHeader .nav > ul .menu-item-has-children ul li a {
    display: block;
    font-size: 14px;
    font-family: "EffraRg";
    color: #2a2a2a;
    text-transform: uppercase;
    padding: 9px 14px 4px;
    letter-spacing: 0.6px;
}
/* line 176, ../sass/_header.scss */
.topHeader .nav > ul .menu-item-has-children ul li a.active {
    background-color: #eee;
}
/* line 187, ../sass/_header.scss */
.topHeader .nav.language {
    float: none;
}
/* line 191, ../sass/_header.scss */
.topHeader .nav.language > ul .menu-item-has-children ul {
    left: auto;
    right: 0;
}
/* line 202, ../sass/_header.scss */
.topHeader .signIn {
    margin-right: 22px;
    padding: 9px 0;
}
/* line 206, ../sass/_header.scss */
.topHeader .signIn a {
    display: block;
}
/* line 209, ../sass/_header.scss */
.topHeader .signIn a i {
    fill: #fff;
    margin-right: 5px;
    height: 32px;
}
/* line 214, ../sass/_header.scss */
.topHeader .signIn a span {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "EffraMd";
    letter-spacing: 0.8px;
}
/* line 235, ../sass/_header.scss */
.topHeader .sharing ul li {
    margin-left: 16px;
}
/* line 238, ../sass/_header.scss */
.topHeader .sharing ul li a {
    display: block;
}
/* line 240, ../sass/_header.scss */
.topHeader .sharing ul li a svg {
    fill: #fff;
}

/* line 256, ../sass/_header.scss */

.topHeader .nav > ul > li.menu-item-has-children:hover:before, .topHeader .nav > ul > li.menu-item-has-children:hover:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: none solid solid;
    border-color: transparent transparent #ccc;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
/* line 271, ../sass/_header.scss */
.topHeader .nav > ul > li.menu-item-has-children:hover:before {
    border-color: transparent transparent #fff;
    z-index: 4;
    border-width: 0 7px 7px;
}
/* line 276, ../sass/_header.scss */
.topHeader .nav > ul > li.menu-item-has-children:hover a {
    background-color: #ffffff;
    color: #1582c2;
}
/* line 283, ../sass/_header.scss */
.topHeader .nav > ul > li.menu-item-has-children:hover > ul {
    display: block;
}
/* line 290, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .menu-item-has-children:hover span {
    cursor: default;
    background-color: #eeeeee;
}
/* line 294, ../sass/_header.scss */
.topHeader .nav > ul > li:last-child .menu-item-has-children:hover ul {
    display: block;
}

/* line 312, ../sass/_header.scss */
#shortMenu .topHeader .nav > ul > li.menu-item-has-children:hover:before, #shortMenu .topHeader .nav > ul > li.menu-item-has-children:hover:after {
    display: none;
}
.topHeader .nav > ul > li > a:hover,
.topHeader .nav > ul > li > span:hover {
    background-color: #fff;
    color: #1582c2;
}
.menu-item-has-children ul li a,
.sharing ul li a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.topHeader .nav > ul > .menu-item-has-children ul li a:hover {
    background-color: #eee;
}
.sharing ul li a.ico-fb:hover svg {
    fill: #3b5998;
}
/* line 19, ../sass/_media.scss */
.sharing ul li a.ico-tw:hover svg {
    fill: #55acee;
}
/* line 20, ../sass/_media.scss */
.sharing ul li a.ico-gpl:hover svg {
    fill: #dc4e41;
}
/* line 21, ../sass/_media.scss */
.sharing ul li a.ico-in:hover svg {
    fill: #0077b5;
}

.topHeader:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #2083c0;
}
.topHeader:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background: #2083c0;
}
.top-menu{
    background: #2083c0;
    padding: 8px 34px 7px 25px;
    position: relative;
}
.top-menu:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #2083c0;
}
.top-menu:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background: #2083c0;
}
.clear-block:after{
    content: '';
    display: block;
    clear: both;
}
.top-menu nav{
    float: left;
    margin-left: -20px;
}
.top-menu nav ul{
    font-size: 0;
}
.top-menu nav li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 9px;
}
.top-menu nav li a{
    color: #fff;
    display: block;
    padding: 7px 10px 4px 12px;
    position: relative;
    font-family: EffraMd;
}
.top-menu nav li:nth-child(3){
    padding-right: 5px;
}
.top-menu nav li:nth-child(4){
    padding-left: 2px;
    padding-right: 5px;
}
.top-menu nav li:nth-child(5){
    padding-left: 2px;
}
.top-menu nav li:nth-child(3) a,
.top-menu nav li:nth-child(4) a{
    padding-right: 21px;
    position: relative;
}
.top-menu nav li:nth-child(3) a:after,
.top-menu nav li:nth-child(4) a:after{
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 6px;
    background: url("../img/arr1.png") no-repeat ;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 4px;
    content: '';
}
.top-menu nav li a span{
    display: inline-block;
    vertical-align: middle;
}
.top-menu nav li a:hover{
    color: #00BEF4;
    background: #fff;
}
.top-menu .sign-in-section{
    float: right;
    margin-right: -3px;
}
.top-menu .sign-in-section a.sign-in{
    font-family: EffraMd;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 35px;
    display: inline-block;
    padding-top: 5px;
    margin-right: 25px;
}
.top-menu .sign-in-section a.sign-in span{
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url("../img/all-bg.png") no-repeat -1px -60px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 2px;
}
.social-box{
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
header .social-box a{
    display: inline-block;
    margin-right:20px;
}
header .social-box a.fb{
    width: 18px;
    height: 24px;
    background: url("../img/all-bg.png") no-repeat -1px -90px;
    margin-right: 13px;
}
header .social-box a.tw{
    width: 28px;
    height: 24px;
    background: url("../img/all-bg.png") no-repeat -1px -119px;
}
header .social-box a.gp{
    width: 37px;
    height: 24px;
    background: url("../img/all-bg.png") no-repeat -1px -148px;
}
header .social-box a.inst{
    width: 24px;
    height: 24px;
    background: url("../img/all-bg.png") no-repeat -1px -176px;
    margin-right: 0;
}
.logo-section .mobile-menu{
    display: none;
}
.logo-section{
    background: #00bdf2;
    padding: 24px 30px 19px;
    position: relative;
}
.logo-section:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background: #00bdf2;
}
.logo-section:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #00bdf2;
}
.logo-section .logo{
    display: inline-block;
    float: left;
    width: 264px;
}
.logo-section .logo img{
    display: block;
    width: 100%;
}
.logo-section .logo img.mob{
    display: none;
}
.logo-section .search{
    float: right;
    width: calc(100% - 264px);
    padding-top: 11px;
}
.logo-section .search-wrap:after{
    display: block;
    content: '';
    clear: both;
}
.logo-section .search input{
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'OpenSans';
    color: #00bdf2;
    padding: 17px 30px 18px;
    outline: none;
    float: right;
}
.logo-section .search .search-wrap{
    position: relative;
    padding-left: 115px;
    padding-right: 3px;
}
.logo-section .search button{
    display: block;
    width: 28px;
    height: 28px;
    background: url("../img/all-bg.png") no-repeat -1px -205px;
    position: absolute;
    right: 14px;
    top:50%;
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px);
    border: none;
    outline: none;
    cursor: pointer;
}
::-webkit-input-placeholder {color:#00bdf2;}
::-moz-placeholder          {color:#00bdf2;}/* Firefox 19+ */
:-moz-placeholder           {color:#00bdf2;}/* Firefox 18- */
:-ms-input-placeholder      {color:#00bdf2;}

.main{
    padding-top: 171px;
}
.main:after{
    content: '';
    display: block;
    clear: both;
}
.content{
    padding: 0 36px 10000px 27px;
    width: calc(100% - 358px);
    max-width: 842px;
    float: left;
    background-color: rgba(78, 178, 219, .102);
    position: relative;
    margin-bottom: -10000px;
}
.content:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background-color: rgba(78, 178, 219, .102);
}
.content .banner{
    padding: 15px 0 0;
    text-align: center;
    overflow: hidden;
}
.content .banner>div{
    display: inline-block;
}
.content .banner.sec{
    padding: 15px 0;
}
.content .banner img{
    display: block;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
}
.content .banner .hide-for-small{
    margin: 0 auto;
    display: block;
}
.content .banner .show-for-small{
    display: none;
}
.sidebar .show-for-small{
    display: none;
}
.sidebar .hide-for-small{
    display: block;
    margin: 0 auto;
}
.pageTitle .tagHeader{
    font-family: EffraMd;
    font-size: 24px;
    color: #9e9f9e;
    text-transform: uppercase;
    display: block;
    clear: both;
    padding: 29px 0 0 0;
}
.content .post-box{
    padding: 15px 0px 18px;
    position: relative;
}
.content .post-img{
    width: 100%;
    max-width: 782px;
    height: 287px;
    overflow: hidden;
}
.content .post-img img{
    display: block;
    /*width: 100%;*/
}
.content .post-info{
    width: calc(100% - 22px);
    margin: -93px auto 0;
    padding: 18px 20px 18px;
    background: #fff;
    position: relative;
}
.content .wo-img .post-info{
    margin: 0 auto;
}
.content .post-info:after{
    content: '';
    display: block;
    clear: both;
}
.content .post-info h2{
    font-size: 26px;
    font-family: 'EffraMd';
    letter-spacing: -0.124px;
    line-height: 32px;
    border-bottom: 1px solid #e3e4e2;
    padding-bottom: 12px;
}
.content .post-info h2>a{
    color: #000;
    display: block;
}
.content .post-info p{
    padding: 15px 0 12px;
    font-family: 'OpenSans';
    font-size: 16px;
    color: #626362;
    letter-spacing: 0.07px;
}
.content .post-box.video .post-info>a{
    margin-top: 20px;
}
.content .post-info>a{
    font-family: 'EffraMd';
    font-size: 15px;
    text-transform: uppercase;
    float: right;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(60, 120, 172, .349);
    color: #1582c2;
    padding: 14px 29px 7px;
    position: relative;
}
.content .post-info>a>span{
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}
.content .post-info>a>b{
    width: 20px;
    height: 20px;
    background: url("../img/all-bg.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    left: 70px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.content .post-info>a:hover{
    background: #00bdf2;
    border-color: #00bdf2;
    color: #fff;
}
.content .post-info>a:hover span{
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
}
.content .post-info>a:hover b{
    opacity: 1;
}
.content .gap-box{
    padding: 13px 30px 15px;
}
.content .gap-box:after{
    content: '';
    display: block;
    clear: both;
}
.content .gap-box .post-box{
    padding: 0 0 0 38px;
    width: 100%;
    max-width: 340px;
    float: left;
}
.content .post-box.post-aside>div>p{
    overflow: hidden;
}
.content .gap-box .post-box.video .post-video-inner{
    padding-top: 1.85em;
    padding-bottom: 44.55%;
}
.content .gap-box .post-box.video .post-info{
    margin-top: -5px;
}
.content .gap-box .banner{
    padding: 0 45px 0 0;
    margin: 0;
    border: none;
}
.content .gap-box .banner img{
    max-width: 300px;
}
.content .gap-box .banner iframe{
    margin: 0 auto;
}
.content .gap-box .post-img{
    width: 100%;
    max-width: 302px;
    height: 184px;
    overflow: hidden;
}
.content .gap-box .post-info{
    margin-top: 0;
    width: 100%;
    padding:15px;
    border-bottom: 1px solid #e3e4e2;
    border-right: 1px solid #e3e4e2;
    border-left: 1px solid #e3e4e2;
}
.content .gap-box .post-info>a,
.content .gap-box .post-info p{
    display: none;
}
.content .gap-box .post-info h3{
    color: #000;
    font-family: EffraMd;
    font-size: 18px;
    line-height: 20px;
    border-bottom: none;
    padding: 0;
}
.content .gap-box .post-info h4 a{
    font-family: EffraMd;
    color: #000;
}
.sidebar{
    padding: 0 30px 0px;
    float: right;
    width: 358px;
}
.sidebar #accordion .accordion-item>span{
    font-family: EffraMd;
    font-size: 24px;
    color: #9e9f9e;
    display: block;
    padding: 35px 0 23px;
    border-bottom: 1px solid #e3e4e2;
    text-transform: uppercase;
    position: relative;
}
.sidebar #accordion .accordion-item>span b{
    width: 11px;
    height: 6px;
    background: url("../img/arr1.png");
    position: absolute;
    top: 50%;
    -webkit-transform: rotateZ(180deg) translateY(3px);
    -moz-transform: rotateZ(180deg) translateY(3px);
    -ms-transform: rotateZ(180deg) translateY(3px);
    -o-transform: rotateZ(180deg) translateY(3px);
    transform: rotateZ(180deg) translateY(3px);
    right: 7px;
    cursor: pointer;
}
.sidebar #accordion .accordion-item.open>span b{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.sidebar #accordion .data{
    display: none;
}
.sidebar #accordion .data ul li{
    padding: 8px 0 5px;
    border-bottom: 1px solid #e3e4e2;
    position: relative;
    font-size: 18px;
    font-family: EffraLt;
    color: #626362;
}
.sidebar #accordion .data ul li a{
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
    font-family: EffraLt;
    color: #626362;
    position: relative;
}
.sidebar #accordion .data ul li:after{
    content: '';
    height: 11px;
    width: 6px;
    display: block;
    position: absolute;
    background: url("../img/arr.png");
    top:50%;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    right: 10px;
}
.sidebar .additional-posts .posts-head h4{
    font-family: EffraMd;
    font-size: 24px;
    color: #9e9f9e;
    display: block;
    padding: 30px 0 23px;
    text-transform: uppercase;
    position: relative;
}
.sidebar .additional-posts .posts-head h4 span{
    display: block;
    width: 25px;
    height: 16px;
    background: url("../img/all-bg.png") no-repeat -1px -238px ;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
.sidebar .additional-posts .gap-box .banner{
    padding-bottom: 25px;
    text-align: center;
}
.sidebar .additional-posts .gap-box .banner>div{
    display: inline-block;
}
.sidebar .additional-posts .post-box{
    padding-bottom: 30px;
}
.sidebar .additional-posts .post-box:last-child{
    padding-bottom: 0;
}
.sidebar .additional-posts + .additional-posts .post-box:last-child{
    padding-bottom: 30px;
}
.sidebar .additional-posts .post-img{
    width: 100%;
    max-width: 300px;
    height: 155px;
    overflow: hidden;
}
.sidebar .additional-posts .post-info{
    padding:11px 12px 12px;
    border-bottom: 1px solid #e3e4e2;
    border-right: 1px solid #e3e4e2;
    border-left: 1px solid #e3e4e2;
}
.sidebar .additional-posts .wo-img .post-info{
    border-top: 1px solid #e3e4e2;
}
.sidebar .additional-posts .post-info a{
    color: #000;
    font-family: EffraMd;
    font-size: 18px;
    line-height: 20px;
}
.post-video{
    display: inline-block;
    position: relative;
    width: 100%;
}
.post-video-inner{
    position: relative;
    padding-top: 1.85em;
    padding-bottom: 53.5%;
    height: 0;
    overflow: hidden;
}
.post-video-inner iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    vertical-align: top;
}
.content .post-box.video .post-info h3{
    border-bottom: none;
    padding-bottom: 15px;
}
.content .post-box.video .post-info{
    margin-top: -7px;
    width: 100%;
}
.paging-section{
    padding: 15px 0 25px;
}
.paging-section:after{
    display: block;
    clear: both;
    content: '';
}
.paging-section .paging{
    float: left;
}
.paging-section .paging .page-numbers.prev,
.paging-section .paging .page-numbers.next{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 26px;
    background: url("../img/all-bg.png") no-repeat;
}
.paging-section .paging .page-numbers.prev{
    background-position: 0 -29px;
    margin-right: 4px;
}
.paging-section .paging .page-numbers.next{
    background-position: -20px -29px;
    margin-right: 10px;
}
.paging-section .paging span.current{
    height: 44px;
    width: 44px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 18px;
    vertical-align: middle;
    font-family: OpenSans;
    line-height: 26px;
    color: #fff;
    background: #00bdf2;
}
.paging-section .paging a.page-numbers,
.paging-section .paging span.dots{
    color: #9e9f9e;
    height: 44px;
    width: 44px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 18px;
    vertical-align: middle;
    font-family: OpenSans;
    line-height: 26px;
    padding-left: 3px;
}
.paging-section .sorting{
    float: right;
    width: 100%;
    max-width: 301px;
    padding-right: 3px;
}
#nav{
    width: 100%;
    max-width: 300px;
    position: relative;
}
#nav span{
    font-family: OpenSans;
    font-size: 16px;
    color: #00bdf2;
    text-transform: uppercase;
    display: block;
    padding: 5px 22px 5px 18px;
    position: relative;
    cursor: pointer;
}
#nav a{
    font-family: OpenSans;
    font-size: 16px;
    color: #9e9f9e;
    text-transform: uppercase;
    display: block;
    padding: 5px 22px 5px 18px;
    position: relative;
}
#nav a:hover{
    color: #00bdf2;
}
#nav li{
    padding: 5px 0 7px;
}
#nav>ul>li{
    border: 1px solid #9e9f9e;
}
#nav>ul>li.open{
    border-bottom: none;
    padding-bottom: 8px;
    background: #fff;
}
#nav>ul>li:first-child>span:after{
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/arr1.png");
}
#nav>ul.topmenu>li.open>ul.submenu>li:hover>ul.submenu-second{
    opacity: 1;
    z-index: 5;
}
#nav .submenu{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #9e9f9e;
    border-left: 1px solid #9e9f9e;
    border-right: 1px solid #9e9f9e;
    display: none;
    /*enenkoff changed*/
    height: 180px;
}
#nav .submenu>li{
    position: relative;
}
/*enenkoff changed*/
/*#nav .submenu>li:not(:first-child)>a:after{*/
#nav .submenu .mCSB_container>li:not(:first-child)>a:after{
    display: block;
    position: absolute;
    width: 6px;
    height: 11px;
    background: url("../img/arr.png");
    content: '';
    /*right: 22px;*/
    /*enenkoff changed*/
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#nav .submenu-second{
    position: absolute;
    left: 100%;
    bottom: 0;
    opacity: 0;
    display: block;
    max-width: 122px;
    width: 100%;
    background: #fff;
    border: 1px solid #00bdf2;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#nav .submenu-second li{
    padding: 5px 9px 0 ;
}
#nav .submenu-second.show{
    opacity: 1;
}
#nav .submenu-second a{
    font-size: 16px;
    text-transform: capitalize;
}
#nav li.open .submenu{
    display: block;
}
#nav>ul>li.open>span:first-child:after{
    -webkit-transform: rotateZ(180deg) translateY(3px);
    -moz-transform: rotateZ(180deg) translateY(3px);
    -ms-transform: rotateZ(180deg) translateY(3px);
    -o-transform: rotateZ(180deg) translateY(3px);
    transform: rotateZ(180deg) translateY(3px);
}
footer{
    background: #131722;
    position: relative;
    padding: 37px 28px 22px 33px;
}
footer:after{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    background: #131722;
    content: '';
}
footer:before{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background: #131722;
    content: '';
}
.footer-menu ul{
    font-size: 0;
}
.footer-menu ul li{
    display: inline-block;
    padding-right: 35px;
}
.footer-menu ul li a{
    display: block;
    color: #fff;
    font-family: EffraLt;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.1px;
}
.footer-menu ul li>li:not(:first-child)>a{
    letter-spacing: 0.1px;
}
.footer-menu ul li a:hover{
    color: #00bdf2;
}
.footer-logo{
    padding-top: 35px;
}
.footer-logo:after{
    display: block;
    clear: both;
    content: '';
}
.footer-logo>p{
    color: #898d96;
    font-family: OpenSans;
    font-size: 14px;
    display: inline-block;
    padding-top: 21px;
}
.footer-logo .social-box{
    margin-left: 40px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
.footer-logo .social-box a{
    margin-right: 23px;
}
.footer-logo .social-box a svg{
    -webkit-transition: fill 0.2s;
    -moz-transition: fill 0.2s;
    -ms-transition: fill 0.2s;
    -o-transition: fill 0.2s;
    transition: fill 0.2s;    
}
/*.footer-logo .social-box a.tw{*/
    /*margin-right: 20px;*/
/*}*/
/*.footer-logo .social-box a.gp{*/
    /*margin-right: 29px;*/
/*}*/
/*.footer-logo .social-box a.inst{*/
    /*margin-right: 29px;*/
/*}*/
/*.footer-logo .social-box a.rss{*/
    /*background: url("../img/all-bg.png") no-repeat -245px 0;*/
    /*width: 25px;*/
    /*height: 25px;*/
/*}*/
.footer-logo .social-box a.fb svg{
    width: 14px;
    height: 26px;
    fill:#747579;
}
.footer-logo .social-box a.fb:hover svg{
    fill: #3b5998;
}
.footer-logo .social-box a.tw svg{
    width: 25px;
    height: 26px;
    fill:#747579;
}
.footer-logo .social-box a.tw:hover svg{
    fill: #55acee;
}
.footer-logo .social-box a.gp svg{
    height: 26px;
    width: 37px;
    fill:#747579;
}
.footer-logo .social-box a.gp:hover svg{
    fill: #dc4e41;
}
.footer-logo .social-box a.inst svg{
    width: 24px;
    height: 24px;
    fill:#747579;
}
.footer-logo .social-box a.inst:hover svg{
    fill: #0077b5;
}
.footer-logo .social-box a.rss svg{
    height: 26px;
    width: 26px;
    fill:#747579;
}
.footer-logo .social-box a.rss:hover svg{
    fill: #ffa500;
}
.footer-logo .logo{
    float: right;
}
#shortMenu .topHeader, #shortMenu .topHeader .nav > ul > li > a, #shortMenu .topHeader .nav > ul > li > span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#shortMenu .topHeader .nav > ul > li.drop:hover:before, #shortMenu .topHeader .nav > ul > li.drop:hover:after {
    display: none;
}
#shortMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
/* line 881, ../sass/_header.scss */
#shortMenu .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
/* line 890, ../sass/_header.scss */
#shortMenu .topHeader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
/* line 898, ../sass/_header.scss */
#shortMenu .topHeader.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
/* line 901, ../sass/_header.scss */
#shortMenu .topHeader .topHeaderContainer {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
/* line 906, ../sass/_header.scss */
#shortMenu .topHeader .headerContent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    position: relative;
    overflow: hidden;
}
/* line 909, ../sass/_header.scss */
#shortMenu .topHeader .headerContent .logo {
    height: 42px;
    width: 220px;
    margin: 17px 0 17px 18px;
    float: left;
}
/* line 913, ../sass/_header.scss */
#shortMenu .topHeader .headerContent .logo img {
    width: 100%;
    display: block;
}
/* line 919, ../sass/_header.scss */
#shortMenu .topHeader .nav {
    float: none;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
/* line 924, ../sass/_header.scss */
#shortMenu .topHeader .nav > ul {
    display: block;
    padding: 12px 0;
}
/* line 927, ../sass/_header.scss */
#shortMenu .topHeader .nav > ul > li {
    display: block;
}
/* line 929, ../sass/_header.scss */
#shortMenu .topHeader .nav > ul > li > a, #shortMenu .topHeader .nav > ul > li > span {
    font-size: 18px;
    padding: 15px 24px 11px;
    letter-spacing: 1px;
}
#shortMenu .topHeader .nav > ul .drop span,
#shortMenu .topHeader .nav > ul .drop a {
    padding-bottom: 7px;
}
/* line 944, ../sass/_header.scss */
#shortMenu .topHeader .nav > ul .drop span:after,
#shortMenu .topHeader .nav > ul .drop a:after {
    display: none;
}
/* line 946, ../sass/_header.scss */
#shortMenu .topHeader .nav > ul .drop ul {
    display: block;
    background-color: transparent;
    border: none;
    position: static;
    width: auto;
    padding: 0 0 0 32px;
}
/* line 954, ../sass/_header.scss */
#shortMenu .topHeader .nav > ul .drop ul li a {
    color: #fff;
    text-transform: none;
    font-size: 18px;
}
/* line 965, ../sass/_header.scss */
#shortMenu .topHeader .signIn {
    display: block;
    text-align: left;
    margin: 0;
    padding: 14px 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
/* line 971, ../sass/_header.scss */
#shortMenu .topHeader .signIn a {
    display: inline-block;
}
/* line 973, ../sass/_header.scss */
#shortMenu .topHeader .signIn a span {
    font-size: 18px;
    letter-spacing: 1px;
}
/* line 979, ../sass/_header.scss */
#shortMenu .topHeader .sharing {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    display: block;
    padding: 19px 10px 17px;
    text-align: left;
}
/* line 985, ../sass/_header.scss */
#shortMenu .topHeader .close {
    height: 19px;
    position: absolute;
    right: 25px;
    top: 27px;
    width: 19px;
    cursor: pointer;
}
#shortMenu .topHeader .nav > ul .drop ul li a:hover {
    color: #1582c2;
}

.content.pl .sort-search{
    padding-bottom: 14px;
}
.sort-search{
    padding: 26px 0 5px;
}
.sort-search h3{
    font-family: EffraMd;
    font-size: 38px;
    line-height: 41px;
}
.sort-search p{
    color: #808080;
    font-family: OpenSans;
    font-size: 16px;
    padding-bottom: 22px;
}
.sort-search label{
    font-size: 16px;
    font-family: OpenSans;
    color: #626362;
    margin-right: 19px;
}
.sort-search select{
    display: none;
}
.sort-search>span{
    font-size: 24px;
    font-family: EffraMd;
    display: block;
    border-top: 1px solid #9e9f9e;
    color: #9e9f9e;
    padding-top: 28px;
}
.sort-search .styledSelect{
    color: #00bdf2;
    font-size: 16px;
    font-family: OpenSans;
    text-transform: uppercase;
    padding: 11px 22px;
    width: 300px;
    font-weight: normal;
    border: 1px solid #9e9f9e;
}
.sort-search .styledSelect.active{
    border-bottom-color: transparent;
    background-color: #fff;
}
.sort-search .options{
    border-bottom: 1px solid #9e9f9e;
    border-left: 1px solid #9e9f9e;
    border-right: 1px solid #9e9f9e;
}
.sort-search .options li{
    font-size: 16px;
    font-family: OpenSans;
    color: #9e9f9e;
    text-transform: uppercase;
    padding: 8px 22px;
}
select.s-hidden{
    visibility: hidden;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 11px/22px Arial, Sans-Serif;
    color:black;
}
.styledSelect {
    padding:0 10px;
    font-weight:bold;
}
.styledSelect:after {
    content: "";
    background: url("../img/arr.png");
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: rotateZ(90deg) translateX(-5px);
}
.styledSelect:active:after, .styledSelect.active:after{
    transform: rotateZ(270deg) translateX(5px);
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:19;
    margin:0 0;
    padding:0 0;
    background-color:white;
}
.options li {
    padding:0 6px;
    margin:0 0;
}
.options li:hover {
    color:#00bdf2;
}
.content.search{
    font-size: 0;
}
.content.search .post-box{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.content.search .post-box:nth-child(2n){
    padding-left: 15px;
}
.content.search .post-box:nth-child(2n+1){
    padding-right: 15px;
}
.content.search .banner.sec + .post-box{
    padding-right: 15px;
    padding-left: 0;
}
.content.search .banner.sec + .post-box + .post-box{
    padding-left: 15px;
    padding-right: 0;
}
.content.search .post-box h3{
    font-size: 18px;
    line-height: 24px;
    /*min-height:61px;*/
}
.content.search .post-box h3 a{
    color: #000000;
}
.search-no-results .post-box h3{
    /*height: 85px;*/
}
.content.search .post-box .post-info{
    padding: 18px 18px 18px 20px;
}
.author-box{
    padding:30px 0 15px;
}
.author-box:after{
    display: block;
    clear: both;
    content: '';
}
.author-box .photo-wrap{
    width: 100%;
    max-width: 220px;
    overflow: hidden;
    border-radius: 50%;
}
.author-box .photo-box{
    padding: 0 16px 0 20px;
    width: 100%;
    max-width: 256px;
    float: left;
}
.author-box.wo-author .info-box{
    float: none;
    width: 100%;

}
.author-box .info-box{
    float: right;
    width: calc(100% - 256px);
    padding: 0 40px 0 5px;
}
.author-box .info-box h5{
    font-size: 27px;
    font-family: EffraMd;
}
.author-box .info-box p{
    font-family: OpenSans;
    font-size: 20px;
    color: #5d5d5d;
    padding: 8px 0;
}
.author-box .info-box p>a{
    color: #00bdf2;
}
.author-box>span{
    font-family: EffraMd;
    font-size: 24px;
    color: #9e9f9e;
    text-transform: uppercase;
    display: block;
    clear: both;
    padding: 23px 0 0 0;
}
.content.bg-white{
    background: none;
}
.content.bg-white:after{
    display: none;
}
.post-head-box .banner{
    padding: 15px 0;
    background:rgba(78, 178, 219, .102);
    position: relative;
}
.post-head-box .banner:after{
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    left: 100%;
    background:rgba(78, 178, 219, .102);
}
.post-head-box .banner:before{
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    right: 100%;
    background:rgba(78, 178, 219, .102);
}
.post-head-box .banner img{
    display: block;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
}
.post-head-box .banner .hide-for-small{
    margin: 0 auto;
}
.post-head-box .banner .show-for-small{
    display: none;
}
.next-post{
    position: fixed;
    right: 0;
    top:50%;
    height: 80px;
    width: 40px;
    border-bottom-left-radius: 40px;
    border-top-left-radius:40px ;
    background: rgba(255, 255, 255, .8);
    z-index: 20;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.next-post:hover{
    width: 369px;
    background: rgba(37, 43, 60, .8);
}
.next-post:after{
    content: '';
    display: block;
    width: 14px;
    height: 26px;
    background: url("../img/all-bg.png") no-repeat 0 -291px;
    position: absolute;
    top: 50%;
    left:15px;
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px);
}
.next-post:hover:after{
    background: url("../img/all-bg.png") no-repeat -19px -293px;
    left: 25px;
}
.prev-post:hover:after{
    background: url("../img/all-bg.png") no-repeat -19px -262px;
    right: 25px;
}
.next-post span{
    display: block;
    width: 100%;
    padding:15px 15px 15px 60px;
    font-family:EffraMd;
    color: transparent;
    font-size: 17px;
    -webkit-transition: color 0.9s;
    -moz-transition: color 0.9s;
    -ms-transition: color 0.9s;
    -o-transition: color 0.9s;
    transition: color 0.9s;
}
.next-post:hover span,
.prev-post:hover span{
    color: #fff;
}
.prev-post{
    position: fixed;
    left: 0;
    top:50%;
    height: 80px;
    width: 40px;
    border-bottom-right-radius: 40px;
    border-top-right-radius:40px ;
    background: rgba(255, 255, 255, .5);
    z-index: 20;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.prev-post span{
    display: block;
    width: 300px;
    padding:15px 60px 15px 15px;
    font-family:EffraMd;
    color: transparent;
    font-size: 17px;
    -webkit-transition: color 0.9s;
    -moz-transition: color 0.9s;
    -ms-transition: color 0.9s;
    -o-transition: color 0.9s;
    transition: color 0.9s;
}
.prev-post:hover{
    width: 369px;
    background: rgba(37, 43, 60, .8);
}
.prev-post:after{
    content: '';
    display: block;
    width: 14px;
    height: 26px;
    background: url("../img/all-bg.png") no-repeat 0 -262px;
    position: absolute;
    top: 50%;
    right:15px;
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px);
}
.gen-post-img img{
    display: block;
    width: auto;
}
.gen-post-img.map{
    padding: 0 20px;
}
.breadcrumbs {
    padding: 30px 0 50px;
}
.breadcrumbs p{
    color: #626362;
    font-family: EffraLt;
    font-size: 15px;
}
.breadcrumbs p a{
    color: #626362;
}
.breadcrumbs p a:hover{
    color: #00bdf2;
}
.gen-post-content h2{
    font-size: 44px;
    font-family: EffraLt;
}
.gen-post-content h1{
    font-size: 44px;
    font-family: EffraLt;
}
.gen-post-content p{
    font-size: 16px;
    font-family: OpenSans;
    padding: 15px 0;
}
.gen-post-content p a,
.gen-post-content ul li a{
    color: #00bdf2;
}
.gen-post-content a > img{
    display: block;
}
.gen-post-content img{
    display: inline-block;
}
.gen-post-content .embed-container{
    margin-bottom: 30px;
}
.add-post-content h3{
    font-family: EffraMd;
    font-size: 32px;
    line-height: 36px;
    padding-top: 9px;
}
.add-post-content li {
    font-size: 16px;
    font-family: OpenSans;
    position: relative;
    padding:15px 0 15px 15px;
}
.add-post-content li:after{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 23px;
    background: #00bdf2;
}
.social-share{
    padding: 15px 0;
}
.social-share ul{
    font-size: 0;
}
.social-share ul li{
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.social-share ul li.fb{
    background: rgba(210, 217, 232, .302);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social-share ul li.fb:hover{
    background: #4d69a4;
}
.social-share ul li.tw{
    background: rgba(194, 236, 248, .302);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social-share ul li.tw:hover{
    background: #0bb5e5;
}
.social-share ul li.gp{
    background: rgba(247, 203, 205, .302);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.social-share ul li.gp:hover{
    background: #e03138;
}
.social-share ul li.plus{
    background: rgba(0, 189, 242, .302);
}
.social-share ul li span svg{
    -webkit-transition: fill 0.2s;
    -moz-transition: fill 0.2s;
    -ms-transition: fill 0.2s;
    -o-transition: fill 0.2s;
    transition: fill 0.2s;
    fill:#747579;
}
.social-share ul li.tumb span{
    height: 30px;
    width: 17px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.tumb:hover span svg{
    fill: rgb(50, 80, 109);
}
.social-share ul li.pint span{
    height: 30px;
    width: 24px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.pint:hover span svg{
    fill: rgb(189, 8, 28);
}
.social-share ul li.link span{
    height: 30px;
    width: 32px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.link:hover span svg{
    fill: rgb(0, 160, 220);
}
.social-share ul li.line span{
    height: 30px;
    width: 38px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.line:hover span svg{
    fill:rgb(235, 73, 36);
}
.social-share ul li.ufo span{
    height: 30px;
    width: 36px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.ufo:hover span svg{
    fill:rgb(255,69,0);
}

.social-share ul li.smth span{
    height: 30px;
    width: 37px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.smth:hover span svg{
    fill:#eb7350;
}
.social-share ul li.whats span{
    height: 35px;
    width: 42px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.mail span{
    height: 22px;
    width: 33px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.mail:hover span svg{
    fill: rgba(0, 189, 242, .302);
}
.social-share>ul>li>a{
    display: block;
    padding: 25px 0;
}
.social-share>ul>li>ul{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #00bdf2;
    border-top: none;
    top: 100%;
    z-index: 3;
}
.social-share>ul>li>ul>li{
    font-size: 16px;
    display: block;
    padding:23px 0 ;
    width: 100%;
    text-align: center;
}
.social-share ul li.fb a span{
    width: 18px;
    height: 33px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.fb a span svg{
    width: 18px;
    height: 33px;
    fill: #3b5998;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}
.social-share ul li.tw a span{
    width: 36px;
    height: 29px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.tw a span svg{
    width: 36px;
    height: 29px;
    fill: #55acee;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}
.social-share ul li.gp a span{
    width: 44px;
    height: 29px;
    display: block;
    margin: 0 auto;
}
.social-share ul li.gp a span svg{
    width: 44px;
    height: 29px;
    fill:#dc4e41;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}
.social-share ul li.gp:hover a span svg,
.social-share ul li.fb:hover a span svg,
.social-share ul li.tw:hover a span svg{
    fill:#fff;
}
.social-share ul li.plus>a span{
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url("../img/all-bg.png") no-repeat -168px -32px;
}
.social-share>ul>li.minus>a{
    padding: 37px 0px;
}
.social-share ul li.plus.minus>a span{
    height: 4px;
    background-position: -168px -44px;
}
.author-inform{
    padding: 15px 0;
}
.author-inform ul {
    font-size: 0;
}
.author-inform>ul>li{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.author-inform ul li h6{
    font-family: EffraMd;
    font-size: 20px;
    padding-bottom: 6px;
    color: #626362;
}
.author-inform ul li h5{
    font-family: EffraMd;
    font-size: 20px;
    color: #00bdf2;
    line-height: 29px;
}
.author-inform ul li p{
    font-size: 15px;
    font-family: OpenSans;
}
.author-inform ul li a{
    font-size: 15px;
    font-family: OpenSans;
    color: #00bdf2;
}
.rel-posts{
    background: rgba(78, 178, 219, .102);
    position: relative;
    margin-right: -26px;
    padding: 15px 26px 15px 0;
}
.rel-posts:after{
    display: block;
    content: '';
    width: 100%;
    right: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(78, 178, 219, .102);
}
.rel-posts h4{
    font-size: 24px;
    font-family: EffraMd;
    color: rgb(158, 159, 158);
    padding: 15px 0 5px;
    text-transform: uppercase;
}
.comment-box{
    padding: 20px 0;
}
.comment-box>div{
    padding: 0 20px;
}
.comment-box h2{
    font-size: 24px;
    font-family: 'EffraMd';
    line-height: 1.2;
    text-transform: uppercase;
    color: rgb(158, 159, 158);
}
.content.search .rel-posts .post-box{

    padding: 15px 15px 18px 0;
}
.content.search .rel-posts .post-box + .post-box{
    padding: 15px 0 18px 15px;
}
.content.bg-white .post-img{
    height: 205px;
}
.content.bg-white .banner.sec{
    margin: 0;
}
.post-head-box .banner.sec .hide-for-small{
    margin: 0 auto;
}
.post-head-box .banner.sec .show-for-small{
    display: none;
}
.author-inform:after{
    content: '';
    display: block;
    clear: both;
}
.guest-pic{
    width: 25%;
    float: left;
}
.author-inform>p{
    font-size: 24px;
    font-family:EffraMd;
    color: rgb(158, 159, 158);
    padding:0 0 8px;
}
.guest-pic .photo-wrap{
    max-width:150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 45px;
}
.guest-pic .photo-wrap img{
    display: block !important;
    width: 100% !important;
    height: auto!important;
}
.guest-name{
    width: 75%;
    float: left;
    padding-left: 5px;
}
.guest-name h5 a{
    font-family:EffraMd;
    font-size: 20px;
    color: #00bdf2;
}
.guest-name>p{
    font-family:OpenSans;
    font-size: 15px;
    color: #5d5d5d;
    padding-bottom: 34px;
}
.guest-name>p a{
    color: #00bdf2;
}
.author-inform .guest-name>ul>li{
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
}
.video-post{
    padding: 15px 0 0;
}
.video-wrap{
    position: relative;
    padding-top: 1.85em;
    padding-bottom: 53.5%;
    height: 0;
    overflow: hidden;
}
.video-wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    vertical-align: top;
}
#mini-menu{
    display: none;
}
.author-box .info-box h5{

}
.author-box .info-box p{
    padding: 0px 0 13px;
    line-height: 29px;
}
.author-box .info-box p a{
    color:#00bdf2;
}
.edit-profile a{
    color:#00bdf2;
    font-size: 16px;
    text-transform: uppercase;
}
#nav{
    display: block;
}
#mobMenuPopup{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: -2;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.content.empty .post-img{
    height: 205px;
}
.content.empty .post-info{
    margin-top: -78px;
}
.content.empty .post-info>a{
    padding: 11px 29px 5px;
}
.content.empty .sort-search>span{
    text-transform: uppercase;
}
.Mac .top-menu nav li a{
    padding: 5px 11px 5px 12px;
}
.Mac .top-menu nav li:nth-child(3) a, .Mac .top-menu nav li:nth-child(4) a{
    padding-right: 18px;
}
.Mac .logo-section .search input{
    padding: 17px 30px 17px;
}
.Mac .content .post-info>a{
    padding: 10px 29px 10px;
}
#nav .submenu-second>li:first-of-type>a:first-of-type{
    display: none;
}
#nav .submenu-second>a{
    display: none;
}
.gen-post-img>div>div{
    overflow: hidden;
    height: 385px;
}
.Mac .sidebar .additional-posts .posts-head h4{
    padding: 23px 0;
}
.Mac .sidebar #accordion .accordion-item>span{
    padding: 28px 0 23px;
}
.content .gap-box .post-box.post-aside>div>p{
    width: 100%;
    max-width: 302px;
    height: 184px;
    overflow: hidden;
}
.content.bg-white.search.empty{
    overflow: hidden;
}
.banner{
    text-align: center;
}
.banner>div{
    display: inline-block;
}
.sidebar .gap-box{
    /*padding-top: 30px;*/
}
.sidebar .additional-posts ~  .gap-box{
    padding-bottom: 30px;
    padding-top: 0;
}
.advert.advert--top.advert--bottommargin{
    padding-bottom:30px;
}
.single-post .sidebar>.gap-box{
    padding-top: 30px;
}
.single-post .content .banner.sec{
    padding-top: 0;
}
.press-relese .gen-post-content h1{
    padding-top: 20px;
}
.press-relese .social-share>ul>li>ul>li{
    display: inline-block;
    width: 50%;
}
.error404 .content{
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 0;
    padding:0 27px 0 27px;
}
.error404 .gen-post-content{
    text-align: center;
}
.error404 .gen-post-content>b{
    font-size: 26px;
    display: block;
    text-transform: uppercase;
    padding:38px 0 20px;
}
.error404 .gen-post-content> b span{
    color: #00bdf2;
}
.error404 .gen-post-content h1{
    padding:15px 0 35px;
}
.error404 .gen-post-content p{
    padding:0 0 10px;
}
.error404 .content.search .banner.sec{
    padding-top: 70px;
    position: relative;
    bottom: 0;
}
.gform_wrapper li:after{
    display: none;
}
.gform_body input{
    width: auto;
}
.gform_body select{
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    font-size: 14px;
    height: 34px;
    padding: 6px 8px;
    width: 100%;
    font-family: inherit;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.gform_body input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    font-size: 14px;
    height: 34px;
    padding: 6px 8px;
    width: 100%;

}
.gform_body textarea{
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    font-size: 14px;
    height: 190px;
    padding: 6px 8px;
    width: 100%;
    resize: none;
}
.gform_footer{
    padding: 15px;
}
.gform_footer input[type="submit"]{
    background-color: #005fab;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font: 15px "EffraRg";
    letter-spacing: 1px;
    padding: 8px 10px 6px;
    text-transform: uppercase;
    -webkit-appearance: button;
    cursor:pointer;
}
.gfield_description{
    padding:0 5px;
    color: #2a2a2a;
    font: 16px "OpenSans", sans-serif;
}
.quizz-container{
    max-width: 600px;
    margin: 0 auto;
}
@media screen and (max-width: 1290px) {
    /* line 96, ../sass/_media.scss */
    .topHeader .container.full {
        padding: 0 23px 0 3px;
    }
    /* line 168, ../sass/_header.scss */
    .topHeader .nav > ul .drop ul li a {
        padding: 5px 14px 3px;
    }
    /* line 929, ../sass/_header.scss */
    #shortMenu .topHeader .nav > ul > li > a, #shortMenu .topHeader .nav > ul > li > span {
        padding: 13px 24px 9px;
    }
    #shortMenu .topHeader {
        overflow-y: auto;
    }
}
@media screen and (max-width: 1161px){
    .content .gap-box{
        text-align: center;
    }
    .content .gap-box .post-box{
        padding: 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .content .gap-box .post-img{
        max-width: 100%;
    }
    .content .gap-box .banner{
        padding: 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}
@media screen and (max-width: 1024px) {
    .logged-in.admin-bar header {
        top: 32px;
    }
    .gen-post-img.map{
        padding: 0;
    }
    .content .banner{
        padding-bottom: 15px;
        margin: 0 -15px;
    }
    .post-head-box .banner .hide-for-small{
        display: none;
    }
    .post-head-box .banner .show-for-small{
        display: block;
        margin: 0 auto;
    }
    .sidebar .hide-for-small{
        display: none;
    }
    .sidebar .show-for-small{
        display: block;
        margin: 0 auto;
    }
    #mini-menu{
        display: block;
    }
    .top-menu{
        display: none;
    }
    .logo-section{
        padding:20px;
    }
    .logo-section .logo{
        width: 334px;
    }
    .logo-section .logo img.desk{
        display: none;
    }
    .logo-section .logo img.mob{
        display: block;
    }
    .logo-section .search input{
        padding: 21px 17px 18px;
    }
    .main{
        padding-top: 156px;
    }
    .content{
        width: 100%;
        float: none;
        max-width: 100%;
        padding: 0 30px;
        margin: 0;
    }
    .content .banner img{
        max-width: 365px;
    }
    .content .post-box{
        padding-top: 0;
        padding-bottom: 32px;
    }
    .content .post-img{
        width: 100%;
        max-width: 100%;
        height: 172px;
    }
    .content .post-info{
        margin: 0 auto;
        width: 100%;
    }
    .content.empty .post-info{
        margin: 0 auto;
        width: 100%;
    }
    .content .post-info h3{
        letter-spacing: -0.1px;
        font-size: 23px;
        line-height: 28px;
        border: none;
        padding-bottom: 0;
    }
    .content .post-info h2{
        letter-spacing: -0.1px;
        font-size: 23px;
        line-height: 28px;
        border: none;
        padding-bottom: 0;
    }
    .content .post-info p {
        padding: 4px 0 30px;
        font-family: 'OpenSans';
        font-size: 16px;
        color: #626362;
        letter-spacing: -0.12px;
        line-height: 20px;
    }
    .content .gap-box .post-box{
        display: none;
    }
    .content .gap-box .banner{
        float: none;
        padding-right: 0;
    }
    .sidebar{
        width: 100%;
        float: none;
        padding: 0;
    }
    .sidebar .additional-posts{
        font-size: 0;
        padding:0 30px;
    }
    .sidebar .additional-posts .align-class{
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 30px;
    }
    .sidebar .additional-posts .post-box:last-child{
        padding-bottom: 30px;
    }
    .sidebar .additional-posts .align-class:nth-child(2n){
        padding-right: 15px;
    }
    .sidebar .additional-posts .align-class + .gap-box + .align-class{
        padding-right: 15px;
        padding-left: 0;
    }
    .sidebar .additional-posts .align-class + .gap-box + .align-class + .align-class{
        padding-right: 0;
        padding-left: 15px;
    }
    .sidebar .additional-posts .align-class:nth-child(2n+1){
        padding-left: 15px;
    }
    .sidebar .additional-posts .post-img{
        max-width: 100%;
        height: 100px;
    }
    .sidebar .additional-posts .posts-head h4 span{
        width: 18px;
        height: 12px;
        background: url("../img/all-bg.png") no-repeat -147px -68px;
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    footer{
        padding-bottom: 14px;
    }
    .footer-logo{
        text-align: justify;
        padding-top: 13px;
    }
    .footer-logo:after{
        display: inline-block;
        content: '';
        width: 100%;
        vertical-align: middle;
    }
    .footer-logo>p{
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        padding: 0;
        font-size: 12px;
    }
    .footer-logo>div.logo{
        float: none;
        width: 138px;
    }
    .footer-logo>div.logo img{
        display: block;
        width: 100%;
    }
    .footer-logo>div{
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        float: none;
    }
    .footer-menu ul{
        text-align: justify;
    }
    .footer-menu ul li:nth-child(4){
        text-align: right;
        padding-right: 100px;
    }
    .footer-menu ul li:last-child{
        text-align: left;
        padding-left: 80px;
    }
    .footer-menu ul li:nth-child(4), .footer-menu ul li:last-child {
        width: 50%;
        padding-top: 20px;
    }
    .logo-section .search{
        width: calc(100% - 350px);
        padding-top:3px;
    }
    .logo-section .search .search-wrap{
        padding-left: 15px;
    }
    .logo-section .mobile-menu .burger span{
        display: block;
        height: 3px;
        width: 32px;
        margin-bottom: 9px;
        background: #fff;
        border-radius: 6px;
    }
    .logo-section .mobile-menu .burger span:last-child{
        margin-bottom: 0;
    }
    #mini-menu .tech-box{
        top: 0;
        left: 0;
        position: fixed;
        width: 50%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        min-width: 268px;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        bottom: 0;
        z-index: 21;
    }
    #mini-menu.active .tech-box{
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        overflow-y: auto;
    }
    #mini-menu .bg-menu-box{
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        min-width: 383px;
        background: #000;
    }
    #mini-menu nav{
        font-size: 27px;
        font-family: EffraLt;
        width: 50%;
        min-width: 383px;
        background: #000;
    }
    #mini-menu nav ul{
        padding: 100px 27px 0;
    }
    #mini-menu nav ul li:nth-child(3) a:after,
    #mini-menu nav ul li:nth-child(4) a:after{
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        width: 6px;
        height: 11px;
        background: url("../img/arr.png");
        content: '';
    }
    #mini-menu nav a{
        position: relative;
        padding: 32px 0 23px;
        color: #fff;
        display: block;
        border-bottom: 1px solid #262626;
        text-transform: uppercase;
    }
    .sign-in-section{
        width: 50%;
        min-width: 383px;
        background: #000;
        padding: 27px;
        position: absolute;
        bottom: 0;
    }
    .sign-in-section>a{
        display: block;
        font-family: EffraMd;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 60px;
    }
    .sign-in-section>a span{
        width: 26px;
        height: 26px;
        display: inline-block;
        background: url("../img/all-bg.png") no-repeat -203px -34px;
        vertical-align: middle;
        margin-right: 15px;
        margin-bottom: 2px;
    }
    .sign-in-section .social-box{
        width: 100%;
        text-align: justify;
        font-size: 0;
    }
    .sign-in-section .social-box:after{
        content: '';
        display: inline-block;
        width: 100%;
    }
    .sign-in-section .social-box a{
        margin: 0;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
    }
    .sign-in-section .social-box a.fb{
        background-position: -38px 0;
    }
    .sign-in-section .social-box a.tw{
        background-position: -79px 0;
    }
    .sign-in-section .social-box a.gp{
        background-position: -125px 0;
    }
    .sign-in-section .social-box a.inst{
        background-position: -192px 0;
    }
    button.close{
        width: 25px;
        height: 25px;
        position: absolute;
        top: 37px;
        right: 29px;
        border: none;
        outline: none;
        background: url("../img/close.png");
        z-index: 25;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    #mini-menu.active button.close{
        opacity: 1;
    }
    html.active{
        overflow: hidden;
    }
    #mini-menu .menu-bg{
        position: static;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    #mini-menu.active .menu-bg{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(2, 4, 5, 0.5);
        z-index: 21;
        visibility: visible;
        opacity: 1;
    }
    .content .banner.sec{
        padding-top: 0;
        padding-bottom: 32px;
    }
    .post-box.video .post-info{
        padding: 31px 20px 20px 31px;
    }
    .content .post-box.video .post-info h3{
        padding-bottom: 5px;
    }
    .content .post-box.video .post-info h2{
        padding-bottom: 5px;
    }
    .content .post-box:last-child{
        padding-bottom: 20px;
    }
    .paging-section .paging .next{
        margin-left: 12px;
    }
    .paging-section .paging ul li{
        padding-left: 7px;
        padding-right: 6px;
    }
    .paging-section .paging .prev{
        margin-right: 4px;
        margin-left: 6px;
    }
    .sidebar #accordion .accordion-item>span{
        font-size: 19px;
        padding: 23px 29px 15px;
    }
    .comment-box h2{
        font-size: 19px;
    }
    .sidebar #accordion .data{
        display: none;
    }
    .sidebar #accordion .data ul li a{
        padding: 10px 25px 10px 31px;
        font-size: 20px;
    }
    .sidebar #accordion .data ul li{
        padding: 10px 0 4px;
    }
    .sidebar #accordion .data ul li a span.arr{
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        -o-transform: translateY(-12px);
        transform: translateY(-12px);
        right: 30px;
    }
    .sidebar #accordion .accordion-item>span b{
        right: 30px;
    }
    .sidebar .additional-posts .posts-head h4 a{
        padding: 28px 0 14px;
        font-size: 19px;
    }
    .sidebar .additional-posts .posts-head h4 a span{
        right: -3px;
    }
    .sidebar .additional-posts .post-info{
        padding: 16px 19px 15px;
    }
    .sidebar .additional-posts .gap-box.align-class .banner{
        max-width: 160px;
        margin: 0 auto;
    }
    .sidebar .additional-posts .gap-box.align-class .banner img{
        display: block;
        width: 100%;
    }
    .sidebar .additional-posts .posts-head.further h4 a{
        padding-top: 0;
    }
    footer{
        padding: 39px 20px 22px 20px;
    }
    .footer-menu ul li{
        padding-right: 5px;
    }
    .footer-menu ul li:first-child a{
        font-family: EffraMd;
        letter-spacing: -0.1px;
        padding-right: 0;
    }
    .footer-menu ul li a{
        letter-spacing: 0;
    }
    .footer-logo .social-box a{
        margin-right: 29px;
    }
    .content .gap-box{
        padding: 0 30px 31px;
    }
    .content .gap-box .banner img{
        max-width: 160px;
    }
    .content .post-box.video .post-info{
        margin-top: -7px;
    }

    .add-post-content h3{
        font-size: 36px;
    }
    .add-post-content h2{
        font-size: 36px;
    }
    .social-share ul li.fb{
        background: #3e5b99;
    }
    .social-share ul li.fb a span{
        background-position: 0 -393px;
    }
    .social-share ul li.tw{
        background: #00bdf2;
    }
    .social-share ul li.tw a span{
        background-position: 0 -322px;
    }
    .social-share ul li.gp a span{
        background-position: 0 -358px;
    }
    .social-share ul li.gp{
        background: #ed1c24;
    }
    .social-share ul li.plus{
        background: #00bdf2;
    }
    .content.search .rel-posts .post-box a.more{
        display: none;
    }
    .content.search .rel-posts .post-box p{
        padding-bottom: 10px;
    }
    .content.search .banner{
        padding: 15px 0 16px;

    }
    .sort-search{
        padding: 0;
        margin-bottom: 25px;
    }
    .sort-search h3{
        font-size: 32px;
        font-family: "EffraLt";
        padding-bottom: 0;
    }
    .sort-search h2{
        font-size: 32px;
        font-family: "EffraLt";
        padding-bottom: 0;
    }
    .sort-search h3>span {
        font-family: "EffraMd";
    }
    .sort-search h2>span{
        font-family: "EffraMd";
    }
    .sort-search p{
        line-height: 28px;
        padding-bottom: 22px;
    }
    .sort-search>span{
        font-size: 19px;
        font-family: EffraMd;
        text-transform: uppercase;
        padding-top: 30px;
    }
    .content.search .post-box:nth-child(2n+1){
        padding-right: 10px;
    }
    .content.search .post-box:nth-child(2n){
        padding-left: 10px;
    }
    .content.search .rel-posts .post-box:nth-child(2n){
        padding-left: 0;
    }
    .content.search .post-box .post-img{
        height: 115px;
    }
    .content.search .post-info p{
        padding: 0 0 11px;
    }
    .content.search .post-info>a{
        display: none;
    }
    .content.search .banner.sec{
        padding: 0 0 15px 0;
        margin: 0 -15px;
    }
    .content.search .banner.sec + .post-box {
        padding-right: 10px;
        padding-left: 0;
    }
    .content.search .banner.sec + .post-box + .post-box {
        padding-left: 10px;
        padding-right: 0;
    }
    .sidebar .additional-posts .posts-head h4{
        font-size: 19px;
        padding: 20px 0 13px;
    }
    .sidebar .additional-posts .posts-head.further + .posts-head.further h4{
        padding-top: 0;
    }
    .sidebar #accordion .data ul li:after{
        right: 30px;
    }
    .sort-search .styledSelect{
        padding: 16px 25px;
        font-size: 20px;
        width: 380px;
    }
    .styledSelect:after{
        right: 30px;
    }
    .sort-search .sorting{
        padding-bottom: 30px;
    }
    .author-box{
        padding: 30px 0 25px;
    }
    .author-box .photo-box{
        padding: 0;
        max-width: 153px;
    }
    .author-box .photo-wrap{
        width: 153px;
    }
    .author-box .info-box{
        width: calc(100% - 153px);
        padding: 4px 0 0 28px;
    }
    .author-box .info-box h5 {
        font-size: 32px;
        font-family: EffraLt;
        padding-bottom: 6px;

    }
    .author-box .info-box p{
        font-size: 15px;
        line-height: 23px;
        padding-bottom: 9px;
    }
    .author-box>span{
        padding-top: 12px;
        font-size: 19px;
    }
    #mobMenuPopup.open-popup{
        opacity: 1;
        z-index: 50;
    }
    .closePop{
        display: block;
        width: 25px;
        height: 25px;
        background: transparent url("../img/all-bg.png") no-repeat -108px -68px;
        border: none;
        position: absolute;
        right: 20px;
        top: 20px;
        /*changed bu enenkoff*/
        z-index: 5;
    }
    #mobMenuPopup ul{
        font-family: OpenSans;
        font-size: 30px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        /*changed bu enenkoff*/
        overflow-y: scroll;
        max-height: 100%;
    }
    /*changed bu enenkoff*/
    #mobMenuPopup ul li {
        text-align: center;
    }
    #mobMenuPopup ul li.all a{
        text-transform: uppercase;
    }


    #mobMenuPopup ul a{
        color: #9e9f9e;
        line-height: 1.667;
        display: block;
        
    }
    #nav>ul.topmenu>li.open>ul.submenu>li:hover>ul.submenu-second{
        opacity: 0;
        z-index: -2;
    }
    .gen-post-img>div>div {
        height: 340px;
    }
    .social-share ul li.fb span svg,
    .social-share ul li.gp span svg,
    .social-share ul li.tw span svg{
        fill:#fff !important;
    }
    .additional-posts .gap-box.side-ad{
        width: 100%;
    }

    .gap-box.side-ad {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }
    .advert.advert--top.advert--bottommargin{
        display: inline-block;
        width: 50%;
        vertical-align: top;
        text-align: center;
        padding-bottom:30px;
    }
    .advert.advert--top.advert--bottommargin>div{
        display: inline-block;
    }
    .sidebar .additional-posts .gap-box.side-ad ~ .align-class{
        vertical-align: middle;
    }
    .single-post .sidebar .additional-posts ~ .gap-box{
        margin-bottom: 15px;
    }
    .single-post .additional-posts ~ .gap-box{
        padding-bottom: 0;
    }
    #div-gpt-ad-1471359600072-2{
        margin: 0 auto;
    }
    #div-gpt-ad-1471359254280-3{
        display: inline-block;
        text-align: center;
        margin-bottom: 30px;
    }
    #div-gpt-ad-1471359254280-3>div{
        display: inline-block;
        padding-right: 15px;
    }
    .Mac .sidebar #accordion .accordion-item>span{
        padding: 28px 29px 23px;
    }
}
@media screen and (max-width: 1023px) {
    /* line 218, ../sass/_media.scss */
    .topHeader .container.full {
        padding: 0 20px 0 7px;
    }
    .topHeader .nav > ul .menu-item-has-children ul {
        width: 190px;
    }
    /* line 187, ../sass/_header.scss */
    .topHeader .nav.language {
        padding: 0 11px;
    }
    /* line 202, ../sass/_header.scss */
    .topHeader .signIn {
        margin-right: 18px;
    }
    /* line 226, ../sass/_header.scss */
    .topHeader .signIn a span {
        padding: 0;
    }

}
@media screen and (max-width: 900px) {
    /* line 60, ../sass/_header.scss */
    .topHeader .nav > ul > li:nth-child(4),
    .topHeader .nav > ul > li:nth-child(5) {
        display: none;
    }
    .topHeader .nav > ul > li:last-child {
        display: inline-block;
    }
}
@media screen and (max-width: 782px){
    .logged-in.admin-bar header{
        top: 42px;
    }
}
@media screen and (max-width: 767px) {
    .logo-section .mobile-menu{
        display: block;
        float: right;
    }
    .logo-section .mobile-menu .burger{
        padding-top: 15px;
        margin-left: 19px;
        cursor: pointer;
    }
    #shortMenu .topHeader {
        display: block;
    }
    /* line 1, ../sass/_header.scss */
    .topHeader {
        display: none;
    }
    /* line 7, ../sass/_header.scss */
    .topHeader.alwaysShow {
        display: block;
    }
    /* line 10, ../sass/_header.scss */
    .topHeader.alwaysShow .container.full {
        padding: 0;
    }
    /* line 15, ../sass/_header.scss */
    .topHeader.alwaysShow .nav.language {
        padding: 0;
    }
    .post-head-box .banner .hide-for-small{
        display: none;
    }
    .post-head-box .banner .show-for-small{
        display: block;
        margin: 0 auto;
    }
    .sidebar .hide-for-small{
        display: none;
    }
    .sidebar .show-for-small{
        display: block;
        margin: 0 auto;
    }
    .logo-section .search button{
        background: url("../img/zoom.png");
        width: 20px;
        height: 20px;
        right: 11px;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .Mac .logo-section .search input {
        padding: 14px 9px 12px;
    }
    .post-head-box .banner img{
        max-width: 320px;
    }
    .logo-section{
        padding:15px 10px 10px;
    }
    .logo-section .mobile-menu{
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .logo-section .mobile-menu .burger{
        padding-top: 5px;
    }
    .logo-section .logo{
        width: 206px;
        margin: 0 auto 14px;
        display: block;
        float: none;
    }
    .logo-section .search{
        float: none;
        display: block;
        clear: both;
        width: 100%;
    }
    .logo-section .search .search-wrap{
        padding: 0;
    }
    .logo-section .search input{
        font-size: 13px;
        padding: 15px 8px 10px;
    }
    .main{
        padding-top: 120px;
    }
    .content{
        padding: 0 0;
    }
    .content .banner,
    .content .banner.sec{
        width: 320px;
        margin: 0 auto;
        padding: 19px 0 19px;
    }
    .content .banner.sec{
        padding-top: 0;
    }
    .content .banner>img{
        height: 25px;
        display: block;
    }
    .content .post-box{
        padding-bottom: 19px;
    }
    .content .post-img{
        height: 115px;
    }
    .content .post-info{
        padding:8px 9px 9px;
    }
    .content .post-info h3{
        font-size: 18px;
        line-height: 22px;
    }
    .content .post-info h2{
        font-size: 18px;
        line-height: 22px;
    }
    .content .post-info p{
        font-size: 13px;
        line-height: 17px;
        padding-bottom: 0;
    }
    .content .post-info>a{
        display: none;
    }
    .content .gap-box{
        padding-bottom: 21px;
        padding-left: 0;
        padding-right: 0;
    }
    .content .gap-box .banner{
        width: 300px;
        padding-right: 0;
        margin: 0 auto;
        height: auto;
    }
    .content .gap-box .banner>img{
        height: auto;
        display: block;
        width: 100%;
    }
    .post-video-inner {
        padding-top: 5em;
        padding-bottom: 27%;
    }
    .post-box.video .post-info{
        padding: 4px 2px 2px 9px;
    }
    .paging-section{
        padding: 6px 20px 21px;
    }
    .paging-section .paging{
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    .paging-section .paging .prev{
        margin-right: 14px;
        margin-left: 1px;
    }
    .paging-section .paging .next{
        margin: 0 0 0 5px;
    }
    .paging-section .paging ul li{
        padding-left: 1px;
        padding-right: 11px;
    }
    .sidebar #accordion .accordion-item>span{
        text-align: center;
        padding-top: 19px;
    }
    .comment-box h2{
        text-align: center;
    }
    .sidebar #accordion .data ul li a{
        padding: 11px 15px 8px 0;
        font-size: 18px;
    }
    .sidebar #accordion .data ul li a span.arr {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
        right: 17px;
    }
    .sidebar #accordion .data ul li{
        padding: 10px 40px 4px 18px;
    }
    .sidebar .additional-posts{
        padding: 0 20px;
    }
    .sidebar .additional-posts .posts-head h4 a {
        padding: 19px 0 14px;
        text-align: center;
    }
    .sidebar .additional-posts .post-img{
        height: 115px;
    }
    .sidebar .additional-posts .post-info{
        padding: 11px 10px 7px;
    }
    .sidebar .additional-posts .align-class{
        width: 100%;
        display: block;
    }
    .sidebar .additional-posts .align-class:nth-child(2n){
        padding-right: 0;
    }
    .sidebar .additional-posts .align-class:nth-child(2n+1){
        padding-left: 0;
    }
    .sidebar .additional-posts .align-class + .gap-box + .align-class{
        padding-right: 0;
    }
    .sidebar .additional-posts .align-class + .gap-box + .align-class + .align-class{
        padding-left: 0;
    }
    .gen-post-content img {
        display: block;
        width: 100%;
        height: auto;
    }
    footer {
        padding: 30px 30px 12px 30px;
    }
    .footer-menu ul li{
        display: block;
        text-align: center;
        padding-bottom: 19px;
        padding-right: 0;
    }
    .footer-menu ul li:nth-child(4){
        display: none;
    }
    .footer-menu ul li:last-child{
        padding-top: 0;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .footer-logo{
        padding-top: 3px;
        text-align: center;
    }
    .footer-logo>p{
        display: block;
        font-size: 16px;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-logo .social-box{
        margin-left: 0;
        padding-left: 13px;
        margin-bottom: 31px;
    }
    .footer-logo .social-box a{
        margin-right: 25px;
    }
    .footer-logo .social-box a:last-child{
        margin-right: 0;
    }
    .footer-logo>div.logo{
        width: 157px;
        margin: 0 auto;
        display: block;
    }
    .sign-in-section{
        position: static;
        padding-top: 140px;
    }
    .sign-in-section,
    #mini-menu .bg-menu-box,
    #mini-menu nav{
        min-width: 268px;
        width: 100%;
    }
    #mini-menu nav ul{
        padding: 0 27px;
    }
    #mini-menu nav a{
        font-size: 15px;
        padding: 28px 0 22px;
    }
    button.close{
        right: 15px;
        top: 19px;
    }

    .content .banner .hide-for-small{
        margin: 0 auto;
        display: none;
    }
    .content .banner .show-for-small{
        display: block;
        margin: 0 auto;
    }

    .breadcrumbs{
        padding: 18px 20px;
    }
    .breadcrumbs p{
        font-size: 12px;
    }
    .gen-post-img>div>div {
        height: 170px;
    }
    .gen-post-content{
        padding: 0 20px;
    }
    .gen-post-content h2{
        font-size: 32px;
    }
    .gen-post-content h1{
        font-size: 32px;
    }
    .add-post-content{
        padding: 0 20px;
    }
    .add-post-content h3{
        font-size: 24px;
    }
    .add-post-content h2{
        font-size: 24px;
    }
    .author-inform{
        padding: 0 20px;
    }
    .author-inform ul li{
        display: block;
        width: 100%;
        padding-bottom: 12px;
    }
    .author-inform ul li h6{
        padding-top: 5px;
        padding-bottom: 8px;
    }
    .author-inform ul li h5{
        line-height: 20px;
    }
    .next-post,
    .prev-post{
        display: none;
    }
    .rel-posts{
        padding: 15px 20px;
        margin: 0;
    }

    .rel-posts h4{
        font-size: 19px;
        text-transform: uppercase;
        text-align: center;
    }
    .content.search .rel-posts .post-box{
        display: block;
        width: 100%;
        padding: 15px 0 18px;
    }
    .content.search .rel-posts .post-box:nth-child(2n){
        padding-left: 0;
    }
    .content.search .rel-posts .post-box + .post-box{
        padding: 0;
    }
    .guest-pic {
        width: 100%;
        float: none;
    }
    .guest-pic .photo-wrap{
        margin: 0 auto;
        height: 100px;
        width: 100px;
    }


    .sort-search{
        padding: 0 20px;
        margin-bottom: 13px;
    }
    .select{
        display: block;
    }
    .sort-search .styledSelect{
        width: 100%;
        padding: 16px 11px;
    }
    .sort-search h3{
        text-align: center;
        font-size: 30px;
        padding-bottom: 4px;
    }
    .sort-search p{
        font-size: 13px;
        text-align: center;
        line-height: 18px;
        padding-bottom: 12px;
    }
    .sort-search label{
        text-align: center;
        display: block;
        margin: 0;
        padding-bottom: 14px;
    }
    .sort-search .sorting {
        padding-bottom: 16px;
    }
    #nav li {
        padding: 5px 0 7px;
    }
    .paging-section .sorting{
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .content.search .banner {
        padding: 15px 0 45px;
    }
    .sort-search>span{
        padding-top: 21px;
        text-align: center;
    }
    .content.search .post-box{
        padding:0 20px 19px;
        width: 100%;
        display: block;
    }
    .content.search .post-box:nth-child(2n+1){
        padding-right: 20px;
    }
    .content.search .post-box:nth-child(2n){
        padding-left: 20px;
    }
    .sidebar .additional-posts .align-class:last-child{
        padding-bottom: 20px;
    }
    .content.search .post-box .post-info{
        padding: 8px 9px 0 9px;
    }
    .content.search .banner.sec {
        padding: 0 0 45px;
        margin: 0 auto;
    }
    .content.search .banner.sec + .post-box{
        padding:0 20px 19px;
    }
    .content.search .banner.sec + .post-box + .post-box{
        padding:0 20px 19px;
    }
    .sidebar .additional-posts .posts-head h4{
        text-align: center;
        padding: 20px 0 13px;
    }
    .author-box{
        padding: 0 20px 14px;
    }
    .author-box .photo-box{
        max-width: 125px;
        margin: 0 auto;
        float: none;
    }
    .author-box .photo-wrap{
        width: 125px;
    }
    .author-box .info-box{
        width: 100%;
        padding:18px 0 0;
    }
    .author-box .info-box h5{
        text-align: center;
    }
    .author-box .info-box p{
        text-align: center;
    }
    .author-box>span{
        text-align: center;
        padding-top: 21px;
    }
    .content .post-box{
        padding: 0 20px 19px;
    }
    .guest-name{
        width: 100%;
        float: none;
        text-align: center;
    }
    .author-inform .guest-name>ul>li{
        width: 100%;
    }
    .social-share ul li.gp a span svg,
    .social-share ul li.tw a span svg,
    .social-share ul li.fb a span svg{
        fill:#fff;
    }
    .advert.advert--top.advert--bottommargin{
        padding-bottom: 30px;
        width: 100%;
    }
    .sidebar .additional-posts ~ .gap-box{
        padding-bottom: 30px;
    }
    .search-no-results .content.search .banner.sec{
        padding-bottom:19px;
    }
    #div-gpt-ad-1471359254280-3{
        padding-bottom: 30px;
        width: 300px !important;
        margin: 0 auto 30px;
    }
    #div-gpt-ad-1471359254280-3>div{
        padding: 0;
    }
}
@media screen and (max-width: 640px){
    .sidebar .additional-posts ~ .gap-box{
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 380px){
    .error404 .content{
        padding: 0;
    }
    .error404 .gen-post-content{
        padding:0 27px;
    }
}
@media screen and (max-width: 321px){
    .advert.advert--top.advert--bottommargin,
    #div-gpt-ad-1471359600072-2,
    .sidebar .additional-posts .gap-box .banner>div,
    #div-gpt-ad-1471359254280-3{
        position: relative;
        left: -10px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .sign-in-section{
        padding-top: 75px;
    }
}