#sizeCalcModal div.modal-dialog.modal-lg {
	max-width: 1100px;
}

#mp_sizecalc-button {
	/*width: 100%;
	text-align: right;*/
	padding:5px 0;
}


/* Switch */
.mp_sizecalc-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.mp_sizecalc-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.mp_sizecalc-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.mp_sizecalc-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input#mp_sizecalc-measuredLength {
	background-color: rgba(20, 20, 20, .6);
}

input:checked + .mp_sizecalc-slider {
  background-color: #ea7207;
}

input:focus + .mp_sizecalc-slider {
  box-shadow: 0 0 1px #ea7207;
}

input:checked + .mp_sizecalc-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.mp_sizecalc-slider.round {
  border-radius: 24px;
}

.mp_sizecalc-slider.round:before {
  border-radius: 50%;
}

/* */
.mp_sizecalc-box {
  /*background: url(https://source.unsplash.com/TV2gg2kZD1o/1600x800);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 450px;*/
  text-align: center;
  /*display: flex;*/
  font-weight: normal;
  /*border: 1px solid rgba(30, 30, 30, .1);*/
  background-color:#F0F0F0;
  /*color: white;
  box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);*/
  float:left;
}

.mp_clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.mp_sizecalc-manual {
	padding-top: 20px;
	float:left;
}

.skate-bg {
	background-image: url(../template/img/skate-darkgrey.png);
	background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment:inherit;
}

.info {
  padding: 30px 0;
}
.info h2 {
    font-weight: 300;
	padding-bottom:0;
	margin-bottom:0;
}
.info p {
    font-size: 18px;
}
.info .icon {
    font-size: 10em;
    /*padding: 20px 0;*/
    color: #ea7207;
}

.signupForm {
  /*width: 70%;*/
  padding: 30px 0;
  /*background: rgba(20, 40, 40, .8);*/
  transition: .2s;
}
.signupForm h2 {
    font-weight: 300;
}

.inputFields {
  font-size: 16px;
  padding: 10px;
  width: 250px;
  border: 1px solid #ea7207;
  border-top: none;
  border-left: none;
  border-right: none;
  background: rgba(20, 20, 20, .2);
  color: white;
  outline: none;
  text-align:center;
}

#mp_sizecalc-recommendedSize{
  	border-bottom: 1px solid #ea7207;
  	padding: 10px;
	font-size: 40px;
	min-width:200px;
	min-height: 2em;
	display:inline-block;
	/*background:none;
	color: #666666;*/
}

.noBullet {
  list-style-type: none;
  padding: 0;
}

.mp_sizecalc-switch{
	margin: 20px 0 0;
}

#join-btn {
	  border: 1px solid #ea7207;
  background: rgba(20, 20, 20, .6);
  font-size: 18px;
  color: white;
  margin: 20px 0 10px;
  padding: 10px 50px;
  cursor: pointer;
  transition: .4s;
}
#join-btn:hover {
    background: rgba(20, 20, 20, .8);
    padding: 10px 80px;
}

