body {
    background-image: url('../images/bg.png');
    overflow-x: hidden !important;
    padding-right:0 !important;
}
.bg-gray {
    background-color: #eaeaea;
}
.container {
    max-width: 100%; 
    overflow: hidden;
}
/* HEADER */

.header {
    background-image: url('../images/prosv-header-login-bg.jpg');
    height: 242px;
    position: relative;
	background-size: cover;
}
.container.logo {
    overflow: visible;
}
.header-menu-mobile {
    display: none;
    width: 100%;
    background-color: #252525;
    color: #fff;
    z-index: 10;
}
.header-menu-mobile .menu-header {    
    height: 48px;
    padding: 13px 12px 13px 15px;
}
.header-menu-mobile .expand-button {
    cursor: pointer;
    float: right;
    display: block;
}
.header-menu-mobile .expand-button .bar {
    height: 2px;
    width: 25px;
    background-color: #fff;
    margin: 5px 2px 5px 0;
}
.second-half-main ~ hr {
    display: none;
}
.telecasts-mobile {
    color: #fff;
    width: 320px;
    padding: 32px 48px 0 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.telecast-mobile-left,
.telecast-mobile-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.telecast-mobile-right {
    padding-left: 41px;
}
.telecasts-mobile .title {
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    letter-spacing: 0.5px;
}
.telecasts-mobile .time {
    font-family: 'BebasNeue-Regular';
    margin: 8px 0 0 0;
    font-size: 10px;
    text-align: center;
    height: 14px;
    line-height: 16px;
    width: 32px;
}
.telecast-mobile-left .time {
    background-color: #4eadfb;
}
.telecast-mobile-right .time {
    background-color: #f1832b;
}
.telecasts-mobile .name {
    font-family: 'Arial';
    font-size: 10px;
    font-weight: bold;
    margin: 3px 0 0 0;
}
.header-menu-wrap {
    background-color: #131313;
}
.header-menu-wrap .container {
    padding: 0;
    position: relative;
}
.header-menu-wrap .social-bigscreen {
    position: absolute;
    height: 46px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-menu-wrap .social-bigscreen .soc-link {
    color: #fff;
    font-size: 18px;
}
.header-menu-wrap .social-bigscreen .soc-link:hover {
    opacity: 0.7;
}
.header-menu {
    height: 46px;
    color: #fff;
    font-size: 0;
}
.header-menu-modal .avatar, 
.header-menu .avatar {
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.header-menu .subscribe,
.header-menu .connect,
.header-menu .login {
    color: #fff;
    text-decoration: none;
    outline: none;
    display: inline-block;
    height: 100%;
    font-family: 'Raleway-Bold';
    line-height: 46px;
    font-size: 14px;
    float: right;
}
.header-menu-wrap .subscribe {
    padding: 0 34px;
}
.header-menu .subscribe:hover {
    opacity: 0.8;
}
.header-menu .connect {
    background-color: #e18e16;
    padding: 0 23px;
}
.header-menu .connect:hover {
    background-color: #D3772E;
}
.header-menu .login {
    background-color: #2297b3;
    padding: 0 13px;
}
.header-menu .login:hover {
    background-color: #16778D;
}
.header-menu .login .fa {
    margin-right: 11px;
}
.header .logo {
    padding: 0;
}
.header .logo .logo-link {
    height: 125px;
    margin-top: 52px;
    display: inline-block;
}
.header .logo-img {
    width: 413px;
    max-width: 100%;
}
.telecasts {
    position: absolute;
    right: 0;
    top: 43px;
    min-height: 142px;
    width: 432px;
    border-top: 3px solid #b2b2b2;
    border-bottom: 3px solid #b2b2b2;
    border-left: 3px solid #b2b2b2;
    border-radius: 20px 0 0 20px;
    color: #000000;
    padding: 25px 35px;
    display: flex;
	font-weight: bold;
    flex-direction: row;
    justify-content: space-between;
}
.telecast-left,
.telecast-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.telecast-right {
    padding-left: 28px;
}
.telecasts .title {
    font-family: 'BebasNeue-Regular';
    font-size: 20px;
    letter-spacing: 0.5px;
}
.telecasts .time {
    font-family: 'BebasNeue';
    margin: 11px 0 0 0;
    font-size: 14px;
    text-align: center;
    height: 19px;
    /* line-height: 0; */
    width: auto;
    padding-top: 9px;
    padding: 0px 5px;
}
.telecast-left .time {
    background-color: #4eadfb;
}
.telecast-right .time {
    background-color: #f1832b;
}
.telecasts .name {
   /* font-family: 'Raleway-Bold';*/
    font-size: 13px;
    margin-top: 5px;
	line-height: 1.3;
	margin-bottom: 0px;
}
/* MAIN MENU */

.main-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    outline: none;
}
.main-menu .main-menu-link {
    margin: 43px 26px 60px 26px;
    text-decoration: none;
    color: #4c4a4a;
    text-align: center;
    font-family: 'Raleway-Bold';
    font-size: 24px;
    letter-spacing: 0.2px;
}
.main-menu .main-menu-link:hover {
    text-decoration: none;
    color: #f18438;
}
.main-menu .current {
    color: #f18438;
}
/* MAIN CONTENT */

.content,
.content > .container {
    padding: 0;
}
/* main*/

.big-news {
    height: 439px;
    overflow: hidden;
    position: relative;
}
.big-news:hover {
    opacity: 0.8;
}
.big-news-img {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center; 
}
.big-news .desc {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 35px 0 53px;
    color: #fff;
	z-index: 10;
    bottom: 0;
}
.big-news .section-link {
    padding: 6px 20px 6px 20px;
    line-height: 19px;
    background-color: #f99f1c;
    color: #fff;
    font-family: 'BebasNeue-Regular';
    font-size: 19px;
    letter-spacing: 0.6px;
    margin: 0;
    text-decoration: none;
}
.big-news .section-link:hover {
    background-color: #D3772E;
}
.big-news .title {
    font-family: 'Raleway-Bold';
    font-size: 24px;
    letter-spacing: 0.2px;
    color: #fff;
    text-decoration: none;
    margin: 20px 0 5px 0;
}
.big-news .title h1 {
    font-size: 24px;
}
.big-news .reading-time {
    margin-bottom: 18px;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
}
.big-news .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.first-news-block {
    margin-top: 51px;
}
.first-news-block .news {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    height: 374px;    
    margin-top: 30px;
}
.big-news .gradient,
.first-news-block .news .gradient {
	display:block;
    position: relative;
    height: 218px;
    width: 100%;
    z-index: 10;
	background-color: rgba(46, 46, 46, 0.58);
}

.big-news .gradient{
	height: 100%;;
}
.big-news .gradient:hover,
.first-news-block .news .gradient:hover {
    /*background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0.0), rgba(42, 38, 38, 0.6));*/
	background-color: rgba(20, 19, 19, 0.58);
}
.first-news-block .news-img {
    height: 218px;
    min-width: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;    
}
.first-news-block .desc {
    position: relative;
    padding: 12px 0 0 0;
    text-align: center;
}
.first-news-block .reading-time {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    color: #fff;
    opacity: 0.7;
}
.first-news-block .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.first-news-block .section-link {
    margin: 11px 0 0 0;
    font-size: 19px;
    letter-spacing: 0.6px;
    font-family: 'BebasNeue-Bold';
    color: #f99f1c;
    text-decoration: none;
}
.first-news-block .section-link:hover {
    color: #D3772E;
}
.first-news-block .title {
    padding: 0 15px;
    height: 105px;
    margin-top: 12px;
    font-family: Raleway;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #383838;
}
.post .first-news-block .title {
	text-align:left !important;
}
.first-news-block .link {
    text-decoration: none;
    font-family: 'Raleway-Regular';
    font-size: 16px;
    line-height: 1.25;
    color: #383838;
}
.first-news-block .link:hover {
    color: #2297B3;
}
/* marquee */

.marquee-wrap {
    width: 100%;
    height: 80px;
    margin-top: 115px;
    background-color: #ffffff;
    border-top: solid 4px #f18438;
    border-bottom: solid 4px #f18438;
    white-space: nowrap;
    overflow: hidden;
}
.marquee {
    display: inline-block;
	/*padding-left: 100%;*/
    height: 40px;
    margin-top: 16px;
    /*-webkit-animation: marquee 60s infinite linear;
    animation: marquee 10s infinite linear;*/
	font-size: 0px;
}

.marquee .link {
    font-family: 'Raleway-Black';
    font-size: 16px;
    font-weight: 900;
    color: #3f3f3f;
    text-decoration: none;
    margin-left: 65px;
    line-height: 40px;
}

.marquee .marquee-item {
    display: inline-block;
    padding: 0px 20px;
}

.marquee .marquee-group {
	display: inline-block;
}

.marquee .link:first-child {
    margin-left: 0;
}
.marquee:hover {
    animation-play-state: paused;
}
.marquee .time {
    font-family: 'BebasNeue-Regular';
    font-size: 17px;
    color: #717171;
    vertical-align: top;
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
    }
}
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
.second-news-block-wrap {
    padding: 111px 0 0 0;
}
.second-news-block .news {
    height: 182px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    margin-top: 28px;
    position: relative;
    overflow: hidden;
}
.second-news-block .news:first-child {
    margin: 0;
}
.second-news-block .img-wrap {
    width: 260px; 
    position: relative; 
    height: 100%; 
    overflow: hidden;
}
.second-news-block .gradient {
    position: relative;
	display:block;
    width: 264px;
    height: 100%;
    z-index: 10;
	background-color: rgba(46, 46, 46, 0.58);
}
.second-news-block .news .gradient:hover {
    /*background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0.0), rgba(42, 38, 38, 0.6));*/
	background-color: rgba(20, 19, 19, 0.58);
}
.second-news-block .reading-time {
    position: absolute;
    bottom: 12px;
    margin: 0;
    width: 100%;
    text-align: center;
    opacity: 0.7;
    font-family: 'Raleway-Bold';
    font-size: 13px;
    letter-spacing: 0.1px;
    color: #ffffff;
}
.second-news-block .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.second-news-block .news-img {
    min-width: 264px;
    width: 100%;
    height: 100%;
    position: absolute; 
    background-size: cover; 
    background-position: center center; 
}
.second-news-block .desc {
    padding: 25px 8px 12px 21px;
    width: 293px;
    position: relative;
}
.second-news-block .section-link {
    font-family: 'BebasNeue-Bold';
    font-size: 19px;
    color: #f99f1c;
    letter-spacing: 0.6px;
    margin: 0;
    text-decoration: none;
}
.second-news-block .section-link:hover {
    color: #D3772E;
}
.second-news-block .title {
    margin-top: 16px;
    line-height: 1.25;
}
.second-news-block .link {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    color: #383838;
}
.second-news-block .link:hover {
    color: #2297B3;
}
.second-news-block .post-time {
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    color: #bfbfbf;
    position: absolute;
    bottom: 12px;
    margin: 0;
}
.second-half-main {
    background-image: url('../images/bg-2.png');
}
.second-half-main .new-telecasts {
    border: solid 4px #438fa1;
    padding: 32px;
}
.second-half-main .new-telecasts .block-title {
    font-family: 'BebasNeue-Bold';
    font-size: 42px;
    letter-spacing: 1.7px;
    color: #383838;
    line-height: 35px;
    margin: 0;
}
.second-half-main .new-telecasts .show-all {
    font-family: 'Raleway-Regular';
    opacity: 0.6;
    font-size: 12px;
    color: #000;
    margin: 0 0 5px 0;
    display: inline-block;
    text-decoration: none;
}
.second-half-main .new-telecasts .show-all:hover {
    opacity: 0.8;
}
.second-half-main .new-telecasts .show-all .fa {
    opacity: 0.6;
    font-size: 7px;
    color: #000;
}
.second-half-main .new-telecast {
    margin-top: 20px;
    height: 135px;
    color: #fff;
    display: flex;
    flex-direction: row;
}
.second-half-main .new-telecast-video {
    position: relative;
    width: 135px;
    min-width: 135px;
    overflow: hidden;
}
.second-half-main .new-telecast-video .blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.second-half-main .new-telecast-video .play-button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    cursor: pointer;
}
.second-half-main .new-telecast-video .play-button:hover {
    background-color: #3fb6e6;
}
.second-half-main .new-telecast-video .play-arrow {
    border: 9px solid transparent;
    border-left: 18px solid #3fb6e6;
    margin-top: 11px;
    margin-left: 14px;
}
.second-half-main .new-telecast-video .play-button:hover .play-arrow {
    border-left: 18px solid #fff;
}
.second-half-main .new-telecast-video-img {
    height: 135px;
}
.second-half-main .new-telecast-desc {
    width: 100%;
    background-color: #438fa1;
    padding: 10px 5px 7px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.second-half-main .new-telecast-desc .post-time {
    font-family: 'BebasNeue-Bold';
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    background-color: #fff;
    color: #438fa1;
    padding: 1px 7px 0 7px;
    height: 17px;
    display: inline-block;
}
.second-half-main .new-telecast-desc .title {
    font-family: 'Raleway-Bold';
    margin: 9px 0 0 0;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.second-half-main .new-telecast-desc .title:hover {
    opacity: 0.7;
}
.second-half-main .new-telecast-desc .subtitle {
    margin-top: 5px;
    font-family: 'Raleway-Regular';
    font-size: 14px;
}
.third-news-block-wrap {
    padding: 81px 0 0 0;
}
.third-news-block-wrap .first-news {
    height: 397px;
    position: relative;
    overflow: hidden;
}
.third-news-block-wrap .first-news .news-img {
    position: absolute;
    height: 397px;    
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.third-news-block-wrap .first-news .gradient {
	display:block;
    position: relative;
    height: 397px;
    width: 100%;
    z-index: 0;
	background-color: rgba(46, 46, 46, 0.58);
}
.third-news-block-wrap .first-news .gradient:hover {
    /*background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0.0), rgba(42, 38, 38, 0.6));*/
	background-color: rgba(20, 19, 19, 0.58);
}
.third-news-block-wrap .first-news .desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 0 45px 15px 45px;
}
.third-news-block-wrap .first-news .section {
    font-family: 'BebasNeue-Regular';
    font-size: 19px;
    letter-spacing: 0.6px;
    line-height: 22px;
    margin-bottom: 16px;
}
.third-news-block-wrap .first-news .section-link {
    background-color: #f99f1c;
    padding: 7px 14px 7px 14px;
    color: #fff;
    text-decoration: none;
}
.third-news-block-wrap .first-news .section-link:hover {
    background-color: #D3772E;
}
.third-news-block-wrap .first-news .title {
    font-family: 'Raleway-Bold';
    font-size: 24px;
    letter-spacing: 0.2px;
    color: #fff;
    line-height: 1.25;
    text-decoration: none;
}
.third-news-block-wrap .first-news .post-time {
    margin: 9px 0 0 0;
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    color: #fff;
}
.third-news-block-wrap .first-news .reading-time {
    margin: 10px 20px 0 0;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
}
.third-news-block-wrap .first-news .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.third-news-block-wrap .second-news {
    background-color: #fff;
    height: 397px;
    position: relative;
    overflow: hidden;
}

.third-news-block-wrap .second-news .news-img {
    height: 228px;
    width: 100%;
    position: absolute;
    background-size: cover;

}
.third-news-block-wrap .second-news .gradient {
	display:block;
    position: relative;
    height: 228px;
    z-index: 10;
	background-color: rgba(46, 46, 46, 0.58);
}
.third-news-block-wrap .second-news .gradient:hover {
    /*background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0.0), rgba(42, 38, 38, 0.6));*/
	background-color: rgba(20, 19, 19, 0.58);
}
.third-news-block-wrap .second-news .desc {
    position: relative;
    height: 169px;
    padding: 15px 23px;
    margin-bottom: 0;
    text-align: center;
}
.third-news-block-wrap .second-news .reading-time {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
}
.third-news-block-wrap .second-news .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.third-news-block-wrap .second-news .section-link {
    font-family: 'BebasNeue-Bold';
    font-size: 19px;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0;
    color: #f99f1c;
    text-decoration: none;
}
.third-news-block-wrap .second-news .section-link:hover {
    color: #D3772E;
}
.third-news-block-wrap .second-news .title {
    margin: 12px 0 0 0;
    line-height: 20px;
}
.third-news-block-wrap .second-news .title-link {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #383838;
    text-decoration: none;
}
.third-news-block-wrap .second-news .title-link:hover {
    color: #2297B3;
}
.third-news-block-wrap .second-news .post-time {
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    color: #bfbfbf;
    position: absolute;
    bottom: 12px;
    margin: 0;
    width: 100%;
    text-align: center;
}
.third-news-block-wrap .partner-news,
.fourth-news-block-wrap .partner-news {
    background-color: #f1efef;
    padding: 20px;
    border: 1px solid #676767;
}
.third-news-block-wrap .partner-news .block-title,
.fourth-news-block-wrap .partner-news .block-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    color: #888;
    letter-spacing: 0.9px;
    margin-bottom: 12px;
}
.third-news-block-wrap .partner-news .news,
.fourth-news-block-wrap .partner-news .news {
    padding: 12px 10px 11px 0;
    line-height: 1.3;
    border-bottom: 1px solid #e0dddd;
}
.third-news-block-wrap .partner-news .news:last-child,
.fourth-news-block-wrap .partner-news .news:last-child {
    border: 0;
}
.third-news-block-wrap .partner-news .news-title,
.fourth-news-block-wrap .partner-news .news-title {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #383838;
    text-decoration: none;
}
.third-news-block-wrap .partner-news .news-title:hover,
.fourth-news-block-wrap .partner-news .news-title:hover {
    color: #f18438;
}
.third-news-block-wrap .partner-news .news-time,
.fourth-news-block-wrap .partner-news .news-time {
    font-family: 'BebasNeue-Regular';
    font-size: 12px;
    color: #b2b2b2;
    vertical-align: top;
}
.fourth-news-block-wrap {
    padding: 0;
    margin-top: 50px;
    padding-bottom: 10px;
}
.fourth-news-block-wrap .first-news {
    background-color: #fff;
    height: 409px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.fourth-news-block-wrap .first-news .news-img {
    //width: auto;
	//height: 120%;
	height: 250px;
	overflow: hidden;
	width: auto;
	position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.fourth-news-block-wrap .first-news .gradient {
	display:block;
    position: relative;
    height: 250px;
    z-index: 10;
	background-color: rgba(46, 46, 46, 0.58);
}
.fourth-news-block-wrap .first-news .gradient:hover {
    /*background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0.0), rgba(42, 38, 38, 0.6));*/
	background-color: rgba(20, 19, 19, 0.58);
}
.fourth-news-block-wrap .first-news .desc {
    position: relative;
    padding: 20px 23px;
    margin-bottom: 0;
    text-align: center;
}
.fourth-news-block-wrap .first-news .reading-time {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
}
.fourth-news-block-wrap .first-news .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.fourth-news-block-wrap .first-news .section-link {
    font-family: 'BebasNeue-Bold';
    font-size: 19px;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0;
    color: #f99f1c;
    text-decoration: none;
}
.fourth-news-block-wrap .first-news .section-link:hover {
    color: #D3772E;
}
.fourth-news-block-wrap .first-news .title {
    margin: 14px 0 0 0;
    line-height: 20px;
}
.fourth-news-block-wrap .first-news .title-link {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #383838;
    text-decoration: none;
}
.fourth-news-block-wrap .first-news .title-link:hover {
    color: #2297B3
}
.fourth-news-block-wrap .first-news .post-time {
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    color: #bfbfbf;
    position: absolute;
    bottom: 10px;
    margin: 0;
    width: 100%;
    text-align: center;
}
.fourth-news-block-wrap .second-news {
    height: 409px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.fourth-news-block-wrap .second-news .news-img {
    height: 409px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.fourth-news-block-wrap .second-news .gradient {
	display: block;
    z-index: 0;
    position: relative;
    height: 409px;
	background-color: rgba(46, 46, 46, 0.58);
}
.fourth-news-block-wrap .second-news .gradient:hover {
    /*background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0.0), rgba(42, 38, 38, 0.6));*/
	background-color: rgba(20, 19, 19, 0.58);
}
.fourth-news-block-wrap .second-news .desc {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0 29px 10px 29px;
}
.fourth-news-block-wrap .second-news .section-link {
    background-color: #f99f1c;
    padding: 5px 30px 0 30px;
    display: inline-block;
    font-family: 'BebasNeue-Regular';
    font-size: 19px;
    letter-spacing: 0.6px;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    margin: 0;
}
.fourth-news-block-wrap .second-news .section-link:hover {
    background-color: #D3772E;
}
.fourth-news-block-wrap .second-news .title {
    font-family: 'Raleway-Bold';
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #fff;
    margin: 25px 0 0 0;
    line-height: 1.25;
    text-decoration: none;
}
.fourth-news-block-wrap .second-news .title-link {
    color: #fff;
    text-decoration: none;
}
.fourth-news-block-wrap .second-news .post-time {
    margin: 9px 0 0 0;
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    color: #fff;
}
.fourth-news-block-wrap .second-news .reading-time {
    margin: 10px 10px 0 0;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
}
.fourth-news-block-wrap .second-news .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.fourth-news-block-wrap .third-news-wrap {
    display: flex;
    flex-direction: column;
}
.fourth-news-block-wrap .third-news {
    height: 185px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.fourth-news-block-wrap .third-news:last-child {
    margin-top: 37px;
}
.fourth-news-block-wrap .third-news .news-img {
    height: 185px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.fourth-news-block-wrap .third-news .gradient {
	display:block;
    position: relative;
    height: 185px;
    z-index: 0;
	background-color: rgba(46, 46, 46, 0.58);
}
.fourth-news-block-wrap .third-news .gradient:hover {
    /*background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0.0), rgba(42, 38, 38, 0.6));*/
	background-color: rgba(20, 19, 19, 0.58);
}
.fourth-news-block-wrap .third-news .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 29px 12px 29px;
}
.fourth-news-block-wrap .third-news .section-link {
    color: #f99f1c;
    font-family: 'BebasNeue-Bold';
    font-size: 19px;
    letter-spacing: 0.6px;
    text-decoration: none;
    line-height: 22px;
    margin: 0;
}
.fourth-news-block-wrap .third-news .section-link:hover {
    color: #D3772E;
}
.fourth-news-block-wrap .third-news .title {
    font-family: 'Raleway-Bold';
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #fff;
    margin: 13px 0 0 0;
    line-height: 1.25;
    text-decoration: none;
}
.fourth-news-block-wrap .third-news .title-link {
    color: #fff;
    text-decoration: none;
}
.fourth-news-block-wrap .third-news .post-time {
    margin: 9px 0 0 0;
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    color: #fff;
}
.fourth-news-block-wrap .third-news .reading-time {
    margin: 10px 10px 0 0;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
}
.fourth-news-block-wrap .third-news .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.second-half-main .more-news {
    margin-top: 88px;
    text-align: center;
    width: 100%;
}
.second-half-main .more-news-button {
    background-color: #438fa1;
    box-shadow: 9px 10px 0 0 #21667d;
    padding: 13px 48px 10px 48px;
    font-family: 'BebasNeue-Bold';
    font-size: 30px;
    letter-spacing: 1.3px;
    text-align: left;
    color: #fff;
    text-decoration: none;
	display:inline;
	cursor:pointer;
}
#true_loadmore_main {
	display:inline-block;
	margin:30px auto 0;
	outline:none;
}
.second-half-main .more-news-button:hover {
    background: #2297B3;
    box-shadow: 8px 9px 0 0 #21667d;
}
.second-half-main .subscribe-block {
    height: 265px;
    background-image: url('../images/bg-3.jpg');
    margin-top: 74px;
    position: relative;
	background-size: cover;
}
.mc4wp-alert,
.mc4wp-notice {
	color:#fff !important;
}
.modal-body .mc4wp-alert,
.modal-body .mc4wp-notice {
	color:#606060 !important;
}
.second-half-main .subscribe-block .gradient {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    padding: 35px 0 33px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	background-color: rgba(46, 46, 46, 0.58);
}
.second-half-main .subscribe-block .title {
    font-family: 'Raleway-Bold';
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    margin: 0;
}
.second-half-main .subscribe-block .subtitle {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
	margin-left: auto;
    margin-right: auto;
	outline:none;
	margin-bottom:30px !important;
}
.modal-body .subscribe-form input {
	border:1px solid #606060;
}
.second-half-main .subscribe-block .input-email,
.subscribe-form input {
    border-radius: 0;
    text-align: center;
    height: 36px;
    border: 0;
    width: 245px;
    margin-bottom: 10px;
    display: block;
	margin-left: auto;
    margin-right: auto;
	outline:none;
}
.second-half-main .subscribe-block .input-email::-webkit-input-placeholder {
    opacity: 0.59;
    font-family: 'Raleway-Regular';
    font-size: 14px;
    line-height: 1.5;
    color: #354052;
}
.second-half-main .subscribe-block .input-email:-ms-input-placeholder {
    opacity: 0.59;
    font-family: 'Raleway-Regular';
    font-size: 14px;
    line-height: 1.5;
    color: #354052;
}
.second-half-main .subscribe-block .input-email::-ms-input-placeholder {
    opacity: 0.59;
    font-family: 'Raleway-Regular';
    font-size: 14px;
    line-height: 1.5;
    color: #354052;
}
.second-half-main .subscribe-block .input-email::placeholder {
    opacity: 0.59;
    font-family: 'Raleway-Regular';
    font-size: 14px;
    line-height: 1.5;
    color: #354052;
}
.second-half-main .subscribe-block .submit-button,
.tnp-submit {
    width: 245px;
    height: 36px;
    background-color: #212121;
    border-radius: 0;
    border: 0;
    font-family: 'BebasNeue-Bold';
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #ffffff;
    cursor: pointer;
	outline:none;
}
.second-half-main .subscribe-block .submit-button:hover,
.tnp-submit:hover {
    background-color: #575757;
}
.illustr {
    position: absolute;
    object-fit: contain;
}
.pen-ico {
    right: 0;
    top: 1164px;
    width: 100px;
    height: 116px;
}
.gramaphone-ico {
    left: 10px;
    top: 1316px;
    width: 104px;
    height: 88px;
    transform: rotate(-10deg);
}
.loupe-ico {
    right: 20px;
    top: 1586px;
    width: 90px;
    height: 120px;
}
.gear-ico {
    left: 0;
    top: 1889px;
    width: 52px;
    height: 105px;
}
.plane-ico {
    right: 46px;
    top: 2225px;
    width: 107px;
    height: 96px;
}
.light-ico {
    left: 121px;
    top: 3245px;
    width: 62.4px;
    height: 85.7px;
    transform: rotate(-5deg);
}
/* news_page*/

.news-header-wrap {
    height: 439px;
    position: relative;
    overflow: hidden;
}
.news-header-wrap img {
    position: absolute;
	min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.news-header {
    height: 100%;
    background-color: rgba(48, 48, 48, 0.67);
    padding: 39px 0 0 52px;
    position: relative;
}
.news-header .breadcrumbs {
    font-family: 'Raleway-Bold';
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #ffffff;
    margin: 0;
}
.news-header .breadcrumbs a {
    text-decoration: none;
    color: #ffffff;
}
.news-header .category a {
    background-color: #f99f1c;
    padding: 6px 20px 6px 20px;
    margin-bottom: 27px;
    font-family: 'BebasNeue-Regular';
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.news-header .category a:hover {
    background-color: #D3772E;
}
.news-header .category {
    position: absolute;
    bottom: 85px;
    font-family: 'Raleway-Bold';
    font-size: 34px;
    letter-spacing: 0.3px;
    padding-right: 50px;
    line-height: 1.2;
    color: #ffffff;
}
.news-header .title-text {
    margin: 0
}
.news-header .news-counters {
    position: absolute;
    bottom: 48px;
    margin: 0;
    width: 185px;
    font-family: 'Raleway-Bold';
    font-size: 13px;
    color: #fff;
}
.news-header .news-counters .fa-clock-o {
    margin-right: 8px;
    font-size: 14px;
}
.news-header .news-counters .reading-count {
    float: right;
}
.news-header .news-counters .fa-eye {
    margin-right: 5px;
}
.news-text-wrap {
    padding: 30px 83px 45px 52px;
    background-color: #fff;
    border: solid 1px #cdcdcd;
}
.news-text-wrap .news-date {
    font-family: 'BebasNeue-Regular';
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #9a9a9a;
    margin-bottom: 18px;
}
.news-text-wrap .news-text {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.62;
    color: #383838;
}
.news-text-wrap .social-wrap {
    margin: 42px 0 0 0;
    padding: 0;
}
.news-text-wrap .fb-link,
.news-text-wrap .tw-link,
.news-text-wrap .vk-link {
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    margin: 5px 16px 0 0;
    display: inline-block;
    width: 95px;
    max-width: 25%;
    text-align: center;
}
.news-text-wrap .fb-link:hover,
.news-text-wrap .tw-link:hover,
.news-text-wrap .vk-link:hover {
    opacity: 0.7;
}
.news-text-wrap .fb-link {
    background-color: #4360b4;
}
.news-text-wrap .tw-link {
    background-color: #009ef6;
}
.news-text-wrap .vk-link {
    background-color: #4c709b;
}
.news-text-wrap .tags-wrap {
    margin-top: 28px;
}
.news-text-wrap .tags-wrap a {
    border: solid 1px #a2a2a2;
    color: #a2a2a2;
    display: inline-block;
    padding: 1px 11px;
    font-family: 'Raleway-Regular';
    font-size: 12px;
    margin: 0 8px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.news-text-wrap .tags-wrap a:hover {
    border: solid 1px #438fa1;
    color: #438fa1;
}
.news-comments-wrap {
    /* margin-top: 50px; */
    padding: 30px 83px 45px 52px;
    background-color: #fff;
    border: solid 1px #cdcdcd;
    border-top: none;
}
.news-comments-wrap .block-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin-top: 0;
}
.news-comments-wrap .comment-block {
    margin-top: 34px;
}
.news-comments-wrap .avatar {
    width: 52px;
    height: 52px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 10px 0;
    border-radius: 4px;
}
.news-comments-wrap img {
    max-height: 52px;
    min-width: 52px;
}
.news-comments-wrap .comment {
    display: inline-block;
    max-width: 450px;
    width: 100%;    
}
.news-comments-wrap .comment-author {
    font-family: 'Raleway-Bold';
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #383838;
    margin-bottom: 0;
}
.news-comments-wrap .comment-text {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    line-height: 1.38;
    color: #383838;
    margin: 6px 0 8px 0;
    overflow: hidden;
}
.news-comments-wrap .expand {
    font-family: 'Raleway-Bold';
    font-size: 14px;
    color: #498295;    
    display: block;
    text-decoration: none;
}
.news-comments-wrap .expand:hover {
    color: #2297B3;
}
.news-comments-wrap .comment-time {
    font-family: 'BebasNeue-Regular';
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #9a9a9a;
    margin: 0;
}
.news-comments-wrap .write-comment {
    margin: 55px 0 0 68px;
}
.nocomments .news-comments-wrap .write-comment {
    margin: 55px 0 0 0;
}
.news-comments-wrap .write-comment .form-control {
    border: solid 1px #e1e1e1;
    resize: none;
    display: block;
    width: 385px;
    max-width: 100%;
    height: 90px;
    padding: 22px 10px 10px;
    border-radius: 0;
}
.news-comments-wrap .write-comment .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0;
}
.news-comments-wrap .write-comment .textarea-placeholder {
    position: relative;
    padding-left: 12px;
    margin: 0;
    width: 100%;
}
.news-comments-wrap .write-comment .textarea-placeholder .text {
    position: absolute;
    top: -100px;
    font-family: 'Raleway-Light';
    color: #a9a9a9;
    font-size: 12px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
.news-comments-wrap .write-comment .not-empty + .textarea-placeholder .text,
#inputComment:focus + .textarea-placeholder .text {
    font-size: 10px;
    top: -107px;
}
.news-comments-wrap .write-comment .submit-button {
    margin-top: 5px;
    width: 201px;
    height: 38px;
    background-color: #438fa1;
    padding-top: 3px;
    border: 0;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #ffffff;
    cursor: pointer;
}
.news-comments-wrap .write-comment .submit-button:hover {
    background-color: #2297B3;
}
.similar-news-wrap {
    padding-bottom: 108px;
    background-color: #f2f2f2;
    margin-top: 180px;
}
.similar-news-wrap .container {
    padding: 0;
}
.similar-news-wrap .block-title {
    font-family: 'BebasNeue-Bold';
    font-size: 36px;
    letter-spacing: 1.4px;
    color: #383838;
    margin: 70px 0 17px 0;
}
.similar-news-wrap .first-news {
    height: 409px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.similar-news-wrap .first-news .news-img {
    min-height: 409px;
    min-width: 100%;
    position: absolute;
}
.similar-news-wrap .first-news .gradient {
    position: relative;
    height: 409px;
    width: 100%;
    z-index: 10;
	background-color: rgba(46, 46, 46, 0.58);
}
.similar-news-wrap .first-news .gradient:hover {
    background-color: rgba(20, 19, 19, 0.58);
}
.similar-news-wrap .first-news .desc {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0 29px 10px 29px;
    width: 100%;
}
.similar-news-wrap .first-news .section-link {
    background-color: #f99f1c;
    padding: 5px 30px 0 30px;
    display: inline-block;
    font-family: 'BebasNeue-Regular';
    font-size: 19px;
    letter-spacing: 0.6px;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    margin: 0;
}
.similar-news-wrap .first-news .section-link:hover {
    background-color: #D3772E;
}
.similar-news-wrap .first-news .title {
    font-family: 'Raleway-Bold';
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #fff;
    margin: 25px 0 0 0;
    line-height: 1.25;
    text-decoration: none;
}
.similar-news-wrap .first-news .title-link {
    color: #fff;
    text-decoration: none;
}
.similar-news-wrap .first-news .post-time {
    margin: 9px 0 0 0;
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    color: #fff;
}
.similar-news-wrap .first-news .reading-time {
    margin: 10px 10px 0 0;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
}
.similar-news-wrap .first-news .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.similar-news-wrap .second-news {
    background-color: #fff;
    height: 409px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.similar-news-wrap .second-news .news-img {
    min-width: 100%;
    height: 250px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.similar-news-wrap .second-news .gradient {
    position: relative;
    height: 250px;
    width: 100%;
    z-index: 10;
	background-color: rgba(46, 46, 46, 0.58);
}
.similar-news-wrap .second-news .gradient:hover {
    background-color: rgba(20, 19, 19, 0.58);
}
.similar-news-wrap .second-news .desc {
    position: relative;
    padding: 20px 23px;
    margin-bottom: 0;
    text-align: center;
}
.similar-news-wrap .second-news .reading-time {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
}
.similar-news-wrap .second-news .reading-time .fa {
    margin-right: 8px;
    font-size: 14px;
}
.similar-news-wrap .second-news .section-link {
    font-family: 'BebasNeue-Bold';
    font-size: 19px;
    letter-spacing: 0.6px;
    text-align: center;
    margin: 0;
    color: #f99f1c;
    text-decoration: none;
}
.similar-news-wrap .second-news .section-link:hover {
    color: #D3772E;
}
.similar-news-wrap .second-news .title {
    margin: 14px 0 0 0;
    line-height: 20px;
}
.similar-news-wrap .second-news .title-link {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #383838;
    text-decoration: none;
}
.similar-news-wrap .second-news .title-link:hover {
    color: #2297B3
}
.similar-news-wrap .second-news .post-time {
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    color: #bfbfbf;
    position: absolute;
    bottom: 10px;
    margin: 0;
    width: 100%;
    text-align: center;
}
/* info_page */

.info-page-title {
    font-family: 'BebasNeue-Bold';
    font-size: 36px;
    letter-spacing: 1.4px;
    color: #383838;
    margin: 0;
}
.info-page-subtitle {
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #438fa1;
    margin: 20px 0 0 0;
}
.info-logo img {
    width: 508px;
	height:auto;
    max-width: 100%;
    margin-top: 30px;
}
.info-text {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.65;
    color: #383838;
    width: 615px;
    max-width: 100%;
    margin: 30px 0 30px 0;
}
.bulleted-list-title {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    line-height: 1.83;
    color: #383838;
}
.bulleted-list-info {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.85;
    color: #383838;
    width: 615px;
    max-width: 100%;
    padding-left: 35px;
    list-style-type: none;
}
.bulleted-list-info li {
    position: relative;
}
.bulleted-list-info li:before {
    position: absolute;
    display: block;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #383838;
    content: '';
    font-size: 40px;
    left: -22px;
    top: 15px;
}
.info-first-gallery {
    margin-top: 43px;
    padding: 20px 0;
    background-color: #f2f2f2;
    position: relative;
}
.info-first-gallery .next,
.info-first-gallery .prev {
    width: 41px;
    height: 100px;
    position: absolute;
    top: 0;
    cursor: pointer;
    display: inline-block;
}
.info-first-gallery .next {
    right: 0px;
}
.info-first-gallery .prev .arrow {
    border: 45px solid transparent;
    border-right: 41px solid #979797;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -60px;
    font-size: 0;
}
.info-first-gallery .next .arrow {
    border: 45px solid transparent;
    border-left: 41px solid #979797;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -26px;
    font-size: 0;
}
.info-first-gallery .img-block {
    margin: 0 50px;
    height: 150px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.info-first-gallery .gallery-item {
    width: 150px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    margin: 0 6px;
}
.info-first-gallery .gallery-item img {
    height: 100%;
}
.employees-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 42px 0 35px 0;
}
.employee-img {
    width: 100%;
}
.employee-title {
    font-family: 'Raleway-Bold';
    font-size: 14px;
    line-height: 1.3;
    color: #383838;
    margin: 9px 0 0 0;
	display:inline-block;
}
.employee-title:hover, .employee-title:focus {
	text-decoration:none !important;
}
.employee-subtitle {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    line-height: 0.98;
    color: #383838;
    margin: 9px 0 30px 0;
}
.license-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 39px 0 22px 0;
}
.license-img img {
    width: 100%;
	max-width:100%;
	height:auto;
    margin-top: 20px;
}
.awards-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 70px 0 23px 0;
}
.award-item {
    height: 336px;
    position: relative;
    margin-top: 20px;
}
.award-item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #d8d8d8;
}
.award-img img {
    max-width: 60%;
    max-height: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.trustee-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 70px 0 0 0;
}
.trustee-container {    
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    overflow: hidden;
    background-color: #f2f2f2;
}
.trustee-container > .container {
    padding: 0;
}
.info-second-gallery {    
    position: relative;
}
.info-second-gallery .next,
.info-second-gallery .prev {
    width: 41px;
    height: 100px;
    position: absolute;
    top: 215px;
    cursor: pointer;
    display: inline-block;
}
.info-second-gallery .next {
    right: 0px;
}
.info-second-gallery .prev .arrow {
    border: 45px solid transparent;
    border-right: 41px solid #979797;
    position: absolute;
    top: 50%;
    margin: -45px 0 0 -40px;
}
.info-second-gallery .next .arrow {
    border: 45px solid transparent;
    border-left: 41px solid #979797;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -25px;
}
.info-second-gallery .gallery-item-wrap {
    margin: 0 75px 0 68px;
    height: 535px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    flex-wrap: wrap;
}
.info-second-gallery .gallery {
    width: 480px;
}
.info-second-gallery .trustee {
    height: 238px;
    margin-bottom: 59px;
}
.trustee-img-block {
    height: 100%;
    width: 196px;
    float: left;
    overflow: hidden;
    display: inline-block;
    position: relative;
}
.trustee-img-block img {
    position: absolute;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.trustee-desc {
    width: 282px;
    display: inline-block;
    padding: 20px 0 0 25px;
}
.trustee-desc .title {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    line-height: 1.28;
    color: #383838;
	padding-bottom: 8px;
    display: inline-block;
}
.trustee-desc .title:hover,
.trustee-desc .title:focus {
	text-decoration:none !important;
}
.trustee-desc .subtitle-first {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    line-height: 1.25;
    color: #383838;
}
.trustee-desc .subtitle-second {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    line-height: 1.43;
    color: #9b9b9b;
}
.partners-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 70px 0 0 0;
}
.info-third-gallery {
    margin-top: 35px;
    padding: 53px 0;
    background-color: #fff;
    position: relative;
}
.info-third-gallery .next,
.info-third-gallery .prev {
    width: 41px;
    height: 100px;
    position: absolute;
    top: 40px;
    cursor: pointer;
    display: inline-block;
}
.info-third-gallery .next {
    right: 0px;
}
.info-third-gallery .prev .arrow {
    border: 45px solid transparent;
    border-right: 41px solid #d1d1d1;
    position: absolute;
    top: 50%;
    margin: -40px 0 0 -40px;
}
.info-third-gallery .next .arrow {
    border: 45px solid transparent;
    border-left: 41px solid #d1d1d1;
    position: absolute;
    top: 50%;
    margin: -40px 0 0 -5px;
}
.info-third-gallery .img-block {
    margin: 0 50px;
    height: 80px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.info-third-gallery .gallery-item {
    display: inline-block;
    margin: 0 32px;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
}
.info-third-gallery .gallery-item img {
	width:auto;
	height:auto;
    max-height: 80px;
    max-width: 156px;
    display: inline-block;
    vertical-align: middle;
}
.info-fourth-gallery {
    margin-top: 35px;
    padding: 53px 0;
    background-color: #fff;
    position: relative;
}
.info-fourth-gallery .next,
.info-fourth-gallery .prev {
    width: 41px;
    height: 100px;
    position: absolute;
    top: 40px;
    cursor: pointer;
    display: inline-block;
}
.info-fourth-gallery .next {
    right: 0px;
}
.info-fourth-gallery .prev .arrow {
    border: 45px solid transparent;
    border-right: 41px solid #d1d1d1;
    position: absolute;
    top: 50%;
    margin: -40px 0 0 -40px;
}
.info-fourth-gallery .next .arrow {
    border: 45px solid transparent;
    border-left: 41px solid #d1d1d1;
    position: absolute;
    top: 50%;
    margin: -40px 0 0 -5px;
}
.info-fourth-gallery .img-block {
    margin: 0 50px;
    height: 80px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.info-fourth-gallery .gallery-item {
    display: inline-block;
    margin: 0 32px;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
}
.info-fourth-gallery .gallery-item img {
	width:auto;
	height:auto;
    max-height: 80px;
    max-width: 156px;
    display: inline-block;
    vertical-align: middle;
}
#banners-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 70px 0 15px 0;
}
.banners-first-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banners-first-block .first-img {
    max-height: 234px;
    max-width: 342px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.banners-first-block .second-image img,
.banners-first-block .first-img img {
    width: 100%;
	max-width:100%;
	height:auto;
}
.banners-second-block .first-image img,
.banners-second-block .second-image img,
.banners-second-block .third-image img,
.banners-second-block .fourth-image img,
.banners-second-block .fifth-image img {
	width:100%;
	max-width:100%;
	height:auto;
}
.banners-first-block .second-image {
    margin-right: 92px;
    height: 189px;
    width: 283px;
    margin-top: 20px;
}
.banners-first-block .logo-block {
    height: 234px;
    width: 360px;
    margin-top: 20px;
    border: 4px solid #438fa1;
    padding: 38px 20px 45px 20px;
    font-weight: bold;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banners-first-block .logo-block .logo,
.banners-first-block .logo-block .poster {
    margin: 0
}
.banners-first-block .logo-block .link {
    color: #438fa1;
    text-decoration: none;
}
.banners-first-block .logo-block .link:hover {
    color: #2297B3;
}
.banners-second-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 19px 0 0 0;
}

.banners-second-block .first-image {
    width: 18.4%;
    overflow: hidden;
    margin: 20px 2% 0 0;
}
.banners-second-block .first-image:last-child {
	margin: 20px 0 0 0;
}
.banners-second-block .second-image {
    width: 18.4%;
    overflow: hidden;
    margin: 20px 2% 0 0;
}
.banners-second-block .third-image {
   width: 18.4%;
    overflow: hidden;
    margin: 20px 2% 0 0;
}
.banners-second-block .fourth-image,
.banners-second-block .fifth-image {
    width: 18.4%;
    overflow: hidden;
    margin: 20px 2% 0 0;
}
.banners-second-block .fifth-image {
    width: 18.4%;
    overflow: hidden;
    margin: 20px 0 0 0;
}

/*.banners-second-block .first-image {
    height: 391px;
    width: 200px;
    overflow: hidden;
    margin: 20px 41px 0 0;
}
.banners-second-block .second-image {
    height: 391px;
    width: 200px;
    overflow: hidden;
    margin: 20px 41px 0 0;
}
.banners-second-block .third-image {
    height: 365px;
    width: 220px;
    overflow: hidden;
    margin: 20px 47px 0 0;
}
.banners-second-block .fourth-image,
.banners-second-block .fifth-image {
    height: 310px;
    width: 200px;
    overflow: hidden;
    margin: 20px 60px 0 0;
}
.banners-second-block .fifth-image {
    margin: 20px 0 0 0;
}
/* person */

.person-name {
    font-family: 'BebasNeue-Bold';
    font-size: 36px;
    letter-spacing: 1.4px;
    color: #383838;
    margin: 0;
    text-transform: uppercase;
}
.person-function {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.11;
    color: #383838;
    margin-top: 3px;
}
.person-img {
    max-height: 362px;
    margin-top: 15px;
    max-width: 100%;
}
.biography-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 70px 0 0 0;
}
.biography {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.65;
    color: #383838;
    margin: 35px 0 0 0;
    width: 615px;
    max-width: 100%;
}
.publications {
    width: 360px;
    max-width: 100%;
    margin-top: 100px;
    padding: 17px 0 25px 19px;
    border: solid 4px #438fa1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.publications p {
    margin: 0;
}
.publications .publications-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin-bottom: 2px;
}
.publications a {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    color: #438fa1;
    margin-top: 9px;
    display: inline-block;
}
.publications a:hover {
    color: #2297B3;
    text-decoration: none;
}
/* application */

.application-title {
    font-family: 'BebasNeue-Bold';
    font-size: 36px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #383838;
    margin: 0;
}
.application-map {
    height: 351px;
    width: 100%;
    margin-top: 47px;
}
.application-desc {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.61;
    color: #383838;
    margin: 50px 0 0 0;
    width: 615px;
    max-width: 100%;
}
.numbered-list-info {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.78;
    color: #383838;
    margin: 45px 0 0 0;
    padding-left: 28px;
    width: 615px;
    max-width: 100%;
}
.numbered-list-info li {
    padding-left: 9px;
}
.numbered-list-info .bulleted-list-info {
    padding-left: 28px;
    line-height: 1.78;
    width: 600px;
    max-width: 100%;
}
.numbered-list-info .bulleted-list-info li {
    list-style-type: none;
    position: relative;
}
.numbered-list-info .bulleted-list-info li:before {
    content: '';
    position: absolute;
    left: -18px;
    width: 4px;
    height: 3px;
}
.application-desc-bottom {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.78;
    color: #383838;
    margin: 44px 0 0 0;
    width: 615px;
    max-width: 100%;
}
.load-card {
    display: inline-block;
    font-family: 'Raleway-Bold';
    font-size: 18px;
    text-align: center;
    color: #438fa1;
    padding: 4px 57px;
    border: solid 2px #438fa1;
    margin-top: 60px;
}
.load-card:hover {
    text-decoration: none;
    color: #fff;
    background-color: #438fa1;
}
/* application sidebar*/

.satellite-tv {
    padding: 28px 32px 53px 24px;
    margin-top: 40px;
    background-color: #fff;
}
.satellite-tv .title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #524d52;
    margin: 0;
}
.satellite-tv .name {
    font-family: 'Raleway-Bold';
    font-size: 16px;
    color: #817e7e;
    margin: 21px 0 0 0;
}
.satellite-tv .desc {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    color: #817e7e;
    margin: 15px 0 0 0;
    line-height: 1.2;
    margin-bottom: 38px;
}
.satellite-tv .desc:last-child {
    margin-bottom: 0;
}
.satellite-tv .link {
    color: #438fa1;
}
.satellite-tv .link:hover {
    color: #2297B3;
    text-decoration: none;
}
.application-form {
    margin-top: 65px;
}
.application-form .title {
    font-family: 'Raleway-Bold';
    font-size: 20px;
    line-height: 1;
    color: #606060;
    margin-bottom: 31px;
}
.application-form .form-control {
    width: 100%;
    max-width: 100%;
    height: 57px;
    padding-left: 13px;
    margin-top: 6px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
}
.application-form .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0;
}
.application-form .placeholder {
    font-family: 'Raleway-Regular';
    color: #ababab;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 12px;
    margin: 0;
}
.application-form .placeholder .text {
    position: absolute;
    top: -60px;
    font-size: 18px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
.application-form .not-empty + .placeholder .text,
.application-form .form-control:focus + .placeholder .text {
    font-size: 11px;
    top: -70px;
}
.application-form .submit-button {
    background-color: #438fa1;
    color: #fff;
    border: 0;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    padding: 5px 57px 5px 57px;
    margin: 7px 0 0 0px;
    cursor: pointer;
}

.application-form{
	text-align: center;
}

.application-form .submit-button:hover {
    background-color: #2297B3;
}
.city-list-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 90px 0 17px 0;
}
.city-wrap {
    border-bottom: 1px solid #cfcfcf;
    padding: 30px 15px 30px 15px;
}
.city-name {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    line-height: 1.33;
    color: #383838;
    margin-bottom: 25px;
}
.city-company {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.35;
    color: #383838;
    margin: 0;
}
.all-city-button {
    text-align: center;
    width: 100%;
    margin-top: 52px;
}
.all-city-button .link {
    display: inline-block;
    background-color: #438fa1;
    font-family: 'BebasNeue-Bold';
    font-size: 30px;
    letter-spacing: 1.3px;
    color: #ffffff;
    width: 293px;
    max-width: 100%;
    padding: 7px 0 2px 0;
    text-decoration: none;
}
.all-city-button .link:hover {
    background-color: #2297B3;
}
/* contacts */

.contacts .page-title {
    font-family: 'BebasNeue-Bold';
    font-size: 36px;
    letter-spacing: 1.4px;
    color: #383838;
    margin: 0;
}
.contacts .image-map {
    margin: 30px 0 70px 0;
    width: 100%; 
    height: 351px;
}
.contacts .title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 80px 0 19px 0;
}
.contacts .title.direction {
    margin: 70px 0 19px 0;
}
.contacts .subtitle {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    line-height: 1.62;
    color: #383838;
    margin: 0 0 0 5px;
}
.contacts .adress {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.62;
    color: #383838;
    margin: 0 0 26px 5px;
}
.contacts .text {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 18px;
    color: #383838;
    margin: 0 0 20px 5px;
}
.contacts-form {
    margin-top: 90px;
}
.contacts-form .title {
    font-family: 'Raleway-Bold';
    font-size: 20px;
    line-height: 1;
    color: #606060;
    letter-spacing: 0.3px;
    margin: 0 0 40px 0;
}
.contacts-form textarea,
.contacts-form input {
    width: 100%;
    max-width: 100%;
    height: 57px;
    padding-left: 13px;
    margin-top: 7px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
    display: block;
}
.contacts-form textarea {
    height: 177px;
    padding-top: 15px;
    resize: none;
}
.contacts-form .placeholder {
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 12px;
    margin: 0;
}
.contacts-form .placeholder .text {
    font-family: 'Raleway-Light';
    color: #999;
    font-size: 18px;
    position: absolute;
    top: -55px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
.contacts-form .not-empty + .placeholder .text,
.contacts-form .form-control:focus + .placeholder .text {
    font-size: 11px;
    top: -75px;
}
.contacts-form .textarea-placeholder {
    position: relative;
    padding-left: 12px;
    margin: 0;
    width: 100%;
}
.contacts-form .textarea-placeholder .text {
    position: absolute;
    top: -177px;
    font-family: 'Raleway-Light';
    color: #999;
    font-size: 18px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
.contacts-form .not-empty + .textarea-placeholder .text,
.contacts-form #inputCommentContacts:focus + .textarea-placeholder .text {
    font-size: 11px;
    top: -195px;
}
.contacts-form .submit-button {
    background-color: #438fa1;
    color: #fff;
    border: 0;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    padding: 8px 57px 8px 57px;
    margin: 40px 0 0 0;
    cursor: pointer;
}
.contacts-form .submit-button:hover {
    background-color: #2297B3;
}
/* FAQ */

.faq-page-title {
    font-family: 'BebasNeue-Bold';
    font-size: 36px;
    letter-spacing: 1.4px;
    color: #383838;
    margin: 0;
    text-transform: uppercase;
}
.faq-content {
    width: 652px;
    max-width: 100%;
    margin-top: 30px;
}
.question-block {
    position: relative;
    margin-bottom: 10px;
}
.question-block input {
    display: none;
}
.question-block .question {
    background-color: #ffffff;
    width: 100%;
    cursor: pointer;
}
.question-block .question:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #383838;
    position: absolute;
    right: 25px;
    top: 7px;
}
.question-block .question .title {
    margin: 0;
    padding: 15px 45px 15px 35px;
    opacity: 0.8;
    font-family: 'Raleway-Bold';
    font-size: 18px;
    color: #383838;
    border: solid 1px #cdcdcd;
    display: block;
    text-align: left;
}
.question-block .answer {
    padding: 0 56px 0 36px;
    margin: 0;
    overflow: hidden;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.62; 
    color: #383838;
    text-align: left;
	max-height: 0px;
    transition: max-height 0.5s;
	padding-top: 0px;
    padding-bottom: 0px;
}
.faq-checkbox:checked ~ .answer {
    max-height: 500px;
}
.faq-checkbox:checked ~ .question .title {
    opacity: 1;
    border: solid 1px #498295;
}
.faq-checkbox:checked ~ .question:after {
    content: '\f106';
    right: 23px;
    top: 5px;
}
.ask-button {
    text-align: center;
    width: 100%;
    margin-top: 73px;
}
.ask-button .link {
    display: inline-block;
    background-color: #438fa1;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #ffffff;
    padding: 8px 39px 8px 39px;
    text-decoration: none;
}
.ask-button .link:hover {
    background-color: #2297B3;
}
/* userprofile */

.profile-page-title {
    font-family: 'BebasNeue-Bold';
    font-size: 36px;
    letter-spacing: 1.4px;
    color: #383838;
    margin: 0;
	float: left;
}
.user-photo-wrap {
    display: flex; 
    flex-direction: column;     
    align-items: left;
	clear: both;
}
.user-photo {
    width: 162px;
    height: 162px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 40px;
    background-image: url('../images/default_avatar.png');
    background-size: cover;
}
.user-photo img {
    height: 162px;
}
.add-photo {
	width:100% !important;
}
.add-photo,
.delete-photo {
    font-family: 'Raleway-Bold';
    font-size: 18px;
    color: #438fa1;
    display: none;
    cursor: pointer;
    margin: 5px 0 0 0;
    width: 162px;
    text-align: center;
}
.add-photo:hover,
.delete-photo:hover {
    color: #2297B3;
}
#inputImage {
    display: none;
}
.profile-form {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    color: #383838;
    margin-top: 54px;
}
.profile-form .form-group {
    margin-bottom: 30px;
}
.profile-form .subtitle.soc ~ .form-group {
    margin-bottom: 40px;
}
.profile-form .form-control-label {
    line-height: 57px;
}
.profile-form .asterisk {
    color: #f85238;
    font-size: 18px;    
    font-family: PTSerif,serif;
}
.profile-form .form-control {
    height: 57px;
    width: 100%;
    max-width: 100%;
    border-radius: 2px;
    border: solid 1px #d0d0d0;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    color: #383838;
}
.profile-form .subtitle {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 68px 0 33px 0;
}
.profile-form .btn {
    background-color: #438fa1;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #ffffff;
    padding: 8px 56px 8px 56px;
    margin-top: 45px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.profile-form .btn:hover {
    background-color: #2297B3;
}
.profile-response {
    width: 300px;
    max-width: 100%;    
    opacity: 0.7;
    color: #fff;
    font-size: 20px;
    background-color: #000;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    z-index: 100;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.main-header .avatar {
    width: 157px;
    height: 157px;
    border-radius: 50%;
    overflow: hidden;
}
.main-header .avatar-img {
    height: 100%;
}
.main-header .desc {
    height: 157px;
    padding-left: 40px;
    color: #383838;
}
.main-header .title {
    font-family: 'BebasNeue-Bold';
    font-size: 34px;
    letter-spacing: 2px;
    margin: 20px 0 7px 0;
}
.main-header .subtitle {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    margin-bottom: 6px;
}
.main-header .social {
    display: flex;
    flex-direction: row;
}
.main-header .soc-link {
    margin: 0 20px 0 0;
    font-size: 18px;
    color: #438fa1;
}
.main-header .soc-link:hover {
    color: #2297B3;
}
.main-content .post {
    margin-bottom: 29px;
    background-color: #fff;
}
.main-content .post-img-wrap {
    overflow: hidden;
    display: block;
    position: relative;
}
.main-content .post-img-wrap img {
    position: absolute;
    width: 100%;
}
.main-content .post-author {
    padding: 10px 15px 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-content .post-author .author a {
    margin-left: 10px;
    font-family: 'Raleway-Bold';
    font-size: 14px;
    color: #438fa1;
    text-decoration: none;
}
.author {
	margin-bottom:0;
}
.main-content .post-author .author:hover {
    color: #2297B3;
}
.main-content .post-author .avatar {
    display: block;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    height: 25px;
    width: 25px;
}
.main-content .post-author .avatar img {
    vertical-align: top;
}
.main-content .post-desc {
    padding: 15px 15px 19px 15px;
    color: #bfbfbf;
    height: 174px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-desc .posting-date {
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    margin: 0;
}
.post-desc .title {
    margin-top: 1px;
    overflow: hidden;
    font-family: 'Raleway-Regular';
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.4;
}
.post-desc .title-link {
    display: block;
    text-decoration: none;
    color: #383838;
}
.post-desc .title-link:hover {
    color: #2297B3;
}
.post-footer {
    margin-bottom: 0;
    font-family: 'Raleway-Bold';
    font-size: 12.5px;
    opacity: 0.7;
    color: #c9c9c9;
    padding-right: 32px;
}
.post-footer .fa-clock-o {
    margin-right: 8px;
    font-size: 14px;
}
.post-footer .reading-count {
    float: right;
}
.post-footer .fa-eye {
    margin-right: 5px;
}
.more-posts-wrap {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.more-posts {
    height: 55px;
    width: 293px;
    max-width: 100%;
    padding: 5px 0 0 0;
    font-family: 'BebasNeue-Bold';
    font-size: 30px;
    letter-spacing: 1.3px;
    color: #fff;
    background-color: #438fa1;
    border: 0;
    border-radius: 0;
    cursor: pointer;
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.more-posts:hover {
    background-color: #2297B3;
}
/* tvshow */

.tvshow .post-link {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.tvshow .hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    opacity: 1;
	/*transition: opacity 0.2s;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;*/
	top: 0%;
	left: -100%;
}
.tvshow .post-link:hover .hover {
    //opacity: 1;
	//top: 0% !important;
	//left: 0% !important;
}
.tvshow .hover-text {
    font-family: 'Raleway-Bold';
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tvshow img {
    width: 100%;
}
/* tvshow-page */

.latest-tv-show .title {
    font-size: 36px;
    font-family: 'BebasNeue-Bold';
    color: #383838;
    letter-spacing: 1.4px;
    margin-bottom: 5px;
}
.latest-tv-show .subtitle {
    font-size: 12px;
    font-family: 'Raleway-Light';
    color: #383838;
    line-height: 20px;
    opacity: 0.4;
    font-weight: 300;
    line-height: 1.67;
    margin-bottom: 5px;
}
.latest-tv-show .date {
    font-family: 'BebasNeue-Bold';
    font-size: 14px;
    color: #438fa1;
    letter-spacing: 0.5px;
}
.latest-tv-show .video-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.latest-tv-show .video-wrap iframe {
    width: 457px;
    height: 266px;
    max-width: 100%;
    box-shadow: 0px 24px 31px 1px rgba(0, 0, 0, .15);
}
/* calendar*/

.latest-tv-show .calendar-wrap {
    width: 258px;
}
.calendar * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.calendar {
    height: 23em;
}
.calendar.small {
    font-size: 0.8em;
    font-weight: 100
}
.calendar .c-month-view {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 12.5%;
    position: relative;
    font-size: 1.6em;
    margin-bottom: 5px;
    border-bottom: 2px solid #cbcbcb;
}
.calendar .c-month-view p {
    text-align: center;
    font-family: 'Raleway-Bold';
    color: #818181;
    font-size: 16px;
}
.calendar .c-month-view .c-month-arrow {
    width: 15%;
    height: 100%;
    position: absolute;
    top: -8px;
    color: #bebebe;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: #bebebe;
}
.calendar .c-month-view .c-month-arrow[data-dir=left] {
    left: 0
}
.calendar .c-month-view .c-month-arrow[data-dir=right] {
    right: 0;
    text-align: right;
}
.calendar .c-holder {
    height: 87.5%;
    position: relative
}
.calendar .c-holder .c-grid {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.calendar .c-holder .c-grid .c-row {
    width: 100%;
    height: 13.28571%;
    height: -moz-calc(100%/7 - 1px);
    height: -o-calc(100%/7 - 1px);
    height: -webkit-calc(100%/7 - 1px);
    height: calc(100%/7 - 1px);
    margin-bottom: 2px
}
.calendar .c-holder .c-grid .c-row:last-child {
    margin-bottom: 0
}
.calendar .c-holder .c-grid .c-row .c-day {
    margin-right: 2px;
    width: 13%;
    width: -moz-calc(100%/7 - 2px);
    width: -o-calc(100%/7 - 2px);
    width: -webkit-calc(100%/7 - 2px);
    width: calc(100%/7 - 2px);
    height: 100%;
    display: inline-block;
    position: relative;
    font-family: 'BebasNeue-Regular';
    font-size: 14px;
    line-height: 1.43;
    color: #797979;
}
.calendar .c-holder .c-grid .c-row .c-day.c-l .date-holder {
    font-size: 1em
}
.calendar .c-holder .c-grid .c-row .c-day:last-child {
    margin-right: 0
}
.calendar .c-holder .c-grid .c-row .c-day.have-events {
    cursor: pointer
}
.calendar .c-holder .c-grid .c-row .c-day.other-month {
    color: #cccccc;
    background-color: #fcfcfc;
}
.calendar .c-holder .c-grid .c-row .c-day.this-day {
    background: #eee;
}
.calendar .c-holder .c-grid .c-row .c-day .date-holder {
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%;
    text-align: center;
    cursor: default;
}
.calendar .c-holder .c-grid .c-row .c-l .date-holder {
    width: 100%;
    text-align: center;
}
.calendar.spec-day .c-grid {
    display: none
}
.calendar.spec-day .c-month-arrow {
    display: none
}
.c-day {
    background-color: #fbfbfb
}
.calendar .c-holder .c-grid .c-row .c-l {
    background-color: unset;
    font-family: 'Raleway-Regular';
    font-size: 12px;
    font-weight: 300;
    line-height: 1.75;
    color: #767676;
}
.current-tv-show-desc {
    margin-top: 70px;
}
.current-tv-show-desc .title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
}
.current-tv-show-desc .text {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    line-height: 1.62;
    color: #383838;
    margin: 20px 0 10px 0;
}
.latest-tv-show .send-letter {
    height: 42px;
    width: 208px;
    display: block;
    text-align: center;
    background-color: #438fa1;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 42px;
    margin-top: 25px;
    text-decoration: none;
}
.latest-tv-show .send-letter:hover {
    background-color: #2297B3;
}
.recent-tv-show .block-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin-top: 70px;
}
.recent-tv-show .date {
    font-family: 'BebasNeue-Bold';
    font-size: 14px;
    color: #438fa1;
    letter-spacing: 0.5px;
    margin: 35px 0 0 8px;
}
.recent-tv-show iframe {
    width: 100%;
    max-width: 360px;
    height: 202px;
    box-shadow: 0px 24px 31px 1px rgba(0, 0, 0, .15);
    margin-top: 28px;
}
.recent-tv-show .desc {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    line-height: 16px;
    color: 383838;
    margin-top: 16px;
}
.recent-tv-show .subtitle {
    font-family: 'Raleway-Bold';
}
.recent-tv-show hr {
    color: #e4e3e3;
    width: 100%;
    margin: 26px 20px 7px 10px;
}

.categories .first-news-block {
    margin-top: 0
}
.categories .first-news-block .page-title {
    font-family: 'BebasNeue-Bold';
    font-size: 36px;
    letter-spacing: 1.4px;
    line-height: 36px;
    color: #383838;
    margin: 6px 0 0 0;
}
.categories .first-news-block .news {
    margin-top: 40px;
	margin-bottom: 29px;
}
/* SIDEBAR */

#sidebar-right {
    display: flex;
    flex-direction: column;
}
#sidebar-right > .container {
    padding: 0;
}
.video-big-wrap {
    border: 10px solid #438fa1;
    padding: 15px;
}
.video-big {
    position: relative;
    /*overflow: hidden;*/

}
.video-big .blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.video-big .title {
    position: absolute;
    text-align: center;
    font-family: 'BebasNeue-Bold';
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    bottom: 0;
}
.video-big .play-button {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
}
.video-big .play-button:hover {
    background-color: #3fb6e6;
}
.video-big {
	height: 200px;
	position:relative;
}
.video-big .video-mask  {
	background-color:#383838;
	top:0;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	z-index:1;
}
.play_ico {
	position:absolute;
	top:50%;
	margin-top:-36px;
	left:50%;
	margin-left:-36px;
	cursor:pointer;
	-moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	z-index:2;
}
.play_ico:hover {
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.video-mask p {
	font-family: 'BebasNeue-Regular';
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-transform:uppercase;
	position:absolute;
	width:100%;
	text-align:center;
	bottom:4px;
}
.video-big .play-arrow {
    border: 14px solid transparent;
    border-left: 28px solid #3fb6e6;
    margin-top: 20px;
    margin-left: 25px;
}
.video-big .play-button:hover .play-arrow {
    border-left: 28px solid #fff;
}
.video-big-img {
    width: 100%;
    height: 200px;
}
.latest-news {
    background-color: #fff;
    margin-top: 40px;
    padding: 28px 20px 29px 24px;
}
.latest-news .block-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    color: #524d52
}
.latest-news .news {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 21px 0 20px 0;
    line-height: 1.28;
}
.latest-news .news:before {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 2px;
    border-top: 1px solid #686868;
    content: "";
}
.latest-news .news:last-child:before {
    border: 0;
}
.latest-news .news-title {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    text-decoration: none;
    color: #817e7e;
    max-width: 80%;
}
.latest-news .news-title:hover {
    opacity: 0.8;
}
.latest-news .news-time {
    font-family: 'BebasNeue-Regular';
    font-size: 17px;
    color: #817e7e;
    margin: 2px 0 0 0;    
}
#sidebar-right .new-telecasts {
    border: solid 4px #438fa1;
    padding: 22px 29px 53px 21px;
    margin-top: 40px;
}
#sidebar-right .new-telecasts .block-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    letter-spacing: 1px;
    color: #383838;
    margin: 0 0 0 1px;
    line-height: 25px;
}
#sidebar-right .new-telecasts .show-all {
    font-family: 'Raleway-Regular';
    opacity: 0.6;
    font-size: 12px;
    color: #000;
    margin: 6px 0 17px 3px;
    display: inline-block;
    text-decoration: none;
}
#sidebar-right .new-telecasts .show-all:hover {
    opacity: 0.8;
}
#sidebar-right .new-telecasts .show-all .fa {
    opacity: 0.6;
    font-size: 7px;
    color: #000;
}
#sidebar-right .new-telecast {
    margin-top: 20px;
    height: 93px;
    color: #fff;
    display: flex;
    flex-direction: row;
}
#sidebar-right .new-telecast-video {
    position: relative;
    width: 93px;
    min-width: 93px;
    overflow: hidden;
}
#sidebar-right .new-telecast-video .blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
#sidebar-right .new-telecast-video .play-button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 10;
}
#sidebar-right .new-telecast-video .play-button:hover {
    background-color: #3fb6e6
}
#sidebar-right .new-telecast-video .play-arrow {
    border: 9px solid transparent;
    border-left: 18px solid #3fb6e6;
    margin-top: 11px;
    margin-left: 14px;
}
#sidebar-right .new-telecast-video .play-button:hover .play-arrow {
    border-left: 18px solid #fff;
}
#sidebar-right .new-telecast-video-img {
    height: 93px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#sidebar-right .new-telecast-desc {
    width: 100%;
    background-color: #438fa1;
    padding: 7px 5px 7px 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
#sidebar-right .new-telecast-desc .post-time {
    font-family: 'BebasNeue-Bold';
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    background-color: #fff;
    color: #438fa1;
    padding: 1px 7px 0 7px;
    height: 17px;
}
#sidebar-right .new-telecast-desc .title {
    font-family: 'Raleway-Bold';
    color: #fff;
    text-decoration: none;
    margin: 0;
    font-size: 16px;
}
#sidebar-right .new-telecast-desc .title:hover {
    opacity: 0.7;
}
#sidebar-right .new-telecast-desc .subtitle {
    margin: 0;
    font-family: 'Raleway-Regular';
    font-size: 14px;
}
#sidebar-right .partner-news {
    background-color: #f1efef;
    margin-top: 40px;
    padding: 10px 66px 14px 15px;
    border: 1px solid #676767;
}
#sidebar-right .partner-news .block-title {
    font-family: 'BebasNeue-Bold';
    font-size: 25px;
    color: #888;
    letter-spacing: 0.9px;
    margin-bottom: 12px;
}
#sidebar-right .partner-news .news {
    padding: 12px 0 11px 0;
    line-height: 1.3;
    border-bottom: 1px solid #e0dddd;
}
#sidebar-right .partner-news .news:last-child {
    border: 0;
}
#sidebar-right .partner-news .news-title {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #383838;
    text-decoration: none;
}
#sidebar-right .partner-news .news-title:hover {
    color: #f18438;
}
#sidebar-right .partner-news .news-time {
    font-family: 'BebasNeue-Regular';
    font-size: 12px;
    color: #b2b2b2;
    vertical-align: top;
}
.rss-aggregator {
    list-style-type: none;
    padding: 0;
}
.rss-aggregator .feed-item {
    padding: 12px 0 11px 0;
    line-height: 1.3;
    border-bottom: 1px solid #e0dddd;
}
.rss-aggregator .feed-item:last-child {
    border: 0;
}
.rss-aggregator a {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #383838;
    text-decoration: none;
}
.rss-aggregator .wprss-feed-meta {
    font-family: 'BebasNeue-Regular';
    font-size: 12px;
    color: #b2b2b2;
    vertical-align: top;
    display: inline-block;
    margin-left: 0;
	display:block;
}
.partner-news .nav-links {
    display: none;
}

/* FOOTER*/

footer {
    background-color: #575757;
    margin-top: 95px;
}
.similar-news-wrap + footer,
.second-half-main + footer {
    margin-top: 0;
}
footer .container {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
footer .social-wrap {    
    margin-left: -30px;
}
footer .social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-size: cover;
    background-position: bottom;
    height: 143px;
    width: 208px;
    padding-right: 15px;
    background-image: url('../images/logo-footer.png');
}
footer .soc-link {
    margin-left: 20px;
}
footer .soc-link:hover {
    opacity: 0.7;
}
footer .soc-link .fa {
    font-size: 18px;
    color: #fff;
}
.footer-menu {    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    outline: none;
}
.footer-menu-link {
    font-family: 'Raleway-Bold';
    letter-spacing: 0.1px;
    margin: 0 35px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
.footer-menu-link:hover {
    text-decoration: none;
    color: #f18438;
}
footer .subscribe {    
    text-align: center;    
}

.video-big-wrap .translation-unhide,
footer .subscribe-link {
    font-family: 'Raleway-Bold';
    letter-spacing: 0.1px;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    background-color: #438fa1;
    text-decoration: none;
    display: inline-block;
    width: 176px;
    height: 42px;
}
.video-big-wrap .translation-unhide:hover,
footer .subscribe-link:hover {
    background-color: #2297B3;
}

.video-big-wrap .translation-unhide{
   background-color: #f99f1c;
   width: 177px;
}
.video-big-wrap .translation-unhide:hover{
    background-color: #ffae39;
}

.modal {
 z-index: 999999;
}

/* MODAL VIDEO */

#video-modal {
    overflow: hidden;
}
#video-modal .modal-dialog {
    margin: 10px auto 30px auto;
}
#video-modal .modal-header {
    padding: 10px 15px;
    border: 0;
}
#video-modal .modal-body {
    //padding: 0;
    text-align: center;
}
#video-frame {
    max-width: 100%;
    max-height: calc( 100vw / 1.8);
    width: 560px;
    height: 315px;
}
#video-modal .modal-footer {
    border: 0;
    margin: 0;
    padding: 10px 15px;
}
#video-modal .modal-footer .btn {
    cursor: pointer;
}
/* MODAL SIGNIN */
#sign-modal {
    overflow-y: auto !important;
    padding: 0 !important;
}
#sign-modal .modal-content {
    background-color: #fcfcfc;
    border-radius: 0;
}
#sign-modal .modal-header {
    padding: 0;
    border: 0;
    height: 58px;
    position: relative;
}
.close-sign-modal {
    width: 36px;
    height: 36px;
    background-image: url('../images/close.png');
    border: 0;
    position: absolute;
    right: -57px;
    top: 0;
    cursor: pointer;
    background-color: #438fa1;
}
.close-sign-modal:hover {
    background-color: #16778D;
}
#sign-modal .modal-header .signin,
#sign-modal .modal-header .signup {
    height: 100%;
    width: 50%;
    text-align: center;
    line-height: 58px;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    color: #438fa1;
    transition: color 0.2s ease-in;
    z-index: 10;
}
#sign-modal .header-background {
    height: 100%;
    width: 50%;
    position: absolute;
    left: 50%;
    background-color: #d6d6d6;
    z-index: 1;
    transition: left 0.2s ease-in;
}
#inputSignin,
#inputSignup,
#inputRemind {
    display: none;
}
#inputRemind:checked ~ .signup,
#inputSignin:checked ~ .signup,
#inputSignup:checked ~ .signin {
    color: #606060;
}
#sign-modal .modal-body {    
    text-align: center;
    position: relative;
    /*height: 340px;*/
    transition: height 0.2s ease-in;
}
#sign-modal .modal-body form {
    /*position: absolute; */  
    text-align: center;
    /*width: 325px;*/
	width: 100%;
    left: 50%;
    /*-webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);*/
}
/*#sign-modal .remind-form,
#sign-modal .signup-form {
    display: none;    
}*/

#sign-modal .placeholder {
    font-family: 'Raleway-Regular';
    color: #ababab;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 12px;
    margin: 0;
}
#sign-modal .placeholder .text {
    position: absolute;
    top: -60px;
    font-size: 18px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
#sign-modal .not-empty + .placeholder .text,
#sign-modal .form-control:focus + .placeholder .text {
    font-size: 11px;
    top: -70px;
}
#sign-modal .remember input,
#sign-modal .agreement input {
    display: none;
}
#sign-modal .btn {
    background-color: #438fa1;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    padding: 8px 0 8px 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
#sign-modal .btn:hover {
    background-color: #16778D;
}
.signin-form .form-control {
    margin-top: 8px;
    height: 56px;
    border-radius: 2px;
    font-family: 'Raleway-Regular';
    font-size: 18px;
}
.signin-form .checkbox-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
}
.signin-form .forgot-pass {
    font-family: 'Raleway-Regular';
    color: #489df8;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
}
.signin-form .forgot-pass:hover {
    opacity: 0.8;
}
.signin-form .forgot-pass input {
    display: none;
}
.signin-form .remember {
    color: #545454;
    font-size: 13px;
    font-family: 'Raleway-Regular';
    margin: 0;
    position: relative;
}
.signin-form .remember-text:before {
    position: absolute;
    left: -21px;
    top: 6px;
    line-height: 10px;
    content: '\f096';
    font-family: 'FontAwesome';
    background-color: #fff;
    color: #d0d0d0;
    font-size: 15px;
}
.signin-form .remember input:checked + .remember-text:before {
    content: '\f14a';
    color: #50abff;
}
.signup-form .form-control {
    margin-top: 7px;
    height: 56px;
    border-radius: 2px;
    font-family: 'Raleway-Regular';
    font-size: 18px;
}
.signup-form .form-control:first-child {
    margin-top: 11px;
}
.signup-form .checkbox-wrap {
    margin-top: -12px;
}
.signup-form .agreement {
    color: #545454;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    margin: 0 -5px 0 21px;
    position: relative;
    text-align: left;
}
.signup-form .agreement-text:before {
    position: absolute;
    left: -23px;
    top: 5px;
    line-height: 10px;
    content: '\f096';
    font-family: 'FontAwesome';
    background-color: #fff;
    color: #d0d0d0;
    font-size: 15px;
}
.signup-form .agreement input:checked + .agreement-text:before {
    content: '\f14a';
    color: #50abff;
}

.signin-form .btn,
.remind-form .btn,
.signup-form .btn {
    margin: 37px 0 0px 0;
}

#sign-modal .signin, 
#sign-modal .forget-pass, 
#sign-modal .signup{
	background-color: #d6d6d6;
}

#sign-modal .signin.active, 
#sign-modal .signup.active{
	background-color: #ffffff;
}

.remind-form .remind-text {
    font-family: 'Raleway-Regular';
    font-size: 18px;
    color: #383838;
    line-height: 1.2;
    margin: 10px 0 0 0;
}
.remind-form .form-control {
    margin-top: 40px;
    height: 56px;
    border-radius: 2px;
    font-family: 'Raleway-Regular';
    font-size: 18px;
}

#sign-modal .footer-title {
    font-family: 'Raleway-Regular';
    font-size: 16px;
    color: #3c3c3c;
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px 0px;
}
#sign-modal .modal-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#sign-modal .social {
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
    width: 226px;
    margin: 10px 0 0px 0;
	text-align: center;
}

#sign-modal .ulogin-buttons-container {
    width: 160px !important;
}

.#sign-modal .ulogin-label {
	display: none;
}

#sign-modal .ulogin-button-facebook {
    margin-right: 0px !important;
}

#sign-modal .ulogin-button-twitter,
#sign-modal .ulogin-button-odnoklassniki,
#sign-modal .ulogin-button-vkontakte,
#sign-modal .ulogin-button-facebook {
    margin-bottom: 0px !important;
}

#sign-modal .ulogin_block {
    display: inline-block;
	margin: 0px;
}

#sign-modal .soc-link {
    display: block;
    height: 41px;
    width: 41px;
    color: #fff;
}
#sign-modal .soc-link:hover {
    opacity: 0.7;
}
#sign-modal .fb {
    background-color: #3a559f;
    text-align: right;
    padding: 5px 3px 0 0;
    font-size: 41px;
    line-height: 41px;
}
#sign-modal .vk {
    background-color: #44678d;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    padding-top: 3px;
}
#sign-modal .ok {
    background-color: #eb722e;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    padding: 7px 0 0 2px;
}
#sign-modal .mm {
    background-color: #168de2;
    background-image: url('../images/icon-mir.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
}
#feedback-modal .modal-content {
    background-color: #fcfcfc;
    border-radius: 0;
}
.close-feedback-modal {
    width: 36px;
    height: 36px;
    background-image: url('../images/close.png');
    border: 0;
    position: absolute;
    right: -57px;
    top: 0;
    cursor: pointer;
    background-color: #438fa1;
}
.close-feedback-modal:hover {
    background-color: #16778D;
}
#feedback-modal .modal-body {
    //padding: 23px 86px 0 86px;
    text-align: center;
    position: relative;
}
.feedback-form .title {
    font-family: 'Raleway-Bold';
    font-size: 20px;
    color: #606060;
    margin-bottom: 56px
}
.feedback-form input {
    margin-bottom: 7px;
    height: 56px;
    border-radius: 2px;
    font-family: 'Raleway-Regular';
    font-size: 18px;
}
.feedback-form textarea {
    height: 178px;
    padding: 14px 12px;
    border-radius: 2px;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    resize: none;
}
#feedback-modal .placeholder {
    font-family: 'Raleway-Regular';
    color: #ababab;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 12px;
    margin: 0;
}
#feedback-modal .placeholder .text {
    position: absolute;
    top: -65px;
    font-size: 18px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
#feedback-modal .not-empty + .placeholder .text,
#feedback-modal .form-control:focus + .placeholder .text {
    font-size: 11px;
    top: -75px;
}
#feedback-modal .textarea-placeholder {
    position: relative;
    padding-left: 12px;
    margin: 0;
    width: 100%;
}
#feedback-modal .textarea-placeholder .text {
    position: absolute;
    top: -180px;
    font-family: 'Raleway-Regular';
    color: #ababab;
    font-size: 18px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
#feedback-modal .not-empty + .textarea-placeholder .text,
#feedback-modal #inputTextFeedback:focus + .textarea-placeholder .text {
    font-size: 11px;
    top: -192px;
}
#feedback-modal .btn {
    background-color: #438fa1;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    padding: 8px 0 8px 0;
    margin: 17px 0 0px 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
#feedback-modal .btn:hover {
    background-color: #16778D;
}
#letter-modal .modal-content {
    background-color: #fcfcfc;
    border-radius: 0;
}
.close-letter-modal {
    width: 36px;
    height: 36px;
    background-image: url('../images/close.png');
    border: 0;
    position: absolute;
    right: -57px;
    top: 0;
    cursor: pointer;
    background-color: #438fa1;
}
.close-letter-modal:hover {
    background-color: #16778D;
}
#letter-modal .modal-body {
    //padding: 0 86px 0 86px;
    text-align: center;
    position: relative;
}
.letter-form .title {
    font-family: 'Raleway-Bold';
    font-size: 20px;
    color: #606060;
    margin: 0 -20px 56px -20px;
}
.letter-form input {
    margin-bottom: 7px;
    height: 56px;
    border-radius: 2px;
    font-family: 'Raleway-Regular';
    font-size: 18px;
}
.letter-form textarea {
    height: 178px;
    padding: 14px 12px;
    border-radius: 2px;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    resize: none;
}
#letter-modal .placeholder {
    font-family: 'Raleway-Regular';
    color: #ababab;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 12px;
    margin: 0;
}
#letter-modal .placeholder .text {
    position: absolute;
    top: -65px;
    font-size: 18px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
#letter-modal .not-empty + .placeholder .text,
#letter-modal .form-control:focus + .placeholder .text {
    font-size: 11px;
    top: -75px;
}
#letter-modal .textarea-placeholder {
    position: relative;
    padding-left: 12px;
    margin: 0;
    width: 100%;
}
#letter-modal .textarea-placeholder .text {
    position: absolute;
    top: -180px;
    font-family: 'Raleway-Regular';
    color: #ababab;
    font-size: 18px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
#letter-modal .not-empty + .textarea-placeholder .text,
#letter-modal #inputTextLetter:focus + .textarea-placeholder .text {
    font-size: 11px;
    top: -192px;
}
#letter-modal .required {
    font-family: 'Raleway-Regular';
    color: #ababab;
    font-size: 13px;
    width: 100%;
    margin: -12px 0 0 0;
    text-align: right;
}
#letter-modal .btn {
    background-color: #438fa1;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    padding: 8px 0 2px 0;
    margin: 40px 0 75px 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
#letter-modal .btn:hover {
    background-color: #16778D;
}
#subscribe-modal .modal-content {
    background-color: #fcfcfc;
    border-radius: 0;
}
.close-subscribe-modal {
    width: 36px;
    height: 36px;
    background-image: url('../images/close.png');
    border: 0;
    position: absolute;
    right: -57px;
    top: 0;
    cursor: pointer;
    background-color: #438fa1;
}
.close-subscribe-modal:hover {
    background-color: #16778D;
}
#subscribe-modal .modal-body {
    text-align: center;
    position: relative;
}
.subscribe-form {
    position: absolute;
    text-align: center;
    width: 500px;
    max-width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.subscribe-form .title {
    font-family: 'Raleway-Bold';
    font-size: 20px;
    color: #606060;
    margin-bottom: 10px;
	text-transform:uppercase;
}
.subscribe-form .subtitle {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #606060;
    margin-bottom: 48px
}
.subscribe-form input,
.modal-content .input-email {
    margin-bottom: 7px;
    height: 56px;
    border-radius: 2px;
    font-family: 'Raleway-Regular';
    font-size: 18px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #606060;
	padding-left:15px;
	padding-right:15px;
}
#subscribe-modal .placeholder {
    font-family: 'Raleway-Regular';
    color: #ababab;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 12px;
    margin: 0;
}
#subscribe-modal .placeholder .text {
    position: absolute;
    top: -65px;
    font-size: 18px;
    margin: 0;
    transition: top 0.1s ease-in, font-size 0.1s ease-in;
}
#subscribe-modal .not-empty + .placeholder .text,
#subscribe-modal .form-control:focus + .placeholder .text {
    font-size: 11px;
    top: -75px;
}
#subscribe-modal .btn,
#subscribe-modal .submit-button {
    background-color: #438fa1;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    padding: 8px 0 8px 0;
    margin: 20px 0 58px 0;
    border: none;
    border-radius: 0;
	margin-bottom: 0px;
    cursor: pointer;
}
#subscribe-modal .btn:hover {
    background-color: #16778D;
}

#headerMenuModal {
    background-color: #252525;
    padding: 0;
}
#headerMenuModal .modal-dialog {
    margin: 0;
    min-width: 100%;
}
#headerMenuModal .modal-content {
    border-radius: 0;
    border: 0;
}
#headerMenuModal .modal-body {
    padding: 0
}
.header-menu-modal {    
    width: 100%;
    background-color: #252525;
    color: #fff;
    z-index: 10;
}
.header-menu-modal .menu-header {    
    height: 48px;
    padding: 13px 12px 13px 15px;
}
.header-menu-modal .search-link {
    color: #fff;
    text-decoration: none;
}
.header-menu-modal .menu-header .fa-search {
    font-size: 20px;
    cursor: pointer;
}
.header-menu-modal .menu-header .close-mobile {
    display: inline-block;
    float: right;
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
    margin: 0;
}
.header-menu-modal .first-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 22px 0 22px 0;
    border-bottom: 2px solid #393939;
}
.header-menu-modal .first-block .menu-link {
    text-align: center;
    font-family: 'Raleway-Bold';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 11px;
}
.header-menu-modal .second-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 0;
}

.header-menu-modal .second-block .subscribe,
.header-menu-modal .second-block .connect {
    text-align: center;
    outline: none;
    font-family: 'Raleway-Bold';
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin: 10px;
}
.header-menu-modal .second-block .login {
    min-width: 146px;
    height: 48px;
    line-height: 48px;
    font-family: 'Raleway-Bold';
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #438fa1;
    margin-top: 16px;
    padding: 0 10px;
}
.header-menu-modal .second-block .login .fa {
    margin-right: 10px;
}
.header-menu-modal .social-mobile {
    margin: 38px 0 15px 0;
    width: 155px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-menu-modal .soc-link {
    color: #fff;
    font-size: 18px;
}
.header-menu-modal .soc-link:hover {
    opacity: 0.7;
}
/*.ulogin_block {
    display: none;
}*/
/* 






MEDIA */

.avatar-82 {
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
	width:82px;
	height:82px;
	float:left;
}

.news-header-wrap {
	display:block;
	clear:both;
}

.author-wrap {
	margin-bottom:35px;
	float:left;
}

.author-wrap .soc-link {
	color:#438fa1;
}

.author-wrap .soc-link .fa {
	font-size:18px;
	margin-right:12px;
}

.author-content {
	float: left;
    margin-left: 15px;
}

.author-content h4 {
	font-family: 'BebasNeue-Regular';
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #383838;
}

.mt40 {
	margin-top:40px;
}

.gallery-item-wrap .gallery-item:nth-child {
	float:left;
}

.gallery-item-wrap .gallery-item:nth-child(2n-1) {
	clear:both;
}

#letter-modal h4 {
	margin:0 auto;
	font-size:20px;
}

#letter-modal .modal-header {
	border-bottom:none !important;
}

#letter-modal .modal-footer {
	border-top:none !important;
}

#letter-modal form input, #letter-modal form textarea {
	width:100%;
	margin-top:25px;
	padding-left:15px;
	padding-right:15px;
	outline:none;
	font-family: 'Raleway-Regular';
}
#letter-modal div.wpcf7-validation-errors {
	display: block;
    width: 100%;
    margin: 0 0 20px;
}
#letter-modal form textarea {
	padding-top:17px;
	padding-bottom:17px;
	height:177px;
}
#letter-modal form input {
	line-height:57px;
}
#letter-modal form input[type=submit] {
	color:#fff;
	text-transfrim:uppercase;
	width: 201px;
	background-color: #438fa1;
	font-family: 'BebasNeue-Regular';
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.9px;
	border: none;
    line-height: 39px;
    text-align: center;
	cursor:pointer;
}

#search-modal .modal-body {
	//padding: 35px 15px;
}

#search-modal input[type=text] {
	height:41px;
	line-height:41px;
	outline:none;
	vertical-align: top;
	padding-left:15px;
	padding-right:15px;
	width:74%;
}

#search-modal input[type=submit] {
	color: #fff;
    text-transfrim: uppercase;
    background-color: #438fa1;
    font-family: 'BebasNeue-Regular';
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    border: none;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
	padding-left:20px;
	padding-right:20px;
	line-height:41px;
	height:41px;
	outline:none;
	vertical-align: top;
	width:25%;
}

.employee-item {
	position:relative;
}

.employee-item .mask {
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:165px;
	opacity:0;
	background:#383838;
}

.employee-item:hover .mask {
	opacity:0.6;
}

#true_loadmore_cities {
	margin-top:30px;
}

.author-wrap {
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-email {
	outline:none !important;
}

.input-email:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    -webkit-text-fill-color: #999 !important; /* цвет текста */
    color: #999 !important; /* цвет текста */
}

.mc4wp-error p {
	color:red !important;
}

/*.post-img-wrap {
	position:relative;
}

.post-img-wrap:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9;
	background-color: rgba(46, 46, 46, 0.58);
	opacity:0;
}

.post-img-wrap:hover:before {
	opacity:1;
}*/

.logout-button {
	float: right;
    
}

.logout-button a{ 
	color: #ffffff;
	text-decoration: none;
	/* margin-top: 8px; */
    background-color: #438fa1;
    font-family: 'BebasNeue-Bold';
    font-size: 22px;
    letter-spacing: 0.9px;
    color: #ffffff;
    padding: 5px 56px 5px 56px;
    /* margin-top: 45px; */
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.logout-button a:hover {
    background-color: #2297B3;
	outline: none;
}

.logout-button a:focus {
    outline: none;
	box-shadow: none;
}

.subscribe-block .response-messages {
    color: #ffffff;
}

.modal-body{
	padding: 30px;
}

.response-messages .response-message {
	margin: 5px 0px;
    color: #9F6000;
    border: 1px solid #9F6000;
    padding: 5px 10px;
    font-size: 15px;
    text-align: center;
}

.subscribe-block .response-messages .response-message {
	color: #ffffff;
    border: 1px solid #ffffff;
}

.table-tv-program td:last-child{
	text-align: right;
}

.table-tv-program td:last-child{
	text-align: right;
}

.table-tv-program tr.current {
    background: #d96303;
    color: #ffffff;
}

.modal-content{
	border-radius: 0px;
}

@media (min-width: 1200px) {
    .video-big-wrap.fixed {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 360px;
        border-color: transparent;
        padding-top: 0;
		padding: 4px 0px;
		border-width: 0px;
    }
    .main-content .post-img-wrap {
        height: 218px;
    }
    .latest-news.margin {
        margin-top: 371px;
    }
    .satellite-tv.margin {
        margin-top: 371px;
    }
}
@media (max-width: 1199px) {
    .latest-tv-show .video-wrap {
        flex-direction: column;
    }
    .calendar-wrap {
        margin-top: 50px;
    } 
    footer .subscribe {
        margin-right: 0
    } 
    .news-header .category{
        padding-right: 100px;
    }  
}
@media (min-width: 993px) and (max-width: 1199px) {
    .main-content .post-img-wrap {
        height: 280px
    }
    .video-big-wrap.fixed {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 300px;
        border-color: transparent;
        padding-top: 0;
    }
    .application-form .form-control {
        width: 280px;
    }
    .latest-news.margin {
        margin-top: 320px;
    }
    .satellite-tv.margin {
        margin-top: 320px;
    }
    .pen-ico {
        top: 1310px;
    }
    .gramaphone-ico {
        top: 1330px;
    }
    .loupe-ico {
        top: 1520px;
    }
}
@media (max-width: 992px) {
    .marquee-wrap {
        display: none;
    }
    /*#sidebar-right.index,*/
    .second-news-block-wrap .new-telecasts,
    .third-news-block-wrap .partner-news {
        display: none;
    }
    #sidebar-right .partner-news {
        padding-right: 15px
    }
    .second-news-block {
        display: flex;
        flex-direction: row;
    }
    .second-news-block .news {
        height: 385px;
        margin: 0 0 0 30px;
        flex-direction: column;
    }
    .second-news-block .news:first-child {
        margin: 0;
    }
    .second-news-block .gradient {
        height: 182px;
        max-height: 182px;
        width: 100%;
    }
    .second-news-block .news-img {
        height: 182px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .second-news-block .desc {
        padding: 15px 8px 12px 8px;
        max-width: 100%;
        min-height: 200px;
    }  
    footer .container {
        flex-direction: column;
        position: relative;
        height: 200px
    }
    footer .social-wrap {
        position: absolute;
        margin: 0
    }
    footer .social {
        height: 171px;
        margin-top: 20px;
        justify-content: space-between;
        padding: 0 25px;
    }
    footer .soc-link {
        margin: 0 0 60px 0;
    }
    .footer-menu {
        margin-top: 25px;
        z-index: 10;
    }
    footer .subscribe {
        margin-bottom: 50px;
        z-index: 10;
    }
}
@media (min-width: 993px) {
    .main-content .container {
        padding: 0;
    }
    .social-bigscreen {
        width: 155px;
    }
    .fourth-news-block-wrap .partner-news,
    .fourth-news-block-wrap .new-telecasts,
    .fourth-news-block-wrap .video-big-wrap,
    .fourth-news-block-wrap .latest-news {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .header-menu .hide {
        display: none;
    }
    .header-menu .login {
        padding: 0 40px;
    }
    .header-menu-wrap .subscribe {
        padding: 0 25px;
    }
    .social-bigscreen {
        width: 134px;
    }
    .header .logo .logo-link {
        margin-top: 65px;
        height: 87px;
    }
    .header .logo-img {
        max-height: 100%;
        width: auto;
    }
    .telecasts {
        width: 400px;
        padding-right: 0;
    }
    .main-menu .main-menu-link {
        margin-left: 10px;
        margin-right: 10px;
    }
    .main-header .soc-link i {
        font-size: 30px;
    }
    .main-content .post-img-wrap {
        height: 200px
    }
    
    .pen-ico {
        top: 1320px;
    }
    .gramaphone-ico,
    .loupe-ico {
        top: 1800px;
    }
    .gear-ico,
    .plane-ico {
        top: 2850px;
    }
    .light-ico
    #sidebar-right {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .application-sidebar-video {
        order: 3
    }
    .main-content .container {
        padding: 0;
    }
    .partner-news,
    .new-telecasts,
    .latest-news,
    .video-big-wrap {
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
    .social-bigscreen {
        display: flex;
    }
    .header-menu {
        display: block;
    }
    .main-content .post-img-wrap img {
        left: 0;
        top: 0;
        min-height: 100%;
		height:auto;
        transition: width 0.1s, min-height 0.1s, top 0.1s, left 0.1s;
    }
    .main-content .post-img-wrap img:hover {
        min-height: 110%;
        width: 110%;
        top: -5%;
        left: -5%;
    }
	.user-photo-wrap {
		align-items: center;
	}
	
}
@media (max-width: 767px) {
    .container {
        width: 100%;
    }
    .header {
        height: 0;
        margin-bottom: 40px;
    }
    .header-menu,
    .social-bigscreen {
        display: none;
    }
    .header-menu-mobile {
        display: block;
    }    
    .header .logo {
        padding: 15px;
    }
    .header .logo .logo-link {
        position: absolute;
        top: -97px;
        height: 40px;
    }
    .header .logo .logo-img {
        max-height: 100%;
        width: auto;
    }
    .user-photo-wrap {         
        align-items: center;
    }
    .big-news:hover {
        opacity: 1;
    }
    .big-news .desc {        
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;        
    } 
    .third-news-block-wrap .first-news .gradient,
    .fourth-news-block-wrap .second-news .gradient,
    .fourth-news-block-wrap .third-news .gradient {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .third-news-block-wrap .first-news .gradient:hover,
    .fourth-news-block-wrap .second-news .gradient:hover,
    .fourth-news-block-wrap .third-news .gradient:hover {
        background-image: unset;
    }
    .second-half-main .subscribe-block .gradient {
        background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0.0), rgba(42, 38, 38, 0.6));
    }
    .tvshow .hover {
        opacity: 1;
    }
    .telecasts {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .container.content {
        padding: 0 15px;
    }
    .main-header {
        flex-direction: column;
        align-items: center;
    }
    .main-header .desc {
        text-align: center;
        padding: 0;
    }
    .main-header .social {
        justify-content: center;
    }
    .main-header .soc-link {
        margin: 0 10px;
    }
    .main-header .soc-link .fa {
        font-size: 30px;
    }
    .main-content .post-img-wrap img {
        position: relative;
    }
    .similar-news-wrap .container {
        padding: 0 15px;
    }
    .main-content > .container {
        padding: 0;
    }
    .second-news-block-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .second-news-block {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .second-news-block .news {
        width: 47.5%;
        margin: 0;        
    } 
    .second-news-block .news:last-child {
        margin-top: 30px        
    }  
    .second-news-block .img-wrap {
        height: 185px;
        width: 100%;
    }  
    .second-news-block .gradient {
        height: 185px;
        max-height: 185px;
        width: 100%;
    }
    .second-news-block .news-img {
        height: 220px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .second-news-block .desc {
        padding: 15px 15px 12px 15px;
        max-width: 100%;
        min-height: 200px;
    }
    .third-news-block-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
    .third-news-block-wrap .second-news .desc {
        padding: 15px 10px 5px 10px;
    }
    .third-news-block-wrap .second-news .title {
        margin: 5px 0 0 0;
    }
    .third-news-block-wrap .second-news .post-time {
        bottom: 5px;
    }
    .fourth-news-block-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }    
    .second-half-main .new-telecasts {
        padding: 32px;
    }
    .second-half-main .new-telecast-desc {
        padding: 10px 5px 7px 10px;
    }
    .second-half-main .new-telecast-desc .title {
        font-size: 14px;
    }
    .second-half-main .new-telecast-desc .subtitle {
        font-size: 12px;
    }
    .similar-news-wrap {
        margin-top: 40px;
    }
    .question-block .question .title {    
        padding: 15px 60px 15px 15px;    
        font-size: 16px;    
    }
    .question-block .answer {
        padding: 0 15px 0 15px;    
    }
    .latest-tv-show .video-wrap iframe {
        width: 100%;
        height: 60vw;    
    }
    .latest-tv-show .calendar-wrap {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .gramaphone-ico {
        top: 1400px
    }
    .loupe-ico {
        top: 2050px;
    }
    .plane-ico {
        top: 3450px;
    }
    .light-ico {
        left: 25px;
        top: 3745px;    
    }
    #sidebar-right > .container {
		padding: 0 15px;
	}
    .partner-news,
    .new-telecasts,
    .latest-news,
    .video-big-wrap {
        width: 100%;
        margin-top: 40px;
    }    
    .application-sidebar-video {
        order: 3;
        margin-top: 30px;
    }
    .city-list-row {
        margin: 0;
    }
	#letter-modal .modal-body {
		//padding: 0 20px 0 20px;
	}
	#letter-modal form input[type=submit] {
		width:100%;
	}
	#search-modal input[type=submit] {
		margin-top: 20px;
		margin: 20px auto 0;
		display: block;
		width:180px;
	}
	#search-modal input[type=text] {
		width:100%;
	}
}
@media (max-width: 635px) {
    .info-second-gallery .gallery-item-wrap {
        margin: 0;
        height: 470px
    }
    .info-second-gallery .gallery-item {
        height: 100%;
        width: 100%;
        padding-top: 20px;
    }
    .info-second-gallery .trustee {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
    }
    .info-second-gallery .info-second-gallery {
        width: auto;
        height: 50%;
    }
    .info-second-gallery .next, 
    .info-second-gallery .prev {
        top: 170px;    
    }
    .info-second-gallery .trustee-desc {
        text-align: center;
        padding-left: 0;
        max-width: 70%;
    }
    .trustee-img-block {
        max-height: 260px;
        width: 280px;    
        min-height: 260px;
    }
    .modal.show .modal-dialog {
        margin-top: 65px;        
    }
    .close-sign-modal,
    .close-feedback-modal,
    .close-subscribe-modal {
        right: 0px;
        top: -50px;
    }
}
@media (min-width: 576px) and (max-width: 992px) {
    .fourth-news-block-wrap .third-news-wrap {        
        flex-direction: row;
        justify-content: space-between;
    }
    .fourth-news-block-wrap .third-news {
        width: 48%
    }
    .fourth-news-block-wrap .third-news:last-child {
        margin-top: 30px
    }
}
@media (max-width: 575px) {
    body {
        background-image: url(../images/main-bg-small.png);
    }
    .big-news {
        height: 358px;
    }    
    .big-news .desc {
        padding-left: 15px;        
        height: 100%;
        width: 100%;
    }    
    .big-news .section-link {
        font-size: 14px;
        padding: 2px 12px 0 12px;
    }
    .big-news .title {
        font-size: 16px;
        margin: 20px 0 10px 0;
        line-height: 1.3;
    }
	.big-news .title h1 {
		font-size: 16px;
	}
    .big-news .reading-time {
        margin-bottom: 35px;    
        font-size: 11px;
    }
    .first-news-block {
        margin-top: 0
    }
    .first-news-block .news {
        margin-top: 40px;
        height: 450px;
    }
    .first-news-block .news .news-img {
        height: 340px;
    }
    .first-news-block .news .gradient {
        height: 340px;
    }
    .first-news-block .section-link {
        font-size: 17px;
    }
    .first-news-block .reading-time {
        font-size: 11px;
        margin-bottom: 0;
        bottom: 12px;
    }
    .second-half-main {
        background-image: unset;
    }
    .second-news-block-wrap {
        padding-top: 0
    }
    .second-news-block .news,
    .second-news-block .news:last-child,
    .second-news-block .news:first-child {
        width: 100%;
        height: 500px;
        margin-top: 40px;
    }
    .second-news-block .img-wrap,
    .second-news-block .gradient {
        min-height: 340px;
    }
    .second-news-block .news-img {
        height: 340px
    }
    .second-news-block .reading-time {
        font-size: 11px;
    }
    .second-news-block .desc {
        min-height: 170px;
        padding: 10px 20px 12px;
    }
    .second-news-block .section-link {
        font-size: 17px
    }
    .third-news-block-wrap {
        padding-top: 0
    }
    .third-news-block-wrap .first-news {
        margin-top: 40px
    }
    .third-news-block-wrap .first-news .desc {
        padding: 0 15px 19px 15px;
        line-height: 1.4;
    }
    .third-news-block-wrap .first-news .section {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .third-news-block-wrap .first-news .section-link {
        display: inline-block;
        padding: 4px 0px 1px;
        width: 130px;
    }
    .third-news-block-wrap .first-news .title {
        font-size: 14px;
    }
    .third-news-block-wrap .first-news .post-time {
        margin: 15px 0 0 0;
    }
    .third-news-block-wrap .first-news .reading-time {
        font-size: 11px
    }
    .third-news-block-wrap .second-news,
    .fourth-news-block-wrap .first-news {
        margin-top: 40px;
    }
    .fourth-news-block-wrap {
        margin-top: 0
    }
    .fourth-news-block-wrap .second-news {
        margin-top: 40px
    }
    
    .fourth-news-block-wrap .second-news .section-link {
        padding: 4px 0 1px 0;
        width: 130px;
        font-size: 16px;
    }
    .fourth-news-block-wrap .second-news .desc {
        padding: 0 15px 19px 15px;
    }
    .fourth-news-block-wrap .second-news .title {
        font-size: 14px;
        margin-top: 20px;
        line-height: 1.4
    }
    .fourth-news-block-wrap .second-news .reading-time {
        font-size: 11px
    }
    .fourth-news-block-wrap .third-news,
    .fourth-news-block-wrap .third-news:last-child {
        margin-top: 40px;        
    }
    .fourth-news-block-wrap .third-news,
    .fourth-news-block-wrap .third-news .news-img,
    .fourth-news-block-wrap .third-news .gradient {
        height: 275px;
    }
    
    .fourth-news-block-wrap .third-news .desc {
        padding: 0 15px 14px 15px;
    }
    .fourth-news-block-wrap .third-news .title {
        margin-top: 18px
    }
    .fourth-news-block-wrap .third-news .section-link {
        font-size: 16px;        
    }
    .fourth-news-block-wrap .third-news .reading-time {
        margin-top: 10px;
        font-size: 11px
    }
    .second-half-main .more-news {
        margin-top: 58px;
    }
    .second-half-main .more-news-button {
        padding: 11px 39px 6px 39px;    
        font-size: 18px;
        letter-spacing: 0.8px;
    }
    .pen-ico,
    .gramaphone-ico,
    .loupe-ico,
    .gear-ico,
    .gear-ico,
    .light-ico,
    .plane-ico {
        display: none;
    }
    .profile-form .form-group {
        margin-bottom: 25px;
    }
    .profile-form .subtitle ~ .form-group {
        margin-bottom: 25px;
    }
    .profile-form .form-control-label {
        line-height: 20px;
    }
    .video-big-wrap {
        padding: 10px;
        margin-top: 92px
    }
    .video-big .play-button {
        width: 56px;
        height: 56px;
        margin-left: -28px;
        margin-top: -28px;
    }
    .video-big .play-arrow {
        border: 12px solid transparent;
        border-left: 24px solid #3fb6e6;
        margin-top: 16px;
        margin-left: 21px;
    }
    .video-big .title {
        font-size: 16px;
        letter-spacing: 0.3px;
        bottom: -5px
    }
    .latest-news {
        margin-top: 80px;
        padding: 19px 19px 30px 24px;
    }
    .latest-news .block-title {
        font-size: 18px;
        letter-spacing: 0.7px;
        margin-bottom: 23px;
    }
    .latest-news .news {
        padding: 21px 0 9px 0;
        line-height: 1.28;
    }
    .latest-news .news:before {
        left: 0;
    }
    .latest-news .news-title {
        font-size: 14px;
    }
    .latest-news .news-time {
        font-size: 14px;
    }
    .second-half-main .new-telecasts {
        padding: 0;
        border: 0;
        margin-top: 85px;
    }
    .second-half-main .new-telecast {
        height: 107px
    }
    .second-half-main .new-telecasts .block-title {
        font-size: 30px
    }
    .second-half-main .new-telecast-video-img {
        height: 107px
    }
    .second-half-main .new-telecast-desc {
        padding: 11px 10px 11px 10px;
    }
    .second-half-main .new-telecast-desc .title {
        font-size: 11px;
		margin: 5px 0 0 0;
    }
    .second-half-main .new-telecast-desc .subtitle {
        font-size: 9px;
        margin-top: 0
    }
    .fourth-news-block-wrap .partner-news {
        margin-top: 80px
    }
    #sidebar-right .new-telecasts {
        border: 0;
        padding: 22px 0px 20px 0px;
        margin-top: 65px;
    }
    #sidebar-right .new-telecasts .block-title {
        font-size: 30px;
        letter-spacing: 1.2px;
    }
    #sidebar-right .new-telecast {
        margin-top: 20px;
        height: 107px;
    }
    #sidebar-right .new-telecast-video {
        width: 107px;
    }
    #sidebar-right .new-telecast-video {
        width: 107px;
    }
    #sidebar-right .new-telecast-video-img {
        height: 107px;
    }
    #sidebar-right .new-telecast-desc {
        padding: 11px 25px 7px 20px;
        justify-content: flex-start;
    }
    #sidebar-right .new-telecast-desc .title {
        font-size: 14px;
        margin-top: 10px;
    }
    #sidebar-right .new-telecast-desc .title:hover {
        opacity: 0.7;
    }
    #sidebar-right .new-telecast-desc .subtitle {
        margin: 0;
        font-size: 12px;
    }
    #sidebar-right .partner-news {
        background-color: #f1efef;
        margin-top: 40px;
        padding: 10px 15px 14px 15px;
        border: 1px solid #676767;
    }    
    .footer-menu-link {
        font-size: 12px;
        margin: 0 12px
    }
    .modal.show .modal-dialog {
        margin: 65px 20px 20px 20px;        
    }
}
@media (max-width: 544px) {
    .info-third-gallery .next,
    .info-third-gallery .prev {
        width: 10px;
    }    
    .info-third-gallery .img-block {
        margin: 0 25px;
    }
    .info-third-gallery .gallery-item {
        line-height: 80px;
    }
    .info-third-gallery .gallery-item img {
        display: inline-block;
        vertical-align: middle;
    }
    .info-fourth-gallery .next,
    .info-fourth-gallery .prev {
        width: 10px;
    }  
    .info-third-gallery .next .arrow,
    .info-fourth-gallery .next .arrow {    
        margin: -40px 0 0 -35px;
    }  
    .info-fourth-gallery .img-block {
        margin: 0 25px;
    }
    .info-fourth-gallery .gallery-item {
        line-height: 80px;
    }
    .info-fourth-gallery .gallery-item img {
        display: inline-block;
        vertical-align: middle;
    }
    .banners-first-block .second-image {
        margin-right: 0;
    }
    .news-header-wrap .news-header {
        padding-left: 20px;
    }
    .news-text-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-comments-wrap .write-comment {
        margin-left: 15px;
    }
    .info-second-gallery .trustee-img-block {
        width: 100%;
        max-width: 65%;
        max-height: 180px;
        min-height: 180px;
    }
    
}
@media (max-width: 390px) {
    .first-news-block .news {        
        height: 358px;
    }
    .first-news-block .news .news-img {
        height: 218px;
    }
    .first-news-block .news .gradient {
        height: 218px;
    }
    .second-news-block .news,
    .second-news-block .news:last-child,
    .second-news-block .news:first-child {        
        height: 364px;        
    }
    .second-news-block .img-wrap,
    .second-news-block .gradient {
        min-height: 182px;
    }
    .second-news-block .news-img {
        height: 215px
    }
    .fourth-news-block-wrap .third-news,
    .fourth-news-block-wrap .third-news .news-img,
    .fourth-news-block-wrap .third-news .gradient {
        height: 185px;
    }
    .latest-tv-show .calendar-wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
/* FONTS */

@font-face {
    font-family: "Raleway-Regular";
    src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Raleway-Bold";
    src: url("../fonts/Raleway-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Raleway-Black";
    src: url("../fonts/Raleway-Black.ttf") format("truetype");
}
@font-face {
    font-family: "Raleway-Light";
    src: url("../fonts/Raleway-Light.ttf") format("truetype");
}
@font-face {
    font-family: "BebasNeue-Regular";
    src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "BebasNeue-Bold";
    src: url("../fonts/BebasNeue-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue.ttf") format("truetype");
}

.single-news .main-content .single-news-item.current{
	opacity: 0.5;
}

.translation-video-tools .translation-video-tool {
    height: 20px;
	cursor: pointer;
	margin-right: 5px;
}

.translation-video-tools.hide,
.translation-video-tools .hide {
    display: none;
}

.translation-video-tools .translation-video-tool:hover {
    opacity: 0.8;
}

.translation-video-tools .reduce-translation-video{
	display: none;
}

.video-big .translation-video-tools {
	position: absolute;
	right: 2px;
	top: 5px;
	display: none;
}

.video-big:hover .translation-video-tools {
	display: block;
}

#sidebar-right .video-big-wrap.medium {
	position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
    left: 0px;
    height: 455px;
    /* border: 10px solid #438fa1; */
    border: 0px;
    padding: 0px;
    font-size: 0px;
    width: 800px;
    margin: auto;
    bottom: 0px;
    right: 0px;
}

#sidebar-right .video-big-wrap.medium.full{
	height: 100%;
	width: 100%;
}

.video-big-wrap.medium .video-big,
.video-big-wrap.medium iframe {
    height: inherit;
}

.video-big-wrap .video-big{
    background-color: #2d2d2d;
}

.video-big-wrap .translation-shedules {
	display: none;
	width: 30%;
    font-size: 14px;
    background-color: #2d2d2d;
    color: #ffffff;
    height: 100%;
    overflow-y: auto;
}

.video-big-wrap.medium .video-big,
.video-big-wrap.medium .translation-shedules {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.video-big-wrap.medium .translation-video-tools .reduce-translation-video{
	display: inline-block;
}

.video-big-wrap.medium.full .translation-video-tools .increase-translation-video{
	display: none;
}

.video-big-wrap.medium .video-big{
	width: 70%;
	background-color: #2d2d2d;
}

.video-big-wrap.medium.full .video-big{
	width: 100%;
}

.video-big-wrap.medium.full .translation-shedules{
	display: none;
}

.video-big-wrap.medium.full .translation-shedules{
	display: none;
}

.translation-shedules  .translation-shedule {
    padding: 10px;
    border-bottom: 1px dashed #000000;
}

.translation-shedules  .translation-shedule:first-child {
	background-color: #216798;
	border-bottom: none;
}

.translation-shedules  .translation-shedule:last-child {
	border-bottom: none;
}

.translation-shedule  .translation-shedule-date, 
.translation-shedule  .translation-shedule-age-category {
    display: inline-block;
}

.translation-shedule  .translation-shedule-time{
	display: none;
}

.translation-shedule  .translation-shedule-age-category {
	background-color: #d96303;
	padding: 2px 5px;
	margin-left: 5px;
	border-radius: 3px;
}

.translation-shedules .translation-shedules-not-found {
    padding: 10px;
}

.translation-shedule  .translation-shedule-title {
    margin-top: 3px;
}

.translation-shedule  .translation-shedule-title {
    margin-top: 3px;
}

.translation-shedule .translation-shedule-description {
    font-size: 10px;
	margin-top: 3px;
}

.video-big .current-translation-shedule-info {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ffffff;
    font-size: 13px;
	text-align: right;
	cursor: default;
}

.video-big .translation-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	/*cursor: pointer;*/
}

.video-big .translation-hide {
	position: absolute;
    right: 0px;
    top: -23px;
    background-color: #2d2d2d;
    padding: 5px;
    cursor: pointer;
    display: none;
    height: 23px;
}

.video-big-wrap.fixed .translation-hide {
	display: block;
}

.video-big-wrap.medium .translation-hide{
	display: none;
}

.current-translation-shedule-info .current-translation-shedule-description {
    display: none;
}

.current-translation-shedule-info:hover .current-translation-shedule-description{
	display: block;
}

.current-translation-shedule-info .current-translation-shedule-age-category {
	background-color: #d96303;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 3px;
}

.current-translation-shedule-info .current-translation-shedule-title,
.current-translation-shedule-info .current-translation-shedule-age-category {
    display: inline-block;
}

.video-big-wrap.small .translation-unhide {
    display: none;
	float: right;
	border: none;
	cursor: pointer;
}

.video-big-wrap.small.fixed.hide .video-big {
    display: none;
}

.video-big-wrap.small.fixed.hide .translation-unhide {
    display: inline-block;
}

.hidden{
	display: none;
}

.modal-footer{
	padding: 30px;
}

.telecasts .name .age {
    background: #f1832b;
    margin-left: 4px;
    padding: 0px 2px;
    border-radius: 3px;
}

/*.hide{
	display: none;
}*/

.page-id-36607 .week-day-names {
	font-size: 0px;
}

.week-day-names .week-day-name {
	display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #eceeef;
    font-size: 14px;
    border: 1px solid #eceeef;
}

.week-day-name.active {
    background-color: #ffffff;
    border-bottom: none;
}

.week-day-translation-shedules .week-day-translation-shedule{
	display: none;
}

.week-day-translation-shedule tr{
	background-color: #ffffff;
}

.week-day-translation-shedules .week-day-translation-shedule.active{
	display: block;
}

.table-tv-program tr.end {
    color: #b7b7b7;
}

@media (max-width: 768px) {
	.week-day-names .week-day-name {
		padding: 6px 2px;
		font-size: 12px;
	}
	
	.week-day-translation-shedules .week-day-translation-shedule.active {
		font-size: 12px;
	}
	
	#sidebar-right .video-big-wrap.small{
		position: fixed;
		bottom: 0px;
		right: 0px;
		z-index: 99;
		margin-top: 0px;
		padding: 15px;
		border: none;
		top: auto;
		left: auto;
		height: auto;
	}
	
	#sidebar-right .video-big-wrap.small.show{
		height: 100%;
	}
	
	#sidebar-right .video-big-wrap.small.medium,
	#sidebar-right .video-big-wrap.medium.full{
		height: auto;
		width: auto;
	}
	
	.video-big-wrap.small .video-big {
		height: 200px;
		width: auto;
	}
	
	.video-big-wrap.small .video-big .translation-hide{
		display: block;
		font-size: 30px;
		top: 4px;
		right: 5px;
		height: 20px;
		padding: 0px; 
		background: none;
	}
	
	.video-big-wrap.small .video-big {
		display: none;
	}
	
	.video-big-wrap.small .translation-unhide {
		display: inline-block;
	}
	
	.video-big-wrap.small.show .video-big {
		display: block;
		height: 100%;
	}
	
	.video-big-wrap.small.show .video-big iframe {
		height: 100%;
	}
	
	.video-big-wrap.small.show .translation-unhide {
		display: none;
	}
	
	.video-big:hover .translation-video-tools{
		display: none;
	}
}

@media (max-width: 768px) and (orientation: portrait) {
	#sidebar-right .video-big-wrap.small.show{
		height: 200px;
	}
}

@media (max-width: 768px) and (orientation: landscape) {
	#sidebar-right .video-big-wrap.small.show{
		padding: 0px;
	}
}

@media (max-width: 565px) {
	.news-header .category {
		font-size: 25px;
	}
}