@charset "UTF-8";
/* CSS Document */


/** {
	border: 1px #000 solid;
}*/


html {
	height: 100%;
}

body {
	background-color: #fff;
	margin: 0;
}

a.tourlink {
	text-decoration: none;
	color:#00667e;
}


a.tourlink:hover {
	text-decoration: none;
	color:#b67768;
}



/*BANNERS*/

.main {
	wifth: 100%;
	text-align: center;
}


.header {
	margin: 0 auto;
	width: 100%;
	background-color: #FFF;
	height: auto;
	background-image:url(images/title.png);
	background-size:55%;
}


.topline {
	width: 100%;
	background-color:#4b45b0;
	height: auto;
	min-height: 40px;
	margin: 0;
	text-align: center;
}


.description {
	width: 100%;
	height: auto;
	background-color:#4b45b0;
	margin: 0;
	text-align: center;
}



.preorder {
	width: 100%;
	height: auto;
	margin: 0;
	background-color:rgba(223,223,223,1.00);
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: center;
}


.preorder2 {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}



/*HEADLINES*/


h1 {
	color:#00667e;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight: 300;
	font-size: 23px;
	margin-bottom: 0px;
	margin-top: 30px;
}
	


h2 {
	color:#FFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight: 300;
	font-size: 23px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 25px;
}
	


h3 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	font-weight:400;
	padding-top: 12px;
	padding-bottom: 6px;
	font-size:34px;
	letter-spacing: .2em;
	margin: 0;
}



h4 {
	color:#00667e;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 0px;
	margin-top: 30px;
}
	


/*PARAGRAPHS*/

p.white {
	width: 80%;
	max-width: 600px;
	padding: 30px;
	color: #fff;
	margin: 0 auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: .06em;
	font-size:15px;
	
}



p.dark {
	width: 80%;
	max-width: 600px;
	padding: 30px;
	color:#2E2E2E;
	margin: 0 auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: .06em;
	font-size:15px;
	
}



p.tour{
	width: 80%;
	max-width: 600px;
	padding: 30px;
	color:#2E2E2E;
	margin: 0 auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	letter-spacing: .06em;
	font-size:15px;
	
}


/*HR*/

hr.style-one {
	 border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	
}



/*BUTTONS*/


.btn {
  width: auto;
  min-width: 100px;
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 16px;
  padding: 7px 15px 5px 15px;
  border: solid #4b45b0 2px;
  text-decoration: none;
  text-transform:uppercase;
  display: inline-block;
  margin: 15px 9px 0 9px;
  background-color:rgba(234,234,234,1.00);
 
}

.btn:hover {
  background: #6fd6e6;
  text-decoration: none;
  color: #fff;
}




.btn2 {
  width: auto;
  min-width: 100px;
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 16px;
  padding: 7px 15px 5px 15px;
  border: solid #FFF 2px;
  text-decoration: none;
  text-transform:uppercase;
  display: inline-block;
  margin: 0px 9px 20px 9px;
  background-color:#4b45b0;
 
}

.btn2:hover {
  background: #6fd6e6;
  text-decoration: none;
  color: #fff;
}




/*IMAGES*/


.cover {
	margin: 0 auto;
	text-align: center;
	width: 50%;
	max-width: 400px;
	border: 1px solid #000;
	box-shadow: 8px 8px 12px #777;
	margin: 35px 0 35px 0;
	display: inline-block;
}

.title {
	margin: 0 auto;
	text-align: center;
	margin: 35px 0 35px 0;
	display: inline-block;
}


.quote {
	border: 1px #000 solid; 
	margin: 0 auto; 
	width: 500px; 
	border-radius:30px; 
	margin: 20px;
}


.gif {
	width: 80%;
	max-width: 500px;
	min-width: 390px;
	box-shadow: 5px 5px 10px #777777;
	margin: 20px;
}


 
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
margin-top: 0px;
}
 
 
 

/*TOUR*/

.tourshell {
	
	width: 70%;
	max-width: 700px;
	min-width: 390px;
	margin: 0 auto;
}


.tour {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	margin: 10px;
	
}
 
 
  /*SM*/
  
  
  .smtwitter {
	  width: 50px;
	  height: 50px;
	  background-image:url(images/twitter_on.png);
	  background-position:center;
	  background-repeat:no-repeat;
	  background-size:contain;
	  display: inline-block;
	  margin: 0 auto;
	  text-align: center;
	  margin: 10px 10px 10px 10px;
  }
  
   .smtwitter:hover {
	  width: 50px;
	  height: 50px;
	  background-image:url(images/twitter.png);
	  background-position:center;
	  background-repeat:no-repeat;
	  background-size:contain;
	  display: inline-block;
	  margin: 0 auto;
	  text-align: center;
	  margin: 10px 10px 10px 10px;

  }
 
 
  .sminstagram {
	  width: 50px;
	  height: 50px;
	  background-image:url(images/instagram_on.png);
	  background-position:center;
	  background-repeat:no-repeat;
	  background-size:contain;
	  display: inline-block;
	  margin: 0 auto;
	  text-align: center;
	  margin: 10px 10px 10px 10px;

  }
  
   .sminstagram:hover {
	  width: 50px;
	  height: 50px;
	  background-image:url(images/instagram.png);
	  background-position:center;
	  background-repeat:no-repeat;
	  background-size:contain;
	  display: inline-block;
	  margin: 0 auto;
	  text-align: center;
	  margin: 10px 10px 10px 10px;

  }
 
 
 
 
 
 /*FOOTER*/
 
 
 .foot {
	width: 100%;
	background-color:#4b45b0;
	height: auto;
	min-height: 120px;
	margin: 0 auto;
	text-align: center;
	bottom-margin: 0px;
	display: block;
	position: relative;
	bottom: 0px;
}


.footer
{
color:#FFFFFF;
font-family: "Times New Roman", Times, serif;
font-size:11px;
text-align:center;
line-height:12px;
}



