/*
Theme Name: Applause - Responsive Onepage Template for bands and musicians
Theme URI: 
Description: Applause - Responsive Onepage Template for bands and musicians
Version: 1.3
Author: Metrothemes
Author URI: http://themeforest.net/user/metrothemes/profile?ref=metrothemes
*/

/*BASIC STYLES
------------------------------------------------*/

body { font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; color: #FFFFFF; }

a { text-decoration: none; color: #cf00d2; }
a:hover { text-decoration: underline; color:#cf00d2; }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }
hr{margin: 10px 0;}
h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #FFFFFF; line-height: 1em; font-weight: normal; }
h1, h2, h3 { letter-spacing: -2px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #111; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
blockquote p { padding-bottom: 0px; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
ul, ol{margin: 0px;}
/*Header
-----------------------------*/
header{

}
#mt-header{
    /*height: 640px;*/
}
.header-bg-style{
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;    
}
#mt-header .container{
    padding: 30px 0 30px;
}
#mt-header .logo{
    text-align: center;
    max-width: 400px;
    margin: 0 auto 0 auto;
} 
#mt-header .logo #z-logo{
    max-width:160px;
    margin: 30px auto 20px auto;
}
.hgroup{
    text-align: center;
}
.hgroup h1{
    font-size: 72px;
    font-weight: 800;
    color: #FFFFFF;
}
.hgroup h2{
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF;
}

/*navigation
------------------------------------*/
nav{
    background-color: #F1F3F4;
    border-bottom: 1px solid #D7DBDC;
    height: 90px;
}
.nav{
    list-style: none;
    margin-bottom: 0px;
    text-align: center;
}
.nav li {
    display: inline-block;
}
.nav > li > a{
    color: #3D5054;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 34px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF; 
    outline: none;   
}
.nav > li > a:hover {
    color: #000000;
    outline: none;      
}
.active{
    background: #EEEEEE;
    outline: none;
}
nav .is-sticky .main-nav{
    width: 100%;
    background-color: #F1F3F4;
    border-bottom: 1px solid #D7DBDC;   
    z-index: 9999; 
    height: 90px;
}
.mobilenav{
    display: none;
}

/*SECTION
------------------------------------*/

section{
    padding: 130px 0px 140px;
}

section .header{
    text-align: center;
    margin-bottom: 60px;
    color: #FFFFFF;
}

section .header h2{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #FFFFFF;
}


/*EVENT
------------------------------------*/
.eblock{
    outline: 1px solid #EAEDEE;
    padding-bottom: 10px;
    margin-bottom: 24px;
    background-color: #FFFFFF;
    color: #3D5054;    
}
.econtainer{
    padding: 10px;
}
.ehalf {
    float: left;
    width: 50%;
}
.ehalf h3{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: normal;    
}
.ehalf span {
    font-family: open sans;
    font-size: 14px;
    margin-left: 6px;
}

.dates {
    background: none repeat scroll 0 0 #F1F3F4;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.dates span.day {
    font-size: 40px;
    line-height: 30px;
}

.dates span.week {
    font-size: 24px;
    font-weight: 200;
    line-height: 42px;
}

.eblock-single {
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.60);
    height: 400px;
    position: absolute;
    z-index: 2;
    color: #3D5054; 
}
.einfo{
    margin-top: 20px;
}
.einfo span{
    font-family: open sans;
    font-size: 16px;
    margin-left: 6px;
}
.einfo .date {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 10px;
    outline: 1px dashed;
}

.einfo .btn{
   margin-top: 20px;
   padding: 8px;
   width: 100%;    
}

.emap{
    height: 500px;
}

/*AUDIOS
----------------------------------------------*/


.audios .header h2 {
    color: #FFFFFF;
}

.track{
    height: auto;
    width: 270px;
    margin-left: 30px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    color: #3D5054;    
}

.track iframe {
    margin-top: 114px;
}
.sm2-visualization {
    background-color: #F9F9F9;
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.075) inset;
    border-radius: 128px 128px 128px 128px;
    -web-kit-border-radius: 128px 128px 128px 128px;
    -moz-border-radius: 128px 128px 128px 128px;
    -ie-border-radius: 128px 128px 128px 128px;
    -o-border-radius: 128px 128px 128px 128px;
    margin: 14px auto;
    width: 250px;
 
}
.sm2-visualization:hover {
    background-color: #E1E1E1;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: background-color, border, box-shadow;
    transition-timing-function: ease-in-out;       
}
.up {
    color: #FFFFFF;
    font-size: 26px;
    margin-bottom: -10px;
    margin-top: -8px;
    text-align: center;
}
.tinfo{
    background: none repeat scroll 0 0 #FFFFFF;
    outline: 1px solid #EAEDEE;
    padding: 10px;
}
.tinfo h3{
    text-align: center;
    line-height: 40px;
    color: #3D5054;    
}

.tinfo .social{
    list-style: none outside none;
    margin: 0;
    text-align: center;
}
.tinfo .social li{
    display: inline-block;
}

.tinfo .social li a strong {
    color: #3D5054;
    font-weight: 300;
}
.tinfo .social li a{
    color: #96A9AD;
    font-size: 16px;
    line-height: 50px;
    padding: 10px;
    text-decoration: none;
}
.tinfo .social li a:hover{
    color: #3D5054;
    text-decoration: none;
}

/*Band member
---------------------------------------*/
.bhead{
    margin-bottom: 30px;
}
.bmember{
    outline: 1px solid #EAEDEE;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    color: #3D5054;    
}
.bmeta {
    padding: 10px;
}
.bmeta h3 ,h4 {
    color: #3D5054;    
}
.bmeta .social{
    list-style: none outside none;
    margin: 0;
    text-align: center;
}
.bmeta .social li{
    display: inline-block;
}
.bmeta .social li a{
    color: #96A9AD;
    font-size: 16px;
    line-height: 50px;
    padding: 10px;
    text-decoration: none;
}
.bmeta .social li a:hover{
    color: #3D5054;
    text-decoration: none;
}

/*Photos
----------------------------------------*/
#photos{
    background-image:url(../images/photos.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;  
    color: #FFFFFF;      
}

#photos .header h2 {
    color: #FFFFFF;
}
/*Video
------------------------------------------*/
.video-item {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.video-item .video-image {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;

}
.video-item .video-image img {
    width: 100%;
    height: auto;
}
.video-item:hover .item-overlay {
    opacity:1;
    transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
        border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.item-overlay {
    background-color: #222222;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    cursor:pointer;
}
.item-info {
    position:absolute;
    height:100px;
    width:100%;
    top:50%;
    margin-top:-50px;
    text-align:center;
}
.item-name {
    color:#fff;
    text-transform:uppercase;
    margin-top:80px;
    opacity:0;
    transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
}
.video-item:hover .item-name { 
    opacity:1;
    -webkit-transition: opacity .4s .5s;
    -moz-transition: opacity .4s .5s;
    -ms-transition: opacity .4s .5s;
    -o-transition: opacity .4s .5s;
    transition: opacity .3s .5s;
}
.item-type {
    font-size:13px;
    color:#fff;
    opacity:0;
    margin-top:13px;
    transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
}
.video-item:hover .item-type {
    opacity:0.5;
    -webkit-transition: opacity .4s .8s;
    -moz-transition: opacity .4s .8s;
    -ms-transition: opacity .4s .8s;
    -o-transition: opacity .3s .8s;
    transition: opacity .3s .8s;        
}
.zoom-icon {
    left: 50%;
    margin-left:-20px;
    position:inherit;
    width:50px;
    height:50px;
    margin-top:40px;
    opacity:0;
    background:url(../images/play.png);
    background-size:50px 50px;
    transition:all 0.3s ease 0.1s;
    -moz-transition:all 0.3s ease 0.2s;
    -webkit-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;   
}
.video-item:hover .zoom-icon {
    opacity:1;
    margin-top:0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
/*Products
------------------------------------------*/
.products{
    list-style: none;
}
.products > li {
    float: left;
    margin-left: 30px;
    padding: 10px;
    text-align: center;
    width: 270px;
    margin-bottom: 40px;
}
.products > li a{
    text-decoration: none;
}
.price {
    color: #AAAAAA;
    display: block;
    margin-bottom: 0.5em;
    font-size: 16px;
}
a.product-info{
    background: linear-gradient(to bottom, #F9F9F9 0%, #F2F2F2 100%) repeat scroll 0 0 transparent;
    border: 1px solid #E0DDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 0 #FCFCFC inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #3D5054;
    font-size: 14px;
    padding: 9px 16px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

/*News
-----------------------------------------*/
#news{
    background-image:url(../images/knobs.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;  
    color: #FFFFFF;      
}

#news .header h2 {
    color: #FFFFFF;
}

article{
    background: #FFFFFF;
    color: #3D5054;
    margin-bottom: 40px;
    height: 500px;
}

article .info {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -14px;
}

.info h3{
    color: #3D5054;    
}
.meta {
    border: 1px solid #EEEEEE;
    list-style: none outside none;
}
.meta > li {
    color: #C5C5C5;
    padding: 10px;
}
.meta > li i {
    margin-right: 4px;
}
.com{

}
.com{
    font-size: 12px;
    line-height: 15px;
    margin: 20px;
    text-align: left;
    border-bottom: 1px solid #EEEEEE;
}
.comment-text{
    position: relative;
}
.com small {
    color: #FFFFFF;
}
.comment-reply-link {
    background:#FC862F;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 6px;
    padding: 4px;
    text-transform: lowercase;
}
.comment-reply-link:hover{
    background:#FC862F;
    color: #FFFFFF;
    text-decoration: none; 
}

#reply-title > small {
    letter-spacing: 1px;
}
.com img{
    margin-bottom: 20px !important;
    margin-right: 20px !important;  
}
.com .avatar{
    float: left;
}
.com h5{
   margin-bottom: 10px;
}
.pagination{
    color: #333333;
}

.error{
    text-align: center;
}
/*Contact
-----------------------------------*/

#contact{
    color: #3D5054; 
    padding: 130px 0 100px;   
}

#contact .header h2 {
    font-size: 50px;
    text-transform: uppercase;
}
#contact .header P {
    font-size: 18px;
    text-transform: uppercase;
}

.socialnetwork{
    text-align: center;
    margin-bottom: 60px;
}
.socialnetwork > li {
    display: inline;
    font-size: 30px;
    padding: 10px;
}
.socialnetwork > li a {
    text-decoration: none;
    color: #FFFFFF;
}
.container-fluid{
    padding: 0px;

}
.gmap{
    height: 500px;
}

.contact {
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.60);
    height: 400px;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.contact .pinico{
    margin-top: 50px;
}
#form {
    margin-top: 50px;
}
.sending{
  display:none;
  color:#FFFFFF;
  font-size:20px;
  line-height:20px;
}
#submit-btn{
    background-color: #ECF0F1;
    background-image: none;
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 2px 2px 2px 2px !important;
    box-shadow: 0 0 0 !important;
    color: #000000;
    font-family: open sans;
    font-weight: 300;
    text-shadow: none;
    outline: none;
    padding: 10px;
}

#submit-btn,.btn-success {
    background-color: #ECF0F1;
    background-image: none;
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 2px 2px 2px 2px !important;
    box-shadow: 0 0 0 !important;
    color: #000000;
    font-family: open sans;
    font-weight: 300;
    text-shadow: none;
    outline: none;
}

#submit-btn:hover,.btn-success:focus,.btn-success:hover{
    background-color: #BDC3C7;
    background-image: none;
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 2px 2px 2px 2px !important;
    box-shadow: 0 0 0 !important;
    color: #000000;
    font-family: open sans;
    font-weight: 300;
    text-shadow: none;
    outline: none;
}
textarea,input[type="text"]{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #FFFFFF;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #FFFFFF;
    height: 50px;
}
input:focus,textarea:focus{
    box-shadow: none !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #FFFFFF !important;
    border-color: -moz-use-text-color -moz-use-text-color #FFFFFF !important;
    border-image: none !important;
    border-radius: 0 0 0 0 !important;
    border-style: none none solid !important;
    border-width: medium medium 2px !important;
    box-shadow: none;
    color: #000000 !important;    
}
/*Footer
---------------------------------------------*/
footer{
    padding: 20px;
}

footer .copyright{
    float: left;
}

footer .info{
    float: right;
}

.info li {
    display: inline;
    font-size: 20px;
    line-height: 30px;
}

.contact-info {
    margin-top: 30px;
}
.contact-info .style-icon-1{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    color: #ED145B;
}
.contact-info .contact-text-info {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    margin-left:10px;
}
.contact-info span{
    font-weight: bold;
}
.contact-box{
    margin-top: 60px;
}
/*Widgets
-------------------------------------------*/

.side_bar_widget{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #3D5054;
    padding: 10px;
    margin-bottom: 10px;
}

.side_bar_widget > ul li {
    list-style: circle outside none;
    margin-left: 18px;
}

.side_bar_widget input[type="text"]{
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
    color: #3D5054;
    height: 50px;
}
.side_bar_widget > textarea:focus, input[type="text"]:focus{
  background-color: #ffffff !important];
  border: 1px solid #cccccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  /* IE6-9 */
    color: #3D5054;
}
#searchsubmit{
    background-color: #ECF0F1;
    background-image: none;
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 2px 2px 2px 2px !important;
    box-shadow: 0 0 0 !important;
    color: #000000;
    font-family: open sans;
    font-weight: 300;
    text-shadow: none;
    outline: none;
    padding: 10px;    
}
#wp-calendar {
    text-align: center;
    width: 100%;
}
#wp-calendar caption {
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 1em;
}
#wp-calendar tfoot td {
    padding-top: 1em;
}

.flickr-channel a {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    float: none;
    margin: 0 5px 5px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.flickr-channel a img {
    border: 3px solid #D7D7D7;
    height: 75px;
    margin: 0;
    max-width: none;
    opacity: 1;
    padding: 0;
    position: relative;
    width: 75px;
}
.flickr-channel a img:hover {
    border: 3px solid #555555;
    opacity: 0.6;
}
/*
.side_bar_widget > h4 {
    font-size: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}


/*tweet widgets
--------------------------------------------*/
.tweet,
.query {
    font: 11px
}

.tweet_list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden
}

.tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5em 0.5em 0.5em 0;
    list-style-type: none;
    margin: 0 0 15px 0
}

.tweet_list .tweet_avatar {
    padding-right: .5em; 
    float: left;
    height: 42px
}

.tweet_list .tweet_avatar img {
    vertical-align: middle
}
/* Scroll-Top
-------------------------------------------------- */
.scroll-top {
    background: url("../images/small-arrow-top.png") no-repeat scroll center center #070707;
    bottom: 0;
    display: none;
    height: 30px;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 30px;
    z-index: 9999;
}
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}
/*******************************************************
******************RESPONSIVE****************************
*******************************************************/  
@media(max-width: 1180px){
    .ehalf {
        float: none;
        text-align: center;
        width: 95%;
    }  
    #mt-header .logo #z-logo{
        max-width:140px;
        margin: 0px auto 20px auto;
    }
}

@media(max-width: 979px){  
    #mt-header .logo #z-logo{
        max-width:140px;
        margin: 0px auto 20px auto;
    }
}

@media(max-width: 800px){
    .ehalf{
        width: 100%;
    }
    .track{
        margin-left: 80px;
    }
    .products > li{
        margin-left: 70px;
    }
}
@media(max-width: 767px) {
    #mt-header .logo #z-logo{
        display:none;
    }  
}
@media(max-width: 600px){
	#mt-header{
		background-image: none !important;
	}
    header {
        margin-left: -20px;
        margin-right: -20px;
		background-image: none !important;
    }  
    nav{
        margin-left: -20px;
        margin-right: -20px;
		margin-top: -20px;
    } 
    #mt-header{
        height: 520px;
    }
    #mt-header .logo{
        margin-top: -100px; 
        max-width:90%;
    }   
    .nav-collapse .nav{
        background: none repeat scroll 0 0 #F1F3F4;
    }
    .nav li{
        display: block;
    }
    .mobilenav{
        border: medium none;
        margin-top: 34px;
        color:#3D5054;
        width: 100%;
        background: none;
        display: block;
    }
    .mobilenav .trig {
        float: right;
        font-size: 22px;
        margin-right: 10px;
    }

    .mobilenav .title {
        float: left;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 20px;
        margin-left: 10px;
        text-transform: uppercase;
    }
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
        border-radius: none;
        color:#3D5054;
        font-weight: 300;
        padding: 10px 0 10px 30px;
        border-bottom: 1px solid #D7DBDC;
        text-align: left;
    }
    .nav-collapse, .nav-collapse.collapse{
        overflow: hidden;
    } 
    article{
        height: auto;
        padding: 100px;
    }
    .contact{
        position: relative;
    }
}
@media(max-width: 480px){
    .eblock-single{
        height: auto;
    }
    .emap{
        height: 1000px;
    }
    .track{
        margin-left: 46px;
    }
    .bmember{
        text-align: center;
    }
    .products > li{
        margin-left: 46px;
    }
    #contact .header h2{
        font-size: 40px;
    }
    #contact .header P{
        font-size: 14px;
    }
    article{
        height: auto;
        padding: 100px;
    }

}
@media(max-width: 360px){

    header {
        margin-left: -20px;
        margin-right: -20px;
    }  
    nav{
        margin-left: -20px;
        margin-right: -20px;
    } 
    #mt-header{
        height: 520px;
    }
    #mt-header .logo{
        margin-top: -100px; 
    }   
    .nav-collapse .nav{
        background: none repeat scroll 0 0 #F1F3F4;
    }
    .nav li{
        display: block;
    }
    .mobilenav{
        border: medium none;
        margin-top: 34px;
        color:#3D5054;
        width: 100%;
        background: none;
        display: block;
    }
    .mobilenav .trig {
        float: right;
        font-size: 22px;
        margin-right: 10px;
    }

    .mobilenav .title {
        float: left;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 20px;
        margin-left: 10px;
        text-transform: uppercase;
    }
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
        border-radius: none;
        color:#3D5054;
        font-weight: 300;
        padding: 10px 0 10px 30px;
        border-bottom: 1px solid #D7DBDC;
        text-align: left;
    }
    .nav-collapse, .nav-collapse.collapse{
        overflow: hidden;
    }
    section,footer{
        margin-left: -20px;
        margin-right: -20px;
    }
    .eblock-single{
        height: auto;
    }
    .emap{
        height: 1000px;
    }
    .track{
        margin-left: 46px;
    }
    .bmember{
        text-align: center;
    }
    .products > li{
        margin-left: 46px;
    }
    #contact .header h2{
        font-size: 40px;
    }
    #contact .header P{
        font-size: 14px;
    }
    article{
        height: 510px;
        padding: 0px;
    }

}

@media(max-width: 320px){
    .hgroup h1{
        font-size: 68px;
    }
    .track{
        margin-left: 26px;
    }
    .products > li{
        margin-left: 28px;
    }
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}