@-ms-viewport{width:device-width;}

/* Desktop 1024 */ 
@media only screen and (max-width:1600px) {
    .Welcome{height:620px;}
    .Welcome .Content{line-height:620px;height:620px;width:50%;}
}
        
/* Desktop 1024 */ 
@media only screen and (max-width:1024px) {
    .Welcome{height:620px;background-position:top center;}
    .Welcome .Content{line-height:620px;height:620px;width:60%;}
    .Welcome .Content .vCenter{max-width:500px;}
    .Welcome .Content .GetStart{display:none;}
    .Email-Subscribe .info p{font-size:15px;}
}

/* Desktop 980 */ 
@media only screen and (max-width:980px) {

}

/* Tablet 768 - 800 */ 
@media only screen and (max-width:800px) {
    .Welcome{height:620px;background-position:top left;}
    .Welcome .Content{line-height:620px;height:620px;width:100%;padding:0 30px;}
    .Welcome .Content .vCenter{max-width:100%;}
    .Welcome .Content:before{background:rgba(28,28,28,.90);-webkit-transform:skewX(0);-ms-transform:skewX(0);transform:skewX(0);}
    .block2i{width:100%;}
    .Email-Subscribe .info{width:100%;padding-bottom:0;padding-left:0;}
    .Email-Subscribe form{width:100%;}
}

/* iPhone 4 */
@media only screen and (max-width:640px) {
    .Welcome{height:auto;background-position:top left;}
    .Welcome .Content{line-height:normal;height:auto;width:100%;padding:50px 30px;}
    .Welcome .Content .vCenter{max-width:100%;}
    .Welcome .Content:before{background:rgba(28,28,28,.90);-webkit-transform:skewX(0);-ms-transform:skewX(0);transform:skewX(0);}
    .Contact-Info h3{border-bottom:1px solid rgba(0,0,0,.10);padding-bottom:20px;}
    .Contact-Info h3:last-child{margin-top:20px;margin-bottom:-20px;}
}

/* Extra Smart Phones */ 
@media only screen and (max-width:480px) {
    .Clips-Slider .Slider-Titles{margin:0;float:left;width:100%;}
    .Clips-Slider .Slider-Content{margin:0;float:left;width:100%;}
    .Videos-Photos .Videos .Small-Video{width:50%;}
    .Videos-Photos .Photos .Small-Photos{width:50%;}
    .Videos-Photos .Head{font-size:15px;}
    .Videos-Photos .Head .button{font-size:12px;}
    .Sound-Player .progress{float:right;width:35%;display:none;}
    .Sound-Player .controll{float:left;width:60%;}
    .Contact-Info h3{text-align:center;line-height:50px;margin-top:30px;}
    .Contact-Info h3 i{margin:auto!important;display:block;line-height:130px;}
    .Contact-Info h3 i:after{display:none;}
    .Contact-Info h3:first-child i:after{display:none;}
}

/* Smart Phone + iPhone Retina 320 - 360 */ 
@media only screen and (max-width:360px) {
    .Videos-Photos .Head .blck{display:none;}
}
