/* compass */
.button-01, #contentContainer .wrapper #stepContainer .submit-1 button, #contentContainer .wrapper #stepContainer .element-recap .searchLoaderBox .buttonBox button, #contentContainer .wrapper #stepContainer .submit-end button, #contentContainer .wrapper #stepContainer #loginForm .submitBox button, #contentContainer .wrapper #stepContainer #recoverForm .submitBox button, #contentContainer .wrapper #emailExist .submit-1 button, #contentContainer .wrapper #emailExist .element-recap .searchLoaderBox .buttonBox button, #contentContainer .wrapper #emailExist .submit-end button, #contentContainer .wrapper #emailExist #loginForm .submitBox button, #contentContainer .wrapper #emailExist #recoverForm .submitBox button {
  background: #78cd00;
  border-bottom: 2px solid #5a9a00;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  height: 53px;
  line-height: 53px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 2px 2px #5a9a00;
  cursor: pointer;
}
.button-01:hover, #contentContainer .wrapper #stepContainer .submit-1 button:hover, #contentContainer .wrapper #stepContainer .element-recap .searchLoaderBox .buttonBox button:hover, #contentContainer .wrapper #stepContainer .submit-end button:hover, #contentContainer .wrapper #stepContainer #loginForm .submitBox button:hover, #contentContainer .wrapper #stepContainer #recoverForm .submitBox button:hover, #contentContainer .wrapper #emailExist .submit-1 button:hover, #contentContainer .wrapper #emailExist .element-recap .searchLoaderBox .buttonBox button:hover, #contentContainer .wrapper #emailExist .submit-end button:hover, #contentContainer .wrapper #emailExist #loginForm .submitBox button:hover, #contentContainer .wrapper #emailExist #recoverForm .submitBox button:hover {
  background: #69b300;
}
.button-01.loader, #contentContainer .wrapper #stepContainer .submit-1 button.loader, #contentContainer .wrapper #stepContainer .element-recap .searchLoaderBox .buttonBox button.loader, #contentContainer .wrapper #stepContainer .submit-end button.loader, #contentContainer .wrapper #stepContainer #loginForm .submitBox button.loader, #contentContainer .wrapper #stepContainer #recoverForm .submitBox button.loader, #contentContainer .wrapper #emailExist .submit-1 button.loader, #contentContainer .wrapper #emailExist .element-recap .searchLoaderBox .buttonBox button.loader, #contentContainer .wrapper #emailExist .submit-end button.loader, #contentContainer .wrapper #emailExist #loginForm .submitBox button.loader, #contentContainer .wrapper #emailExist #recoverForm .submitBox button.loader {
  background: url("/global/cc3/prod/img/loader/78cd00.gif") no-repeat center center #78cd00;
  text-indent: -9999px;
  overflow: hidden;
}

.button-02 {
  background: #fff;
  border: 1px solid #8bbab1;
  font-size: 14px;
  color: #8bbab1;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.button-02:hover {
  color: #4e776f;
  border: 1px solid #4e776f;
}

.button-03 {
  background: #8bbab1;
  border-bottom: 2px solid #7da79f;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.button-03:hover {
  background: #6c948c;
  border-bottom: 2px solid #61857e;
}
.button-03.loader {
  background: url("/global/cc3/prod/img/loader/30_8bbab1.gif") no-repeat center center #8bbab1;
  text-indent: -9999px;
  overflow: hidden;
}
.button-03.disable {
  background: #c5ddd8;
  border-bottom-color: #8bbab1;
  cursor: default;
}

.button-04 {
  background: #e6c928;
  border-bottom: 2px solid #cfb524;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.button-04:hover {
  background: #c4a915;
  border-bottom: 2px solid #b09813;
}

input[type="text"], input[type="email"], input[type="password"], select {
  border: 1px solid #b0abac;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #3f3f3f;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

input[type="text"], input[type="email"], input[type="password"] {
  width: 98%;
  padding-left: 2%;
}

input.error, select.error {
  border: 1px solid #ca5e59;
}

label.error {
  color: #ca5e59;
  text-align: left;
  width: 100%;
  margin: 5px 0 -10px 0;
  font-weight: bold;
}

input, .label {
  cursor: pointer;
}

.step {
  display: none;
}

.STEP-1 #step-1, .STEP-2 #step-2, .STEP-3 #step-3, .STEP-4 #step-4, .STEP-5 #step-5, .STEP-6 #step-6, .STEP-7 #step-7, .STEP-8 #step-8, .STEP-9 #step-9, .STEP-10 #step-10, .STEP-11 #step-11, .STEP-12 #step-12, .STEP-13 #step-13, .STEP-14 #step-14, .STEP-15 #step-15 {
  display: block;
}

#FoPress, #downloadApp-social, #pressBox, #footer-info .row-2 {
  visibility: hidden;
  height: 0px;
  width: 0px;
}

#footer-info .row-2 {
  height: 35px;
  margin-top: -17px !important;
}

#contentContainer {
  background-image: url('../../../../img/landing/common/multistep/bg.jpg?1485764092');
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
#contentContainer .wrapper {
  width: 920px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #contentContainer .wrapper {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media screen and (min-width: 1220px) {
  #contentContainer .wrapper {
    width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#contentContainer .wrapper .CCLogo {
  position: relative;
  width: 270px;
  height: 68px;
  background-image: url('../../../../img/logo/register.png');
  background-repeat: no-repeat;
  background-position: left top;
  margin: 50px auto 35px auto;
}
#contentContainer .wrapper #stepContainer, #contentContainer .wrapper #emailExist {
  width: 550px;
  background: rgba(36, 32, 49, 0.8);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: block;
}
#contentContainer .wrapper #stepContainer #progressStepContaier, #contentContainer .wrapper #emailExist #progressStepContaier {
  width: 100%;
  height: 4px;
  background: #000;
  text-align: left;
  display: block;
}
#contentContainer .wrapper #stepContainer #progressStepContaier #progressStep, #contentContainer .wrapper #emailExist #progressStepContaier #progressStep {
  width: 0%;
  height: 4px;
  background: #fff;
}
#contentContainer .wrapper #stepContainer .step, #contentContainer .wrapper #emailExist .step {
  width: 500px;
  padding: 25px 25px 40px 25px;
  color: #fff;
}
#contentContainer .wrapper #stepContainer .step .errorPlaceInner .error, #contentContainer .wrapper #emailExist .step .errorPlaceInner .error {
  font-weight: bold;
  color: #ee3131;
  font-size: 12px;
  padding: 0;
  margin: 10px 0 -10px 0;
}
#contentContainer .wrapper #stepContainer .step .element-ageDisclaimer, #contentContainer .wrapper #emailExist .step .element-ageDisclaimer {
  width: 100%;
  text-align: center;
}
#contentContainer .wrapper #stepContainer .step .element-ageDisclaimer .ico, #contentContainer .wrapper #emailExist .step .element-ageDisclaimer .ico {
  width: 60px;
  height: 60px;
  background: url("/global/cc3/prod/img/landing/common/multistep/age18.png");
  display: inline-block;
  vertical-align: top;
}
#contentContainer .wrapper #stepContainer .step .element-ageDisclaimer .text, #contentContainer .wrapper #emailExist .step .element-ageDisclaimer .text {
  width: 100%;
  margin: 30px 0 30px 0;
  font-size: 18px;
}
#contentContainer .wrapper #stepContainer .step .registerAge, #contentContainer .wrapper #emailExist .step .registerAge {
  width: 100%;
  text-align: center;
}
#contentContainer .wrapper #stepContainer .step .registerAge .label, #contentContainer .wrapper #emailExist .step .registerAge .label {
  font-size: 16px;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerAge .selectContainer, #contentContainer .wrapper #emailExist .step .registerAge .selectContainer {
  width: 50%;
  padding: 10px 0;
}
#contentContainer .wrapper #stepContainer .step .registerAge .selectContainer .BDPicker, #contentContainer .wrapper #emailExist .step .registerAge .selectContainer .BDPicker {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerAge .selectContainer .BDPicker .birthday-picker, #contentContainer .wrapper #emailExist .step .registerAge .selectContainer .BDPicker .birthday-picker {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerAge .selectContainer .BDPicker .birthday-picker select, #contentContainer .wrapper #emailExist .step .registerAge .selectContainer .BDPicker .birthday-picker select {
  width: 25%;
}
#contentContainer .wrapper #stepContainer .step .registerAge .selectContainer .BDPicker .birthday-picker select.birth-year, #contentContainer .wrapper #emailExist .step .registerAge .selectContainer .BDPicker .birthday-picker select.birth-year {
  width: 35%;
}
#contentContainer .wrapper #stepContainer .step .registerAge .selectContainer .BDPicker .birthday-picker select:nth-child(2), #contentContainer .wrapper #emailExist .step .registerAge .selectContainer .BDPicker .birthday-picker select:nth-child(2) {
  margin: 0 5%;
}
#contentContainer .wrapper #stepContainer .step .partnerType, #contentContainer .wrapper #emailExist .step .partnerType {
  margin: 30px 0 20px 0;
}
#contentContainer .wrapper #stepContainer .step .registerSex, #contentContainer .wrapper #stepContainer .step .partnerType, #contentContainer .wrapper #emailExist .step .registerSex, #contentContainer .wrapper #emailExist .step .partnerType {
  width: 100%;
  text-align: center;
}
#contentContainer .wrapper #stepContainer .step .registerSex .label, #contentContainer .wrapper #stepContainer .step .partnerType .label, #contentContainer .wrapper #emailExist .step .registerSex .label, #contentContainer .wrapper #emailExist .step .partnerType .label {
  font-weight: bold;
  font-size: 17px;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerSex .registerSexBox, #contentContainer .wrapper #stepContainer .step .registerSex .partnerTypeBox, #contentContainer .wrapper #stepContainer .step .partnerType .registerSexBox, #contentContainer .wrapper #stepContainer .step .partnerType .partnerTypeBox, #contentContainer .wrapper #emailExist .step .registerSex .registerSexBox, #contentContainer .wrapper #emailExist .step .registerSex .partnerTypeBox, #contentContainer .wrapper #emailExist .step .partnerType .registerSexBox, #contentContainer .wrapper #emailExist .step .partnerType .partnerTypeBox {
  margin-top: 20px;
}
#contentContainer .wrapper #stepContainer .step .registerSex button, #contentContainer .wrapper #stepContainer .step .partnerType button, #contentContainer .wrapper #emailExist .step .registerSex button, #contentContainer .wrapper #emailExist .step .partnerType button {
  width: 90px;
  height: 80px;
  background: #fff;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
#contentContainer .wrapper #stepContainer .step .registerSex button .ico, #contentContainer .wrapper #stepContainer .step .partnerType button .ico, #contentContainer .wrapper #emailExist .step .registerSex button .ico, #contentContainer .wrapper #emailExist .step .partnerType button .ico {
  width: 90px;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
}
#contentContainer .wrapper #stepContainer .step .registerSex button .ico:hover, #contentContainer .wrapper #stepContainer .step .partnerType button .ico:hover, #contentContainer .wrapper #emailExist .step .registerSex button .ico:hover, #contentContainer .wrapper #emailExist .step .partnerType button .ico:hover {
  background: #cdcbcb;
}
#contentContainer .wrapper #stepContainer .step .registerSex button .ico span, #contentContainer .wrapper #stepContainer .step .partnerType button .ico span, #contentContainer .wrapper #emailExist .step .registerSex button .ico span, #contentContainer .wrapper #emailExist .step .partnerType button .ico span {
  background-image: url("/global/cc3/prod/img/landing/common/multistep/sex_partnerType.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 15px;
  width: 24px;
  height: 50px;
}
#contentContainer .wrapper #stepContainer .step .registerSex button.registerSex-f, #contentContainer .wrapper #stepContainer .step .registerSex button.partnerType-f, #contentContainer .wrapper #stepContainer .step .partnerType button.registerSex-f, #contentContainer .wrapper #stepContainer .step .partnerType button.partnerType-f, #contentContainer .wrapper #emailExist .step .registerSex button.registerSex-f, #contentContainer .wrapper #emailExist .step .registerSex button.partnerType-f, #contentContainer .wrapper #emailExist .step .partnerType button.registerSex-f, #contentContainer .wrapper #emailExist .step .partnerType button.partnerType-f {
  margin-left: 20px;
}
#contentContainer .wrapper #stepContainer .step .registerSex button.registerSex-f span, #contentContainer .wrapper #stepContainer .step .registerSex button.partnerType-f span, #contentContainer .wrapper #stepContainer .step .partnerType button.registerSex-f span, #contentContainer .wrapper #stepContainer .step .partnerType button.partnerType-f span, #contentContainer .wrapper #emailExist .step .registerSex button.registerSex-f span, #contentContainer .wrapper #emailExist .step .registerSex button.partnerType-f span, #contentContainer .wrapper #emailExist .step .partnerType button.registerSex-f span, #contentContainer .wrapper #emailExist .step .partnerType button.partnerType-f span {
  background-position: -27px 0;
}
#contentContainer .wrapper #stepContainer .step .registerSex button.selected, #contentContainer .wrapper #stepContainer .step .partnerType button.selected, #contentContainer .wrapper #emailExist .step .registerSex button.selected, #contentContainer .wrapper #emailExist .step .partnerType button.selected {
  cursor: default;
}
#contentContainer .wrapper #stepContainer .step .registerSex button.selected .ico, #contentContainer .wrapper #stepContainer .step .partnerType button.selected .ico, #contentContainer .wrapper #emailExist .step .registerSex button.selected .ico, #contentContainer .wrapper #emailExist .step .partnerType button.selected .ico {
  background: #8bbab1;
}
#contentContainer .wrapper #stepContainer .step .registerSex button.selected.registerSex-m span, #contentContainer .wrapper #stepContainer .step .registerSex button.selected.partnerType-m span, #contentContainer .wrapper #stepContainer .step .partnerType button.selected.registerSex-m span, #contentContainer .wrapper #stepContainer .step .partnerType button.selected.partnerType-m span, #contentContainer .wrapper #emailExist .step .registerSex button.selected.registerSex-m span, #contentContainer .wrapper #emailExist .step .registerSex button.selected.partnerType-m span, #contentContainer .wrapper #emailExist .step .partnerType button.selected.registerSex-m span, #contentContainer .wrapper #emailExist .step .partnerType button.selected.partnerType-m span {
  background-position: 0 -52px;
}
#contentContainer .wrapper #stepContainer .step .registerSex button.selected.registerSex-f span, #contentContainer .wrapper #stepContainer .step .registerSex button.selected.partnerType-f span, #contentContainer .wrapper #stepContainer .step .partnerType button.selected.registerSex-f span, #contentContainer .wrapper #stepContainer .step .partnerType button.selected.partnerType-f span, #contentContainer .wrapper #emailExist .step .registerSex button.selected.registerSex-f span, #contentContainer .wrapper #emailExist .step .registerSex button.selected.partnerType-f span, #contentContainer .wrapper #emailExist .step .partnerType button.selected.registerSex-f span, #contentContainer .wrapper #emailExist .step .partnerType button.selected.partnerType-f span {
  background-position: -27px -52px;
}
#contentContainer .wrapper #stepContainer .step .element-questInfo, #contentContainer .wrapper #emailExist .step .element-questInfo {
  width: 100%;
  margin-bottom: 20px;
}
#contentContainer .wrapper #stepContainer .step .element-questInfo .label, #contentContainer .wrapper #emailExist .step .element-questInfo .label {
  font-size: 20px;
  line-height: 25px;
}
#contentContainer .wrapper #stepContainer .step .quest, #contentContainer .wrapper #emailExist .step .quest {
  background: #fff;
}
#contentContainer .wrapper #stepContainer .step .quest .label, #contentContainer .wrapper #emailExist .step .quest .label {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin: 5px;
}
#contentContainer .wrapper #stepContainer .step .quest .img, #contentContainer .wrapper #emailExist .step .quest .img {
  width: 490px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 5px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#contentContainer .wrapper #stepContainer .step .submit-quest, #contentContainer .wrapper #emailExist .step .submit-quest {
  margin-top: 25px;
}
#contentContainer .wrapper #stepContainer .step .submit-quest button, #contentContainer .wrapper #emailExist .step .submit-quest button {
  min-width: 130px;
  height: 70px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
#contentContainer .wrapper #stepContainer .step .submit-quest button.buttonQuestUnLike, #contentContainer .wrapper #emailExist .step .submit-quest button.buttonQuestUnLike {
  background: #7c2b3c;
  border-bottom: 2px solid #561e2a;
}
#contentContainer .wrapper #stepContainer .step .submit-quest button.buttonQuestUnLike:hover, #contentContainer .wrapper #emailExist .step .submit-quest button.buttonQuestUnLike:hover {
  background: #692433;
}
#contentContainer .wrapper #stepContainer .step .submit-quest button.buttonQuestUnLike .ico, #contentContainer .wrapper #emailExist .step .submit-quest button.buttonQuestUnLike .ico {
  background-image: url("/global/cc3/prod/img/landing/common/multistep/questions_button.png");
  background-repeat: no-repeat;
  width: 39px;
  height: 40px;
}
#contentContainer .wrapper #stepContainer .step .submit-quest button.buttonQuestLike, #contentContainer .wrapper #emailExist .step .submit-quest button.buttonQuestLike {
  background: #8bbab1;
  border-bottom: 2px solid #6ba79b;
  margin-left: 20px;
}
#contentContainer .wrapper #stepContainer .step .submit-quest button.buttonQuestLike:hover, #contentContainer .wrapper #emailExist .step .submit-quest button.buttonQuestLike:hover {
  background: #7bb0a6;
}
#contentContainer .wrapper #stepContainer .step .submit-quest button.buttonQuestLike .ico, #contentContainer .wrapper #emailExist .step .submit-quest button.buttonQuestLike .ico {
  background-image: url("/global/cc3/prod/img/landing/common/multistep/questions_button.png");
  background-repeat: no-repeat;
  width: 39px;
  height: 40px;
  background-position: -40px 0px;
}
#contentContainer .wrapper #stepContainer .step .countryRegister, #contentContainer .wrapper #emailExist .step .countryRegister {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .countryRegister .title, #contentContainer .wrapper #emailExist .step .countryRegister .title {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .countryRegister #registerCountryCodeWrapper, #contentContainer .wrapper #emailExist .step .countryRegister #registerCountryCodeWrapper {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .countryRegister #registerCountryCodeWrapper .label, #contentContainer .wrapper #emailExist .step .countryRegister #registerCountryCodeWrapper .label {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 40px;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .countryRegister #registerCountryCodeWrapper .errorPlaceInner, #contentContainer .wrapper #emailExist .step .countryRegister #registerCountryCodeWrapper .errorPlaceInner {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .countryRegister #registerCountryCodeWrapper .inputBox, #contentContainer .wrapper #emailExist .step .countryRegister #registerCountryCodeWrapper .inputBox {
  width: 50%;
}
#contentContainer .wrapper #stepContainer .step .registerCity, #contentContainer .wrapper #emailExist .step .registerCity {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerCity #registerCityWrapper, #contentContainer .wrapper #emailExist .step .registerCity #registerCityWrapper {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerCity #registerCityWrapper .inputBox, #contentContainer .wrapper #emailExist .step .registerCity #registerCityWrapper .inputBox {
  margin-bottom: 30px;
  width: 50%;
}
#contentContainer .wrapper #stepContainer .step .registerCity #registerCityWrapper .inputBox .autoCompleteBox, #contentContainer .wrapper #emailExist .step .registerCity #registerCityWrapper .inputBox .autoCompleteBox {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerCity #registerCityWrapper .label, #contentContainer .wrapper #emailExist .step .registerCity #registerCityWrapper .label {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 40px;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerCity #registerCityWrapper .errorPlaceInner, #contentContainer .wrapper #emailExist .step .registerCity #registerCityWrapper .errorPlaceInner {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerCity #registerCityWrapper .errorPlaceInner .error, #contentContainer .wrapper #emailExist .step .registerCity #registerCityWrapper .errorPlaceInner .error {
  margin: -7px 0 -7px 0;
}
#contentContainer .wrapper #stepContainer .step .registerCity #registerCityWrapper .ac_results, #contentContainer .wrapper #emailExist .step .registerCity #registerCityWrapper .ac_results {
  left: 50% !important;
  margin-left: -110px;
}
#contentContainer .wrapper #stepContainer .step .registerCity #registerCityWrapper .ac_results ul, #contentContainer .wrapper #emailExist .step .registerCity #registerCityWrapper .ac_results ul {
  max-height: 160px !important;
}
#contentContainer .wrapper #stepContainer .step .element-recap, #contentContainer .wrapper #emailExist .step .element-recap {
  width: 85%;
  display: inline-block;
}
#contentContainer .wrapper #stepContainer .step .element-recap .title, #contentContainer .wrapper #emailExist .step .element-recap .title {
  font-weight: bold;
  font-size: 20px;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .element-recap .recapText, #contentContainer .wrapper #emailExist .step .element-recap .recapText {
  font-size: 14px;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .element-recap .recapText2, #contentContainer .wrapper #emailExist .step .element-recap .recapText2 {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .element-recap .recapField, #contentContainer .wrapper #emailExist .step .element-recap .recapField {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  text-align: left;
}
#contentContainer .wrapper #stepContainer .step .element-recap .recapField .text, #contentContainer .wrapper #emailExist .step .element-recap .recapField .text {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}
#contentContainer .wrapper #stepContainer .step .element-recap .recapField .ico, #contentContainer .wrapper #emailExist .step .element-recap .recapField .ico {
  margin-top: 3px;
  height: 17px;
  width: 17px;
  background-image: url("/global/cc3/prod/img/landing/common/multistep/recap.png");
  background-repeat: no-repeat;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
#contentContainer .wrapper #stepContainer .step .element-recap .recapField.unlike .ico, #contentContainer .wrapper #emailExist .step .element-recap .recapField.unlike .ico {
  background-position: -18px 0;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchText, #contentContainer .wrapper #emailExist .step .element-recap .searchText {
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 15px;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox {
  width: 100%;
  text-align: center;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox .searchLoaderIcoBox, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox .searchLoaderIcoBox {
  width: 44px;
  height: 44px;
  border: 4px solid #fff;
  float: left;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox .progressEndText, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox .progressEndText {
  font-size: 16px;
  margin: 20px 0 10px 0;
  float: left;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox .progressEndText div, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox .progressEndText div {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox .buttonBox, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox .buttonBox {
  width: 100%;
  display: inline-block;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox.loader .searchLoaderIcoBox, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox.loader .searchLoaderIcoBox {
  background-image: url("/global/cc3/prod/img/landing/common/multistep/searchloader.gif");
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox.loader .progressEndText, #contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox.loader .buttonBox, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox.loader .progressEndText, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox.loader .buttonBox {
  display: none;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox.end .searchLoaderIcoBox, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox.end .searchLoaderIcoBox {
  background-image: url("/global/cc3/prod/img/landing/common/multistep/recap.png");
  background-position: 0px -19px;
}
#contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox.end .progressEndText, #contentContainer .wrapper #stepContainer .step .element-recap .searchLoaderBox.end .buttonBox, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox.end .progressEndText, #contentContainer .wrapper #emailExist .step .element-recap .searchLoaderBox.end .buttonBox {
  display: inline-block !important;
  vertical-align: top;
}
#contentContainer .wrapper #stepContainer .step .element-recap .progressBox, #contentContainer .wrapper #emailExist .step .element-recap .progressBox {
  width: 83%;
  height: 18px;
  background: #fff;
  float: right;
  margin-top: 11px;
  border: 5px solid #fff;
  text-align: left;
}
#contentContainer .wrapper #stepContainer .step .element-recap .progressBox .progress, #contentContainer .wrapper #emailExist .step .element-recap .progressBox .progress {
  width: 1%;
  height: 18px;
  background: #8bbab1;
}
#contentContainer .wrapper #stepContainer .step .element-completeTitle, #contentContainer .wrapper #emailExist .step .element-completeTitle {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .element-completeTitle .title, #contentContainer .wrapper #emailExist .step .element-completeTitle .title {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerEmail, #contentContainer .wrapper #stepContainer .step .registerPassword, #contentContainer .wrapper #stepContainer .step .maritalStatus, #contentContainer .wrapper #emailExist .step .registerEmail, #contentContainer .wrapper #emailExist .step .registerPassword, #contentContainer .wrapper #emailExist .step .maritalStatus {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerEmail .label, #contentContainer .wrapper #stepContainer .step .registerPassword .label, #contentContainer .wrapper #stepContainer .step .maritalStatus .label, #contentContainer .wrapper #emailExist .step .registerEmail .label, #contentContainer .wrapper #emailExist .step .registerPassword .label, #contentContainer .wrapper #emailExist .step .maritalStatus .label {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerEmail .errorPlace, #contentContainer .wrapper #stepContainer .step .registerPassword .errorPlace, #contentContainer .wrapper #stepContainer .step .maritalStatus .errorPlace, #contentContainer .wrapper #emailExist .step .registerEmail .errorPlace, #contentContainer .wrapper #emailExist .step .registerPassword .errorPlace, #contentContainer .wrapper #emailExist .step .maritalStatus .errorPlace {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerEmail .errorPlace .errorPlaceInner, #contentContainer .wrapper #stepContainer .step .registerPassword .errorPlace .errorPlaceInner, #contentContainer .wrapper #stepContainer .step .maritalStatus .errorPlace .errorPlaceInner, #contentContainer .wrapper #emailExist .step .registerEmail .errorPlace .errorPlaceInner, #contentContainer .wrapper #emailExist .step .registerPassword .errorPlace .errorPlaceInner, #contentContainer .wrapper #emailExist .step .maritalStatus .errorPlace .errorPlaceInner {
  width: 100%;
}
#contentContainer .wrapper #stepContainer .step .registerEmail .errorPlace .errorPlaceInner .error, #contentContainer .wrapper #stepContainer .step .registerPassword .errorPlace .errorPlaceInner .error, #contentContainer .wrapper #stepContainer .step .maritalStatus .errorPlace .errorPlaceInner .error, #contentContainer .wrapper #emailExist .step .registerEmail .errorPlace .errorPlaceInner .error, #contentContainer .wrapper #emailExist .step .registerPassword .errorPlace .errorPlaceInner .error, #contentContainer .wrapper #emailExist .step .maritalStatus .errorPlace .errorPlaceInner .error {
  margin: 9px 0 -19px 0;
}
#contentContainer .wrapper #stepContainer .step .registerEmail .errorPlace .inputBox, #contentContainer .wrapper #stepContainer .step .registerPassword .errorPlace .inputBox, #contentContainer .wrapper #stepContainer .step .maritalStatus .errorPlace .inputBox, #contentContainer .wrapper #emailExist .step .registerEmail .errorPlace .inputBox, #contentContainer .wrapper #emailExist .step .registerPassword .errorPlace .inputBox, #contentContainer .wrapper #emailExist .step .maritalStatus .errorPlace .inputBox {
  width: 50%;
}
#contentContainer .wrapper #stepContainer .step .checkPrivacy, #contentContainer .wrapper #emailExist .step .checkPrivacy {
  width: 50%;
  text-align: justify;
  font-size: 10px;
  line-height: 12px;
  margin-top: 15px;
  color: #a8948e;
}
#contentContainer .wrapper #stepContainer .step .checkPrivacy br, #contentContainer .wrapper #emailExist .step .checkPrivacy br {
  display: none;
}
#contentContainer .wrapper #stepContainer #loginForm .title, #contentContainer .wrapper #stepContainer #recoverForm .title, #contentContainer .wrapper #emailExist #loginForm .title, #contentContainer .wrapper #emailExist #recoverForm .title {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}
#contentContainer .wrapper #stepContainer #loginForm .label, #contentContainer .wrapper #stepContainer #recoverForm .label, #contentContainer .wrapper #emailExist #loginForm .label, #contentContainer .wrapper #emailExist #recoverForm .label {
  width: 100%;
  font-size: 13px;
  font-weight: bolder;
  text-align: left;
  line-height: 33px;
}
#contentContainer .wrapper #stepContainer #loginForm .inputTextBox, #contentContainer .wrapper #stepContainer #recoverForm .inputTextBox, #contentContainer .wrapper #emailExist #loginForm .inputTextBox, #contentContainer .wrapper #emailExist #recoverForm .inputTextBox {
  width: 100%;
}
#contentContainer .wrapper #stepContainer #loginForm .recoverPassBox, #contentContainer .wrapper #stepContainer #loginForm .backLoginBox, #contentContainer .wrapper #stepContainer #recoverForm .recoverPassBox, #contentContainer .wrapper #stepContainer #recoverForm .backLoginBox, #contentContainer .wrapper #emailExist #loginForm .recoverPassBox, #contentContainer .wrapper #emailExist #loginForm .backLoginBox, #contentContainer .wrapper #emailExist #recoverForm .recoverPassBox, #contentContainer .wrapper #emailExist #recoverForm .backLoginBox {
  text-align: right;
  width: 100%;
  margin-top: 5px;
}
#contentContainer .wrapper #stepContainer #loginForm .recoverPassBox a, #contentContainer .wrapper #stepContainer #loginForm .backLoginBox a, #contentContainer .wrapper #stepContainer #recoverForm .recoverPassBox a, #contentContainer .wrapper #stepContainer #recoverForm .backLoginBox a, #contentContainer .wrapper #emailExist #loginForm .recoverPassBox a, #contentContainer .wrapper #emailExist #loginForm .backLoginBox a, #contentContainer .wrapper #emailExist #recoverForm .recoverPassBox a, #contentContainer .wrapper #emailExist #recoverForm .backLoginBox a {
  color: #fff;
}
#contentContainer .wrapper #stepContainer #loginForm .createNewAccount a, #contentContainer .wrapper #stepContainer #recoverForm .createNewAccount a, #contentContainer .wrapper #emailExist #loginForm .createNewAccount a, #contentContainer .wrapper #emailExist #recoverForm .createNewAccount a {
  margin-top: 10px;
  color: #fff;
}
#contentContainer .wrapper #stepContainer #loginForm .submit, #contentContainer .wrapper #stepContainer #recoverForm .submit, #contentContainer .wrapper #emailExist #loginForm .submit, #contentContainer .wrapper #emailExist #recoverForm .submit {
  width: 100%;
}
#contentContainer .wrapper #stepContainer #recoverForm .title, #contentContainer .wrapper #emailExist #recoverForm .title {
  font-size: 20px;
  text-align: center;
}
#contentContainer .wrapper #stepContainer .submit-1, #contentContainer .wrapper #stepContainer .element-recap .searchLoaderBox .buttonBox, #contentContainer .wrapper #stepContainer .submit-end, #contentContainer .wrapper #stepContainer #loginForm .submitBox, #contentContainer .wrapper #stepContainer #recoverForm .submitBox, #contentContainer .wrapper #emailExist .submit-1, #contentContainer .wrapper #emailExist .element-recap .searchLoaderBox .buttonBox, #contentContainer .wrapper #emailExist .submit-end, #contentContainer .wrapper #emailExist #loginForm .submitBox, #contentContainer .wrapper #emailExist #recoverForm .submitBox {
  width: 100%;
  margin-top: 20px;
}
#contentContainer .wrapper #stepContainer .submit-1.EL-submit-end, #contentContainer .wrapper #stepContainer .element-recap .searchLoaderBox .buttonBox.EL-submit-end, #contentContainer .wrapper #stepContainer .submit-end.EL-submit-end, #contentContainer .wrapper #stepContainer #loginForm .submitBox.EL-submit-end, #contentContainer .wrapper #stepContainer #recoverForm .submitBox.EL-submit-end, #contentContainer .wrapper #emailExist .submit-1.EL-submit-end, #contentContainer .wrapper #emailExist .element-recap .searchLoaderBox .buttonBox.EL-submit-end, #contentContainer .wrapper #emailExist .submit-end.EL-submit-end, #contentContainer .wrapper #emailExist #loginForm .submitBox.EL-submit-end, #contentContainer .wrapper #emailExist #recoverForm .submitBox.EL-submit-end {
  margin-top: 30px;
}
#contentContainer .wrapper #stepContainer .submit-1 button, #contentContainer .wrapper #stepContainer .element-recap .searchLoaderBox .buttonBox button, #contentContainer .wrapper #stepContainer .submit-end button, #contentContainer .wrapper #stepContainer #loginForm .submitBox button, #contentContainer .wrapper #stepContainer #recoverForm .submitBox button, #contentContainer .wrapper #emailExist .submit-1 button, #contentContainer .wrapper #emailExist .element-recap .searchLoaderBox .buttonBox button, #contentContainer .wrapper #emailExist .submit-end button, #contentContainer .wrapper #emailExist #loginForm .submitBox button, #contentContainer .wrapper #emailExist #recoverForm .submitBox button {
  min-width: 50%;
  padding: 0 20px;
}
#contentContainer .wrapper #stepContainer .submit-1 button.loader, #contentContainer .wrapper #stepContainer .element-recap .searchLoaderBox .buttonBox button.loader, #contentContainer .wrapper #stepContainer .submit-end button.loader, #contentContainer .wrapper #stepContainer #loginForm .submitBox button.loader, #contentContainer .wrapper #stepContainer #recoverForm .submitBox button.loader, #contentContainer .wrapper #emailExist .submit-1 button.loader, #contentContainer .wrapper #emailExist .element-recap .searchLoaderBox .buttonBox button.loader, #contentContainer .wrapper #emailExist .submit-end button.loader, #contentContainer .wrapper #emailExist #loginForm .submitBox button.loader, #contentContainer .wrapper #emailExist #recoverForm .submitBox button.loader {
  text-indent: 0px;
}
#contentContainer .wrapper #stepContainer .submit-1 button.loader span, #contentContainer .wrapper #stepContainer .element-recap .searchLoaderBox .buttonBox button.loader span, #contentContainer .wrapper #stepContainer .submit-end button.loader span, #contentContainer .wrapper #stepContainer #loginForm .submitBox button.loader span, #contentContainer .wrapper #stepContainer #recoverForm .submitBox button.loader span, #contentContainer .wrapper #emailExist .submit-1 button.loader span, #contentContainer .wrapper #emailExist .element-recap .searchLoaderBox .buttonBox button.loader span, #contentContainer .wrapper #emailExist .submit-end button.loader span, #contentContainer .wrapper #emailExist #loginForm .submitBox button.loader span, #contentContainer .wrapper #emailExist #recoverForm .submitBox button.loader span {
  visibility: hidden;
}

/*Landing K*/
.hiddenI{display:none !important;}
.compileEmail,.compilePassword{background:#cfcfcf !important;color:#717171 !important;cursor:default !important;}
body.PAGE-landing_k input {text-align:center;}