body { 
background:#000;font-family: "proxima-nova";font-weight: 300;color: #FFF;
 font-size:12px;
}
 .container{background:#000}
#Layer_1{width:80%}
a{color:#fff}
a:hover{color:#9a1921 !important}
.red{color:#9A1921}

.hidden{zoom: 1; filter: alpha(opacity=0); opacity: 0;}
.slides{position: absolute;width:100%;text-align: center}

body{padding:40px 0 0 0 ;}.text{line-height: 1.5em}
.large{font-size: 25px;}
/* Small. Above 34em (544px) */
@media screen and (min-width: 34em) {
	body{padding:70px 0 0 0 ;}
	.large{font-size: 40px;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

#Layer_1{width:20%}
body{padding:0px 0 0 0;}
}

/* Medium. Above 48em (768px) */
@media screen and (min-width: 48em) {
	body{padding:100px 0 0 0;}
	.large{font-size: 40px;}
}

/* Large. Above 62em (992px) */
@media screen and (min-width: 62em) {
	body{padding:100px 0 0 0;}
	.large{font-size: 40px;}
}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
	body{padding:100px 0 0 0;}
	.large{font-size: 40px;}
}