* {
  box-sizing: border-box;
}
*:before,
*:after {
  font-family: FontAwesome;
}
/* CUSTOM FOR THEME */
html,
body {
  overflow: auto;
  overflow-x: hidden;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
h1:not([class*="size-"]),
.size-h1,
h2:not([class*="size-"]),
.size-h2,
h3:not([class*="size-"]),
.size-h3,
.size-xl {
  line-height: 1.2;
}
h1,
.size-h1 {
  font-size: 3rem;
}
h2,
.size-h2 {
  font-size: 2.4rem;
}
h3,
.size-h3 {
  font-size: 2rem;
}
h4,
.size-h4 {
  font-size: 1.6rem;
}
h5,
.size-h5 {
  font-size: 1.2rem;
}
h6,
.size-h6 {
  font-size: 1rem;
}
.size-xl {
  font-size: 3.5rem;
}
.size-sm {
  font-size: 14px;
}
a,
button,
*[type="submit"],
.has-transition,
.has-transition * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a {
  color: #c3a66c;
  text-decoration: none;
}
a:hover {
  color: #c3a66c;
}
img {
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-weight: 700;
}
p:empty {
  display: none;
}
input,
textarea,
select,
button {
  font-family: 'Open Sans', sans-serif;
  outline: 0;
}
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select,
textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #efefef;
  background-color: #ffffff;
}
select {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
}
input[type="submit"] {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 24px;
  background-color: #a2a2a2;
  border: 1px solid #a2a2a2;
  color: #ffffff;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #c3a66c;
  border-color: #c3a66c;
}
::-webkit-input-placeholder {
  color: #a2a2a2;
}
::-moz-placeholder {
  color: #a2a2a2;
}
:-ms-input-placeholder {
  color: #a2a2a2;
}
:-moz-placeholder {
  color: #a2a2a2;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 18px;
  }
  .size-xl {
    font-size: 4rem;
  }
  .size-sm {
    font-size: .75rem;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .size-h1 {
    font-size: 36px;
  }
  h2,
  .size-h2 {
    font-size: 32px;
  }
  h3,
  .size-h3 {
    font-size: 28px;
  }
  h4,
  .size-h4 {
    font-size: 24px;
  }
  h5,
  .size-h5 {
    font-size: 20px;
  }
  h6,
  .size-h6 {
    font-size: 1rem;
  }
  .size-xl {
    font-size: 42px;
  }
  h1.vc_custom_heading br,
  h2.vc_custom_heading br,
  h3.vc_custom_heading br {
    display: none;
  }
}
/* CLASSES */
.clear:before,
.clear:after {
  content: '';
  clear: both;
  display: block;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.color-light,
.color-light * {
  color: #ffffff;
}
.color-dark,
.color-dark * {
  color: #707070;
}
.color-default,
.color-default * {
  color: #c3a66c;
}
.color-soft,
.color-soft * {
  color: #a2a2a2;
}
.text-normal {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.tagline {
  display: inline-block;
  margin-bottom: 1rem;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.tagline[class*="-light"] {
  border-bottom-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .xs-text-center {
    text-align: center !important;
  }
}
/* CUSTOM FOR VC */
.wpb_single_image figure,
.wpb_single_image div {
  width: 100%;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.vc_btn3-container button {
  font-family: 'Open Sans', sans-serif;
}
.vc_btn3-container .vc_btn3-size-lg {
  font-size: 1.25rem;
}
.vc_btn3-container .vc_btn3-size-md {
  font-size: 1rem;
}
.vc_btn3-container .vc_btn3-size-sm {
  font-size: 0.75rem;
}
.vc_btn3-container .vc_btn3 .vc_btn3-icon {
  color: #c3a66c;
}
.vc_btn3-container .vc_btn3[class*="vc_btn3-color"]:hover {
  border-color: #c3a66c;
  background-color: #c3a66c;
  color: #ffffff;
}
.vc_btn3-container .vc_btn3[class*="vc_btn3-color"]:hover .vc_btn3-icon {
  color: #ffffff;
}
.vc_btn3-container .vc_btn3-style-flat.vc_btn3-color-white {
  border-color: #efefef;
  color: #000000;
}
.vc_btn3-container .vc_btn3-style-flat.vc_btn3-color-chino {
  border-color: #c3a66c;
  background-color: #c3a66c;
}
.vc_btn3-container .vc_btn3-style-flat.vc_btn3-color-chino:hover {
  background-color: #ffffff;
  color: #c3a66c;
}
.vc_btn3-container .vc_btn3-style-outline.vc_btn3-color-warning {
  border-color: #c3a66c;
  color: #000000;
}
.vc_btn3-container .vc_btn3-style-outline.vc_btn3-color-warning:hover {
  border-color: #c3a66c;
  background-color: #c3a66c;
}
.vc_btn3-container .vc_btn3-style-custom.vc_btn3-color-grey {
  background: none transparent;
  border: 0;
  color: #a2a2a2;
}
.vc_btn3-container[class*="cta-request"] {
  border: 1px solid #c3a66c;
  text-align: center;
}
.vc_btn3-container[class*="cta-request"]:after {
  content: attr(id);
  display: block;
  margin-top: -webkit-calc(-14px - 0.65rem);
  margin-top: calc(-14px - 0.65rem);
  padding-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.65rem;
  line-height: 1;
  opacity: 0.7;
  z-index: 0;
}
.vc_btn3-container[class*="cta-request"] .vc_btn3-style-custom {
  display: block;
  width: 100%;
  padding-bottom: -webkit-calc(14px + 1rem);
  padding-bottom: calc(14px + 1rem);
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}
.vc_btn3-container[class*="cta-request"] .vc_btn3-style-custom.vc_btn3-color-grey {
  background-color: transparent;
}
.vc_btn3-container[class*="cta-request"].cta-request-talent {
  background-color: #ffffff;
}
.vc_btn3-container[class*="cta-request"].cta-request-talent:after {
  color: #000000;
}
.vc_btn3-container[class*="cta-request"].cta-request-talent .vc_btn3-style-custom {
  color: #000000;
}
.vc_btn3-container[class*="cta-request"].cta-request-freelance {
  background-color: #000000;
}
.vc_btn3-container[class*="cta-request"].cta-request-freelance:after {
  color: #c3a66c;
}
.vc_btn3-container[class*="cta-request"].cta-request-freelance .vc_btn3-style-custom {
  color: #c3a66c;
}
.vc_btn3-container[class*="cta-request"].cta-request-talent:hover,
.vc_btn3-container[class*="cta-request"].cta-request-freelance:hover {
  background-color: #c3a66c;
  color: #ffffff;
}
.vc_btn3-container[class*="cta-request"].cta-request-talent:hover:after,
.vc_btn3-container[class*="cta-request"].cta-request-freelance:hover:after,
.vc_btn3-container[class*="cta-request"].cta-request-talent:hover .vc_btn3-style-custom,
.vc_btn3-container[class*="cta-request"].cta-request-freelance:hover .vc_btn3-style-custom {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .vc_btn3-container[class*="cta-request"] {
    width: auto;
    min-width: 238px;
  }
  .vc_btn3-container[class*="cta-request"].cta-request-talent {
    margin-right: -3px;
    border-radius: 5px 0 0 5px;
  }
  .vc_btn3-container[class*="cta-request"].cta-request-freelance {
    margin-left: -3px;
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (min-width: 991px) {
  .vc_btn3-container[class*="cta-request"] {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .vc_btn3-container {
    display: block !important;
    text-align: center !important;
  }
  .vc_btn3-container a {
    width: 100%;
  }
}
/* HEADER */
.menu-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
  display: block;
  margin: -17px 0 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  line-height: 1;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
}
.menu-toggle i {
  display: block;
  font-size: 34px;
}
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 15px 0;
  z-index: 999;
}
#site-header.has-sticky {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
#site-header.has-sticky #site-branding {
  width: 150px;
  height: 55px;
}
#site-header.has-sticky #site-navigation {
  padding-top: 7px;
}
#site-header.menu-active {
  background-color: rgba(0, 0, 0, 0.9);
}
#site-header.menu-active #site-navigation {
  display: block;
  padding-top: 32px;
}
#site-branding {
  width: 150px;
  height: 55px;
}
#site-navigation {
  display: none;
}
#site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-menu > li {
  vertical-align: middle;
}
#main-menu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
#main-menu li.current-menu-item a,
#main-menu a:hover {
  color: #c3a66c;
}
#main-menu .menu-item-has-children {
  position: relative;
}
#main-menu .menu-item-has-children > a:after {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0.75em;
  margin-top: -6px;
  font-size: 0.75em;
}
#main-menu .sub-menu {
  padding-left: 15px;
}
#main-menu .sub-menu a:not(:hover) {
  color: #ffffff !important;
}
#main-menu .cta {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: middle;
}
#main-menu .cta a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ffffff;
  color: #000000;
  text-transform: none;
}
#main-menu .cta a:hover {
  background-color: #c3a66c;
  color: #ffffff;
}
#main-menu .fa {
  position: relative;
  width: 1rem;
  height: calc(1rem + 20px);
  margin-right: 15px;
  color: #c3a66c;
}
#main-menu .fa:before,
#main-menu .fa a {
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1;
}
#main-menu .fa a {
  width: 1rem;
  height: 1rem;
  padding: 0;
  text-indent: 999px;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  #site-header {
    padding: 30px 0;
  }
  .menu-toggle {
    display: none;
  }
  #site-branding {
    float: left;
    width: 267px;
    height: 107px;
  }
  #site-navigation {
    float: right;
    display: block;
    width: -webkit-calc(100% - 267px);
    width: calc(100% - 267px);
    padding-top: 34px;
    text-align: right;
  }
  #site-navigation a {
    padding: 10px 15px;
    border-radius: 3px;
  }
  #main-menu > li {
    display: inline-block;
  }
  #main-menu > li:last-of-type {
    margin-right: 0;
  }
  #main-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  #main-menu > li.menu-item-has-children > a {
    padding-right: 30px;
  }
  #main-menu > li.menu-item-has-children > a:after {
    right: 10px;
  }
  #main-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 180px;
    background-color: rgba(0, 0, 0, 0.9);
    margin: 0 -15px;
    padding: 15px;
    text-align: left;
  }
  #main-menu > li > .sub-menu a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-menu a {
    padding-left: 25px;
    padding-right: 25px;
  }
  #main-menu .cta {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1440px) {
  #site-header .wrap {
    max-width: none;
    padding: 0 -webkit-calc(4% + 15px);
    padding: 0 calc(4% + 15px);
  }
}
/* FOOTER */
footer {
  padding-top: 50px;
  background-color: #efefef;
}
footer h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
footer ul.menu {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
footer ul.menu > li {
  padding-left: 0;
}
footer ul.menu li {
  margin-bottom: 1em;
}
footer ul.menu li a {
  position: relative;
  padding-left: 1em;
}
footer ul.menu li a:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #a2a2a2;
}
footer ul.menu li a:not(:hover) {
  color: #000000;
}
footer #footer-info {
  text-align: center;
}
.footer-bottom {
  padding: 15px 0;
}
@media screen and (min-width: 1200px) {
  footer .vc_col-sm-12 .vc_col-md-3 {
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .footer-main {
    padding-top: 32px;
    text-align: center;
  }
  #footer-info img {
    width: 150px;
    height: auto;
  }
}
/* MAIN SECTION */
main > .vc_section:first-of-type {
  padding-top: 0;
}
main > .vc_section:first-of-type > .vc_row,
main > .vc_section:first-of-type .vc_section_inner {
  padding-top: 107px !important;
}
.wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#page-title,
section.vc_section-bg-responsive {
  padding-top: 0;
  padding-bottom: 0;
}
#page-title,
section.vc_section-bg-responsive,
.vc_section_wrapper,
.vc_section_inner {
  background: no-repeat;
  background-position: inherit;
  background-size: cover;
}
#page-title,
section.vc_section-bg-responsive {
  background-position: center center;
}
#page-title.bg-position-top,
section.vc_section-bg-responsive.bg-position-top {
  background-position: center top;
}
#page-title.bg-position-bottom,
section.vc_section-bg-responsive.bg-position-bottom {
  background-position: center bottom;
}
section.vc_section-bg-responsive[data-vc-full-width="true"] {
  padding: 0 !important;
}
section.vc_section-bg-responsive[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) .vc_section_inner {
  padding: 0 15px;
}
.vc_section.vc_row-o-full-height.vc_section-o-content-middle .vc_section_wrapper {
  display: table;
  width: 100%;
  min-height: 100vh;
}
.vc_section.vc_row-o-full-height.vc_section-o-content-middle .vc_section_wrapper .vc_section_inner {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .vc_section_inner {
    background-image: none !important;
  }
}
@media screen and (min-width: 1200px) {
  main > .vc_section:first-of-type > .vc_row,
  main > .vc_section:first-of-type .vc_section_inner {
    padding-top: 137px !important;
  }
  .vc_section_wrapper {
    background-image: none !important;
  }
  section.vc_section-bg-responsive[data-vc-full-width="true"] .vc_section_inner .vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding) {
    padding: 0 -webkit-calc(50vw - 615px);
    padding: 0 calc(50vw - 615px);
  }
  section.vc_section-bg-responsive[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) .vc_section_inner {
    padding: 0 -webkit-calc(50% - 600px);
    padding: 0 calc(50% - 600px);
  }
  #page-title,
  section.vc_section-bg-responsive {
    background-position: center center;
  }
  #page-title.bg-position-top,
  section.vc_section-bg-responsive.bg-position-top {
    background-position: center -webkit-calc(0 - 6.25vw);
    background-position: center calc(0 - 6.25vw);
  }
  #page-title.bg-position-bottom,
  section.vc_section-bg-responsive.bg-position-bottom {
    background-position: center -webkit-calc(100% + 6.25vw);
    background-position: center calc(100% + 6.25vw);
  }
}
@media screen and (min-width: 1440px) {
  section.vc_section-bg-responsive[data-vc-full-width="true"] .vc_section_inner {
    padding: 0 6%;
  }
  section.vc_section-bg-responsive[data-vc-full-width="true"] .vc_section_inner .vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding) {
    padding: 0 6%;
  }
  section[data-vc-full-width="true"]:not(.vc_section-bg-responsive) .vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding) {
    padding: 0 6%;
  }
}
@media screen and (max-width: 1199px) {
  #page-title,
  section.vc_section-bg-responsive {
    background-image: none !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_section_wrapper {
    background-image: none !important;
  }
  .responsive-as-background ~ div {
    position: absolute;
    bottom: 0;
    align-items: flex-end !important;
    height: 100%;
  }
}
/* HOME & CMS */
.home #site-header:not(.has-sticky):not(.menu-active) #main-menu li:not(.current-menu-item):not(.cta) a:not(:hover) {
  color: #000000;
}
.home #site-header:not(.has-sticky):not(.menu-active) #main-menu .cta a:not(:hover) {
  background-color: #000000;
  color: #ffffff;
}
#home-services {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #home-services .vc_row.vc_inner > .wpb_column:not(:first-of-type):before {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@media screen and (max-width: 991px) {
  .service-list * {
    text-align: center !important;
  }
}
/* MISC */
.widget {
  margin-top: 15px;
  margin-bottom: 32px;
}
.widget-title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}
.textwidget img {
  width: auto;
  max-height: 32px;
}
#map-canvas {
  width: 100%;
  min-height: 640px;
}
.error404 #page-content {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #c3a66c;
  color: #ffffff;
}
#request-box {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat url(../images/popup-bg.jpg) center;
  background-size: cover;
  z-index: 999;
}
#request-box:not(.active) {
  display: none;
}
#request-box header {
  display: flex;
  align-content: stretch;
  align-items: center;
  padding: 15px;
}
#request-box header > * {
  width: 50%;
}
#request-box header .request-close {
  text-align: right;
}
#request-box header .request-close a:not(:hover) {
  color: #000000;
}
#request-box .wrap {
  max-width: 630px;
  height: calc(100vh - 120px);
  padding: 15px;
  overflow: hidden;
  overflow-y: auto;
}
#request-box .wrap > * {
  margin-bottom: 15px;
}
#request-box h2 span {
  display: block;
}
#request-box h2 span:last-of-type {
  font-style: italic;
  font-size: 1rem;
  color: #707070;
}
#request-box h4 {
  font-size: 16px;
}
#request-box .request-toggle {
  display: flex;
}
#request-box .request-toggle button {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
#request-box .request-toggle button.active {
  background-color: px;
}
#request-box .request-toggle button.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c3a66c;
}
#request-box .request-toggle button.active span:after {
  background: no-repeat center url(../images/check-mark-sign.svg);
  background-size: cover;
}
#request-box .request-toggle button span {
  position: relative;
  display: inline-block;
}
#request-box .request-toggle button span:before,
#request-box .request-toggle button span:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
#request-box .inner:not(.active) {
  display: none;
}
#request-box form {
  width: -webkit-calc(100% + 14px) !important;
  width: calc(100% + 14px) !important;
  max-width: -webkit-calc(100% + 14px) !important;
  max-width: calc(100% + 14px) !important;
  margin: 0 -7px;
  background-color: transparent !important;
  border: 0;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
}
#request-box form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
#request-box form select,
#request-box form textarea {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 15px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
}
#request-box form [type="radio"] + span {
  padding-left: 5px;
}
#request-box form [type="checkbox"]:hover {
  border-color: #c3a66c;
}
#request-box form [type="checkbox"]:checked {
  background-color: #c3a66c;
  border-color: #c3a66c;
}
#request-box form button.submit-button {
  background-color: #c3a66c;
  text-align: center !important;
}
#request-box form button.submit-button > span {
  text-shadow: none;
}
#request-box form .form-page-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#request-box form .form-element {
  top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
#request-box form .form-element .form-element-html {
  padding: 0 7px 5px;
}
#request-box form .form-element .field-cover > * {
  display: block;
  width: 100%;
  text-align: left;
}
#request-box form .form-element .field-cover > span {
  top: 0;
  padding: 0 0 5px;
}
#request-box form .form-element .field-cover > span span:after,
#request-box form .form-element .field-cover > span .sub-label {
  display: none;
}
#request-box form .form-element.form-element-0 {
  position: relative;
  margin-bottom: 0;
}
#request-box form .form-element.form-element-0:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px auto;
}
#request-box form .form-element.form-element-2 {
  width: 120px !important;
}
#request-box form .form-element.form-element-3 {
  width: -webkit-calc(100% - 100px) !important;
  width: calc(100% - 120px) !important;
}
#request-box form .form-element.form-element-3 .main-label {
  visibility: hidden;
}
#request-box form .form-element-0,
#request-box form .form-element-type-matrix {
  padding-left: 64px;
}
#request-box form .form-element-type-customText .field-cover {
  margin: 0 !important;
  padding: 0 !important;
}
#request-box form .form-element-type-checkbox label {
  width: 50%;
}
#request-box form .form-element-type-email .icon-mail {
  display: none;
}
#request-box form .form-element-type-matrix {
  margin-bottom: 20px;
}
#request-box form .form-element-type-matrix .matrix-cover > span,
#request-box form .form-element-type-matrix thead,
#request-box form .form-element-type-matrix tbody tr td:first-of-type {
  display: none;
}
#request-box form .form-element-type-matrix td,
#request-box form .form-element-type-matrix label:hover {
  background-color: transparent !important;
}
#request-box form .form-element-type-matrix label {
  position: relative;
  text-align: left;
}
#request-box form .form-element-type-matrix input {
  margin-top: -0.2em;
  margin-bottom: 0;
  /*&:after {
                    content: attr(value);
                    position: absolute;
                    top: 1px;
                    left: 28px;
                    font-family: @type_kit;
                    line-height: 24px;
                }*/
}
#request-box form .form-element-type-matrix input:checked {
  background-color: #c3a66c;
  border-color: #c3a66c;
}
#request-box form .form-element-type-matrix input:hover {
  border-color: #c3a66c;
}
#request-box .box-request-talent .form-element-0:before {
  background-image: url(../images/ico-request-client.svg);
}
#request-box .box-request-client .form-element-0:before {
  background-image: url(../images/ico-request-talent.svg);
}
#request-box .box-request-client .form-element-0 {
  min-height: 64px;
  margin-bottom: 26px !important;
}
#request-box .box-request-client .form-element-8 {
  margin-bottom: 0;
}
#request-box .box-request-client [data-identifier="field17"],
#request-box .box-request-client [data-identifier="field18"] {
  font-size: 14px;
}
#request-box .box-request-client [data-identifier="field17"] .field-cover > div {
  margin: 5px 0;
  padding: 12px 20px;
  background-color: #efefef;
}
#request-box .box-request-client [data-identifier="field17"] .field-cover > div > :first-child:before {
  content: '\f0a1';
  color: #c3a66c;
  margin-right: 5px;
}
#request-box .box-request-client [data-identifier="field18"] .field-cover > .full {
  padding: 15px;
  border: 1px dashed #c3a66c;
}
#request-box .box-request-client [data-identifier="field18"] ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#request-box .box-request-client [data-identifier="field18"] li {
  position: relative;
  padding-left: 100px;
}
#request-box .box-request-client [data-identifier="field18"] li > b:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
}
#request-box .box-request-client [data-identifier="field18"] li > b:first-child:after {
  content: '\f0da';
  position: absolute;
  top: 4px;
  right: 10px;
  color: #c3a66c;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #request-box h2 {
    display: table;
    width: 100%;
  }
  #request-box h2 > span {
    display: table-cell;
  }
  #request-box h2 > span:last-of-type {
    text-align: right;
  }
  #request-box form {
    /*.form-element {
                &.form-element-5,
                &.form-element-6 {
                    width: 50% !important;
                }
            }*/
    /*.form-element-type-checkbox {
                label {
                    width: 33.3333%;
                }
            }*/
  }
  #request-box form .form-element.form-element-2 {
    width: 180px !important;
  }
  #request-box form .form-element.form-element-3 {
    width: -webkit-calc(100% - 180px) !important;
    width: calc(100% - 180px) !important;
  }
}
