@charset "UTF-8";
@font-face {
    font-family: "HelveticaNeueLTCom-Bd";
    src: url("../fonts/HelveticaNeueLTCom-Bd.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeueLTCom-Md";
    src: url("../fonts/HelveticaNeueLTCom-Md.ttf") format("truetype");
}
@font-face {
    font-family: "HelveticaNeueLTPro-Bd";
    src: url("../fonts/HelveticaNeueLTPro-Bd.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueLTPro-Lt";
    src: url("../fonts/HelveticaNeueLTPro-Lt.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueLTPro-Roman";
    src: url("../fonts/HelveticaNeueLTPro-Roman.otf") format("opentype");
}
@font-face {
    font-family: "HelveticaNeueLTStd-Roman";
    src: url("../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
}


.sub-nav #cart {
	display:none;
}

ul{
    list-style: none;
	margin: 0;
	padding: 0;
}

/* Just some styling to remedy our CSS reset */
h1, h2, h3 {
	margin:15px 10px;
	font-weight:bold;
	margin: 30px 30px 10px;
	color: #434343;
	font-size: 20px;
	font-weight: 100;
	line-height: 28px;
}

h1 {
	margin-top:40px;
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size:16px;
	margin: 10px 30px 0px;
}
p{
padding: 0;
    margin: 0;
}
.hidden{
	display: none;
}
body{
  margin: 0;
  background: #1c1b1a;
}
html,body,.window{
  min-height: 100%;
  width: 100%;
  /* height: 100vh; */
}
#ViewInfoBackground{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:rgba(255, 255, 255, 0.8)
}
#messageWindowText{
  /* display: none; */
  position: fixed;
    top: 40%;
    left: 50%;
    width: 400px;
    background-color: white;
    border: 1px solid #d0d0d6;
    text-align: center;
    padding: 20px;
    margin-left: -220px;
    z-index: 10;

}

#messageWindowText h1{
  color: #444444;
  margin: 0;
  margin-bottom: 14px;
  font-family: 'Open Sans', helvetica;
    font-size: 14px;
}
#messageWindow_OK{
  display: block;
  border: none;
  background-color: #de8b1d;
  color: white;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  padding: 10px;
  font-family: 'Open Sans', helvetica;
  border-radius: 5px;
}
.logo{
  width: 160px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.logo img{
  width: 100%;
}
.dataWindow{
  width: 800px;
  margin: 0 auto;
  color: white;
  margin-bottom: 200px;
  padding-top: 50px;
  padding-left: 40px;
}
.dataWindow h1{
  color: #c8c8c8;
  font-family: 'Open Sans', helvetica;
  padding: 0;
  margin: 0;
  text-align: left;
}
.formContent{
  width: 100%;
  list-style: none;
}
.formContent .rows{
  width: 100%;
  margin-bottom: 20px;
  display: table;
  clear: both;
  /* overflow: hidden; */
}
.formContent .row40{
  width: 35%;
  float: left;
  margin-right: 5%;
}
.formContent .row33{
  width: 28.3%;
  float: left;
  margin-right: 5%;
}
.formContent .row50{
  width: 45%;
  float: left;
  margin-right: 5%;
}
.formContent .row100
{
  width: 100%;
  display: block;
}
.formContent label{
  color: #c8c8c8;
  width: 100%;
  display: block;
  font-family: 'Open Sans', helvetica;
  font-size: 14px;
  margin-bottom: 5px;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    /* -webkit-text-fill-color: #252525 !important; */
    /* -webkit-box-shadow: 0 0 0px 1000px #252525 inset;
    color: white !important; */
}
.formContent label sip.hide.allSee{
  display: inline;
}
.formContent label sip.hide{
  display: none;
}
/* a.show_list::after {
    content: "\f078";
    display: none;
  } */
.formContent input{
  width: 90%;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #252525;
  font-family: 'Open Sans', helvetica;
  padding: 10px;
  width: -moz-calc(100%-10px);
  width: -webkit-calc(100%-10px);
  width: -o-calc(100%-10px);
  width: calc(100%-10px);
  color: white;
  font-size: 14px;
}
.formContent a{
  color: #b7b7b7;
  display: block;
  text-decoration: none;
  font-family: 'Open Sans', helvetica;
}
.regulations{
  margin-top: 10px;
  margin-bottom: 10px;
}
.regulations img{
  width: 20px;
  float: left;
  margin-right: 15px;
  /* margin-top: -10px; */
}
.regulations span{
  padding-top: 2px;
  color: #b7b7b7;
  display: block;
  text-decoration: none;
  font-family: 'Open Sans', helvetica;
}
.regulations:hover span{
  text-decoration: underline;
  transition: all 0.15s linear 0s;
}
.formContent p{
  color: #ff8300;
  width: 100%;
  display: block;
  text-align: left;
  font-family: 'Open Sans', helvetica;
  font-size: 14px;
}

.formContent .continue{
  display: block;
  border: none;
  background-color: #de8b1d;
  color: white;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  height: 50px;
  font-size: 18px;
  /* background: -moz-linear-gradient(top, #e7b03e 0%, #de8b1d 100%);
  background: -webkit-linear-gradient(top, #e7b03e 0%,#de8b1d 100%);
  background: linear-gradient(to bottom, #e7b03e 0%,#de8b1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7b03e', endColorstr='#de8b1d',GradientType=0 ); */
}
.formContent .continue:hover{
  background-color: #e7b03e;
  transition: all 0.15s linear 0s;
}

.radioContent{
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.radioHalf{
  width: 50%;
  float: left;
}
.dataMain h1{
  text-align: left;
  text-transform: uppercase;
  color: #c8c8c8;
  width: 100%;
  display: block;
  font-family: 'Open Sans', helvetica;
}


input[type="checkbox"], input[type="radio"] {
    display:none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    color:#f2f2f2;
    font-family: 'Open Sans', helvetica;
    font-size: 14px;
    padding-top: 5px;
}
.formContent label p{
  /* color:#f2f2f2;
  font-family: 'Open Sans', helvetica;
  font-size: 14px; */
  padding-top: 5px;
  float: left;
  width: 80%;
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
    display:inline-block;
    width:35px;
    height:35px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url('../images/checks.png') left top no-repeat;
    background-size: 200%;
    cursor:pointer;
    float: left;
    margin-top: 0;
}
input[type="radio"] + label span{
  width:19px;
  height:19px;
  background-size: 200%;
}



input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
    background:url('../images/checks.png') -35px top no-repeat;
    background-size: 200%;
}
input[type="radio"]:checked + label span {
  background:url('../images/checks.png') -19px top no-repeat;
  background-size: 200%;
}

.hidePersone{
  display: none;
}

.formContent .rows.hidePersone{
  display: none;
}
.redErrorEmpty input{
  border-color: #ff0000;
}
.correctValue input{
  border-color: #197b30;
}
.redErrorEmpty p{
  color: #ff0000;
  font-size: 12px;
}

@media (max-width: 1120px) {
  .logo{
    width: 120px;
    /* position: relative; */
    z-index: 1;
    top: 0;
    left: 0;
  }
  .dataWindow{
    width: 600px;
    margin: 0 auto;
    color: white;
    margin-bottom: 150px;
    padding-left: 20px;
  }
}
@media (max-width: 840px) {
  .dataWindow{
    width: 500px;
    margin: 0 auto;
    color: white;
    margin-bottom: 120px;
    padding-left: 20px;
  }
}
@media (max-width: 780px) {
  .logo{
    width: 120px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
  }
}
@media (max-width: 640px) {
  .dataWindow{
    width: 400px;
    margin: 0 auto;
    color: white;
    margin-bottom: 80px;
    padding-left: 20px;
  }
  .formContent .row40{
    width: 100%;
    float: inherit;
    margin-right: 0%;
  }
  .formContent .row33{
    width: 100%;
    float: inherit;
    margin-right: 0%;
  }
  .formContent .row50{
    width: 100%;
    float: inherit;
    margin-right: 0%;
  }
  .formContent .rows {
    margin-bottom: 0px;
  }
  .contentLabel{
    margin-bottom: 20px;
  }
  .formContent p{
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .dataWindow{
    width: 90%;
    margin: 0 auto;
    color: white;
    padding-left: 5%;
  }
  .formContent .row40{
    width: 100%;
    float: inherit;
    margin-right: 0%;
  }
  .formContent .row33{
    width: 100%;
    float: inherit;
    margin-right: 0%;
  }
  .formContent .row50{
    width: 100%;
    float: inherit;
    margin-right: 0%;
  }
  .radioHalf {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
  }
}
