

nav.main_menu ul li a { text-transform:uppercase;}

.title h1{ text-transform: uppercase; }

h1, h2, h3, h4 { text-transform: uppercase; }

input { color: #000; border: 1px solid #4c4c4c; }

textarea { color: #000; border: 1px solid #4c4c4c; } 

.tabs .tabs-container {	background-color: #dddddd; }

.tabs .tabs-nav li.active a { background-color: #dddddd; }

@media only screen and (max-width: 900px){

    .logo img{
        width:100%;
        display:block;
    }

    
    .header_inner_right {

        display: block;
        clear: both;

    }

}

@media only screen and (max-width: 768px){

.tp-caption.fullscreenvideo iframe{
    height:50%!important;
}
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}