

/* Tablet */
@media screen and (max-width: 1024px) {

.menu {
	position:fixed;
	top:0px;
	width: 100%; 
	height: 65px; 
	background-color:#ffffff;
	z-index:100;
}
#logo {
    float: left;
      position: absolute;
    margin-left: 5%;
    width: 100px;
        z-index: 101;
  
}

.titlecopy
{
    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: 100px;
    margin-top: -20px;
    position:absolute;
    right:100px;
        z-index: 101;
}
.navigation li{
	float: left;
    margin-left: 10px;
	padding:0 0 0 20px;
    font-family: 'trade_gothic_lt_stdCnno.18';
    font-size: 26px;
        z-index: 101;
}

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

#decorative {
	display:none;
}

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

#slide1{
	background-color:#ffffff;
    background:url('../images/intr_tablet.jpg') no-repeat center center fixed;
  -webkit-background-size: 100%;
  -moz-background-size:  100%;
  -o-background-size:  100%;
  background-size:  100%;
color:#fff;
height:190px;
    background-position:0 0;
}
#slide1 h1 {
	line-height: 1em;
    color:#fff;
}
#slide1 h2 {
	line-height: 1em;
    color:#fff;
}

#slide2{
	
height:280px;
 
}

#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


#video{
    display:none;
}
#videotoggle{
    display:block;
    opacity:0.8;
    float:left;
    width:50%;
    padding:80px 80px 20px 100px; 
    text-align:left;
]

}







