@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}

html { font-size:100%; } 

@media (min-width: 640px) { body {font-size:1rem;} } 
@media (min-width:960px) { body {font-size:1.2rem;} } 
@media (min-width:1100px) { body {font-size:1.5rem;} } 

body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif; 
/*	text-transform:uppercase; */
}
a{
	color:#fff;
	text-decoration:none;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:1.0;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
/*	background:transparent url(../images/pattern.png) repeat top left; */
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:998;
	opacity:0.7;
	display:none;
}
.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:90%;
	left:0px;
	margin-top:-65px;
}
.ac_content h1{
	background:transparent url(../images/bg_menu.png) repeat top left;
	display:block;
	float:left;
	width:120px;
	height:91px;
	opacity:0.8;
	padding:20px 20px 0px 20px;
	font-size:35px;
	font-weight:bold;
	line-height:30px;
	margin-right:25px;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:20px;
}
.ac_menu{
	background:transparent url(../images/bg_menu.png) repeat top left;
	float:left;
	position:relative;
	opacity:0.7;
	height:90px;
	padding-top:10px;
	padding-bottom: 10px;
	width:0px;
}
.ac_menu > ul{
	float:right;
	padding-right: 20px;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	overflow:hidden;
	font-size:14px;
}
.ac_menu > ul > li > a{
	margin-top:60px;
	opacity:50;
	display:block;
	height:90px;
	padding:0px 30px;
	text-align:center;
	line-height:90px;
	outline:none;
	font-size:20px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
}

.ac_menu > ul > li .ac_subitem a{
	opacity: 0.8
}

.ac_menu > ul > li .ac_subitem a:hover{
	opacity: 1.0
} 

.ac_subitem{
	width:600px;
	height:0px; /* animate to 400px */
	top:35%;
	right:0px;
	margin-top:0px; /* animate to -200px */
	margin-bottom:20px;
	position:fixed;
	z-index:99;
	overflow:hidden;
	background:transparent url(../images/bg_menu.png) repeat top left;
}

.ac_subitem h2{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 20px 40px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem ul{
	font-family: 'Montserrat', Arial, sans-serif;
	padding:10px;
}
.ac_subitem ul li{
	font-family: 'Montserrat', Arial, sans-serif;
	margin:10px 0px;
}
/*.ac_subitem ul li:first-child{
	color: white;
	font-size:14px;
	text-transform:none;
	border-bottom:1px dotted #333;
	padding-bottom:15px;
	margin-bottom:15px;
}*/
span.ac_close{
	float:right;
	margin:10px;
	width:41px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/back.png) no-repeat top left;
	opacity:0.8;
}
span.ac_close:hover{
	opacity:1.0;
}

.gallery{
	position: fixed;
    top: 2%;
    left: 0px;
	background: #000000;
	outline:none;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;	
	display:block;
	float:left;
	padding:20px 20px 20px 20px;
	font-size:30px;
	height:60px;
	line-height: 60px;
	opacity:0.7;
	z-index:999;	
}

.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}