/**************************************************************************
					Contact Page Styles
**************************************************************************/

#contact form .form-group:not(#id_contact).form-error input {
  background: url(../img/interface/elements/inputErrorIcon.png) no-repeat right 10px center #f6f6f6;
  background-size: 22px;
}
#contact form .form-group:not(#id_contact).form-ok input {
  background: url(../img/interface/elements/inputSuccessIcon.png) no-repeat right 10px center #f6f6f6;
  background-size: 22px;
}
.contact-title {
  margin: -5px 0 0px 0;
  line-height: 23px; }
  .contact-title i {
    font-size: 23px;
    color: #c0c0c0;
    padding: 0 8px 0 0; }
#contact form fieldset div.col-xs-12  {
  width: 100%;
  display: block;
} 
#contact form.contact-form-box {
  background: #fff;
}
#contact .headingP {
  margin-bottom: 0;
  font: normal 18px/29px "Gotham Book", sans-serif;
  color: #28282d;
  text-align: center;
}
#contact .headingP .nikolisBlue {
  font-family: "Gotham Bold", sans-serif;
}
#formHeading {
  color: #41797B;
  font: normal 14px/40px "Gotham Bold", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}
#contact .page-heading {
  font: normal 16px/40px "Gotham Bold", sans-serif;
  color: #41797B;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  letter-spacing: 2px;
}
#contact div.selector1  div.radio span {
  background: url(../img/interface/backgrounds/radiobuttonBack.png) no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
#contact div.selector1  div.radio span.checked {
  background: url(../img/interface/backgrounds/selectedRadiobuttonBack.png) no-repeat center center;
  background-size: 20px;
}
@media (min-width: 993px) {
  #contact div.selector1  div.radio span:hover {
    background: url(../img/interface/backgrounds/selectedRadiobuttonBack.png) no-repeat center center;
    background-size: 20px;
  }
}
#contact div.selector1  div.radio.focus span {
  background: url(../img/interface/backgrounds/selectedRadiobuttonBack.png) no-repeat center center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
#contact div.selector1  div.radio span input {
  width: 20px;
  height: 20px;
}
#contact  #id_contact label + .radio {
  margin-left: 30px;
} 
#contact  #id_contact {
  border: 0;
  padding: 0;
  height: auto;
}
#contact form .form-group:not(.selector1):not(.message):nth-child(odd) {
  float: right;
}
#contact form .form-group:not(.selector1):not(.message):nth-child(even) {
  float: left;
}
#contact form .form-group:not(.selector1) {
  margin-top: 25px;
}
#contact form .form-group:not(#id_contact) label:not(#formHeading) {
  font: normal 11px/13px 'Verdana', sans-serif;
  text-transform: uppercase;
  color: #69696c;
  padding-left: 2px;
}
#contact form .form-group:not(#id_contact) input {
  width: 545px;
  height: 40px;
  max-width: 545px;
  background: #f6f6f6;
  border: 0;
  color: #69696c;
  font: bold 12px/14px "Verdana", sans-serif;
  padding: 12px 40px 12px 12px;
}
.contact-form-box {
  padding: 40px 50px;
  margin: 0 0 30px 0;
}
  .contact-form-box fieldset {
    padding: 0 19px 21px 19px;
    background-size: contain; }
  .contact-form-box label {
    margin: 0 0 6px 0; }
  .contact-form-box .page-subheading {
    padding-left: 0px;
    border: none;
    margin-bottom: 0; }
  .contact-form-box .col-md-3 {
    padding-left: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-3 {
        padding-right: 0; } }
  .contact-form-box .col-md-9 {
    padding-right: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-9 {
        padding-left: 0; } }
  .contact-form-box #desc_contact0 {
    display: none; }
  .contact-form-box .form-group {
    margin-bottom: 7px; }
  .contact-form-box textarea {
    height: 123px;
    border: 0;
    background: #f6f6f6;
    padding: 20px;
    color: #69696c;
    font: bold 12px/14px "Verdana", sans-serif;
  }
  .contact-form-box .submit {
    margin-top: 30px;
    text-align: center;
 }
 .contact-form-box fieldset {
    padding: 0;
  }
 .contact-form-box .submit button.button.button-medium {
    background: #69a6a8;
    border: #69a6a8;
    color: #fff;
    text-transform: uppercase;
    font: normal 13px/40px "Gotham Black", sans-serif;
    height: 45px;
    width: 225px;
 }
 .contact-form-box .submit button.button.button-medium:hover {
  background: #41797B;
 }
 .contact-form-box .submit button.button.button-medium span {
    padding: 0;
    border: 0;
 }
  .contact-form-box select.form-control {
    width: 100%;
    height: 40px;
    background: #f6f6f6;
    border: 0;
  }
  .contact-form-box input.form-control {
    max-width: 270px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact-form-box div.uploader span.filename {
      width: 114px; } }

#contact form .form-group.selector1 .form-control#id_contact label {
  vertical-align: super;
  text-transform: capitalize !important;
  color: #28282d  !important;
  font: normal 16px/21px "PF Regular", sans-serif  !important;
}
#contact form .form-group.selector1 .form-control#id_contact .radio span input {
  height: 20px;
}
#contact  #id_contact .choices {
  display: none;
}
.choices {
  width: max-content;
  display: inline-block;
}
@media (min-width: 993px) {
  
  .choices + .choices {
    margin-left: 25px;
  }
}
@media (min-width: 993px) and (max-width: 1300px) {
  #contact form .form-group:not(#id_contact) input {
    max-width: 100%;
    width: 100%;
  }
  #contact form .form-group:not(.selector1):not(.message):nth-child(odd),
  #contact form .form-group:not(.selector1):not(.message):nth-child(even) {
    width: 48%;
  }
}
@media (max-width: 992px) {

  #contact form .form-group.selector1 .form-control#id_contact label {
    font-size: 12px !important;
    vertical-align: bottom;
    margin-bottom: 0;
    vertical-align: top;
  }
  #contact div.selector1 div.radio span {
    padding-top: 6px;
    background: url(../img/interface/backgrounds/radiobuttonBack.png) no-repeat center center;
    background-size: 16px;
  }
  #contact div.selector1 div.radio span.checked {
    background: url(../img/interface/backgrounds/selectedRadiobuttonBack.png) no-repeat center center;
    background-size: 16px;
  }
  .choices {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .choices .radio {
    vertical-align: text-top;
  }
  #contact  #id_contact { 
    margin-bottom: 30px;
  }
  #contact form.contact-form-box {
    padding: 25px 8% 35px;
  }
  #contact form .form-group:not(.selector1):not(.message):nth-child(even),
  #contact form .form-group:not(.selector1):not(.message):nth-child(odd) {
    float: none;
  }
  #contact form .form-group:not(#id_contact) input {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  #contact form .form-group:not(.selector1) {
    margin-top: 10px;
  }
  .contact-form-box .submit button.button.button-medium {
    width: 100%;
  }
  #contact .headingP {
    font: normal 12px/14px "Gotham Book", sans-serif;
    text-align: left;
  }
  #contact .headingP .nikolisBlue {
    font-size: 12px;
    line-height: 14px;
  }
  #formHeading {
    font-size: 12px;
  }
  #contact .page-heading {
    font-size: 13px;
    margin: 10px 0 10px 0;
    padding-left: 12px;
    line-height: 20px;
  }
}
#contact .pull-left {
  margin-top: 20px;
  float: none !important;
}
div#contactForm-cgv {
  margin: 0 !important;
}
div#uniform-contactForm-cgv span {
  background: url(../img/interface/buttons/uniform-default-background.png) no-repeat center center;
  background-size: 15px;
  height: 15px;
}
div#uniform-contactForm-cgv span.checked {
  background: url(../img/interface/buttons/uniform-checked-background.png) no-repeat center center;
  background-size: 15px;
  height: 15px; 
}
label[for="contactForm-cgv"] {
  color: #28282d;
  font: normal 14px/21px 'Gotham Book', sans-serif;
}
@media (min-width: 993px) {
  div#uniform-contactForm-cgv {
    margin-right: 10px;
  }
  div#uniform-contactForm-cgv span {
    top: 3px;
  }
  #contact .fancybox-inner iframe {
    width: 103%;
  }
  #contact .fancybox-inner {
    overflow: hidden !important;
  }
}

@media (min-width: 993px) and (pointer: coarse) {
  #contact .fancybox-inner iframe {
    width: 100%;
  }
  #contact .fancybox-inner {
    overflow: auto !important;
  }
}
@media (max-width: 992px) {
  div#uniform-contactForm-cgv {
    margin-right: 4px;
  }
  label[for="contactForm-cgv"] {
    display: inline-block;
    width: 90%;
    color: #28282d;
    font: normal 11px/13px 'Gotham Book', sans-serif;
  }
}
#submitMessage.greyContactButton {
  background: #939396;
  cursor: not-allowed;
}
/*# sourceMappingURL=contact-form.css.map */
