.tour-main-section {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.tour-main-section .main-image {
  overflow: hidden;
}
.tour-main-section .main-image img {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}
.tour-main-section .form-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.tour-main-section .form-container .join-message {
  text-align: center;
  margin-top: 27%;
}
.tour-main-section .form-container .join-message h2 {
  margin:0px;
  color: #1077b3;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6em;
}
.tour-main-section .form-container .join-message small {
  color: #ededed;
  font-size: 1.7em;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 0 0 10px black;
}
.tour-main-section .form-container .form {
  margin-top: 30px;
  text-align: center;
}
.tour-main-section .form-container .form .input-field {
  margin-top: 15px;
  text-align: right;
}
.tour-main-section .form-container .form .input-field label {
  margin-right: 10px;
  color: white;
  font-size: 1.6em;
  text-shadow: 0 0 10px black;
}
.meta .description {
	
	margin-top:1.5%;
}
.tour-main-section .form-container .form .input-field input {
  border: 1px solid #bababa;
  margin-right: 72px;
  width: 256px;
  height: 30px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.tour-main-section .form-container .form .input-field select {
  margin-right: 72px;
  width: 135px;
  font-size: 1.6em;
}
.tour-main-section .form-container .form .motivation-message {
  margin-top: 30px;
  margin-bottom: 30px;
  color: white;
  font-weight:300;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 0 0 10px black;
  font-size: 2em;
  text-align: center;
}
.tour-main-section .form-container .form .motivation-message .blue {
  color: #1d9afb;
}
.tour-main-section .form-container .form .membership-field {
  margin-top: 15px;
}
.tour-main-section .form-container .form .membership-field .checkbox-container {
  display: inline-block;
  width: 80%;
  padding: 30px 0px 30px 0px;
  background-color: #008eff;
  background: rgba(0, 142, 255, .46);
}
.tour-main-section .form-container .form .membership-field .checkbox-container input {
  width: 35px;
  height: 35px;
  -moz-box-shadow: inset 0 0 35px #004175;
  -webkit-box-shadow: inset 0 0 35px #004175;
  box-shadow: inset 0 0 35px #004175;
}
.tour-main-section .form-container .form .membership-field .checkbox-container label {
  margin-left: 15px;
  color: white;
  font-weight:400;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  top: -10px;
  font-size: 1.8em;
}
.tour-main-section .form-container .form .membership-field .checkbox-container label .underline {
  text-decoration: underline;
}
.tour-main-section .form-container .form .submit-button {
  margin-top: 15px;
  text-align: center;
}
.tour-main-section .form-container .form .submit-button button {
  padding: 25px 30px;
  width:80%;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: rgba(0, 0, 0, 0.46);
  color: white;
  font-size: 2em;
  border: 1px solid rgba(168, 166, 161, .46);
}
.options {
  padding-top:1%;
  width:100%;
  margin:0px auto;
}
.thiswork {
	max-width:360px;
}
.options .message {
  float: left;
  min-width: 248px;
  margin-top: 1.2%;
  overflow: hidden;
  text-align: center;
}
.join-wrapper .secondary-section .options .buttons {
  float: left;
  width: 70%;
}
.options .buttons .green-font {
  color: #778615;
  font-weight: bold;
  font-size: 1.8em;
}
.meta .about-this {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1800px) {
	.tour-main-section .form-container .join-message {
	  text-align: center;
	  margin-top: 15%;
	}
}
@media screen and (max-width: 1520px) {
.meta .about-this {
  float: none !important;
  width: 100% !important;
}
.meta .about-this h2{
  text-align:center;
}
}
@media screen and (max-width: 1400px) {
	.tour-main-section .form-container .join-message {
	  text-align: center;
	  margin-top: 1%;
	}
.options .message {
  float: none;
  width:75%;
  margin:0px auto;
}
}
@media screen and (max-width: 1310px) {
  .motivation-message {
    display: none;
  }
  .tour-main-section .form-container .form {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1150px) {
  .join-message h2 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .join-message small {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .tour-main-section .form-container {
    position: relative;
    top: auto;
    right: auto;
    margin-top: -10px;
    padding-top: 5px;
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    background-color: black;
  }
  .tour-main-section .form-container .form .membership-field .checkbox-container {
  display: block;
  width: 100%;
  padding: 30px 10px 30px 20px;
  text-align:left;
  margin-left:1%;
  background-color: #008eff;
  background: rgba(0, 142, 255, .46);
  }
  .thiswork {
	max-width:none;
}
  .tour-main-section .form-container .form .submit-button {
    margin-top: 30px;
  }
  .tour-main-section .form-container .join-message h2 {
    text-shadow: none;
  }
  .first-section,
  .second-section {
    display: inline-block;
    vertical-align: top;
  }
  .tour-main-section .form-container .join-message h2 {
    text-shadow: none;
  }
}
@media screen and (max-width: 755px) {
.tour-main-section .form-container .form .input-field input {
  border: 1px solid #bababa;
  margin-right: 72px;
  width: 70%;
  height: 30px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.first-section, .second-section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.tour-main-section .form-container .form .membership-field .checkbox-container {
  display: block;
  width: 75%;
  padding: 30px 10px 30px 20px;
  text-align: center;
  margin: 0px auto;
  background-color: #008eff;
  background: rgba(0, 142, 255, .46);
}
}
@media screen and (max-width: 550px) {
  .tour-main-section .form-container .form .first-section,
  .tour-main-section .form-container .form .second-section {
    display: block;
  }
  .tour-main-section .form-container .form .input-field label {
    display: block;
    text-align: center;
  }
  .tour-main-section .form-container .form .input-field input,
  .tour-main-section .form-container .form .input-field select {
    display: block;
    text-align: center;
    margin: 5px auto 0;
  }
}
.meta {
  background-color: white;
  margin: 0 auto;
  width: 100%;
  padding-top: 1%;
  text-align: center;
  overflow: hidden;
}
.meta h2 {
  margin: 2.2% 1% 0;
  width: 98%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #187adf;
  font-size: 7em;
  text-align: right;
}
.meta p {
  margin: 10px auto;
  width: 97%;
  font-size: 1.6em;
  text-align: justify;
}
.meta .buttons > div {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.meta .buttons h3 {
  margin: 10px auto;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  color: #434444;
}
.meta .buttons a {
  color: transparent;
}
.meta .buttons a button {
  margin: 0 5px 10px;
  border: 2px solid #c6cccc;
  width: 140px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 48px;
  padding: 0;
  color: #4f5050;
  font-size: 1.4em;
}
.meta .buttons .background-gradient {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}
.related-videos {
  margin: 0 auto;
  width: 100%;
  height: 400px;
}
.related-videos h2 {
  margin: 0px auto;
  width: 97%;
  padding-top: 2%;
  max-width: 2060px;
  text-align:left;
  color: #c3c3c3;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 2.2em;
}
.related-videos .pagination {
  margin-top: 30px;
  width: 100%;
  
  padding: 16px;
  text-align: left;
}
.related-videos .pagination h1 {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  margin-right: 15px;
}
.related-videos .pagination a {
  color: transparent;
}
.related-videos .pagination a .page {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  background-color: #000;
  margin-top: 1%;
  border: 1px solid #282626;
  padding: 20px 30px;
  cursor:pointer;
}
.related-videos .pagination a .page span {
  font-size: 2.5em;
  color: #bdbdbd;
}
.related-videos .pagination a .page.active span {
  color: white;
}
.meta .grid,
.related-videos .grid {
  margin: 0 auto;
  width: 98%;
  max-width:2080px;
  text-align: center;
  padding-bottom: 3%;
}
.meta .grid .preview-image,
.related-videos .grid .preview-image {
  float: left;
  margin: .5% 0.25% 0;
  width: 19.5%;
}
.meta .grid .preview-image img,
.related-videos .grid .preview-image img {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}
.about-this-wrapper {
	max-width:2080px;
	margin:0px auto;
}
@media screen and (max-width: 960px) {
  .related-videos h2 {
    text-align: center;
  }
  .meta .grid .preview-image,
  .related-videos .grid .preview-image {
    width: 24%;
  }
  .related-videos .pagination {
    text-align: center;
  }
  .related-videos .pagination h1 {
    display: block;
    text-align: center;
  }
.options .message {
  float: none;
  width: 75%;
  margin:0px auto;
  overflow: hidden;
  text-align: center;
}
}
@media screen and (max-width: 700px) {
  .meta .grid .preview-image,
  .related-videos .grid .preview-image {
    width: 32%;
  }
}
@media screen and (max-width: 568px) {
  .meta .grid .preview-image,
  .related-videos .grid .preview-image {
    width: 49%;
  }
}
@media screen and (max-width: 320px) {
  .meta .grid .preview-image,
  .related-videos .grid .preview-image {
    width: 99%;
  }
}
