/* CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =Clearfix (all browsers) */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
/* Base */
@font-face {
    font-family: 'fontname';
    src: url('../font/fontname.eot');
    src: url('../font/fontname.eot?#iefix') format('embedded-opentype'),
         url('../font/fontname.woff') format('woff'),
         url('../font/fontname.ttf') format('truetype'),
         url('../font/fontname.svg#fontname') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import url(http://fonts.googleapis.com/css?family=Cabin:400,500|Muli:400,300);
body:before {
    content: " ";
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.01) 7%,rgba(0,0,0,0.1) 80%);
    background: -webkit-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.01) 7%,rgba(0,0,0,0.1) 80%);
    background: -o-radial-gradient(top center, ellipse cover, rgba(255,255,255,0.01) 7%,rgba(0,0,0,0.1) 80%);
    background: radial-gradient(top center, ellipse cover, rgba(255,255,255,0.01) 7%,rgba(0,0,0,0.1) 80%);
}

body{
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('../img/bg.png');
}

/* Mobile */
#wrapper{
    width:100%;
    width:auto;
    min-height:768px;
    height:auto;
    margin: 0 auto;
    border:thin solid #000;
    background:rgba(0, 0, 0, 0.5);
	box-shadow:0px 0px 10px rgba(0,0,0,0.90);
}
#banner{
    width:auto;
    height:auto;
}
#banner img{
	width:100%;
	height:auto;
}
#D_nav{display:none;}
#content{
    color:#E5E5E5;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
	font-size:13px;
  padding:10px;
	line-height:25px;
	letter-spacing: 1.5px;
	overflow:hidden;
	
}
	#content a:link {
	color: #CC7832;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
} 
#content a:visited {
	color: #CC7832;
	
}
#content a:hover,
a:focus {
	color: #FBD745;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
#content img{
	max-width: 440px;
	width:100%;
}
footer{
    height:30px;
    padding-top:10px;
    text-align:center;
    font-size:12px;
    letter-spacing:3px;
    color:#333;
		width:80%;
		margin:0 auto;
    font-family: 'Cabin', sans-serif;
	 font-weight: 100;
		font-size:10px;
    border-top:thin solid rgba(255, 255, 255, 0.1);
    
   
}
#slideout{
    display:none;
}
/* TABLET LAYOUT: 481px to 1048px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#wrapper{
    max-width:1024px;
    width:auto;
    min-height:768px;
    height:auto;
    margin: 0 auto;
    border:thin solid #000;
    background:rgba(0, 0, 0, 0.7);
	box-shadow:0px 0px 10px rgba(0,0,0,0.90);
}

	#D_nav{display:block;}
nav{
		display:block;
		padding-top:5px;
	margin:0 auto;
	max-width:80%;
	width:auto;
		text-decoration:none;
		letter-spacing:1px;
		text-align:center;
		-webkit-box-shadow:0px 0px 5px rgba(50,50,50,0.75);
		-moz-box-shadow:inset0px 0px 5px rgba(50,50,50,0.75);
		box-shadow:inset0px 0px 5px rgba(50,50,50,0.75);
	background: rgba(0,0,0,0.8);	
	background: linear-gradient(rgba(68, 68, 68, 1), rgba(17, 17, 17, 0.9));
	border-radius: 3px;
	border: 1px solid #222;
	}

	nav a{
		display:block;
		text-decoration:none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	nav ul{
		list-style:none;
		margin-top:0px;
		padding:0;
		position:relative;
		display:inline-table;
	}

	nav ul:after{
		content:"";
		clear:both;
		display:block;
	}

	nav li{
		float:left;
		margin:0;
		padding:0;
	}

	nav li a{
		display:block;
		padding:4px 7px;
		text-decoration:none;
		color:#999;
		text-shadow:0px 0px 2px rgba(0,0,0,0);
		text-transform:uppercase;
		font-family: 'Cabin', sans-serif;
	font-weight: 400;
		font-size:12px;
		color: transparent;
    text-shadow: 0px 0px 0.4px #FFF;
	}

	nav li a:hover{
		color:#FFF;
	}

	nav ul > li{
		float:left;
		
	}

	nav li ul{
		float:left;
		padding:0;
		margin-top:-7px;
		opacity:0;
		position:absolute;
		top:20px;
		visibility:hidden;
		z-index:1;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  		
-webkit-box-shadow:0px 0px 5px rgba(50,50,50,0.75);
		-moz-box-shadow:inset0px 0px 5px rgba(50,50,50,0.75);
		box-shadow:inset0px 0px 5px rgba(50,50,50,0.75);
	background: rgba(0,0,0,0.8);	
	background: linear-gradient(rgba(68, 68, 68, 0.99), rgba(17, 17, 17, 0.99));
	border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	border: 1px solid #222;
	}

	nav li:hover ul{
		opacity:1;
		top:30px;
		visibility:visible;
	}

	nav li ul a:hover{
		color:#fff;
	}

	nav ul ul li{
		float:none;
		position:relative;
		margin-top:0;
		
	}

	nav ul ul li a{
		padding:5px 15px;
		font-size:13px;
		border-top:thin solid rgba(255,255,255,0.1);
		border-bottom:thin solid rgba(0,0,0,0.3);
	}
	nav ul ul li:first-child a{
		padding:5px 15px;
		font-size:13px;
		border-top:none;
		border-bottom:none;
	}

	nav ul ul li a:hover{
		color:#FFF;
	}

	nav ul li ul li a{
		text-align:left;
	}
	nav ul li ul li ul {
  margin-top:-29px;
	margin-left:-220px;
	border:none;
	opacity:0;
		z-index:-9999;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	-webkit-transition: all .10s ease-in-out;
       -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
         -o-transition: all .10s ease-in-out;
            transition: all .10s ease-in-out;
}
	nav ul li ul li:hover ul {
  opacity:1;
	margin-top:-29px;
	margin-left:-242px;
	border: 1px solid #222;
}
nav ul li ul li ul li {
	max-height:35px;
	max-width:200px;
	visibility: hidden;
	opacity: 0;
	float:none;
}
nav ul li ul li ul li a {
    display: none;
}

nav ul li ul li:hover ul li {
  min-height: height:30px;
	min-width:240px;
	opacity:1;
	visibility:visible;
	position:relative;
	z-index:5;
}
nav ul li ul li:hover ul li a {
display:block;
}
	#content{
  padding:5px 35px;
		color:#9999;
}
	#content img{
	width:auto;
	}
}

/* DESKTOP LAYOUT: 1065px to a max of 1600px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1065px) {
	#banner{
    width:1024px;
    height:150px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
nav{
	max-width:960px;
	width:960px;
	border:thin solid #222;
	}
	nav li a{
		padding:4px 13px;
		font-size:15px;
	}
	footer{
		width:960px;
}
	#content{
  min-height:500px;
}
/*tracker*/
#slideout {
			position: fixed;
			top: 40px;
			left: 0;
			width: 25px;
			padding:0;
			text-align: center;
			background: rgba(0, 0, 0, 0.9);
			-webkit-transition-duration: 0.3s;
			-moz-transition-duration: 0.3s;
			-o-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-border-radius: 0 5px 5px 0;
			-moz-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
	    color:#ccc;
	    line-height: 20px;
	    display:block;
		}
#slideout img{
	width:auto;
	height:200px;
}
		#slideout_inner {
			position: fixed;
			top:40px;
			left: -230px;
			background: rgba(0, 0, 0, 0.9);
			width: 200px;
			padding: 15px;
			height: 176px;
			-webkit-transition-duration: 0.3s;
			-moz-transition-duration: 0.3s;
			-o-transition-duration: 0.3s;
			transition-duration: 0.3s;
			text-align: left;
			-webkit-border-radius: 0 0 5px 0;
			-moz-border-radius: 0 0 5px 0;
			font-family: "Cabin",sans-serif;
font-weight: 100;
font-size: 15px;
		}
#slideout_inner a {
	text-decoration:none;
	color:#ccc;
	font-size:12px;
}
#slideout_inner p {
	margin:10px 0;
}
		#slideout_inner textarea {
			width: 190px;
			height: 400px;
			margin-bottom: 6px;
		}
		#slideout:hover {
			left: 230px;
		}
		#slideout:hover #slideout_inner {
			left: 0;
		}
		.form-btn {
  background: #ffb700;
  background-image: -webkit-linear-gradient(top, #ffb700, #c48c00);
  background-image: -moz-linear-gradient(top, #ffb700, #c48c00);
  background-image: -ms-linear-gradient(top, #ffb700, #c48c00);
  background-image: -o-linear-gradient(top, #ffb700, #c48c00);
  background-image: linear-gradient(to bottom, #ffb700, #c48c00);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
	border:thin solid #999;
}

.form-btn:hover {
    text-decoration: none;
	border:thin solid #ccc;
}
input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(249, 211, 67, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(249, 211, 67, 1);
}
}
/* Social Media Links*/
#social_wrap{
	width:200px;
	text-align:left;
}
.social_icon{
	height:32px;
	width:32px;
	display:inline-table;
	margin-right:5px;
	opacity: 0.8;
	-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
}
.social_icon:hover{
	background-position: 0 -32px;
	opacity: 1;
}
#twitter{
	background-image:url('../img/social/twitter.png');
}
#facebook{
	background-image:url('../img/social/facebook.png');
}

#googleplus{
	background-image:url('../img/social/googleplus.png');
}

#rssfeed{
	background-image:url('../img/social/rss.png');
}



@media screen and (-webkit-min-device-pixel-ratio:0) {  
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
  nav li ul{margin-left:-60px;} 
  #content{
      font-size:14px;
      font-weight:600;
  }
}
.city{
	font-size:20px;
	color:#CC7832;
	letter-spacing: 5px;
}
.location{
	font-size: 16px;
}

#buylink img{
	width:100%;
	max-width:90px;
}
