.hero-section{height:100%;padding-bottom:0;padding-top:0;overflow:hidden}.hero-section .container{height:100%}.hero-content{position:relative;display:table;height:100%;width:100%}.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus{background:transparent;color:#EE3B24!important}.navbar-inverse .navbar-nav >li> a{color:#eee!important}.hero-text{padding-top:0;display:table-cell;vertical-align:middle;color:#fff;width:100%;padding-bottom:1%}.hero-title{font-size:40px;line-height:50px;color:#fff;font-weight:600}.hero-title span{color:#EE3B24}.hero-description{margin:0;font-size:33px;line-height:30px;color:#fff}.video-embed{position:relative;padding-top:56.25%;height:0;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.2);box-shadow:0 5px 15px rgba(0,0,0,0.2)}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.parallax-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/banner/overaly.png)repeat}.video-background{width:100%}.video-background-container{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%}section{position:relative}iframe{border:0}@media ( min-width: 768px ){.video-section{padding:100px 0}}@media ( min-width: 992px ){.video-section{padding:120px 0}}
.red {color: red; font-weight:600;}

img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.p20 {
    padding: 20px 0;
    text-align: center;
}

@media only screen and (max-width : 767px) {
    .parallax-overlay, .video-background-container{
       display:none;
       overflow:hidden;  
    }
    .hero-description {
    color: #000;
    font-weight: 400;   
    }
	/*table overflow-x*/
	.container .scroll-table  {
		overflow-x: scroll;
	}
	/*table overflow-x*/
}

.thumbnail {
    cursor: zoom-in;
    content: 'Просмотреть';
}

/*.thumbnail a>img, .thumbnail>img {
    cursor: 'zoom-in';
    z-index: 1000;
    position: relative;
}
.thumbnail a>img::after, .thumbnail>img:after {
    position: absolute;
    top: 0;
    left: 0;
    cursor: 'zoom-in';

}*/
