/* ================================================================================
Theme Name: Coruscate Theme Child
Theme URI: http://themeforest.net/user/whoathemes/
Description: Designed by <a href="http://www.mojo-themes.com/user/whoathemes/">Whoathemes</a>.
Version: 1.0
Author: <a href="http://themeforest.net/user/whoathemes">WhoaThemes</a>
Author URI: http://themeforest.net/user/whoathemes/
Template: coruscate
================================================================================ */
/*CUSTOM STYLES*/
@import url("../coruscate/style.css");

/* FONTS */

@font-face {
  font-family: FuturaBT-MD;
  src: url(fonts/FuturaBT-Medium.ttf) format('truetype');
}

@font-face {
  font-family: FuturaBT-LT;
  src: url(fonts/FuturaBT-Light.otf) format('truetype');
}

@font-face {
  font-family: FuturaBT-BK;
  src: url(fonts/FuturaBT-Book.otf) format('truetype');
}

@font-face {
  font-family: FuturaBT-BD;
  src: url(fonts/FuturaBT-Bold.otf) format('truetype');
}

body {
  font-family: 'FuturaBT-BK', "Open Sans", Helvetica, Arial, sans-serif;
}

.mobile-only {
  display: none;
}

p {
  font-family: 'FuturaBT-LT', "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #2d373c;
}

/* ***************** Header - Above Main Navigation *************/

#wt_topWidgetWrapper {
  height: 175px;
  background: -webkit-linear-gradient(#90d2e9, #c7eaf4);
  background: -moz-linear-gradient(#90d2e9, #c7eaf4);
  background: -o-linear-gradient(#90d2e9, #c7eaf4);
  background: linear-gradient(#90d2e9, #c7eaf4);
  border: none;
}

.top-header-wrapper-not-home {
  height: 175px;
  background-image: url('images/header-sun-small.jpg');
}

.logo-wrapper {
  padding-top: 40px;
}

.logo-wrapper-small {
  padding-top: 20px;
}

.header-bg-wrapper {
  position: absolute;
  top: 27px;
  right: -20px;
}

@-webkit-keyframes fly {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(1450%, 400px);
  }
}

@-moz-keyframes fly {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(1450%, 400px);
  }
}

@keyframes fly {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(1450%, 400px);
  }
}

.header-plane-wrapper {
  position: absolute;
  left: -400px;
  top: -75px;
  animation: fly 12s infinite ease-in-out;
  -webkit-animation: fly 12s infinite ease-in-out;
  -moz-animation: fly 12s infinite ease-in-out;
  z-index: 5;
}

header .widget_contact_info p {
  color: #fff;
  font-size: 28px;
  font-family: 'FuturaBT-MD', sans-serif;
}

header .wt_contactPhone {
  color: #fff !important;
  font-size: 28px !important;
  font-family: 'FuturaBT-MD', sans-serif;
}

header .widget_contact_info i {
  display: none;
}

.mobile-logo {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

#wt_headerWrapper {
  z-index: 6;
  position: relative;
}

/* ************************************************************ */

/* ***************** Main Navigation ****************************/

a:hover {
  color: #ea8158;
}

#nav > ul {
  float: left;
}

#wt_header {
  background-color: #404041;
  max-height: 60px;
  border: none;
}

#nav ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  padding: 25px 0 18px 0;
  margin: 0 30px 0 0;
}

#nav ul > li > a:hover {
  color: #fff;
}

#nav ul > li:hover > a {
  color: #fff;
}

#nav .menu > li > a:before {
  content: '';
  width: 0;
  background: #ea8158;
  height: 4px;
  position: absolute;
  top: 56px;
  left: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#nav ul li.current-menu-item > a {
  color: #fff;
  padding-bottom: 14px;
  border-bottom: 4px solid #ea8158;
}

.menu > li > a {
  font-family: 'FuturaBT-MD', sans-serif;
}

.phone-header {
  float: right;
  padding: 21px 0 0 0;
}

.phone-header a {
  font-size: 28px;
  color: #fff;
}

.phone-header a:hover {
  color: #ea8158;
}

.page:not(.home) #wt_headerWrapper {
  height: 60px;
}

/* ************************** Search Form ********************************** */

.homepage-search-form input {
  width: 100%;
  margin: 10px;
}

.homepage-form-outer {
  background: transparent;
}

.left-inner-addon {
  position: relative;
  margin-bottom: 17px;
}

.left-inner-addon input {
  margin-left: 70px;
  padding-left: 30px;
  background: -webkit-linear-gradient(left, #f7f7f7, #fff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f7f7f7, #fff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f7f7f7, #fff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f7f7f7, #fff);
  /* Standard syntax (must be last) */
  height: 65px;
  font-size: 28px;
  text-transform: uppercase;
  color: #bababa;
  max-width: 880px;
}

.sidebar .left-inner-addon input {
  margin-left: 33px;
  padding-left: 10px;
  height: 34px;
  font-size: 16px;
  width: 89%;
}

.left-inner-addon input:focus {
  border: none;
  box-shadow: none;
}

.left-inner-addon i {
  position: absolute;
  pointer-events: none;
  background: #fff;
  color: #b3b3b3;
  z-index: 1;
  font-size: 42px;
  border-right: 1px solid #ececec;
}

.left-inner-addon button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 10px;
  height: 45px;
  width: 180px;
  border: none;
  background: #ea8158;
  color: #fff;
  text-transform: Uppercase;
  font-size: 19px;
}

.left-inner-addon .glyphicon:empty {
  height: 65px;
  width: 1.7em;
  padding: 3px 0 0 5px;
}

.sidebar .left-inner-addon .glyphicon:empty {
  height: 34px;
  width: 34px;
  padding: 2px;
  font-size: 22px;
}

.right-inner-addon .glyphicon:empty {
  height: 45px;
}

.sidebar .right-inner-addon .glyphicon:empty {
  height: 34px;
}

.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff;
  font-size: 16px;
  padding-right: 48px;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon i {
  position: absolute;
  right: 0;
  padding: 14px;
  margin-right: 22px;
  pointer-events: none;
  border-left: 1px solid #ececec;
  color: #b0b1b2;
}

.sidebar .right-inner-addon i {
  padding: 8px 6px;
}

.row {
  margin-top: 5px;
  margin-bottom: 15px;
}

.sidebar {
  padding-top: 30px;
}

/* ************************* Content ******************************************* */

.serv_detail h3 {
  margin-top: -70px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 15px;
  font-family: 'FuturaBT-BD', sans-serif;
  position: absolute;
  z-index: 10;
}

.serv_detail {
  padding-left: 0;
  padding-right: 0;
}

.wt_section {
  padding-top: 40px;
  padding-bottom: 20px;
}

.wt_section .row {
  margin-bottom: 0;
  margin-top: 0;
}

.intro_box h2 {
  color: #404040;
  font-family: 'FuturaBT-LT', sans-serif;
  font-size: 26px;
}

.intro_box h2 a {
  color: #404040;
}

.intro_box {
  padding: 0;
}

.wt_section_1.wt_section {
  z-index: 5;
}

.title-box {
  padding: 25px 0 15px 0;
}

#prof-title {
  border-bottom: none;
}

#prof-boxes {
  padding: 0 0 15px 0;
}

#team-title {
  padding-top: 42px;
}

#team-title .container {
  width: 100%;
}

.wt_animate {
  padding: 0 0 25px 0;
}

.wt_section p {
  font-family: 'FuturaBT-LT', sans-serif;
  font-size: 26px;
  color: #404040;
  text-align: center;
}

.fullwidth > .container {
  width: 100%;
}

.bordered-sections > div {
  border-top: 1px solid #a7bac0;
  padding: 20px 0;
}

.bordered-sections > div:last-of-type {
  border-bottom: 1px solid #a7bac0;
}

/* Job Listing Page */

.ja-job-list .job {
  border-bottom: 1px solid #c8d6d9;
  padding: 0;
  margin-top: -10px;
}

.ja-job-list .job:last-of-type {
  border: 0;
}

.ja-job-details .meta .classifications li:first-of-type, .ja-job-details .meta .classifications li:nth-of-type(2), .ja-job-list .job .meta .classifications li:nth-of-type(2), .ja-job-list .job .meta .classifications li:first-of-type {
  display: none;
}

.ja-job-details .meta .classifications li, .ja-job-list .job .meta .classifications li {
  padding: 5px 10px;
  width: auto;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'FuturaBT-BD', sans-serif;
  min-width: 140px;
  text-align: center;
  font-size: 13px;
}

.ja-job-details .meta .classifications, .ja-job-list .job .meta .classifications {
  margin: 15px 0;
}

.ja-job-details .meta .classifications li:nth-of-type(3), .ja-job-list .job .meta .classifications li:nth-of-type(3) {
  background: #eb8158;
  margin-right: 10px;
}

.ja-job-details .meta .classifications li:nth-of-type(3).international, .ja-job-list .job .meta .classifications li:nth-of-type(3).international {
  background: #80c7dd;
}

.ja-job-details .meta .classifications li:nth-of-type(4), .ja-job-list .job .meta .classifications li:nth-of-type(4) {
  background: #848c8e;
}

.ja-job-list .job .meta .date-posted {
  text-transform: uppercase;
  font-family: 'FuturaBT-BD', sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
  color: #2d373c;
}

.ja-job-list .job .meta .date-posted:before {
  content: 'Listed ';
}

.ja-job-list .job .summary {
  font-family: 'FuturaBT-BK', sans-serif;
  font-size: 19px;
  color: #2d373c;
}

.ja-job-list .job .view-details {
  text-transform: uppercase;
  font-family: 'FuturaBT-BD', sans-serif;
  color: #eb8158;
  font-size: 19px;
}

.sidebar label {
  display: none;
}

.job-listing-page h1 {
  font-family: 'FuturaBT-LT', sans-serif;
  font-size: 42px;
  color: #404041;
}

.job-listing-page .title {
  margin: 0;
  text-align: left;
}

.ja-job-list .job .title a {
  font-family: 'FuturaBT-MD', sans-serif;
  font-size: 23px;
  color: #414546;
  text-align: left;
  text-transform: uppercase;
}

.ja-pager {
  text-align: center;
  line-height: 48px;
}

.ja-pager span, .ja-pager a {
  font-family: 'FuturaBT-MD', sans-serif;
  font-size: 18px;
  color: #414546;
  width: 48px;
  height: 48px;
  border: 1px solid #ececec;
  display: inline-block;
  margin: 0 5px;
  background: #fff;
}

.ja-pager .current-page {
  color: #eb8158;
}

.pagination-row {
  text-align: center;
}

.job-listing-page {
  /* background: -webkit-linear-gradient(#aee4f0, #fff);
  background: -moz-linear-gradient(#aee4f0, #fff);
  background: -o-linear-gradient(#aee4f0, #fff);
  background: linear-gradient(#aee4f0, #fff); */
}

.page-template-template_able-home .homepage-form-outer {
  background: #c7eaf4;
  background: -webkit-linear-gradient(#90d2e9, #c7eaf4);
  background: -moz-linear-gradient(#90d2e9, #c7eaf4);
  background: -o-linear-gradient(#90d2e9, #c7eaf4);
  background: linear-gradient(#90d2e9, #c7eaf4);
}

.intro_box h2.global-team {
  padding-top: 15px;
  margin-bottom: 4px;
}

.ja-job-list-container .prev-page, .ja-job-list-container .next-page {
  text-transform: uppercase;
  font-family: 'FuturaBT-BD', sans-serif;
  font-size: 19px;
}

.page-template-default .intro_text {
  margin-left: 12px;
}

@media only screen and (min-width: 992px) {
  .job-listing-page {
    min-height: 1000px;
  }

  .container {
    width: 900px;
  }

  .ja-job-search.col-md-4.sidebar {
    padding-top: 8px;
  }

  #jobs-finish {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 970px;
  }

  .able-main-address {
    min-height: 96px;
  }
}

.ja-jobs-widget .form-wrapper h1, .ja-jobs-widget .title {
  font-family: 'FuturaBT-LT', sans-serif;
  font-size: 38px;
  color: #404041;
  text-transform: uppercase;
}

.ja-job-details .bullet-points {
  font-family: 'FuturaBT-BK', sans-serif;
  font-size: 20px;
  color: #414546;
}

.ja-job-details .description {
  font-family: 'FuturaBT-BK', sans-serif;
  font-size: 18px;
  color: #2d373c;
}

.ja-job-details .description strong {
  font-family: 'FuturaBT-LT', sans-serif;
  font-size: 23px;
}

.ja-job-apply .ja-submit a, .ja-job-apply .ja-submit input, .ja-job-details .apply a, .ja-job-details .apply input {
  font-family: 'FuturaBT-BD', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  height: 36px;
  line-height: 36px;
}

.ja-job-apply .ja-submit input, .ja-job-details .ja-button {
  background: #eb8158;
  float: right;
}

.ja-job-apply .ja-submit .back-link, .ja-job-details .back-link {
  background: #848c8e;
  padding: 8px 10px;
}

.ja-job-apply .ja-form {
  margin-top: 20px;
}

/* Footer */

.footer-bg {
  height: 438px;
  background: url('images/footer-magnet.png') no-repeat, linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.page-template-template_contact .footer-bg {
  height: 574px;
}

.page-template-template_contact .footer-bg {
  background: url('images/footer-smoke.gif') no-repeat 0 16px, linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.page-template-template_left_sidebar_crane .footer-bg, .page-template-template_left_sidebar_parachute .footer-bg {
  background: url('images/footer.png') no-repeat, linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.page-template-template_left_sidebar_crane #wt_footerWrapper {
  margin-top: -280px;
}

.page-template-template_left_sidebar .footer-bg {
  margin-top: -50px;
  background: url("images/footer.png") no-repeat, linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.background-fade {
  /*
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  */
  height: 250px;
  margin-top: -250px;
  display: none;
}

.home .footer-bg {
  background: url('images/footer.png') no-repeat center top, linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  background-size: 1920px 438px;
  height: 438px;
}

#wt_footer {
  background: #404041;
  padding: 40px 0;
  margin-top: 0;
}

.wt_footer_col.col-lg-9 {
  text-align: right;
}

#wt_footerWrapper .widgettitle {
  font-family: 'FuturaBT-MD', sans-serif;
  border: 0;
}

#wt_footerWrapper .widgettitle span:after {
  border: 0;
}

#wt_footerWrapper .wt_contactInfo i {
  display: none;
}

#wt_footerWrapper .wt_contactPhone {
  font-size: 28px;
  font-family: 'FuturaBT-MD', sans-serif;
  color: #fff;
}

#wt_footerWrapper .textwidget p {
  font-size: 14px;
  font-family: 'FuturaBT-BK', sans-serif;
  color: #fff;
}

/* ******************************** Media Queries **************************************** */

@media only screen and (min-width: 992px) {
  .page-template-template_left_sidebar_crane #wt_content .container {
    width: 850px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3.salary {
    margin-top: -235px !important;
    margin-left: 22px !important;
    margin-right: 5px;
    width: 100%;
  }

  h3.our-values {
    margin-top: -235px !important;
    margin-left: 136px !important;
    margin-right: 0;
  }

  h3.property-industry {
    margin-top: -266px;
    margin-left: -16px;
    margin-right: 0;
    width: 100%;
    padding-top: 23px;
  }

  h3.interview-tips {
    padding-right: 101px;
    margin-left: 11px;
    font-family: 'FuturaBT-BD', sans-serif;
    width: 100%;
    padding-top: 20px;
  }

  h3.submit-cv {
    width: 100%;
    margin-top: -53px !important;
    margin-left: 40px !important;
  }

  h3.working-overseas {
    padding-right: 0;
    margin: -54px 9px 0 6px;
    padding-top: 20px;
  }

  h3.executive-research {
    padding-right: 0;
    margin: -59px 0 0 -16px;
    width: 100%;
    padding-top: 23px;
  }

  h3.process-outsourcing {
    padding-right: 0;
    margin: -55px 0 -13px -4px;
  }

  .recent-jobs-feed {
    height: 226px !important;
  }

  .home .recent-jobs-feed h3 {
    padding: 10px 0 7px 1.5em !important;
  }
}

@media only screen and (min-width: 1200px) {
  .page-template-template_left_sidebar_crane #wt_content .container {
    width: 970px;
  }

  .homepage-search-form .col-lg-3, .homepage-search-form .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .homepage-form-outer .row {
    padding-left: 8px;
  }

  .wt_section_1 .container .row .col-lg-4 {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  #wt_topWidgetWrapper {
    height: 175px;
  }

  .logo-wrapper {
    padding-top: 40px;
  }

  .left-inner-addon input {
    max-width: 870px;
  }

  .homepage-search-form .col-lg-3, .homepage-search-form .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .homepage-form-outer .row {
    padding: 8px;
  }

  .serv_detail h3 {
    margin-top: -70px;
    padding-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    margin-right: 3px;
  }

  header .widget_contact_info p {
    font-size: 22px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .csstransforms3d .show_responsive_nav #wt_responsive_nav_wrap, #wt-responsive-nav li.menu-item a {
    background-color: #404041;
    color: #fff;
    text-transform: uppercase;
  }

  #wt_responsive_nav_wrap {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .team-row p, .team-row h3 {
    text-align: center !important;
  }

  #responsive_nav_hide {
    border: none !important;
  }

  #wt-responsive-nav .current_page_item > a, #wt-responsive-nav li.menu-item > a:hover, #wt-responsive-nav li.menu-item > a.active, #wt-responsive-nav li.menu-item.current_page_item > a {
    background-color: #eb8255;
  }

  .job-listing-page .left-inner-addon input {
    max-width: 707px;
    width: 100%;
  }

  .left-inner-addon input {
    max-width: 650px;
  }

  .small_device_active #responsive_nav_open {
    display: none;
  }

  .phone-header {
    float: left;
  }

  .homepage-search-form .col-lg-3, .homepage-search-form .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .homepage-form-outer .row {
    padding: 8px;
  }

  .serv_detail h3 {
    margin-top: -70px;
    padding-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-template-template_job_listing #introType {
    display: none;
  }

  .page-template-template_job_listing #wt_headerWrapper {
    height: 0 !important;
  }

  .page-template-template_job_listing .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .responsive #nav ul {
    visibility: visible;
  }

  .small_device_active #nav {
    display: inherit;
  }

  #nav #menu-menu-1 .firstItem {
    display: none;
  }

  #nav ul > li > a {
    margin: 0 20px 0 0;
  }

  #wt_topWidgetWrapper {
    height: 175px;
  }

  #wt_header {
    height: 60px;
  }

  #headerWidget .widget {
    margin-top: 15px !important;
  }

  .job-listing-page {
    margin-top: -5px;
  }

  .recent-jobs-feed {
    height: 184px;
  }

  .home .recent-jobs-feed h3 {
    padding: 9px 0 5px 1.5em;
  }

  .recent-jobs-feed li {
    max-height: 42px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #wt_responsive_nav_wrap {
    padding-top: 60px;
  }

  .responsive_nav_open {
    display: block;
  }

  .small_device_active #responsive_nav_open {
    display: block;
  }

  .responsive #nav ul {
    visibility: hidden;
  }

  .small_device_active #nav {
    display: none;
  }

  #wt_headerWrapper, #wt_topWidget, #headerWidget, .no-mobile, .logo, .jid, .reference {
    display: none;
  }

  .left-inner-addon input {
    max-width: 580px;
  }

  #wt_topWidgetWrapper {
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: 0;
  }

  .fixed-header-wrapper {
    background: #404041;
    border-bottom: 1px solid #58585a;
    height: 60px;
    width: 100%;
  }

  .logo-wrapper, .homepage-search-form, .header-bg-wrapper, .header-plane-wrapper {
    display: none;
  }

  .mobile-header {
    background: #404041;
    margin-top: 60px;
  }

  #responsive_nav_open:hover, #responsive_nav_hide:hover {
    background: #ea8158;
  }

  #responsive_nav_open {
    background: #404041;
    border: 0;
  }

  .mobile-logo {
    width: 60%;
    text-align: center;
    display: block;
  }

  .mobile-logo img {
    padding: 30px;
  }

  #responsive_nav_open, #responsive_nav_hide {
    position: fixed;
    top: 6px;
    margin: 0;
    right: 15px;
    display: block;
  }

  #responsive_nav_open i:before, #responsive_nav_hide i:before {
    color: #8e8e8e;
  }

  .responsive #wt_topWidgetWrapper {
    max-height: 60px;
  }

  .home.page .wt_section {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .home.page .mobile-only .btn-primary {
    width: 90%;
    text-transform: uppercase;
    font-family: 'FuturaBT-BD', sans-serif;
    font-size: 6vw;
    color: #fff;
  }

  .home-nav-btns a {
    margin: 5px 0;
  }

  .home-nav-btns > div {
    text-align: center;
  }

  .container.fullwidth {
    padding: 0;
  }

  .home-nav-btns {
    /*background: -webkit-linear-gradient(#aee4f0, #f6fbff);
    background: -moz-linear-gradient(#aee4f0, #f6fbff);
    background: -o-linear-gradient(#aee4f0, #f6fbff);
    background: linear-gradient(#aee4f0, #f6fbff);
*/
background: -webkit-linear-gradient(#aee4f0, #ffffff);
    background: -moz-linear-gradient(#aee4f0, #ffffff);
    background: -o-linear-gradient(#aee4f0, #ffffff);
    background: linear-gradient(#aee4f0, #ffffff);
    padding-top: 40px;
  }

  .home-nav-btns .btn {
    background: url('images/nav-btn-bg.png');
  }

  #wt_footer > .container {
    background: #3f3f41;
  }

  .page #wt_footer {
    text-align: center;
    padding: 0;
  }

  #wt_footer .row {
    padding: 20px 0;
  }

  .mobile-footer-nav {
    margin-top: 20px;
  }

  .page .footer-bg {
    background: url('images/footer-mobile.png') no-repeat, linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background-size: initial;
    height: 393px;
  }

  .footer-phone a {
    font-family: 'FuturaBT-LT', sans-serif;
    font-size: 7vw;
    color: #fff;
  }

  .footer-phone {
    border-bottom: 1px solid #4f4f51;
    padding-bottom: 15px;
  }

  #wt_footer .footer-nav {
    border-bottom: 1px solid #4f4f51;
    padding: 0;
    margin: 0;
  }

  .footer-nav a {
    font-family: 'FuturaBT-BK', sans-serif;
    font-size: 6vw;
    color: #fff;
    opacity: .25;
    width: 100%;
    padding: 15px;
  }

  .footer-nav td:first-of-type {
    border-right: 1px solid #4f4f51;
  }

  .mid-contact {
    font-family: 'FuturaBT-MD', sans-serif;
    font-size: 5vw;
    color: #404041;
  }

  .mid-contact .phone {
    font-family: 'FuturaBT-BD', sans-serif;
    font-size: 10vw;
  }

  .footer-place {
    font-family: 'FuturaBT-BD', sans-serif;
    font-size: 20px;
    color: #7ec8ef;
    padding-top: 15px;
  }

  .bottom-footer td {
    padding: 15px;
  }

  .bottom-footer .copyright {
    font-family: 'FuturaBT-MD', sans-serif;
    font-size: 2.5vw;
    color: #fff;
    opacity: .25;
  }

  .bottom-footer .arcadian-link {
    font-family: 'FuturaBT-MD', sans-serif;
    font-size: 2.5vw;
    color: #fff;
    opacity: .4;
  }

  .mid-contact img {
    width: 10%;
    margin-bottom: 10px;
  }

  #tinderslide .job-title {
    font-size: 18px;
  }

  #tinderform input[type="submit"] {
    z-index: 1;
    top: 0;
    right: 0;
    height: 45px;
    width: 140px;
    border: none;
    background: #ea8158;
    color: #fff;
    text-transform: Uppercase;
    font-size: 19px;
  }

  #tinderform .orangey {
    margin-right: 10px;
    font-size: 26px;
    line-height: 19px;
  }

  #tinderform input[type="text"], #tinderform input[type="email"] {
    width: 100%;
  }

  #wt_content {
    padding-top: 15px;
  }

  .page-template-template_left_sidebar_parachute #wt_content .container, .page-template-template_left_sidebar_crane #wt_content .container, .page-template-template_left_sidebar #wt_content .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-template-template_left_sidebar_parachute #wt_content, .page-template-template_left_sidebar_crane #wt_content, .page-template-template_left_sidebar #wt_content {
  padding-top: 0;
}

.parachute {
  display: none;
  position: absolute;
  width: 200px;
  right: 50px;
  top: 100px;
  z-index: 30;
}

.parachute-candidate {
  display: none;
  position: absolute;
  z-index: 30;
  width: 200px;
}

.parachute-candidate-1 {
  left: 50px;
  -webkit-animation: float 2s infinite;
  -moz-animation: float 2s infinite;
  animation: float 2s infinite;
}

.parachute-candidate-2 {
  right: 50px;
  top: 50px;
  -webkit-animation: float 4s infinite;
  -moz-animation: float 4s infinite;
  animation: float 5s infinite;
}

.parachute-candidate-3 {
  right: 50px;
  top: 450px;
  -webkit-animation: float 6s infinite;
  -moz-animation: float 6s infinite;
  animation: float 6s infinite;
}

@-webkit-keyframes float {
  0% {
    right: 80px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 80px;
  }
}

@-moz-keyframes float {
  0% {
    right: 80px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 80px;
  }
}

@keyframes float {
  0% {
    right: 80px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 80px;
  }
}

.recent-jobs-feed p {
  display: none;
}

.home .recent-jobs-feed h3, .sidebar .recent-jobs-feed h3 {
  margin-top: 0;
  font-family: 'FuturaBT-MD', sans-serif;
  font-size: 18px;
  text-align: left;
  line-height: 18px;
  padding: 12px 0 10px 1.5em;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}

.recent-jobs-feed {
  background: #429fc1;
  height: 257px;
  margin-bottom: 14px;
}

.recent-jobs-feed li {
  list-style-type: none !important;
  border-bottom: 1px solid #65b2ce !important;
  border-top: none !important;
  text-indent: -1.5em !important;
  padding: 2px 1.5em 2px 3.5em !important;
  margin: 0 !important;
  line-height: 17px !important;
}

.recent-jobs-feed li:first-of-type {
  border-top: 1px solid #65b2ce !important;
}

.recent-jobs-feed li a {
  font-family: 'FuturaBT-BK', sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #fff !important;
}

.recent-jobs-feed li:last-of-type a {
  font-family: 'FuturaBT-MD', sans-serif;
}

.recent-jobs-feed li:last-of-type {
  border: 0;
}

.recent-jobs-feed li:before {
  content: '›';
  color: #fff;
  font-size: 24px;
  font-family: 'FuturaBT-MD', sans-serif;
  padding-right: 14px;
}

.recent-jobs-feed ul {
  margin: 0;
}

.able-map {
  height: auto;
}

.able-map-header {
  font-family: 'FuturaBT-LT', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
}

.able-main-address {
  font-size: 15px;
}

.able-maps {
  color: #fff;
}

.address-phone > p {
  display: inline-block;
  margin-bottom: 0;
}

.address-phone > div {
  font-family: 'FuturaBT-BD', sans-serif;
  min-width: 70px;
  display: inline-block;
}

.address-email a {
  color: #fff;
  font-weight: bold;
}

.map-text-wrapper {
  background: #747779;
  padding: 20px;
  min-height: 200px;
}

@media only screen and (min-width: 992px) {
  .map-text-wrapper {
    min-height: 250px;
  }
}

@media only screen and (min-width: 1150px) {
  .sidebar-page-crane {
    background: transparent url('images/build-careers-bg-long.png') no-repeat 99% 0;
    background-size: 258px;
    background-position-y: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .map-text-wrapper {
    min-height: 220px;
  }
}

.address-phone, .address-1 {
  margin-bottom: 20px;
}

.address-phone {
  position: absolute;
  bottom: 35px;
}

.address-email {
  position: absolute;
  bottom: 30px;
}

#introType h1 {
  font-size: 32px;
  font-family: 'FuturaBT-LT', sans-serif;
  color: #404041;
  text-transform: uppercase;
  min-height: 42px;
}

#intro {
  border: 0;
  background: none;
}

#intro .container {
  padding-left: 0;
}

.sidebar h3 {
  font-size: 23px;
  text-transform: uppercase;
  color: #575758;
  font-family: 'FuturaBT-MD', sans-serif;
}

.sibling-pages {
  margin-left: 0;
}

.page-template-template_left_sidebar_parachute .sidebar li, .page-template-template_left_sidebar_crane .sidebar li, .page-template-template_left_sidebar .sidebar li {
  list-style-type: none;
  border-top: 1px solid #d4dfe3;
  line-height: 22px;
  margin: 0;
  padding: 5px 0;
}

.page-template-template_left_sidebar_parachute .sidebar li:last-of-type, .page-template-template_left_sidebar_crane .sidebar li:last-of-type, .page-template-template_left_sidebar .sidebar li:last-of-type {
  /*  border-bottom: 1px solid #d3dfe3;*/
}

.sibling-pages .page_item_has_children li:last-of-type {
  border-bottom: none;
}

.page-template-template_left_sidebar_parachute .job-feed-white li:before, .page-template-template_left_sidebar_crane .job-feed-white li:before, .page-template-template_left_sidebar .job-feed-white li:before, .sibling-pages .fa-angle-right:before {
  font-family: 'FuturaBT-BD', sans-serif;
  font-size: 22px;
  content: '›';
}

.page-template-template_left_sidebar_parachute .job-feed-white li:before, .page-template-template_left_sidebar_crane .job-feed-white li:before, .page-template-template_left_sidebar .job-feed-white li:before {
  padding-right: 14px;
}

.page-template-template_left_sidebar_parachute .job-feed-white li:before, .page-template-template_left_sidebar_crane .job-feed-white li, .page-template-template_left_sidebar .job-feed-white li {
  text-indent: -1.5em;
  padding: 2px 0.5em 2px 1.5em;
}

.page-template-template_left_sidebar_crane .sidebar li a, .page-template-template_left_sidebar .sidebar li a, .sidebar-page-parachute .sidebar li a {
  font-family: 'FuturaBT-MD', sans-serif;
  font-size: 16px;
  color: #404041;
}

.sibling-pages .current_page_item > a {
  font-family: 'FuturaBT-BD', sans-serif;
  color: #ea8158;
}

.sibling-pages .current_page_item .fa-angle-right:before {
  color: #ea8158;
}

#nav ul:not(.wt_megamenu) ul.sub-menu li {
  background-color: #4e4e4f;
  border-color: #575758;
}

#nav ul ul.sub-menu li a, #nav ul ul.children li a {
  font-size: 16px;
  color: #fff;
  text-transform: none;
  margin-right: 0;
}

#nav ul ul.sub-menu, #nav ul ul.sub-menu li ul.sub-menu, #nav ul ul.children, #nav ul ul.children li ul.children {
  width: 344px;
}

@media only screen and (min-width: 1201px) {
  /* Position Home tiles headers in top right*/
  h3.salary {
    margin-top: -241px;
    margin-left: 127px;
    margin-right: 0px;
  }

  h3.our-values {
    margin-top: -241px;
    margin-left: 177px;
    margin-right: 0;
  }

  h3.property-industry {
    margin-top: -241px;
    margin-left: 22px;
    margin-right: 0;
  }

  h3.interview-tips {
    margin-top: -241px;
    padding-right: 0;
    margin-left: 115px;
    font-family: 'FuturaBT-BD', sans-serif;
  }

  h3.submit-cv {
    padding-right: 0;
    margin: -241px 0 0 169px;
  }

  h3.working-overseas {
    padding-right: 0;
    margin: -241px 8px 10px 57px;
  }

  h3.executive-research {
    padding-right: 0;
    margin: -241px 0 0 51px;
  }

  h3.process-outsourcing {
    padding-right: 0;
    margin: -241px 0 -13px 114px  }

    .home img.aligncenter {
    display: block;
    margin: 2px auto 0px !important;
    text-align: center;
}
.home .wt_services {
    margin-bottom: 14px;
}

.home p.vignette {
    margin-bottom: 0;
    }
    .home .wt_services >p{
      margin-bottom: 0;
    }

  .background-fade {
    display: block;
  }

  .sidebar-image h3 {
    margin-top: -251px;
  }

  .sidebar-page-crane #wt_containerWrapper {
    min-height: 1150px;
  }

  .sidebar-page #wt_containerWrapper {
    min-height: 970px;
    background: none;
  }

  .sidebar-page-crane {
    background: transparent url('images/build-careers-bg-long.png') no-repeat 98% 0;
    background-size: 321px;
    background-position-y: -199px;
  }
}

@media only screen and (min-width: 1024px) {
  .sidebar-page-crane #wt_containerWrapper {
    background: url('images/girder-bg.png') no-repeat -5% 0;
    background-size: 134px;
  }

  .sidebar-page-crane .homepage-form-outer {
    background: url('images/girder-bg.png') no-repeat -5% -57px;
    background-size: 134px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  #wt_main {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1250px) {
  .sidebar-page-crane #wt_containerWrapper {
    background: url('images/girder-bg.png') no-repeat 2px 0;
    background-size: 134px;
  }

  .sidebar-page-crane .homepage-form-outer {
    background: url('images/girder-bg.png') no-repeat 2px 0;
    background-position: 2px -57px;
    background-size: 134px;
  }
}

@media only screen and (min-width: 1450px) {
  .sidebar-page-crane #wt_containerWrapper {
    background-position: 100px -99px;
    background-size: 134px;
  }

  .sidebar-page-crane .homepage-form-outer {
    background: url('images/girder-bg.png') no-repeat 2px 0;
    background-position: 100px -47px;
    background-size: 134px;
  }
}

#nav ul ul.sub-menu li:hover > a, #nav ul ul.children li:hover > a {
  background: #fff;
  color: #4e4e4f;
}

.is-sticky #wt_header {
  opacity: 1;
}

.logos-community {
  display: inline-block;
}

.logos-community li {
  float: left;
  display: block;
  position: relative;
  list-style-type: none;
  margin: 10px;
  height: 127px;
  width: 127px;
}

p.vignette {
  position: relative;
}

.serv_detail a {
  display: block;
}

p.vignette img {
  display: block;
}

p.vignette:after {
  -moz-box-shadow: inset 0 0 10vw #666;
  -webkit-box-shadow: inset 0 0 10vw #666;
  box-shadow: inset 0 0 10vw #666;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}

#wt_main ol, #wt_main ul {
  font-family: 'FuturaBT-LT', "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #2d373c;
}

.page-template-template_left_sidebar_parachute .sidebar, .page-template-template_left_sidebar_crane .sidebar {
  float: left;
}

.page-template-template_left_sidebar_parachute #wt_main, .page-template-template_left_sidebar_crane #wt_main {
  float: right;
}

.gray-image {
  /*noinspection CssInvalidFunction*/
  -webkit-filter: opacity(0.4);
}

.meet_team {
  text-align: center;
}

.meet_team img {
  display: inline-block;
  margin: 0 10px;
}

@keyframes smokeUp {
  0% {
    left: 400px;
    top: 75%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, .5, 1);
  }
  100% {
    left: 100%;
    top: 0;
    -webkit-transform: scale3d(10, 10, 1);
    transform: scale3d(10, 10, 1);
  }
}

@-webkit-keyframes smokeUp {
  0% {
    left: 400px;
    top: 75%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, .5, 1);
  }
  100% {
    left: 100%;
    top: 0;
    -webkit-transform: scale3d(10, 10, 1);
    transform: scale3d(10, 10, 1);
  }
}

@-moz-keyframes smokeUp {
  0% {
    left: 400px;
    top: 75%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, .5, 1);
  }
  100% {
    left: 100%;
    top: 0;
    -webkit-transform: scale3d(10, 10, 1);
    transform: scale3d(10, 10, 1);
  }
}

@-o-keyframes smokeUp {
  0% {
    left: 400px;
    top: 80%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, .5, 1);
  }
  100% {
    left: 100%;
    top: 0;
    -webkit-transform: scale3d(10, 10, 1);
    transform: scale3d(10, 10, 1);
  }
}

/* Fix Drop down Menu Cut Off.*/

@media only screen and (min-width: 767px) {
  #wt_page {
    overflow: visible;
    background: -webkit-linear-gradient(#aee4f0, #fff);
    background: -moz-linear-gradient(#aee4f0, #fff);
    background: -o-linear-gradient(#aee4f0, #fff);
    background: linear-gradient(#aee4f0, #fff);
  }

  #wt_containerWrapper, #wt_containerWrapper.wt_section {
    background-color: transparent !important;
  }

  img.alignright.profile-photo {
    margin-top: -42px !important;
  }

  #introType h1.team-member-name {
    min-height: 42px;
  }

  .smoke {
    position: absolute;
    left: 510px;
    bottom: 500px;
    width: 25px;
    -webkit-animation: smokeUp 6s infinite ease-in-out;
    -moz-animation: smokeUp 6s infinite ease-in-out;
    -o-animation: smokeUp 6s infinite ease-in-out;
    animation: smokeUp 6s infinite ease-in-out;
  }
}

@media only screen and (max-width: 991px) {
  .recent-jobs-feed {
    height: 184px;
  }

  .home .recent-jobs-feed h3 {
    padding: 9px 0 5px 1.5em;
  }

  .recent-jobs-feed li {
    max-height: 42px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .map-text-wrapper {
    padding: 10px;
  }

  .able-map-header {
    font-size: 6vw;
  }

  .address-phone, .address-1 {
    margin-bottom: 0;
  }

  .map-text-wrapper {
    min-height: 190px;
  }

  .address-phone {
    position: absolute;
    bottom: 53px;
  }
}

@media only screen and (max-width: 468px) {
  .able-main-address {
    min-height: 144px;
  }

  .map-text-wrapper {
    padding: 10px;
  }

  .able-map-header {
    font-size: 6vw;
  }

  .address-phone, .address-1 {
    margin-bottom: 0;
  }

  .map-text-wrapper {
    min-height: 237px;
  }

  .address-phone {
    position: absolute;
    bottom: 50px;
    font-size: 13px;
  }

  .address-email {
    position: absolute;
    bottom: 0;
    height: 45px;
    font-size: 11px;
  }
}

#wt_sidebar .fa.fa-angle-right {
  float: left;
}

.wpcf7-submit {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #fff;
  background: #e74c3c none;
  width: auto;
}

input[type="text"], input[type="email"] {
  padding: 10px;
}

#carousel div {
  float: left;
}

#wrapper {
  background-color: #fff;
  width: 100%;
  height: 50%;
  margin-top: -1px;
  left: 0;
  top: 50%;
}

#carousel div {
  text-align: center;
  width: 200px;
  height: 130px;
  float: left;
  position: relative;
}

#carousel div img {
  border: none;
  height: 130px;
}

#carousel div span {
  display: none;
}

#carousel div:hover span {
  background-color: #333;
  color: #fff;
  font-family: Arial, Geneva, SunSans-Regular, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  width: 100px;
  padding: 2px 0;
  margin: 0 0 0 -50px;
  bottom: 30px;
  left: 50%;
  border-radius: 3px;
}

.is-sticky #nav ul > li > a {
  padding-bottom: 19px;
}

.able-map-header.location {
  font-size: 16px;
  font-weight: bold;
}

.footer-social-link-outer {
  width: 88px;
  float: right;
  padding-bottom: 6px;
}

.footer-social-link-outer a {
  float: left;
  padding-left: 10px;
}

#contact_info-5 {
  margin-bottom: -10px;
}

.lightning-wrapper {
  display: none;
  position: absolute;
  left: 0;
}

.lightning-wrapper img {
  height: 40px;
}

#bolt_1 {
  bottom: 650px;
}

#bolt_2 {
  bottom: 500px;
}

.lightning1 {
  animation: zap-left-to-right 4s infinite ease-in-out;
}

.lightning2 {
  animation: zap-left-to-right2 4s infinite ease-in-out;
}

@keyframes zap-left-to-right {
  0% {
    left: 0;
  }
  100% {
    left: 52%;
  }
}

@keyframes zap-left-to-right2 {
  0% {
    left: 0;
  }
  100% {
    left: 49%;
  }
}

.fa-3 {
  font-size: 3em;
}

.fa-2 {
  font-size: 2em;
}

.fa-4 {
  font-size: 4em;
}

.client-logos li {
  margin: 5px;
  float: left;
}

.client-logos {
  list-style: none;
}

#tinderform input[type="text"], input[type="email"] {
  color: #333;
}

/* IE Hacks*/

.right-inner-addon i {
  display: none \9 !important;
  display: none \0 !important;
}

.form-control {
  padding-right: 18px \9 !important;
  padding-right: 18px \0 !important;
}

.page-template-template_left_sidebar img {
  width: 200px;
}

.page-template-template_left_sidebar h3, .profile p {
  font-family: FuturaBT-MD, sans-serif;
}

.news-scroll-wrapper {
background: -moz-linear-gradient(left,  rgba(64,64,65,1) 0%, rgba(142,137,137,0.74) 26%, rgba(168,220,240,0) 100%);
background: -webkit-linear-gradient(left,  rgba(64,64,65,1) 0%,rgba(142,137,137,0.74) 26%,rgba(168,220,240,0) 100%);
background: linear-gradient(to right,  rgba(64,64,65,1) 0%,rgba(142,137,137,0.74) 26%,rgba(168,220,240,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#00a8dcf0',GradientType=1 );
color: #fff;
}

@media (max-width: 767px) {
  .home #containerWrapp {
    display: none;
  }

  .news-scroll-wrapper {
    display: none;
  }

  .mobile-only .news-scroll-wrapper {
    display: block;
  }

  .our-team-exp-container > div {
    border-bottom: 1px solid #a7bac0;
  }

  .our-team-exp-container h2 {
    text-align: center;
    color: #404040;
    font-family: 'FuturaBT-LT', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .mobile-only .news-feed-mobile-container .caroufredsel_wrapper{
    overflow: hidden;
    max-height: 42px;
  }

  #news-scroll-mobile div {
    text-align: center;
    width: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    right: 0;
  }
  #news-scroll-mobile div,
  #news-scroll-mobile a {
      margin-left: -8px;
    color: #333 !important;
  }

  #carousel-mobile div {
    float: left;
  }

  #carousel-mobile div {
    text-align: center;
    width: 200px;
    height: 130px;
    float: left;
    position: relative;
  }

  #carousel-mobile div img {
    border: none;
    height: 130px;
  }

  #carousel-mobile div span {
    display: none;
  }

  #carousel-mobile div:hover span {
    background-color: #333;
    color: #fff;
    font-family: Arial, Geneva, SunSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    width: 100px;
    padding: 2px 0;
    margin: 0 0 0 -50px;
    bottom: 30px;
    left: 50%;
    border-radius: 3px;
  }

  #carousel-mobile div {
    width: 100px;
    margin: 0 25px -5px;
  }

  #carousel-mobile img {
    width: auto;
    height: 90px !important;
  }
}

#news-scroll div {
  text-align: center;
  width: auto;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
  right: 0;
}
#news-scroll div,
#news-scroll a {
    margin-left: -8px;
  color: #333 !important;
}

.news-scroll-wrapper {
  position: relative;
}

.news-cloak {
  position: absolute;
  z-index: 90;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
}

.single-post .wt_section p {
  text-align: left;
  font-size: 15px;
}

.single-post #wt_content {
  padding-top: 0;
}

.single-post #intro {
  padding-top: 40px;
}

.news-feed-post {
  margin-top: 30px;
}

.single-post #intro .container,
.single.single-post .blogEntry{
      padding-left: 15px;
}

.wt_services a p {
  margin-bottom: 0;
}


.page-template-template_left_sidebar img {
  width: auto;
}

.ja-jobs-container .left-inner-addon input {
  max-width: 100%;
  margin-left: 0;
  padding-left: 90px;
}

.ja-jobs-container .left-inner-addon i {
  background: #eb8158;
  color: #fff;
}

.ja-jobs-container {
  padding-top: 40px;
}

.page-template-template_job_listing .recent-jobs-feed h3 {
  padding: 10px 0 7px 1.5em !important;
}

@media only screen and (max-width: 767px) {

  .page-template-template_job_listing h3.interview-tips {
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
  }

  .ja-jobs-container {
    /*background: -webkit-linear-gradient(#aee4f0, #f6fbff);
    background: -moz-linear-gradient(#aee4f0, #f6fbff);
    background: -o-linear-gradient(#aee4f0, #f6fbff);
    background: linear-gradient(#aee4f0, #f6fbff);
  */
    background: -webkit-linear-gradient(#aee4f0, #ffffff);
    background: -moz-linear-gradient(#aee4f0, #ffffff);
    background: -o-linear-gradient(#aee4f0, #ffffff);
    background: linear-gradient(#aee4f0, #ffffff);
  }

  .ja-jobs-container .left-inner-addon .glyphicon:empty {
    height: 46px;
    padding: 7px 4px;
  }

  .ja-jobs-container .left-inner-addon input {
    height: 46px;
  }

  .ja-jobs-container .left-inner-addon i {
    font-size: 24px;
  }

  .ja-jobs-container .left-inner-addon button {
    width: 100%;
    margin: 0;
  }

  .ja-job-search {
    padding-bottom: 30px;
  }

  .ja-job-list .job {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ja-job-details {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }

  #recent-jobs-feed,
  #ja-jobs-listing-images {
    margin-top: 15px;
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
}

@media only screen and (min-width: 767px) {
  .ja-job-search {
    padding: 0;
    margin-bottom: 20px;
  }
}

#no_jobs {
  float: left;
}

.news-scroll-wrapper .caroufredsel_wrapper {
  width: 100vw !important;
}
