.join-wrapper .main-section {
  margin: 20px auto;
  max-width: 1520px;
  width: 100%;
}
.join-wrapper .main-section .video-player {
  float: left;
  width: 74.59375%;
  text-align: center;
}
.join-wrapper .main-section .video-player img {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  width:98%;
}
.join-wrapper .main-section .form-container {
  float: left;
  /* width: 31.40625%; */
  width: 25.4%
}
#payment-method select option {
	height:100px;
  padding: 30px 2px 1px;
}
#bitPay {
display:none;
}
#bitMonth {
	display:none;
}
.bitTotal {
    text-align: center;
    font-size: 2em;
    color: #fff;
	display:none;
	margin-top:3%;
}
.bitTotal span.blue {
	color:#1d9afb;
}
.join-wrapper .main-section .form-container .form {
  margin: 17px auto 0px auto;
  max-width: 453px;
}
.join-wrapper .main-section .form-container .form .title h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.join-wrapper .main-section .form-container .form .field {
  margin-top: 15px;
  text-align: right;
}
.join-wrapper .main-section .form-container .form .field label {
  margin-right: 10px;
  color: #999999;
  font-size: 1.6em;
  text-shadow: 0 0 10px black;
}
.join-wrapper .main-section .form-container .form .field input {
  border: 1px solid #bababa;
  margin-right: 16%;
  width: 219px;
  height: 36px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  border-color: #fff;
}
.join-wrapper .main-section .form-container .form .field select {
  margin-right: 16%;
  width: 135px;
  font-size: 1.6em;
  background-color: #fff;
}
.join-wrapper .main-section .form-container .form .motivation-message {
  margin-top: 10%;
  margin-bottom: 10%;
  color: white;
  text-shadow: 0 0 10px black;
  font-size: 1.5em;
  font-weight:bold;
  text-align: center;
}
.join-wrapper .main-section .form-container .form .motivation-message .blue {
  color: #1d9afb;
}
.join-wrapper .main-section .form-container .form .membership-field {
  margin-top: 15px;
  text-align: center;
}
.join-wrapper .main-section .form-container .form .membership-field .checkbox-container {
  display: inline-block;
  width:78%;
  padding:19px 20px;
  background-color: #004175;
  background: rgba(0, 142, 255, .46);
}
.join-wrapper .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;
}
.join-wrapper .main-section .form-container .form .membership-field .checkbox-container label {
  margin-left: 15px;
  color: white;
  font-size: 1.4em;
  position: relative;
  top:-10px;
  cursor: pointer;
}
.join-wrapper .main-section .form-container .form .membership-field .checkbox-container label .underline {
  text-decoration: underline;
}
.join-wrapper .main-section .form-container .form .submit-button {
  margin-top: 3.5%;
  text-align: center;
}
.join-wrapper .main-section .form-container .form .submit-button button {
  padding: 24px 30px;
  background-color: #000000;
  border: 1px solid #353535;
  color: white;
  width:82%;
  font-size: 3em;
}
.join-wrapper .secondary-section {
  margin: 30px auto 0;
  width: 100%;
  padding-bottom: 50px;
  background-color: white;
  text-align: center;
}
.join-wrapper .secondary-section .options {
  margin: 0 auto;
  padding-top:1.5%;
  max-width: 1738px;
}
.join-wrapper .secondary-section .options .message {
  float: left;
  width: 28.5%;
  margin-top: 40px;
  overflow: hidden;
  text-align: right;
}
.join-wrapper .secondary-section .options .message h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #187adf;
  font-size: 2.25em;
}
.join-wrapper .secondary-section .options .message h2 .underline {
  text-decoration: underline;
}
.join-wrapper .secondary-section .options .buttons {
  float: left;
  width: 70%;
}
.join-wrapper .secondary-section .options .buttons > div {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.join-wrapper .secondary-section .options .buttons h3 {
  margin: 10px auto;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  color: #434444;
}
.join-wrapper .secondary-section .options .buttons a {
  color: transparent;
}
.join-wrapper .secondary-section .options .buttons a button {
  margin: 0 5px 10px;
  border: 1px solid #c6cccc;
  width: 140px;
  height: 48px;
  padding: 0;
  color: #4f5050;
  font-size: 1.4em;
}
.join-wrapper .secondary-section .options .buttons .green-font {
  color: #778615;
  font-weight: bold;
  font-size: 1.8em;
}
.join-wrapper .secondary-section .options .buttons .background-gradient {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
  /* IE6-9 */
}
.join-wrapper .secondary-section .models {
  margin: 15px auto;
  text-align: center;
  max-width: 1680px;
  width: 93%;
}
.join-wrapper .secondary-section .models .model {
  float: left;
  margin: 15px 0 0 2%;
  width: 32%;
}
.join-wrapper .secondary-section .models .model:first-child {
  margin-left: 0;
}
.join-wrapper .secondary-section .models .model .preview-image img {
  width: 100%;
}
.join-wrapper .secondary-section .models .model .title p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2em;
}
.join-wrapper .secondary-section .models .model .title p .blue {
  color: #187adf;
}
.smaller {
	max-width: 280px;
}
@media screen and (max-width: 1640px) {
  .join-wrapper .secondary-section .options .message {
    float: none;
	text-align: center;
	margin: 15px auto 0px auto;
    width: 100%;
  }
  .join-wrapper .secondary-section .options .buttons {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .join-wrapper .main-section .form-container .form {
    margin-top: 0;
  }
  .join-wrapper .main-section .form-container .form .field input {
    width: 180px;
  }
  .join-wrapper .main-section .form-container .form .motivation-message {
    display: none;
  }
	.join-wrapper .main-section .form-container .form .membership-field .checkbox-container input {
	  width: 25px;
	  height: 25px;
	}
}
@media screen and (max-width: 1190px) {
  .join-wrapper .main-section .form-container {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .join-wrapper .main-section .form-container .form {
    max-width: none;
    width: 100%;
  }
  .join-wrapper .main-section .form-container .form .title {
    margin-top: 15px;
  }
  .join-wrapper .main-section .form-container .form .field input {
    width: 256px;
  }
  .join-wrapper .main-section .form-container .form .first-section {
    float: left;
    width: 50%;
  }
  .join-wrapper .main-section .form-container .form .second-section {
    float: left;
    width: 50%;
  }
  .join-wrapper .main-section .form-container .form .second-section .submit-button {
    margin-top: 15px;
  }
  .smaller {
	max-width:initial;
	}
	.join-wrapper .main-section .form-container .form .membership-field .checkbox-container input {
	  width: 35px;
	  height: 35px;
	}
  .join-wrapper .main-section .video-player {
    float: none;
    width: 100%;
  }
  .join-wrapper .main-section .video-player img {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .join-wrapper .secondary-section .models .model {
    float: none;
    display: inline-block;
    max-width: 600px;
    width: 48%;
  }
}
@media screen and (max-width: 925px) {
  .join-wrapper .main-section .form-container .form .field input {
    width: 180px;
  }
}
@media screen and (max-width: 780px) {
  .join-wrapper .main-section .form-container .form .first-section,
  .join-wrapper .main-section .form-container .form .second-section {
    float: none;
    width: 100%;
  }
  .join-wrapper .main-section .form-container .form .field {
    text-align: center;
  }
  .join-wrapper .main-section .form-container .form .field label {
    display: block;
  }
  .join-wrapper .main-section .form-container .form .field input {
    margin: 15px auto 0;
    width: 256px;
  }
  .join-wrapper .main-section .form-container .form .field select {
    margin: 15px auto 0;
    display: block;
  }
  .join-wrapper .secondary-section .models .model {
    width: 98%;
  }
  .vjs-default-skin .vjs-big-play-button {
		width:50px;
		margin:0px auto;
		height:50px;
		background-image: url(/img/play-btn-half.png);
  }
  .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 45%;
  margin-left: 0px;
  top: 40%;
  margin-top: 0px;
}
}
