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

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

	
}

#navigation {
	
  background-color: white;
	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: black; 
  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: 300px;
  margin: 0 auto;
  padding-top: 100px;
  
}

#singletext img {
  max-width: 100%;
}


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

.call {
  width: 300px; 
  display: block; 
  background: black; 
  margin: 0 auto; 
  padding: 10px 0px; 
  margin-bottom: 20px;
  text-align: center; 
  font-size: 27px; 
  text-decoration: none; 
  color: white;
}

.call:hover { 
  background: #008a8b; 
  color: black;
}

#btns {
  float: none; 
  padding-top: 20px; 
  margin: 0 auto; 
  width: 260px;
}

#video {
	
	max-width: 960px;
	margin: 0 auto;
	direction: block;
	width: 90%;
	border-bottom: 1px solid #3d333e;
  padding-bottom: 50px;
}

#video iframe {
	width: 100%;
	height: 220px;
	
}

#gear {
	max-width: 1100px;
	width: 100%;
  height: 570px;
  margin: 0 auto;
}

#gear h3 {
	 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;
  text-align: center;
  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: white;
  width: 100%;
  display: block;
  height: 40px;
  color: black;
  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-green {
  border-top: 1px solid #230f1f;
  background-color: white;
  width: 100%;
  display: block;
  height: 40px;
  color: black;
  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;
}

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


}

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

/* Modal */
.modal-content{
  background-color: #A8A8A8;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width:90%;
}
	
#pre-order{
  margin-top:120px;
  font-size:12px;
  width:50%;
  padding-top:15px;
}

.close {
  color: black;
}

/* New Album */
.new-album {
  background-size: contain;
  width:70%;
  height:auto;
  background-color: #A8A8A8;
  font-size: 12px;
}

#pre-order-home{
  width:50%;
  font-size:12px;
  margin-top:80px;
  margin-bottom:10px;
  padding:5px;
  padding-bottom:0;
}

#album-title{
  padding-bottom:100px;
}