html {
	
	background-color: #0d000e;
	background-image: url("../images/mobile.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;

}

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

.tour {
	background: url("../images/tour-mobile.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#navigation {
	
background-color: #fff;
	display: block;
	width: 100%;
	height: 43px;
}

#navigation-container {
	float: none;
margin-left: 40px;
	margin-top: -16px;;
}

#navigation-container li {list-style: none; float: left; padding-right: 20px; margin-top:8px;}

#navigation-container li a {text-decoration: none; color: #000; font-size: 18px; text-transform: uppercase; font-family: futura-pt-condensed, sans-serif !important;
font-weight: 400;
font-style: normal;}

#logo {
	
	width: 37px;
	padding: 5px;
	margin-left: 10px;
	float: left;
}

#logo img {width: 100%;
}


#CAT {
	width: 350px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
}

.call {width: 350px; 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: 180px;
	
}

#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: 600px;
  margin: 0 auto;
  border-bottom: 1px solid #3d333e;
  
}

#gear h3 {
	 color: #fff;
	 font-size: 40px;
	 font-weight: 400;
	 text-align:center;
}
#gear ul {
    height: 300px;
  width: 290px;
  margin: 0 auto;
}
#gear li {
  list-style: none;
  float: left;
    width: 130px !important; 
  display: block;
  border: 1px solid #230f1f;
  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;
}

.enterstore {
    border: 1px solid #008687;
  background-color: #000;

  display: block;
  height: 32px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  width: 300px;


}

.enterstore:hover {
  background-color: #008687;
  color: #fff;

}

#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;
}
	