.template-missions{}
.template-missions strong{font-weight: bold;}
.template-missions p{margin-bottom: 10px;}
.tab-names{
    width: 38%; 
    float: left;
    list-style:none;
}
    .tab-names li{
        height: auto;
        background: #ededed; 
        color: #0161a7;
        display: block;
        vertical-align: middle;
        font-size: 20px;
        padding: 15px;
        box-sizing: border-box;
        border-top: 1px solid #51545b;
        border-right: 1px solid #51545b;
        border-left: 1px solid #51545b;
        cursor: pointer;
    }
        .tab-names li.active{
            background: #adadad; 
            color: #fefefe;
        }
        .tab-names li:last-child{
            border-bottom: 1px solid #51545b;
        }

.tab-contents{
    margin-left: 3%;
    float: left;
    width: 58%;
}
    .tab-contents h2{
        font-family: "Roboto-Bold";
        font-size: 24px;
        color: #0161a7;
        padding: 10px 0 20px;
    }
    .tab-contents .owl-carousel{
        width: 90%;
        margin: 0 auto;
    }
        .tab-contents .owl-carousel .owl-nav .owl-prev{
            border: none;
            left: -37px;
            width: 17px;
            height: 29px;
            background: url('../images/owl/owl.prev.slim.png');
        }
            .tab-contents .owl-carousel .owl-nav .owl-prev:hover{
                background: url('../images/owl/owl.prev.slim.hover.png');
            }
        .tab-contents .owl-carousel .owl-nav .owl-next{
            border: none;
            right: -37px;
            width: 17px;
            height: 29px;
            background: url('../images/owl/owl.next.slim.png');
            overflow: hidden;
        }
            .tab-contents .owl-carousel .owl-nav .owl-next:hover{
                background: url('../images/owl/owl.next.slim.hover.png');
            }
.owl-carousel.videos,
.owl-carousel.videos .owl-item .item,
.owl-carousel .owl-video-wrapper{
    height: 320px;
}
.owl-carousel.videos{
    width: 100%;
    margin: 0;
}
.owl-carousel .owl-video-wrapper{
    background: #ebebeb;
}
.owl-carousel .owl-video-play-icon:hover{
    background: rgba(0, 0, 0, 0) url("../images/owl/owl.video.play.hover.png") no-repeat scroll 0 0;
}
.download-brochure{
    width: 90%;
    margin: 0 auto 10px;
    display: block;
}
.show-video{
    font-size: 13px;
    margin-right: 1%;
    max-width: 100%;
    width: 32%;
    padding: 8px;
    margin-bottom: 10px;
    font-family: Roboto-Regular;
    font-weight: bold;
    height: 34px;
    border-radius: 0;
}

.brochure-container{
    background: #005fa7 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-family: Roboto-Bold;
    font-size: 12px;
    max-width: 100%;
    min-width: 100px;
    overflow: hidden;
    padding: 8px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    width: 32%;
    margin-right: 1%;
    height: 34px;
    float: left;
}
    .brochure-container:before{background:#83a2d1 none repeat scroll 0 0;bottom:0;content:"";height:200%;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleY(0) rotate(355deg);transform:scaleY(0) rotate(355deg);transform-origin:66% 100% 0;transition-duration:0.3s;transition-property:transform;transition-timing-function:ease-out;width:110%;z-index:-1;}
    .brochure-container:hover{}
    .brochure-container:hover:before{-webkit-transform:scaleY(1) rotate(352deg);transform:scaleY(1) rotate(352deg);}
    
    .brochure-container a{text-decoration: none; color: #fff;}
    .brochure-container a span{color: #fff !important;}
@media screen and (max-width: 1050px){
    .brochure-container, .show-video{
        width: 48%;
    }
}

@media screen and (max-width: 980px){
    .tab-names li{
        font-size: 22px;
    }
}
@media screen and (max-width: 768px){
    .tab-names, .tab-contents{
        float: none;
        width: 100%;
        margin: 0;
    }
    .tab-names li{
        font-size: 16px;
        padding: 5px;
    }
}

@media screen and (max-width: 500px){
    .brochure-container, .show-video{
        width: 100%;
        margin-right: 0;
    }
    .owl-carousel.videos, .owl-carousel.videos .owl-item .item, .owl-carousel .owl-video-wrapper{
        height: 290px;
    }
}