@charset "UTF-8";

.no-sidebar table thead tr th{
    padding-left: 38px;
    width: auto !important;
    }
.no-sidebar table tbody tr td{
    padding-left: 38px;
    }
main h1{
    margin: 34px 0 13px;
    }
main h2{
    margin: 34px 0 12px;
    }
main h3{
    margin: 34px 0 12px;
    }
main h3.divider:after{
    content: '';
    height: 3px;
    display: block;
    width: 45px;
    margin: 19px 0 0;
    }
main h4{
    margin: 34px 0 16px;
    }
main h5{
    margin: 31px 0 15px;
    }
main h6{
    margin: 27px 0 14px;
    }
main p{
    margin-bottom: 20px;
    }
main p:last-child{
    margin-bottom: 0;
    }
main time{
    color: #abb7c1;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    }
main a[href^="tel"]{
    color: inherit;
    border-bottom: none;
    font-weight: 400;
    text-decoration: none;
    }
.no-touchevents main a[href^="tel"]:hover{
    opacity: .75;
    color: inherit;
    }
main a{
    transition: all .2s;
    }
.no-touchevents main a:hover{
    text-decoration: none;
    }
main .table-wrap{
    overflow-x: auto;
    overflow-y: visible;
    }
main .table-wrap table{
    min-width: 600px;
    }
main table{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    }
main table thead tr th{
    height: 95px;
    padding-left: 15px;
    text-align: left;
    }
main table tbody tr:nth-child(odd){
    background-color: #f5f8fa;
    }
main table tbody tr td{
    padding: 14px 15px;
    }
main form{
    margin-bottom: 40px;
    }
main form:after{
    content: '';
    display: table;
    clear: both;
    }
main figure{
    margin: 30px 0 20px;
    }
main figure img{
    max-width: 100%;
    display: block;
    /*margin: 0 auto;*/
    }
main ol,
main ul{
    margin-left: 18px;
    margin-bottom: 25px;
    }
main ol:last-child,
main ul:last-child{
    margin-bottom: 0;
    }
main ol li,
main ul li{
    margin-bottom: 22px;
    }
main ol li:last-child,
main ul li:last-child{
    margin-bottom: 0;
    }
main ol{
    margin-left: 30px;
    counter-reset: myCounter;
    }
main ol li{
    padding-left: 25px;
    position: relative;
    overflow: hidden;
    }
main ol li:before{
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    }
main ol li ol{
    margin: 22px 0 0 25px;
    counter-reset: myCounter1;
    }
main ol li ol li{
    padding-left: 35px;
    }
main ol li ol li:before{
    counter-increment: myCounter1;
    content: counter(myCounter) "." counter(myCounter1);
    }
main ul{
    padding-left: 0;
    margin-left: 0;
    }
main ul li{
    padding-left: 38px;
    position: relative;
    }
main ul li:before{
    content: '';
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    top: 8px;
    width: 8px;
    height: 8px;
    }
main ul li ul{
    margin: 22px 0 0;
    }
main ul li ul li:before{
    width: 7px;
    height: 3px;
    border-radius: 0;
    left: 13px;
    top: 11px;
    }
main .btn,
main #bbp_topic_submit,
main #bbp_reply_submit{
    height: 50px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    line-height: 46px;
    cursor: pointer;
    padding: 0 40px;
    transition: all .2s;
    }
.no-touchevents main .btn:not(:disabled):hover,
.no-touchevents main #bbp_topic_submit:not(:disabled):hover,
.no-touchevents main #bbp_reply_submit:not(:disabled):hover{
    text-decoration: none !important;
    }
.no-touchevents main .btn:active,
.no-touchevents main #bbp_topic_submit:active,
.no-touchevents main #bbp_reply_submit:active{
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
    }
main .btn:disabled,
main #bbp_topic_submit:disabled,
main #bbp_reply_submit:disabled{
    cursor: default;
    opacity: .6;
    }
main .btn.btn-left,
main #bbp_topic_submit.btn-left,
main #bbp_reply_submit.btn-left{
    float: left;
    }
main .btn.btn-right,
main #bbp_topic_submit.btn-right,
main #bbp_reply_submit.btn-right{
    float: right;
    }
main .text-box{
    padding: 25px 37px 30px;
    margin-bottom: 40px;
    }
main .text-box > *:first-child{
    margin-top: 0;
    }
main .text-box .btn-box{
    position: relative;
    padding-top: 25px;
    margin: 35px 0 0;
    }
main .text-box .btn-box:after{
    content: '';
    position: absolute;
    top: 0;
    left: -37px;
    right: -37px;
    height: 1px;
    background: #e0e5e9;
    }
main .content .text-box h3{
    margin-bottom: 17px;
    }
html{
    height: 100% !important;
    }
html.header-ver3.menu-open{
    overflow-y: hidden;
    }
body{
    -webkit-font-smoothing: antialiased;
    /*-webkit-overflow-scrolling: touch;*/
    /*height: 100%;*/
    min-width: 320px;
    margin: 0 auto;
    }
#wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    }
#wrapper main{
    position: relative;
    }

.menu-open.header-ver3 #wrapper main{

    }
.goog-te-menu-frame{
    max-width: 100vw;
    }
img{
    height: auto;
    width: auto;
    max-width: 100%;
    }
input[type='submit'],
button{
    -webkit-appearance: none;
    border-radius: 4px;
    }
input{
    box-shadow: none;
    border-radius: 0;
    }
a,
:visited{
    outline: 0;
    outline: none;
    }
:hover,
:active,
:focus{
    outline: 0;
    outline: none;
    }
::-moz-focus-inner{
    border: 0;
    }
a::-moz-focus-inner{
    border: 0;
    }
img.alignnone{
    margin: 0 auto;
    }
img.alignleft{
    float: left;
    margin: 8px 30px 20px 0;
    max-width: 50%;
    }
img.alignright{
    float: right;
    max-width: 50%;
    margin: 8px 0 20px 30px;
    }
*{
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    outline: none !important;
    }
input::-webkit-input-placeholder{
    color: #000;
    }
input::-moz-placeholder{
    color: #000;
    opacity: 1;
    }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
    }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
    opacity: 0;
    }
ol,
ul{
    padding: 0;
    margin: 0;
    }
ul li{
    list-style: none;
    }
.clearfix:after{
    content: '';
    display: table;
    clear: both;
    }
h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin: 0;
    font-weight: normal;
    padding: 0;
    }
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    }
.container{
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    }
.row{
    font-size: 0;
    }
.row .row-item{
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    }
.row.two-in-row .row-item{
    width: 50%;
    }
.row.three-in-row .row-item{
    width: 33.33333%;
    }
.row.four-in-row .row-item{
    width: 25%;
    }
.row.five-in-row .row-item{
    width: 20%;
    }
.row.default-state-row{
    text-align: justify;
    }
.row.default-state-row:after{
    content: '';
    display: inline-block;
    vertical-align: top;
    clear: both;
    width: 100%;
    }
header{
    position: relative;
    z-index: 10;
    padding: 10px 0 15px;
    }
header .social-likes{
    display: inline-block;
    }
header .social-likes > div{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    }
header .social-likes > div:last-child{
    margin-right: 0;
    }
.no-touchevents header .social-likes > div:hover{
    opacity: .6;
    }
header .container{
    position: relative;
    }
header .logo{
    display: inline-block;
    margin-top: 26px;
    position: absolute;
    left: 20px;
    }
header .right-controls{
    float: right;
    margin-bottom: 30px;
    }
header .right-controls .text-box{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    min-width: 200px;
    margin-bottom: 15px;
    }
header .right-controls .text-box .fa{
    margin-right: 10px;
    }
header .right-controls .text-box p{
    margin-bottom: 10px;
    }
header .right-controls .text-box p:last-child{
    margin-bottom: 0;
    }
header .right-controls .text-box p img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    }
header .right-controls .top-header{
    margin-bottom: 30px;
    text-align: right;
    position: relative;
    z-index: 8;
    }
header .right-controls .top-header > *{
    margin-right: 55px;
    }
header .right-controls .top-header > *:last-child{
    margin-right: 0 !important;
    }
header .right-controls .top-header .share{
    display: inline-block;
    vertical-align: middle;
    }
header .right-controls .top-header .share p{
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    }
header .right-controls .top-header .share ul{
    display: inline-block;
    vertical-align: middle;
    }
header .right-controls .top-header .share ul li{
    display: inline-block;
    margin-right: 15px;
    }
header .right-controls .top-header .share ul li:last-child{
    margin-right: 0;
    }
header .right-controls .top-header .share ul li a{
    transition: all .2s;
    }
.no-touchevents header .right-controls .top-header .share ul li a:hover{
    opacity: .65;
    }
header .right-controls .top-header .subscribe{
    display: inline-block;
    vertical-align: middle;
    }
header .right-controls .top-header .subscribe a{
    text-decoration: none;
    }
.no-touchevents header .right-controls .top-header .subscribe a:hover{
    text-decoration: underline;
    }
header .right-controls .top-header .subscribe a i{
    margin-right: 5px;
    }
header .right-controls .top-header .lang{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    }
header .right-controls .top-header .lang a,
header .right-controls .top-header .lang span{
    text-decoration: none;
    margin-right: 18px;
    }
header .right-controls .top-header .lang a:last-child,
header .right-controls .top-header .lang span:last-child{
    margin-right: 0;
    }
.no-touchevents header .right-controls .top-header .lang a:hover{
    text-decoration: underline;
    }
header .right-controls .top-header .lang.dropdown-wrap a,
header .right-controls .top-header .lang.dropdown-wrap span{
    margin-right: 0;
    cursor: pointer;
    }
header .right-controls .top-header .lang.dropdown-wrap span .fa{
    margin-left: 5px;
    }
header .right-controls .top-header .lang.dropdown-wrap.opened span .fa{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }
header .right-controls .top-header .lang.dropdown-wrap.opened .dropdown{
    display: block;
    }
header .right-controls .top-header .lang .dropdown{
    text-align: center;
    padding: 5px 0;
    z-index: 7;
    position: absolute;
    top: calc(100% + 5px);
    display: none;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    }
header .right-controls .top-header .lang .dropdown li a{
    display: block;
    padding: 3px 10px;
    }

.topics-page .topic-title {width:100%}

.topics-page .topic-title .search-box-topic,
.topics-template .topic-title .search-box-topic,
header .right-controls .search-box{
    position: relative;
    float: right;
    width: 368px;
    z-index: 7;
    }
.topics-page .topic-title h1,
.topics-template .topic-title h1{
    position: relative;
    float: left;
    width: calc( 100% - 368px);
    z-index: 7;
}

header .right-controls .search-box .open-search{
    display: none;
    }
header .right-controls .search-box input:not(.gsc-search-button){
    background-color: white;
    }

.topics-page .topic-title .search-box-topic input,
.topics-template .search-box-topic input,
header .right-controls .search-box input{
    height: 40px;
    border: 1px solid #cbcbcb;
    box-shadow: 2.5px 1.7px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 0 45px 0 15px;
    }
header .right-controls .search-box input:focus::-webkit-input-placeholder,
header .right-controls .search-box input textarea:focus::-webkit-input-placeholder{
    display: block !important;
    }
header .right-controls .search-box input:focus::-moz-placeholder,
header .right-controls .search-box input textarea:focus::-moz-placeholder{
    display: block !important;
    }

.topics-page .topic-title .search-box-topic .search-btn,
.topics-template .search-box-topic .search-btn,
header .right-controls .search-box .search-btn{
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: opacity .2s;
    }

.topics-page .topic-title .search-box-topic .search-btn:hover,
.topics-template .search-box-topic .search-btn:hover,
.no-touchevents header .right-controls .search-box .search-btn:hover{
    opacity: .8;
    }
header .right-controls .search-box .search-btn i{
    position: relative;
    top: -1px;
    }
header nav{
    position: relative;
	z-index: 10;
    clear: both;
    }
header nav:before{
    width: 4000px;
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -2000px;
    top: -15px;
    bottom: -15px;
    }
header nav > ul > li{
    margin-right: 75px;
    display: inline-block;
    position: relative;
    }
header nav > ul > li.active > a{
    position: relative;
    }
header nav > ul > li.active > a:after{
    content: '';
    height: 4px;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -15px;
    }
header nav > ul > li.has-child{
    margin-right: 50px;
    }
header nav > ul > li.has-child a{
    padding-right: 25px;
    }
header nav > ul > li:last-child{
    margin-right: 0;
    }
header nav > ul > li:last-child > .submenu{
    left: auto;
    right: 0;
    }
header nav > ul > li:last-child > .submenu > ul ul{
    left: auto;
    right: 100%;
    }
.menu-open header nav > ul > li:last-child > .submenu > ul ul{
    right: 0;
    }
header nav > ul > li > a{
    text-decoration: none;
    position: relative;
    transition: all .2s;
    }
header nav > ul > li > a .fa{
    position: absolute;
    transition: all .2s;
    top: 50%;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 23px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.desktop header nav > ul > li:hover > a .fa{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    }
header nav > ul > li.has-child.nav-visible > a .fa{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    }
header nav > ul > li > .submenu{
    padding-top: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    transition: all .2s;
    z-index: -1;
    }
header nav > ul > li > .submenu > ul{
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    width: 265px;
    opacity: 0;
    transition: all .2s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    position: relative;
    /*&:after {
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 9.5px 9px 9.5px;
              border-color: transparent transparent $linkColor transparent;
              content: '';
              position: absolute;
              left: 30px;
              top: -9px;
              @include desktop {
                display: none;
              }
            }*/
    }
header nav > ul > li > .submenu > ul > li{
    position: relative;
    }
header nav > ul > li > .submenu > ul > li:last-child{
    border-bottom: none;
    }
header nav > ul > li > .submenu > ul > li > a{
    display: block;
    text-decoration: none;
    transition: all .2s;
    padding: 16px 45px 16px 35px;
    position: relative;
    }
header nav > ul > li > .submenu > ul > li > a .fa{
    position: absolute;
    transition: all .2s;
    right: 14px;
    top: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
header nav > ul > li > .submenu > ul ul{
    position: absolute;
    left: 100%;
    top: 0;
    width: 265px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    }
/*possible to return      header nav > ul > li > .submenu.col-2 > ul ul{
    transition: all .2s;
    }*/
header nav > ul > li > .submenu > ul ul li{
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    border-bottom: none;
    position: relative;
    }
header nav > ul > li > .submenu > ul ul li a{
    text-decoration: none;
    padding: 16px 35px;
    display: block;
    /*transition: all .2s;*/
    }
.header-ver2.search-open .search-box form{
    top: 35px;
    visibility: visible;
    opacity: 1;
    }
#menu-toggle-wrapper{
    width: 30px;
    height: 24px;
    display: none;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    right: 20px;
    top: 50%;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
#menu-toggle,
#menu-toggle-top,
#menu-toggle-bottom{
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.585, -0.6, 0.43, 1.65);
    }
#menu-toggle{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    margin-left: -15px;
    margin-top: -2px;
    height: 3px;
    }
#menu-toggle-top{
    top: 0;
    }
#menu-toggle-top,
#menu-toggle-bottom{
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    }
#menu-toggle-bottom{
    bottom: 0;
    }
.menu-open #menu-toggle-wrapper #menu-toggle{
    opacity: 0;
    }
.menu-open #menu-toggle-wrapper #menu-toggle-top{
    -ms-transform: rotate(45deg) translate(9px, 6px);
    -webkit-transform: rotate(45deg) translate(9px, 6px);
    transform: rotate(45deg) translate(9px, 6px);
    }
.menu-open #menu-toggle-wrapper #menu-toggle-bottom{
    -ms-transform: rotate(-45deg) translate(9px, -6px);
    -webkit-transform: rotate(-45deg) translate(9px, -6px);
    transform: rotate(-45deg) translate(9px, -6px);
    }
.top-img{
    position: relative;
    }
.top-img.with-bg{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 500px;
    }
.top-img.with-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
    }
.top-img.with-bg .text{
    position: absolute;
    left: 0;
    padding: 0;
    bottom: 130px;
    }
.top-img.small{
    height: auto;
    }
.top-img.small:after{
    background: rgba(0, 0, 0, 0.5);
    }
.top-img.small .text{
    position: relative;
    left: auto;
    bottom: auto;
    padding: 26px 0;
    }
.top-img.small .text h1,
.top-img.small .text .title{
    margin-bottom: 0;
    }
.top-img .text{
    z-index: 2;
    padding: 50px 0;
    width: 100%;
    }
.top-img .text h1,
.top-img .text .title{
    margin: 0 0 16px;
    }
.breadcrumbs{
    margin-bottom: 35px;
    }
.breadcrumbs ul{
    padding-left: 0;
    }
.breadcrumbs ul li{
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    }
.breadcrumbs ul li:before{
    display: none;
    }
.breadcrumbs ul li a,
.breadcrumbs ul li span{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-decoration: none;
    }
.breadcrumbs ul li a:after{
    content: '-';
    display: inline-block;
    margin: 0 2px 0 6px;
    }
.no-touchevents .breadcrumbs ul li a:hover{
    text-decoration: underline;
    }
.breadcrumbs ul li span{
    color: #7d8b96;
    }
.article-controls{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0;
    }
.article-controls .breadcrumbs{
    margin-bottom: 0;
    margin-right: auto;
    }
.article-controls a{
    text-decoration: none;
    margin-right: 30px;
    }
.article-controls a:last-child{
    margin-right: 0;
    }
.no-touchevents .article-controls a:hover{
    text-decoration: underline;
    }
.article-controls a i{
    vertical-align: middle;
    margin-right: 7px;
    }
.content-box{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    }
.content-box:after{
    content: '';
    position: absolute;
    right: -7px;
    top: 0;
    background: rgba(0, 0, 0, 0.05);
    height: 100%;
    width: 415px;
    }
.content-box.wo_bg:after{
    display: none;
    }
.content-box.wo_bg aside:after{
    content: '';
    bottom: 30px;
    width: 1px;
    position: absolute;
    left: -17px;
    top: 35px;
    }
.content-box.bg_fwidth:after{
    background: rgba(0, 0, 0, 0.08);
    right: auto;
    width: 3000px;
    left: calc(100% - 407px);
    left: calc(100% - 322px);
    }
.content-box:not(.no-sidebar) .row{
    margin: 0 -20px;
    }
.content-box:not(.no-sidebar) .row:last-child{
    margin-bottom: 0;
    }
.content-box:not(.no-sidebar) .row .row-item{
    padding: 0 20px;
    }
.content-box.no-sidebar:after{
    display: none;
    }
.content-box.no-sidebar .content{
    width: 100%;
    padding-right: 0;
    }
.content-box.no-sidebar .content .row{
    margin: 0 -20px;
    }
.content-box.no-sidebar .content .row:last-child{
    margin-bottom: 0;
    }
.content-box.no-sidebar .content .row .row-item{
    padding: 0 20px;
    }
.content-box.no-sidebar .content .img-overlay .row{
    margin: 0 -10px;
    }
.content-box.no-sidebar .content .img-overlay .row .row-item{
    width: 33.3333%;
    padding: 0 10px;
    }
.content-box.no-sidebar .content .img-overlay .row .row-item .img-box .text p{
    font-size: 20px;
    }
.content-box.no-sidebar .content .img-overlay .row .row-item .img-box .text .fa{
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 20px;
    }
.content-box .content{
    width: calc(100% - 390px);
    width: calc(100% - 305px);
    padding: 20px 80px 40px 0;
    display: inline-block;
    vertical-align: top;
    }
.content-box .content .img-overlay .row{
    margin: 0 -10px;
    }
.content-box .content .img-overlay .row .row-item{
    width: 50%;
    padding: 0 10px;
    }
.content-box .content .img-overlay .row .row-item .img-box .text p{
    font-size: 20px;
    }
.content-box .content .img-overlay .row .row-item .img-box .text .fa{
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 20px;
    }
.content-box .content .link-box p{
    margin-bottom: 10px;
    }
.content-box .content .link-box a{
    text-decoration: none;
    }
.no-touchevents .content-box .content .link-box a:hover{
    text-decoration: none;
    }
.content-box .content .link-box a img{
    display: inline-block;
    margin: 0;
    }
.content-box aside{
    display: inline-block;
    vertical-align: top;
    width: 385px;
    width: 300px;
    padding: 35px 0 30px 30px;
    position: relative;
    z-index: 1;
    }
.content-box aside > *:first-child{
    margin-top: 0 !important;
    }
.content-box aside img{
    display: block;
    margin: 40px auto;
    }
.content-box aside .text-box{
    background: #fff;
    padding: 23px 30px 30px;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    }
.content-box aside .text-box.divider{
    position: relative;
    }
.content-box aside .text-box.divider:after{
    content: '';
    height: 3px;
    display: block;
    width: 55px;
    margin: 33px auto 8px;
    }
.content-box aside .text-box.sub-nav{
    padding-bottom: 20px;
    }
.content-box aside .text-box.bg-2{
    background: #dbdbdb;
    box-shadow: none;
    }
.content-box aside .text-box.with-icon ul li:after{
    display: none;
    }
.content-box aside .text-box.with-icon ul li a{
    font-weight: 500;
    }
.content-box aside .text-box.with-icon ul li a i{
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 3px;
    font-size: 23px;
    }
.content-box aside .text-box.with-icon ul li.active{
    padding-bottom: 8px;
    }
.content-box aside .text-box.with-icon ul li.active > a i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }
.no-touchevents .content-box aside .text-box a:hover{
    text-decoration: underline;
    }
.content-box aside .text-box h3{
    margin: 0 0 12px;
    }
.content-box aside .text-box p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    }
.content-box aside .text-box .btn{
    margin-top: 20px;
    }
.content-box aside .text-box > ul:last-child{
    margin-bottom: 0;
    }
.content-box aside .text-box > ul li.active{
    padding-bottom: 12px;
    }
.content-box aside .text-box > ul li.active > ul{
    display: block;
    }
.content-box aside .text-box > ul li.active a{
    padding-bottom: 0;
    }
.content-box aside .text-box > ul li ul li ul{
    margin-left: 15px;
    }
.content-box aside .text-box > ul > li{
    margin: 0;
    }
.content-box aside .text-box > ul > li:after{
    content: '';
    position: absolute;
    left: -30px;
    bottom: 0;
    right: -30px;
    height: 1px;
    background: #e0e5ea;
    }
.content-box aside .text-box > ul > li:last-child:after{
    display: none;
    }
.content-box aside .text-box > ul > li > a{
    display: block;
    padding: 8px 0 11px;
    text-decoration: none;
    transition: opacity .2s;
    }
.no-touchevents .content-box aside .text-box > ul > li > a:hover{
    opacity: .7;
    }
.content-box aside .text-box > ul > li > a i{
    display: none;
    }
.content-box aside .text-box > ul > li ul{
    margin: 6px 0 0 4px;
    display: none;
    }
.content-box aside .text-box > ul > li ul li{
    margin-bottom: 2px;
    }
.content-box aside .text-box > ul > li ul li a{
    text-decoration: none;
    transition: opacity .2s;
    }
.no-touchevents .content-box aside .text-box > ul > li ul li a:hover{
    opacity: .7;
    }
.content-box aside h3{
    margin-bottom: 17px;
    }
.content-box aside ul li{
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    }
.content-box aside ul li:last-child{
    margin-bottom: 0;
    }
.content-box aside ul li:before{
    display: none;
    }
.content-box aside .link-box{
    margin-bottom: 40px;
    }
.content-box aside .link-box > *:first-child{
    margin-top: 0;
    }
.content-box aside .link-box h2{
    margin-bottom: 20px;
    }
.content-box aside .link-box h4{
    color: black;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 31px;
    }
.content-box aside .link-box ul{
    margin: 0;
    }
.content-box aside .link-box ul li{
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    }
.content-box aside .link-box ul li:last-child{
    margin-bottom: 0;
    }
.content-box aside .link-box ul li:before{
    display: none;
    }
.content-box aside .link-box ul li a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    }
.no-touchevents .content-box aside .link-box ul li a:hover{
    text-decoration: underline;
    }
.content-box aside .link-box.bullets ul li{
    padding-left: 20px;
    position: relative;
    }
.content-box aside .link-box.bullets ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    display: block !important;
    border-radius: 50%;
    }
.content-box aside .link-box.with-icon ul li a{
    color: black;
    }
.content-box aside .link-box.with-icon ul{
    padding: 11px 0 0;
    }
.content-box aside .link-box.with-icon ul li{
    position: relative;
    padding-left: 64px;
    min-height: 48px;
    }
.content-box aside .link-box.with-icon ul li .icon{
    position: absolute;
    left: 0;
    top: -11px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid rgba(71, 94, 204, 0.2);
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    }
.content-box aside .link-box.with-icon ul li .icon:before{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
    }
.content-box aside .link-box.with-icon ul li .icon img{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    }
.content-box aside .link-box.with-icon ul li .icon .fa{
    line-height: 44px;
    }
.content-box aside .link-box.with-icon ul li .icon .fa-leanpub:before{
    position: relative;
    top: -1px;
    }
.content-box aside .widget-wrap,
.content-box aside .s2j_widget{
    margin: 30px 0 50px;
    }
.content-box aside .widget-wrap:last-child,
.content-box aside .s2j_widget:last-child{
    margin-bottom: 0;
    }
.content-box aside .facebook-widget,
.content-box aside .twitter-widget{
    margin: 30px 0 50px;
    }
.content-box aside .facebook-widget:last-child,
.content-box aside .twitter-widget:last-child{
    margin-bottom: 0;
    }
.content-box aside .facebook-widget h3,
.content-box aside .twitter-widget h3{
    color: black;
    font-size: 24px;
    font-weight: 300;
    }
.content-box aside .facebook-widget h3 i,
.content-box aside .twitter-widget h3 i{
    color: #315092;
    font-size: 29px;
    font-weight: 400;
    margin-left: 12px;
    vertical-align: middle;
    }
.content-box aside .facebook-widget iframe,
.content-box aside .twitter-widget iframe{
    width: 100% !important;
    }
.content-box aside .twitter-widget h3 i{
    color: #1da1f2;
    }
#s2j-container{
    width: 100%;
    max-width: 100%;
    }
.question-box{
    margin: 40px 0;
    }
.question-box .question{
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-decoration: none;
    }
.no-touchevents .question-box .question:hover{
    opacity: .75;
    }
.question-box .question:last-child{
    margin-bottom: 0;
    }
.faq-toggle{
    margin: 40px 0;
    }
.faq-toggle .question-wrap{
    padding: 27px 33px 28px;
    }
.faq-toggle .question-wrap h2{
    color: black;
    font-weight: 400;
    position: relative;
    line-height: 1.5em;
    padding: 0 0 0 58px;
    cursor: pointer;
    margin: 0;
    transition: all .2s;
    }
.faq-toggle .question-wrap h2 i{
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    }
.faq-toggle .question-wrap .answer{
    color: black;
    display: none;
    font-size: 18px;
    padding: 0 0 0 58px;
    font-weight: 400;
    }
.faq-toggle .question-wrap .answer > *:first-child{
    margin-top: 15px;
    }
.faq-toggle .question-wrap.open h2 i{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
/*Delete this*/

.change-style{
    position: fixed;
    right: 0;
    top: 50%;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    z-index: 11;
    background: #fff;
    }
.slider-box{
    background-color: #f5f8fa;
    border: 1px solid #e6e9ec;
    border-right: none;
    border-left: none;
    position: relative;
    min-height:400px;
    }
.slider-box.slider-fw .slider-wrap .slick-track{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    }
.slider-box.slider-fw .slider-wrap .slider .slide{
    float: none;
    height: auto;
    min-height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    }
.slider-box.slider-fw .slider-wrap .slider .slide:after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.03) 100%);
    }
.slider-box.slider-fw .slider-wrap .slider .slide .container{
    height: 100%;
    white-space: nowrap;
    }
.slider-box.slider-fw .slider-wrap .slider .slide .container:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    }
.slider-box.slider-fw .slider-wrap .slider .slide .text{
    width: 100%;
    max-width: 590px;
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    white-space: normal;
    padding: 40px 0 80px;
    }
.slider-box.slider-fw .slider-wrap .slider .slide .text h2{
    margin-bottom: 17px;
    }
.slider-box.slider-fw .slider-wrap .slider-controls{
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    }
.slider-box.slider-right .text,
.slider-box.slider-left .text{
    padding-left: 50%;
    padding-bottom: 35px;
    }
.slider-box.slider-right .text .container,
.slider-box.slider-left .text .container{
    margin: 0 auto 0 0;
    padding: 0 20px 0 50px;
    max-width: 590px;
    }
.slider-box.slider-right .text h2,
.slider-box.slider-left .text h2{
    margin-bottom: 25px;
    }
.slider-box.slider-right .text h2:after,
.slider-box.slider-left .text h2:after{
    content: '';
    height: 3px;
    display: block;
    width: 120px;
    margin: 28px 0 0;
    }
.slider-box.slider-right .slider-wrap,
.slider-box.slider-left .slider-wrap{
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    }
.slider-box.slider-right .slider-wrap .slider,
.slider-box.slider-right .slider-wrap .slick-track,
.slider-box.slider-right .slider-wrap .slick-list,
.slider-box.slider-left .slider-wrap .slider,
.slider-box.slider-left .slider-wrap .slick-track,
.slider-box.slider-left .slider-wrap .slick-list{
    height: 100%;
    }
.slider-box.slider-right .slider-wrap .slide,
.slider-box.slider-left .slider-wrap .slide{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    }
.slider-box.slider-right .slider-wrap{
    left: auto;
    right: 0;
    }
.slider-box.slider-right .slider-wrap .slider-controls{
    left: 30px;
    right: auto;
    }
.slider-box.slider-right .text{
    padding-left: 0;
    padding-right: 50%;
    }
.slider-box.slider-right .text .container{
    margin: 0 0 0 auto;
    padding: 0 50px 0 20px;
    }
.slider-box .slider-controls{
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 0 28px;
    background-color: rgba(0,0,0,.3);
    border-radius: 5px;
    height:25px;
    }
.slider-box .slider-controls .slick-arrow{
    border: none;
    cursor: pointer;
    background: none;
    position: absolute;
    width: 10px;
    height: 16px;
    top: 4px;
    color: #fff;
    transition: all .2s;
    margin: 0 5px;
    }
.slider-box .slider-controls .slick-arrow:before{
    font-size: 28px;
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    z-index: 4;
    left: 50%;
    width: 100%;
    height: 100%;
    line-height: 16px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
.slider-box .slider-controls .slick-arrow.slick-prev{
    left: 0;
    }
.slider-box .slider-controls .slick-arrow.slick-prev:before{
    content: '\f104';
    }
.slider-box .slider-controls .slick-arrow.slick-next{
    right: 0;
    }
.slider-box .slider-controls .slick-arrow.slick-next:before{
    content: '\f105';
    }
.slider-box .slider-controls .slick-dots{
    margin: 0;
    height: 9px;
    margin-top: 4.5px;
    }
.slider-box .slider-controls .slick-dots li{
    padding: 0;
    display: inline-block;
    margin: 0 7px 0 0;
    height: 9px;
    line-height: 1.5em;
    }
.slider-box .slider-controls .slick-dots li:last-child{
    margin-right: 0;
    }
.slider-box .slider-controls .slick-dots li:before{
    display: none;
    }
.slider-box .slider-controls .slick-dots li button{
    cursor: pointer;
    background: none;
    padding: 0;
    width: 9px;
    height: 9px;
    border: 2px solid white;
    border-radius: 50%;
    text-indent: -10000px;
    }
.key-features{
    text-align: center;
    padding: 23px 0 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    }
.key-features h2{
    margin: 0 0 54px;
    }
.key-features h2:after{
    width: 121px;
    height: 3px;
    background-color: white;
    content: '';
    margin: 30px auto 0;
    display: block;
    }
.key-features .row{
    margin: 0 -20px;
    }
.key-features .row .row-item{
    padding: 0 20px;
    margin-bottom: 20px;
    }
.key-features .row .row-item a{
    display: block;
    text-decoration: none;
    }
.key-features .row .row-item .icon{
    text-align: center;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin-bottom: 40px;
	font-size: 0;
	line-height: 0;
    }
.key-features .row .row-item .icon:before{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
	width: 0;
    }
.no-touchevents .key-features .row .row-item .icon a:hover{
    opacity: .75;
    }
.key-features .row .row-item .icon .fa,
.key-features .row .row-item .icon img{
    display: inline-block;
    vertical-align: middle;
    }
.key-features .row .row-item h3{
    margin: 0 0 13px;
    }
.key-features .row .row-item h3 a{
    color: inherit;
    text-decoration: none;
    }
.no-touchevents .key-features .row .row-item h3 a:hover{
    opacity: .75;
    }
.main-events{
    padding: 25px 0;
    background-color: #f5f8fa;
    }
.main-events .row{
    margin: 0 -20px;
    }
.main-events .row .row-item{
    padding: 0 20px;
    }
.main-events .row .row-item .event{
    display: block;
    text-decoration: none;
    }
.no-touchevents .main-events .row .row-item a.event:hover{
    opacity: .85;
    }
.no-touchevents .main-events .row .row-item a.event:hover h3{
    text-decoration: underline;
    }
.main-events .row .row-item img{
    max-width: 100%;
    width: 100%;
    }
.main-events .row .row-item .descr{
    padding: 35px 45px 30px;
    color: #fff;
    min-height: 210px;
    }
.main-events .row .row-item .descr h3{
    margin: 0 0 13px;
    text-align: center;
    }
.topics{
    padding: 20px 0 15px;
    }
.topics h2{
    margin: 0 0 54px;
    }
.topics h2 .board{
    width: 121px;
    height: 3px;
    content: '';
    margin: 30px auto 0;
    display: block;
    }
.topics .topics-list{
    margin: 0 -10px;
    }
.topics .topics-list .row-item{
    padding: 0 10px;
    margin-bottom: 30px;
    }
.topics .topics-list .row-item .topic{
    margin-bottom: 30px;
    }
.topics .topics-list .row-item .topic:last-child{
    margin-bottom: 0;
    }
.topics .topics-list a{
    text-decoration: none;
    transition: all .2s;
    }
.topics .topics-list a p{
    transition: all .2s;
    }
.no-touchevents .topics .topics-list a:hover{
    opacity: .75;
    text-decoration: none;
    }
.no-touchevents .topics .topics-list a:hover p{
    opacity: .75;
    }
.topics .topics-list .icon{
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    max-width: 54px;
    min-width: 54px;
    min-height: 54px;
    max-height: 54px;
    border-radius: 50%;
    margin-right: 12px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    }
.topics .topics-list .icon:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    }
.topics .topics-list .icon img{
    display: inline-block;
    vertical-align: middle;
    }
.topics .topics-list p{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 72px);
    line-height: 1.2em;
    }
.feeds{
    padding: 40px 0;
    }
.feeds h2{
    margin-top: 15px;
    }
.feeds .row.one-in-row .row-item{
    max-width: 540px;
    margin: 0 auto;
    display: block;
    }
.feeds .row.one-in-row .row-item h2{
    max-width: 540px;
    margin: 34px auto 15px;
    }
.feeds .row.one-in-row .row-item .box{
    max-width: 540px;
    }
.feeds .row.two-in-row{
    margin: 0 -60px;
    }
.feeds .row.two-in-row .row-item{
    padding: 0 60px;
    }
.feeds .row.two-in-row .row-item:first-child  {
    border-right: 1px solid #eee;
}
.feeds .row.two-in-row .row-item .box{
    max-width: 100%;
    }
.feeds .row.two-in-row.has-big-item .row-item{
    width: 33.3333%;
    }
.feeds .row.two-in-row.has-big-item .row-item.big-item{
    width: 66.6666666%;
    }
.feeds .row.two-in-row.has-big-item .row-item.big-item .box{
    max-width: 100%;
    }
.feeds .row.three-in-row{
    margin: 0 -45px;
    }
.feeds .row.three-in-row .row-item{
    padding: 0 45px;
    }
.feeds .row.three-in-row.has-big-item{
    margin: 0 -20px;
    }
.feeds .row.three-in-row.has-big-item .row-item{
    width: 25%;
    padding: 0 20px;
    }
.feeds .row.three-in-row.has-big-item .row-item.big-item{
    width: 50%;
    }
.feeds .row.three-in-row.has-big-item .row-item.big-item .box{
    max-width: 100%;
    }
.feeds .row.four-in-row{
    margin: 0 -20px;
    }
.feeds .row.four-in-row .row-item{
    padding: 0 20px;
    }
.feeds .row .row-item h2{
    margin-bottom: 15px;
    }
.feeds .row .row-item p,
.feeds .row .row-item ul li,
.feeds .row .row-item ol li{
    font-size: 16px;
    line-height: 22px;
    }
.feeds .row .row-item .alignleft{
    margin-right: 20px;
    margin-bottom: 10px;
    }
.feeds .row .row-item .alignright{
    margin-left: 20px;
    margin-bottom: 10px;
    }
.feeds .row .row-item .content{
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    padding: 14px 20px 17px;
    }
.feeds .row .row-item .box{
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    padding: 14px 20px 17px;
    max-width: 360px;
    margin: 0 auto 25px;
    }
.feeds .row .row-item .box h3{
    margin: 0 0 10px;
    }
.feeds .row .row-item .box p.category{
    margin-bottom: 7px;
    }
.feeds .row .row-item .box time{
    float: left;
    }
.feeds .row .row-item .box .more{
    text-decoration: none;
    float: right;
    }
.feeds .row .row-item .box .more .fa{
    position: relative;
    top: 2px;
    margin-left: 4px;
    }
.no-touchevents .feeds .row .row-item .box .more:hover{
    text-decoration: underline;
    }
.blog-articles-list .blog-article,
.blog-articles-list .event,
.blog-articles-list .link,
.event-list .blog-article,
.event-list .event,
.event-list .link,
.link-list .blog-article,
.link-list .event,
.link-list .link{
    margin-bottom: 35px;
    }
.blog-articles-list .blog-article:last-child,
.blog-articles-list .event:last-child,
.blog-articles-list .link:last-child,
.event-list .blog-article:last-child,
.event-list .event:last-child,
.event-list .link:last-child,
.link-list .blog-article:last-child,
.link-list .event:last-child,
.link-list .link:last-child{
    margin-bottom: 0;
    }
.blog-articles-list.link-column,
.event-list.link-column,
.link-list.link-column{
    margin: 0 -30px;
    font-size: 0;
    }
.blog-articles-list.link-column .link,
.event-list.link-column .link,
.link-list.link-column .link{
    padding: 0 30px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    }
.blog-articles-list .img-wrap,
.event-list .img-wrap,
.link-list .img-wrap{
    float: left;
    margin-right: 30px;
    padding-top: 5px;
    width: 190px;
    max-width: 33.33333%;
    }
.blog-articles-list .img-wrap img,
.event-list .img-wrap img,
.link-list .img-wrap img{
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    }
.blog-articles-list .descr,
.event-list .descr,
.link-list .descr{
    overflow: hidden;
    }
.blog-articles-list h2,
.event-list h2,
.link-list h2{
    margin-top: 0;
    }
.blog-articles-list h2 a,
.event-list h2 a,
.link-list h2 a{
    text-decoration: none;
    color: inherit;
    }
.blog-articles-list time,
.event-list time,
.link-list time{
    color: #abb7c1;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    }
.no-sidebar .blog-articles-list,
.no-sidebar .event-list,
.no-sidebar .link-list{
    font-size: 0;
    margin: 0 -30px;
    }
.no-sidebar .blog-articles-list .blog-article,
.no-sidebar .blog-articles-list .event,
.no-sidebar .blog-articles-list .link,
.no-sidebar .event-list .blog-article,
.no-sidebar .event-list .event,
.no-sidebar .event-list .link,
.no-sidebar .link-list .blog-article,
.no-sidebar .link-list .event,
.no-sidebar .link-list .link{
    padding: 0 30px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    }
.no-sidebar .blog-articles-list .img-wrap,
.no-sidebar .event-list .img-wrap,
.no-sidebar .link-list .img-wrap{
    float: none;
    margin-bottom: 30px;
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    }
.link-list .link .img-wrap{
    max-width: 390px;
    text-align: center;
    margin-bottom: 20px;
    height: 170px;
    white-space: nowrap;
    }
.no-sidebar .link-list .link .img-wrap{
    background-color: #f5f8fa;
    }
.link-list .link .img-wrap:before{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
    }
.link-list .link a{
    text-decoration: none;
    }
.no-touchevents .link-list .link a:hover{
    text-decoration: underline;
    }
.link-list .link h3{
    margin-bottom: 22px;
    }
.link-list .link h3:first-child{
    margin-top: 0;
    }
.link-list .link ul{
    margin-bottom: 0;
    }
.link-list .link ul li{
    padding: 0;
    margin-bottom: 28px;
    }
.link-list .link ul li:last-child{
    margin-bottom: 0;
    }
.link-list .link ul li:before{
    display: none;
    }
.event-list .event .descr p{
    margin-bottom: 0;
    }
.event-list .event .descr p a{
    text-decoration: none;
    }
.no-touchevents .event-list .event .descr p a:hover{
    text-decoration: underline;
    }
.pager{
    margin: 65px 0 0;
    }
.pager ul{
    margin: 0;
    }
.pager ul li{
    display: inline-block;
    padding-left: 0;
    margin: 0;
    }
.pager ul li:before{
    display: none;
    }
.pager ul li a,
.pager ul li span{
    display: block;
    width: 27px;
    height: 27px;
    font-weight: 700;
    text-align: center;
    border: 1px solid;
    text-decoration: none;
    line-height: 25px;
    font-size: 14px;
    }
.pager ul li span{
    color: #000;
    }
.pager ul li.prev a,
.pager ul li.next a{
    padding: 0 6px;
    width: auto;
    }
.downloads a{
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    }
.no-touchevents .downloads a:hover{
    text-decoration: underline;
    }
address{
    font-style: normal;
    }
address .contacts{
    margin-top: 20px;
    }
address p{
    margin-bottom: 5px;
    line-height: 1.5em;
    }
address p i{
    font-size: 17px;
    margin-right: 10px;
    }
.map{
    height: 280px;
    margin-top: 20px;
    width: 100%;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    }
.other-loc{
    padding: 40px 0 25px;
    }
.other-loc .row{
    margin: 0 -20px 30px;
    margin-bottom: 30px !important;
    }
.other-loc .row .row-item{
    padding: 0 20px;
    margin-bottom: 30px;
    }
.other-loc .row .row-item:last-child{
    margin-bottom: 0;
    }
.other-loc h2{
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
    }
.other-loc .map{
    height: 169px;
    margin: 0 auto;
    max-width: 360px;
    }
.other-loc address{
    background-color: white;
    max-width: 360px;
    margin: 0 auto;
    padding: 25px 40px;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    }
.other-loc address p{
    font-size: 16px;
    }
.other-loc address h2,
.other-loc address h3,
.other-loc address h4,
.other-loc address h5,
.other-loc address h6{
    text-align: left;
    margin-bottom: 10px;
    }
.other-loc address *{
    margin-top: 0;
    }
.other-loc .big-map-block .row-item{
    width: 100%;
    font-size: 0;
    display: table;
    margin-bottom: 30px;
    }
.other-loc .big-map-block .row-item:last-child{
    margin-bottom: 0;
    }
.other-loc .big-map-block address{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    max-width: 100%;
    padding: 30px;
    }
.other-loc .big-map-block address img{
    float: left;
    max-width: 200px;
    width: 40%;
    margin-right: 35px;
    }
.other-loc .big-map-block address .descr{
    overflow: hidden;
    }
.other-loc .big-map-block address .descr h2{
    margin-bottom: 10px;
    text-align: left;
    }
.other-loc .big-map-block address .descr .row{
    margin-bottom: 0;
    }
.other-loc .big-map-block address .descr .row.two-in-row .row-item{
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
    }
.other-loc .big-map-block address .descr .row.two-in-row .row-item .box{
    margin-bottom: 10px;
    }
.other-loc .big-map-block address .descr .row.two-in-row .row-item .box p{
    margin-bottom: 0;
    line-height: 1.3em;
    }
.other-loc .big-map-block .map{
    max-width: 100%;
    width: 40%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    }
.event-detailed .box{
    margin-bottom: 10px;
    }
.event-detailed .box p{
    margin-bottom: 0;
    line-height: 1.3em;
    }
.event-detailed .box p a{
    text-decoration: none;
    }
.no-touchevents .event-detailed .box p a:hover{
    text-decoration: underline;
    }
.btn-box{
    margin: 40px 0 20px;
    }
.btn-box .btn{
    margin-right: 10px;
    margin-bottom: 20px;
    }
.btn-box .btn:last-child{
    margin-right: 0;
    }
.event-meta p{
    font-size: 22px;
    line-height: 1.3em;
    }
.board-list{
    font-size: 0;
    margin: 0 -15px;
    }
.board-list .item{
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 50px;
    }
.board-list .item .inner{
    max-width: 245px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    }
.no-touchevents .board-list .item a.inner:hover .img-wrap img{
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
    }
.no-touchevents .board-list .item a.inner:hover .descr h2{
    text-decoration: underline;
    }
.board-list .item .img-wrap{
    overflow: hidden;
    }
.board-list .item .img-wrap img{
    will-change: transform;
    -webkit-transform: scale(1.02) translate3d(0, 0, 0);
    transform: scale(1.02) translate3d(0, 0, 0);
    transition: all 1s;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    line-height: 0;
    }
.no-touchevents .board-list .item .img-wrap a:hover img{
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
    }
.board-list .item .descr{
    padding: 22px 20px 30px;
    }
.board-list .item .descr h2{
    margin: 0;
    color: #fff;
    }
.board-list .item .descr h2 a{
    color: inherit;
    text-decoration: none;
    }
.no-touchevents .board-list .item .descr h2 a:hover{
    text-decoration: underline;
    }
.board-list .item .descr p{
    margin-bottom: 5px;
    }
.board-list .item .descr p.position{
    margin-bottom: 5px;
    }
.board-list .item .descr p:last-child{
    margin-bottom: 0;
    }
.board-list .item .descr p a{
    color: inherit;
    }
.no-sidebar .board-list{
    margin: 0 -25px;
    }
.no-sidebar .board-list .item{
    padding: 0 25px;
    width: 25%;
    }
.no-sidebar .board-list .item .descr{
    padding: 22px 25px 30px;
    }
.board-column .item{
    margin-bottom: 45px;
    position: relative;
    }
.board-column .item:nth-child(2n){
    padding: 50px 0;
    }
.board-column .item:nth-child(2n):before{
    position: absolute;
    width: 3000px;
    right: -83px;
    top: 0;
    height: 100%;
    background-color: #f5f8fa;
    content: '';
    z-index: -1;
    }
.wo_bg .board-column .item:nth-child(2n):before{
    right: -66px;
    }
.board-column .item .img-wrap{
    position: relative;
    display: table;
    margin: 0 auto 20px;
    }
.board-column .item .img-wrap img{
    display: block;
    }
.board-column .item .img-wrap .name{
    padding: 10px 25px;
    }
.board-column .item .img-wrap .name h2{
    margin: 0;
    }
.board-column .item .img-wrap .name p{
    margin: 0;
    }
.board-column .item .img-wrap .name p a{
    color: inherit;
    }
.board-column .item .descr{
    overflow: hidden;
    }
.board-column .item .descr *:first-child{
    margin-top: 0;
    }
.no-sidebar .board-column .item:nth-child(2n){
    padding: 50px 0;
    }
.no-sidebar .board-column .item:nth-child(2n):before{
    left: 50%;
    right: auto;
    margin-left: -1500px;
    }
.no-sidebar .board-column .item .img-wrap{
    max-width: 40%;
    float: left;
    width: 100%;
    max-width: 388px;
    margin: 5px 60px 0 0;
    }
.sort{
    float: right;
    margin: 17px 0 35px;
    }
.sort .field-wrap{
    display: table-cell;
    width: 430px;
    }
.sort .field-wrap label{
    display: table-cell;
    font-size: 18px;
    white-space: nowrap;
    color: black;
    font-weight: 300;
    padding-right: 10px;
    }
.sort .field-wrap .sel-wrap{
    display: table-cell;
    width: 100%;
    }
.result-list{
    clear: both;
    }
.result-list .item{
    padding: 28px 0 35px;
    border-top: 1px solid #ccc;
    }
.result-list .item:last-child{
    padding-bottom: 0;
    }
.result-list .item h2{
    margin-top: 0;
    }
.result-list .item h2 a{
    text-decoration: none;
    }
.no-touchevents .result-list .item h2 a:hover{
    text-decoration: underline;
    }
.result-list .item .text{
    overflow: hidden;
    }
.result-list .item img{
    float: left;
    margin-right: 40px;
    margin-top: 5px;
    max-width: 40%;
    }
.num-results{
    font-size: 15px;
    color: black;
    font-weight: 400;
    float: left;
    margin: 23px 0 20px;
    }
.search{
    background-color: #f5f8fa;
    padding: 25px 30px 35px;
    margin-bottom: 30px;
    }
.search h3{
    margin-top: 0;
    font-size: 22px;
    }
.search .field-wrap{
    margin-bottom: 18px;
    }
.search .row{
    margin-bottom: 17px !important;
    }
.search .row .row-item{
    margin-bottom: 18px;
    }
.search form{
    margin-bottom: 0;
    }
.search .btn{
    margin-right: 20px;
    display: inline-block;
    /*@include small-mobile {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0;
      &:last-child {
        margin-bottom: 0;
      }
    }*/
    }
.search .btn:last-child{
    margin-right: 0;
    }
.simple-search{
    position: relative;
    }
.simple-search .btn{
    position: absolute;
    right: 0;
    line-height: normal;
    top: 0;
    width: 70px;
    margin: 0;
    font-size: 18px;
    padding: 0;
    height: 40px;
    }
.simple-search .field-wrap input{
    padding-right: 80px;
    }
.subscribe-form{
    max-width: 540px;
    }
.subscribe-form .check-wrap{
    margin-top: 20px;
    }
main .slick-slider{
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    }
main .slick-list.draggable{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.fb-page,
.fb-page iframe[style],
.fb-page span{
    width: 100% !important;
    }
#tribe-events{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    }
h2.tribe-events-page-title{
    text-align: left;
    }
main #tribe-events-calendar tbody tr:nth-child(2n+1){
    background: #fff;
    }
#tribe-events-calendar thead tr th{
    font-size: 14px;
    padding: 7px 0;
    }
.tribe-bar-disabled{
    display: none;
    }
#bbpress-forums li{
    padding-left: 0;
    }
#bbpress-forums li:before{
    display: none;
    }
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic{
    padding-left: 40px;
    padding-right: 20px;
    }
#bbpress-forums li.bbp-body ul.forum{
    padding-top: 23px;
    padding-bottom: 23px;
    }
#bbpress-forums li.bbp-header{
    padding: 35px 20px 35px 40px;
    }
#bbpress-forums li.bbp-header li{
    color: white;
    font-size: 24px;
    font-weight: 500;
    }
#bbpress-forums li.bbp-topic-freshness a{
    font-size: 14px;
    }
#bbpress-forums p.bbp-topic-meta img.avatar{
    margin-bottom: -5px;
    }
#bbpress-forums li a{
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
    }
#bbpress-forums li a.bbp-author-name{
    font-size: 14px;
    }
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta{
    color: black;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    }
#bbpress-forums li.bbp-footer{
    display: none;
    }
.wp-editor-container{
    border: none !important;
    }
#qt_bbp_topic_content_toolbar{
    border: 1px solid #e5e5e5 !important;
    }
.text-main-box #s2j_widget{
    margin-top: 40px;
    margin-bottom: 40px;
    }
main .text-main-box{
    text-align: center;
    padding: 23px 0 22px;
    }
main .text-main-box h2{
    margin: 0 0 46px;
    }
main .text-main-box h2 .board{
    margin: 30px auto 0;
    display: block;
    width: 121px;
    height: 3px;
    }
/*Fix events*/

#tribe-events{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    }
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{
    max-width: 100%;
    margin: 0 auto;
    }
#subscription-toggle a{
    color: #000;
    }
.wp-adminbar.header-ver3 nav > ul{
    margin-top: 120px;
    }
.wp-adminbar body{
    padding-top: 32px;
    }
.wp-adminbar #header,
.wp-adminbar .product-header,
.wp-adminbar .marks-filter{
    top: 32px;
    }
.table-wrap{
    margin: 25px auto;
    }
.table-wrap table{
    min-width: 600px;
    margin: 0;
    width: 100% !important;
    height: auto;
    }
.gsib_a{
    padding: 0 !important;
    }
.gsc-input-box{
    height: 40px !important;
    }
.gsc-search-box-tools .gsc-search-box .gsc-input{
    box-shadow: none;
    padding: 0 10px !important;
    height: 38px !important;
    }
.header-ver3 .gsc-search-box-tools .gsc-search-box .gsc-input{
    background: transparent !important;
    border: none !important;
    padding-left: 0 !important;
    }
.gsc-search-box .gsc-input > input{
    box-shadow: none !important;
    }
.header-ver3 .gsc-search-box .gsc-input > input{
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    }
.header-ver3 .gsc-input-box{
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    }
.header-ver3 input.gsc-search-button{
    border-bottom: none !important;
    }
.gsc-search-box .gsc-input > input:focus,
.gsc-input-box-focus,
.gsc-input-box-hover{
    box-shadow: none !important;
    }
.gsc-search-button{
    position: relative;
    box-shadow: none;
    }
.gsc-search-button input{
    box-shadow: none !important;
    }
input.gsc-search-button-v2{
    width: auto !important;
    padding: 12px !important;
    }
.gsc-control-cse,
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top,
.gsc-table-result tbody tr td{
    padding: 0 !important;
    }
main .gsc-control-cse .gs-spelling,
main .gsc-control-cse .gs-result .gs-title,
main .gsc-control-cse .gs-result .gs-title *{
    text-decoration: none;
    margin-bottom: 5px;
    height: auto;
    }
.no-touchevents main .gsc-control-cse .gs-spelling:hover,
.no-touchevents main .gsc-control-cse .gs-result .gs-title:hover,
.no-touchevents main .gsc-control-cse .gs-result .gs-title *:hover{
    text-decoration: underline;
    }
.gsc-table-result{
    border: none !important;
    }
.gsc-table-result tbody tr{
    background: none !important;
    }
.gsc-url-top{
    display: none !important;
    }
main .gs-web-image-box-portrait img.gs-image,
main .gs-web-image-box-landscape img.gs-image{
    max-width: 120px;
    max-height: 120px;
    }
main .gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
main .gs-image-box.gs-web-image-box.gs-web-image-box-landscape{
    width: 120px;
    height: auto;
    }
main .gsc-table-cell-thumbnail{
    width: 140px;
    }
main .gsc-table-cell-snippet-close{
    width: calc(100% - 140px);
    }
main .gsc-results .gsc-cursor-box{
    margin: 20px 0;
    }
main .gsc-results .gsc-cursor-box .gsc-cursor-page{
    width: 27px;
    height: 27px;
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 25px;
    transition: all .2s;
    }
main .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
main .gsc-results .gsc-cursor-box .gsc-cursor-current-page{
    text-decoration: none;
    }
main .gsc-webResult.gsc-result{
    margin-bottom: 20px;
    }
main .gcsc-branding,
main .gsc-resultsHeader,
main .gsc-adBlock{
    display: none;
    }
main .gsc-above-wrapper-area-container{
    border: none;
    }
main .gsc-above-wrapper-area-container tr{
    background: transparent !important;
    }
main .gsc-above-wrapper-area-container td{
    padding: 0 !important;
    }
main .gsc-result-info{
    padding: 0;
    }
main .gsc-selected-option-container{
    background: transparent;
    box-shadow: none;
    text-align: left;
    height: 40px;
    line-height: 38px;
    width: 260px;
    border: 1px solid #d0dae2;
    padding-left: 20px;
    border-radius: 4px;
    }
main .gsc-selected-option{
    font-size: 16px;
    }
main .gsc-control-cse .gsc-option-menu{
    width: 260px;
    border: 1px solid #d0dae2;
    }
main .gsc-control-cse .gsc-option-selector{
    background: none;
    height: auto;
    margin-top: 0;
    width: auto;
    top: 2px;
    right: 5px;
    }
main .gsc-control-cse .gsc-option-selector:after{
    content: '';
    font-family: 'FontAwesome';
    font-size: 23px;
    font-weight: 400;
    line-height: 38px;
    }
.img-overlay{
    padding: 40px 0 25px;
    }
.img-overlay .row{
    margin: 0 -10px;
    }
.img-overlay .row .row-item{
    margin-bottom: 20px;
    padding: 0 10px;
    }
.img-overlay .img-box{
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    }
.img-overlay .img-box:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    }
.img-overlay .img-box img{
    width: 100%;
    display: block;
    }
.img-overlay .img-box .text{
    position: absolute;
    top: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    overflow: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .2s;
    height: 100%;
    }
.img-overlay .img-box .text:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: all .2s;
    background-image: linear-gradient(180deg, #25a6ec 0%, rgba(71, 94, 204, 0.3) 100%);
    }
.img-overlay .img-box .text > *{
    position: relative;
    z-index: 1;
    }
.img-overlay .img-box .text p{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    }
.img-overlay .img-box .text .fa{
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    margin-bottom: -60px;
    opacity: 0;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    transition: all .2s;
    }
.no-touchevents .img-overlay .img-box:hover .text{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.no-touchevents .img-overlay .img-box:hover .text:after,
.no-touchevents .img-overlay .img-box:hover .text .fa{
    opacity: 1;
    }
.no-touchevents .img-overlay .img-box:hover .text .fa{
    margin-bottom: 0;
    opacity: 1;
    }
input[type="checkbox"],
input[type="radio"]{
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px !important;
    height: 17px;
    }
input[type="checkbox"] + label,
input[type="radio"] + label{
    cursor: pointer;
    }
input[type="checkbox"]:not(checked),
input[type="radio"]:not(checked){
    position: absolute;
    opacity: 0;
    }
form .row{
    margin: 0 -20px;
    }
form .row.two-in-row .row-item{
    padding: 0 20px;
    }
form .btn{
    display: table;
    margin: 20px 0 0;
    }
.select2-dropdown{
    border: 1px solid #d0dae2;
    background-color: #f7f7f7;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    }
.select2-dropdown ul li{
    padding: 8px 14px;
    }
.field-wrap,
.bbp-form{
    margin-bottom: 18px;
    }
.field-wrap:last-child,
.bbp-form:last-child{
    margin-bottom: 0;
    }
.field-wrap label,
.bbp-form label{
    display: block;
    color: #687b89;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875em;
    }
.field-wrap input:not(.ed_button),
.field-wrap textarea,
.bbp-form input:not(.ed_button),
.bbp-form textarea{
    height: 40px;
    border: 1px solid #d0dae2;
    border-radius: 4px;
    width: 100%;
    padding: 0 14px;
    }
.field-wrap textarea,
.bbp-form textarea{
    resize: none;
    height: 210px;
    padding: 10px 14px;
    overflow-y: auto;
    }
.field-wrap .select2-container--default .select2-selection--single,
.bbp-form .select2-container--default .select2-selection--single{
    height: 40px;
    border: 1px solid #d0dae2;
    border-radius: 4px;
    }
.field-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
.bbp-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
    padding: 0 45px 0 14px;
    color: #000;
    }
.field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow,
.bbp-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
    width: 40px;
    }
.field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,
.bbp-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    left: 0;
    text-align: center;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    }
.field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b:after,
.bbp-form .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
    content: '';
    font-family: 'FontAwesome';
    font-size: 23px;
    font-weight: 400;
    line-height: 38px;
    }
.field-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after,
.bbp-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after{
    content: '';
    }
.field-wrap .select2-container--open .select2-selection--single,
.bbp-form .select2-container--open .select2-selection--single{
    background-color: #f7f7f7;
    box-shadow: 0 2px 20px rgba(136, 153, 166, 0.15);
    }
.field-wrap.error input,
.bbp-form.error input{
    border: 1px solid #b62c2c;
    }
.field-wrap.error .error-message,
.bbp-form.error .error-message{
    color: #b62c2c;
    font-size: 13px;
    font-weight: 700;
    margin: 4px 0 0;
    }
.field-wrap.check-wrap input + label,
.bbp-form.check-wrap input + label{
    color: #444;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    }
 .mc-field-group.input-group input[type='checkbox'] + label:before,   
.field-wrap.check-wrap input + label:before,
.bbp-form.check-wrap input + label:before{
    content: '';
    width: 20px;
    height: 19px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 5px;
    border-radius: 3px;
    }
    
 .mc-field-group.input-group input[type='checkbox'] + label:after,    
.field-wrap.check-wrap input + label:after,
.bbp-form.check-wrap input + label:after{
    font-family: 'FontAwesome';
    content: '';
    position: absolute;
    left: 4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    font-weight: 100;
    color: #fff;
    transition: all .2s;
    top: -1px;
    font-size: 12px;
    }
     .mc-field-group.input-group input[type='checkbox']:checked + label:after, 
.field-wrap.check-wrap input:checked + label:after,
.bbp-form.check-wrap input:checked + label:after{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    }
.field-wrap.radio-wrap input + label,
.bbp-form.radio-wrap input + label{
    color: #444;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    }
.field-wrap.radio-wrap input + label:before,
.bbp-form.radio-wrap input + label:before{
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 5px;
    border-radius: 50%;
    }
.field-wrap.radio-wrap input + label:after,
.bbp-form.radio-wrap input + label:after{
    content: '';
    position: absolute;
    left: 6px;
    opacity: 0;
    font-weight: 100;
    color: #fff;
    transition: all .2s;
    top: 11px;
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
    }
.field-wrap.radio-wrap input:checked + label:after,
.bbp-form.radio-wrap input:checked + label:after{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    }
.wpcf7-acceptance input + .wpcf7-list-item-label,
.wpcf7-checkbox input + .wpcf7-list-item-label{
    padding-left: 30px;
    position: relative;
    }
.wpcf7-acceptance input + .wpcf7-list-item-label:before,
.wpcf7-checkbox input + .wpcf7-list-item-label:before{
    content: '';
    width: 20px;
    height: 19px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: 3px;
    }
.wpcf7-acceptance input + .wpcf7-list-item-label:after,
.wpcf7-checkbox input + .wpcf7-list-item-label:after{
    font-family: 'FontAwesome';
    content: '';
    position: absolute;
    left: 4px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    font-weight: 100;
    color: #fff;
    line-height: normal;
    transition: all .2s;
    top: 4px;
    font-size: 12px;
    }
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before{
    background: #475ecc;
    }
.wpcf7-acceptance input:checked + .wpcf7-list-item-label:after,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    }
.wpcf7-radio input + .wpcf7-list-item-label{
    padding-left: 30px;
    position: relative;
    }
.wpcf7-radio input + .wpcf7-list-item-label:before{
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: 50%;
    }
.wpcf7-radio input + .wpcf7-list-item-label:after{
    content: '';
    position: absolute;
    left: 6px;
    opacity: 0;
    font-weight: 100;
    color: #fff;
    transition: all .2s;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
    }
.wpcf7-radio input:checked + .wpcf7-list-item-label:after{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    }
.radio-box .radio-wrap{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    }
.radio-box .radio-wrap:last-child{
    margin-right: 0;
    }
.send-status{
    text-align: center;
    margin: 20px 0;
    }
.send-status i{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    display: block;
    margin: 0 auto 11px;
    }
.send-status i:before{
    line-height: 62px;
    }
.span.wpcf7-not-valid-tip{
    margin: 4px 0 0;
    }
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ok{
    padding: 0;
    color: #b62c2c;
    text-align: center;
    border: none;
    }
div.wpcf7-validation-errors:before,
div.wpcf7-spam-blocked:before,
div.wpcf7-mail-sent-ok:before{
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    line-height: 66px;
    border: 2px solid rgba(182, 44, 44, 0.5);
    color: #b62c2c;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    display: block;
    margin: 0 auto 11px;
    }
div.wpcf7-mail-sent-ok{
    color: #25a6ec;
    }
div.wpcf7-mail-sent-ok:before{
    content: "\f00c";
    color: #25a6ec;
    border: 2px solid rgba(37, 166, 236, 0.5);
    }
.wpcf7-select,
.wpcf7-form-control-wrap{
    width: 100%;
    }
.wpcf7-acceptance,
.wpcf7-checkbox input,
.wpcf7-radio input{
    position: relative;
    opacity: 1;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    }
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
    margin: 0 1em 0 0;
    }
.wpcf7-checkbox .wpcf7-list-item.last,
.wpcf7-radio .wpcf7-list-item.last{
    margin-right: 0;
    }
footer{
    padding: 47px 0 30px;
    position: relative;
    z-index: 1;
    }
footer .row{
    margin: 0 -10px;
    }
footer .row .row-item{
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: left;
    }
footer .row .row-item a{
    text-decoration: none;
    transition: all .2s;
    }
.no-touchevents footer .row .row-item a:hover{
    opacity: .8;
    text-decoration: underline;
    }
footer .row .row-item ul li{
    margin-bottom: 5px;
    }
footer .row .row-item ul li:last-child{
    margin-bottom: 0;
    }
footer .row .row-item h3{
    margin: 0 0 13px;
    }
footer .row .row-item .social{
    margin-top: 20px;
    }
footer .row .row-item .social ul li{
    margin-right: 25px;
    display: inline-block;
    }
footer .row .row-item .social ul li:last-child{
    margin-right: 0;
    }
footer .add-info{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
footer .add-info .row-item{
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    }
footer .row.two-in-row .row-item{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    }
footer .row.full-width .row-item{
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    }
footer .add-info .row-item p{
    margin-bottom: 0;
    }
footer .add-info .row-item p:last-child{
    margin-bottom: 0;
    }
footer .founders-logo{
   /* display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
	text-align: center !important;
	font-size: 0 !important;
    }
footer .founders-logo .item{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
   /* max-width: 33.333333%;*/
    margin: 0 0 20px;
	max-width: 200px;
    }
footer .full-width .founders-logo .item{
	min-width: 200px;
	}
footer .founders-logo .item img{
	max-width: 100%;
	}
footer .founders-logo .item:last-child{
    margin-right: 0;
    }
footer .founders-logo p{
    margin: 0 0 6px !important;
    }
footer .note{
    line-height: 1.5em;
    margin-bottom: 25px;
    }
footer .copyright{
    padding: 23px 0 0;
    border-top: 1px solid #181744;
    }
footer .copyright a{
    float: right;
    text-decoration: none;
    margin-top: -6px;
    transition: all .2s;
    }
.no-touchevents footer .copyright a:hover{
    opacity: .75;
    text-decoration: underline;
    }
footer .copyright a .fa{
    margin-right: 8px;
    vertical-align: top;
    margin-top: -4px;
    }

.secondary-footer-nav{
    margin: 8px 0 18px;
    }
.secondary-footer-nav li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 14px;
    }
.secondary-footer-nav li:after{
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    height: 14px;
    width: 1px;
    background: #fff;
    }
.secondary-footer-nav li:last-child:after{
    display: none;
    }
.secondary-footer-nav a{
    color: #fff;
    text-decoration: underline;
    }
.no-touchevents .secondary-footer-nav a:hover{
    opacity: .7;
    text-decoration: none;
    }
@media (min-width: 961px){
    html.fixed-header main{
        padding-top: 165px;
        }
    html.fixed-header.header-ver2 main{
        padding-top: 123px;
        }
    html.fixed-header.header-ver3 main{
        padding-top: 93px;
        }
    .header-ver3 #wrapper main:after, footer:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: opacity .2s;
        background: rgba(51, 51, 51, 0.9);
        }
    .header-ver3.menu-open #wrapper main:after, .header-ver3.menu-open footer:after{
        opacity: 1;
        z-index: 5;
        visibility: visible;
        }
    header .menu-wrap{
        height: auto !important;
        }
    .no-touchevents header nav > ul > li > a:hover{
        opacity: .8;
        }
    .desktop header nav > ul > li:hover > .submenu{
        visibility: visible;
        z-index: 5;
        }
    .desktop header nav > ul > li:hover > .submenu ul{
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    .mobile header nav > ul > li.has-child.nav-visible .submenu,
    .tablet header nav > ul > li.has-child.nav-visible .submenu{
        visibility: visible;
        z-index: 5;
        }
    .mobile header nav > ul > li.has-child.nav-visible .submenu ul,
    .tablet header nav > ul > li.has-child.nav-visible .submenu ul{
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 500px;
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul{
        width: 50%;
        padding: 5px 20px;
        }
    .desktop html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li:hover a{
        background: transparent;
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li > a{
        padding: 16px 0;
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li.nav-visible a i{
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li.nav-visible ul{
        display: block;
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li ul{
        opacity: 1;
        visibility: visible;
        display: none;
        position: relative;
        right: auto;
        margin-bottom: 15px;
        left: auto;
        top: auto;
        background: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li ul li{
        border-bottom: none;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li ul li:before{
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 6px;
        box-sizing: border-box;
        height: 6px;
        border-radius: 50%;
        }
    html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li ul li a{
        padding: 5px 0 5px 20px;
        background: transparent;
        }
    .desktop html:not(.header-ver3) header nav > ul > li > .submenu.col-2 > ul > li:hover ul li a{
        background: transparent;
        }
    .desktop header nav > ul > li > .submenu > ul > li:hover > ul{
        opacity: 1;
        visibility: visible;
        }
    .mobile header nav > ul > li > .submenu > ul > li.has-child.nav-visible > ul,
    .tablet header nav > ul > li > .submenu > ul > li.has-child.nav-visible > ul{
        opacity: 1;
        visibility: visible;
        }
    .no-touchevents header nav > ul > li > .submenu > ul ul li a:hover{
        background: #fff;
        }
    .header-ver2 header .logo{
        top: 47px;
        margin-top: 0;
        }
    .header-ver2 header .right-controls{
        float: none;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 0;
        }
    .header-ver2 header .right-controls:before{
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -1500px;
        background: #e6e9ec;
        height: 1px;
        width: 3000px;
        }
    .header-ver2 header .right-controls:after{
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        bottom: 0;
        z-index: -1;
        margin-left: -1500px;
        width: 3000px;
        }
    .header-ver2 header .right-controls .top-header{
        margin-bottom: 0;
        }
    .header-ver2 header .right-controls .top-header > *:first-child{
        float: left;
        }
    .header-ver2 header .text-box{
        text-align: left;
        width: 100% !important;
        margin-top: 10px;
        }
    .header-ver2 header .search-box{
        position: absolute;
        right: 0;
        width: auto;
        bottom: -55px;
        }
    .header-ver2 header .search-box .open-search{
        border: none;
        background: transparent;
        display: block;
        cursor: pointer;
        padding: 0;
        transition: all .2s;
        }
    .no-touchevents .header-ver2 header .search-box .open-search:hover{
        opacity: .65;
        }
    .header-ver2 header .search-box form{
        top: -80px;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        width: 368px;
        transition: all .2s;
        }
    .header-ver2 header nav{
        margin-right: 60px;
        float: right;
        margin-bottom: 13px;
        margin-top: 37px;
        }
    .header-ver2 header nav:before{
        display: none;
        }
    .header-ver2 header nav > ul > li{
        margin-right: 35px;
        }
    .header-ver2 header nav > ul > li.has-child{
        margin-right: 10px;
        }
    .header-ver2 header nav > ul > li.has-child a{
        padding-right: 25px;
        }
    .header-ver2 header nav > ul > li:last-child{
        margin-right: 0;
        }
    .header-ver2 header nav > ul > li > a{
        font-size: 18px;
        }
    .header-ver3 header{
        padding-bottom: 0;
        }
    .header-ver3 header .right-controls{
        margin-bottom: 0;
        }
    .header-ver3 header .right-controls:after{
        content: '';
        position: absolute;
        background: rgba(51, 51, 51, 0.9);
        right: -400px;
        width: 3000px;
        height: calc(100% + 10px);
        top: -10px;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: opacity .2s;
        }
    .header-ver3 header .right-controls .search-box{
        z-index: 5;
        }
    .header-ver3 header .right-controls .search-box form input{
        box-shadow: none;
        padding-left: 0;
        border: none;
        }
    .header-ver3 header nav{
        text-align: left;
        }
    .header-ver3 header nav > ul > li > .submenu > ul,
    .header-ver3 header nav > ul > li > .submenu{
        background: transparent !important;
        }
    .header-ver3 header .top-header{
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e6e9ec;
        }
    .header-ver3 header nav > ul > li > .submenu > ul ul li{
        border-bottom: none;
        }
    .header-ver3.desktop header nav > ul > li:hover > a .fa{
        -webkit-transform: translateY(0%) rotate(90deg);
        -ms-transform: translateY(0%) rotate(90deg);
        transform: translateY(0%) rotate(90deg);
        }
    .header-ver3.menu-open nav{
        left: 0;
        }
    .header-ver3.menu-open nav:after{
        opacity: 1;
        visibility: visible;
        }
    .header-ver3.menu-open header{
        padding-bottom: 0;
        }
    .header-ver3.menu-open header .right-controls:after{
        opacity: 1;
        z-index: 5;
        visibility: visible;
        }
    .header-ver3 .logo{
        left: 80px;
        top: 10px;
        margin-top: 0;
        }
    .header-ver3 #menu-toggle-wrapper{
        display: inline-block;
        right: auto;
        top: 45px;
        left: 20px;
        margin-top: -5px;
        }
    .header-ver3 nav{
        position: fixed;
        top: 0;
        z-index: 11;
        width: 50%;
        background: #fff;
        overflow-y: auto;
        left: -100%;
        height: 100%;
        min-width: 320px;
        transition: all .2s;
        }

    .header-ver3 nav:before{
        display: none;
        }



    .header-ver3 nav:after{
        content: '';
        background: #fff;
        position: fixed;
        transition: opacity .2s .2s;
        left: 0;
        z-index: 10;
        height: 80px;
        width: 50%;
        opacity: 0;
        visibility: hidden;
        top: 0;
        }
    .header-ver3 nav > ul{
        margin: 80px 0 40px;
        }
    .header-ver3 nav > ul > li{
        display: block;
        margin-right: 0;
        }
    .header-ver3 nav > ul > li > a{
        display: block;
        text-decoration: none;
        transition: all .2s;
        padding: 16px 20px 16px 0;
        }
    .header-ver3 nav > ul > li > a .fa{
        display: inline-block;
        margin-left: 20px;
        transition: all .2s;
        right: auto;
        top: auto;
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    .header-ver3 nav > ul > li > .submenu{
        position: relative;
        top: auto;
        left: auto;
        display: none;
        visibility: visible;
        padding-top: 6px;
        margin-bottom: 30px;
        z-index: 0;
        }
    .header-ver3 nav > ul > li > .submenu.col-2 ul{
        margin-bottom: 24px;
        }
    .header-ver3 nav > ul > li > .submenu.col-2 ul:last-child{
        margin-bottom: 0;
        }
    .header-ver3 nav > ul > li > .submenu > ul{
        width: 100%;
        box-shadow: none;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    .header-ver3 nav > ul > li > .submenu > ul:after{
        display: none;
        }
    .header-ver3 nav > ul > li > .submenu > ul > li{
        margin-left: 35px;
        margin-bottom: 24px;
        border-bottom: none;
        }
    .header-ver3 nav > ul > li > .submenu > ul > li:last-child{
        margin-bottom: 0;
        }
    .header-ver3 nav > ul > li > .submenu > ul > li > a{
        padding: 0;
        display: inline-block;
        transition: all .2s;
        text-decoration: none;
        background: transparent !important;
        }
    .header-ver3 nav > ul > li > .submenu > ul > li > a .fa{
        transition: all .2s;
        margin-left: 20px;
        right: auto;
        top: auto;
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    .header-ver3 nav > ul > li > .submenu > ul > li ul{
        position: relative;
        display: none;
        left: auto;
        box-shadow: none;
        background: #fff;
        top: auto;
        opacity: 1;
        width: 100%;
        margin-top: 20px;
        visibility: visible;
        }
    .header-ver3 nav > ul > li > .submenu > ul > li ul li{
        margin-bottom: 24px;
        margin-left: 20px;
        }
    .header-ver3 nav > ul > li > .submenu > ul > li ul li:last-child{
        margin-bottom: 0;
        }
    .header-ver3 nav > ul > li > .submenu > ul > li ul li a{
        display: inline-block;
        text-decoration: none;
        padding: 0;
        background: transparent !important;
        transition: all .2s;
        }
    .header-ver3 nav > ul > li > .submenu > ul > li.nav-visible.has-child > a .fa{
        -webkit-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
        }
    .header-ver3 nav > ul > li > .submenu > ul > li.nav-visible.has-child > ul{
        display: block;
        }
    .header-ver3 nav > ul > li.nav-visible.has-child > a .fa{
        -webkit-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
        }
    .header-ver3 nav > ul > li.nav-visible.has-child .submenu{
        display: block;
        }
    .header-ver3 nav > ul > li.nav-visible.has-child .submenu ul{
        opacity: 1;
        padding-right: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    .header-ver3 nav > ul > li.active a:after{
        display: none;
        }
    .fixed-header header.fixed{
        position: fixed;
        width: 100%;
        }
    .fixed-header header .top-header{
        height: 51px;
        margin: 0;
        }
    .fixed-header header .logo{
        transition: all .2s;
        opacity: 1;
        visibility: visible;
        }
    .fixed-header header.fixed{
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        padding-bottom: 10px;
        }
    .fixed-header header.fixed .logo{
        font-size: 0;
        margin-top: 0;
        }
    .fixed-header header.fixed .right-controls{
        margin: 0;
        }
    .fixed-header header.fixed nav:before{
        top: -15px;
        bottom: -15px;
        }
    .fixed-header header.fixed nav > ul > li.active > a::after{
        bottom: -10px;
        }
    .fixed-header header.fixed nav > ul > li > .submenu{
        padding-top: 10px;
        }
    .fixed-header header.fixed .top-header{
        height: 0;
        overflow: hidden;
        }
    .fixed-header:not(.header-ver2):not(.header-ver3) header{
        padding-top: 15px;
        }
    .fixed-header:not(.header-ver2):not(.header-ver3) header .right-controls{
        transition: height .2s;
        }
    .fixed-header:not(.header-ver2):not(.header-ver3) header.fixed .logo{
        opacity: 0;
        }
    .fixed-header:not(.header-ver2):not(.header-ver3) header.fixed nav > ul > li.active > a::after{
        bottom: -15px;
        }
    .fixed-header:not(.header-ver2):not(.header-ver3) header.fixed .right-controls{
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        height: 0;
        overflow: hidden;
        }
    .fixed-header.header-ver2 header .right-controls{
        transition: all .2s;
        }
    .fixed-header.header-ver2 nav{
        transition: all .2s;
        }
    .fixed-header.header-ver2 .top-header{
        height: auto;
        }
    .fixed-header.header-ver2 .logo{
        transition: all .2s;
        }
    .fixed-header.header-ver2 .search-box{
        transition: top .2s;
        }
    .fixed-header.header-ver2 header.fixed{
        padding-bottom: 23px;
        }
    .fixed-header.header-ver2 header.fixed .right-controls{
        height: 0;
        padding-bottom: 0;
        margin: 0;
        }
    .fixed-header.header-ver2 header.fixed .right-controls:after{
        display: none;
        }
    .fixed-header.header-ver2 header.fixed .right-controls .top-header,
    .fixed-header.header-ver2 header.fixed .right-controls .text-box{
        display: none;
        }
    .fixed-header.header-ver2 header.fixed .search-box{
        top: 15px;
        }
    .fixed-header.header-ver2 header.fixed .top-header{
        height: auto;
        }
    .fixed-header.header-ver2 header.fixed .logo{
        top: 2px;
        }
    .fixed-header.header-ver2 header.fixed nav{
        margin-top: 19px;
        }
    .fixed-header.header-ver2 header.fixed nav > ul > li.active > a::after{
        bottom: -15px;
        }
    .fixed-header.header-ver2 header.fixed nav > ul > li > .submenu{
        padding-top: 15px;
        }
    .fixed-header.header-ver2 header.fixed .right-controls::before{
        display: none;
        }
    .fixed-header.header-ver3 header .top-header{
        z-index: 1;
        height: auto;
        margin-bottom: 15px;
        }
    .fixed-header.header-ver3 header.fixed{
        height: auto;
        padding-bottom: 0;
        }
    .fixed-header.header-ver3 header.fixed nav{
        margin-top: 15px;
        }
    .fixed-header.header-ver3 header.fixed .right-controls{
        margin: 0;
        }
    .fixed-header.header-ver3 header.fixed .text-box{
        display: none;
        }
    .fixed-header.header-ver3 header.fixed nav > ul > li.active > a::after{
        bottom: -15px;
        }
    .fixed-header.header-ver3 header.fixed nav > ul > li > .submenu{
        padding-top: 15px;
        }
    }
@media (max-width: 1150px){
    header nav > ul > li{
        margin-right: 40px;
        }
    .other-loc .big-map-block .row-item{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        }
    .other-loc .big-map-block address{
        display: inline-block;
        width: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        max-width: 360px;
        }
    .other-loc .big-map-block address img{
        display: block;
        float: none;
        margin: 0 auto 15px;
        }
    .other-loc .big-map-block .map{
        width: 100%;
        display: inline-block;
        height: 200px !important;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        max-width: 360px;
        }
    .board-list .item{
        width: 50%;
        }
    .no-sidebar .board-list .item{
        width: 33.33333%;
        }
    .sort{
        float: none;
        margin-bottom: 20px;
        }
    .result-list .item img{
        width: auto;
        float: none;
        display: table;
        margin: 0 auto 15px;
        }
    .no-sidebar .result-list .item img{
        float: left;
        margin-right: 40px;
        margin-top: 5px;
        max-width: 40%;
        width: auto;
        }
    .num-results{
        margin-top: 0;
        float: none;
        }
    }
@media screen and (max-width: 1050px){
    .wp-adminbar #wp-admin-bar-site_settings{
        display: none;
        }
    }
@media (max-width: 1024px){
    .no-sidebar table thead tr th{
        padding-left: 15px;
        }
    .no-sidebar table tbody tr td{
        padding-left: 15px;
        }
    .content-box.wo_bg aside:after{
        left: -1px;
        }
    .content-box:not(.no-sidebar) .row.two-in-row .row-item{
        width: 100%;
        }
    .content-box.no-sidebar .content{
        padding: 20px 0 40px 0;
        }
    .content-box.no-sidebar .content .key-features .row .row-item{
        width: 25%;
        }
    .content-box .content{
        padding: 20px 30px 40px 0;
        }
    .content-box .content .key-features .row .row-item{
        width: 33.33333%;
        }
    .main-events .row .row-item .descr{
        padding: 35px 20px 30px;
        }
    .topics .topics-list .row-item{
        width: 33.33333%;
        }
    .topics .topics-list.four-in-row .row-item{
        width: 50%;
        }
    .feeds .row.two-in-row.has-big-item{
        margin: 0 -20px;
        }
    .feeds .row.two-in-row.has-big-item .row-item{
        padding: 0 20px;
        }
    .feeds .row.three-in-row{
        margin: 0 -20px;
        }
    .feeds .row.three-in-row .row-item{
        padding: 0 20px;
        }
    .other-loc .big-map-block address .descr .row.two-in-row .row-item{
        width: 100%;
        }
    .wo_bg .board-column .item:nth-child(2n):before{
        right: -34px;
        }
    .board-column .item:nth-child(2n):before{
        right: -33px;
        }
    .no-sidebar .board-column .item .img-wrap{
        margin: 5px 30px 0 0;
        }
    .wp-adminbar.header-ver3 nav > ul{
        margin-top: 0;
        }
    .img-overlay .row .row-item{
        width: 50%;
        }
    footer .add-info .row-item{
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        }
    }
@media (max-width: 960px){
    main .text-box{
        padding: 25px 20px 30px;
        }
    main .text-box .btn-box:after{
        left: -20px;
        right: -20px;
        }
    html.menu-open{
        overflow-y: hidden;
        }
    html.fixed-header{
        padding-top: 70px;
        }
    html.fixed-header main{
        padding-top: 0 !important;
        }
    header{
        padding: 0;
        }
    header .logo{
        position: relative;
        left: auto;
        margin-top: 10px;
        }
    header .menu-wrap{
        position: absolute;
        right: -360px;
        overflow-y: auto;
        top: 0;
        padding: 0 20px;
        max-width: 360px;
        width: 100%;
        background: #fff;
        height: 100vh;
        transition: all .2s;
        }
    .menu-open header .menu-wrap{
        right: 0;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        }
    .menu-open header .menu-wrap:after{
        content: '';
        height: 80px;
        position: fixed;
        top: 0;
        z-index: 9;
        right: 0;
        width: 360px;
        }
    header .right-controls{
        float: none;
        padding-top: 80px;
        }
    header .right-controls .top-header > *{
        margin-right: 20px;
        }
    header .right-controls .top-header .subscribe{
        display: none;
        }
    header .right-controls .top-header .lang{
        float: right;
        top: 2px;

        }
    header .right-controls .top-header .lang.dropdown-wrap{
        margin-top: 4px;
        }
    header .right-controls .top-header .lang.dropdown-wrap span{
        margin-left: auto;
        }

    .topics-page  .topic-title h1,
    .topics-page .topic-title .search-box-topic,
    .topics-template .topic-title h1,
    .topics-template .topic-title .search-box-topic,
    header .right-controls .search-box{
        float: none;
        width: 100%;
        }

    header nav:before{
        display: none;
        }
    header nav{
        margin: 0 -20px;
        overflow-y: auto;
        }
    header nav > ul{
        padding-bottom: 20px;
        }
    header nav > ul > li.active > a:after{
        display: none;
        }
    header nav > ul > li.has-child{
        margin-right: 0;
        }
    header nav > ul > li.has-child a{
        padding-right: 50px;
        }
    header nav > ul > li{
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #e0e5ea;
        }
    header nav > ul > li > a{
        display: block;
        padding: 16px 20px;
        }
    header nav > ul > li > a .fa{
        right: 15px;
        display: block;
        }
    header nav > ul > li.has-child.nav-visible .submenu{
        display: block;
        }
    header nav > ul > li.has-child.nav-visible .submenu ul{
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    header nav > ul > li > .submenu.col-2{
        margin-bottom: 20px;
        }
    header nav > ul > li > .submenu.col-2:last-child{
        margin-bottom: 0;
        }
    header nav > ul > li > .submenu{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: none;
        visibility: visible;
        padding-top: 0;
        z-index: 0;
        }
    header nav > ul > li > .submenu > ul{
        width: 100%;
        box-shadow: none;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        }
    header nav > ul > li > .submenu > ul > li.has-child.nav-visible > a i{
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        }
    header nav > ul > li > .submenu > ul > li.has-child.nav-visible > ul{
        display: block;
        }
    header nav > ul > li > .submenu > ul > li > a{
        padding: 15px 40px 15px 30px;
        }
    header nav > ul > li > .submenu > ul ul{
        position: relative;
        display: none;
        left: auto;
        right: auto !important;
        box-shadow: none;
        top: auto;
        opacity: 1;
        width: 100%;
        visibility: visible;
        }
    header nav > ul > li > .submenu > ul ul li a{
        padding: 16px 45px;
        background: #fff;
        }
    #menu-toggle-wrapper{
        display: inline-block;
        margin-left: 20px;
        }
    .fixed-header header{
        position: fixed;
        width: 100%;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        padding: 0;
        top: 0;
        left: 0;
        }
    .content-box:after{
        right: 0;
        width: 375px;
        }
    .content-box.bg_fwidth:after{
        left: calc(100% - 377px);
        }
    .content-box.no-sidebar .content{
        width: 100%;
        padding: 20px 0 40px 0;
        }
    .content-box.no-sidebar .content .img-overlay .row .row-item .img-box .text p{
        font-size: 24px;
        }
    .content-box.no-sidebar .content .img-overlay .row .row-item .img-box .text .fa{
        height: 60px;
        width: 60px;
        line-height: 58px;
        font-size: 24px;
        }
    .content-box .content{
        width: calc(100% - 355px);
        padding: 20px 20px 40px 0;
        }
    .content-box .content .img-overlay .row .row-item{
        width: 100%;
        }
    .content-box .content .img-overlay .row .row-item .img-box .text p{
        font-size: 24px;
        }
    .content-box .content .img-overlay .row .row-item .img-box .text .fa{
        height: 60px;
        width: 60px;
        line-height: 58px;
        font-size: 24px;
        }
    .content-box aside{
        width: 350px;
        padding: 35px 0 30px 20px;
        }
    .change-style{
        display: none;
        }
    .feeds .row.two-in-row{
        margin: 0 -20px;
        }
    .feeds .row.two-in-row .row-item{
        padding: 0 20px;
        }
    .feeds .row.three-in-row.has-big-item .row-item{
        width: 33.33333%;
        }
    .feeds .row.three-in-row.has-big-item .row-item.big-item{
        width: 33.33333%;
        }
    .feeds .row.four-in-row{
        margin: 0 -20px;
        }
    .feeds .row.four-in-row .row-item{
        width: 50%;
        padding: 0 20px;
        }
    .other-loc address{
        padding: 20px;
        }
    .wo_bg .board-column .item:nth-child(2n):before{
        right: -23px;
        }
    .default .board-column .item:nth-child(2n):before{
        right: -20px;
        }
    .board-column .item:nth-child(2n):before{
        right: -18px;
        }
    #bbpress-forums li.bbp-body ul.forum,
    #bbpress-forums li.bbp-body ul.topic{
        padding-left: 20px;
        }
    #bbpress-forums li.bbp-body ul.forum{
        padding-top: 10px;
        padding-bottom: 10px;
        }
    #bbpress-forums li.bbp-header{
        padding: 20px;
        }
    #bbpress-forums li.bbp-header li{
        font-size: 18px;
        }
    #bbpress-forums li a{
        font-size: 16px;
        }
    #bbpress-forums .bbp-forum-info .bbp-forum-content,
    #bbpress-forums p.bbp-topic-meta{
        font-size: 14px;
        }
    .wp-adminbar #wp-admin-bar-cs-explain,
    .wp-adminbar #wp-admin-bar-new_draft{
        display: none;
        }
    .wp-adminbar.fixed-header{
        padding-top: 100px;
        }
    .wp-adminbar.fixed-header body{
        padding-top: 0;
        }
    .wp-adminbar.fixed-header header{
        top: 32px;
        }
    form .row.two-in-row .row-item{
        width: 100%;
        }
    footer .row .row-item{
        width: 33.33333% !important;
        }
    }
@media (max-width: 860px){
    .article-controls{
        float: none;
        }
    .content-box:after{
        display: none;
        }
    .content-box.wo_bg aside{
        background: none;
        }
    .content-box.wo_bg aside:after{
        left: 20px;
        right: 20px;
        height: 1px;
        top: 0;
        width: auto;
        bottom: auto;
        }
    .content-box:not(.no-sidebar) .row{
        margin: 0 -20px 40px;
        }
    .content-box:not(.no-sidebar) .row:last-child{
        margin-bottom: 0;
        }
    .content-box:not(.no-sidebar) .row.two-in-row .row-item{
        width: 50%;
        }
    .content-box.no-sidebar .content .row{
        margin: 0 -20px 40px;
        }
    .content-box.no-sidebar .content .row:last-child{
        margin-bottom: 0;
        }
    .content-box.no-sidebar .content .img-overlay .row .row-item{
        width: 50%;
        }
    .content-box.no-sidebar .content .img-overlay .row .row-item .img-box .text p{
        font-size: 20px;
        }
    .content-box.no-sidebar .content .img-overlay .row .row-item .img-box .text .fa{
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 20px;
        }
    .content-box .content{
        width: 100%;
        padding-right: 0;
        }
    .content-box .content .img-overlay .row .row-item{
        width: 50%;
        }
    .content-box .content .img-overlay .row .row-item .img-box .text p{
        font-size: 20px;
        }
    .content-box .content .img-overlay .row .row-item .img-box .text .fa{
        height: 50px;
        width: 50px;
        line-height: 48px;
        font-size: 20px;
        }
    .content-box .content .key-features .row .row-item{
        width: 25%;
        }
    .content-box aside{
        width: calc(100% + 40px);
        display: block;
        margin: 0 -20px;
        padding: 30px 20px 50px;
        background: rgba(0, 0, 0, 0.05);
        }
    .content-box aside .text-box{
        padding: 23px 20px 30px;
        }
    .slider-box.slider-right .text,
    .slider-box.slider-left .text{
        padding-left: 0;
        }
    .slider-box.slider-right .text .container,
    .slider-box.slider-left .text .container{
        padding: 0 20px;
        max-width: 100%;
        }
    .slider-box.slider-right .slider-wrap,
    .slider-box.slider-left .slider-wrap{
        width: 100%;
        left: auto;
        top: auto;
        position: relative;
        height: 300px;
        right: auto;
        }
    .slider-box.slider-right .text{
        padding-right: 0;
        }
    .main-events .row{
        text-align: center;
        }
    .main-events .row .row-item{
        width: 50%;
        margin-bottom: 40px;
        }
    .feeds .row.two-in-row.has-big-item .row-item{
        width: 50%;
        }
    .feeds .row.two-in-row.has-big-item .row-item.big-item{
        width: 50%;
        }
    .feeds .row.three-in-row .row-item{
        width: 50% !important;
        }
    .no-sidebar .board-list .item{
        width: 50%;
        }
    .result-list .item img{
        float: left;
        margin-right: 20px;
        margin-top: 5px;
        max-width: 40%;
        width: auto;
        }
    .no-sidebar .result-list .item img{
        float: left;
        margin-right: 20px;
        margin-top: 5px;
        max-width: 40%;
        width: auto;
        }
    }
@media screen and (max-width: 782px){
    .wp-adminbar body{
        padding-top: 46px;
        }
    .wp-adminbar #header,
    .wp-adminbar .product-header,
    .wp-adminbar .marks-filter{
        top: 46px;
        }
    .wp-adminbar #wp-admin-bar-new_draft a:before{
        width: 40px !important;
        top: 2px !important;
        }
    .wp-adminbar #wpadminbar #wp-admin-bar-new_draft > .ab-item{
        width: 40px !important;
        }
    .wp-adminbar.fixed-header header{
        top: 46px;
        }
    }
@media (max-width: 767px){
    .content-box.no-sidebar .content .row.two-in-row .row-item{
        width: 100%;
        }
    .slider-box.slider-fw .slider-wrap .slider .slide .text h2{
        font-size: 36px;
        }
    .no-sidebar .blog-articles-list .blog-article,
    .no-sidebar .blog-articles-list .event,
    .no-sidebar .blog-articles-list .link,
    .no-sidebar .event-list .blog-article,
    .no-sidebar .event-list .event,
    .no-sidebar .event-list .link,
    .no-sidebar .link-list .blog-article,
    .no-sidebar .link-list .event,
    .no-sidebar .link-list .link{
        width: 100%;
        }
    .other-loc .row .row-item{
        width: 100%;
        margin-bottom: 40px !important;
        }
    .other-loc .row .row-item:last-child{
        margin-bottom: 0;
        }
    .no-sidebar .board-column .item .img-wrap{
        float: none;
        display: table;
        margin: 0 auto 20px;
        max-width: 100%;
        }
    .img-overlay .img-box .text p{
        font-size: 20px;
        }
    .img-overlay .img-box .text .fa{
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 24px;
        }
    }
@media screen and (max-width: 700px){
    main .gsc-table-cell-thumbnail{
        display: none;
        }
    main .gsc-table-cell-snippet-close{
        display: block;
        width: 100%;
        }
    main .gsc-above-wrapper-area-container td{
        display: block;
        }
    main .gsc-orderby-container{
        text-align: left;
        margin: 20px 0;
        }
    main .gsc-control-cse .gsc-option-menu-container{
        text-align: right;
        }
    }
@media (max-width: 640px){
    main table thead tr th{
        font-size: 20px;
        height: 60px;
        }
    main table tbody tr td{
        font-size: 16px;
        }
    .content-box:not(.no-sidebar) .row.two-in-row .row-item{
        width: 100%;
        }
    .content-box.no-sidebar .content .img-overlay .row .row-item{
        width: 100%;
        }
    .content-box.no-sidebar .content .img-overlay .row .row-item .img-box{
        max-width: 350px;
        margin: 0 auto;
        }
    .content-box.no-sidebar .content .key-features .row .row-item{
        width: 50%;
        }
    .content-box .content .img-overlay .row .row-item{
        width: 100%;
        }
    .content-box .content .img-overlay .row .row-item .img-box{
        max-width: 350px;
        margin: 0 auto;
        }
    .content-box .content .key-features .row .row-item{
        width: 50%;
        }
    .key-features .row .row-item{
        width: 50%;
        margin-bottom: 40px;
        }
    .key-features .row .row-item:nth-last-child(-n+2){
        margin-bottom: 0;
        }
    .main-events .row .row-item{
        width: 100%;
        max-width: 350px;
        margin: 0 auto 40px;
        }
    .topics .topics-list .row-item{
        width: 50%;
        }
    .feeds .row.three-in-row .row-item{
        width: 100% !important;
        }
    .feeds .row .row-item{
        width: 100% !important;
        }
    .no-sidebar .board-list{
        margin: 0 -15px;
        }
    .no-sidebar .board-list .item{
        padding: 0 15px;
        }
    .result-list .item img{
        width: auto;
        float: none;
        max-width: 70%;
        display: table;
        margin: 0 auto 15px;
        }
    .no-sidebar .result-list .item img{
        width: auto;
        float: none;
        max-width: 70%;
        display: table;
        margin: 0 auto 15px;
        }
    .table-wrap{
        overflow-x: auto;
        }
    footer .add-info .row-item, footer .row.two-in-row .row-item{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        }
    .feeds .row.two-in-row .row-item:nth-child(2n) {
        margin-top: 20px;
    }
    .feeds .row.two-in-row .row-item:first-child {
        border-right: none;
    }
@media screen and (max-width: 600px){
    .wp-adminbar #wpadminbar{
        position: fixed;
        }
    }
@media (max-width: 540px){
    main .btn,
    main #bbp_topic_submit,
    main #bbp_reply_submit{
        padding: 0 20px;
        }
    img.alignleft{
        float: none;
        max-width: 100%;
        display: block;
        }
    img.alignright{
        float: none;
        max-width: 100%;
        display: block;
        }
    .top-img.with-bg{
        height: auto;
        padding: 100px 0;
        }
    .top-img.with-bg .text{
        position: relative;
        left: auto;
        bottom: auto;
        }
    .top-img.small{
        padding: 0;
        }
    .top-img .text{
        position: relative;
        left: auto;
        bottom: auto;
        }
    .top-img .text h1,
    .top-img .text .title{
        font-size: 36px;
        }
    .content-box.no-sidebar .content .img-overlay{
        padding: 0;
        }
    .content-box .content .img-overlay{
        padding: 0;
        }
    .faq-toggle .question-wrap{
        padding: 20px;
        }
    .faq-toggle .question-wrap h2{
        font-size: 20px;
        padding-left: 35px;
        }
    .faq-toggle .question-wrap h2 i{
        font-size: 24px;
        }
    .faq-toggle .question-wrap .answer{
        font-size: 16px;
        padding-left: 0;
        }
    .slider-box.slider-fw .slider-wrap .slider .slide{
        min-height: 0;
        }
    .slider-box.slider-fw .slider-wrap .slider .slide .text h2{
        font-size: 30px;
        }
    .slider-box.slider-fw .slider-wrap .slider .slide .text{
        padding-top: 20px;
        }
    .blog-articles-list .img-wrap,
    .event-list .img-wrap,
    .link-list .img-wrap{
        width: 100%;
        float: none;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
        }
    .no-sidebar .blog-articles-list .img-wrap,
    .no-sidebar .event-list .img-wrap,
    .no-sidebar .link-list .img-wrap{
        margin-bottom: 20px;
        }
    .other-loc .big-map-block address{
        padding: 20px;
        }
    .board-list .item{
        width: 100% !important;
        margin-bottom: 30px;
        }
    .search{
        margin: 0 -20px 40px;
        padding: 25px 20px;
        }
    .img-overlay .row .row-item{
        width: 100%;
        }
    footer .row .row-item{
        width: 50% !important;
        }
    footer .founders-logo .item{
        max-width: 50%;
        }
    footer .copyright a{
        float: none;
        display: block;
        text-align: center;
        margin-top: 15px;
        }
    }
@media (max-width: 520px){
    .secondary-footer-nav{
        text-align: center;
        }
    }
@media (max-width: 480px){
    main ol,
    main ul{
        margin-left: 0;
        }
    main ol{
        margin-left: 20px;
        }
    main ol li ol{
        margin-left: 15px;
        }
    main ul li{
        padding-left: 25px;
        }
    main ul li:before{
        left: 0;
        }
    main ul li ul li:before{
        left: 0;
        }
    main .text-box{
        margin: 0 -20px 40px;
        }
    .faq-toggle{
        margin: 40px -20px;
        }
    .topics .topics-list .row-item{
        width: 100%;
        }
    .topics .topics-list.four-in-row .row-item{
        width: 100%;
        }
    .blog-articles-list.link-column .link,
    .event-list.link-column .link,
    .link-list.link-column .link{
        width: 100%;
        }
    #bbpress-forums{
        margin: 0 -20px;
        }
    #bbpress-forums li.bbp-header li{
        font-size: 16px;
        }
    #bbpress-forums li.bbp-topic-freshness a{
        font-size: 12px;
        }
    #bbpress-forums li a{
        font-size: 14px;
        }
    #bbpress-forums li a.bbp-author-name{
        font-size: 12px;
        }
    #bbpress-forums .bbp-forum-info .bbp-forum-content,
    #bbpress-forums p.bbp-topic-meta{
        font-size: 12px;
        }
    div.bbp-template-notice,
    div.indicator-hint,
    .bbp-pagination-count{
        margin-left: 20px;
        margin-right: 20px;
        }
    }
@media screen and (max-width: 480px){
    main .gsc-selected-option-container{
        width: 210px;
        }
    }
@media (max-width: 360px){
    footer .row .row-item{
        width: 100% !important;
        }
    }
@media screen and (max-width: 320px){
    #bbpress-forums p.bbp-topic-meta img.avatar{
        margin-bottom: -2px;
        }
    li.bbp-forum-reply-countm li.bbp-topic-freshness{
        float: right;
        }
    }
@media (min-width: 961px) and (max-width: 960px){
    .header-ver2 header .search-box .open-search{
        display: none;
        }
    .header-ver3.menu-open nav{
        left: auto;
        }
    .header-ver3 nav > ul{
        margin-top: 20px;
        }
    }
@media (min-width: 961px) and (max-width: 1150px){
    .header-ver2 header nav > ul > li{
        margin-right: 20px;
        }
    .header-ver2 header nav > ul > li > a{
        font-size: 16px;
        }
    }
@media (min-width: 961px) and (max-width: 860px){
    .header-ver3 nav > ul > li > .submenu > ul > li > a{
        font-size: 18px;
        }
    }
@media (max-width: 420px){
    .secondary-footer-nav{
        margin: 8px 0 48px;
        }
    .secondary-footer-nav li{
        display: block;
        }
    .secondary-footer-nav li:after{
        display: none;
        }
    }
@media print{
    /*07.06.2018*/
    .hide-print{
        display: none !important;
        }
    header{
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
        border: none !important;
        background: none !important;
        }
    header .menu-wrap, #menu-toggle-wrapper{
        display: none;
        }
    header .logo{
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        }
    .article-controls, .footer-nav{
        display: none;
        }

    main h1{
        margin-top: 10px !important;
        }
    footer .founders-logo img{
        filter: gray;
        -webkit-filter: grayscale(100%);
        }
    }
/*# sourceMappingURL=../maps/main.css.map */
/*Ggl*/
.goog-te-menu-frame {
	max-width:100% !important;
	}
.goog-te-menu2 {
	max-width: 100% !important;
	overflow: scroll !important;
	box-sizing:border-box !important;
	height:auto !important;
	}


/* Widgets styles fix */

#s2j_widget{
    z-index: 1;
}

aside select[name=wp-category-archive-dropdown] {
	width:100%;
}


/* New ylr home page blocks */
section .container {
	padding: 1px 20px;
}

section.subscribe {
	text-align: center;
}

section.white {
	background-color: #fff;
}
section.grey {
	background-color: #ddd;
}
section.blue {
	background-color: #39477b;
}
section.lightgrey {
	background-color: #f7f8fc;
}

@media (min-width: 961px) {
    header nav > ul > li:last-child > .submenu > ul ul {
        left: 100%;
        right:auto;
    }
}
