html, body {height: 100%;}
.left{float:left;}
.right{float:right;}
.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align:center;}
.block{display:block;}
.noDecoration{text-decoration:none;}
.bold{font-weight:bold;}
.hidden-normal{display:none;}
#wrapper {min-height: 100%;}
.red{color:#FF0000;}
.alpha{margin-left:0 !important;}
.omega{margin-right:0 !important;}
img{vertical-align: bottom;}
a:focus{outline: 0;}
body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	text-transform:uppercase;
}
a{
	color:#fff;
	text-decoration:none;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -20px;
  /* Pad bottom by footer height */
  padding: 0 0 20px;
}

img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../assets/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:999;
	opacity:0.7;
	display:none;
}

.ac_menu,.ac_card{
	background:url(../assets/bg_menu.png) repeat top left;
	position:relative;
	display:block;
	padding:5px;
	z-index:4;
	text-align:center;
	top:-30px;
}

.ac_card{
	min-height: 400px;
}

.ac_card h2{
	margin-top:60px;
}

.ac_menu ul li{
	padding:8px 0 8px 0;
}

.ac_menu ul li a{
	text-decoration:none;
	display: block;
    font-size: 24px;
}

.ac_menu ul{
	margin-top:60px;
}

.close {
    cursor: pointer;
    height: 48px;
    opacity: 1;
    position: absolute;
    right: -34px;
    top: -18px;
    width: 133px;
    z-index: 5;
    background-image: url("../assets/close.png")
}

.close:hover {
    opacity:1;
}

#ac_content,.menu_card{
	position: relative;
    z-index:4;
}

.logo{
	position: relative;
	z-index:5;
	top:30px;
	height:142px;
}

/*footer*/

.ac_footer{
	position: relative;
	height: 20px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	z-index:2;
}
.ac_footer a{
	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;
}

/*product*/
.product p{
	font-size:16px;
}
.product h3{
	font-size:18px;
	font-weight:bold;
	margin-top:0;
}

.product .price{
	font-size:18px;
	font-weight:bold;
}

.product .media img{
	padding-right:5px;
}

.paginator{
	background:url(../assets/bg_menu.png) repeat top left;
	position: relative;
	top:-30px;
	padding:0 0 5px 0;
}

.pager_number {
    background-color: #FFF;
    border-radius: 30px;
    color: #5C524C;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 12px;
    margin-right:10px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    text-decoration: none;
}

.pager_number:hover,.pager_number:focus{
	text-decoration: none;
	color: #5C524C;
}

.pager_number.selected {
    background-color: #666;
    color:#FFF;
}

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf);
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/PT_Sans-Narrow-Web-Bold.ttf);
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	} 

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.logo{position: relative;top:5px;height:100px;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.logo{position: relative;top:5px;height:100px;}
		.ac_card h2{font-size:24px;}
		.menu_card img.logo{display:none;}
		.ac_card{top:30px;}
		.paginator{top:30px;}
		#wrapper {margin: 0 auto 20px;}
	}
