.ms-tabs-template {
    max-width: 1140px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
}

.ms-tabs-vertical-template {
	max-width: 1065px;
}

.ms-tabs-template .ms-thumb-frame h3 {
	font-weight: 400;
	font-size: 13pt;
	margin:0;
}

.ms-tabs-template .ms-thumb-frame p {
	font-size:10pt;
	margin: 4px 0;
}

.ms-tabs-template .ms-thumb-frame-selected h3{
	color:#4b8aac;
}

 /* Layers */
.ms-layer.video-title {
    font-family: "Lato",sans-serif;
    color: white;
    font-weight: 600;
    font-size: 42px;
    margin:0px;
    letter-spacing:0px;
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray;
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}

/*
===========================================
video gallery
===========================================
*/
.ms-videogallery-template {
    padding-bottom:185px;
}

.ms-videogallery-template.ms-videogallery-vertical-template {
    padding-right: 283px;
    padding-bottom:0 !important;
    margin: 0 auto;
}

.ms-videogallery-template .ms-layer {
    font-family: "Lato",sans-serif;
}

.ms-videogallery-template .ms-layer.video-title {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #333;
    font-family: poppins;
    font-size: 29px !important;
    font-weight: 500;
    padding: 11px;
    text-transform: uppercase;
}
#video-slider .ms-thumb-frame-selected .ms-thumb {
    background-color: #4d1b7b;
    color: #fff;
}
#video-slider .ms-thumb-frame-selected .ms-thumb h3 {
    color: #fff;
}
.ms-videogallery-template .ms-layer.video-author {
    background: #4d1b7b none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-h {
    bottom:auto;
    height:auto;
    width: 100%;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v {
    height: 100%;
    right: -282px;
    top: 0;
    width: 280px;
}

.ms-videogallery-template .ms-thumb-frame {
    cursor: pointer;
    float: left;

    font-family: Poppins;
    color: #222;
    font-weight: 300;
    position: relative;
    overflow: visible;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
    width: 214px;
    height: auto;
    margin: 10px 10px 0 0;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
    height: 80px;
    margin-bottom: 10px;
    width: 100%;
}

.ms-thumb-list.ms-dir-v .ms-thumb-frame img {
    width: 140px;
    float: left;
    height: 80px;
}

.ms-videogallery-template .ms-thumb{text-align: center;}
.ms-videogallery-template .ms-thumb-frame h3 {
    font-weight: 400;
    font-size: 10pt;
    margin:10px 0 0 0;
    text-transform: uppercase;
}

.ms-videogallery-template .ms-thumb-frame p {
    font-size:10pt;
    margin: 4px 0;
}

.ms-videogallery-template .ms-thumb-frame-selected { opacity: 1; }
.ms-videogallery-template .ms-thumb-ol {
    width: 214px;
    background: black;
    opacity: 0.5;
    height: 119px;
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
    width: 140px;
    height: 78px;
}
.ms-thumb-list.ms-dir-v {
    padding-right: 15px;
}
.ms-videogallery-template .ms-thumb-frame-selected .ms-thumb-ol {opacity: 0;}

.ms-videogallery-template .ms-ie7 .ms-thumb-ol,
.ms-videogallery-template .ms-ie8 .ms-thumb-ol{display:none;}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame h3 {
    float: left;
    margin: 0 10px;
    text-align: left;
}
#video-slider .ms-thumb {
    background-color: #f8f8f8;
    display: flex;
}
#video-slider .ms-thumb h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    width: 105px;
}
@media (max-width: 600px) {
    .ms-videogallery-template {padding-bottom:135px;}
    .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {width: 100px;}
    .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-ol {
        width: 100px;
        height: 56px;
    }

    .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
        width: 240px;
        height: 58px;
    }

    .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame img {width: 100px;}
    .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
        width: 100px;
        height: 56px;
    }

    .ms-videogallery-template.ms-videogallery-vertical-template {padding-right: 250px;}
    .ms-videogallery-template .ms-thumb-list.ms-dir-v {width: 240px; right: -250px;}

}

@media (max-width: 400px) {
    .ms-videogallery-template .ms-thumb-list.ms-dir-v {display:none;}
    .ms-videogallery-template.ms-videogallery-vertical-template {padding-right: 0px;}
}

