html {
	background: url(/img/mobilebg.jpg) no-repeat top center fixed;
	background-color: #000;
	font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

body {
	margin: 0px;
	padding: 0px;

	
}

#navigation {
background-color: #000;
	display: block;
	width: 100%;
	height: 43px;
}
#navigation-container {
	float: none;
    margin-left: 0px;
	margin-top: -16px;
	border-bottom-right-radius: 20px;
}
#navigation-container li {
	list-style: none; 
	float: left; 
	padding-right: 15px; 
	margin-top:8px;
}
#navigation-container li a {
	text-decoration: none; 
	color: #fff; 
	font-size: 18px; 
	text-transform: uppercase; 
	font-family: futura-pt-condensed, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
#navigation-container img:hover {
	opacity: 0.5;
	transition: all 0.2s ease-in-out 0s;
}
	  
#navigation-container img {
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
}
#logo {
	
	width: 37px;
	padding: 5px;
	margin-left: 10px;
	float: left;
}
#logo img {width: 100%;
}
#singletext {
    width: 200px;
    /*margin: 10x 10px!important;*/
    padding-top: 100px;
  }
#singletext img {
	max-width: 100%;
	margin-top: 10px;
}
#CAT {
	width: 300px;
	padding-top: 0px;
	padding-bottom: 40px;
	margin: 0 auto;
}
.call {
	width: 300px; 
	display: block; 
	background: #fff; 
	margin: 0 auto; padding: 10px 0px; 
	margin-bottom: 20px;
	text-align: center; 
	font-size: 27px; 
	text-decoration: none; 
	color: #000;
}
.call:hover { 
	background: #008a8b; 
	color: #fff;
}
#btns {
	float: none; 
	padding-top: 20px; 
	margin: 0 auto; 
	width: 260px;
}
#video {
	max-width: 960px;
	margin: 0 auto;
	direction: block;
	width: 90%;
    padding-bottom: 50px;
}
#video iframe {
	width: 100%;
	height: 220px;
}
/* 
#tourdates {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	display: block;
}

#tourdates h3 {
	color: #fff;
	 font-size: 40px;
	 font-weight: 400;
	 text-align:center;
} */

#gear {
	max-width: 1100px;
	width: 100%;
    height: 570px;
    margin: 0 auto;
}
#gear h3 {
	 font-size: 40px;
	 font-weight: 400;
	 text-align:center;
	 color: #000;
}
#gear ul {
    height: 300px;
    width: 290px;
    margin: 0 auto;
}
#gear li {
    list-style: none;
    float: left;
    width: 130px !important; 
    display: block;
    text-align: center;
    background-color: #fff;
    margin-right: 10px;
}

/*#gear li.green {
	border: 1px solid #230f1f;
}*/

#gear li:nth-child(4) {
    margin-right: 0px;
}

#gear li img {
  padding: 5px;
  transition: all .2s ease-in-out;
  opacity: 1.0;
  max-width: 90% !important; 
}

#gear li img:hover {
  	  	transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
 transform:scale(1.1);
 
}

.buynow {
  border-top: 1px solid #230f1f;
  background-color: #000;
  width: 100%;
  display: block;
  height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-image: url(images/icon-blue.png);
  background-position: 15px;
  background-repeat: no-repeat;
  font-size: 22px;
  padding-top: 5px;

}

.buynow:hover {
  background-color: #59f7e7;
  color: #000;
}

.buynow-green {
  border-top: 1px solid #230f1f;
  background-color: #000;
  width: 100%;
  display: block;
  height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-image: url(images/icon-green.png);
  background-position: 15px;
  background-repeat: no-repeat;
  font-size: 22px;
  padding-top: 5px;
}

.buynow-green:hover {
  background-color: #4be98a;
  color: #000;
}


#social {
	display:  none;
}
#social-mobile {
	width: 380px !important;
	display: block;
	float: none;
	margin:  0 auto;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 1%;
	height: 50px;
    position: absolute;
    bottom: -450px;
    left:  3%;
}


#social-mobile li {
	float: left;
	list-style: none;
	margin-right: 0px;
	padding-top:7px;
	padding-bottom: 5px;
	padding-right: 12px;
  
}

#social-mobile li:last-child {
	margin-left:  33%;
}

#social-mobile li:last-child img {
	width: 110px; margin-top: 2px;
}

#social-mobile img:hover {
	opacity: 1.0;
	transition: all .2s ease-in-out;
	
}

#social-mobile img {
	opacity: 1.0;
	transition: all .2s ease-in-out;
	width:25px;
}

#footer-content {
	
	max-width: 300px;
	margin: 0 auto;
    height: 300px;
}
	