@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Hind:300,700);

html {
	min-height: 100%; 
	padding-bottom: 1px; }
	
body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Hind', Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: white;
	min-width: 1000px;
}

h1, h2, h3, h4, h5, h6, p {
	padding-top: 0;
	margin-top: 0
}

h1 {
	margin-top: 0;
	color: #eeeded;
	font-size: 24px;
	letter-spacing: 10px;
	line-height: 30px;	
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: none;
}


p {
	font-size: 13px;
	line-height: 18px;
	color: white;
}

a img { 
	border: none;
}

a img:hover { 
}

a:link, a:visited {
	color: #fe0101;
	text-decoration: none; 
	
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
a:hover, a:active, a:focus {
	color: #5c6b01;
	text-decoration: none;
	
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;	
}


/***structure***/


.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	display: block;
	clear: both;
	
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
}

/********nav********/

#navbar {
	text-align: right;
	position: relative;
	background: url(../images/bg-top.jpg) no-repeat #000;
	
	text-transform: uppercase;
	margin-bottom: 5px;
}

ul, #contactinfo, #sm {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#navbar > ul {
	padding: 0;
	margin: 0;	
}

#navbar > ul li {
	display: inline-block;
	padding: 0;
	margin: 2px 0 0 0;
	font-size: 14px;
	letter-spacing: 9px;
}

#navbar > ul li a {
	text-decoration: none;
	display: inline-block;	
	padding-right: 40px;		
	
	transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
}

#navbar > ul li:last-child a {
	padding-right: 0;		
}

#contactinfo {
	width: 290px;
	padding-right: 20px;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 3px;
}

#navbar > ul li a, #contactinfo a {
	color: white;	
}

#navbar > ul li a:hover, #navbar > ul li.sel a, #navbar > ul li.active a {
	color: #fe0101;	
}

#sm {	
	height: 34px;
	padding-left: 12px;
	padding-right: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left: 1px #ba0800 solid;
}

#sm a {
	position: relative;
	height: 34px;
	width: 25px;
	margin-right: 5px;
	display: inline-block;
}

/*#sm a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	webkit-opacity:0.7;
}*/

#navbar a:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
	webkit-opacity:0.6;
}

a.facebook {
	background: url(../images/sm.png) 8px 8px;
	background-repeat: no-repeat;
}

a.twitter {
	background: url(../images/sm.png) -23px 8px;
	background-repeat: no-repeat;
}

a.pinterest {
	background: url(../images/sm.png) -55px 8px;
	background-repeat: no-repeat;
}

/********end nav********/

#content img {
	display: block;
	margin: 0;
}

.dropdown {
	position: absolute;
	z-index: 10;
	background-color: rgba(0,0,0,0.85);
	width: 350px;
	right: 0;
	margin-right: 10px;
	margin-top: -4px;
	min-height: 100px;	
	padding: 20px 25px 10px 25px;
	display: none;
	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.7); 
}

.dropdown p {		
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

.dropdown ul {
	margin: -10px 0 0 0;
	padding: 0;	
	
	font-size: 13px;
	line-height: 15px;
	height: auto;
}

.dropdown ul li {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	
	padding: 7px 25px 3px 15px;
	color: white;	
	width: 100px;
	vertical-align: top;
		
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#hours ul li {
	width: 125px;
	padding: 7px 15px 3px 5px;
}

.dropdown ul li:nth-child(odd) {
	margin-left: 25px;	
}

.dropdown ul li:nth-child(even) {
	margin-left: 10px;	
}

.dropdown ul li:hover {
	background-color: #5c6b01;
	color: white;
	
	transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
}


/****footer***/

#footer {
	text-align: left;
	position: relative;
	background: url(../images/bg-bottom.jpg) no-repeat #000;

	margin-top: 7px;
	margin-bottom: 20px;
	padding-top: 15px;
	height: 35px;
}

#open, #footer p {
	margin: 0;
	color: white;
	font-size: 9px;	
}

#footer > p {
	position: relative;	
	display: inline-block;
	width: 470px;
	padding-left: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}


/******end footer*****/


/****open*******/
#open {	
	position: relative;	
	display: inline-block;
	text-align: right;
	width: 440px;
	padding-right: 20px;
	letter-spacing: 1px;
}

#open a {
	color: white;	

	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;		
	
}

#open a:hover {
	color: #c30808;
		
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;	
}

#open a img {
	vertical-align: middle;
	padding-bottom: 2px;
}

#open a img { 

	transition-property: transform;
    transition-duration: 1s;
	
	-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;

    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;/**/
}

#open a:hover img { 
	transform:translateX(10px);
	-ms-transform: translate(10px,0);
	-webkit-transform: translate(10px,0);	
}

/****end open*******/

