/* Mobile */
/* Mobile */
@media screen and (max-width: 660px) {
#logo {
    float: left;
      position: absolute;
    margin-left: 5%;
    width: 100px;
        z-index: 101;
  
}

.titlecopy
{
    display: none;
    margin-left: 0px;
    margin-top: 20px;
    width: 200px;
    height: 50px;
    font-size: 32px;
    position: absolute;
    font-family: 'trade_gothic_lt_stdCnno.18';
        z-index: 101;
    
        
}
#nav {
	text-align: right;
	margin: 40px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
    margin-left: 2%;
    margin-top: -20px;
    position:absolute;
    right:100px;
        z-index: 101;
}
.navigation li{
	float: left;
    margin-left: 5px;
	padding:0 0 0 20px;
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 26px;
        z-index: 101;
}


}

    
@media screen and (max-width: 480px) {
    
    

#logo {
    width: 100px;
	text-align: center;
    margin-left: -10px;
    position:absolute;
            z-index: 101;
}
.titlecopy
{
    display: none;
    margin-left: -20px;
    margin-top:20px;
    width: 200px;
    height: 45px;
    font-size: 32px;
    position: absolute;
    font-family: 'trade_gothic_lt_stdCnno.18';
        z-index: 101;
        
}

#nav {
	width:50%;
	text-align:center;
	margin:35px 15px 15px 2px;
}
.navigation{
	float: right;
    width: 72%;
	list-style: none;
    margin-left: 15px;
    margin-top: -20px;
    position:absolute;
    right:10px;
        z-index: 101;
}
.navigation li{
    margin-left: -5px;
	padding: 10px 0 20px 20px;
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 18px;
    z-index: 101;
}


.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:10px 0 0 0;
    
}

#decorative {
	display:none;
}

#content {
	text-align:center;
	width:100%;
    color:white;
}

#slide1{
	background-color:#ffffff;
    background:url('../images/intr_mobile.jpg') no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size:  100%;
  -o-background-size:  100%;
  background-size:  100%;
    color:#fff;
    height:480px;
    background-position:0 0;
}

#slide1 h1 {
	line-height: 1em;
    color:#fff;
}
#slide1 h2 {
	line-height: 1em;
    color:#fff;
}

#slide2{
	
height:590px;

}


#slide3{
	
height:100%;

}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
    font-size:18px;
	line-height: 20px;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}
#videotoggle{
    display:block;
    opacity:0.8;
    float:left;
    width:50%;
    padding:20px 20px 20px 50px; 
    text-align:left;
    position:absolute;
    top:150px;
}

}




