body {
  font-family: 'GothamPro';
  color: #232323;
}
.main{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.table{
    display: table;
    table-layout: fixed;
    margin-bottom: 0;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

#top{
    background: #10b9e4;
    font-size: 11px;
    font-family: 'GothamPro-Medium';
    color: white;
    height: 20px;
    line-height: 17px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 102;
}
.overlay{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

/*--------------*/
/* Header block */
/*--------------*/
header{
    border-bottom: solid 1px #e4e4e4;
    height: 55px;
    box-sizing: border-box;
    position: fixed;
    top: 20px;
    background: white;
    width: 100%;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    z-index: 101;
}
header .logo{
    display: inline-block;
    vertical-align: top;
    height: 55px;
    padding: 10px 0;
    box-sizing: border-box;
    outline: none;
}
header .logo img{
    max-height: 55px;
    min-width: 85px;
}
header .send_request{
    display: inline-block;
    background: #10b9e4;
    color: white;
    text-align: center;
    width: 140px;
    height: 30px;
    line-height: 28px;
    margin: 12px 25px 12px 0;
    text-decoration: none;
    font-family: 'GothamPro-Medium';
    font-size: 13px;
    border-radius: 3px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
header .send_request:hover{
    background: #13a4c9;
}
header .login{
    color: #6b6b6b;
    font-family: 'GothamPro';
    font-size: 13px;
    cursor: pointer;
}
header .login:hover{
    font-weight: 700;
}
header .menu-mobile{
    cursor: pointer;
}
header.fixed{
    top: 0;
    z-index: 101;
}

/** Navigation **/
nav{
    display: inline-block;
    height: 55px;
    line-height: 55px;
}
nav .nav_item{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #171717;
    font-family: 'GothamPro';
    text-decoration: none;
    margin: 0 10px;
    height: 55px;
    box-sizing: border-box;
}
nav .nav_item:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}
/*nav .nav_item.blue:after{
    background: #318dc6;
}
nav .nav_item.red:after{
    background: #cf4b58;
}
nav .nav_item.viol:after{
    background: #4d4f5b;
}
nav .nav_item.grey:after{
    background: #81648d;
}
nav .nav_item.orange:after{
    background: #f5ab37;
}
nav .nav_item.green:after{
    background: #14a79d;
}*/
nav .nav_item:hover,
nav .nav_item.active{
    font-weight: 700;
}
nav .nav_item:hover:after,
nav .nav_item.active:after{
    width: 100%;
}

/** Search **/
.search{
    display: inline-block;
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}
.search .search_icon{
    background: url("/blog/img/search-01.svg");
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.search .search-form{
    display: none;
    position: absolute;
    right: 40px;
    top: 10px;
}
.search .search-form .input{
    border: solid 1px #9b9b9b;
    width: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search .search-form.active .input{
    width: 100%;
    opacity: 1;
}
.search.mobile{
    display: none;
}

/*------------*/
/* Categories */
/*------------*/
.category{
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-family: 'GothamPro-Medium';
    display: inline-block;
    padding: 3px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

/*-----------*/
/* Favorites */
/*-----------*/
.favorites{
    background: url("/blog/img/metrics/fav-01.svg");
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0 0 5px;
    cursor: pointer;
}
.favorites:hover,
.favorites.active{
    background: url("/blog/img/fav-hov.svg");
}

/*------*/
/* Time */
/*------*/
.time{
    color: white;
    font-size: 12px;
    font-family: 'GothamPro';
}
.time .icon{
    background: url("/blog/img/metrics/time-01.svg");
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

/*-------------*/
/* Author name */
/*-------------*/
.author-name{
    font-size: 12px;
    color: white;
    font-family: 'GothamPro-Medium';
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}
.author-name:hover{
color: white;
}
/*--------*/
/* Inputs */
/*--------*/
.input{
    background: white;
    border: none;
    color: #9b9b9b;
    font-size: 12px;
    font-family: 'GothamPro-Medium';
    height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 3px;
}

.current-article .icon-views,
.current-article .icon-like,
.current-article .icon-comment {
  vertical-align: top;
}

.current-article .icon-views:before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 3px 0 0;
  background-position: center;
  -webkit-background-size: contain;
  background-size: 22px;
  background-repeat: no-repeat;
  margin-bottom: 3px;
}

.current-article .icon-like:before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 -2px 0 0;
  background-position: center;
  -webkit-background-size: contain;
  background-size: 22px;
  background-repeat: no-repeat;
  margin-bottom: 3px;
}
.current-article .icon-comment:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 2px 0 0;
  background-position: center;
  -webkit-background-size: contain;
  background-size: 22px;
  background-repeat: no-repeat;
  margin-bottom: 3px;
}
.current-article .icon-like{
  margin-right: 4px;
}




.current-article .icon-views:before { background-image: url("/blog/img/metrics/views-white.svg"); }
.current-article .icon-like:before { background-image: url("/blog/img/metrics/likes-white.svg"); }
.current-article .icon-comment:before { background-image: url("/blog/img/metrics/comment-white.svg"); }

/*-------*/
/* Icons */
/*-------*/
.icon-views,
.icon-like,
.icon-comment, .icon-comment a{
    display: inline-block;
    font-size: 12px;
    color: white;
    font-family: 'GothamPro-Medium';
}
.icon-views:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin: 0 2px 0 0;
}

.icon-like:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin: 0 -1px 0 0;
}
.icon-comment:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin: 0 2px 0 0;
}
.icon-views:before{
    background: url("/blog/img/metrics/views-01.svg");
}
.icon-like:before{
    background: url("/blog/img/metrics/likes-01.svg");
}
.icon-comment:before{
    background: url("/blog/img/metrics/comment-01.svg");
}
.icon-like{
    margin: 0 5px;
}
.icon-views{
    margin: 0 -2px;
}

/*-------------*/
/* Info blocks */
/*-------------*/
.info-block{
    padding: 55px 0 0;
}
h1{
    color: black;
    font-size: 31px;
    font-family: 'GothamPro-Bold';
    margin: 0 0 30px;
    display: inline-block;
}

h2{
    color: black;
    font-size: 30px;
    font-family: 'GothamPro-Bold';
    margin: 0 0 30px;
    display: inline-block;
}
.info-block .block-title .sort{
    color: #10b9e4;
    cursor: pointer;
    font-family: 'GothamPro';
    margin: 0 10px;
}
.info-block .block-title .sort:hover,
.info-block .block-title .sort.active{
    color: black;
    font-weight: bold;
}
.info-block .block{
    overflow: hidden;
    position: relative;
}
.info-block .block-img{
    max-width: 100%;
}
.info-block .post-image-layer{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.info-block .block-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
.info-block .block:hover .block-overlay{
    background: rgba(0, 0, 0, 0.8);
}
.attributes{
    padding: 0 10px 0 0;
    box-sizing: border-box;

    position: absolute;
    bottom: 37px;
}

.attributes.right-position {
    right: 0;
    padding: 5px 10px;
}

.info_block_blocks .block{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 0 40px;
}
.info_block_blocks .block:nth-child(3n+2){
    margin: 0 1% 40px;
}
.info_block_blocks .block .block-image{
    height: 155px;
    position: relative;
    overflow: hidden;
}
.info_block_blocks .block .block-image .overlay{
    display: none;
}
.info_block_blocks .block:hover .overlay{
    display: block;
}
.info_block_blocks .block .block-image img{
    max-width: 100%;
    width: 100%;
}

.info_block_blocks .block .block-banner {
    position: relative;
    overflow: hidden;
}

.info_block_blocks .block .block-banner .overlay {
    display: none;
}

.info_block_blocks .block .block-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.info_block_blocks .block .block-image .attributes{
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    z-index: 2;
}
.info_block_blocks .block .block-image .attributes .favorites,
.info_block_blocks .block .block-image .attributes .time{
    display: none;
}
.info_block_blocks .block:hover .block-image .attributes .favorites{
    display: inline-block;
}
.info_block_blocks .block:hover .block-image .attributes .time{
    display: block;
}
.info_block_blocks .block .author-block{
    margin: 15px 0;
}
.info_block_blocks .block .author-block .author-name{
    color: #10b9e4;
    height: 16px;
    line-height: 16px;
}
.info_block_blocks .block .icon-views,
.info_block_blocks .block .icon-like,
.info_block_blocks .block .icon-comment{
    color: #9b9b9b;
}
.info_block_blocks .block .article-name{
    color: #1b1b1b;
    font-size: 17px;
    font-family: 'GothamPro-Bold';
    line-height: 20px;
    margin: 0 0 15px;
    text-decoration: none;
    display: block;
}
.article-name h1{
    color: white;
    font-size: 31px;
    font-family: 'GothamPro-Bold';
    margin: 0 0 30px;
    display: inline-block;
}
/*.info_block_blocks .block .article-name:hover{
    color: #10b9e4;
}*/
.info_block_blocks .block .description{
    color: #232323;
    font-size: 13px;
    font-family: 'GothamPro';
    line-height: 17px;
}
.info_block_blocks .block.banner img{
    max-width: 100%;
}

.info-block_data{
    position: relative;
    padding: 0 0 30px;
}
.info-block_data.popular,
.info-block_data.reader,
.info-block_data.topic{
    display: none;
}
.most-blocks .info-block_data.topic{
    display: block;
}


/*--------*/
/* Arrows */
/*--------*/
.info-block_arrows{
    position: absolute;
    top: -50px;
    right: 0;
}
.info-block_arrows .arrow{
    background-repeat: no-repeat;
    width: 10px;
    height: 17px;
    position: relative;
}
.info-block_arrows .arrow.left.disabled{
    background-image: url("/blog/img/arrows/arrow-disable-left-01.svg");
}
.info-block_arrows .arrow.right.disabled{
    background-image: url("/blog/img/arrows/arrow-disable-right-01.svg");
}
.info-block_arrows .arrow:not(.disabled){
    cursor: pointer;
}
.info-block_arrows .arrow.right:not(.disabled):hover{
    opacity: 0.5;
}
.info-block_arrows .arrow.right{
    right: 0;
    background-image: url("/blog/img/arrows/arrow-active-right-01.svg");
}
.info-block_arrows .arrow.left{
    left: 0;
    margin: 0 25px 0 0;
    background-image: url("/blog/img/arrows/arrow-active-left-01.svg");
}

/* Social banner*/
.block.social-banner .social-item{
    padding: 15px;
    box-sizing: border-box;
    height: 60px;
}
.block.social-banner .social-item .icon{
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    margin: 0 20px 0 0;
}
.block.social-banner .social-item .subs-count{
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    color: white;
    font-size: 10px;
    font-family: 'GothamPro';
}
.block.social-banner .social-item .subscribe-button{
    display: inline-block;
    width: 95px;
    height: 25px;
    color: white;
    text-align: center;
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    border-radius: 3px;
    line-height: 25px;
    text-decoration: none;
}
.block.social-banner .social-item .subscribe-message{
    color: white;
    font-family: 'GothamPro-Bold';
    font-size: 12px;
    display: inline-block;
}
.block.social-banner .social-item .subscribe-message:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    /*background: url("/img/");*/
}
.block.social-banner .social-item .subs-count .num{
    display: block;
    font-size: 18px;
    font-family: 'GothamPro-Bold';
}
.block.social-banner .social-item.fb{
    background: #597cbe;
}
.block.social-banner .social-item.fb .icon{
    background: url("/blog/img/social/fb-01.svg");
}
.block.social-banner .social-item.fb .subscribe-button{
    background: #3b5c9b;
}
.block.social-banner .social-item.tw{
    background: #77b6f0;
}
.block.social-banner .social-item.tw .icon{
    background: url("/blog/img/social/tw-01.svg");
}
.block.social-banner .social-item.tw .subscribe-button{
    background: #3795ed;
}
.block.social-banner .social-item.vk{
    background: #4c79a7;
}
.block.social-banner .social-item.vk .icon{
    background: url("/blog/img/social/vk-01.svg");
}
/* TODO: not button in the PSD*/
.block.social-banner .social-item.vk .subscribe-button{
    background: #3795ed;
}
.block.social-banner .social-item.yt{
    background: #e55b5b;
}
.block.social-banner .social-item.yt .icon{
    background: url("/blog/img/social/yt-01.svg");
}
.block.social-banner .social-item.yt .subscribe-button{
    background: #e43434;
}
.block.social-banner .social-item.ig{
    background: #2e72b0;
}
.block.social-banner .social-item.ig .icon{
    background: url("/blog/img/social/inst-01.svg");
}
.block.social-banner .social-item.ig .subscribe-button{
    background: #2266a5;
}
.block.social-banner .social-item.rss{
    background: #f4a362;
}
.block.social-banner .social-item.rss .icon{
    background: url("/blog/img/social/rss-01.svg");
}
.block.social-banner .social-item.rss .subscribe-button{
    background: #f58428;
}

/** New info block */
.info-block.new{
    margin: 55px 0 15px;
}
.info-block.new .row{
    margin: 0 0 20px;
}
.info-block.new .block{
    display: inline-block;
    width: 31%;
    height: 185px;
    margin: 0 2.6% 0 0;
}
.info-block.new .block.long{
    width: 65%;
}
.info-block.new .row .block:last-child{
    margin: 0;
}
.info-block.new .block-data{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.info-block.new .block-data .body{
    height: 155px;
}
.info-block.new .block-data .body .table{
    height: 80%;
}
.info-block.new .block-data .body .table-cell{
    padding: 0 10px;
}
.info-block.new .block-name, .info-block.new .body-link{
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-family: 'GothamPro-Bold';
    line-height: 22px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
.info-block.new .block-data .footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #b2b2b2;
    color: white;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
.info-block.new .block:hover .footer{
    background: #10b9e4;
}
.info-block.new .block .favorites,
.info-block.new .block .time{
    display: none;
}
.info-block.new .block:hover .favorites{
    display: inline-block;
}
.info-block.new .block:hover .time{
    display: block;
}
header.fixed + .info-block.new{
    margin: 65px 0 15px;
}

.info-block.new .icon-views:before{
    background: url("/blog/img/metrics/views-white.svg");
}
.info-block.new .icon-like:before{
    background: url("/blog/img/metrics/likes-white.svg");
}
.info-block.new .icon-comment:before{
    background: url("/blog/img/metrics/comment-white.svg");
}
.info-block.new .info_block_blocks .block .icon-views,
.info-block.new .info_block_blocks .block .icon-like,
.info-block.new .info_block_blocks .block .icon-comment{
    color: white;
}

/* Big post */
.current-article{
    /*background-image: url("/img/netpeak/60.gif");*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 430px;
    box-sizing: border-box;
    padding: 40px 0;
    position: relative;
}
.current-article .main{
    z-index: 2;
}
.current-article .left{
    width: 65%;
    height: 350px;
    margin: 0 4% 0 0;
}
.current-article .right {
    width: 30%;
}
.current-article .pin{
    background: url("/blog/img/metrics/for-01.svg");
    width: 17px;
    height: 17px;
    display: block;
    top: -20px;
    position: absolute;
}
.current-article .info{
    height: 80%;
}
.current-article .article-name{
    display: block;
    margin: 15px 0 0;
    color: white;
    text-decoration: none;
    font-size: 30px;
    line-height: 33px;
    font-family: 'GothamPro-Bold';
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
/*.current-article .article-name:hover{
    color: #10b9e4;
}*/
.current-article .footer .author-name,
.current-article .footer .info,
.current-article .footer .time{
    display: inline-block;
    width: 32%;
    vertical-align: middle;
}
.current-article .footer .author-name{
    max-width: 32%;
}
.current-article .footer .info{
    text-align: center;
    vertical-align: middle;
}
.current-article .footer .time{
    text-align: right;
}
.current-article .subscribe{
    height: 350px;
    width: 100%;
    box-sizing: border-box;
    background: #10b9e4;
    padding: 20px 10px;
}
.current-article .subscribe .title{
    color: white;
    font-size: 14px;
    font-family: 'GothamPro';
    line-height: 22px;
    margin: 0 0 15px;
}
.current-article .subscribe .title .bold{
    font-family: 'GothamPro-Bold';
    font-size: 21px;
    display: block;
}
.current-article .subscribe .description{
    color: #ceedf5;
    font-size: 14px;
    font-family: 'GothamPro';
    line-height: 17px;
    margin: 0 0 20px;
}
.current-article .subscribe .input{
    width: 100%;
    margin: 0 0 15px;
}
.current-article .subscribe .submit, .post-subscribe button {
    background: #ea4800;
    width: 125px;
    height: 35px;
    border: none;
    color: white;
    font-size: 14px;
    font-family: 'GothamPro';
    border-radius: 3px;
    margin: 0 0 25px;
    cursor: pointer;
}
.current-article .subscribe .submit:hover{
    background: #cf3f00;
}
.current-article .subscribe .stat{
    font-size: 14px;
    color: white;
    font-family: 'GothamPro';
}

.info-block.best{
    background: #e7f8fc;
    padding: 40px 0;
}
.info-block.best .block-image{
    margin: 0 0 20px;
}

/* Question send */
.question-send{
    background: #10b9e4;
    min-height: 90px;
    padding: 20px 0;
    box-sizing: border-box;
}
.question-send .title{
    width: 31%;
    color: white;
    font-size: 21px;
    line-height: 22px;
    margin: 0 5% 0 0;
    font-family: 'GothamPro-Bold';
}
.question-send .send-form{
    position: relative;
    width: 60%;
    top: 7px;
}
.question-send .input[type="text"]{
    border-right: solid 1px #c7c7c7;
    border-radius: 3px 0 0 3px;
    width: 250px;
}
.question-send .input[type="email"]{
    margin: 0 0 0 -4px;
    border-radius: 0 3px 3px 0;
    width: 150px;
}
.question-send textarea {
    resize: none;
    vertical-align: middle;
    border-right: solid 1px #c7c7c7;
    border-radius: 3px 0 0 3px;
    width: 250px;
    padding: 11px;
}
.question-send .submit{
    width: 125px;
    height: 35px;
    background: transparent;
    color: white;
    border: solid 1px white;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'GothamPro-Bold';
    margin: 0 0 0 20px;
    cursor: pointer;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.question-send .submit:hover{
    background: #13a4c9;
}

/*-------------*/
/* More button */
/*-------------*/
.more{
    position: relative;
    margin: 0 auto;
    width: 190px;
    height: 35px;
    line-height: 35px;
    border: solid 1px black;
    border-radius: 4px;
    color: #010101;
    font-size: 16px;
    font-family: 'GothamPro-Bold';
    cursor: pointer;
    text-align: left;
    padding: 0 13px;
    box-sizing: border-box;
}
.more:after{
    content: "";
    display: block;
    position: absolute;
    background: url("/blog/img/arrows/ar.svg");
    width: 9px;
    height: 6px;
    right: 11px;
    top: 14px;
}
.more-publication, .more-favorite, .more-comments, .more-notification, .more-post-by-category, .more-post-by-tag{
    position: relative;
    margin: 0 auto;
    width: 190px;
    height: 35px;
    line-height: 35px;
    border: solid 1px black;
    border-radius: 4px;
    color: #010101;
    font-size: 16px;
    font-family: 'GothamPro-Bold';
    cursor: pointer;
    text-align: left;
    padding: 0 13px;
    box-sizing: border-box;
}
.more-publication:after, .more-favorite:after, .more-comments:after, .more-notification:after, .more-post-by-category:after, .more-post-by-tag:after{
    content: "";
    display: block;
    position: absolute;
    background: url("/blog/img/arrows/ar.svg");
    width: 9px;
    height: 6px;
    right: 11px;
    top: 14px;
}
/*--------*/
/* Videos */
/*--------*/
.videos{
    background: #f5f4ee;
    padding: 40px 0;
}
.videos h2{
    position: relative;
}
.videos h2 .link-logo{
    display: inline-block;
    background: url("/blog/img/social/YT-logo-01.svg");
    width: 56px;
    height: 21px;
    vertical-align: middle;
    margin: 0 5px;
    text-decoration: none;
}
.videos .block.big{
    width: 65%;
    height: 350px;
}
.videos .preview{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.videos .preview img{
    max-width: 100%;
}
.videos .block{
    cursor: pointer;
    position: relative;
}
.videos .block .overlay{
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.videos .block:hover .overlay{
    opacity: 1;
}
.videos .video-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.video{
    max-width: 100%;
}
iframe{
    max-width: 100%;
}
.videos .table{
    width: 100%;
    height: 100%;
}
.videos .table-cell{
    text-align: center;
}
.videos .icon.play{
    display: block;
    background: url("/blog/img/social/video-01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.videos .block.big .icon.play{
    width: 110px;
    height: 110px;
}
.videos .block:hover .icon.play{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.videos .name{
    position: absolute;
    bottom: 0;
    opacity: 0;
    color: white;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'GothamPro-Bold';
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.videos .block:hover .name{
    bottom: 20px;
    opacity: 1;
}
.videos .blocks.small{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 0 4%;
}
.videos .blocks.small .block{
    display: block;
    width: 100%;
    height: 160px;
    margin: 0;
}
.videos .blocks.small .block:first-child{
    margin: 0 0 30px;
}
.videos .blocks.small .block .name{
    font-size: 11px;
    line-height: 15px;
}
.videos .blocks.small .block:hover .name{
    bottom: 10px;
}

/*----------------*/
/* Netpeak photos */
/*----------------*/
.netpeak{
    background: #f5f4ee;
    padding: 40px 0;
}
.netpeak h2{
    position: relative;
}
.netpeak h2 .link-logo{
    text-decoration: none;
    display: inline-block;
    background: url("/blog/img/social/inst-logo-01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    vertical-align: text-top;
    margin: 0 5px;
}
.netpeak .cell{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin: 0 15px 0 0;
}
.netpeak .cell.big{
    width: 300px;
}
.netpeak .cell:last-child{
    margin: 0;
}
.netpeak .cell .netpeak-photo{
    height: 140px;
    margin: 0 0 20px;
    overflow: hidden;
}
.netpeak .cell.big .netpeak-photo{
    margin: 0;
    height: 300px;
}
.netpeak .cell .netpeak-photo img{
    max-height: 100%;
}

/*--------*/
/* Footer */
/*--------*/
footer{
    margin: 70px 0 0;
    border-top: solid 1px #dcdcdc;
    padding: 0 0 60px;
}
footer .top{
    padding: 30px 20px;
    border-bottom: solid 1px #dcdcdc;
}
footer .top .site-name{
    font-size: 18px;
    font-family: 'GothamPro-Medium';
    color: black;
}
footer .lang{
    color: #10b9e4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GothamPro-Bold';
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
footer .lang {
    margin: 0 0 0 20px;
}
footer .lang:hover{
    color: black;
}
footer .navigation{
    padding: 30px 20px;
}
footer .navigation .nav-block{
    display: inline-block;
    vertical-align: top;
    width: 125px;
    margin: 0 25px 0 0;
}
footer .navigation .nav-block:nth-last-child(2){
    width: 95px;
}
footer .navigation .nav-block .nav-name{
    font-family: 'GothamPro-Bold';
    font-size: 14px;
    color: black;
    margin: 0 0 20px;
}
footer .navigation .nav-block .nav-name-empty{
    margin: 0 0 40px;
}
footer .navigation .nav-block .list,
footer .navigation .nav-block .nav-item{
    list-style: none;
}
footer .navigation .nav-block .nav-item{
    margin: 0 0 7px;
    display: block;
}
footer .navigation .nav-block .nav-item .nav-link{
    text-decoration: none;
    color: black;
    font-family: 'GothamPro';
    font-size: 12px;
    line-height: 17px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
footer .navigation .nav-block .nav-item .nav-link:hover{
    color: #10b9e4;
}
footer .send-material{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 30px;
    margin-left: 25px;
    text-align: center;
    color: white;
    background: #10b9e4;
    line-height: 30px;
    border-radius: 3px;
    font-family: 'GothamPro-Medium';
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}
footer .send-material:hover{
    background: #13a4c9;
}
footer .bottom{
    padding: 0 10px;
    box-sizing: border-box;
}
footer .logo{
    display: inline-block;
    margin: 0 90px 0 0;
    text-decoration: none;
}
footer .social-info{
    display: inline-block;
    vertical-align: top;
}
footer .social-info_item{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    color: #9b9b9b;
    font-size: 9px;
    font-family: 'GothamPro-Medium';
    text-decoration: none;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s;
}
footer .social-info_item .social-logo{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}
footer .social-info_item .subs{
    display: inline-block;
    vertical-align: middle;
}
footer .social-info_item .count{
    font-size: 14px;
    display: block;
    font-family: 'GothamPro-Bold';
}
footer .social-info_item:hover{
    color: black;
}
footer .social-info_item svg path{
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    -moz-transition: fill .5s;
    -ms-transition: fill .5s;
    transition: fill .5s;
}
footer .social-info_item:hover svg path{
    fill: black;
}

/*---------------*/
/* Sign in popup */
/*---------------*/
.overlay.body{
    z-index: 9999;
    display: none;
}
.signin{
    display: none;
    position: absolute;
    width: 340px;
    /*height: 325px;*/
    background: white;
    text-align: center;
    box-sizing: border-box;
    padding: 35px 0 45px;
}
.signin img {
    max-width: 100px;
}
.signin .title{
    color: #3f3f3f;
    font-size: 18px;
    font-family: 'GothamPro-Bold';
    line-height: 21px;
    margin: 35px 0 25px;
}
.signin .social-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 -2px;
    text-decoration: none;
    width: 60px;
    height: 32px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
}

.login-with-login-password:focus{
    outline: none;
    text-decoration: none;
}
.login-with-login-password a{ 
    text-decoration: none;
    outline: none;
    cursor: pointer;
} 

.login-with-login-password:focus{
    color: #337ab7;
}
.login-password, .recovery-forgot-password-block{
    display: none;
    padding: 0 20px 0 20px
}
.signin .social-item.fb{
    background: #597cbe;
}
.signin .social-item.vk{
    background: #4c79a7;
}
.signin .social-item.gp{
    background: #e55b5b;
    line-height: 30px;
}
.signin .social-item.tw{
    background: #77b6f0;
}
.signin .social-item.in{
    background: #0079b8;
}
.signin .social-item img{
    max-height: 100%;
}

.socials a {
    pointer-events: none;
    opacity: 0.4;
}

.sign-in-btn {
    pointer-events: none;
    opacity: 0.4;
}

#login-form .btn {
    disabled: true;
}

.privacy-policy {
    margin: 10px 35px 0px 35px;
}

.privacy-policy label {
    font-size: 12px;
}

/* Slider */
.info-block_arrows .bx-next,
.info-block_arrows .bx-prev{
    width: 100%;
    height: 100%;
    display: block;
}
.info-block_arrows .arrow.disabled .bx-next,
.info-block_arrows .arrow.disabled .bx-prev{
    cursor: default;
}
.bx-wrapper .bx-viewport{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: transparent;
}

.menu-mobile{
    display: none;
    margin: 0 0 0 15px;
    height: 15px;
    width: 20px;
    vertical-align: middle;
}
.menu-mobile .line{
    display: block;
    background: black;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.menu-mobile .line:nth-child(2){
    margin: 3px 0;
}

.navigate-position {
    position: fixed;
    width: 100%;
    min-height: 30%;
}

.mobile-navigation{
    display: none;
    position: absolute;
    width: 100%;
    max-height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.mobile-navigation .nav_item{
    display: block;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: 'GothamPro';
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.14);
    padding: 20px;
}

.blogPages.no-slider .page:not(:first-child){
    display: none;
}
.loading
{
    background: rgba(0, 0, 0, 0) url("/blog/img/netpeak/60.gif") no-repeat scroll 0 0;
    height: 160px;
    margin: 0 auto;
    margin-top:100px;
    width: 60px;
}
#vk_subscribe
{
    display: inline-block;
    position: absolute;
    margin-left: -35px;
    background: white !important;
    width: 146px !important;
}
.envelope_img {
    background: url("//blog.netpeak.ua/wp-content/plugins/netpeak-subscribers/img/envelope.png") no-repeat top center;
    height: 80px;
    margin-bottom: 10px;
}
.envelope_img.subheading{
    max-width: none !important;
}
.post-subscribe.section-padding .popover{
    color: black;
}
.login-page {
    margin-top: 100px;
}
.question-send .success-message{
    color: white;
    text-align: center;
    font-size: 19px;
    font-family: "GothamPro-Bold";
    /*line-height: 22px;*/
    margin: 10px 0 0 0;
}
.recovery-forgot-password{
    display: none;
}

/*BLOG POST*/
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.new-input {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: inset 0px 1px 1px 0 rgba(1, 1, 1, 0.15);
  outline: none !important;
  border: 1px solid #ccc;
  height: 35px;
  padding: 0 13px;
  font-family: 'GothamPro';
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

textarea.new-input { min-height: 88px; padding: 13px; }

.new-input::placeholder { color: #999999; }

.new-button {
  box-shadow: none;
  outline: none;
  border: none;
  height: 27px;
  line-height: 25px;
  color: #fff;
  background-color: #10b9e4;
  border: 1px solid #10b9e4;
  padding: 0 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-radius: 3px;
  cursor: pointer;
}

.new-button:hover {
  color: #10b9e4;
  background-color: #fff;
}

.regular { font-weight: 500 !important; font-family: 'GothamPro'; }

.current-article-post { margin-top: 55px; }

.current-article-post .main { max-width: 600px; }

.current-article-post .left {
  width: 100%;
  margin-right: 0;
}


.blog-post-content.with-share {
  z-index: 2;
}

.blog-post-content a {
  color: #10b9e4;
  position: relative;
  text-decoration: none;
  font-size: inherit;
  word-wrap: break-word;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.blog-post-content a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #10b9e4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.blog-post-content a:hover, .post-comments a:hover, .signin a:hover{
  /*-webkit-transform: translateY(0);*/
  /*-ms-transform: translateY(0);*/
  /*transform: translateY(0);*/
  /*opacity: 1;*/
  color: #178caa;
}

.post_content {
    position: relative;
    z-index: 4;
}

.signin .recovery-link{
    margin-top: 10px !important;
}
.author-ava {
  width: 38px;
  height: 38px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}

.blog-post-h3 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 50px;
  font-family: 'GothamPro-bold';
  display: block;
}

.blog-post-h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 50px;
  font-family: 'GothamPro-bold';
  display: block;
}

.blog-post-content {
  line-height: 26px;
  display: block;
}

.blog-post-content * {
  font-size: 15px;
}

.blog-post-content p{
  line-height: 27px;
  margin-bottom: 30px;
  max-width: 600px;
  margin: 0 auto 30px;
  display: block;
}
.blog-post-content div {
    max-width: 600px;
    margin: 0 auto;
}

.blog-post-content .table-responsive {
  max-width: 100%;
}

.blog-post-content .table-responsive table,
.blog-post-content .table-responsive table.table-bordered,
.blog-post-content .table-responsive table.table-condensed {
  max-width: 100%;
  table-layout: auto;
}

.blog-post-content table {
  z-index: 99;
  position: relative;
  background-color: #fff;
  max-width: 100%;
}

.blog-post-content p:last-child { margin-bottom: 0; }

.blog-post-content ul, .blog-post-content ol {
  line-height: 26px;
  margin-bottom: 30px;
  padding-left: 40px;
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 15px;
}

.blog-post-content ul:last-child, .blog-post-content ol:last-child {
  margin-bottom: 0;
}

.blog-post-content li {
  margin-bottom: 10px;
  padding-left: 7px;
}

.blog-post-content img {
    /*position: relative;*/
  display: block;
  margin: 0 auto 30px;
  /*max-width: 100%;*/
}

.blog-post-content li:last-child { margin-bottom: 0; }

.blog-post-content li:last-child { margin-bottom: 0; }

.blog-post-h3:first-child { margin-top: 0; }

.mini-post-handler {
  position: relative;
}
.mini-post-handler a {
  margin-top: -60px;
}

.mini-post {
  display: block;
  position: absolute !important;
  z-index: 3;
  top: 0;
  right: calc(100% + 26px);
  width: 140px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  /*opacity: 0;*/
  color: #232323 !important;
  background-color: #fff;
}

.mini-post.to-right { left: calc(100% + 26px); right: auto; }

.mini-post:after { display: none !important; }

.mini-post:hover {
  color: #10b9e4 !important;
}

.mini-post.animated {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.mini-post img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.mini-post-heading {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  line-height: 1.2;
}

.on-screen.mini-post {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.post-share {
    position: absolute;
    right: calc(70% + 155px);
    width: 75px;
    margin-left: 200px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}


.post-share-like {
  font-weight: 700;
  font-size: 14px;
}

.post-share-like span {
  display: inline-block;
  vertical-align: middle;
}

.post-share-like img {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.post-share-social {
  padding: 0 10px 0 5px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.post-share-social:hover { opacity: 0.8; }

.post-share-social:after {
  content: '';
  display: table;
  clear: both;
}

.post-share-social img {
  float: left;
  display: inline-block;
  margin-left: initial;
  margin-right: initial;
  margin-bottom: 0;
}

.post-share-social.twitter { background-color: #77b6f0; }
.post-share-social.twitter img { width: 26px; margin-top: 3px; }

.post-share-social.facebook { background-color: #597cbe; }
.post-share-social.facebook img { width: 26px; margin-top: 3px; margin-left: -2px;}

.post-share-social.googleplus { background-color: #e55b5b; }
.post-share-social.googleplus img { width: 17px; margin-top: 7px; margin-left: 4px; }

.post-share-social.vkontakte { background-color: #4c79a7; }
.post-share-social.vkontakte img { width: 24px; margin-top: 4px; margin-left: 0; }

.post-share-social.pocket { background-color: #f38491; position: relative; }
.post-share-social.pocket img { width: 60px; top: -5px; position: absolute; left: -12px; }

.post-share-social span {
  float: right;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
}

.fotorama {
  position: relative;
  z-index: 3;
}

.fotorama__wrap {
  margin: 0 auto;
  max-width: 1500px;
  background-color: #fff;
}
blockquote {
  margin: 85px 0;
  position: relative;
}

blockquote:hover .social-quote-icon {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  -webkit-transition: all .4s 0.2s;
  -o-transition: all .4s 0.2s;
  transition: all .4s 0.2s;
}

blockquote:hover .social-quote-icon {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  -webkit-transition: all .4s 0.2s;
  -o-transition: all .4s 0.2s;
  transition: all .4s 0.2s;
}
.blockquote:hover .social-quote-icon {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  -webkit-transition: all .4s 0.2s;
  -o-transition: all .4s 0.2s;
  transition: all .4s 0.2s;
}

blockquote:hover p, blockquote:hover div {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
blockquote:hover .social-quote-content {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.social-quote-icon {
  cursor: pointer;
  width: 25px;
  top: 50%;
  position: absolute;
  opacity: 0;
  transform: translateY(-50%) scale(0);
  transform-origin: 50% 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

blockquote p, blockquote div {
-webkit-transition: all .4s 0.2s;
-o-transition: all .4s 0.2s;
transition: all .4s 0.2s;
  font-size: 24px;
  font-weight: bold;
  font-family: 'GothamPro-bold';
  display: table-cell;
  vertical-align: middle;
  padding-left: 26px;
  border-left: 3px solid green;
  padding-right: 40px;
  line-height: 1.4;
  position: relative;
}
.social-quote-content {
-webkit-transition: all .4s 0.2s;
-o-transition: all .4s 0.2s;
transition: all .4s 0.2s;
  font-size: 24px;
  font-weight: bold;
  font-family: 'GothamPro-bold';
  display: table-cell;
  vertical-align: middle;
  padding-left: 26px;
  border-left: 3px solid green;
  padding-right: 40px;
  line-height: 1.4;
  position: relative;
}
blockquote p:hover:after { opacity: 0.5; }
blockquote p:after {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  background-color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}
.social-quote-content:hover:after { opacity: 0.5; }
.social-quote-content:after {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  background-color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.post-source {
  margin-top: 85px;
  color: #7c7474;
  font-size: 14px;
}

.post-tags { margin-top: 26px; margin-bottom: -5px; }

.post-tags:after {
  content: '';
  display: table;
  clear: both;
}

.post-tag {
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #7c7474 !important;
  height: 24px;
  line-height: 24px;
  background-color: #f5f4ee;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  float: left;
}

.post-tag:after {
  display: none;
}

.post-tag:hover {
  background-color: #10b9e4;
  color: #fff !important;
}

.post-author {
margin-top: 85px !important;
}

.post-author-ava {
  width: 120px;
  height: 120px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px !important;
}

.post-author-left {
  width: 145px;
  float: left;
}

.post-author-right {
  width: calc(100% - 145px);
  float: right;
}

.post-author-right .blog-post-h4 {
  margin-top: 0;
  margin-bottom: 23px;
  color: #000;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-size: 21px;
}

.post-author-right .blog-post-h4:hover { color: #10b9e4; }

.post-author-right p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.post-author-other {
  margin-top: 17px;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
}

.post-author-other:after { bottom: -2px !important; }

.post-author-social {
  text-align: center;
  width: 130px;
}

.post-author-social a { margin: 0 3px; display: inline-block; }

.post-author-social a.fb:hover path { fill: #597cbe }
.post-author-social a.tw:hover path { fill: #77b6f0 }
.post-author-social a.in:hover path { fill: #1a85bc }

.post-author-social a:after { display: none; }

.post-author-social path {
 -webkit-transition: all .4s;
 -o-transition: all .4s;
 transition: all .4s;
 }

.post-author-social img {
  height: 20px;
}

.post-recommend {
background-color: #f5f4ee;
position: relative;
z-index: 2;
}

.post-recommend .info-block_data { padding-bottom: 0; }

.post-recommend .block { margin-bottom: 0; }

.post-comments {
  padding: 82px 0;
  font-size: 14px;
}

.comments-tabs {
  margin-bottom: 56px;
}

.comments-tabs a {
text-decoration: none;
color: #10b9e4;
margin-right: 20px;
}

.comments-tabs a.active { font-family: 'GothamPro-Bold'; color: #232323; }

.comment {
  padding: 10px 0 5px;
  max-width: 795px;
  /*margin: 0 auto;*/
  position: relative;
  border-radius: 2px;
  line-height: 1.4;
}

.sub-comment {
  position: relative;
  left: 48px;
  width: calc(100% - 156px);
}

.comment.with-bg {
  background-color: #e7f5f9;
}

.comment-left {
  width: 68px;
  float: left;
}

.comment-right {
  width: calc(100% - 68px);
  float: right;
}

.comment-ava {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.comment-name {
  line-height: 1.29;
  display: inline-block;
  margin-right: 16px;
  font-family: 'GothamPro-Bold';
}

.comment-name-answer {
  color: #9b9b9b;
  font-size: 12px;
  display: inline-block;
  font-family: 'GothamPro-Medium';
}

.comment-name-answer img {
  float: left;
  margin-top: 1px;
  margin-right: 5px;
}

.comment-date {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 21px;
  margin-top: 9px;
  display: inline-block;
  text-decoration: none;
  font-family: 'GothamPro-Medium';
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  outline: none;
}

.comment-date:hover { color: #10b9e4; cursor: pointer;}

.comment-text { 
    line-height: 1.5;
    word-wrap: break-word;
    word-break: keep-all;
    overflow-wrap: break-word
}

.comment-answer, .comment-edit, .comment-edit-profile, .comment-delete, .comment-delete-profile {
  color: #9b9b9b;
  font-size: 12px;
  cursor: pointer;
  margin-top: 16px;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-family: 'GothamPro-Medium';
}

.comment-answer:hover { color: #10b9e4; }

.comment-answer img {
  float: right;
  margin-left: 5px;
  margin-top: 1px;
}

.comment-rate {
    margin-left: -10px;
    bottom: 10px;
    font-size: 12px;
}

.comment-rate-toggle {
  padding: 9px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.comment-rate-up.active path { fill: #5d9840 }

.comment-rate-down.active path { fill: #c14f46 }

.comment-rate-toggle path {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.comment-rate-toggle:first-child:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 7px;
  background-color: #abb7bf;
  width: 1px;
  height: 14px;
}

.comment-rate-num.up { color: #5d9840; }

.comment-rate-num.down { color: #c14f46; }

.comment-rate-num {
    display: inline-block;
    margin-top: 26px;
    width: 40px;
    text-align: center;
    color: #ccc;
}

.leave-comment {
  padding-top: 55px;
  padding-bottom: 0;
}

.leave-comment textarea {
  max-width: 608px;
  margin-bottom: 15px;
}

.leave-comment-note {
  text-align: center;
  padding-top: 50px;
}

.leave-comment-note button { margin-top: 20px; }

.post-subscribe {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 69px 0;
  background-image: url(/blog/img/subscribe.jpg);
  color: #fff;
}

.post-subscribe button { margin-bottom: 0; }

.post-subscribe .main {
  max-width: 660px;
}

.post-subscribe h2 {
  color: #fff;
  margin-bottom: 14px;
}

.post-subscribe .subheading {
  font-size: 22px;
  margin-bottom: 27px;
  max-width: 378px;
  display: block;
}

.post-subscribe .input {
  margin-bottom: 20px;
  width: 264px;
}

.post-most .info-block_data {
  padding-bottom: 0;
}

/*NEW FIXES*/

.header-load {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  /*background-color: #81648d;*/
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.parallax-handler {
  position: relative;
  overflow: hidden;
}

.parallax {
  position: absolute;
  top: -80px;
  height: calc(100% + 80px);
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  animation: none !important;
  transition: all 0.5s;
}

.section-padding {
  padding: 85px 0 !important;
}

.quote-color-2 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #e8f4fa;
    padding: 15px;
    margin: 10px 30px;
    display: block;
    line-height: 26px;
}
.quote-color-2 p{
    margin:0 !important;
}

.blog-post-content h2, .blog-post-content hr {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-bold';
    display: block;
    max-width: 600px;
    margin: 50px auto 30px;
}
.blog-post-content h3 {
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-bold';
    display: block;
    max-width: 600px;
    margin: 50px auto 30px;
}
.blog-post-content h4 {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-bold';
    display: block;
    max-width: 600px;
    margin: 50px auto 30px;
}
.blog-post-content h5 {
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-family: 'GothamPro-bold';
    display: block;
    max-width: 600px;
    margin: 50px auto 30px;
}
.borderPadding {
    padding-top: 100px;
    margin-top: -100px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
    outline: none;
}
.pseudo-link {
  color: #10b9e4;
  border-bottom: #10b9e4 .5px dotted;
  cursor: pointer;
}
.pseudo-link:hover {
  border-color: #fff;
}




/* PROFILE STYLES */

[class*='col-'] {
  margin-right: 4%;
  float: left;
}
[class*='col-']:last-child { margin-right: 0; }
.col-1 { width: 4.66666666667%; }
.col-2 { width: 13.3333333333%; }
.col-3 { width: 22%; }
.col-4 { width: 30.6666666667%; }
.col-5 { width: 39.3333333333%; }
.col-6 { width: 48%; }
.col-7 { width: 56.6666666667%; }
.col-8 { width: 65.3333333333%; }
.col-9 { width: 74.0%; }
.col-10 { width: 82.6666666667%; }
.col-11 { width: 91.3333333333%; }
.col-12 { width: 100%; margin-right: 0; }

.fw500 { font-family: 'GothamPro-Medium'; }
.fw700 { font-family: 'GothamPro-Bold'; }

.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }

.fl { float: left; }
.fr { float: right; }

.category-hover {
  position: relative;
}

.category-hover:hover:after {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.category-hover:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #333;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.color-green { color: #5d9840; }
.color-red { color: #c14f46; }

.bg-top { background-position: center top !important; }
.bg-center { background-position: center center !important; }
.bg-bottom { background-position: center bottom !important; }

.table-bordered {
  overflow: hidden;
  border-radius: 4px;
  text-align: left;
  overflow-x: auto;
}

.blog-post-content .table-bordered.table-big {
  max-width: 940px;
}
.blog-post-content .kv-grid-container {
  max-width: 940px;
}

.table-bordered input[type='checkbox'] + label {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -2px;
  float: left;
}

.table-bordered table {
  width: 100%;
  font-size: 13px;
}

.table-bordered th {
  background-color: #f0f0f0;
  font-family: 'GothamPro-Bold';
}

.table-bordered th, .table-bordered td {
  padding: 20px;
  border: 1px solid #d4d4d4;
}

.table-bordered td {
  font-family: 'GothamPro-Medium';
  vertical-align: middle;
}
.blog-post-content .table-bordered {
    max-width: 600px;
    margin: 0 auto;
}

.kv-grid-container {
  overflow: hidden;
  border-radius: 4px;
  text-align: left;
  overflow-x: auto;
}

.blog-post-content .table-big, .blog-post-content #rating-table {
  max-width: 940px;
}
.blog-post-content .kv-grid-container {
  max-width: 940px;
}

.kv-grid-container input[type='checkbox'] + label {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -2px;
  float: left;
}

.kv-grid-container table {
  width: 100%;
  font-size: 13px;
}

.kv-grid-container th {
  background-color: #f0f0f0;
  font-family: 'GothamPro-Bold';
}

.kv-grid-container th, .kv-grid-container td {
  padding: 20px;
  border: 1px solid #d4d4d4;
}

.kv-grid-container td {
  font-family: 'GothamPro-Medium';
  vertical-align: middle;
}
.rating-page .kv-grid-container {
    margin: 0 auto;
}
.rating-page .kv-grid-container img {
    margin: 0 ;
}

.blog-post-content .pagination{
    display: flex;
    margin-top: 20px;
}


.blog-post-content pre{
    max-width: 600px;
    margin: 0 auto;
}
.blog-post-content blockquote{
    max-width: 600px;
    margin: 0 auto;
    /* unset bootstrap classic border */
    border-left: none;
}
.blog-post-content .post-author{
     max-width: 600px;
    margin: 0 auto;
}
.blog-post-content .size-full{
    position: relative;
}
.page-content * {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.page-content .blog-post-content blockquote, .page-content .blog-post-content blockquote p, .page-content .blog-post-content blockquote a {
    font-size: 24px;
    word-wrap: break-word;
}
input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}

input[type='checkbox'][disabled] + label:before { border-color: #a6a6a6 !important; }

input[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

input[type='checkbox']:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type='checkbox']:checked + label:before {
  background-color: #fff;
  border: 1px solid #10b9e4;
}

input[type='checkbox'] + label {
 position: relative;
 padding-left: 25px;
 cursor: pointer;
 display: inline-block;
 margin-bottom: 15px;
 font-family: 'GothamPro';
}

input[type='checkbox'] + label:before {
 content: '';
 position: absolute;
 left:0; top: 0;
 width: 17px; height: 17px;
 border: 1px solid #10b9e4;
 background: #fff;
 border-radius: 1.9px;
 transition: all .3s ease;
}

input[type='checkbox'] + label:after {
 content: '';
 position: absolute;
 top: 0;
 left: 1px;
 width: 16px;
 height: 17px;
 transition: all .2s;
 background-image: url(/blog/img/checkbox/checkbox.svg);
 -webkit-background-size: 12px;
 background-size: 12px;
 background-repeat: no-repeat;
 background-position: center;
}

.header-ava {
  width: 27px;
  height: 27px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  float: right;
}

.profile-top {
  margin-top: 55px;
  padding: 25px 0;
  background-color: #10b9e4;
  color: #fff;
}

.header-profile {
  float: right;
  margin-top: 14px;
  display: block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #000;
}

.header-profile:hover {
  color: #10b9e4;
}

.header-username {
  float: left;
  margin-right: 10px;
}

.header-profile span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.1;
  font-family: 'GothamPro-Medium';
  float: right;
  clear: both;
}

.profile-top-ava {
  width: 123px;
  height: 123px;
  margin-right: 35px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  position: relative;
  float: left;
}

.profile-top-ava:hover .profile-top-ava-inside {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.profile-top-ava-inside {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-position: center;
  -webkit-background-size: 44px;
  background-size: 44px;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.profile-top-ava-inside.download { background-image: url(/blog/img/plus-circle.svg);}

.profile-top-ava-inside.error {
  background-image: url(/blog/img/close-circle-red.svg);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.profile-top-ava-inside.success {
  background-image: url(/blog/img/check-circle-green.svg);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/*.profile-top-ava-inside input {
  display: none;
}*/

.profile-top-ava-inside label {
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.profile-top-content {
  float: left;
  width: calc(100% - 158px);
  font-size: 12px;
  line-height: 1.5;
}

.profile-top-content table { width: 100%; }

.profile-top-username {
  font-size: 18px;
  margin-bottom: 2px;
}

.profile-top-about { margin-bottom: 14px; }

.karma-how {
  float: right;
  text-decoration: none;
  color: #fff;
}

.karma-how:hover {
  text-decoration: underline;
}

.karma-progress {
  position: relative;
  margin-top: 10px;
}

.karma-bg {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 1px 1.7px 5px 0 rgba(16, 141, 173, 0.7);
  height: 8px;
}

.karma-line {
  border-radius: 4px;
  background-color: #07637a;
  height: 8px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  top: 0;
}

.karma-nums {
  color: #c6eef8;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.karma-nums span {
  color: #fff;
}

.karma-desc {
  color: #c6eef8;
  margin-top: 10px;
  line-height: 16px;
}

.profile-nav {
  border-bottom: 1px solid #e4e4e4;
}

.profile-nav .fl li {
  display: inline-block;
  float: left;
}

.profile-nav .fl li:last-child a { border-right: 0; }

.profile-nav .fl a {
  padding: 21px 12px;
  position: relative;
  display: block;
  border-right: 1px solid #e4e4e4;
  font-size: 14px;
  text-decoration: none;
  color: #171717;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}

.profile-nav .fl a:hover { color: #10b9e4; }

.profile-nav .fl a.active {
  font-family: 'GothamPro-Bold';
  color: #171717 !important;
}

.profile-nav .fl a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #10b9e4;
}

.profile-nav-note {
  background-color: #6abb14;
  color: #fff;
  border-radius: 100px;
  font-size: 11px;
  padding: 3px 7px;
  margin-left: 2px;
}

.profile-nav .fr a {
  display: inline-block;
  margin-left: 34px;
  font-size: 13px;
  margin-top: 21px;
}
.profile-nav .fr a:first-child { margin-left: 0; }

.profile-nav .fr a:hover { text-decoration: underline; }

.blue_link {
  color: #10b9e4;
  text-decoration: none !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: medium none; outline: medium none; background-color: white;
  font-size: 13px;
}

.blue_link:hover { color: #4fd1f2; }

.profile-content { padding: 52px 0; }

.profile-info-table {
  line-height: 1.4;
  margin-bottom: 36px;
  width: 100%;
}

/*.profile-info-table.with-inputs .new-input {
  margin-bottom: 20px;
  margin-top: -10px;
}*/

.profile-info-table:last-child { margin-bottom: 0;}

.form-horizontal .form-group{
  margin: 0px;
}

.profile-info-table td:first-child {
  width: 160px;
  font-size: 12px;
  color: #878787;
  padding-bottom: 14px;
}

.profile-info-table td:last-child {
  font-size: 13px;
  font-family: 'GothamPro-Medium';
  padding: 0px 5px 0px 5px;
}

.profile-social-table img {
  float: left;
  margin-right: 6px;
  width: 13px;
  margin-top: 1px;
}

.profile-social-table .profile-social:not(.profile-social-add) { background-color: #3c5c9b; }
.profile-social-table .profile-social:not(.profile-social-add) { background-color: #32cdff; }
.profile-social-table .profile-social:not(.profile-social-add) { background-color: #007cb8; }

.profile-social {
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  padding: 0 14px;
  height: 22px;
  line-height: 22px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-family: 'GothamPro-Bold';
  display: inline-block;
  min-width: 103px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.profile-social:hover .profile-social-delete {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  margin: 0 -6px 0 4px;
  width: 13px;
}

.profile-social .profile-social-delete {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 0 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 0;
  cursor: pointer;
}

.profile-social .profile-social-delete:hover { opacity: 0.6; }

a.profile-social:hover { opacity: 0.8; text-decoration: none; color: #fff;}

.profile-social-add {
  background-color: #bdc3c5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-family: 'GothamPro';
}

.grey-note {
  font-size: 12px;
  color: #878787;
    font-family: 'GothamPro';
}

.profile-lang {
  margin-bottom: 3px;
}

.profile-lang span {
  border-radius: 2.5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #bdc3c5;
  font-size: 11px;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.profile-lang span:hover {
  background-color: #7cbbcb;
}

.profile-lang span.active {
  background-color: #10b9e4;
}

.note-card.alert-success {
  background-color: #e0f0d8;
  border: solid 1px #d6e9c6;
  font-size: 13px;
  color: #468847;
  padding: 20px 17px;
  border-radius: 4px;
  margin-bottom: 34px;
}
.note-card.alert-danger {
  background-color: #f2dede;
  border: solid 1px #ebccd1;
  font-size: 13px;
  color: #a94442;
  padding: 20px 17px;
  border-radius: 4px;
  margin-bottom: 34px;
}
.note-card:last-child { margin-bottom: 0; }

.note-card a { color: #468847; text-decoration: none; }

.note-card a img { margin-left: 5px; }

.profile-info-edit textarea {
  min-height: 280px;
  width: 100%;
}

.notice-comment {
  font-size: 14px;
  max-width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 35px 20px;
  margin-bottom: 11px;
}

.notice-comment:last-child { margin-bottom: 0; }

/*.notice-comment.with-bg {
  cursor: pointer;
}*/

.notice-comment .comment-name { margin-right: 0; }

.notice-comment .comment-date { color: #8babb4; margin-bottom: 0; }

.notice-comment-link {
  color: #232323;
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 7px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.notice-comment-link:hover { color: #10b9e4; }

.notice-img {
  display: block;
  margin: 10px 0 0 9px;
}

.notice-like-ava {
  width: 27px;
  height: 27px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  margin-right: 11px;
  display: inline-block;
  margin-top: 14px;
  float: left;
}
.favorites-user, .comments-user, .notification-user{
    margin: 0;
    padding: 0;
}

.profile-blog-head {
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #10b9e4;
  color: #fff;
  font-size: 36px;
  font-family: 'GothamPro-Bold';
  padding: 85px 0;
  text-align: center;
  margin-top: 35px;
}

.table-ava {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 7px !important;
  float: left;
}

.table-sort {
  position: relative;
  top: 2px;
  cursor: pointer;
}

.table-sort.sorted {
  top: -1px;
}

.table-sort img {
  margin: initial;
  display: inline-block;
}

.post-author-mail {
  display: inline-block;
  margin: 10px 0 20px 0 !important;
}

.search_input {
  font-size: 28px;
  color: #10b9e4;
  text-shadow: 0px 0px 0px #232323;
  -webkit-text-fill-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  background-color: #fff;
  width: 100%;
  margin-bottom: 60px;
}

input::-webkit-input-placeholder{
    color: #ccc;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}

.check_all { width: 25px; height: 16px; }

.check_one + label { width: 18px; float: none !important; }

.uncheck_all {
  margin-top: 20px;
  font-size: 13px;
  line-height: 19px;
}
.publication-user{
    margin: 0 !important;
}
.direct-speech-block {
  max-width: 600px;
  padding: 40px !important;
  /*padding-right: 0 !important;*/
  position: relative;
  background-color: #f5f4ee;
}
.direct-speech-block p{
  font-style:  italic;
  font-family: 'GothamPro';
}
.direct-speech-quote-icon
{
    cursor: pointer;
    position: absolute;
    left: 8px;
    transform-origin: 50% 50% 0;
    transition: all 0.4s ease 0s;
    width: 21px;
}
.link-instagram, .link-youtube{
    color:black;
}
.link-instagram:hover, .link-instagram:focus, .link-youtube:hover, .link-youtube:focus{
    color:black;
}
.alignleft{
    margin-right: 10px; 
}

/* 404 */

.not-found-svg {
  max-height: 100%;
}
.not-found-table {
  display: table;
  vertical-align: middle;
  height: calc(100vh - 170px);
  min-height: 427px;
  width: 100%;
  margin-top: 100px;
}
.not-found-tcell {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 30px;
}
.not-found-h1 {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin: 20px auto 20px;
  text-align: center;
  padding: 0 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.not-found-home {
  text-align: center;
  margin-bottom: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.not-found-home a {
  color: #10b9e4;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-decoration: none;

}

.not-found-home a:hover { color: #232323; }


/* confirm.html */

.confirm-form {
  max-width: 300px;
  margin: 40px auto;
}

.confirm-form .new-input {
  padding: 4px 14px;
  box-shadow: none;
  margin-bottom: 20px;
}

.confirm-form .new-button {
  background-color: #6abb14;
  height: 38px;
  line-height: 38px;
  border: 1px solid #6abb14;
  padding: 0 13px;
  float: right;
}

.confirm-form .new-button:hover {
  color: #fff;
  background-color: #10b9e4;
  border-color: #10b9e4;
}

.confirm-text {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 17px;
}

/* SITEMAP */

.sitemap-heading {
  font-size: 30px;
  margin-bottom: 20px;
}

.sitemap-subheading a {
  color: #10b9e4;
  font-size: 19px;
}

.sitemap-wrapper {
  max-width: 610px;
  margin: 0 auto;
}

.sitemap-category a{
  margin-top: 70px !important;
  margin-bottom: 50px !important;
  font-size: 24px !important;
  color: #10b9e4;
}

.sitemap-category span { color: #232323; font-family: 'GothamPro'; }

.sitemap-date { margin-bottom: 5px; font-size: 17px; }

.sitemap-wrapper a {
  color: #10b9e4;
  text-decoration: none;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 17px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.sitemap-wrapper a:hover { color: #27839a; }

.kv-grid-container th a{
    color: black;
    outline: none;
}
#rating-table td img+a{
    margin-top: 5px !important;
}
.post-rating{
    margin-top: 60px !important;
    margin-bottom: 20px !important;
}
.krajee-icon-star{
    cursor: pointer;
    width: 20px !important;
    height: 20px !important; 
}
.rating-container .caption{
    margin-top: 3px;
    background-color: white;
    color: black;
}
.rating-container .caption .label-default{
    background-color: white;
    color: #232323;
}
.rating-container .caption .label{
    font-weight: normal !important;
    line-height: unset;
    font-size: 13px;
}
.comments .comment-text img{
    position: relative;
    max-width: 100%;
}
.profile-info-table .trumbowyg-box{
margin: 0;
}
a.anchor-comment{position:absolute;margin-top:-30px;}

.fotorama__html div,
.fotorama__html a {
    display: block;
    height: 100%;
    /* Transparent links are not clickable in IE,
       but non-existent background fixes this.
      (Put an empty 1×1 image here to avoid
       errors in console.) */
    background: url(_.gif);
}

.blog-post-content .form-in-post.bg {
  background-color: #dbdbdb; 
  padding: 20px 30px;
  border-radius: 4px;
  max-width: 320px;
  width: auto;
  font-family: 'GothamPro-Medium';
}

.form-in-post input{
  display: block;
  width: 250px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.form-in-post input.has-error {
  border-color: red;
  color: red;
}

.form-in-post button {
  width: 250px;
  background-color: #10b9e4;
  opacity: 1;
  color: #ffffff;
}

.form-in-post button:hover,
.form-in-post button:active, 
.form-in-post button:focus {
  opacity: 0.7;
  color: #ffffff;
}

.form-in-post button.done {
  background-color: #00cc33;
}

#info-block-dynamic {
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  padding: 15px;
  opacity: 0.9;
  background: -webkit-linear-gradient(to right, #929292 0%, #000000 20%, #000000 80%, #929292 100%);
  background: -moz-linear-gradient(to right, #929292 0%, #000000 20%, #000000 80%, #929292 100%);
  background: -o-linear-gradient(to right, #929292 0%, #000000 20%, #000000 80%, #929292 100%);
  background: linear-gradient(to right, #929292 0%, #000000 20%, #000000 80%, #929292 100%);
  color: #ffffff;
  -webkit-transition: 2s all;
  transition: 2s all;
  text-align: center;
}

.width-20 {
  width: 20px;
}

#block-email{
  display: none;
}

#show-email, #hide-email{
  cursor: pointer;
}

#hide-email{
  margin-left: 10px;
}

#search-problem {
    margin-bottom: 30px;
}

#search-problem img {
    margin-right: 10px;
    width: 20px;
}

/*preloader*/

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 100500;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
#page-preloader > .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}
#page-preloader > .spinner > .cube1,
#page-preloader > .spinner > .cube2 {
    background-color: #00B8E4;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}
#page-preloader > .spinner > .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes cubemove{
    25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(0.5)}
    50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}
    75%{-webkit-transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)}
    100%{-webkit-transform:rotate(-360deg)}
}
@keyframes cubemove {
    25%{transform:translateX(42px) rotate(-90deg) scale(0.5);-webkit-transform:translateX(42px) rotate(-90deg) scale(0.5)}
    50%{transform:translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)}
    50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}
    75%{transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);-webkit-transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)}
    100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}
}
/*---------------*/
/* Order in popup */
/*---------------*/
.order .order-form-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    cursor: pointer;
}

.send_request {
    cursor: pointer;
}

.order-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


.order-table {
    display: table;
    width: 100%;
    height: 100%;
}

.order-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

.order-modal {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 430px;
    border-radius: 3px;
    background-color: rgba(234, 234, 233, 0.95);
    padding: 10px;
}

.order-modal {
    text-align: left;
}

.order-modal button {
    width:100%;
    min-height:47px;
    border-radius: 3px;
    background-color: #f07f1b;
    color: #ffffff;
    font-family: "GothamPro";
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    white-space: normal;
}

.order-modal .order-form-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    cursor: pointer;
}

.order-modal .form-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    cursor: pointer;
}

.order-modal .error {
    display: block;
    text-align: center;
    color: red;
}

.order-modal .response-success {
    display: block;
    text-align: center;
    font-size: 18px;
}

.request-post .error-request-post {
    color: red;
    font-size: 12px;
    text-align: center;
}

.request-post input {
    margin-bottom: 0px;
    margin-top: 15px;
}

.request-post button {
    margin-top: 15px;
    margin-bottom: 10px;
}

.request-post button,
.request-post input {
    font-size: 14px;
}

.link-8p {
    color: #ffffff;
    text-decoration: none;
}

.link-8p:hover,
.link-8p:focus {
    color: #ffffff;
    text-decoration: none;
}

.txt-xs-8p {
    display: none;
}

.rngst_phone_button {
    display: none !important;
}

@media (max-width: 425px) {
    .txt-lg-8p {
        display: none;
    }

    .txt-xs-8p {
        display: block;
    }
}

.profile-info-edit .main .alert-warning {
    padding: 20px 17px;
    border-radius: 4px;
    margin-bottom: 34px;
}
.has-error input[type="checkbox"] + label::before {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}