/* ------------------------------------------------------------- Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets List of CSS3 Sass Mixins File to be @imported and @included as you need The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER ENDING css files note: All CSS3 Properties are being supported by Safari 5 more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
#contact-page { width: 100%; float: left; }
#contact-page .banner { position: relative; background-image: url("../img/about/banner-image.png"); background-position: top center; background-size: cover; min-height: 33vw; overflow: hidden; }
#contact-page .banner:after { content: ''; display: block; position: absolute; top: -50%; left: 0; right: 0; bottom: 0; background: -webkit-radial-gradient(closest-side, rgba(7, 5, 6, 0.1), #070506); /* Safari 5.1 to 6.0 */ background: -o-radial-gradient(closest-side, rgba(7, 5, 6, 0.1), #070506); /* For Opera 11.6 to 12.0 */ background: -moz-radial-gradient(closest-side, rgba(7, 5, 6, 0.1), #070506); /* For Firefox 3.6 to 15 */ background: radial-gradient(closest-side, rgba(7, 5, 6, 0.1), #070506); }
#contact-page .banner .title { color: #1e9ebb; text-transform: uppercase; position: absolute; bottom: 65px; font-size: 83px; z-index: 1; }
#contact-page .contact-details { text-align: center; background-color: #343434; color: #eeeeee; font-size: 18px; padding: 25px 0; }
#contact-page .contact-details > span { position: relative; padding-left: 42px; margin-right: 10px; margin-left: 20px; }
#contact-page .contact-details .icon { font-size: 30px; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); }
#contact-page .main-content { background-color: #636363; }
#contact-page .main-content .contact-form-outer { background-color: #2997b0; }
#contact-page .main-content .contact-form-outer .contact-form { max-width: 534px; margin: auto; overflow: hidden; padding: 0 17px 30px 17px; }
#contact-page .main-content .contact-form-outer .contact-form h1 { color: #eceeeb; text-transform: uppercase; font-size: 50px; margin-top: 45px; margin-bottom: 30px; padding-left: 8px; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row { width: 100%; float: left; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group { float: left; display: block; padding: 8px; position: relative; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group .form-control { background-color: #242424; color: #fff; border-radius: 8px; border: 2px solid transparent; box-shadow: none; padding-left: 35px; font-weight: 400; font-size: 15px; z-index: 1; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group .form-control:focus { border: 2px solid #eeeeee; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #eeeeee; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: 1px; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group .form-control::-moz-placeholder { /* Firefox 19+ */ color: #eeeeee; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: 1px; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group .form-control:-ms-input-placeholder { /* IE 10+ */ color: #eeeeee; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: 1px; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group .form-control:-moz-placeholder { /* Firefox 18- */ color: #eeeeee; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: 1px; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group:after { content: ''; display: inline-block; position: absolute; width: 18px; top: 8px; left: 8px; bottom: 8px; z-index: 1; background-color: #eeeeee; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group input.form-control, #contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group select.form-control { height: 48px; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group select.form-control { text-transform: uppercase; -webkit-appearance: none; -moz-appearance: none; font-size: 12px; font-weight: 500; letter-spacing: 1px; padding-right: 20px; padding-left: 35px; border-radius: 8px; background-image: url(../img/contact/select-arrow.png); background-position: 96% center; background-repeat: no-repeat; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group select.form-control::-ms-expand { display: none; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group textarea { padding-top: 20px; resize: none; }
#contact-page .main-content .contact-form-outer .contact-form .input-group-row .submit { margin: 8px; padding: 17px 20px; min-width: 200px; text-transform: uppercase; background-color: #242424; color: #eeeeee; border: 0; border-radius: 8px; font-size: 12px; font-weight: 600; letter-spacing: 1px; }
#contact-page .google-map-container { position: absolute; top: 0; right: 0; bottom: 0; width: 50%; }
#contact-page .google-map-container #googleMap { width: 100%; height: 100%; }
#contact-page .trainer-details { background-color: #272526; }
#contact-page .trainer-details .outer { margin: 0 -12px; padding: 45px 0 70px 0; overflow: hidden; }
#contact-page .trainer-details .outer .trainer-img { position: relative; padding: 0 12px; }
#contact-page .trainer-details .outer .trainer-img .gradient { position: absolute; top: 0; left: 12px; right: 12px; bottom: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 50, 51, 0.6)), to(rgba(52, 50, 51, 0.9))); background-image: -webkit-linear-gradient(top, rgba(52, 50, 51, 0.6), rgba(52, 50, 51, 0.9)); background-image: -moz-linear-gradient(top, rgba(52, 50, 51, 0.6), rgba(52, 50, 51, 0.9)); background-image: -ms-linear-gradient(top, rgba(52, 50, 51, 0.6), rgba(52, 50, 51, 0.9)); background-image: -o-linear-gradient(top, rgba(52, 50, 51, 0.6), rgba(52, 50, 51, 0.9)); background-image: linear-gradient(top, rgba(52, 50, 51, 0.6), rgba(52, 50, 51, 0.9)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(52, 50, 51, 0.6)', endColorStr='rgba(52, 50, 51, 0.9)'); }
#contact-page .trainer-details .outer .trainer-img h3 { color: #757374; position: absolute; bottom: 30px; left: 50px; text-transform: uppercase; margin: 0; font-size: 33px; z-index: 1; }
#contact-page .trainer-details .outer .trainer-img:hover .gradient { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 50, 51, 0)), to(#278da4)); background-image: -webkit-linear-gradient(top, rgba(52, 50, 51, 0), #278da4); background-image: -moz-linear-gradient(top, rgba(52, 50, 51, 0), #278da4); background-image: -ms-linear-gradient(top, rgba(52, 50, 51, 0), #278da4); background-image: -o-linear-gradient(top, rgba(52, 50, 51, 0), #278da4); background-image: linear-gradient(top, rgba(52, 50, 51, 0), #278da4); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(52, 50, 51, 0)', endColorStr='#278da4'); }
#contact-page .trainer-details .outer .trainer-img:hover h3 { color: #fff; }
#contact-page .trainer-details .outer .trainer-desc h2 { color: #fff; text-transform: uppercase; font-size: 38px; margin-bottom: 30px; }
#contact-page .trainer-details .outer .trainer-desc p { color: #fff; font-size: 18px; font-weight: 200; overflow: hidden; margin-bottom: 0; padding-top: 5px; }
#contact-page .trainer-details .outer .trainer-desc p .icon { float: left; margin-right: 10px; font-size: 31px; margin-top: -7px; }
#contact-page .trainer-details .outer .trainer-desc .navigation { margin-top: 51px; display: block; }
#contact-page .trainer-details .outer .trainer-desc .navigation a { color: #fff; font-size: 40px; }

@media only screen and (max-width: 991px) { #contact-page .banner { padding-bottom: 15px; }
  #contact-page .banner:after { left: -50%; right: -50%; }
  #contact-page .banner .title { bottom: 0px; left: 0; width: 100%; font-size: 37px; text-align: center; margin-bottom: 5px; }
  #contact-page .contact-details { background-color: #010101; padding: 5px 0 25px 0; }
  #contact-page .contact-details > span { width: 100%; display: block; padding: 0; margin: 0; }
  #contact-page .contact-details { font-size: 14px; }
  #contact-page .contact-details .icon { font-size: 18px; position: static; margin-right: 6px; }
  #contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group { width: 100%; }
  #contact-page .main-content .contact-form-outer .contact-form { padding: 0 10px 30px 10px; } }
@media only screen and (max-width: 767px) { #contact-page .banner { min-height: 50vw; }
  #contact-page .main-content .container { padding: 0; }
  #contact-page .google-map-container { position: static; width: 100%; height: 100vw; float: left; }
  #contact-page .main-content .contact-form-outer .contact-form { padding: 0 17px 30px 17px; }
  #contact-page .main-content .contact-form-outer .contact-form h1 { font-size: 29px; margin-top: 17px; margin-bottom: 10px; padding-left: 12px; text-align: center; }
  #contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group input.form-control, #contact-page .main-content .contact-form-outer .contact-form .input-group-row .input-group select.form-control { height: 40px; }
  #contact-page .main-content .contact-form-outer .contact-form .input-group-row .submit { padding: 13px 10px; min-width: 140px; }
  #contact-page .trainer-details { padding: 0 20px; }
  #contact-page .trainer-details .outer { display: flex; flex-direction: column; padding: 30px 0 55px 0; }
  #contact-page .trainer-details .outer > a { order: 1; text-align: center; }
  #contact-page .trainer-details .outer .trainer-img { width: auto; margin: auto; display: inline-block; float: none; }
  #contact-page .trainer-details .outer .trainer-img h3 { color: #fff; bottom: 20px; left: 30px; font-size: 26px; }
  #contact-page .trainer-details .outer .trainer-img .gradient { display: none; }
  #contact-page .trainer-details .outer .trainer-desc { order: 0; display: inline-block; margin: auto; float: none; width: 408px; max-width: 100%; }
  #contact-page .trainer-details .outer .trainer-desc h2 { font-size: 31px; margin-bottom: 17px; }
  #contact-page .trainer-details .outer .trainer-desc p { font-size: 16px; }
  #contact-page .trainer-details .outer .trainer-desc p .icon { font-size: 26px; }
  #contact-page .trainer-details .outer .trainer-desc .navigation { margin-top: 15px; }
  #contact-page .trainer-details .outer .trainer-desc .navigation a { font-size: 31px; } }

/*# sourceMappingURL=contact.css.map */
