/*STYLE.CSS*/

/*************************************/
/* 01 - MEDIA QUERRIES - BREAKPOINTS */
/*************************************/
/******************************/
/*MEDIA QUERRIES - BREAKPOINTS*/
/******************************/
/*************************************/
/********** 02 - TYPOGRAPHY **********/
/*************************************/
/******************************/
/*MEDIA QUERRIES - BREAKPOINTS*/
/******************************/
/******************************/
/*MEDIA QUERRIES - BREAKPOINTS*/
/******************************/
/******************************/
/**********TYPOGRAPHY**********/
/******************************/
h1, h2, h3, h4, h5, h6 {
  font-family: 'ProximaNova-Semibold' !important; 
  font-weight: normal;
  line-height: 1.15em;
}

.main-caption h4 {
  margin: 20px 0 40px;
}
.main-caption h1 {
  margin: 0;
  line-height: 0.5em;
}
.main-caption h1 .word {
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
}
.main-caption h2 {
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
  font-size: 32px;
  margin: 24px 0;
  color: #fff;
}

h1 {
  font-weight: 800;
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 82px;
  }
}
h1 .word {
  font-weight: 300;
  padding: 0;
  line-height: inherit;
}
h1 sup {
  font-size: 0.5em;
}

h2 {
  font-size: 38px;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}
h2 sup {
  font-size: 0.35em;
  top: -2em;
  left: 0.25em;
}

h3 {
  font-size: 21px;
  font-weight: 400;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

/************************************/
/****** 03 - COLORS PALETTE *********/
/************************************/
/****************/
/*****COLORS*****/
/****************/
.text-primary-color {
  color: #f1a133;
}

.bg-white {
  background: #ffffff;
}

.bg-purple {
  background: #1e1c1f;
}

.bg-primary-color {
  background: #f1a133;
}

.bg-dark-gray {
  background: #1e1c1f;
}

.bg-blue {
  background: #588fd9;
}

.bg-light-blue {
  background: #31b6d2;
}

.bg-green {
  background: #8caf50;
}

/*************************/
/*BEGIN RESET FORM STYLES*/
/*************************/
form input, form textarea {
  border: none;
  background: none;
}
form input:active, form input:focus, form textarea:active, form textarea:focus {
  border: none;
  outline: none;
}
form textarea {
  resize: none;
}

/***********************/
/*END RESET FORM STYLES*/
/***********************/
.standalone-p {
  margin: 35px 0 50px;
}

body, html {
  height: 100%;
  position: relative;
  font-family: 'ProximaNova-Regular' !important;
  font-weight: normal;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

.wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.hideme {
  overflow: hidden !important;
}

.clear-pad {
  padding: 0;
}

img {
  max-width: 100%;
}

p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #555d5d;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  -ms-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  outline: none;
  color: #f1a133;
}
a:hover, a:active, a:focus {
  color: #e2890f;
  outline: none;
}

/*********************************************************/
/******************* 04 - MENU  **************************/
/*********************************************************/
.brand {
  float: left;
  margin-top: 10px;
}

.brand > img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-icon {
  position: relative;
  top: 0;
  z-index: 0;
  float: right;
  display: block;
  padding: 25px;
  cursor: pointer;
  margin-top: 20px;
}
.menu-icon .icon-border,
.menu-icon .icon-bar,
.menu-icon p {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-icon .icon-border {
  padding: 2px 11px;
  border: 1px solid #fff;
}
.menu-icon .icon-bar {
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 8px 0;
  display: block;
  cursor: pointer;
}
.menu-icon p {
  position: absolute;
  margin-left: -10px;
  margin-top: 10px;
  width: 100px;
  color: #f1a133;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.menu-icon:hover .icon-border, .menu-icon:focus .icon-border, .menu-icon:active .icon-border {
  border: 1px solid #f1a133;
}
.menu-icon:hover .icon-bar, .menu-icon:focus .icon-bar, .menu-icon:active .icon-bar {
  background: #f1a133;
}
.menu-icon:hover p, .menu-icon:focus p, .menu-icon:active p {
  color: #fff;
}

header.scrolled .menu-icon {
  position: relative;
  padding: 10px;
  margin-top: 20px;
}
header.scrolled .menu-icon .icon-border {
  padding: 2px 6px;
}
header.scrolled .menu-icon .icon-bar {
  width: 30px;
  height: 2px;
  margin: 5px 0;
}
header.scrolled .menu-icon p {
  position: absolute;
  margin-left: -13px;
  margin-top: 5px;
  font-size: 12px;
  width: 100px;
}
header.scrolled .brand > img {
  width: 65%;
}

header {
  position: absolute;
  display: table;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-width: 1024px) {
  header {
    position: fixed;
    display: block;
    height: 110px;
  }
  header.scrolled {
    background: rgba(33, 33, 33, 0.75);
  }
}
header .container {
  padding: 0;
}

/* Overlay style */
.overlay {
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
  position: absolute;
  /*    overflow-y:scroll;
      overflow-x:hidden;*/
  padding: 110px 0;
  background: url("../img/BG_menuopen.png") 50%/cover no-repeat;
}
@media only screen and (min-width: 1024px) {
  .overlay {
    padding: 180px 0;
    position: fixed;
  }
}
@media only screen and (min-width: 1280px) {
  .overlay {
    padding: 180px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .overlay {
    padding: 250px 0;
  }
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 40px;
  top: 40px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .overlay .overlay-close {
    right: 40px;
    left: initial;
  }
}

/* Menu style */
.overlay nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 54px;
}

.overlay .menu-ul {
  list-style: none;
  padding: 0 40px 0 60px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  border-right: 1px solid #757475;
}
.overlay .menu-ul:last-child {
  border-right: none;
}

.overlay .menu-ul.openmenu-logos li {
  margin: 0 auto 70px;
  float: none;
  display: table;
}
.overlay .menu-ul.openmenu-logos li a {
  display: table;
  margin: 0 auto;
  float: none;
  width: initial;
}



.lessons ul li:nth-child(4) {
  margin-bottom: 0;
}

.overlay .menu-ul li {
  display: block;
  width: 100%;
  float: left;
}
.overlay .menu-ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.55em;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 3px 0;
  width: 100%;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay .menu-ul li .panel-group .panel {
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
}
.overlay .menu-ul li .panel-heading {
  display: table;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
}
.overlay .menu-ul li .panel-heading:hover, .overlay .menu-ul li .panel-heading:active, .overlay .menu-ul li .panel-heading:focus {
  background: transparent;
}
.overlay .menu-ul li .lessons-header {
  font-size: 42px;
  color: #f1a133;
  line-height: 38px;
  padding: 0px;
  margin: 0px;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: 700;
}
.overlay .menu-ul li .lessons {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 0 0;
}
.overlay .menu-ul li .lessons ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 0;
  text-transform: uppercase;
}
.overlay .menu-ul li .lessons ul li a:nth-child(4) {
  margin-bottom: 80px;
}

.panel, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.overlay .menu-ul li a:hover,
.overlay .menu-ul li a:focus {
  color: #fff;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1100px;
  perspective: 1100px;
}

.overlay-hugeinc nav .menu-ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav .menu-ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav .menu-ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay .menu-ul li {
    min-height: 34px;
  }
}
/*************************************************************************/
/******************* 05 - ELEMENTS IN HOMEPAGE  **************************/
/*************************************************************************/
.full-width {
  position: relative;
  z-index: 1;
}

/*Upcoming Workshops*/
.workshops-bg {
  position: relative;
  display: table;
  width: 100%;
  z-index: 2;
  min-height: 480px;
  background: url(../img/training.jpg) 50%/cover no-repeat;
}

.upcoming-workshops {
  padding: 20px 40px;
  background: #f0f4f5;
  width: 100%;
  max-width: 1100px;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: -190px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .upcoming-workshops {
    padding: 40px 80px;
  }
}
.upcoming-workshops img {
  max-width: 120px;
  height: auto;
}
.upcoming-workshops h1 {
  font-size: 15px;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
  color: #333;
}
.upcoming-workshops p {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.upcoming-workshops .upcoming-workshops-desc {
  margin: 40px 0;
}
.upcoming-workshops .upcoming-workshops-desc h3 {
  font-size: 13px;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .upcoming-workshops .upcoming-workshops-desc .btn {
    margin-left: 40px;
  }
}
.upcoming-workshops .upcoming-workshops-header {
  display: table;
  width: 100%;
}
.upcoming-workshops .upcoming-workshops-header > div {
  display: table-cell;
  vertical-align: middle;
}
.upcoming-workshops .upcoming-workshops-header h3 {
  padding-left: 10px;
}

/*Become Trainer*/
.trainer {
  background: #e9e9e9;
}
.trainer .container {
  position: relative;
  padding: 120px 0 80px;
}
.trainer .coach {
  position: absolute;
  top: 0;
  left: -250px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../img/coach.jpg);
  background-repeat: no-repeat;
}
.trainer .profile-pic {
  position: absolute;
  top: 0;
  left: -250px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../img/profile-picts-3.jpg);
  background-repeat: no-repeat;
}
.trainer .btn {
  margin-top: 60px;
}
.trainer h2 {
  margin-bottom: 60px;
}
.trainer span {
  float: right;
}

/*Advantages*/
.advantages {
  background: url(../img/awesome-gradient.jpg) 50%/cover no-repeat;
  padding: 0px 0;
}
.advantages .container > div {
  margin: 100px 0;
}
.advantages .container > div:last-child {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .advantages .container > div {
    padding: 0 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .advantages .container > div {
    padding: 0 55px;
    border-right: 1px solid #e9e9e9;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages .container > div {
    padding: 0 80px;
  }
}
.advantages p {
  color: #fff;
}
.advantages .advantages-img {
  min-height: 70px;
}
.advantages img {
  display: block;
  margin: 0 auto;
}
.advantages h5 {
  margin: 40px 0 25px;
  font-weight: 300;
  line-height: 1.35em;
}
.advantages h5 strong {
  font-weight: 900;
  letter-spacing: 0.5px;
}

/*Calendar*/
.calendar {
  padding: 100px 0;
}

.rate-people {
  margin-bottom: 50px;
}

/***************************************************************/
/******************** 06 BUTTONS *******************************/
/***************************************************************/
.btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 0;
  background: transparent;
  outline: none;
  border: 1px solid #666;
  box-shadow: none;
  color: #333;
  padding: 12px 24px;
  font-size: 14px;
  font-family: 'ProximaNova-Regular' !important;
  font-weight: normal;
}
.btn:hover, .btn:active, .btn:focus {
  color: #fefefe;
  border: 1px solid #f1a133;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  opacity: 0;
  top: 50%;
  left: 50%;
  background: #f1a133;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  -ms-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.btn:hover:after, .btn:active:after, .btn:focus:after {
  width: 100%;
  opacity: 1;
}

/*********************************************************/
/******************** FOOTER *******************************/
/*********************************************************/
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
  background: url(../img/footer.jpg) 50%/cover no-repeat;
}

.no-fix {
  position: relative !important;
}

.footer-title {
  padding: 60px 0 40px;
  display: table;
  position: relative;
}
.footer-title:before, .footer-title:after {
  position: absolute;
  content: '';
}
.footer-title:before {
  width: 100px;
  height: 6px;
  background: #fff;
  right: 0;
  top: 54%;
}
.footer-title:after {
  width: 8px;
  height: 50px;
  background: #fff;
  top: 0;
  left: 35px;
}
.footer-title h1 {
  text-transform: none;
  font-size: 24px;
  margin-top: 55px;
  margin-right: 120px;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
}

.footer-cols h3 {
  font-size: 18px;
}
.footer-cols .footer-partners {
  padding: 50px 0 20px;
  border-bottom: 1px solid #fff;
}
.footer-cols .footer-partners img {
  margin: 0 20px 0 0;
}

.disclaimer {
  padding: 10px 0 0;
}
.disclaimer a, .disclaimer p {
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
}
.disclaimer a {
  margin-right: 60px;
}

.footer .social a {
  display: block;
  padding: 5px 0;
}
.footer ul li, .footer a, .footer h3, .footer h1, .footer p, .footer div {
  color: #fff;
  line-height: 1.75em;
}
.footer ul {
  margin-top: 15px;
}
.footer ul li {
  font-size: 14px;
}

/*********************************************************/
/* INNER PAGES */
/*********************************************************/
/*********************************************************/
/* CLASSES - WORKSHOPS */
/*********************************************************/
#class {
  background: #fff;
}
#class p, #class li, #class a, #class ul, #class strong {
  color: #888888;
}
#class h1, #class h2, #class h3, #class h4, #class h5, #class h6, #class .nav-tabs li a {
  color: #333;
}
#class h2 {
  margin: 50px 0 0;
  font-size: 48px;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
}
#class p, #class li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#class p {
  margin: 20px 0;
}
#class ul {
  margin: 0;
  padding: 15px 0 0 15px;
}
#class .nav-tabs {
  padding: 0;
}

.left-track-line {
  position: relative;
}
.left-track-line:before, .left-track-line:after {
  position: absolute;
  content: '';
}
.left-track-line:after {
  width: 20px;
  height: 20px;
  border: 2px solid #c3c3c3;
  left: 55px;
  top: 190px;
  border-radius: 50%;
}
.left-track-line:before {
  top: 210px;
  left: 64px;
  width: 2px;
  background: #c3c3c3;
  height: 90%;
}

#class .row {
  margin: 40px 0;
}
#class .class-information {
  padding: 20px 50px 20px 120px;
}
#class .class-information .images-overflow {
  position: relative;
  z-index: 2;
  margin: 0 0 0 -150px;
  padding: 15px 0;
  font-size: 0;
  line-height: 0;
  background: #fff;
}
#class .class-information .images-overflow li {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50%;
  min-height: 240px;
}
#class .class-information .images-overflow li:first-child {
  margin-left: -20px;
}
#class .class-information .images-overflow li:last-child {
  margin-left: 20px;
}
#class .class-sidebar {
  margin-top: 170px;
}

#class .share p, #class .share img {
  display: inline-block;
}

#class .share p {
  color: #333;
  margin: 0 10px 0 0;
  font-family: 'ProximaNova-Regular' !important;;
  font-weight: normal;
}

.box-header, .extra-info-header {
  display: table;
  clear: both;
}

/* sidebar gray boxes */
#class .box-info {
  background: #f0f3f1;
  margin: 15px 0;
  padding: 18px 25px;
  position: relative;
}
#class .box-info h3 {
  font-size: 24px;
}
#class .box-info img {
  position: absolute;
  right: 20px;
  top: 30px;
}
#class .box-info .box-footer {
  margin: 50px 0 0px;
}
#class .box-info .box-footer span {
  display: block;
  font-size: 32px;
  color: #333;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
}
#class .box-info .box-footer p {
  margin: 8px 0;
  line-height: 21px;
  font-size: 18px;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

#class .extra-info {
  position: relative;
  margin: 15px 0;
}
#class .extra-info .extra-info-header {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 3px solid #333;
}
#class .extra-info .extra-info-header h3 {
  float: left;
  text-transform: none;
  color: #f1a133;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
}
#class .extra-info .extra-info-header h3, #class .extra-info .extra-info-header img {
  display: block;
}
#class .extra-info .extra-info-header img {
  float: right;
  margin-top: 14px;
  margin-left: 10px;
}
#class .extra-info .extra-info-footer ul {
  padding: 20px 0 0;
}
#class .extra-info .extra-info-footer span {
  margin-left: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs > li > a, .nav-tabs, .nav > li > a:hover, .nav > li > a:focus {
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
}

.line-icon {
  position: relative;
}
.line-icon:before, .line-icon:after {
  position: absolute;
  content: '';
}
.line-icon:after {
  top: -15px;
  left: -78px;
  height: 66px;
  width: 47px;
  z-index: 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.line-icon.list:after {
  background-image: url(../img/icon-lesson-list.jpg);
}
.line-icon.person:after {
  background-image: url(../img/icon-lesson-person.jpg);
}

.nav-tabs > li > a,
.class-information h3 {
  font-size: 18px;
  position: relative;
  padding: 0;
  line-height: 20px;
  display: inline-block;
  margin: 0 70px 0px 0;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.class-information h3 {
  margin-bottom: 30px;
}

.nav-tabs > li {
  position: relative;
  padding: 0;
  line-height: 0;
}

.nav-tabs > li.active:before, .nav-tabs > li.active:after,
.class-information h3:before,
.class-information h3:after {
  position: absolute;
  content: '';
}
.nav-tabs > li.active:after,
.class-information h3:after {
  bottom: -15px;
  left: 2px;
  width: 47px;
  height: 3px;
  background: #f1a133;
}

.tab-content {
  margin-top: 40px;
}

/*quick apply form*/
#quick-apply {
  background-image: url(../img/quick-apply.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}
@media only screen and (min-width: 1024px) {
  #quick-apply {
    margin: -30px 0 0 -40px;
  }
}
#quick-apply h2, #quick-apply p {
  color: #fff;
}
#quick-apply p {
  font-size: 13px;
}
#quick-apply h2 {
  font-size: 48px;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
  margin-top: 90px;
}
#quick-apply input, #quick-apply select, #quick-apply option {
  background: #fff;
  margin: 10px 0;
  line-height: 19px;
  font-size: 13px;
  padding: 15px 27px;
  color: #444;
  width: 100%;
}
#quick-apply option.checked {
  display: none;
}
#quick-apply ::-webkit-input-placeholder {
  color: #333;
}
#quick-apply :-moz-placeholder {
  color: #333;
}
#quick-apply ::-moz-placeholder {
  color: #333;
}
#quick-apply :-ms-input-placeholder {
  color: #333;
}
#quick-apply .gender {
  margin: 25px 0 15px;
  display: table;
  float: left;
}
#quick-apply .gender input {
  width: 40px;
}
#quick-apply .gender input, #quick-apply .gender label {
  float: left;
  margin: 0;
  line-height: 12px;
  font-size: 12px;
}
#quick-apply .btn {
  float: right;
  font-size: 15px;
  color: #333;
  background: #e7e7e8;
  padding: 20px 80px;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'ProximaNova-Semibold' !important;
  font-weight: normal;
}
#quick-apply .row {
  margin: 20px 0 90px;
}

/*# sourceMappingURL=main.css.map */
