.welcome-block {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: -60px;
}
.welcom-it{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
.welcom-it.welc-v{
    width: 70%;
    background-color: #f0f0f0;
}
.welcom-it.welc-m{
    width: 30%;
    padding: 0 0 0 30px;
}
.welcome-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    display: block;
    position: relative;
    height: 500px;
    color: #fff!important;
}

.welcome-block .item-video-title {
    background-color: #f0f0f0;
    font-size: 16px;
    color: #00757c;
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: center;
    display: table;
    width: 100%;
}


.welcome-block .item-video-title strong {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.welcome-block .item-video {
    position: relative;
    width: 100%;
    background-color: #f0f0f0;
}

.welcome-block video {
    border: 5px solid #f0f0f0;
  /*  height: 500px;*/
    width: 100%;
}

ul.welcome-menu a {
    display: table;
    width: 100%;
    padding: 0 15px;
    border: 0;
    height: 88px;
}

ul.welcome-menu li+li {
    margin-top: 15px;
}

span.w-t {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px;
    text-align: left;
}

ul.welcome-menu i {
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: 95px;
}

a.welcome-item1 {
    background-color: #00757c;
}

html.bx-no-touch a.welcome-item1:hover, html.bx-touch a.welcome-item1:active {
    background-color: #00555e
}

a.welcome-item2 {
    background-color: #d2ae6d;
}

html.bx-no-touch a.welcome-item2:hover, html.bx-touch a.welcome-item2:active {
    background-color: #bd8f49
}

a.welcome-item3 {
    background-color: #ff9c00;
}

html.bx-no-touch a.welcome-item3:hover, html.bx-touch a.welcome-item3:active {
    background-color: #ff7900
}

a.welcome-item4 {
    background-color: #18a4d7;
}

html.bx-no-touch a.welcome-item4:hover, html.bx-touch a.welcome-item4:active {
    background-color: #008dd9
}

a.welcome-item5 {
    background-color: #f24d3f;
}

html.bx-no-touch a.welcome-item5:hover, html.bx-touch a.welcome-item5:active {
    background-color: #e82e24
}

.media-item-info {
    background-color: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.media-item-info:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 30px;
}

.media-item-title {
    font-size: 16px;
    height: 60px;
    line-height: 56px;
    margin-left: 100px;
    overflow: hidden;
}

.media-item-title strong {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.media-item-icon {
    position: absolute;
    top: -5px;
    left: 15px;
    height: 76px;
    width: 76px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ul.welcome-menu i {
        background-size: 90%;
        width: 54px;
    }
}

@media screen and (max-width: 1023px) {
    .welcome-block{
        display: block;
        width: auto;
    }
    .welcom-it{
        padding: 0;
    }
    .welcom-it.welc-v{
        display: block;
        width: 100%;
        background: none;
        margin-bottom: 10px;
    }
    .welcom-it.welc-m{
        display: block;
        width: 100%;
        padding: 0;
    }
    a.welcome-image {
        padding-bottom: 62.25%;
        height: auto;
    }

    .welcome-block .item-video,.welcome-block .item-video video {
        height: auto;
    }

    .welcome-block .item-video-title {
        position: relative;
        height: 40px;
        line-height: 36px;
        font-size: 14px;
    }

    ul.welcome-menu li {
        width: 50%;
        display: inline-block;
        padding: 5px;
        vertical-align: top;
        margin: 0!important;
    }

    ul.welcome-menu {
        margin: -5px;
        font-size: 0;
        text-align: center;
    }

    ul.welcome-menu a {
        height: 70px
    }
}

@media screen and (max-width: 767px) {
    ul.welcome-menu li+li {
        margin-top: 10px;
    }

    ul.welcome-menu a {
        height: 68px;
    }

    ul.welcome-menu i {
        background-size: 50%;
        width: 60px;
    }

    span.w-t {
        font-size: 13px;
    }

    ul.welcome-menu a {
        height: 60px
    }
}

@media screen and (max-width: 479px) {
    ul.welcome-menu li {
        width: 100%;
    }

    ul.welcome-menu a {
        height: 55px
    }

    .welcome-block video {
        border-width: 2px;
    }
}
