/**
 ** SW theme skin css
 **
 **/
/**
 ** Bootstrap Overrides 
 **/
.container {
  width: 1216px !important;
  max-width: 100%;
  padding: 0 8px; }

.row {
  margin: 0;
  clear: both; }

/**
 ** Body
 **/
body {
  font-size: 16px;
  font-family: "titillium_weblight";
  max-width: 2560px;
  margin: 0 auto; }

#page.site {
  overflow: hidden; }
  #page.site .wrap {
    position: relative; }

#primary:after {
  content: "";
  display: block;
  float: none;
  clear: both; }

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
label {
  font-weight: normal; }

b,
strong {
  font-family: "titillium_websemibold"; }

.sr-only,
.screen-reader-text {
  display: none; }

a {
  outline: none !important; }

.content-main {
  background-color: #FFFFFF;
  color: #20221D; }

body.front-page .sw-section .layout-content .container,
body.front-page .content-main > .container {
  position: relative;
  z-index: 3; }

/**
 ** Navigations
 **/
.header-navigation .ubermenu.ubermenu-main {
  z-index: auto; }

.header-navigation ul.ubermenu-nav,
.primary-links-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  	/*>li.ubermenu-current-menu-item,
  	>li.current-menu-item {
  		>a{
  			color: $white;
  		}
  
  		>a:before{
  			height: 100%;
  			opacity: 1;
  		}
  	}*/ }
  .header-navigation ul.ubermenu-nav > li,
  .primary-links-menu > li {
    display: block;
    float: left; }
    .header-navigation ul.ubermenu-nav > li > a,
    .primary-links-menu > li > a {
      color: #20221D;
      display: block;
      text-transform: uppercase;
      font-size: 17px;
      line-height: 30px;
      text-decoration: none;
      background: transparent;
      position: relative;
      z-index: auto;
      padding: 0;
      letter-spacing: 0.02em; }
      .header-navigation ul.ubermenu-nav > li > a > span,
      .primary-links-menu > li > a > span {
        position: relative;
        vertical-align: top !important;
        z-index: 3;
        padding: 8px 12px 14px;
        display: inline-block; }
    .header-navigation ul.ubermenu-nav > li > a:before,
    .primary-links-menu > li > a:before {
      content: "";
      display: block;
      background: #E57E26;
      position: absolute;
      width: 100%;
      height: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      z-index: 2; }
    .header-navigation ul.ubermenu-nav > li > a:hover,
    .header-navigation ul.ubermenu-nav > li > a:active,
    .header-navigation ul.ubermenu-nav > li > a:focus,
    .primary-links-menu > li > a:hover,
    .primary-links-menu > li > a:active,
    .primary-links-menu > li > a:focus {
      color: #FFFFFF; }
    .header-navigation ul.ubermenu-nav > li > a:hover:before,
    .header-navigation ul.ubermenu-nav > li > a:active:before,
    .header-navigation ul.ubermenu-nav > li > a:focus:before,
    .primary-links-menu > li > a:hover:before,
    .primary-links-menu > li > a:active:before,
    .primary-links-menu > li > a:focus:before {
      height: 100%;
      opacity: 1; }

.header-navigation .ubermenu-responsive-toggle {
  color: #20221D;
  padding: 8px 12px 14px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  background: transparent;
  z-index: 10;
  position: relative;
  letter-spacing: 0.02em; }
  .header-navigation .ubermenu-responsive-toggle > span {
    position: relative;
    z-index: 2; }

.header-navigation .ubermenu-responsive-toggle:before {
  content: "";
  display: block;
  background: #E57E26;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: 1; }

.header-navigation .ubermenu-responsive-toggle-open,
.header-navigation .ubermenu-responsive-toggle:hover,
.header-navigation .ubermenu-responsive-toggle:active,
.header-navigation .ubermenu-responsive-toggle:focus {
  color: #FFFFFF; }

.header-navigation .ubermenu-responsive-toggle-open:before,
.header-navigation .ubermenu-responsive-toggle:hover:before,
.header-navigation .ubermenu-responsive-toggle:active:before,
.header-navigation .ubermenu-responsive-toggle:focus:before {
  height: 100%;
  opacity: 1; }

/**
 ** Header
 **/
.site-header {
  position: fixed;
  background: #FFFFFF;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000; }
  .site-header .header-wrap {
    border-bottom: 3px solid #E57E26; }
    .site-header .header-wrap > .container {
      width: 1240px !important; }
    .site-header .header-wrap #logo-container {
      width: 337px;
      float: left;
      padding-left: 12px;
      padding-top: 11px;
      height: 120px; }
      .site-header .header-wrap #logo-container .site-title {
        color: #20221D;
        text-transform: uppercase;
        font-family: "titillium_websemibold";
        margin: 0 auto;
        font-size: 60px;
        line-height: 66px; }
        .site-header .header-wrap #logo-container .site-title a {
          line-height: 66px;
          display: inline-block;
          color: inherit;
          text-decoration: none; }
      .site-header .header-wrap #logo-container .site-description {
        margin: 0 auto 10px;
        color: #E57E26;
        font-size: 22px;
        text-transform: uppercase;
        font-family: "titillium_web"; }
      .site-header .header-wrap #logo-container a.custom-logo {
        position: relative;
        display: block; }
        .site-header .header-wrap #logo-container a.custom-logo img {
          position: absolute;
          z-index: 10; }
    .site-header .header-wrap #header-sections {
      width: calc(100% - 337px);
      float: right; }
      .site-header .header-wrap #header-sections .bottom-section,
      .site-header .header-wrap #header-sections .top-section {
        display: block;
        width: 100%; }
      .site-header .header-wrap #header-sections .top-section {
        padding: 26px 9px 10px 0; }
      .site-header .header-wrap #header-sections div.phone-link,
      .site-header .header-wrap #header-sections div.header-navigation {
        float: right;
        clear: both; }
      .site-header .header-wrap #header-sections a.phone-link {
        position: relative;
        z-index: 10;
        color: #20221D;
        text-decoration: none; }
        .site-header .header-wrap #header-sections a.phone-link .phone-link-display,
        .site-header .header-wrap #header-sections a.phone-link .phone-heading {
          font-size: 22px;
          vertical-align: top;
          display: inline-block;
          line-height: 32px;
          text-transform: uppercase;
          font-family: "titillium_websemibold"; }
        .site-header .header-wrap #header-sections a.phone-link .phone-link-display {
          font-family: "encode_sans_widemedium";
          padding-left: 16px;
          letter-spacing: 0.06em; }
          .site-header .header-wrap #header-sections a.phone-link .phone-link-display .fa.fa-mobile,
          .site-header .header-wrap #header-sections .social-icon {
            color: #E57E26;
            font-size: 33px;
            line-height: 32px;
            vertical-align: top;
            margin-right: 8px; }
          .site-header .header-wrap #header-sections .social-icon {
              margin-right: 12px; }

/**
 ** Home Slider / Revslider
 **/
.frontpage-slider {
  padding-top: 123px;
  background-color: #FFFFFF; }
  .frontpage-slider > .rev_slider_wrapper {
    z-index: 2; }
  .frontpage-slider .tp-revslider-mainul {
    overflow: visible !important; }
    .frontpage-slider .tp-revslider-mainul .tp-revslider-slidesli {
      overflow: visible !important; }

/**
 ** Footer
 **/
#footer {
  position: relative;
  z-index: 2;
  background: #313330; }
  #footer .sw-footer-img {
    width: 1200px;
    max-width: 100%;
    clear: both;
    margin: 0 auto;
    height: 0;
    display: block;
    position: relative; }
    #footer .sw-footer-img .the-image {
      display: inline-block;
      position: absolute;
      z-index: 3; }
  #footer .container.footer-columns {
    width: 1132px !important;
    padding: 25px 16px 27px; }
    #footer .container.footer-columns .column {
      display: block;
      float: left;
      padding-left: 21px; }
    #footer .container.footer-columns .column.col-1,
    #footer .container.footer-columns .column.col-2,
    #footer .container.footer-columns .column.col-3 {
      width: calc( (100% - 274px) / 3 );
      padding-left: 22px;
      position: relative; }
    #footer .container.footer-columns .column.col-2:before,
    #footer .container.footer-columns .column.col-3:before {
      content: "";
      display: block;
      height: 178px;
      width: 1px;
      opacity: 0.5;
      background: #FFFFFF;
      position: absolute;
      top: 25px;
      left: 0; }
    #footer .container.footer-columns .footer-navigation ul {
      padding: 0;
      list-style-type: none;
      display: block;
      margin: 0; }
      #footer .container.footer-columns .footer-navigation ul li {
        padding-top: 2px;
        padding-left: 12px;
        display: block;
        position: relative;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 28px;
        text-transform: uppercase;
        margin-bottom: 2px;
        font-family: "titillium_weblight"; }
        #footer .container.footer-columns .footer-navigation ul li > a {
          color: inherit;
          text-decoration: none; }
      #footer .container.footer-columns .footer-navigation ul li.current-menu-item > a,
      #footer .container.footer-columns .footer-navigation ul li > a:hover,
      #footer .container.footer-columns .footer-navigation ul li > a:active,
      #footer .container.footer-columns .footer-navigation ul li > a:focus {
        font-family: "titillium_websemibold"; }
      #footer .container.footer-columns .footer-navigation ul li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 14px;
        width: 5px;
        height: 5px;
        background-color: #E57E26; }
    #footer .container.footer-columns .column.col-4 {
      width: 274px; }
      #footer .container.footer-columns .column.col-4 .footer-logo-wrap {
        text-align: center;
        padding: 25px 0 9px; }
        #footer .container.footer-columns .column.col-4 .footer-logo-wrap img {
          max-width: 100% !important;
          height: auto !important; }
      #footer .container.footer-columns .column.col-4 div.phone-link {
        text-align: center;
        margin-bottom: 4px; }
      #footer .container.footer-columns .column.col-4 a.phone-link {
        color: #FFFFFF;
        text-decoration: none; }
        #footer .container.footer-columns .column.col-4 a.phone-link .phone-link-display,
        #footer .container.footer-columns .column.col-4 a.phone-link .phone-heading {
          font-size: 25px;
          vertical-align: top;
          display: inline-block;
          line-height: 30px;
          text-transform: uppercase;
          font-family: "titillium_web"; }
        #footer .container.footer-columns .column.col-4 a.phone-link .phone-link-display {
          font-family: "encode_sans_widemedium";
          font-size: 26px;
          letter-spacing: 0.018em; }
          #footer .container.footer-columns .column.col-4 a.phone-link .phone-link-display .fa.fa-mobile {
            color: #E57E26;
            font-size: 28px;
            line-height: 30px;
            vertical-align: top;
            margin-right: 10px; }
  #footer #footer-bottom {
    background: rgba(0, 0, 0, 0.35); }
    #footer #footer-bottom .colophon {
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin: 0 auto;
      padding: 9px 8px;
      font-family: "titillium_weblight";
      letter-spacing: 0.02em; }
      #footer #footer-bottom .colophon p {
        margin: 0; }
        #footer #footer-bottom .colophon p > span {
          display: inline-block; }
  #footer #footer-bottom-2 {
    background-color: #FFFFFF; }
    #footer #footer-bottom-2 .colophon {
      font-size: 13px;
      font-family: "titillium_weblight";
      padding: 6px 8px;
      color: #959595;
      text-align: center;
      text-transform: uppercase; }
      #footer #footer-bottom-2 .colophon p {
        margin: 0; }
      #footer #footer-bottom-2 .colophon a {
        color: inherit;
        text-decoration: none;
        border-bottom: 1px dotted transparent; }
      #footer #footer-bottom-2 .colophon a:hover {
        color: #20221D;
        border-bottom-color: #959595; }

.sw-side-button {
  position: fixed;
  display: block;
  z-index: 8;
  right: 24px;
  top: 40%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }
  .sw-side-button a.the-button {
    position: relative;
    z-index: 10;
    display: block;
    width: 174px;
    line-height: 42px;
    height: 42px;
    text-align: center;
    background: #E57E26;
    font-size: 28px;
    font-family: "titillium_weblight";
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none; }
  .sw-side-button a.the-button:hover,
  .sw-side-button a.the-button:active,
  .sw-side-button a.the-button:focus {
    background: #be6213; }

.sw-side-button:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: -13px;
  width: 186px;
  height: 84px;
  z-index: 9;
  background: transparent url("../assets/img/side-button-bg.png") 0 0 no-repeat; }

/**
 ** Contact Form 7
 **/
.wpcf7-form {
  margin: 0 -8px;
  display: block; }
  .wpcf7-form .wpcf7-response-output {
    float: none;
    clear: both;
    background-color: #FFFFFF; }
  .wpcf7-form .control-group {
    padding: 8px;
    display: block;
    width: 100%;
    clear: both; }
  .wpcf7-form .control-group.half {
    width: 50%;
    float: left;
    clear: none; }
  .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    background: #FFFFFF;
    overflow: hidden; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
      display: block;
      width: 100%;
      height: 36px;
      line-height: 33px;
      padding: 0 10px;
      border: none;
      font-size: 16px;
      color: #20221D;
      font-family: "titillium_weblight";
      border: 1px solid #d7d7d7;
      border-bottom-width: 1px !important; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
      height: 107px;
      padding-top: 8px;
      line-height: 24px; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-submit,
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-recaptcha {
      padding: 0; }
  .wpcf7-form .wpcf7-form-control-wrap.dropdown label {
    display: block;
    margin: 0;
    font-weight: normal;
    position: relative; }
  .wpcf7-form .wpcf7-form-control-wrap.dropdown label:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    display: inline-block;
    height: 100%;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    top: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; }
  .wpcf7-form .wpcf7-form-control-wrap.dropdown label:before {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 100%;
    background: #d7d7d7 url("../assets/img/dropdown-bg.jpg") bottom center repeat-x;
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 2; }
  .wpcf7-form .ajax-loader {
    display: none !important; }
  .wpcf7-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    height: 48px; }
  .wpcf7-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595; }
  .wpcf7-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595; }
  .wpcf7-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #959595; }
  .wpcf7-form :-moz-placeholder {
    /* Firefox 18- */
    color: #959595; }
  .wpcf7-form .wpcf7-submit,
  .wpcf7-form button.wpcf7-submit {
    display: block;
    width: 100%;
    color: #FFFFFF;
    border: 0;
    text-align: center;
    padding: 0 8px;
    line-height: 40px;
    height: 40px;
    background-color: #E57E26;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.02em; }
  .wpcf7-form .wpcf7-submit:hover,
  .wpcf7-form .wpcf7-submit:active,
  .wpcf7-form .wpcf7-submit:focus {
    background-color: #be6213; }

form.wpcf7-form.failed,
form.wpcf7-form.spam,
form.wpcf7-form.sent,
form.wpcf7-form.invalid {
  padding-bottom: 1px; }

.wpcf7-form .control-group.submit.with-note {
  padding-top: 32px; }
  .wpcf7-form .control-group.submit.with-note .wpcf7-submit,
  .wpcf7-form .control-group.submit.with-note button.wpcf7-submit {
    width: 50%;
    max-width: 208px;
    float: right;
    outline: none !important; }
  .wpcf7-form .control-group.submit.with-note .form-note {
    display: block;
    float: left;
    width: 50%;
    position: relative;
    padding-left: 46px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #20221D;
    font-family: "titillium_web";
    letter-spacing: 0.006em; }
  .wpcf7-form .control-group.submit.with-note .form-note:before {
    content: '\f023';
    font-family: 'FontAwesome';
    color: #E57E26;
    font-size: 48px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px; }

.sw-sidebar-sections .the-form {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  .sw-sidebar-sections .the-form .wpcf7-form {
    margin: 0 auto; }
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-response-output {
      margin: 5px 0; }
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
      height: 87px; }
    .sw-sidebar-sections .the-form .wpcf7-form .control-group {
      padding: 0 0 5px; }
    .sw-sidebar-sections .the-form .wpcf7-form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #20221D; }
    .sw-sidebar-sections .the-form .wpcf7-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #20221D; }
    .sw-sidebar-sections .the-form .wpcf7-form :-ms-input-placeholder {
      /* IE 10+ */
      color: #20221D; }
    .sw-sidebar-sections .the-form .wpcf7-form :-moz-placeholder {
      /* Firefox 18- */
      color: #20221D; }
    .sw-sidebar-sections .the-form .wpcf7-form .control-group.submit {
      padding: 0; }
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button {
      position: absolute;
      width: 207px;
      color: #FFFFFF;
      background-color: #20221D;
      right: 0;
      bottom: -35px;
      outline: none !important; }
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button:before {
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: solid;
      border-width: 0 12px 30px 0;
      border-color: transparent #20221D transparent transparent;
      position: absolute;
      left: -12px;
      bottom: 0px; }
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button:hover:before,
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button:active:before,
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button:focus:before {
      border-color: transparent #be6213 transparent transparent; }
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button:hover,
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button:active,
    .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button:focus {
      background-color: #be6213; }

/**
 ** Additional page sections
 **/
.hero-with-content-layout {
  padding: 47px 0 40px; }
  .hero-with-content-layout .container {
    width: 1246px !important; }
  .hero-with-content-layout .section-title {
    font-family: "titillium_weblight";
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 66px;
    margin: 0;
    color: #20221D; }
  .hero-with-content-layout .section-content {
    text-align: center;
    font-size: 24px;
    font-family: "titillium_weblight";
    color: #E57E26;
    text-transform: uppercase; }
  .hero-with-content-layout .hero-items {
    padding: 10px 0; }
    .hero-with-content-layout .hero-items .hero {
      display: block;
      float: left;
      width: 25%;
      padding-top: 12px;
      padding-bottom: 42px; }
      .hero-with-content-layout .hero-items .hero .hero-wrap {
        width: 275px;
        max-width: 100%;
        margin: 0 auto;
        background-color: #FFFFFF;
        position: relative;
        -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15); }
        .hero-with-content-layout .hero-items .hero .hero-wrap .the-image {
          max-width: 100%; }
          .hero-with-content-layout .hero-items .hero .hero-wrap .the-image img {
            max-width: 100% !important;
            height: auto !important;
            display: block;
            margin: 0 auto; }
        .hero-with-content-layout .hero-items .hero .hero-wrap .hero-content {
          height: 170px;
          padding: 14px 19px; }
        .hero-with-content-layout .hero-items .hero .hero-wrap .hero-title {
          margin: 0;
          font-family: "titillium_weblight";
          color: #20221D;
          font-size: 22px;
          line-height: 26px;
          text-transform: uppercase;
          letter-spacing: -0.015em; }
        .hero-with-content-layout .hero-items .hero .hero-wrap .short-desc {
          padding-top: 4px;
          text-align: justify;
          font-family: "titillium_weblight";
          color: #20221D;
          font-size: 16px;
          max-height: 70px;
          display: block;
          overflow: hidden;
          letter-spacing: -0.015em; }
          .hero-with-content-layout .hero-items .hero .hero-wrap .short-desc > p {
            margin-bottom: 0; }
        .hero-with-content-layout .hero-items .hero .hero-wrap .hero-button {
          position: relative;
          z-index: 3; }
          .hero-with-content-layout .hero-items .hero .hero-wrap .hero-button a.the-button {
            display: block;
            width: 207px;
            line-height: 42px;
            height: 42px;
            text-align: center;
            background: #E57E26;
            font-size: 28px;
            font-family: "titillium_weblight";
            color: #FFFFFF;
            text-transform: uppercase;
            margin: 0;
            text-decoration: none;
            position: absolute;
            left: 48px;
            top: -10px; }
          .hero-with-content-layout .hero-items .hero .hero-wrap .hero-button a.the-button:focus,
          .hero-with-content-layout .hero-items .hero .hero-wrap .hero-button a.the-button:active,
          .hero-with-content-layout .hero-items .hero .hero-wrap .hero-button a.the-button:hover {
            background: #be6213; }
          .hero-with-content-layout .hero-items .hero .hero-wrap .hero-button .the-button:before {
            content: "";
            width: 0;
            height: 0;
            display: block;
            border-style: solid;
            border-width: 0 14px 32px 0;
            border-color: transparent #be6213 transparent transparent;
            position: absolute;
            left: -14px;
            bottom: 0px; }
    .hero-with-content-layout .hero-items .hero-2 {
      padding-right: 5px; }
    .hero-with-content-layout .hero-items .hero-3 {
      padding-left: 5px; }

.hero-simple-layout {
  padding: 39px 0 40px; }
  .hero-simple-layout .container {
    width: 1246px !important; }
  .hero-simple-layout .section-title {
    font-family: "titillium_weblight";
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 66px;
    margin: 0;
    color: #20221D; }
  .hero-simple-layout .section-content {
    text-align: center;
    font-size: 24px;
    font-family: "titillium_weblight";
    color: #E57E26;
    text-transform: uppercase; }
  .hero-simple-layout .hero-items {
    padding: 2px 0; }
    .hero-simple-layout .hero-items .hero {
      display: block;
      float: left;
      width: 33.33333%;
      padding: 12px 4px 18px; }
      .hero-simple-layout .hero-items .hero .hero-wrap {
        width: 380px;
        max-width: 100%;
        margin: 0 auto;
        background-color: #FFFFFF;
        position: relative;
        -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15); }
        .hero-simple-layout .hero-items .hero .hero-wrap .the-image {
          max-width: 100%;
          display: block;
          position: relative; }
          .hero-simple-layout .hero-items .hero .hero-wrap .the-image img {
            max-width: 100% !important;
            height: auto !important;
            display: block;
            margin: 0 auto; }
          .hero-simple-layout .hero-items .hero .hero-wrap .the-image .image-overlay {
            position: absolute;
            background: rgba(229, 126, 38, 0.8);
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            padding-left: 38px;
            opacity: 0;
            -moz-transition: opacity 0.3s;
            -o-transition: opacity 0.3s;
            -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
          .hero-simple-layout .hero-items .hero .hero-wrap .the-image .the-label {
            font-size: 22px;
            display: inline-block;
            font-family: "titillium_weblight";
            color: #FFFFFF;
            text-transform: uppercase;
            position: relative;
            top: calc(50% - 16px);
            margin-top: 0;
            letter-spacing: -0.015em; }
          .hero-simple-layout .hero-items .hero .hero-wrap .the-image .the-label:before {
            content: "";
            display: block;
            width: 96px;
            height: 96px;
            background: transparent url("../assets/img/box-border-white.png") 0 0 no-repeat;
            position: absolute;
            top: 50%;
            margin-top: -48px;
            left: -70px;
            -moz-transition: left 0.4s;
            -o-transition: left 0.4s;
            -webkit-transition: left 0.4s;
            transition: left 0.4s; }
        .hero-simple-layout .hero-items .hero .hero-wrap .hero-title {
          margin: 0;
          font-family: "titillium_weblight";
          color: #20221D;
          font-size: 22px;
          line-height: 26px;
          text-transform: uppercase;
          padding: 14px 20px 15px;
          position: relative;
          display: block;
          letter-spacing: -0.015em; }
          .hero-simple-layout .hero-items .hero .hero-wrap .hero-title .the-icon {
            color: #E57E26;
            display: block;
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -20px;
            font-size: 36px;
            line-height: 40px; }
    .hero-simple-layout .hero-items .hero-link {
      display: block;
      text-decoration: none; }
    .hero-simple-layout .hero-items .hero-link:hover .the-image .image-overlay,
    .hero-simple-layout .hero-items .hero-link:focus .the-image .image-overlay,
    .hero-simple-layout .hero-items .hero-link:active .the-image .image-overlay {
      opacity: 1; }
      .hero-simple-layout .hero-items .hero-link:hover .the-image .image-overlay .the-label:before,
      .hero-simple-layout .hero-items .hero-link:focus .the-image .image-overlay .the-label:before,
      .hero-simple-layout .hero-items .hero-link:active .the-image .image-overlay .the-label:before {
        left: -35px; }

.hero-simple-layout.dark-bg .section-title {
  color: #FFFFFF; }

.hero-simple-layout.black-font .section-content,
.hero-simple-layout.black-font .section-title {
  color: #20221D !important; }

.hero-simple-layout.simple-content .section-content {
  padding-top: 15px;
  font-size: 22px;
  line-height: 22px;
  text-transform: none; }

.two-column-layout .layout-content > .container {
  width: 1156px !important; }
.two-column-layout .columns {
  padding-top: 34px;
  padding-bottom: 22px; }
.two-column-layout .column {
  width: 50%;
  float: left;
  padding: 12px 20px 12px; }
.two-column-layout .col-heading {
  display: block;
  margin: 15px auto;
  padding: 27px 0; }
  .two-column-layout .col-heading .the-title {
    padding-left: 32px;
    font-size: 36px;
    line-height: 38px;
    font-family: "titillium_weblight";
    color: #20221D;
    text-transform: uppercase; }
.two-column-layout .col-content {
  padding-top: 8px;
  padding-bottom: 16px; }
.two-column-layout .col-content.col-video {
  padding-top: 16px; }
.two-column-layout .boxed-title .the-title-box {
  border: 2px solid #E57E26;
  border-right: 0;
  height: 105px;
  width: 105px; }
.two-column-layout .boxed-title .top-border {
  width: 2px;
  background-color: #E57E26; }
.two-column-layout .boxed-title .bottom-border {
  width: 2px;
  background-color: #E57E26; }

.pages-preview-layout {
  padding: 4px 0 40px; }
  .pages-preview-layout .page-previews {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto; }
  .pages-preview-layout .page-preview-wrap {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #cacaca; }
  .pages-preview-layout .the-image {
    width: 529px;
    display: block;
    float: right;
    max-width: 50%;
    position: relative;
    padding: 0;
    margin: 20px 0; }
    .pages-preview-layout .the-image img {
      display: block;
      max-width: 100% !important;
      height: auto !important; }
    .pages-preview-layout .the-image .image-overlay {
      position: absolute;
      background: rgba(229, 126, 38, 0.8);
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      padding-left: 38px;
      opacity: 0;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .pages-preview-layout .the-image .the-label {
      font-size: 22px;
      display: inline-block;
      font-family: "titillium_weblight";
      color: #FFFFFF;
      text-transform: uppercase;
      position: relative;
      top: calc(50% - 16px);
      margin-top: 0;
      letter-spacing: -0.015em; }
    .pages-preview-layout .the-image .the-label:before {
      content: "";
      display: block;
      width: 96px;
      height: 96px;
      background: transparent url("../assets/img/box-border-white.png") 0 0 no-repeat;
      position: absolute;
      top: 50%;
      margin-top: -48px;
      left: -70px;
      -moz-transition: left 0.4s;
      -o-transition: left 0.4s;
      -webkit-transition: left 0.4s;
      transition: left 0.4s; }
    .pages-preview-layout .the-image a:hover .image-overlay,
    .pages-preview-layout .the-image a:active .image-overlay,
    .pages-preview-layout .the-image a:focus .image-overlay {
      opacity: 1; }
      .pages-preview-layout .the-image a:hover .image-overlay .the-label:before,
      .pages-preview-layout .the-image a:active .image-overlay .the-label:before,
      .pages-preview-layout .the-image a:focus .image-overlay .the-label:before {
        left: -35px; }
  .pages-preview-layout .page-preview-content {
    width: 545px;
    max-width: 50%;
    float: left;
    padding: 20px 20px 20px 0; }
    .pages-preview-layout .page-preview-content .the-excerpt {
      font-size: 16px;
      line-height: 22px;
      font-family: "titillium_weblight";
      color: #20221D;
      text-align: justify;
      display: block;
      max-height: 132px;
      overflow: hidden;
      margin-bottom: 28px; }
    .pages-preview-layout .page-preview-content .page-preview-title {
      display: block;
      margin: 0 auto 26px;
      padding: 30px 0; }
      .pages-preview-layout .page-preview-content .page-preview-title .the-title {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        font-family: "titillium_web";
        font-size: 24px;
        line-height: 28px;
        color: #20221D;
        text-decoration: none;
        text-transform: uppercase; }
      .pages-preview-layout .page-preview-content .page-preview-title a:hover .the-title,
      .pages-preview-layout .page-preview-content .page-preview-title a:active .the-title,
      .pages-preview-layout .page-preview-content .page-preview-title a:focus .the-title {
        color: #E57E26; }
    .pages-preview-layout .page-preview-content .page-preview-title.multiline {
      padding: 16px 0; }
    .pages-preview-layout .page-preview-content .the-button, .the-button.goback {
      font-size: 28px;
      line-height: 42px;
      font-family: "titillium_weblight";
      text-transform: uppercase;
      color: #FFFFFF;
      background-color: #E57E26;
      text-decoration: none;
      padding: 0 25px;
      display: inline-block; }
    .pages-preview-layout .page-preview-content .the-button:hover,
    .pages-preview-layout .page-preview-content .the-button:active,
    .pages-preview-layout .page-preview-content .the-button:focus {
      background-color: #be6213; }
  .the-button.goback { margin-top: 32px; }
  .pages-preview-layout .boxed-title .the-title-box {
    border: 2px solid #E57E26;
    border-right: 0;
    height: 105px;
    width: 105px; }
  .pages-preview-layout .boxed-title .top-border {
    width: 2px;
    background-color: #E57E26; }
  .pages-preview-layout .boxed-title .bottom-border {
    width: 2px;
    background-color: #E57E26; }

.content-with-gallery-layout .container .the-content {
  width: calc(100% - 395px);
  padding-right: 40px;
  text-align: justify;
  float: left; }
.content-with-gallery-layout .layout-title {
  margin: 0 auto 15px; }
.content-with-gallery-layout .container .the-gallery {
  float: right;
  width: 395px;
  padding-top: 8px; }
.content-with-gallery-layout .carousel-inner {
  position: relative; }
.content-with-gallery-layout .carousel-inner:after {
  content: "";
  height: 41px;
  width: 100%;
  background: transparent url("../assets/img/gradient-gallery-black.png") bottom center repeat-x;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.content-with-gallery-layout .carousel-navs {
  position: absolute;
  bottom: 3px;
  right: 5px; }
  .content-with-gallery-layout .carousel-navs .carousel-indicators,
  .content-with-gallery-layout .carousel-navs .carousel-control {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
    color: #E57E26;
    font-size: 16px;
    opacity: 1; }
    .content-with-gallery-layout .carousel-navs .carousel-indicators .fa,
    .content-with-gallery-layout .carousel-navs .carousel-control .fa {
      line-height: 20px;
      vertical-align: top; }
  .content-with-gallery-layout .carousel-navs .carousel-control {
    padding-left: 5px;
    padding-right: 5px; }
  .content-with-gallery-layout .carousel-navs .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .content-with-gallery-layout .carousel-navs .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin-top: -2px; }

.content-layout .layout-title {
  margin-top: 10px; }

.content-with-contact-form-layout .layout-content {
  padding: 25px 0 255px; }
  .content-with-contact-form-layout .layout-content > .container {
    width: 1116px !important; }
  .content-with-contact-form-layout .layout-content .the-content {
    width: 385px;
    max-width: 100%;
    float: left;
    padding-right: 30px; }
    .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title {
      display: block;
      margin: 8px auto 20px;
      padding: 30px 0; }
      .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title .the-title {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        font-family: "titillium_weblight";
        font-size: 36px;
        line-height: 26px;
        color: #20221D;
        text-decoration: none;
        text-transform: uppercase; }
        .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title .the-title strong {
          font-size: 27px; }
      .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title .the-title-box {
        border: 2px solid #E57E26;
        border-right: 0;
        height: 105px;
        width: 105px; }
      .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title .top-border {
        width: 2px;
        background-color: #E57E26; }
      .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title .bottom-border {
        width: 2px;
        background-color: #E57E26; }
    .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title.multiline {
      padding: 16px 0; }
    .content-with-contact-form-layout .layout-content .the-content .content {
      font-size: 16px;
      line-height: 22px;
      font-family: "titillium_weblight";
      color: #20221D;
      text-align: justify;
      letter-spacing: -0.01em; }
  .content-with-contact-form-layout .layout-content .the-form {
    width: calc(100% - 385px);
    float: right; }
    .content-with-contact-form-layout .layout-content .the-form .wpcf7-form .wpcf7-response-output {
      margin-top: 8px; }
    .content-with-contact-form-layout .layout-content .the-form .wpcf7-form .control-group.submit {
      position: relative;
      padding: 18px 8px; }
    .content-with-contact-form-layout .layout-content .the-form .wpcf7-form .wpcf7-submit.sw-button {
      position: absolute;
      top: -18px;
      width: 208px;
      right: 8px;
      outline: none !important; }
    .content-with-contact-form-layout .layout-content .the-form .wpcf7-form .wpcf7-submit.sw-button:before {
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: solid;
      border-width: 0 12px 30px 0;
      border-color: transparent #be6213 transparent transparent;
      position: absolute;
      left: -12px;
      bottom: 0px; }

.entice-layout .the-content {
  width: 50%;
  display: block;
  padding-top: 158px;
  padding-bottom: 213px; }
  .entice-layout .the-content .content {
    font-size: 20px;
    line-height: 26px;
    font-family: "titillium_weblight";
    letter-spacing: 0.06em;
    text-align: justify; }
    .entice-layout .the-content .content img {
      max-width: 100%;
      height: auto !important; }
.entice-layout .layout-title {
  font-size: 48px;
  line-height: 48px;
  font-family: "titillium_weblight";
  color: #20221D;
  text-transform: uppercase;
  letter-spacing: -0.015em; }
.entice-layout .the-image {
  display: block;
  width: 50%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  .entice-layout .the-image img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: auto; }

.entice-layout.content-on-left .the-content {
  float: left;
  padding-right: 50px; }
.entice-layout.content-on-left .the-image.on-right {
  float: right;
  padding-right: 50px; }

.entice-layout.content-on-right .the-content {
  float: right;
  padding-left: 50px; }
.entice-layout.content-on-right .the-image.on-left {
  float: left;
  padding-left: 50px; }

.entice-layout.dark-bg .the-content .content {
  color: #FFFFFF; }
.entice-layout.dark-bg .layout-title {
  color: #FFFFFF; }

.entice-layout.content-on-right.dark-bg .layout-content {
  position: relative; }
  .entice-layout.content-on-right.dark-bg .layout-content > .container {
    position: relative;
    z-index: 2; }
.entice-layout.content-on-right.dark-bg .layout-content:after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65); }

.entice-layout.content-on-left.dark-bg .layout-content {
  position: relative; }
  .entice-layout.content-on-left.dark-bg .layout-content > .container {
    position: relative;
    z-index: 2; }
.entice-layout.content-on-left.dark-bg .layout-content:after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65); }

.sw-section.triangle-top-dirty .layout-content {
  position: relative; }
  .sw-section.triangle-top-dirty .layout-content > .container {
    position: relative;
    z-index: 2;
    padding-top: 60px; }
.sw-section.triangle-top-dirty .layout-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 60px;
  width: 100%;
  background: transparent url("../assets/img/top-triangle-dirty-white.png") top center no-repeat; }

.sw-section.triangle-top .layout-content {
  position: relative; }
  .sw-section.triangle-top .layout-content > .container {
    position: relative;
    z-index: 2;
    padding-top: 60px; }
.sw-section.triangle-top .layout-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 60px;
  width: 100%;
  background: transparent url("../assets/img/top-triangle-white.png") top center no-repeat; }

.sw-section.triangle-bottom {
  position: relative; }
  .sw-section.triangle-bottom .layout-content {
    position: relative;
    padding-bottom: 88px; }
    .sw-section.triangle-bottom .layout-content > .container {
      position: relative;
      z-index: 2; }

.sw-section.triangle-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 88px;
  width: 100%;
  background: transparent url("../assets/img/triangle-bottom.png") bottom center repeat-x; }

.sw-section.has-top-shadow {
  position: relative; }
  .sw-section.has-top-shadow .layout-content > .container {
    position: relative;
    z-index: 2; }

.sw-section.has-top-shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 85px;
  background: transparent url("../assets/img/gradient-top-shadow.png") top center repeat-x;
  z-index: 1; }

/**
 ** Page
 **/
body.error404 .site-inner,
body.page.not-front-page .site-inner {
  background-color: #d7d7d7; }
body.error404 #main > .content-header,
body.page.not-front-page #main > .content-header {
  padding-top: 123px;
  text-align: center;
  position: relative; }
  body.error404 #main > .content-header > .container,
  body.page.not-front-page #main > .content-header > .container {
    padding-top: 113px;
    min-height: 274px;
    padding-bottom: 45px;
    width: 100% !important;
    background: transparent url("../assets/img/gradient-header-black.png") top center repeat-x; }
  body.error404 #main > .content-header .the-title,
  body.page.not-front-page #main > .content-header .the-title {
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "titillium_weblight";
    color: #FFFFFF;
    -webkit-text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.25);
    -ms-text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.25);
    text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.25); }

.content-main > .container h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: "titillium_weblight";
  text-transform: uppercase;
  color: #E57E26;
  margin-bottom: 20px; }
.content-main > .container h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: "titillium_weblight";
  text-transform: uppercase;
  color: #20221D;
  margin-bottom: 20px;
  letter-spacing: -0.015em; }
.content-main > .container p {
  font-size: 16px;
  line-height: 22px;
  color: #20221D;
  font-family: "titillium_weblight";
  text-align: justify;
  margin-bottom: 20px; }
.content-main > .container ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .content-main > .container ul li {
    position: relative;
    display: block;
    padding-left: 16px;
    line-height: 20px;
    color: #20221D;
    font-family: "titillium_weblight";
    margin-bottom: 18px;
    letter-spacing: -0.01em; }
  .content-main > .container ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #E57E26; }
.content-main > .container ul.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 15px; }
  .content-main > .container ul.two-column li {
    text-align: left;
    font-family: "titillium_websemibold";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0; }

/**
 ** Page Template
 **/
body.page-template-industries-detail .content-header .heading-wrap,
body.page-template-services-detail .content-header .heading-wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 0 313px; }
body.page-template-industries-detail .content-main > .container,
body.page-template-services-detail .content-main > .container {
  width: 1116px !important; }
body.page-template-industries-detail .content-main .the-main-content,
body.page-template-services-detail .content-main .the-main-content {
  width: calc(100% - 313px);
  float: right;
  padding: 13px 0 22px; }
body.page-template-industries-detail .content-main #secondary,
body.page-template-services-detail .content-main #secondary {
  width: 313px;
  float: left;
  padding-right: 40px; }
body.page-template-industries-detail .sw-section .layout-content .container,
body.page-template-services-detail .sw-section .layout-content .container {
  padding-left: 0;
  padding-right: 0; }

body.page-template-our-clients .content-main > .container {
  width: 1150px !important; }
body.page-template-our-clients .clients-logo-section {
  padding: 30px 0 15px; }
  body.page-template-our-clients .clients-logo-section .logo-wrap {
    padding: 15px 17px;
    width: 33.3333%;
    float: left; }
    body.page-template-our-clients .clients-logo-section .logo-wrap .logo {
      width: 355px;
      max-width: 100% !important;
      position: relative;
      padding: 25px 17px;
      text-align: center;
      background: #FFFFFF;
      -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15); }
      body.page-template-our-clients .clients-logo-section .logo-wrap .logo > img {
        max-width: 100%;
        height: auto !important;
        opacity: 0;
        z-index: 1; }
      body.page-template-our-clients .clients-logo-section .logo-wrap .logo .logo-black {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 25px 17px;
        position: absolute; }
        body.page-template-our-clients .clients-logo-section .logo-wrap .logo .logo-black > img {
          max-width: 100%;
          height: auto !important;
          opacity: 1;
          z-index: 2; }
    body.page-template-our-clients .clients-logo-section .logo-wrap .logo:hover > img {
      opacity: 1; }
    body.page-template-our-clients .clients-logo-section .logo-wrap .logo:hover .logo-black > img {
      opacity: 0; }
  body.page-template-our-clients .clients-logo-section .clients-logo-footer {
    width: 1100px;
    margin: 15px auto 15px;
    clear: both;
    float: none;
    max-width: 100%;
    text-align: center;
    position: relative; }
    body.page-template-our-clients .clients-logo-section .clients-logo-footer .fa {
      font-size: 42px;
      color: #E57E26; }
  body.page-template-our-clients .clients-logo-section .clients-logo-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #cacaca;
    width: calc(50% - 36px); }
  body.page-template-our-clients .clients-logo-section .clients-logo-footer:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #cacaca;
    width: calc(50% - 36px); }

body.page-template-contact .sw-section .layout-content > .container,
body.page-template-contact .content-main > .container {
  width: 1116px !important; }
body.page-template-contact .sw-locations {
  padding: 30px 0 16px; }
  body.page-template-contact .sw-locations .sw-location {
    width: 33.33333%;
    float: left;
    padding-top: 15px;
    padding-bottom: 20px; }
    body.page-template-contact .sw-locations .sw-location .sw-loc-wrap {
      width: 266px;
      max-width: 100% !important;
      margin: 0 auto;
      display: block; }
  body.page-template-contact .sw-locations .sw-location-1 .sw-loc-wrap {
    float: left; }
  body.page-template-contact .sw-locations .sw-location-3 .sw-loc-wrap {
    float: right;
    width: 205px; }
  body.page-template-contact .sw-locations .sw-loc-title {
    display: block;
    margin: 0 auto 26px;
    padding: 30px 0; }
    body.page-template-contact .sw-locations .sw-loc-title .the-title {
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 30px;
      font-family: "titillium_web";
      font-size: 24px;
      line-height: 28px;
      color: #20221D;
      text-decoration: none;
      text-transform: uppercase; }
  body.page-template-contact .sw-locations .sw-loc-title.multiline {
    padding: 16px 0; }
  body.page-template-contact .sw-locations .sw-loc-details {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em; }
    body.page-template-contact .sw-locations .sw-loc-details > div {
      position: relative;
      padding-left: 38px;
      margin-bottom: 6px; }
      body.page-template-contact .sw-locations .sw-loc-details > div a {
        color: inherit;
        text-decoration: none; }
      body.page-template-contact .sw-locations .sw-loc-details > div a:hover,
      body.page-template-contact .sw-locations .sw-loc-details > div a:active,
      body.page-template-contact .sw-locations .sw-loc-details > div a:focus {
        color: #E57E26; }
    body.page-template-contact .sw-locations .sw-loc-details .fa {
      position: absolute;
      left: 0;
      color: #E57E26;
      font-size: 18px; }
    body.page-template-contact .sw-locations .sw-loc-details .fa-mobile {
      font-size: 22px; }
body.page-template-contact .boxed-title .the-title-box {
  border: 2px solid #E57E26;
  border-right: 0;
  height: 105px;
  width: 105px; }
body.page-template-contact .boxed-title .top-border {
  width: 2px;
  background-color: #E57E26; }
body.page-template-contact .boxed-title .bottom-border {
  width: 2px;
  background-color: #E57E26; }

.tpl-gallery-sections {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0; }
  .tpl-gallery-sections .tpl-gallery-items {
    display: block;
    width: calc(100% - 300px);
    float: right;
    margin: 0 -12px; }
    .tpl-gallery-sections .tpl-gallery-items .gallery-item {
      width: 33.333%;
      padding: 12px;
      float: left; }
      .tpl-gallery-sections .tpl-gallery-items .gallery-item a {
        display: block;
        width: 252px;
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
        box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15); }
      .tpl-gallery-sections .tpl-gallery-items .gallery-item img {
        max-width: 100% !important;
        height: auto !important; }
      .tpl-gallery-sections .tpl-gallery-items .gallery-item .image-overlay {
        position: absolute;
        background: rgba(229, 126, 38, 0.8);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-left: 38px;
        opacity: 0;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .tpl-gallery-sections .tpl-gallery-items .gallery-item .image-overlay .the-label {
          font-size: 22px;
          display: inline-block;
          font-family: "titillium_weblight";
          color: #FFFFFF;
          text-transform: uppercase;
          position: relative;
          top: calc(50% - 16px);
          margin-top: 0;
          letter-spacing: -0.015em; }
        .tpl-gallery-sections .tpl-gallery-items .gallery-item .image-overlay .the-label:before {
          content: "";
          display: block;
          width: 96px;
          height: 96px;
          background: transparent url("../assets/img/box-border-white.png") 0 0 no-repeat;
          position: absolute;
          top: 50%;
          margin-top: -48px;
          left: -70px;
          -moz-transition: left 0.4s;
          -o-transition: left 0.4s;
          -webkit-transition: left 0.4s;
          transition: left 0.4s; }
      .tpl-gallery-sections .tpl-gallery-items .gallery-item a:hover .image-overlay {
        opacity: 1; }
        .tpl-gallery-sections .tpl-gallery-items .gallery-item a:hover .image-overlay .the-label:before {
          left: -35px; }
  .tpl-gallery-sections ul.gallery-categories {
    padding: 0;
    margin: 0; }
    .tpl-gallery-sections ul.gallery-categories li {
      display: block;
      padding: 5px 0;
      margin: 0; }
      .tpl-gallery-sections ul.gallery-categories li a {
        position: relative;
        display: block;
        position: relative;
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
        text-decoration: none;
        color: #20221D;
        padding-left: 32px; }
      .tpl-gallery-sections ul.gallery-categories li a:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 50%;
        margin-top: -9px;
        border: 1px solid #cacaca;
        background: transparent;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
      .tpl-gallery-sections ul.gallery-categories li a.active:before,
      .tpl-gallery-sections ul.gallery-categories li a:hover:before {
        border-color: #E57E26;
        background-color: #E57E26; }
    .tpl-gallery-sections ul.gallery-categories li:before {
      display: none; }
  .tpl-gallery-sections .gallery-sidebar {
    width: 300px;
    padding-right: 30px;
    position: relative;
    display: block;
    float: left;
    margin-top: 16px; }
    .tpl-gallery-sections .gallery-sidebar .sidebar-wrap {
      position: relative;
      border-bottom: 6px solid #E57E26;
      border-left: 6px solid #E57E26;
      padding: 22px 28px 10px;
      position: relative; }
    .tpl-gallery-sections .gallery-sidebar .heading {
      font-size: 20px;
      height: 24px;
      line-height: 24px;
      font-family: "titillium_websemibold";
      color: #20221D;
      position: absolute;
      top: -9px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      width: 100%; }
    .tpl-gallery-sections .gallery-sidebar .heading:before {
      content: "";
      display: block;
      position: absolute;
      width: calc(50% - 110px);
      height: 6px;
      background-color: #E57E26;
      top: 50%;
      left: -6px;
      margin-top: -3px; }
    .tpl-gallery-sections .gallery-sidebar .heading:after {
      content: "";
      display: block;
      position: absolute;
      width: calc(50% - 110px);
      height: 6px;
      background-color: #E57E26;
      top: 50%;
      right: 0;
      margin-top: -3px; }
    .tpl-gallery-sections .gallery-sidebar .side-border {
      display: block;
      position: absolute;
      right: 0;
      height: 100%;
      width: 6px;
      top: 0;
      bottom: 0; }
    .tpl-gallery-sections .gallery-sidebar .side-border:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      height: calc(50% - 100px);
      top: 0;
      width: 100%;
      background-color: #E57E26; }
    .tpl-gallery-sections .gallery-sidebar .side-border:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      height: calc(50% - 100px);
      bottom: 0;
      width: 100%;
      background-color: #E57E26; }
  .tpl-gallery-sections .the-gallery-footer {
    width: 1100px;
    margin: 25px auto 15px;
    clear: both;
    float: none;
    max-width: calc(100% - 24px);
    text-align: center;
    position: relative; }
    .tpl-gallery-sections .the-gallery-footer .fa {
      font-size: 42px;
      color: #E57E26; }
  .tpl-gallery-sections .the-gallery-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #cacaca;
    width: calc(50% - 36px); }
  .tpl-gallery-sections .the-gallery-footer :after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #cacaca;
    width: calc(50% - 36px); }

body.page-template-projects #content-wrap .content-main > .container {
  width: 1244px !important; }
body.page-template-projects .the-main-content {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 16px; }
  body.page-template-projects .the-main-content .tpl-heading {
    text-align: center;
    margin-bottom: 5px;
    font-size: 39px;
    line-height: 42px; }
  body.page-template-projects .the-main-content .tpl-sub-heading {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 18px;
    color: #20221D; }
  body.page-template-projects .the-main-content h4,
  body.page-template-projects .the-main-content h5,
  body.page-template-projects .the-main-content h6 {
    color: #20221D;
    margin-bottom: 0;
    font-family: "titillium_websemibold"; }
  body.page-template-projects .the-main-content h5,
  body.page-template-projects .the-main-content h6 {
    font-size: 16px; }
  body.page-template-projects .the-main-content p {
    font-size: 18px; }
body.page-template-projects .tpl-project-sections {
  padding: 2px 14px 24px; }
body.page-template-projects .project-images {
  margin: 0 -14px; }
  body.page-template-projects .project-images .project-img {
    display: block;
    float: left;
    width: 33.33333%;
    padding: 12px 4px 18px; }
    body.page-template-projects .project-images .project-img .image-wrap {
      width: 380px;
      max-width: 100%;
      margin: 0 auto;
      background-color: #FFFFFF;
      position: relative;
      -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15); }
      body.page-template-projects .project-images .project-img .image-wrap .the-image {
        max-width: 100%;
        display: block;
        position: relative; }
        body.page-template-projects .project-images .project-img .image-wrap .the-image img {
          max-width: 100% !important;
          height: auto !important;
          display: block;
          margin: 0 auto; }
        body.page-template-projects .project-images .project-img .image-wrap .the-image .image-overlay {
          position: absolute;
          background: rgba(229, 126, 38, 0.8);
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          padding-left: 38px;
          opacity: 0;
          -moz-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
        body.page-template-projects .project-images .project-img .image-wrap .the-image .the-label {
          font-size: 22px;
          display: inline-block;
          font-family: "titillium_weblight";
          color: #FFFFFF;
          text-transform: uppercase;
          position: relative;
          top: calc(50% - 16px);
          margin-top: 0;
          letter-spacing: -0.015em; }
        body.page-template-projects .project-images .project-img .image-wrap .the-image .the-label:before {
          content: "";
          display: block;
          width: 96px;
          height: 96px;
          background: transparent url("../assets/img/box-border-white.png") 0 0 no-repeat;
          position: absolute;
          top: 50%;
          margin-top: -48px;
          left: -70px;
          -moz-transition: left 0.4s;
          -o-transition: left 0.4s;
          -webkit-transition: left 0.4s;
          transition: left 0.4s; }
  body.page-template-projects .project-images .project-img-link {
    display: block;
    text-decoration: none; }
  body.page-template-projects .project-images .project-img-link:hover .the-image .image-overlay,
  body.page-template-projects .project-images .project-img-link:focus .the-image .image-overlay,
  body.page-template-projects .project-images .project-img-link:active .the-image .image-overlay {
    opacity: 1; }
    body.page-template-projects .project-images .project-img-link:hover .the-image .image-overlay .the-label:before,
    body.page-template-projects .project-images .project-img-link:focus .the-image .image-overlay .the-label:before,
    body.page-template-projects .project-images .project-img-link:active .the-image .image-overlay .the-label:before {
      left: -35px; }

/**
 ** Blog
 **/
body.archive .site-inner,
body.single.single-post .site-inner,
body.blog .site-inner,
body.search .site-inner {
  background-color: #d7d7d7; }
body.archive #main > .content-header,
body.single.single-post #main > .content-header,
body.blog #main > .content-header,
body.search #main > .content-header {
  padding-top: 123px;
  text-align: center;
  position: relative; }
  body.archive #main > .content-header > .container,
  body.single.single-post #main > .content-header > .container,
  body.blog #main > .content-header > .container,
  body.search #main > .content-header > .container {
    padding-top: 113px;
    min-height: 274px;
    padding-bottom: 45px;
    width: 100% !important;
    background: transparent url("../assets/img/gradient-header-black.png") top center repeat-x; }
  body.archive #main > .content-header .the-title,
  body.single.single-post #main > .content-header .the-title,
  body.blog #main > .content-header .the-title,
  body.search #main > .content-header .the-title {
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "titillium_weblight";
    color: #FFFFFF;
    -webkit-text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.25);
    -ms-text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.25);
    text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.25); }
body.archive .content-header .heading-wrap,
body.single.single-post .content-header .heading-wrap,
body.blog .content-header .heading-wrap,
body.search .content-header .heading-wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 0 313px; }
body.archive .content-main > .container,
body.single.single-post .content-main > .container,
body.blog .content-main > .container,
body.search .content-main > .container {
  width: 1116px !important; }
body.archive .content-main .the-main-content,
body.single.single-post .content-main .the-main-content,
body.blog .content-main .the-main-content,
body.search .content-main .the-main-content {
  width: calc(100% - 313px);
  float: right;
  padding: 28px 0 32px; }
body.archive .content-main #secondary,
body.single.single-post .content-main #secondary,
body.blog .content-main #secondary,
body.search .content-main #secondary {
  width: 313px;
  float: left;
  padding-right: 40px; }
body.archive .article-wrap,
body.single.single-post .article-wrap,
body.blog .article-wrap,
body.search .article-wrap {
  padding-top: 18px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 22px; }
  body.archive .article-wrap .article-thumbnail,
  body.single.single-post .article-wrap .article-thumbnail,
  body.blog .article-wrap .article-thumbnail,
  body.search .article-wrap .article-thumbnail {
    width: 237px;
    max-width: 100% !important;
    display: block;
    float: right; }
  body.archive .article-wrap .article-content,
  body.single.single-post .article-wrap .article-content,
  body.blog .article-wrap .article-content,
  body.search .article-wrap .article-content {
    width: calc(100% - 237px);
    max-width: 100% !important;
    display: block;
    float: left;
    padding-right: 20px; }
    body.archive .article-wrap .article-content .article-button,
    body.single.single-post .article-wrap .article-content .article-button,
    body.blog .article-wrap .article-content .article-button,
    body.search .article-wrap .article-content .article-button {
      display: block;
      position: relative;
      clear: both;
      float: none; }
      body.archive .article-wrap .article-content .article-button .post-meta,
      body.single.single-post .article-wrap .article-content .article-button .post-meta,
      body.blog .article-wrap .article-content .article-button .post-meta,
      body.search .article-wrap .article-content .article-button .post-meta {
        display: block;
        width: calc(100% - 207px);
        float: left;
        font-size: 16px;
        line-height: 22px;
        padding: 10px 8px 10px 0;
        color: #20221D;
        font-family: "titillium_weblight";
        font-style: italic; }
        body.archive .article-wrap .article-content .article-button .post-meta a,
        body.single.single-post .article-wrap .article-content .article-button .post-meta a,
        body.blog .article-wrap .article-content .article-button .post-meta a,
        body.search .article-wrap .article-content .article-button .post-meta a {
          color: inherit;
          text-decoration: none; }
        body.archive .article-wrap .article-content .article-button .post-meta a:hover,
        body.archive .article-wrap .article-content .article-button .post-meta a:focus,
        body.archive .article-wrap .article-content .article-button .post-meta a:active,
        body.single.single-post .article-wrap .article-content .article-button .post-meta a:hover,
        body.single.single-post .article-wrap .article-content .article-button .post-meta a:focus,
        body.single.single-post .article-wrap .article-content .article-button .post-meta a:active,
        body.blog .article-wrap .article-content .article-button .post-meta a:hover,
        body.blog .article-wrap .article-content .article-button .post-meta a:focus,
        body.blog .article-wrap .article-content .article-button .post-meta a:active,
        body.search .article-wrap .article-content .article-button .post-meta a:hover,
        body.search .article-wrap .article-content .article-button .post-meta a:focus,
        body.search .article-wrap .article-content .article-button .post-meta a:active {
          color: #E57E26; }
      body.archive .article-wrap .article-content .article-button .sw-button,
      body.single.single-post .article-wrap .article-content .article-button .sw-button,
      body.blog .article-wrap .article-content .article-button .sw-button,
      body.search .article-wrap .article-content .article-button .sw-button {
        width: 207px;
        float: right;
        display: block;
        background-color: #E57E26;
        color: #FFFFFF;
        line-height: 42px;
        font-size: 28px;
        text-decoration: none;
        font-family: "titillium_weblight";
        text-align: center;
        text-transform: uppercase; }
      body.archive .article-wrap .article-content .article-button .sw-button:hover,
      body.archive .article-wrap .article-content .article-button .sw-button:active,
      body.archive .article-wrap .article-content .article-button .sw-button:focus,
      body.single.single-post .article-wrap .article-content .article-button .sw-button:hover,
      body.single.single-post .article-wrap .article-content .article-button .sw-button:active,
      body.single.single-post .article-wrap .article-content .article-button .sw-button:focus,
      body.blog .article-wrap .article-content .article-button .sw-button:hover,
      body.blog .article-wrap .article-content .article-button .sw-button:active,
      body.blog .article-wrap .article-content .article-button .sw-button:focus,
      body.search .article-wrap .article-content .article-button .sw-button:hover,
      body.search .article-wrap .article-content .article-button .sw-button:active,
      body.search .article-wrap .article-content .article-button .sw-button:focus {
        background-color: #be6213; }
    body.archive .article-wrap .article-content .article-excerpt,
    body.single.single-post .article-wrap .article-content .article-excerpt,
    body.blog .article-wrap .article-content .article-excerpt,
    body.search .article-wrap .article-content .article-excerpt {
      height: 90px;
      overflow: hidden; }
  body.archive .article-wrap .article-title,
  body.single.single-post .article-wrap .article-title,
  body.blog .article-wrap .article-title,
  body.search .article-wrap .article-title {
    display: block;
    margin: 0 auto 26px;
    padding: 30px 0; }
    body.archive .article-wrap .article-title .the-title,
    body.single.single-post .article-wrap .article-title .the-title,
    body.blog .article-wrap .article-title .the-title,
    body.search .article-wrap .article-title .the-title {
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 30px;
      padding-right: 30px;
      font-family: "titillium_web";
      font-size: 24px;
      line-height: 28px;
      color: #20221D;
      text-decoration: none;
      text-transform: uppercase; }
      body.archive .article-wrap .article-title .the-title a,
      body.single.single-post .article-wrap .article-title .the-title a,
      body.blog .article-wrap .article-title .the-title a,
      body.search .article-wrap .article-title .the-title a {
        color: inherit;
        text-decoration: none; }
      body.archive .article-wrap .article-title .the-title a:hover,
      body.archive .article-wrap .article-title .the-title a:active,
      body.archive .article-wrap .article-title .the-title a:focus,
      body.single.single-post .article-wrap .article-title .the-title a:hover,
      body.single.single-post .article-wrap .article-title .the-title a:active,
      body.single.single-post .article-wrap .article-title .the-title a:focus,
      body.blog .article-wrap .article-title .the-title a:hover,
      body.blog .article-wrap .article-title .the-title a:active,
      body.blog .article-wrap .article-title .the-title a:focus,
      body.search .article-wrap .article-title .the-title a:hover,
      body.search .article-wrap .article-title .the-title a:active,
      body.search .article-wrap .article-title .the-title a:focus {
        color: #E57E26; }
  body.archive .article-wrap .article-title.multiline,
  body.single.single-post .article-wrap .article-title.multiline,
  body.blog .article-wrap .article-title.multiline,
  body.search .article-wrap .article-title.multiline {
    padding: 16px 0; }
  body.archive .article-wrap .boxed-title .the-title-box,
  body.single.single-post .article-wrap .boxed-title .the-title-box,
  body.blog .article-wrap .boxed-title .the-title-box,
  body.search .article-wrap .boxed-title .the-title-box {
    border: 2px solid #E57E26;
    border-right: 0;
    height: 105px;
    width: 105px; }
  body.archive .article-wrap .boxed-title .top-border,
  body.single.single-post .article-wrap .boxed-title .top-border,
  body.blog .article-wrap .boxed-title .top-border,
  body.search .article-wrap .boxed-title .top-border {
    width: 2px;
    background-color: #E57E26; }
  body.archive .article-wrap .boxed-title .bottom-border,
  body.single.single-post .article-wrap .boxed-title .bottom-border,
  body.blog .article-wrap .boxed-title .bottom-border,
  body.search .article-wrap .boxed-title .bottom-border {
    width: 2px;
    background-color: #E57E26; }

.sw-archive-dropdown {
  padding: 10px 0; }
  .sw-archive-dropdown .sw-label {
    width: 106px;
    display: block;
    float: left;
    line-height: 35px;
    height: 35px;
    background: #20221D;
    color: #FFFFFF;
    font-family: "titillium_web";
    font-size: 18px;
    text-align: center;
    text-transform: uppercase; }
  .sw-archive-dropdown .dropdown-wrap {
    width: calc(100% - 106px);
    float: right;
    display: block; }
    .sw-archive-dropdown .dropdown-wrap select {
      display: block;
      line-height: 33px;
      height: 35px;
      border: 1px solid #20221D;
      position: relative;
      width: 100%;
      padding: 0 10px;
      color: #20221D; }
    .sw-archive-dropdown .dropdown-wrap label {
      display: block;
      margin: 0;
      font-weight: normal;
      position: relative; }
    .sw-archive-dropdown .dropdown-wrap label:after {
      content: "\f0d7";
      font-family: 'FontAwesome';
      display: inline-block;
      height: 100%;
      line-height: 35px;
      text-align: center;
      vertical-align: middle;
      width: 32px;
      top: 0;
      right: 0;
      position: absolute;
      pointer-events: none;
      z-index: 3; }
    .sw-archive-dropdown .dropdown-wrap label:before {
      content: "";
      right: 0;
      top: 0;
      bottom: 0;
      width: 32px;
      height: 100%;
      background: #d7d7d7 url("../assets/img/dropdown-bg.jpg") bottom center repeat-x;
      position: absolute;
      pointer-events: none;
      display: block;
      border: 1px solid #20221D;
      border-left: 0;
      z-index: 2; }

.sw-search-title,
.sw-archive-title {
  font-size: 20px;
  line-height: 32px; }
  .sw-search-title h3.the-title,
  .sw-archive-title h3.the-title {
    padding: 8px 0;
    margin: 0;
    font-family: "titillium_websemibold";
    color: #E57E26;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 22px; }

.search-form {
  padding: 5px 0; }
  .search-form .form-group {
    margin: 0 auto; }
    .search-form .form-group .form-control {
      border: 1px solid #20221D;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    .search-form .form-group .btn-primary {
      border-color: #20221D;
      background: #20221D;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    .search-form .form-group .btn-primary:hover,
    .search-form .form-group .btn-primary:active,
    .search-form .form-group .btn-primary:focus {
      background: #E57E26; }

body.single.single-post .article-title {
  display: block;
  margin: 0 auto 26px;
  padding: 30px 0; }
  body.single.single-post .article-title .the-title {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "titillium_web";
    font-size: 24px;
    line-height: 28px;
    color: #20221D;
    text-decoration: none;
    text-transform: uppercase; }
    body.single.single-post .article-title .the-title a {
      color: inherit;
      text-decoration: none; }
    body.single.single-post .article-title .the-title a:hover,
    body.single.single-post .article-title .the-title a:active,
    body.single.single-post .article-title .the-title a:focus {
      color: #E57E26; }
body.single.single-post .article-title.multiline {
  padding: 16px 0; }
body.single.single-post .article-title.boxed-title .the-title-box {
  border: 2px solid #E57E26;
  border-right: 0;
  height: 105px;
  width: 105px; }
body.single.single-post .article-title.boxed-title .top-border {
  width: 2px;
  background-color: #E57E26; }
body.single.single-post .article-title.boxed-title .bottom-border {
  width: 2px;
  background-color: #E57E26; }
body.single.single-post .entry-footer,
body.single.single-post .post-meta {
  display: block;
  float: none;
  clear: both;
  text-align: left;
  color: #20221D;
  font-style: italic; }
  body.single.single-post .entry-footer > span,
  body.single.single-post .post-meta > span {
    margin-right: 4px; }
  body.single.single-post .entry-footer .fa,
  body.single.single-post .post-meta .fa {
    margin: 0 4px; }
  body.single.single-post .entry-footer a,
  body.single.single-post .post-meta a {
    color: inherit;
    text-decoration: none; }
  body.single.single-post .entry-footer a:hover,
  body.single.single-post .entry-footer a:active,
  body.single.single-post .entry-footer a:focus,
  body.single.single-post .post-meta a:hover,
  body.single.single-post .post-meta a:active,
  body.single.single-post .post-meta a:focus {
    color: #E57E26; }
body.single.single-post .entry-footer {
  text-align: left; }
body.single.single-post .post-thumbnail {
  text-align: center;
  padding: 0;
  margin: 16px auto; }
  body.single.single-post .post-thumbnail img {
    max-width: 100%;
    height: auto !important; }
body.single.single-post .the-content {
  text-align: justify;
  font-size: 16px;
  line-height: 24px; }
  body.single.single-post .the-content p {
    margin-bottom: 20px; }

div.comments-container {
  padding: 8px 16px 16px;
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  margin: 20px auto; }
  div.comments-container a:after {
    display: none !important; }
  div.comments-container .comment-author.vcard {
    font-size: 14px;
    color: #20221D;
    font-weight: normal;
    font-family: "titillium_web"; }
    div.comments-container .comment-author.vcard a {
      color: inherit; }
  div.comments-container .comment-content {
    font-family: "titillium_weblight";
    font-size: 16px; }
  div.comments-container .comments-title,
  div.comments-container #reply-title,
  div.comments-container h3#comments {
    color: #20221D;
    font-family: "titillium_websemibold";
    font-size: 20px; }
  div.comments-container .logged-in-as {
    font-size: 14px;
    color: #E57E26; }
    div.comments-container .logged-in-as a {
      color: inherit;
      text-decoration: none; }
  div.comments-container .comment-metadata a {
    color: #d7d7d7;
    text-decoration: none;
    font-size: 13px;
    font-family: "titillium_weblight"; }
  div.comments-container .comment-content {
    padding: 4px; }
  div.comments-container a.comment-reply-link {
    display: inline-block;
    text-decoration: none;
    font-family: "titillium_weblight";
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #E57E26;
    padding: 8px;
    margin-bottom: 16px;
    border: 1px solid rgba(32, 34, 29, 0.1); }
  div.comments-container a.comment-reply-link:hover {
    background-color: #be6213;
    color: #FFFFFF; }
  div.comments-container div.reply {
    clear: both;
    float: none; }
  div.comments-container div.reply:after {
    content: "";
    display: block;
    float: none;
    clear: both; }
  div.comments-container ol.commentlist {
    list-style: none;
    display: block;
    margin: 0 auto;
    padding: 0; }
  div.comments-container ol.commentlist > li {
    border: rgba(32, 34, 29, 0.1) 1px solid;
    padding: 15px;
    margin: 0 0 15px; }
  div.comments-container ol.commentlist > li > ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    padding: 0; }
  div.comments-container ol.commentlist > li > ul > li {
    border: rgba(32, 34, 29, 0.1) 1px dashed;
    padding: 15px;
    margin: 15px 0 0; }

#commentform {
  padding: 16px 0;
  border-top: 1px solid #cacaca; }
  #commentform label {
    color: #20221D;
    font-size: 14px; }
  #commentform .form-submit .btn.btn-primary {
    background-color: #E57E26;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "titillium_weblight";
    border: 0;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #commentform .form-submit .btn.btn-primary:hover,
  #commentform .form-submit .btn.btn-primary:active,
  #commentform .form-submit .btn.btn-primary:focus {
    background-color: #be6213;
    color: #FFFFFF; }
  #commentform p {
    font-size: 14px; }
  #commentform .form-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important; }

.sw-pagination {
  display: block;
  position: relative;
  float: none;
  clear: both;
  text-align: center;
  padding: 8px 0 10px; }
  .sw-pagination .navigation.post-navigation {
    text-align: left; }
  .sw-pagination .nav-next,
  .sw-pagination .nav-previous {
    line-height: 52px;
    font-size: 16px;
    font-family: "titillium_web"; }
    .sw-pagination .nav-next a,
    .sw-pagination .nav-previous a {
      text-decoration: none;
      color: #20221D; }
  .sw-pagination .nav-next a:hover,
  .sw-pagination .nav-previous a:hover {
    color: #E57E26; }
  .sw-pagination .meta-nav,
  .sw-pagination .nav-first,
  .sw-pagination .nav-last,
  .sw-pagination .prev,
  .sw-pagination .next,
  .sw-pagination .page-numbers {
    line-height: 42px;
    padding: 0 0 0 12px;
    min-width: 46px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 4px 12px;
    border: 2px solid #20221D;
    border-right: 0 !important;
    position: relative;
    font-size: 18px;
    font-family: "titillium_web";
    text-decoration: none;
    color: #20221D;
    text-transform: uppercase; }
  .sw-pagination .meta-nav > span,
  .sw-pagination .nav-first > span,
  .sw-pagination .nav-last > span,
  .sw-pagination .prev > span,
  .sw-pagination .next > span {
    display: inline-block;
    vertical-align: top;
    margin-right: -6px; }
  .sw-pagination .meta-nav > span {
    margin-right: -12px; }
  .sw-pagination .page-numbers:after,
  .sw-pagination .page-numbers:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    background-color: #20221D;
    height: calc(50% - 7px); }
  .sw-pagination .meta-nav:before,
  .sw-pagination .meta-nav:after,
  .sw-pagination .nav-first:before,
  .sw-pagination .nav-last:before,
  .sw-pagination .prev:before,
  .sw-pagination .next:before,
  .sw-pagination .nav-first:after,
  .sw-pagination .nav-last:after,
  .sw-pagination .prev:after,
  .sw-pagination .next:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 2px;
    background-color: #20221D;
    height: calc(50% - 15px); }
  .sw-pagination .meta-nav:before,
  .sw-pagination .nav-first:before,
  .sw-pagination .nav-last:before,
  .sw-pagination .prev:before,
  .sw-pagination .next:before,
  .sw-pagination .page-numbers:before {
    top: 0; }
  .sw-pagination .meta-nav:after,
  .sw-pagination .nav-first:after,
  .sw-pagination .nav-last:after,
  .sw-pagination .prev:after,
  .sw-pagination .next:after,
  .sw-pagination .page-numbers:after {
    bottom: 0; }
  .sw-pagination a:hover .meta-nav,
  .sw-pagination .nav-first:hover,
  .sw-pagination .nav-last:hover,
  .sw-pagination .prev:hover,
  .sw-pagination .next:hover,
  .sw-pagination .page-numbers:hover,
  .sw-pagination .page-numbers.current {
    border: 2px solid #E57E26; }
  .sw-pagination a:hover .meta-nav:before,
  .sw-pagination a:hover .meta-nav:after,
  .sw-pagination .page-numbers.current:before,
  .sw-pagination .page-numbers.current:after,
  .sw-pagination .nav-first:hover:before,
  .sw-pagination .nav-last:hover:before,
  .sw-pagination .prev:hover:before,
  .sw-pagination .next:hover:before,
  .sw-pagination .page-numbers:hover:before,
  .sw-pagination .nav-first:hover:after,
  .sw-pagination .nav-last:hover:after,
  .sw-pagination .prev:hover:after,
  .sw-pagination .next:hover:after,
  .sw-pagination .page-numbers:hover:after {
    background-color: #E57E26; }
  .sw-pagination .page-numbers {
    padding: 0 4px 0 16px; }
  .sw-pagination .prev.page-numbers,
  .sw-pagination .next.page-numbers {
    padding: 0 0 0 12px; }
  .sw-pagination .meta-nav {
    font-size: 14px;
    margin-left: 0; }

/**
 ** Sidebar
 **/
#secondary {
  position: relative;
  z-index: 3;
  padding-bottom: 50px; }
  #secondary .sw-sidebar-sections {
    margin-top: -102px; }
    #secondary .sw-sidebar-sections .sw-top-image {
      text-align: center;
      position: relative;
      display: block;
      background: #E57E26;
      padding: 24px 0; }
      #secondary .sw-sidebar-sections .sw-top-image .the-image {
        position: absolute;
        margin: 0 auto;
        bottom: -6px;
        left: 0;
        right: 0;
        padding: 0 15px;
        display: block; }
      #secondary .sw-sidebar-sections .sw-top-image img {
        max-width: 100% !important;
        height: auto !important; }
    #secondary .sw-sidebar-sections .sw-sidebar-form {
      background: #E57E26;
      padding: 5px 15px 5px;
      margin-bottom: 66px; }
      #secondary .sw-sidebar-sections .sw-sidebar-form .sw-form-heading {
        margin: 0 auto;
        text-align: center;
        color: #FFFFFF;
        font-size: 29px;
        line-height: 26px;
        font-family: "titillium_web";
        letter-spacing: 0.004em; }
        #secondary .sw-sidebar-sections .sw-sidebar-form .sw-form-heading .small {
          font-size: 23px;
          line-height: 22px;
          color: #FFFFFF;
          letter-spacing: 0.016em; }
        #secondary .sw-sidebar-sections .sw-sidebar-form .sw-form-heading .black-wrap {
          font-size: 28px;
          line-height: 34px;
          font-family: "titillium_websemibold";
          background-color: #20221D;
          margin: 5px -15px 0;
          display: block; }
    #secondary .sw-sidebar-sections .sidebar-logo-carousel {
      border-bottom: 6px solid #E57E26;
      border-left: 6px solid #E57E26;
      padding-top: 26px;
      padding-bottom: 16px;
      position: relative; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .sidebar-clients-heading {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
        font-family: "titillium_websemibold";
        color: #20221D;
        letter-spacing: -0.015em;
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .sidebar-clients-heading:before {
        content: "";
        display: block;
        position: absolute;
        width: calc(50% - 110px);
        height: 6px;
        background-color: #E57E26;
        top: 50%;
        left: -6px;
        margin-top: -3px; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .sidebar-clients-heading:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(50% - 110px);
        height: 6px;
        background-color: #E57E26;
        top: 50%;
        right: 0;
        margin-top: -3px; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .side-border {
        display: block;
        position: absolute;
        right: 0;
        height: 100%;
        width: 6px;
        top: 0;
        bottom: 0; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .side-border:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        height: calc(50% - 47px);
        top: 0;
        width: 100%;
        background-color: #E57E26; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .side-border:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        height: calc(50% - 47px);
        bottom: 0;
        width: 100%;
        background-color: #E57E26; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .cycle-slideshow {
        width: 200px;
        height: 234px;
        overflow: hidden;
        margin: 0 auto; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .logo {
        position: relative;
        z-index: 1; }
        #secondary .sw-sidebar-sections .sidebar-logo-carousel .logo > img {
          opacity: 0; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .logo-black {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2; }
        #secondary .sw-sidebar-sections .sidebar-logo-carousel .logo-black > img {
          opacity: 1; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .logo:hover > img {
        opacity: 1; }
      #secondary .sw-sidebar-sections .sidebar-logo-carousel .logo:hover .logo-black > img {
        opacity: 0; }
  #secondary .widget-container {
    background: #FFFFFF;
    border: 5px solid #E57E26;
    padding: 5px 15px 5px;
    margin: 20px auto; }
    #secondary .widget-container .widget-title {
      font-size: 24px;
      line-height: 34px;
      font-family: "titillium_websemibold";
      background-color: #20221D;
      margin: -10px -20px 15px;
      display: block;
      padding: 0 20px;
      text-align: center;
      color: #FFFFFF; }
    #secondary .widget-container ul li {
      color: #20221D; }
    #secondary .widget-container a {
      color: inherit;
      text-decoration: none; }
    #secondary .widget-container a:hover,
    #secondary .widget-container a:active,
    #secondary .widget-container a:focus {
      color: #be6213; }
  #secondary .widget_archive select {
    display: block;
    line-height: 33px;
    height: 35px;
    border: 1px solid #20221D;
    position: relative;
    width: 100%;
    padding: 0 10px;
    color: #20221D; }
  #secondary .widget_archive label.dropdown {
    display: block;
    margin: 0;
    font-weight: normal;
    position: relative; }
  #secondary .widget_archive label.dropdown:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    display: inline-block;
    height: 100%;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 44px;
    top: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; }
  #secondary .widget_archive label.dropdown:before {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    height: 100%;
    background: #d7d7d7 url("../assets/img/dropdown-bg.jpg") bottom center repeat-x;
    position: absolute;
    pointer-events: none;
    display: block;
    border: 1px solid #20221D;
    border-left: 0;
    z-index: 2; }

/**
 ** Helpers
 **/
.clearfix, .site-header .header-wrap #header-sections .bottom-section:after,
.site-header .header-wrap #header-sections .top-section:after, .wpcf7-form .control-group:after, .wpcf7-form:after, .pages-preview-layout .page-preview-wrap:after, body.page-template-contact .sw-locations:after, .tpl-gallery-sections .tpl-gallery-items:after, .tpl-gallery-sections:after, .tpl-project-sections:after, body.archive .article-wrap .article-content .article-button:after,
body.single.single-post .article-wrap .article-content .article-button:after,
body.blog .article-wrap .article-content .article-button:after,
body.search .article-wrap .article-content .article-button:after, body.archive .article-wrap:after,
body.single.single-post .article-wrap:after,
body.blog .article-wrap:after,
body.search .article-wrap:after, .sw-archive-dropdown:after {
  content: "";
  display: block;
  clear: both;
  float: none;
  width: 100%; }

.no-padding, .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2, .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4, .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6, .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8, .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10, .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  padding: 0; }

.animate, a, .header-navigation ul.ubermenu-nav > li > a:before,
.primary-links-menu > li > a:before, .header-navigation .ubermenu-responsive-toggle:before, .site-header .header-wrap #logo-container a.custom-logo img, .site-header .header-wrap #header-sections .bottom-section,
.site-header .header-wrap #header-sections .top-section, .wpcf7-form .wpcf7-submit,
.wpcf7-form button.wpcf7-submit, .sw-sidebar-sections .the-form .wpcf7-form .wpcf7-submit.sw-button:before, .pages-preview-layout .page-preview-content .page-preview-title .the-title, .content-with-contact-form-layout .layout-content .the-form .wpcf7-form .wpcf7-submit.sw-button:before, body.page-template-our-clients .clients-logo-section .logo-wrap .logo > img, body.page-template-our-clients .clients-logo-section .logo-wrap .logo .logo-black > img, .tpl-gallery-sections ul.gallery-categories li a:before, .search-form .form-group .btn-primary, .sw-pagination .meta-nav,
.sw-pagination .nav-first,
.sw-pagination .nav-last,
.sw-pagination .prev,
.sw-pagination .next,
.sw-pagination .page-numbers, .sw-pagination .page-numbers:after,
.sw-pagination .page-numbers:before, .sw-pagination .meta-nav:before,
.sw-pagination .meta-nav:after,
.sw-pagination .nav-first:before,
.sw-pagination .nav-last:before,
.sw-pagination .prev:before,
.sw-pagination .next:before,
.sw-pagination .nav-first:after,
.sw-pagination .nav-last:after,
.sw-pagination .prev:after,
.sw-pagination .next:after, #secondary .sw-sidebar-sections .sidebar-logo-carousel .logo > img, #secondary .sw-sidebar-sections .sidebar-logo-carousel .logo-black > img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.screen-reader-text,
.sr-only {
  display: none; }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 9px auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 9px;
  height: auto; }

.alignleft {
  float: left;
  margin-right: 9px; }

.alignright {
  float: right;
  margin-left: 9px; }

.boxed-title .the-title {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 2; }
.boxed-title .the-title-box {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  z-index: -1; }
  .boxed-title .the-title-box .top-border {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  .boxed-title .the-title-box .bottom-border {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0; }

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.ytvideo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.ytvideo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
 ** Media Queries
 **/
@media screen and (max-width: 1230px) {
  .hero-with-content-layout .hero-items .hero {
    padding: 12px 4px 42px; }
  .hero-with-content-layout .hero-items .hero .hero-wrap .hero-button a.the-button {
    left: 0;
    right: 0;
    width: 190px;
    margin: 0 auto; }

  .sw-side-button {
    display: none; } }
@media screen and (max-width: 1080px) {
  body.page-template-projects .project-images {
    text-align: center; }
    body.page-template-projects .project-images .project-img {
      display: block;
      float: left;
      vertical-align: top;
      padding: 15px;
      width: 50%; }

  .entice-layout .the-image,
  .entice-layout .the-content {
    width: 100%;
    float: none !important;
    clear: both;
    padding: 50px;
    text-align: center; }

  .entice-layout.dark-bg .layout-content:after {
    width: 100% !important;
    max-width: 100%; }

  .entice-layout .the-image {
    padding: 20px 50px; }

  .hero-with-content-layout .hero-items {
    text-align: center; }
    .hero-with-content-layout .hero-items .hero {
      display: inline-block;
      float: none;
      vertical-align: top;
      padding: 12px 15px 42px;
      width: 304px;
      max-width: 100% !important; }

  .hero-simple-layout .hero-items .hero {
    width: 50%; }

  body.archive .content-header .heading-wrap,
  body.single.single-post .content-header .heading-wrap,
  body.blog .content-header .heading-wrap,
  body.search .content-header .heading-wrap {
    padding: 0;
    text-align: center; }
  body.archive .content-main .the-main-content,
  body.archive .content-main #secondary,
  body.single.single-post .content-main .the-main-content,
  body.single.single-post .content-main #secondary,
  body.blog .content-main .the-main-content,
  body.blog .content-main #secondary,
  body.search .content-main .the-main-content,
  body.search .content-main #secondary {
    width: 100%;
    float: none;
    clear: both; }
  body.archive .content-main #secondary,
  body.single.single-post .content-main #secondary,
  body.blog .content-main #secondary,
  body.search .content-main #secondary {
    width: 100%;
    max-width: 400px;
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 20px 0 50px; }
    body.archive .content-main #secondary .sw-sidebar-sections,
    body.single.single-post .content-main #secondary .sw-sidebar-sections,
    body.blog .content-main #secondary .sw-sidebar-sections,
    body.search .content-main #secondary .sw-sidebar-sections {
      margin-top: 40px; }

  .tpl-gallery-sections .gallery-sidebar,
  .tpl-gallery-sections .tpl-gallery-items {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .tpl-gallery-sections .gallery-sidebar {
    max-width: 300px;
    float: none;
    margin: 20px auto;
    padding-right: 0; } }
@media screen and (max-width: 992px) {
  .hide-on-tab {
    display: none; }

  body.page-template-industries-detail .content-header .heading-wrap,
  body.page-template-services-detail .content-header .heading-wrap {
    padding: 0;
    text-align: center; }
  body.page-template-industries-detail .content-main .the-main-content,
  body.page-template-services-detail .content-main .the-main-content {
    width: 100%;
    float: none;
    clear: both; }
  body.page-template-industries-detail .content-main #secondary,
  body.page-template-services-detail .content-main #secondary {
    width: 100%;
    max-width: 400px;
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 20px 0 50px; }

  #secondary .sw-sidebar-sections {
    margin-top: 40px; }

  #footer .sw-footer-img {
    display: none; }

  .site-header .header-wrap #header-sections div.header-navigation {
    width: 100%; }

  div.header-navigation {
    position: relative; }

  div.header-navigation .ubermenu-responsive.ubermenu {
    position: absolute;
    z-index: 1000;
    top: 52px;
    border: 3px solid #E57E26;
    min-width: 360px;
    right: 0; }

  .header-navigation ul.ubermenu-nav > li > a,
  .primary-links-menu > li > a {
    padding: 0;
    background-color: #FFFFFF; }
    .header-navigation ul.ubermenu-nav > li > a > span,
    .primary-links-menu > li > a > span {
      padding: 8px 12px; }

  #footer #footer-bottom .colophon {
    font-size: 16px; }

  .header-navigation ul.ubermenu-nav > li > a:before,
  .primary-links-menu > li > a:before {
    height: 100%;
    width: 0 !important;
    left: 0;
    right: auto; }
  .header-navigation ul.ubermenu-nav > li > a:hover:before,
  .header-navigation ul.ubermenu-nav > li > a:active:before,
  .header-navigation ul.ubermenu-nav > li > a:focus:before,
  .primary-links-menu > li > a:hover:before,
  .primary-links-menu > li > a:active:before,
  .primary-links-menu > li > a:focus:before {
    width: 100% !important; }

  #footer .container.footer-columns {
    padding: 20px 12px; }
    #footer .container.footer-columns .column.col-1,
    #footer .container.footer-columns .column.col-2,
    #footer .container.footer-columns .column.col-3 {
      width: 33.3333%; }
    #footer .container.footer-columns .column.col-4 {
      width: 274px;
      margin: 0 auto;
      float: none;
      clear: both; }

  .two-column-layout .column {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    float: none;
    clear: both;
    padding: 12px 0; }

  .pages-preview-layout .page-preview-content {
    width: 600px;
    max-width: 100%;
    float: none;
    clear: both;
    padding: 15px 0;
    margin: 0 auto; }
  .pages-preview-layout .the-image {
    width: 529px;
    margin: 15px auto;
    float: none;
    clear: both;
    max-width: 100%; }

  .pages-preview-layout .the-button-container {
    text-align: center; } }
@media screen and (max-width: 860px) {
  .site-header .header-wrap #header-sections a.phone-link .phone-link-display,
  .site-header .header-wrap #header-sections a.phone-link .phone-heading {
    font-size: 18px; }
  .site-header .header-wrap #header-sections a.phone-link .phone-link-display .fa.fa-mobile {
    font-size: 30px; }

  .content-with-contact-form-layout .layout-content .the-form,
  .content-with-contact-form-layout .layout-content .the-content {
    width: 100%;
    float: none;
    clear: both;
    padding: 0; }

  body.page-template-contact .sw-locations {
    text-align: center; }
    body.page-template-contact .sw-locations .sw-location {
      display: inline-block;
      vertical-align: top;
      width: 266px;
      float: none;
      max-width: 100%;
      margin: 0 16px;
      text-align: left; }
      body.page-template-contact .sw-locations .sw-location .sw-loc-wrap {
        width: 100% !important;
        float: none; } }
@media screen and (max-width: 782px) {
  .entice-layout .the-image,
  .entice-layout .the-content {
    padding: 30px 0 15px !important; }

  .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title {
    text-align: center; }
    .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title .the-title {
      font-size: 30px; }
      .content-with-contact-form-layout .layout-content .the-content .layout-title.boxed-title .the-title strong {
        font-size: 22px; }

  body.page-template-our-clients .clients-logo-section {
    text-align: center; }
    body.page-template-our-clients .clients-logo-section .logo-wrap {
      display: inline-block;
      width: 320px;
      max-width: 100%;
      vertical-align: top;
      float: none; }

  .content-with-gallery-layout .container .the-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    float: none;
    clear: both; }
  .content-with-gallery-layout .container .the-gallery {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0 auto 20px; }

  .hide-on-mobile {
    display: none !important; }

  .site-header .header-wrap #header-sections a.phone-link .phone-heading {
    display: none; }

  .hero-with-content-layout .hero-items .hero .hero-wrap .the-image {
    height: 190px;
    overflow: hidden;
    position: relative; }
    .hero-with-content-layout .hero-items .hero .hero-wrap .the-image img {
      display: block;
      position: absolute;
      bottom: 0; }

  .hero-with-content-layout .section-title,
  .hero-simple-layout .section-title {
    font-size: 46px; }

  .wpcf7-form .control-group.submit.with-note .wpcf7-submit {
    width: 100% !important; } }
@media screen and (min-width: 600px) {
  .site-header.affix-top {
    position: absolute !important;
    z-index: auto; }

  .site-header.affix .header-wrap #header-sections .top-section {
    padding: 4px 9px; }
  .site-header.affix .header-wrap #logo-container {
    height: 86px;
    padding-top: 8px; }
    .site-header.affix .header-wrap #logo-container a.custom-logo img {
      top: auto;
      height: 105px !important;
      width: auto !important;
      max-width: 100% !important; }
  .site-header.affix .header-navigation .ubermenu-responsive-toggle,
  .site-header.affix .header-navigation ul.ubermenu-nav > li > a > span,
  .site-header.affix .primary-links-menu > li > a > span {
    padding: 8px 12px; } }
@media screen and (min-width: 600px) and (max-width: 992px) {
  .site-header.affix div.header-navigation .ubermenu-responsive.ubermenu {
    top: 46px; } }
@media screen and (max-width: 740px) {
  body.page-template-projects .tpl-project-sections {
    padding-left: 0;
    padding-right: 0; }

  body.page-template-projects .project-images {
    margin-left: 0;
    margin-right: 0; }
    body.page-template-projects .project-images .project-img {
      display: inline-block;
      float: none;
      vertical-align: top;
      width: 410px;
      padding: 15px 0;
      max-width: 100% !important; }

  .tpl-gallery-sections .tpl-gallery-items .gallery-item {
    width: 50%; }

  body.archive .article-wrap .article-title,
  body.single.single-post .article-wrap .article-title,
  body.blog .article-wrap .article-title,
  body.search .article-wrap .article-title {
    text-align: center; }
  body.archive .article-wrap .article-thumbnail,
  body.single.single-post .article-wrap .article-thumbnail,
  body.blog .article-wrap .article-thumbnail,
  body.search .article-wrap .article-thumbnail {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
    margin: 0 auto 12px; }
  body.archive .article-wrap .article-content,
  body.single.single-post .article-wrap .article-content,
  body.blog .article-wrap .article-content,
  body.search .article-wrap .article-content {
    width: 100%;
    float: none;
    clear: both; }
    body.archive .article-wrap .article-content .article-excerpt,
    body.single.single-post .article-wrap .article-content .article-excerpt,
    body.blog .article-wrap .article-content .article-excerpt,
    body.search .article-wrap .article-content .article-excerpt {
      height: auto !important; }
    body.archive .article-wrap .article-content .article-button .post-meta,
    body.single.single-post .article-wrap .article-content .article-button .post-meta,
    body.blog .article-wrap .article-content .article-button .post-meta,
    body.search .article-wrap .article-content .article-button .post-meta {
      width: 100%;
      float: none;
      clear: both;
      text-align: center; }
    body.archive .article-wrap .article-content .article-button .sw-button,
    body.single.single-post .article-wrap .article-content .article-button .sw-button,
    body.blog .article-wrap .article-content .article-button .sw-button,
    body.search .article-wrap .article-content .article-button .sw-button {
      float: none;
      clear: both;
      margin: 8px auto 0; } }
@media screen and (max-width: 760px) {
  #footer .container.footer-columns {
    padding: 20px 12px; }
    #footer .container.footer-columns .column.col-1,
    #footer .container.footer-columns .column.col-2 {
      width: 50%;
      padding-left: 0; }
    #footer .container.footer-columns .column.col-3 {
      width: 50%;
      float: left;
      clear: left;
      padding-left: 0; }
    #footer .container.footer-columns .column.col-2:before,
    #footer .container.footer-columns .column.col-3:before {
      display: none; }
    #footer .container.footer-columns .column.col-4 {
      width: 50%;
      margin: 0;
      float: right;
      clear: none;
      padding-left: 0; } }
@media screen and (max-width: 600px) {
  .content-header {
    padding-top: 0 !important; }

  .hero-simple-layout .hero-items .hero {
    width: 100%; }

  .wpcf7-form .control-group.half {
    width: 100%; }

  .wpcf7-form .control-group.submit.with-note {
    padding-top: 8px; }
    .wpcf7-form .control-group.submit.with-note .form-note {
      width: 100%;
      float: none;
      clear: both;
      margin-bottom: 8px;
      text-align: center;
      padding: 8px;
      line-height: 24px; }
    .wpcf7-form .control-group.submit.with-note .form-note:before {
      display: inline-block;
      position: relative;
      margin-top: 0;
      top: 0;
      left: 0;
      font-size: 22px;
      line-height: 24px; }
    .wpcf7-form .control-group.submit.with-note .wpcf7-submit {
      float: none;
      clear: both;
      margin: 0 auto; }

  div.header-navigation .ubermenu-responsive.ubermenu {
    min-width: 0; }

  .frontpage-slider {
    padding-top: 0; }

  .site-header {
    position: relative; }
    .site-header .header-wrap #logo-container,
    .site-header .header-wrap #header-sections {
      width: 100%;
      float: none;
      height: auto;
      text-align: center;
      padding: 12px 0 0; }
    .site-header .header-wrap #logo-container a.custom-logo {
      display: inline-block;
      vertical-align: top; }
    .site-header .header-wrap #logo-container a.custom-logo img {
      position: relative;
      display: block;
      max-width: 100%;
      height: auto !important; }
    .site-header .header-wrap #header-sections .top-section {
      padding: 8px; }
    .site-header .header-wrap #header-sections div.phone-link {
      width: 100%;
      text-align: center; }
      .site-header .header-wrap #header-sections div.phone-link a.phone-link {
        display: inline-block; }
        .site-header .header-wrap #header-sections div.phone-link a.phone-link .phone-heading {
          display: inline-block; } }
@media screen and (max-width: 590px) {
  .tpl-gallery-sections .tpl-gallery-items .gallery-item {
    width: 100%; }

  #footer .container.footer-columns .footer-navigation ul li {
    font-size: 15px;
    line-height: 24px;
    padding-left: 0;
    text-align: center; }

  #footer .container.footer-columns .footer-navigation ul li:before {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    vertical-align: top;
    margin: 10px 8px 0 0; }

  #footer .container.footer-columns .column {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 auto;
    text-align: center; }

  #footer .container.footer-columns .column.col-4 {
    width: 254px !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0 auto; }

  #footer .container.footer-columns .column.col-4 div.phone-link {
    text-align: center; }

  #footer .container.footer-columns .column.col-4 a.phone-link {
    text-align: center; }
    #footer .container.footer-columns .column.col-4 a.phone-link .phone-link-display,
    #footer .container.footer-columns .column.col-4 a.phone-link .phone-heading {
      font-size: 21px; }

  #footer #footer-bottom .colophon {
    font-size: 14px; }
    #footer #footer-bottom .colophon p > span {
      display: inline; } }

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



