/*
 Theme Name:   ver
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  VER Theme
 Author:       Diamond
 Author URI:   http://example.com
 Template:     kyma
 Version:      5.3.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ver
*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura-CondensedExtraBold.woff2') format('woff2'),
        url('fonts/Futura-CondensedExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura-CondensedMedium.woff2') format('woff2'),
        url('fonts/Futura-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
  font-family: ''Open Sans', sans-serif; font-weight: 700 !important;';
  src: url("fonts/'Open Sans', sans-serif; font-weight: 700 !important;.eot?#iefix") format("embedded-opentype"), url("fonts/'Open Sans', sans-serif; font-weight: 700 !important;.otf") format("opentype"), url("fonts/'Open Sans', sans-serif; font-weight: 700 !important;.woff") format("woff"), url("fonts/'Open Sans', sans-serif; font-weight: 700 !important;.ttf") format("truetype"), url("fonts/'Open Sans', sans-serif; font-weight: 700 !important;.svg#'Open Sans', sans-serif; font-weight: 700 !important;") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ClanOT-Book';
  src: url("fonts/ClanOT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/ClanOT-Book.otf") format("opentype"), url("fonts/ClanOT-Book.woff") format("woff"), url("fonts/ClanOT-Book.ttf") format("truetype"), url("fonts/ClanOT-Book.svg#ClanOT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: ''Open Sans'';
  src: url("fonts/'Open Sans'.eot?#iefix") format("embedded-opentype"), url("fonts/'Open Sans'.otf") format("opentype"), url("fonts/'Open Sans'.woff") format("woff"), url("fonts/'Open Sans'.ttf") format("truetype"), url("fonts/'Open Sans'.svg#'Open Sans'") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ClanOT-News';
  src: url("fonts/ClanOT-News.eot?#iefix") format("embedded-opentype"), url("fonts/ClanOT-News.otf") format("opentype"), url("fonts/ClanOT-News.woff") format("woff"), url("fonts/ClanOT-News.ttf") format("truetype"), url("fonts/ClanOT-News.svg#ClanOT-News") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ClanOT-Thin';
  src: url("fonts/ClanOT-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/ClanOT-Thin.otf") format("opentype"), url("fonts/ClanOT-Thin.woff") format("woff"), url("fonts/ClanOT-Thin.ttf") format("truetype"), url("fonts/ClanOT-Thin.svg#ClanOT-Thin") format("svg");
  font-weight: normal;
  font-style: normal; }*/
/* Colors */
/* Fonts */
/* Font Sizes */
/* sh added  */
.opensansfont {
    font-family: 'Open Sans';
    font-weight: normal;
}
.futuracondensed {
    font-family: 'Futura'!important;
    font-weight: 800 !important;
}
.top-header-container h2 {
    font-family: futura-pt-condensed!important;
    font-weight: bold!important;
    text-transform: uppercase;
    font-size: 60px;
}
.home #site_header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .home #site_header {
      display: block !important;
      position: static !important; } }
.home.light_header #navigation_bar {
  background: rgba(0, 0, 0, 0.4) !important; }
  @media only screen and (max-width: 1024px) {
    .home.light_header #navigation_bar {
      background: #000000 !important;
      padding: 0; } }

.light_header #navigation_bar {
  background: #000000 !important;
  border-bottom: none !important;
  padding: 0 20px;
  min-height: 100px; }
  @media only screen and (max-width: 1024px) {
    .light_header #navigation_bar {
      padding: 0px; } }
  .light_header #navigation_bar .request-quote,
  .light_header #navigation_bar .buy-equipment {
    position: relative;
    top: -1px; }
  .light_header #navigation_bar.darkblack {
    background: #000000 !important; }
  .light_header #navigation_bar #main_navigation {
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 22px; }
    @media only screen and (min-width: 1025px) {
      .light_header #navigation_bar #main_navigation {
        display: block !important; } }
    @media only screen and (max-width: 1024px) {
      .light_header #navigation_bar #main_navigation {
        display: none;
        float: none;
        margin-right: 0px;
        position: relative;
        top: 60px;
        background: #000000;
        left: 0;
        right: -20px;
        padding: 20px 0 30px 0;
        width: auto;
        height: auto;
        border-top: 1px solid #464646; } }
    .light_header #navigation_bar #main_navigation .request-quote,
    .light_header #navigation_bar #main_navigation .buy-equipment {
      display: none; }
      .light_header #navigation_bar #main_navigation .request-quote a i,
      .light_header #navigation_bar #main_navigation .buy-equipment a i {
        display: none; }
      @media only screen and (max-width: 1024px) {
        .light_header #navigation_bar #main_navigation .request-quote,
        .light_header #navigation_bar #main_navigation .buy-equipment {
          display: block;
          margin: 0px;
          padding: 7px 0 7px 35px; }
          .light_header #navigation_bar #main_navigation .request-quote a,
          .light_header #navigation_bar #main_navigation .buy-equipment a {
            color: #ffffff;
            font-size: 16px;
            font-family: futura-pt-condensed, sans-serif !important; font-weight: 600 !important;
            display: block;
          text-transform: uppercase;}
            .light_header #navigation_bar #main_navigation .request-quote a i,
            .light_header #navigation_bar #main_navigation .buy-equipment a i {
              display: block;
              position: absolute;
              left: 15px;
              color: #cf1047;
              font-size: 16px; } }
    @media only screen and (max-width: 1024px) {
      .light_header #navigation_bar #main_navigation .buy-equipment {
        padding: 12px 0 12px 35px; }
        .light_header #navigation_bar #main_navigation .buy-equipment a:before {
          top: 10px; } }
  .light_header #navigation_bar #logo {
    position: absolute;
    top: -40px; }
    @media only screen and (max-width: 1024px) {
      .light_header #navigation_bar #logo {
        margin-left: 15px;
        top: -37px; } }
    @media only screen and (max-width: 768px) {
      .light_header #navigation_bar #logo {
        margin-top: 0; } }
    @media only screen and (max-width: 400px) {
      .light_header #navigation_bar #logo {
        top: -50%;
        width: 70%; } }
    .light_header #navigation_bar #logo > a {
      height: auto;
      margin-top: 0; }
    .light_header #navigation_bar #logo img {
      width: auto;
      height: 85px; }
      @media only screen and (max-width: 400px) {
        .light_header #navigation_bar #logo img {
          height: 65px; width: auto;} }
  .light_header #navigation_bar #parent-nav li:last-of-type a span.divider {
    display: none; }

@media only screen and (max-width: 1024px) {
  .sticky_menu #navigation_bar {
    position: static !important;
    width: 100% !important;
    top: auto !important; }
    .sticky_menu #navigation_bar #main_navigation {
      padding: 20px 0 80px 0; }
      .sticky_menu #navigation_bar #main_navigation .slide-up-btn {
        bottom: 80px; } }
.hm_go_top {
  background-color: #cf1047;
  display: none; }

.empty-menu {
  display: none !important; }

@media only screen and (max-width: 1024px) {
  .ipad .f_right {
    float: right !important; } }
@media only screen and (max-width: 1024px) {
  .menu_button_mode:not(.header_on_side) #parent-nav li.two-column-menu ul li.column-title a span {
    font-family: ClanOT-News !important; }
  .menu_button_mode:not(.header_on_side) #parent-nav li.two-column-menu ul li.column-title a:hover {
    color: #ffffff; } }
.menu_button_mode:not(.header_on_side) #parent-nav > li.current_page_item > a,
.menu_button_mode:not(.header_on_side) #parent-nav > li.current_page_item:hover > a {
  background: transparent !important; }
.menu_button_mode:not(.header_on_side) #parent-nav > li {
  padding: 10px 0px !important;
  display: inline-block; }
  .menu_button_mode:not(.header_on_side) #parent-nav > li ul a i, .menu_button_mode:not(.header_on_side) #parent-nav > li:not(.menu-item-has-children) > a i, .menu_button_mode:not(.header_on_side) #parent-nav > li.menu-item-has-children > a i {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .menu_button_mode:not(.header_on_side) #parent-nav > li {
      display: block;
      padding: 5px 0px !important; }
      .menu_button_mode:not(.header_on_side) #parent-nav > li a {
        display: block;
        position: relative;
        padding: 0 !important;
        color: #ffffff; }
      .menu_button_mode:not(.header_on_side) #parent-nav > li.current_page_item > a span {
        color: #ffffff !important; }
      .menu_button_mode:not(.header_on_side) #parent-nav > li:not(.menu-item-has-children) > a {
        padding: 5px 0 5px 35px !important; }
        .menu_button_mode:not(.header_on_side) #parent-nav > li:not(.menu-item-has-children) > a span {
          font-size: 16px; }
        .menu_button_mode:not(.header_on_side) #parent-nav > li:not(.menu-item-has-children) > a i {
          display: block;
          position: absolute;
          left: 15px;
          color: #cf1047;
          font-size: 16px; }
          .menu_button_mode:not(.header_on_side) #parent-nav > li:not(.menu-item-has-children) > a i::before {
            content: "\f0da"; }
      .menu_button_mode:not(.header_on_side) #parent-nav > li.menu-item-has-children > a {
        text-decoration: none;
        padding: 5px 0 5px 35px !important; }
        .menu_button_mode:not(.header_on_side) #parent-nav > li.menu-item-has-children > a span {
          font-size: 16px; }
        .menu_button_mode:not(.header_on_side) #parent-nav > li.menu-item-has-children > a i {
          display: block;
          position: absolute;
          left: 15px;
          color: #cf1047;
          font-size: 16px; }
          .menu_button_mode:not(.header_on_side) #parent-nav > li.menu-item-has-children > a i::before {
            content: "\f0da"; }
        .menu_button_mode:not(.header_on_side) #parent-nav > li.menu-item-has-children > a.expanded i::before {
          content: "\f0d7";
          top: 0px; }
      .menu_button_mode:not(.header_on_side) #parent-nav > li.menu-item-has-children > a:hover span {
        color: #ffffff !important;
        cursor: pointer;
        text-decoration: underline !important; }
      .menu_button_mode:not(.header_on_side) #parent-nav > li.two-column-menu ul:after {
        content: '';
        clear: both;
        display: block; }
      .menu_button_mode:not(.header_on_side) #parent-nav > li ul {
        width: 100%;
        position: static;
        padding: 15px 20px 15px 50px;
        background: #0f0f0f;
        border-top: 1px solid #252525;
        border-bottom: 1px solid #252525; }
        .menu_button_mode:not(.header_on_side) #parent-nav > li ul li {
          border-bottom: none;
          margin: 0 0 5px 0;
          width: 100%; }
          .menu_button_mode:not(.header_on_side) #parent-nav > li ul li a {
            font-size: 12px;
            line-height: 12px; }
            .menu_button_mode:not(.header_on_side) #parent-nav > li ul li a:hover {
              text-decoration: underline; }
      .menu_button_mode:not(.header_on_side) #parent-nav > li.two-column-menu ul li {
        width: 42%; } }
  .menu_button_mode:not(.header_on_side) #parent-nav > li > a {
    margin: 0 !important;
    padding: 10px 0 !important; }
    .menu_button_mode:not(.header_on_side) #parent-nav > li > a span {
      color: #f5f5f5;
      text-transform: uppercase!important;
      font-family: futura-pt-condensed, "san-serif" !important;
      font-size: 18px;
      font-weight: 700 !important;
      padding: 0px !important;
      margin: 0px !important; }
      @media only screen and (max-width: 1260px) {
        .menu_button_mode:not(.header_on_side) #parent-nav > li > a span {
          font-size: 16px; } }
      .menu_button_mode:not(.header_on_side) #parent-nav > li > a span span.divider {
        margin: 0 25px !important;
        font-size: 10px; }
        @media only screen and (max-width: 1260px) {
          .menu_button_mode:not(.header_on_side) #parent-nav > li > a span span.divider {
            margin: 0 15px !important; } }
        @media only screen and (max-width: 1024px) {
          .menu_button_mode:not(.header_on_side) #parent-nav > li > a span span.divider {
            display: none; } }
    .menu_button_mode:not(.header_on_side) #parent-nav > li > a:hover, .menu_button_mode:not(.header_on_side) #parent-nav > li > a:hover span {
      color: #cf1047 !important;
      text-decoration: none !important; }
.menu_button_mode:not(.header_on_side) #parent-nav li.current_page_item > a span {
  color: #cf1047 !important;
  text-decoration: none !important; }
/*sh added slider revolution mobile fix*/
@media only screen and (max-width: 479px) {
    .mobilesrfix {
        font-size: 55px!important;
    }
}
#parent-nav ul {
  left: -50px;
  width: auto;
  min-width: 150px;
  background: #252525;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  position: absolute;
  top: 50px; }
  #parent-nav ul li span.divider {
    display: none; }
  #parent-nav ul li.current_page_ancestor li.current_page_item > a span {
    color: #cf1047 !important;
    text-decoration: none !important; }
    @media only screen and (max-width: 1024px) {
      #parent-nav ul li.current_page_ancestor li.current_page_item > a span {
        color: #ffffff !important; }
        #parent-nav ul li.current_page_ancestor li.current_page_item > a span:hover span {
          color: #cf1047 !important; } }
  #parent-nav ul li a {
    text-transform: none;
    color: #f5f5f5;
    padding: 7px 0;
    font-family: ClanOT-News, "san-serif" !important;
    line-height: 18px;
    font-size: 12px;
    display: block; }
    #parent-nav ul li a:hover {
      text-decoration: none;
      color: #cf1047;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
      transition: all 0.1s ease; }
#parent-nav li.has_mega_menu > ul:after {
  display: none; }
#parent-nav li.parent-indent {
  border-bottom: none;
  height: 25px; }
  @media only screen and (max-width: 1024px) {
    #parent-nav li.parent-indent {
      height: auto; } }
#parent-nav li.indent-menu {
  position: relative;
  padding-left: 30px !important;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  @media only screen and (max-width: 1024px) {
    #parent-nav li.indent-menu {
      padding-left: 10px !important; } }
  #parent-nav li.indent-menu:before {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    top: 5px;
    left: 15px;
    color: #f5f5f5;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease; }
    @media only screen and (max-width: 1024px) {
      #parent-nav li.indent-menu:before {
        top: -2px;
        left: 0px; } }
#parent-nav li ul li {
  border-bottom: 1px solid #ffffff; }
  #parent-nav li ul li:last-child {
    border-bottom: none; }
    #parent-nav li ul li:last-child:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 7px 7px;
      border-color: transparent transparent #252525 transparent;
      background: transparent;
      min-width: 0;
      top: -7px;
      left: 50%;
      position: absolute;
      margin: 0 auto;
      content: ""; }
      @media only screen and (max-width: 1024px) {
        #parent-nav li ul li:last-child:after {
          display: none; } }
  #parent-nav li ul li.dropdown-submenu ul {
    opacity: 1;
    display: block !important;
    min-width: 0px;
    left: 0px;
    top: 0;
    position: relative;
    padding: 0;
    width: 100%; }
    #parent-nav li ul li.dropdown-submenu ul li {
      width: 100%;
      margin: 0;
      border-top: 1px solid white;
      padding: 0 0 0 15px !important; }
#parent-nav li.two-column-menu ul {
  min-width: 350px;
  left: -150px; }
  #parent-nav li.two-column-menu ul li {
    float: left;
    width: 44%;
    margin: 0 3%; }
  #parent-nav li.two-column-menu ul li:nth-last-child(2) {
    border-bottom: none; }
  #parent-nav li.two-column-menu ul li.column-title {
    border-bottom: none; }
    #parent-nav li.two-column-menu ul li.column-title a,
    #parent-nav li.two-column-menu ul li.column-title a:hover {
      font-weight: bold;
      text-transform: uppercase !important;
      color: #ffffff;
      cursor: default;
      text-decoration: none !important; }
  #parent-nav li.two-column-menu ul li:nth-child(odd) {
    clear: left; }
#parent-nav li a,
#parent-nav li a:hover {
  border-top: none !important; }
#parent-nav li:not(.image_menu_slide) a:after {
  display: none; }
@media only screen and (max-width: 1024px) {
  #parent-nav li:not(.tab_menu_con):not(.image_menu_slide) {
    max-width: none !important;
    padding: 0px; } }
@media only screen and (max-width: 1260px) {
  #parent-nav ul li a {
    font-size: 10px; } }

.mobile_menu_trigger {
  top: 35px !important; }
  @media only screen and (max-width: 991px) {
    .mobile_menu_trigger {
      display: none !important; } }
  @media only screen and (max-width: 1024px) {
    .mobile_menu_trigger {
      display: inline-block !important;
      right: 10px !important;
      top: 18px !important;
      position: absolute; } }
  @media only screen and (max-width: 500px) {
    .mobile_menu_trigger {
      right: 0px !important; } }
  .mobile_menu_trigger .nav_trigger {
    border: none; }
    .mobile_menu_trigger .nav_trigger span,
    .mobile_menu_trigger .nav_trigger span:before,
    .mobile_menu_trigger .nav_trigger span:after {
      height: 5px;
      width: 36px;
      background: #ffffff; }
    .mobile_menu_trigger .nav_trigger span:before {
      top: -12px; }
    .mobile_menu_trigger .nav_trigger span:after {
      top: 12px; }

.topbar {
  background: transparent !important;
  color: #f5f5f5;
  z-index: 0;
  border-bottom: 0px !important; }
  @media only screen and (max-width: 1024px) {
    .topbar .top_details {
      float: right;
      margin: 0 10px 0 0; } }
  .topbar .top_details .title,
  .topbar .top_details .title a,
  .topbar .top_details > span > a,
  .topbar .top_details > span,
  .topbar .top_details > div,
  .topbar .top_details > div > a,
  .topbar .top_details > a {
    color: #f5f5f5 !important; }
  .topbar .top_details > span,
  .topbar .top_details > div {
    margin-right: 0px !important; }
  .topbar .top_details p {
    margin: 8px 0px;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
    @media only screen and (max-width: 700px) {
      .topbar .top_details p.request-quote, .topbar .top_details p.buy-equipment {
        display: none; } }
    .topbar .top_details p .title {
      text-transform: none; }
  .topbar .top_details .show-search {
    padding: 0px; }
    @media only screen and (max-width: 500px) {
      .topbar .top_details .show-search span {
        display: none; } }
  .topbar .top_details a {
    color: #f5f5f5; }
    .topbar .top_details a.phoneNum {
      color: #f5f5f5;
      font-size: 12px;
      font-family: 'Open Sans'; font-weight: 400 !important; }
  .topbar .top_details button, .topbar .top_details button i {
    background: transparent;
    border: none;
    font-size: 12px; }
  @media only screen and (max-width: 500px) {
    .topbar .top_details > span:not(.top_login):not(.languages-select):not(.quote-divider) {
      display: inline-block !important; } }
  .topbar span.quote-divider {
    top: -1px; }
    @media only screen and (max-width: 700px) {
      .topbar span.quote-divider {
        display: none !important; } }
  .topbar span.divider {
    color: #cf1047 !important;
    padding: 0px 5px !important;
    display: inline-block;
    font-size: 12px;
    top: -2px;
    position: relative;
    margin: 0px; }
  .topbar .country-dropdown-container {
    position: relative;
    padding-left: 3px; }
    .topbar .country-dropdown-container i {
      display: inline-block;
      position: absolute;
      left: 3px;
      top: 22px;
      cursor: default;
      color: #f5f5f5;
      z-index: 1; }
      @media only screen and (max-width: 1024px) {
        .topbar .country-dropdown-container i {
          top: 18px; } }
    .topbar .country-dropdown-container select.site-country {
      position: relative;
      display: inline-block;
      background: transparent;
      border: none;
      font-size: 12px;
      padding: 8px 16px;
      z-index: 10;
      cursor: pointer; }
  @media only screen and (max-width: 1024px) {
    .topbar > .content {
      padding: 0px !important;
      display: block !important; } }

@media only screen and (max-width: 1024px) {
  .ipad .topbar > .content {
    display: block;
    padding: 0px; } }
.gecko .topbar .country-dropdown-container select.site-country option {
  background-color: #f5f5f5;
  color: #000000; }

.autocomplete-results,
.homepage_results,
.searchbar-results,
.category-strip-results {
  display: none;
  background: #ffffff;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1; }
  .autocomplete-results .fa-spinner,
  .homepage_results .fa-spinner,
  .searchbar-results .fa-spinner,
  .category-strip-results .fa-spinner {
    padding: 50px; }
  .autocomplete-results .search-header,
  .homepage_results .search-header,
  .searchbar-results .search-header,
  .category-strip-results .search-header {
    background: #f5f5f5;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .autocomplete-results .search-header h1,
    .homepage_results .search-header h1,
    .searchbar-results .search-header h1,
    .category-strip-results .search-header h1 {
      font-size: 18px;
      margin: 0;
      padding: 10px 20px;
      text-align: left; }
      .autocomplete-results .search-header h1 span,
      .homepage_results .search-header h1 span,
      .searchbar-results .search-header h1 span,
      .category-strip-results .search-header h1 span {
        float: right;
        font-size: 10px;
        text-decoration: underline; }
  .autocomplete-results .suggestion-search-container .suggestion-results,
  .homepage_results .suggestion-search-container .suggestion-results,
  .searchbar-results .suggestion-search-container .suggestion-results,
  .category-strip-results .suggestion-search-container .suggestion-results {
    padding: 20px; }
    .autocomplete-results .suggestion-search-container .suggestion-results p,
    .homepage_results .suggestion-search-container .suggestion-results p,
    .searchbar-results .suggestion-search-container .suggestion-results p,
    .category-strip-results .suggestion-search-container .suggestion-results p {
      font-size: 12px;
      line-height: 15px;
      text-align: left;
      cursor: pointer; }
      .autocomplete-results .suggestion-search-container .suggestion-results p b,
      .homepage_results .suggestion-search-container .suggestion-results p b,
      .searchbar-results .suggestion-search-container .suggestion-results p b,
      .category-strip-results .suggestion-search-container .suggestion-results p b {
        font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important; }
  .autocomplete-results .product-search-container .product-results,
  .homepage_results .product-search-container .product-results,
  .searchbar-results .product-search-container .product-results,
  .category-strip-results .product-search-container .product-results {
    padding: 20px; }
    .autocomplete-results .product-search-container .product-results .product-search,
    .homepage_results .product-search-container .product-results .product-search,
    .searchbar-results .product-search-container .product-results .product-search,
    .category-strip-results .product-search-container .product-results .product-search {
      width: 33.3333%;
      float: left;
      padding: 0 10px; }
      .autocomplete-results .product-search-container .product-results .product-search .main-image,
      .homepage_results .product-search-container .product-results .product-search .main-image,
      .searchbar-results .product-search-container .product-results .product-search .main-image,
      .category-strip-results .product-search-container .product-results .product-search .main-image {
        height: 100px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        border: 1px solid #e1e1e1; }
      .autocomplete-results .product-search-container .product-results .product-search a,
      .homepage_results .product-search-container .product-results .product-search a,
      .searchbar-results .product-search-container .product-results .product-search a,
      .category-strip-results .product-search-container .product-results .product-search a {
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        color: #000000;
        display: block;
        font-family: 'Open Sans' !important;
        margin-top: 5px; }
  .autocomplete-results .search-category-container .cat-results,
  .homepage_results .search-category-container .cat-results,
  .searchbar-results .search-category-container .cat-results,
  .category-strip-results .search-category-container .cat-results {
    padding: 20px; }
    .autocomplete-results .search-category-container .cat-results .brand-container,
    .autocomplete-results .search-category-container .cat-results .cat-container,
    .homepage_results .search-category-container .cat-results .brand-container,
    .homepage_results .search-category-container .cat-results .cat-container,
    .searchbar-results .search-category-container .cat-results .brand-container,
    .searchbar-results .search-category-container .cat-results .cat-container,
    .category-strip-results .search-category-container .cat-results .brand-container,
    .category-strip-results .search-category-container .cat-results .cat-container {
      width: 50%;
      float: left;
      text-align: left; }
      .autocomplete-results .search-category-container .cat-results .brand-container h2,
      .autocomplete-results .search-category-container .cat-results .cat-container h2,
      .homepage_results .search-category-container .cat-results .brand-container h2,
      .homepage_results .search-category-container .cat-results .cat-container h2,
      .searchbar-results .search-category-container .cat-results .brand-container h2,
      .searchbar-results .search-category-container .cat-results .cat-container h2,
      .category-strip-results .search-category-container .cat-results .brand-container h2,
      .category-strip-results .search-category-container .cat-results .cat-container h2 {
        font-size: 14px;
        font-family: ClanOT-News !important;
        margin-top: 0; }
      .autocomplete-results .search-category-container .cat-results .brand-container p,
      .autocomplete-results .search-category-container .cat-results .cat-container p,
      .homepage_results .search-category-container .cat-results .brand-container p,
      .homepage_results .search-category-container .cat-results .cat-container p,
      .searchbar-results .search-category-container .cat-results .brand-container p,
      .searchbar-results .search-category-container .cat-results .cat-container p,
      .category-strip-results .search-category-container .cat-results .brand-container p,
      .category-strip-results .search-category-container .cat-results .cat-container p {
        margin: 0 0 0 10px; }
      .autocomplete-results .search-category-container .cat-results .brand-container a,
      .autocomplete-results .search-category-container .cat-results .cat-container a,
      .homepage_results .search-category-container .cat-results .brand-container a,
      .homepage_results .search-category-container .cat-results .cat-container a,
      .searchbar-results .search-category-container .cat-results .brand-container a,
      .searchbar-results .search-category-container .cat-results .cat-container a,
      .category-strip-results .search-category-container .cat-results .brand-container a,
      .category-strip-results .search-category-container .cat-results .cat-container a {
        color: #000000;
        font-size: 12px;
        line-height: 15px;
        display: block; }
  .autocomplete-results .page-search-container .page-results,
  .homepage_results .page-search-container .page-results,
  .searchbar-results .page-search-container .page-results,
  .category-strip-results .page-search-container .page-results {
    padding: 20px; }
    .autocomplete-results .page-search-container .page-results .page-search,
    .homepage_results .page-search-container .page-results .page-search,
    .searchbar-results .page-search-container .page-results .page-search,
    .category-strip-results .page-search-container .page-results .page-search {
      margin: 5px 0; }
      .autocomplete-results .page-search-container .page-results .page-search .main-image,
      .homepage_results .page-search-container .page-results .page-search .main-image,
      .searchbar-results .page-search-container .page-results .page-search .main-image,
      .category-strip-results .page-search-container .page-results .page-search .main-image {
        height: 100px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        border: 1px solid #e1e1e1;
        width: 30%;
        float: left; }
      .autocomplete-results .page-search-container .page-results .page-search .page-result-content,
      .homepage_results .page-search-container .page-results .page-search .page-result-content,
      .searchbar-results .page-search-container .page-results .page-search .page-result-content,
      .category-strip-results .page-search-container .page-results .page-search .page-result-content {
        float: left;
        width: 65%;
        margin-left: 5%;
        text-align: left; }
        .autocomplete-results .page-search-container .page-results .page-search .page-result-content h1,
        .homepage_results .page-search-container .page-results .page-search .page-result-content h1,
        .searchbar-results .page-search-container .page-results .page-search .page-result-content h1,
        .category-strip-results .page-search-container .page-results .page-search .page-result-content h1 {
          font-size: 14px;
          font-family: ClanOT-News !important;
          margin-top: 5px;
          color: #000000; }
        .autocomplete-results .page-search-container .page-results .page-search .page-result-content p, .autocomplete-results .page-search-container .page-results .page-search .page-result-content span,
        .homepage_results .page-search-container .page-results .page-search .page-result-content p,
        .homepage_results .page-search-container .page-results .page-search .page-result-content span,
        .searchbar-results .page-search-container .page-results .page-search .page-result-content p,
        .searchbar-results .page-search-container .page-results .page-search .page-result-content span,
        .category-strip-results .page-search-container .page-results .page-search .page-result-content p,
        .category-strip-results .page-search-container .page-results .page-search .page-result-content span {
          font-size: 10px;
          line-height: 15px;
          font-family: ClanOT-News !important; }
        .autocomplete-results .page-search-container .page-results .page-search .page-result-content span,
        .homepage_results .page-search-container .page-results .page-search .page-result-content span,
        .searchbar-results .page-search-container .page-results .page-search .page-result-content span,
        .category-strip-results .page-search-container .page-results .page-search .page-result-content span {
          text-decoration: underline;
          float: right; }
        .autocomplete-results .page-search-container .page-results .page-search .page-result-content.full-search-content,
        .homepage_results .page-search-container .page-results .page-search .page-result-content.full-search-content,
        .searchbar-results .page-search-container .page-results .page-search .page-result-content.full-search-content,
        .category-strip-results .page-search-container .page-results .page-search .page-result-content.full-search-content {
          width: 100%;
          float: none;
          margin: 0; }

#search_bar {
  background: #ffffff;
  width: 100%;
  z-index: 10000;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }
  #search_bar .search-input-container {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    #search_bar .search-input-container input#s {
      border: none;
      height: auto;
      width: auto;
      float: none; }
    #search_bar .search-input-container input {
      border: none;
      border-left: 1px solid #000000;
      border-radius: 0;
      padding: 5px 12px;
      min-width: 300px; }
      @media only screen and (max-width: 368px) {
        #search_bar .search-input-container input {
          min-width: 210px; } }
    #search_bar .search-input-container button {
      border: none;
      width: 30px;
      padding: 5px 0; }
    #search_bar .search-input-container .search-btn {
      background: #cf1047; }
      #search_bar .search-input-container .search-btn i {
        color: #ffffff;
        font-size: 20px;
        line-height: 13px;
        top: 2px;
        position: relative;
        left: 2px; }
    #search_bar .search-input-container .search-close {
      background: #e1e1e1;
      color: #cf1047;
      font-family: 'Open Sans' !important;
      font-size: 16px; }

.autocomplete-results {
  width: 420px;
  position: absolute;
  margin-left: -210px;
  left: 50%;
  top: 52px; }

.video_search {
  color: #000000;
  background: #ffffff;
  padding: 20px 30px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .video_search {
      line-height: 16px !important;
      margin-top: 10px !important;
      font-size: 10px !important; } }
  @media only screen and (max-width: 600px) {
    .video_search {
      line-height: 16px !important;
      margin-top: 10px !important;
      font-size: 10px !important; } }
  @media only screen and (max-width: 500px) {
    .video_search {
      line-height: 16px !important;
      margin-top: 10px !important;
      font-size: 10px !important; } }
  .video_search input#s {
    border: none;
    height: auto;
    float: none;
    width: auto; }
  .video_search input {
    border: none;
    background: transparent;
    color: #000000 !important;
    min-width: 450px;
    font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important;
    outline: none; }
    @media only screen and (max-width: 991px) {
      .video_search input {
        line-height: 16px !important;
        font-size: 10px !important; } }
    @media only screen and (max-width: 600px) {
      .video_search input {
        min-width: 300px;
        line-height: 16px !important;
        font-size: 10px !important; } }
    @media only screen and (max-width: 500px) {
      .video_search input {
        min-width: 200px;
        line-height: 16px !important;
        font-size: 10px !important; } }
  @media only screen and (max-width: 991px) {
    .video_search i {
      font-size: 10px !important; } }
  @media only screen and (max-width: 600px) {
    .video_search i {
      font-size: 10px !important; } }
  @media only screen and (max-width: 500px) {
    .video_search i {
      font-size: 10px !important; } }

.triangle-bkg {
  background: url(./imgs/triangle_bkg.jpg) !important; }

.black-dots-bkg {
  background: url(./imgs/black_dot_bkg.jpg) !important; }

.black-dots-bkg h1,
.black-dots-bkg h2 {
  color: #f5f5f5; }

.dots-bg {
  background: url(imgs/dot_bkg_tall.png) repeat 0 0; }

.content {
  padding-left: 25px;
  padding-right: 25px; }
  @media only screen and (min-width: 1200px) {
    .content {
      max-width: 1600px !important; } }
  @media only screen and (min-width: 992px) {
    .content {
      max-width: none !important;
      padding: 0px; } }
  @media only screen and (max-width: 991px) {
    .content {
      max-width: none !important;
      padding: 0px; } }
  @media only screen and (max-width: 768px) {
    .content {
      max-width: none !important;
      padding: 0px;
      min-height: 48px; } }

.container-fluid ul {
  margin-left: 20px; }
  .container-fluid ul li {
    list-style: disc; }

.overlay-popup {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.9);
  min-width: 100%;
  min-height: 100%;
  z-index: 1000;
  display: none; }
  .overlay-popup i {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer; }
    @media only screen and (max-width: 480px) {
      .overlay-popup i {
        top: 10px;
        right: 10px; } }
  .overlay-popup iframe {
    display: block;
    position: absolute;
    top: 25%;
    left: 25%; }
    @media only screen and (max-width: 650px) {
      .overlay-popup iframe {
        width: 70% !important;
        left: 15%; } }
    @media only screen and (max-width: 480px) {
      .overlay-popup iframe {
        width: 100% !important;
        left: 0; } }

.error404 .main_desc {
  margin: 20px 0px; }
  .error404 .main_desc p {
    margin: 0px; }
.error404 .page404 {
  color: #cf1047;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 350px; }
.error404 .btn_a i.in_left,
.error404 .btn_a i.in_right {
  color: #cf1047; }
.error404 span:hover {
  color: #cf1047; }

#main_wrapper {
  background: #f5f5f5; }

.white-container {
  width: 80%;
  margin: 50px auto !important;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 50px; }
  @media only screen and (max-width: 480px) {
    .white-container {
      width: 90%;
      padding: 30px; } }
  .white-container .wpb_text_column {
    margin-bottom: 10px; }
  .white-container a:hover,
  .white-container a:visited {
    color: #cf1047; }
  .white-container .file_link_container a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
  @media only screen and (max-width: 480px) {
    .white-container h2 {
      font-size: 24px;
      line-height: 30px; }
    .white-container .faq_contents h2 {
      font-size: 16px;
      line-height: 25px; } }

.mobile-show,
.mobile-small-show,
.mobile-product,
.mobile-categories,
.related-sidebar-mobile,
.mobile-details-container,
.mobile-details {
  display: none; }

.mobile-hide {
  display: block; }
  @media only screen and (max-width: 768px) {
    .mobile-hide {
      display: none; } }

.internal_post_con {
  padding-bottom: 0; }

.country-US .hide-us {
  display: none !important; }

.country-EU .hide-eu {
  display: none !important; }

#main_wrapper.blank-page-wrapper {
  height: 100%;
  background: #ffffff; }

.white-bordered-content {
  margin: 50px !important;
  background: #ffffff;
  padding: 60px;
  border: 1px solid #e1e1e1; }
  @media only screen and (max-width: 500px) {
    .white-bordered-content {
      margin: 20px !important;
      padding: 10px; } }

@media only screen and (min-width: 1200px) {
  .container,
  .site_boxed #main_wrapper {
    max-width: 1600px !important; } }
@media only screen and (min-width: 992px) {
  .container,
  .site_boxed #main_wrapper {
    max-width: none !important;
    padding: 0px; } }
@media only screen and (max-width: 850px) {
  .desktop-product {
    display: none; }

  .mobile-product {
    display: block; } }
@media only screen and (max-width: 768px) {
  .container,
  .site_boxed #main_wrapper {
    max-width: none !important;
    padding: 0px; }

  .container {
    width: 90% !important; }

  .mobile-show {
    display: block; } }
@media only screen and (max-width: 650px) {
  .mobile-categories {
    display: block; }

  .mobile-details-container {
    display: block;
    margin: 0 0 20px 0; } }
.blackbg {
    background: #000000 !important;
}
.white-text {
  color: #ffffff;
  font-size: 16px;
  font-family: ClanOT-Thin !important;
  line-height: 25px; }
  .white-text h1,
  .white-text h2,
  .white-text h3,
  .white-text p {
    color: #ffffff;
    margin-bottom: 20px !important; }
  .white-text h2 {
    font-size: 36px; }
    @media only screen and (max-width: 480px) {
      .white-text h2 {
        font-size: 14px;
        line-height: 22px; } }
  .white-text h3 {
    font-size: 16px;
    font-family: ClanOT-Thin !important;
    line-height: 25px; }
  .white-text h4 {
    font-size: 12px;
    font-family: ClanOT-Thin !important;
    line-height: 30px; }
  .white-text p {
    line-height: 24px; }
  @media only screen and (max-width: 480px) {
    .white-text h1 {
      font-size: 22px; } }

.dark-text {
  color: #000000;
  margin-bottom: 20px !important;
  font-size: 12px;
  font-family: ClanOT-Thin !important;
  line-height: 20px; }
  .dark-text h1,
  .dark-text h2,
  .dark-text h3 {
    color: #000000;
    margin-bottom: 20px !important; }
  .dark-text h1 {
    font-size: 32px; }
  .dark-text h2 {
    font-size: 16px;
    font-family: ClanOT-Thin !important;
    line-height: 25px; }
  .dark-text h3 {
    font-size: 12px;
    font-family: ClanOT-Thin !important;
    line-height: 20px; }

.center-text {
  padding: 80px 0 60px 0; }
  .center-text .wpb_text_column .wpb_wrapper {
    width: 67%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .center-text .wpb_text_column .wpb_wrapper {
        width: 80%; } }
    .center-text .wpb_text_column .wpb_wrapper h1,
    .center-text .wpb_text_column .wpb_wrapper h2,
    .center-text .wpb_text_column .wpb_wrapper h3,
    .center-text .wpb_text_column .wpb_wrapper p {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .center-text .wpb_text_column .wpb_wrapper h1,
        .center-text .wpb_text_column .wpb_wrapper h2,
        .center-text .wpb_text_column .wpb_wrapper h3,
        .center-text .wpb_text_column .wpb_wrapper p {
          width: 95%; } }

.center-text-small {
  padding: 30px 0 20px 0; }
  .center-text-small .wpb_text_column .wpb_wrapper {
    width: 67%;
    margin: 0 auto;
    text-align: center; }
    .center-text-small .wpb_text_column .wpb_wrapper h1,
    .center-text-small .wpb_text_column .wpb_wrapper h2,
    .center-text-small .wpb_text_column .wpb_wrapper h3,
    .center-text-small .wpb_text_column .wpb_wrapper p {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .center-text-small .wpb_text_column .wpb_wrapper h1,
        .center-text-small .wpb_text_column .wpb_wrapper h2,
        .center-text-small .wpb_text_column .wpb_wrapper h3,
        .center-text-small .wpb_text_column .wpb_wrapper p {
          width: 95%; } }

.center-text-thin {
  padding: 20px 0px; }
  .center-text-thin h1,
  .center-text-thin h2,
  .center-text-thin h3 {
    width: 67%;
    margin: 0 auto; }

.glyphicon-play:before {
  display: none; }

.pdf-icon {
  position: relative;
  top: 4px;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background: url(imgs/pdf-icon.png) no-repeat 0 0; }

.purple-button {
  margin-top: 35px; }
  .purple-button a {
    background-color: #cf1047 !important;
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
    color: #ffffff !important; }

a.purple-button button {
  margin-top: 35px;
  background-color: #cf1047 !important;
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  color: #ffffff !important;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; }

.slide-up-btn {
  display: none; }
  @media only screen and (max-width: 700px) {
    .slide-up-btn {
      display: block;
      color: #ffffff;
      cursor: pointer;
      position: absolute;
      bottom: 30px;
      right: 20px; }
      .slide-up-btn i {
        font-size: 20px; } }

.languages-select {
  margin-right: 0px !important; }

.scroll-more {
  cursor: pointer;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .scroll-more {
      display: none; } }
  .scroll-more p {
    font-size: 12px !important;
    font-family: ClanOT-News !important; }

.grid-list-toggle {
  display: inline-block;
  float: right; }
  .grid-list-toggle .btn {
    padding: 5px 6px 5px 7px;
    line-height: 14px;
    border-radius: 2px; }
    .grid-list-toggle .btn.active {
      box-shadow: none; }
    .grid-list-toggle .btn i {
      font-size: 16px; }

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out; }

.unrotate {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out; }

.row-search-bar {
  overflow: visible !important; }

.main-search-bar {
  height: 80px;
  border-bottom: 1px solid #252525;
  position: absolute;
  top: -80px;
  left: 0px;
  right: 0px;
  z-index: 1; }
  @media only screen and (max-width: 850px) {
    .main-search-bar {
      height: 141px;
      top: -141px; } }
  @media only screen and (max-width: 768px) {
    .main-search-bar {
      height: 140px;
      top: -140px; } }
  @media only screen and (max-width: 500px) {
    .main-search-bar {
      height: 126px;
      top: -126px; } }
  @media only screen and (max-width: 494px) {
    .main-search-bar {
      height: 135px;
      top: -135px; } }
  @media only screen and (max-width: 368px) {
    .main-search-bar {
      height: 130px;
      top: -130px; } }
  .main-search-bar .search_block {
    height: 80px;
    padding: 15px 0 0; }
    @media only screen and (max-width: 768px) {
      .main-search-bar .search_block {
        height: 79px;
        padding: 15px 30px 0; } }
    @media only screen and (max-width: 500px) {
      .main-search-bar .search_block {
        height: 65px;
        padding: 10px 30px 0; } }
    .main-search-bar .search_block form {
      position: relative;
      margin: 0 auto;
      width: 60%; }
      @media only screen and (max-width: 1060px) {
        .main-search-bar .search_block form {
          width: 75%; } }
      @media only screen and (max-width: 768px) {
        .main-search-bar .search_block form {
          max-width: 550px;
          margin: 0 auto; } }
      @media only screen and (max-width: 600px) {
        .main-search-bar .search_block form {
          max-width: none;
          width: 90%; } }
      @media only screen and (max-width: 368px) {
        .main-search-bar .search_block form {
          width: 100%; } }
    .main-search-bar .search_block #s {
      padding: 5px 10px 5px 65px;
      border-radius: 2px;
      font-size: 12px;
      height: 50px; }
      @media only screen and (max-width: 800px) {
        .main-search-bar .search_block #s {
          font-size: 16px; } }
      @media only screen and (max-width: 600px) {
        .main-search-bar .search_block #s {
          height: 56px;
          font-size: 14px;
          padding-left: 45px; } }
      @media only screen and (max-width: 500px) {
        .main-search-bar .search_block #s {
          height: 45px; } }
      @media only screen and (max-width: 368px) {
        .main-search-bar .search_block #s {
          font-size: 12px; } }
    .main-search-bar .search_block #searchsubmit {
      left: 0;
      right: auto;
      background: transparent;
      height: 50px; }
      @media only screen and (max-width: 600px) {
        .main-search-bar .search_block #searchsubmit {
          height: 56px; } }
      @media only screen and (max-width: 500px) {
        .main-search-bar .search_block #searchsubmit {
          height: 45px; } }
      .main-search-bar .search_block #searchsubmit i {
        color: #000000;
        font-size: 15px;
        padding: 4px 15px 8px;
        border-right: 1px solid #000000; }
        @media only screen and (max-width: 900px) {
          .main-search-bar .search_block #searchsubmit i {
            padding-top: 8px; } }
        @media only screen and (max-width: 800px) {
          .main-search-bar .search_block #searchsubmit i {
            font-size: 16px; } }
        @media only screen and (max-width: 600px) {
          .main-search-bar .search_block #searchsubmit i {
            font-size: 14px;
            padding: 8px 8px 8px 0; } }
  .main-search-bar .contact-us-btn .quote-cart {
    line-height: 18px; }
  .main-search-bar .quote-cart {
    padding: 30px 10px 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    border-left: 1px solid #252525;
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
    @media only screen and (max-width: 850px) {
      .main-search-bar .quote-cart {
        max-height: 61px;
        padding: 20px;
        line-height: 14px; }
        .main-search-bar .quote-cart h2.widgettitle {
          padding: 0px; } }
    @media only screen and (max-width: 480px) {
      .main-search-bar .quote-cart {
        font-size: 14px; } }
    @media only screen and (max-width: 400px) {
      .main-search-bar .quote-cart {
        padding: 24px 10px; } }
    @media only screen and (max-width: 368px) {
      .main-search-bar .quote-cart {
        font-size: 10px;
        padding: 20px; } }
    .main-search-bar .quote-cart:hover {
      background: #cf1047; }
    .main-search-bar .quote-cart i {
      display: inline-block;
      height: 14px;
      width: 15px;
      background: url(imgs/quote-icon.png) no-repeat 0 0;
      margin-right: 10px;
      top: 3px;
      position: relative; }
  .main-search-bar .col-sm-6 {
    width: 60%; }
    @media only screen and (max-width: 1060px) {
      .main-search-bar .col-sm-6 {
        width: 50% !important; } }
    @media only screen and (max-width: 850px) {
      .main-search-bar .col-sm-6 {
        width: 50% !important; } }
  .main-search-bar .col-sm-3 {
    width: 20%; }
    @media only screen and (max-width: 1060px) {
      .main-search-bar .col-sm-3 {
        width: 25% !important; } }
    @media only screen and (max-width: 850px) {
      .main-search-bar .col-sm-3 {
        width: 50% !important; } }
    @media only screen and (max-width: 768px) {
      .main-search-bar .col-sm-3 {
        width: 50%; } }
  .main-search-bar .mobile-search-form {
    display: none; }
  .main-search-bar .quote-cart,
  .main-search-bar .dropdown-click-menu {
    border-top: 1px solid #252525;
    background: #151515;
    height: 80px; }
  @media only screen and (max-width: 850px) {
    .main-search-bar .dropdown-click-menu {
      max-height: 61px;
      padding: 20px; }
      .main-search-bar .dropdown-click-menu h2.widgettitle {
        padding: 0px; }
      .main-search-bar .dropdown-click-menu .menu-product-categories-container {
        top: 61px; } }
  @media only screen and (max-width: 768px) {
    .main-search-bar {
      height: 80px;
      border-bottom: 1px solid #252525; }
      .main-search-bar .main-search-second-row {
        height: 70px; }
        .main-search-bar .main-search-second-row > div {
          height: 100%; } }
  @media only screen and (max-width: 500px) {
    .main-search-bar .dropdown-click-menu .menu-product-categories-container {
      top: 70px; }
    .main-search-bar .search-bar-wrapper {
      height: 65px; } }
  @media only screen and (max-width: 494px) {
    .main-search-bar .dropdown-click-menu,
    .main-search-bar .quote-cart {
      padding: 25px;
      max-height: 70px; } }
  @media only screen and (max-width: 368px) {
    .main-search-bar .dropdown-click-menu {
      padding: 22px 20px 20px 20px; }
      .main-search-bar .dropdown-click-menu .menu-product-categories-container {
        top: 64px; } }

.search-bar-nooverlay {
  position: static !important;
  background: #000000; }

.dropdown-click-menu {
  padding: 8px 0 0 0;
  cursor: pointer;
  border-right: 1px solid #252525; }
  .dropdown-click-menu.wpb_content_element {
    margin: 0; }
  .dropdown-click-menu h2.widgettitle {
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 22px 0 0; }
    @media only screen and (max-width: 480px) {
      .dropdown-click-menu h2.widgettitle {
        font-size: 14px; } }
    @media only screen and (max-width: 368px) {
      .dropdown-click-menu h2.widgettitle {
        font-size: 10px; }
        .dropdown-click-menu h2.widgettitle:before {
          height: 20px; } }
    .dropdown-click-menu h2.widgettitle:before {
      content: url(imgs/categories-icon.png);
      padding-right: 10px;
      top: 2px;
      position: relative; }
  .dropdown-click-menu .menu-product-categories-container {
    display: none;
    position: absolute;
    top: 78px;
    left: 0px;
    background: #252525;
    padding: 20px 20px 10px;
    z-index: 10;
    width: 100%;
    border: 1px solid #464646; }
    .dropdown-click-menu .menu-product-categories-container:before {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #252525 transparent;
      background: transparent;
      min-width: 0px;
      top: -10px;
      left: 47%;
      position: absolute;
      margin: 0 auto;
      content: ""; }
    .dropdown-click-menu .menu-product-categories-container ul {
      list-style: none; }
      .dropdown-click-menu .menu-product-categories-container ul li {
        border-top: 1px solid #666666;
        padding: 5px; }
        .dropdown-click-menu .menu-product-categories-container ul li:first-child {
          border-top: none; }
        .dropdown-click-menu .menu-product-categories-container ul li a {
          color: #ffffff; }

.vc_wp_custommenu .menu-product-categories-container {
  left: 14px;
  width: 91.3%; }

.searchbar-results {
  width: 60%;
  position: relative;
  margin: 0 auto;
  top: -16px;
  z-index: 1; }
  @media only screen and (max-width: 1060px) {
    .searchbar-results {
      width: 75%; } }

@media only screen and (max-width: 850px) {
  .main-search-bar .mobile-search-form {
    display: block; }
  .main-search-bar .desktop-search-form {
    display: none; } }
.categories-grid {
  max-width: 900px;
  padding: 80px 5% 50px 5%;
  text-align: center; }
  @media only screen and (max-width: 769px) {
    .categories-grid .vc_col-sm-4 {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .categories-grid {
      max-width: 355px;
      margin: 0 auto; } }
  @media only screen and (max-width: 500px) {
    .categories-grid {
      padding: 0; } }
  .categories-grid.vc_row {
    margin: 40px auto 50px; }
    @media only screen and (max-width: 991px) {
      .categories-grid.vc_row {
        padding: 0 5px;
        margin: 0 auto; } }
  .categories-grid br {
    display: none; }
  .categories-grid h2 {
    text-align: center;
    font-family: futura-pt-condensed, sans-serif !important; font-weight: 700 !important;
    font-size: 60px;
      text-transform: uppercase!important;
    margin-bottom: 35px; }
    @media only screen and (max-width: 991px) {
      .categories-grid h2 {
        font-size: 32px; } }
    @media only screen and (max-width: 768px) {
      .categories-grid h2 {
        font-size: 24px;
        margin-top: 0; } }
  .categories-grid:after {
    content: "";
    display: block;
    clear: both; }
  .categories-grid .col-grid {
    float: left;
    margin: 10px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    width: 29%;
    padding: 50px;
    font-family: ClanOT-News !important;
    font-size: 22px; }
    .categories-grid .col-grid:hover {
      color: #ffffff; }
  .categories-grid .vc_column_container .grid-row .wpb_single_image {
    margin: 0; }
    .categories-grid .vc_column_container .grid-row .wpb_single_image figure,
    .categories-grid .vc_column_container .grid-row .wpb_single_image a,
    .categories-grid .vc_column_container .grid-row .wpb_single_image img {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .categories-grid .vc_column_container .grid-row .wpb_single_image .vc_figure {
        max-height: 118px;
        overflow: hidden; } }
  .categories-grid .vc_column_container .grid-row .imagewrapper {
    border: none;
    width: 100%;
    height: 180px;
    background-color: #ffffff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 825px) {
      .categories-grid .vc_column_container .grid-row .imagewrapper {
        height: 150px; } }
    @media only screen and (max-width: 768px) {
      .categories-grid .vc_column_container .grid-row .imagewrapper {
        height: 118px; } }
    .categories-grid .vc_column_container .grid-row .imagewrapper img {
      opacity: 0; }
  .categories-grid .vc_column_container .grid-row .wpb_text_column {
    background: #ffffff;
    border: 1px solid #e1e1e1; }
    @media only screen and (max-width: 768px) {
      .categories-grid .vc_column_container .grid-row .wpb_text_column {
        margin-bottom: 0; } }
    .categories-grid .vc_column_container .grid-row .wpb_text_column h3 {
      text-align: center;
      margin: 20px auto;
      font-size: 20px;
      color: #000000; }
      @media only screen and (max-width: 991px) {
        .categories-grid .vc_column_container .grid-row .wpb_text_column h3 {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        .categories-grid .vc_column_container .grid-row .wpb_text_column h3 {
          margin: 10px; } }
    .categories-grid .vc_column_container .grid-row .wpb_text_column a:hover {
      text-decoration: none; }

.categories-grid-container.dark-theme h2 {
  color: #f5f5f5; }
.categories-grid-container.no-padding .categories-grid {
  padding: 0 0 30px 0;
  margin: 0 auto; }

/*
.category-sidebar {
  background: $brtwhite;
  border: 1px solid $ltgrey3;
  padding: 0 10px;

  h2 {
    font-family: $clan-med;
    font-size: $size-26;
    text-align: left;
    margin-bottom: 20px;
  }

  ul li {
    border-top: 1px solid $ltgrey3;
    padding: 5px 0;

    &:first-child {
      border-top: none;
    }

    a {
      color: $grey4;
    }
  }
} 

.category-header {
  position: relative;
  color: $brtwhite;
  background-size: cover !important;
  background-repeat: no-repeat !important;

  @include tablet_768 {
    height: 350px;
    overflow: hidden;
  }

  @include mobile_480 {
    height: 300px;
    overflow: hidden;
  }
  
  img { 
    opacity: 0; 

    @include tablet_768 {
      height: 600px;
      width: auto;
      max-width: none;
      margin-left: -290px;
      margin-top: -80px;
    }

    @include mobile_480 {
      height: 500px;
      width: auto;
      max-width: none;
      margin-left: -290px;
      margin-top: -80px;
    }
  }

  .masthead {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;

    @include mobile_480 {
      padding: 0 30px;
    }

    p {
      max-width: 70%;
      margin: 0 auto;
      font-size: 21px;
      line-height: 32px;

      @include tablet_991 {
        max-width: 80%;
      }

      @include tablet_777 {
        font-size: $size-16; 
        line-height: $line-25;
      }

      @include mobile_480 {
        font-size: $size-14;
        line-height: $line-22;
      }
    }

    @include tablet_777 {
      .hero-title {
        font-family: $clan-med;
        font-size: $size-32;
        line-height: $line-42;
        text-align: center;

        span {
          display: block;
          text-align: center;
          font-size: $size-32;
          line-height: $line-42;

          &:first-child {
            display: inline;
          }
        }
      }

      .hero-subtitle {
        font-family: $clan-news;
        font-size: $size-22;
      }
    }

    @include mobile_480 {
      h1 {
        font-size: $size-26;
        font-weight: bold;
      }
    }
  }
}
*/
.categories-strip-container {
  padding: 40px 50px; }
  @media only screen and (max-width: 500px) {
    .categories-strip-container {
      padding: 30px; } }
  @media only screen and (max-width: 368px) {
    .categories-strip-container {
      padding: 20px 15px; } }
  .categories-strip-container h2 {
    text-align: center;
    color: #f5f5f5; }
  .categories-strip-container .categories-strip {
    margin: 40px 0 0 0;
    text-align: left; }
  .categories-strip-container .category-strip-container {
    width: 14.58%;
    display: inline-block;
    margin: 10px 2.5%;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .categories-strip-container .category-strip-container {
        width: 32%;
        margin: 10px 2%;
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      .categories-strip-container .category-strip-container {
        width: 48%;
        margin: 10px 0;
        text-align: center; } }
    .categories-strip-container .category-strip-container:nth-child(6n+5), .categories-strip-container .category-strip-container:nth-child(6n+1), .categories-strip-container .category-strip-container:nth-child(6n+3) {
      margin: 10px 0; }
      @media only screen and (max-width: 1024px) {
        .categories-strip-container .category-strip-container:nth-child(6n+5), .categories-strip-container .category-strip-container:nth-child(6n+1), .categories-strip-container .category-strip-container:nth-child(6n+3) {
          margin: 10px 2%; } }
      @media only screen and (max-width: 768px) {
        .categories-strip-container .category-strip-container:nth-child(6n+5), .categories-strip-container .category-strip-container:nth-child(6n+1), .categories-strip-container .category-strip-container:nth-child(6n+3) {
          margin: 10px 0; } }
    .categories-strip-container .category-strip-container:nth-child(6n+6) {
      margin: 10px 0 10px 2.5%; }
    .categories-strip-container .category-strip-container .imagewrapper {
      height: 115px;
      background-size: cover !important;
      background-position: center center !important; }
      @media only screen and (max-width: 1024px) {
        .categories-strip-container .category-strip-container .imagewrapper {
          height: 150px;
          background-size: cover !important;
          background-position: center center !important; } }
      @media only screen and (max-width: 500px) {
        .categories-strip-container .category-strip-container .imagewrapper {
          height: 100px; } }
      @media only screen and (max-width: 368px) {
        .categories-strip-container .category-strip-container .imagewrapper {
          height: 80px; } }
      .categories-strip-container .category-strip-container .imagewrapper img {
        opacity: 0; }
    .categories-strip-container .category-strip-container .category-names h3 {
      color: #f5f5f5;
      text-align: center;
      margin: 10px 0 30px 0;
      font-size: 18px;
/* sh added */
        font-family: 'Open Sans'!important;
        font-style: normal;
        font-weight: 400!important;
}
      @media only screen and (max-width: 500px) {
        .categories-strip-container .category-strip-container .category-names h3 {
          margin: 10px 0; } }
      @media only screen and (max-width: 368px) {
        .categories-strip-container .category-strip-container .category-names h3 {
          font-size: 16px;
          margin: 10px; } }
      .categories-strip-container .category-strip-container .category-names h3:hover {
        color: #cf1047;
        text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .categories-strip-container .category-strip-container:nth-child(3n+1), .categories-strip-container .category-strip-container:nth-child(3n+3) {
        margin: 10px 0; } }
    @media only screen and (max-width: 768px) {
      .categories-strip-container .category-strip-container:nth-child(3n+1), .categories-strip-container .category-strip-container:nth-child(3n+3) {
        margin: 10px 0; }
      .categories-strip-container .category-strip-container:nth-child(2n+1) {
        margin: 10px 4% 10px 0; } }
  .categories-strip-container.light-theme h2 {
    color: #000000; }
  .categories-strip-container.light-theme .category-strip-container {
    border: solid 1px #e1e1e1; }
    .categories-strip-container.light-theme .category-strip-container .category-names h3 {
      color: #000000;
      background: #ffffff;
      border-top: solid 1px #e1e1e1;
      padding: 15px 0;
      margin: 0; }

.featured-work,
.news-rollup,
.team-bio,
.blog-post {
  background: #ffffff;
  color: #ffffff;
  position: relative;
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }
  .featured-work:before, .featured-work:after,
  .news-rollup:before,
  .news-rollup:after,
  .team-bio:before,
  .team-bio:after,
  .blog-post:before,
  .blog-post:after {
    content: "";
    display: table; }
  .featured-work:after,
  .news-rollup:after,
  .team-bio:after,
  .blog-post:after {
    clear: both; }
  @media only screen and (max-width: 600px) {
    .featured-work,
    .news-rollup,
    .team-bio,
    .blog-post {
      display: block;
      width: 100%; } }
  .featured-work img,
  .news-rollup img,
  .team-bio img,
  .blog-post img {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 600px) {
      .featured-work img,
      .news-rollup img,
      .team-bio img,
      .blog-post img {
        width: 100%;
        height: auto; } }

.articles-container h2 {
  background: #f5f5f5;
  text-align: center;
  margin: 0;
  padding: 50px 0;
  font-family: ClanOT-News !important; }
  @media only screen and (max-width: 600px) {
    .articles-container h2 {
      font-size: 26px; } }
.articles-container .featured-work-container,
.articles-container .news-rollup-container,
.articles-container .blog-page-container,
.articles-container .team-bio-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #ffffff; }
  .articles-container .featured-work-container .thumb-container,
  .articles-container .news-rollup-container .thumb-container,
  .articles-container .blog-page-container .thumb-container,
  .articles-container .team-bio-container .thumb-container {
    width: 100%;
    height: 284px;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden; }
    @media only screen and (min-width: 2000px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 450px; } }
    @media only screen and (min-width: 1600px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 400px; } }
    @media only screen and (min-width: 1200px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 350px; } }
    @media only screen and (max-width: 900px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 200px; } }
    @media only screen and (max-width: 825px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 170px; } }
    @media only screen and (max-width: 768px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 165px; } }
    @media only screen and (max-width: 700px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 155px; } }
    @media only screen and (max-width: 650px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 145px; } }
    @media only screen and (max-width: 600px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 350px; } }
    @media only screen and (max-width: 500px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 330px; } }
    @media only screen and (max-width: 400px) {
      .articles-container .featured-work-container .thumb-container,
      .articles-container .news-rollup-container .thumb-container,
      .articles-container .blog-page-container .thumb-container,
      .articles-container .team-bio-container .thumb-container {
        height: 250px; } }
    .articles-container .featured-work-container .thumb-container img,
    .articles-container .news-rollup-container .thumb-container img,
    .articles-container .blog-page-container .thumb-container img,
    .articles-container .team-bio-container .thumb-container img {
      opacity: 0; }

.load-more-btn {
  background: #ffffff;
  text-align: center; }
  .load-more-btn .load-post-btn,
  .load-more-btn #more_filtered_posts {
    border: 0;
    padding: 15px 45px;
    font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 auto 20px;
    background: #cf1047;
    color: #ffffff; }
    .load-more-btn .load-post-btn:hover,
    .load-more-btn #more_filtered_posts:hover {
      background: rgba(85, 30, 90, 0.8);
      text-decoration: underline; }
    .load-more-btn .load-post-btn:active,
    .load-more-btn #more_filtered_posts:active {
      background: rgba(85, 30, 90, 0.8);
      text-decoration: none; }
    .load-more-btn .load-post-btn:disabled,
    .load-more-btn #more_filtered_posts:disabled {
      display: none; }

.featured-work-container .featured-work .work-details {
  padding: 40px;
  background: #ffffff; }
  @media only screen and (max-width: 825px) {
    .featured-work-container .featured-work .work-details {
      padding: 20px; } }
  .featured-work-container .featured-work .work-details .work-title {
    text-align: center;
    font-family: ClanOT-News !important;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #000000; }
  .featured-work-container .featured-work .work-details .work-artist {
    text-align: center;
    font-size: 14px;
    color: #cf1047;
    text-transform: uppercase;
    font-family: ClanOT-Thin !important; }
  .featured-work-container .featured-work .work-details .work-excerpt {
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 40px; }
  .featured-work-container .featured-work .work-details .read-btn {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px; }
    .featured-work-container .featured-work .work-details .read-btn a {
      color: #ffffff; }
      .featured-work-container .featured-work .work-details .read-btn a:hover {
        text-decoration: none; }
      .featured-work-container .featured-work .work-details .read-btn a button {
        background: #000000;
        border: none;
        padding: 10px 30px;
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        color: #ffffff; }
        @media only screen and (max-width: 900px) {
          .featured-work-container .featured-work .work-details .read-btn a button {
            margin: 0;
            display: block;
            width: 100%;
            padding: 10px; } }
        @media only screen and (max-width: 768px) {
          .featured-work-container .featured-work .work-details .read-btn a button {
            font-size: 10px; } }
        @media only screen and (max-width: 600px) {
          .featured-work-container .featured-work .work-details .read-btn a button {
            margin: 0;
            display: inline-block;
            width: auto;
            padding: 10px 30px; } }
        .featured-work-container .featured-work .work-details .read-btn a button i {
          font-size: 10px;
          margin-left: 5px;
          position: relative;
          top: -1px; }
.featured-work-container .featured-work .white-link {
  margin-right: 40px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  cursor: pointer; }
  .featured-work-container .featured-work .white-link:hover {
    text-decoration: none; }

/*.featured-work-intro {
	color: $brtwhite;
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
	padding: 100px 20px;

	@include mobile_480 {
		padding: 100px 20px 80px;
	}

	h2 {
		font-family: $clan-news;
		font-size: 32px;
		line-height: 32px;

		@include mobile_480 {
			font-size: 24px;
		}
	}

	p {
		font-family: $clan-book;
		font-size: 18px;
		line-height: 30px;
	}
}*/
.filter-by-category {
  padding: 20px; }
  .filter-by-category select {
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border: 2px solid #e1e1e1;
    padding: 10px 12px;
    border-radius: 0;
    background: #ffffff url(imgs/form-select-arrow.png) no-repeat right 9px; }

/* Expertise Pages */
.bio-section,
.testimonials-section {
  position: relative; }
  .bio-section img,
  .testimonials-section img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    display: none !important; }
    @media only screen and (max-width: 550px) {
      .bio-section img,
      .testimonials-section img {
        display: block !important; } }
    .bio-section img.full-image,
    .testimonials-section img.full-image {
      display: block !important; }
      @media only screen and (max-width: 550px) {
        .bio-section img.full-image,
        .testimonials-section img.full-image {
          display: none !important; } }
  .bio-section .play-btn,
  .testimonials-section .play-btn {
    position: absolute;
    right: 20%;
    top: 40%;
    display: block; }
    @media only screen and (max-width: 600px) {
      .bio-section .play-btn,
      .testimonials-section .play-btn {
        top: 38%; } }
    @media only screen and (max-width: 550px) {
      .bio-section .play-btn,
      .testimonials-section .play-btn {
        top: 15%;
        right: 40%; } }
    @media only screen and (max-width: 480px) {
      .bio-section .play-btn,
      .testimonials-section .play-btn {
        top: 15%;
        right: 40%; } }
    .bio-section .play-btn i,
    .testimonials-section .play-btn i {
      color: #000000;
      font-size: 100px;
      display: block;
      position: relative;
      z-index: 1;
      cursor: pointer; }
      @media only screen and (max-width: 900px) {
        .bio-section .play-btn i,
        .testimonials-section .play-btn i {
          font-size: 70px; } }
      @media only screen and (max-width: 600px) {
        .bio-section .play-btn i,
        .testimonials-section .play-btn i {
          font-size: 60px; } }
      @media only screen and (max-width: 550px) {
        .bio-section .play-btn i,
        .testimonials-section .play-btn i {
          font-size: 100px; } }
      @media only screen and (max-width: 480px) {
        .bio-section .play-btn i,
        .testimonials-section .play-btn i {
          font-size: 100px; } }
    .bio-section .play-btn span,
    .testimonials-section .play-btn span {
      height: 50px;
      width: 60%;
      display: block;
      position: absolute;
      background: #ffffff;
      top: 25%;
      left: 25%;
      z-index: 0;
      cursor: pointer; }
      @media only screen and (max-width: 900px) {
        .bio-section .play-btn span,
        .testimonials-section .play-btn span {
          height: 35px; } }
      @media only screen and (max-width: 600px) {
        .bio-section .play-btn span,
        .testimonials-section .play-btn span {
          height: 30px; } }
      @media only screen and (max-width: 550px) {
        .bio-section .play-btn span,
        .testimonials-section .play-btn span {
          height: 50px; } }
      @media only screen and (max-width: 480px) {
        .bio-section .play-btn span,
        .testimonials-section .play-btn span {
          height: 50px; } }
  .bio-section .bio-slide,
  .testimonials-section .bio-slide {
    position: relative; }
  .bio-section .text-wrapper,
  .testimonials-section .text-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 550px) {
      .bio-section .text-wrapper,
      .testimonials-section .text-wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center; } }
    .bio-section .text-wrapper .bio-text,
    .bio-section .text-wrapper .testimonial-text,
    .testimonials-section .text-wrapper .bio-text,
    .testimonials-section .text-wrapper .testimonial-text {
      color: #ffffff !important;
      width: 42%; }
      @media only screen and (max-width: 550px) {
        .bio-section .text-wrapper .bio-text,
        .bio-section .text-wrapper .testimonial-text,
        .testimonials-section .text-wrapper .bio-text,
        .testimonials-section .text-wrapper .testimonial-text {
          width: 100%;
          padding: 40px 20px;
          margin: 0; } }
      .bio-section .text-wrapper .bio-text h2,
      .bio-section .text-wrapper .testimonial-text h2,
      .testimonials-section .text-wrapper .bio-text h2,
      .testimonials-section .text-wrapper .testimonial-text h2 {
        font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
        font-size: 2.5vw;
        line-height: 3vw;
        margin-bottom: 30px;
        margin-top: 0; }
        @media only screen and (max-width: 550px) {
          .bio-section .text-wrapper .bio-text h2,
          .bio-section .text-wrapper .testimonial-text h2,
          .testimonials-section .text-wrapper .bio-text h2,
          .testimonials-section .text-wrapper .testimonial-text h2 {
            font-size: 24px;
            line-height: 30px; } }
      .bio-section .text-wrapper .bio-text p,
      .bio-section .text-wrapper .testimonial-text p,
      .testimonials-section .text-wrapper .bio-text p,
      .testimonials-section .text-wrapper .testimonial-text p {
        font-size: 1.5vw;
        line-height: 2.5vw;
        color: #ffffff !important; }
        @media only screen and (max-width: 550px) {
          .bio-section .text-wrapper .bio-text p,
          .bio-section .text-wrapper .testimonial-text p,
          .testimonials-section .text-wrapper .bio-text p,
          .testimonials-section .text-wrapper .testimonial-text p {
            font-size: 3.5vw;
            line-height: 4.5vw; } }
        .bio-section .text-wrapper .bio-text p span,
        .bio-section .text-wrapper .testimonial-text p span,
        .testimonials-section .text-wrapper .bio-text p span,
        .testimonials-section .text-wrapper .testimonial-text p span {
          color: #ffffff !important; }
      .bio-section .text-wrapper .bio-text span,
      .bio-section .text-wrapper .testimonial-text span,
      .testimonials-section .text-wrapper .bio-text span,
      .testimonials-section .text-wrapper .testimonial-text span {
        color: #ffffff !important; }
      .bio-section .text-wrapper .bio-text a.btn,
      .bio-section .text-wrapper .testimonial-text a.btn,
      .testimonials-section .text-wrapper .bio-text a.btn,
      .testimonials-section .text-wrapper .testimonial-text a.btn {
        background: #ffffff;
        color: #cf1047;
        font-size: 1.75vw;
        text-transform: uppercase;
        padding: 10px 20px;
        margin-top: 15px;
        border-radius: 0; }
        @media only screen and (max-width: 550px) {
          .bio-section .text-wrapper .bio-text a.btn,
          .bio-section .text-wrapper .testimonial-text a.btn,
          .testimonials-section .text-wrapper .bio-text a.btn,
          .testimonials-section .text-wrapper .testimonial-text a.btn {
            font-size: 3.5vw;
            line-height: 4.5vw; } }
        .bio-section .text-wrapper .bio-text a.btn span,
        .bio-section .text-wrapper .testimonial-text a.btn span,
        .testimonials-section .text-wrapper .bio-text a.btn span,
        .testimonials-section .text-wrapper .testimonial-text a.btn span {
          font-size: 10px;
          position: relative;
          top: -.2vw;
          margin-left: 3px; }
      @media only screen and (max-width: 550px) {
        .bio-section .text-wrapper .bio-text button,
        .bio-section .text-wrapper .testimonial-text button,
        .testimonials-section .text-wrapper .bio-text button,
        .testimonials-section .text-wrapper .testimonial-text button {
          font-size: 3.5vw;
          line-height: 4.5vw; } }
    .bio-section .text-wrapper .bio-text,
    .testimonials-section .text-wrapper .bio-text {
      margin-right: 40px;
      align-self: flex-end; }
      @media only screen and (max-width: 550px) {
        .bio-section .text-wrapper .bio-text,
        .testimonials-section .text-wrapper .bio-text {
          align-self: flex-start; } }
      .bio-section .text-wrapper .bio-text button,
      .testimonials-section .text-wrapper .bio-text button {
        background: #ffffff;
        font-size: 1.5vw;
        font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
        text-transform: uppercase;
        color: #cf1047;
        padding: 7px 30px;
        border: none;
        margin-right: 25px;
        margin-bottom: 15px !important;
        margin-top: 10px; }
        .bio-section .text-wrapper .bio-text button i,
        .testimonials-section .text-wrapper .bio-text button i {
          margin-left: 5px;
          top: -1px;
          position: relative; }
    .bio-section .text-wrapper .testimonial-text,
    .testimonials-section .text-wrapper .testimonial-text {
      margin-left: 40px;
      align-self: flex-start; }
      @media only screen and (max-width: 550px) {
        .bio-section .text-wrapper .testimonial-text,
        .testimonials-section .text-wrapper .testimonial-text {
          align-self: flex-end; } }
  .bio-section .text-wrapper-center,
  .testimonials-section .text-wrapper-center {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 550px) {
      .bio-section .text-wrapper-center,
      .testimonials-section .text-wrapper-center {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center; } }
    .bio-section .text-wrapper-center .bio-text,
    .bio-section .text-wrapper-center .testimonial-text,
    .testimonials-section .text-wrapper-center .bio-text,
    .testimonials-section .text-wrapper-center .testimonial-text {
      padding: 0 50px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .bio-section .text-wrapper-center .bio-text,
        .bio-section .text-wrapper-center .testimonial-text,
        .testimonials-section .text-wrapper-center .bio-text,
        .testimonials-section .text-wrapper-center .testimonial-text {
          margin-right: 20px; } }
      .bio-section .text-wrapper-center .bio-text h2,
      .bio-section .text-wrapper-center .testimonial-text h2,
      .testimonials-section .text-wrapper-center .bio-text h2,
      .testimonials-section .text-wrapper-center .testimonial-text h2 {
        font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
        font-size: 2.5vw;
        line-height: 3vw;
        color: #ffffff;
        margin-bottom: 30px;
        margin-top: 0;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .bio-section .text-wrapper-center .bio-text h2,
          .bio-section .text-wrapper-center .testimonial-text h2,
          .testimonials-section .text-wrapper-center .bio-text h2,
          .testimonials-section .text-wrapper-center .testimonial-text h2 {
            margin-bottom: 10px; } }
      .bio-section .text-wrapper-center .bio-text p,
      .bio-section .text-wrapper-center .testimonial-text p,
      .testimonials-section .text-wrapper-center .bio-text p,
      .testimonials-section .text-wrapper-center .testimonial-text p {
        font-size: 1.35vw;
        line-height: 2.2vw;
        color: #ffffff !important;
        text-align: center; }
        @media only screen and (max-width: 991px) {
          .bio-section .text-wrapper-center .bio-text p,
          .bio-section .text-wrapper-center .testimonial-text p,
          .testimonials-section .text-wrapper-center .bio-text p,
          .testimonials-section .text-wrapper-center .testimonial-text p {
            font-size: 1.75vw;
            line-height: 2.5vw; } }
        .bio-section .text-wrapper-center .bio-text p span,
        .bio-section .text-wrapper-center .testimonial-text p span,
        .testimonials-section .text-wrapper-center .bio-text p span,
        .testimonials-section .text-wrapper-center .testimonial-text p span {
          color: #ffffff !important; }
      .bio-section .text-wrapper-center .bio-text span,
      .bio-section .text-wrapper-center .testimonial-text span,
      .testimonials-section .text-wrapper-center .bio-text span,
      .testimonials-section .text-wrapper-center .testimonial-text span {
        color: #ffffff !important; }
      .bio-section .text-wrapper-center .bio-text a.btn,
      .bio-section .text-wrapper-center .testimonial-text a.btn,
      .testimonials-section .text-wrapper-center .bio-text a.btn,
      .testimonials-section .text-wrapper-center .testimonial-text a.btn {
        background: #ffffff;
        color: #cf1047;
        font-size: 1.75vw;
        text-transform: uppercase;
        padding: 10px 20px;
        margin-top: 15px;
        border-radius: 0; }
        @media only screen and (max-width: 768px) {
          .bio-section .text-wrapper-center .bio-text a.btn,
          .bio-section .text-wrapper-center .testimonial-text a.btn,
          .testimonials-section .text-wrapper-center .bio-text a.btn,
          .testimonials-section .text-wrapper-center .testimonial-text a.btn {
            margin-top: 5px;
            width: 100%; } }
        .bio-section .text-wrapper-center .bio-text a.btn span,
        .bio-section .text-wrapper-center .testimonial-text a.btn span,
        .testimonials-section .text-wrapper-center .bio-text a.btn span,
        .testimonials-section .text-wrapper-center .testimonial-text a.btn span {
          font-size: 10px;
          position: relative;
          top: -.2vw;
          margin-left: 3px; }
    @media only screen and (max-width: 550px) {
      .bio-section .text-wrapper-center .testimonial-text,
      .testimonials-section .text-wrapper-center .testimonial-text {
        align-self: center;
        width: 100%;
        padding: 40px 20px;
        margin: 0; }
        .bio-section .text-wrapper-center .testimonial-text h2,
        .testimonials-section .text-wrapper-center .testimonial-text h2 {
          font-size: 24px;
          line-height: 30px; }
        .bio-section .text-wrapper-center .testimonial-text p,
        .bio-section .text-wrapper-center .testimonial-text a.btn, .bio-section .text-wrapper-center .testimonial-text button,
        .testimonials-section .text-wrapper-center .testimonial-text p,
        .testimonials-section .text-wrapper-center .testimonial-text a.btn,
        .testimonials-section .text-wrapper-center .testimonial-text button {
          font-size: 3.5vw;
          line-height: 4.5vw; } }
    .bio-section .text-wrapper-center .bio-text button,
    .testimonials-section .text-wrapper-center .bio-text button {
      background: #ffffff;
      font-size: 1.5vw;
      font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
      text-transform: uppercase;
      color: #cf1047;
      padding: 7px 30px;
      border: none;
      margin-bottom: 15px !important;
      margin-right: 25px;
      margin-top: 10px; }
      .bio-section .text-wrapper-center .bio-text button i,
      .testimonials-section .text-wrapper-center .bio-text button i {
        margin-left: 5px;
        top: -1px;
        position: relative; }

.testimonial-slide, .bio-slide {
  position: relative;
  background: #000000; }

.blog-page-container .blog-post .blog-details {
  padding: 40px;
  background: #ffffff; }
  @media only screen and (max-width: 825px) {
    .blog-page-container .blog-post .blog-details {
      padding: 20px; } }
  .blog-page-container .blog-post .blog-details .blog-title {
    text-align: center;
    font-family: ClanOT-News !important;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #000000; }
  .blog-page-container .blog-post .blog-details .blog-excerpt {
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 40px; }
  .blog-page-container .blog-post .blog-details .read-btn {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px; }
    .blog-page-container .blog-post .blog-details .read-btn a {
      color: #ffffff; }
      .blog-page-container .blog-post .blog-details .read-btn a:hover {
        text-decoration: none; }
      .blog-page-container .blog-post .blog-details .read-btn a button {
        background: #000000;
        border: none;
        padding: 10px 30px;
        font-size: 12px;
        text-transform: uppercase;
        color: #ffffff; }
        @media only screen and (max-width: 900px) {
          .blog-page-container .blog-post .blog-details .read-btn a button {
            margin: 0;
            display: block;
            width: 100%;
            padding: 10px; } }
        @media only screen and (max-width: 768px) {
          .blog-page-container .blog-post .blog-details .read-btn a button {
            font-size: 10px; } }
        @media only screen and (max-width: 600px) {
          .blog-page-container .blog-post .blog-details .read-btn a button {
            margin: 0;
            display: inline-block;
            width: auto;
            padding: 10px 30px; } }
        .blog-page-container .blog-post .blog-details .read-btn a button i {
          font-size: 10px;
          margin-left: 5px;
          position: relative;
          top: -1px; }

.news-rollup-container .news-rollup .news-details {
  padding: 40px;
  background: #ffffff; }
  @media only screen and (max-width: 825px) {
    .news-rollup-container .news-rollup .news-details {
      padding: 20px; } }
  .news-rollup-container .news-rollup .news-details .news-title {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #000000; }
  .news-rollup-container .news-rollup .news-details .news-artist {
    text-align: center;
    font-size: 14px;
    color: #cf1047;
    text-transform: uppercase;
    font-family: ClanOT-Thin !important; }
  .news-rollup-container .news-rollup .news-details .news-excerpt {
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 40px; }
  .news-rollup-container .news-rollup .news-details .read-btn {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px; }
    .news-rollup-container .news-rollup .news-details .read-btn a {
      color: #ffffff; }
      .news-rollup-container .news-rollup .news-details .read-btn a:hover {
        text-decoration: none; }
      .news-rollup-container .news-rollup .news-details .read-btn a button {
        background: #000000;
        border: none;
        padding: 10px 30px;
        font-size: 12px;
        text-transform: uppercase;
        color: #ffffff; }
        @media only screen and (max-width: 900px) {
          .news-rollup-container .news-rollup .news-details .read-btn a button {
            margin: 0;
            display: block;
            width: 100%;
            padding: 10px; } }
        @media only screen and (max-width: 768px) {
          .news-rollup-container .news-rollup .news-details .read-btn a button {
            font-size: 10px; } }
        @media only screen and (max-width: 600px) {
          .news-rollup-container .news-rollup .news-details .read-btn a button {
            margin: 0;
            display: inline-block;
            width: auto;
            padding: 10px 30px; } }
        .news-rollup-container .news-rollup .news-details .read-btn a button i {
          font-size: 10px;
          margin-left: 5px;
          position: relative;
          top: -1px; }

.team-bio-container .team-bio .bio-details {
  padding: 40px;
  background: #ffffff; }
  @media only screen and (max-width: 825px) {
    .team-bio-container .team-bio .bio-details {
      padding: 20px; } }
  .team-bio-container .team-bio .bio-details .bio-title {
    text-align: center;
    font-family: ClanOT-News !important;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #000000; }
  .team-bio-container .team-bio .bio-details .bio-excerpt {
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    margin-bottom: 40px; }
  .team-bio-container .team-bio .bio-details .read-btn {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px; }
    .team-bio-container .team-bio .bio-details .read-btn a {
      color: #ffffff; }
      .team-bio-container .team-bio .bio-details .read-btn a:hover {
        text-decoration: none; }
      .team-bio-container .team-bio .bio-details .read-btn a button {
        background: #000000;
        border: none;
        padding: 10px 30px;
        font-size: 12px;
        text-transform: uppercase;
        color: #ffffff; }
        @media only screen and (max-width: 900px) {
          .team-bio-container .team-bio .bio-details .read-btn a button {
            margin: 0;
            display: block;
            width: 100%;
            padding: 10px; } }
        @media only screen and (max-width: 768px) {
          .team-bio-container .team-bio .bio-details .read-btn a button {
            font-size: 10px; } }
        @media only screen and (max-width: 600px) {
          .team-bio-container .team-bio .bio-details .read-btn a button {
            margin: 0;
            display: inline-block;
            width: auto;
            padding: 10px 30px; } }
        .team-bio-container .team-bio .bio-details .read-btn a button i {
          font-size: 10px;
          margin-left: 5px;
          position: relative;
          top: -1px; }

.new-product-slider-container {
  width: 95%;
  margin: 40px auto 55px auto; }
  @media only screen and (max-width: 768px) {
    .new-product-slider-container {
      width: 90%; } }
  .new-product-slider-container .slick-dots {
    display: none !important; }
  .new-product-slider-container h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: ClanOT-News !important;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .new-product-slider-container h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 600px) {
      .new-product-slider-container h2 {
        font-size: 24px; } }
    .new-product-slider-container h2 a {
      font-size: 12px;
      color: #cf1047;
      text-decoration: underline;
      font-family: ClanOT-News !important;
      position: absolute;
      right: 0px;
      top: 10px;
      cursor: pointer; }
      @media only screen and (max-width: 600px) {
        .new-product-slider-container h2 a {
          display: block;
          position: static;
          margin-top: 10px; } }
  .new-product-slider-container button {
    border: none;
    background: transparent;
    position: absolute;
    top: 20px; }
    @media only screen and (max-width: 600px) {
      .new-product-slider-container button {
        top: 70px; } }
    .new-product-slider-container button.slick-next {
      right: -25px; }
    .new-product-slider-container button.slick-prev {
      left: -25px; }
  .new-product-slider-container .addquotelistlink {
    padding: 0px;
    position: absolute;
    bottom: 10px; }
    .new-product-slider-container .addquotelistlink .quotelist-remove-icon {
      display: none; }
    .new-product-slider-container .addquotelistlink .quotelist-added-icon {
      color: #cf1047;
      font-family: 'Open Sans'; font-weight: 400 !important;
      font-size: 10px;
      text-transform: uppercase;
      text-decoration: underline; }
    .new-product-slider-container .addquotelistlink .quotelist-added-icon:before {
      color: #cf1047; }
    .new-product-slider-container .addquotelistlink button {
      margin-top: 0px;
      background: #cf1047 !important;
      color: #f5f5f5;
      font-family: 'Open Sans'; font-weight: 400 !important;
      font-size: 10px;
      text-transform: uppercase;
      padding: 10px 20px;
      position: relative;
      top: 0px; }
      .new-product-slider-container .addquotelistlink button span, .new-product-slider-container .addquotelistlink button i {
        display: none; }
      .new-product-slider-container .addquotelistlink button:hover {
        background: #cf1047;
        text-decoration: underline; }
  .new-product-slider-container .new-product-container {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 40px 10px; }
    .new-product-slider-container .new-product-container .new-product-img-container {
      border: 1px solid #e1e1e1;
      margin: 0 auto 15px auto;
      text-align: center;
      height: 125px;
      background: #ffffff;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 98%; }
    .new-product-slider-container .new-product-container a {
      font-size: 12px;
      color: #cf1047;
      text-decoration: underline;
      font-family: ClanOT-News !important;
      cursor: pointer; }
    .new-product-slider-container .new-product-container .product-title {
      font-size: 16px;
      font-family: ClanOT-News !important;
      padding: 0 5px; }
    .new-product-slider-container .new-product-container .product-description {
      color: #222222;
      font-size: 12px; }
    .new-product-slider-container .new-product-container .pf-content {
      padding: 0 5px; }
  @media only screen and (max-width: 768px) {
    .new-product-slider-container .new-product-slider {
      max-height: 350px; } }
  @media only screen and (max-width: 600px) {
    .new-product-slider-container.mobile-show {
      display: none; }
    .new-product-slider-container.mobile-small-show {
      width: 80%;
      display: block;
      padding-bottom: 20px; }
      .new-product-slider-container.mobile-small-show .new-product-container {
        width: 100%; }
        .new-product-slider-container.mobile-small-show .new-product-container img {
          width: 99%;
          height: auto; } }

.newsletter-module-container {
  background: #000000;
  padding: 50px 0; }
  @media only screen and (max-width: 600px) {
    .newsletter-module-container {
      padding: 30px 0; } }
  .newsletter-module-container .newsletter-content {
    width: 48%;
    max-width: 675px;
    text-align: center;
    margin: 0 auto;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding: 70px;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
    @media only screen and (max-width: 991px) {
      .newsletter-module-container .newsletter-content {
        width: 70%; } }
    @media only screen and (max-width: 650px) {
      .newsletter-module-container .newsletter-content {
        width: 80%; } }
    @media only screen and (max-width: 600px) {
      .newsletter-module-container .newsletter-content {
        width: 90%;
        padding: 50px; } }
    .newsletter-module-container .newsletter-content h2 {
      font-size: 32px;
      color: #fff;
      text-shadow: 1px 1px 2px #000;
      font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
      font-weight: normal; }
    .newsletter-module-container .newsletter-content p {
      font-size: 16px;
      color: #fff;
      text-shadow: 1px 1px 2px #000;
      font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
    .newsletter-module-container .newsletter-content .newsletter-signup-form {
      position: relative;
      margin: 18px 0 0 0; }
      .newsletter-module-container .newsletter-content .newsletter-signup-form .newsletter-form {
        width: 100%; }
        .newsletter-module-container .newsletter-content .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap {
          width: 50%;
          margin: 0 0 12px 0; }
          @media only screen and (max-width: 600px) {
            .newsletter-module-container .newsletter-content .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap {
              width: 100%; } }
          .newsletter-module-container .newsletter-content .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap.email {
            width: 60%; }
            @media only screen and (max-width: 600px) {
              .newsletter-module-container .newsletter-content .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap.email {
                width: 100%; } }
      .newsletter-module-container .newsletter-content .newsletter-signup-form .newsletter-submit {
        width: 40%;
        position: absolute;
        bottom: -10px;
        right: 0;
        padding: 0 10px 1px 0px; }
        @media only screen and (max-width: 600px) {
          .newsletter-module-container .newsletter-content .newsletter-signup-form .newsletter-submit {
            width: 100%;
            position: relative;
            bottom: 0;
            right: 0;
            padding: 0; } }

.categories-strip-with-search-container {
  position: relative;
  padding: 20px 0 40px 0; }
  .categories-strip-with-search-container h2 {
    padding: 0 50px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 60px!important;
    font-family: futura-pt-condensed !important;
    font-weight: 600 !important;
    position: relative;
    text-transform: uppercase;
    }
    @media only screen and (max-width: 768px) {
      .categories-strip-with-search-container h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 600px) {
      .categories-strip-with-search-container h2 {
        font-size: 24px; } }
    .categories-strip-with-search-container h2 a {
      font-size: 12px;
      color: #cf1047;
      text-decoration: underline;
      font-family: ClanOT-News !important;
      position: absolute;
      right: 50px;
      top: 10px;
      cursor: pointer; }
      @media only screen and (max-width: 800px) {
        .categories-strip-with-search-container h2 a {
          display: block;
          position: static;
          margin-top: 10px; } }
  .categories-strip-with-search-container .categories-strip-container {
    padding: 0 50px; }
    .categories-strip-with-search-container .categories-strip-container h2 {
      display: none; }
    .categories-strip-with-search-container .categories-strip-container .categories-strip {
      margin: 0; }
  .categories-strip-with-search-container .search-form {
    position: relative; }
  .categories-strip-with-search-container .search_block {
    height: 80px;
    padding: 15px 0 0; }
    @media only screen and (max-width: 768px) {
      .categories-strip-with-search-container .search_block {
        height: 79px;
        padding: 15px 30px 0; } }
    @media only screen and (max-width: 500px) {
      .categories-strip-with-search-container .search_block {
        height: 65px;
        padding: 10px 30px 0; } }
    .categories-strip-with-search-container .search_block form {
      position: relative;
      margin: 0 auto;
      width: 40%; }
      @media only screen and (max-width: 1024px) {
        .categories-strip-with-search-container .search_block form {
          width: 75%; } }
      @media only screen and (max-width: 700px) {
        .categories-strip-with-search-container .search_block form {
          max-width: none;
          width: 100%; } }
    .categories-strip-with-search-container .search_block #s {
      padding: 5px 10px 5px 65px;
      border-radius: 2px;
      font-size: 12px;
      height: 50px; }
      @media only screen and (max-width: 800px) {
        .categories-strip-with-search-container .search_block #s {
          font-size: 16px; } }
      @media only screen and (max-width: 600px) {
        .categories-strip-with-search-container .search_block #s {
          height: 56px;
          font-size: 14px;
          padding-left: 45px; } }
      @media only screen and (max-width: 500px) {
        .categories-strip-with-search-container .search_block #s {
          height: 45px; } }
      @media only screen and (max-width: 368px) {
        .categories-strip-with-search-container .search_block #s {
          font-size: 12px; } }
    .categories-strip-with-search-container .search_block #searchsubmit {
      left: 0;
      right: auto;
      background: transparent;
      height: 50px; }
      @media only screen and (max-width: 600px) {
        .categories-strip-with-search-container .search_block #searchsubmit {
          height: 56px; } }
      @media only screen and (max-width: 500px) {
        .categories-strip-with-search-container .search_block #searchsubmit {
          height: 45px; } }
      .categories-strip-with-search-container .search_block #searchsubmit i {
        color: #000000;
        font-size: 15px;
        padding: 4px 15px 8px;
        border-right: 1px solid #000000; }
        @media only screen and (max-width: 900px) {
          .categories-strip-with-search-container .search_block #searchsubmit i {
            padding-top: 8px; } }
        @media only screen and (max-width: 800px) {
          .categories-strip-with-search-container .search_block #searchsubmit i {
            font-size: 16px; } }
        @media only screen and (max-width: 600px) {
          .categories-strip-with-search-container .search_block #searchsubmit i {
            font-size: 14px;
            padding: 8px 8px 8px 0; } }
  .categories-strip-with-search-container .category-strip-results {
    width: 40%;
    position: absolute;
    margin: 0 auto;
    left: 30%;
    top: 64px;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .categories-strip-with-search-container .category-strip-results {
        width: 75%;
        left: 12.5%; } }
    @media only screen and (max-width: 700px) {
      .categories-strip-with-search-container .category-strip-results {
        width: 100%;
        left: 0; } }

.top-content-column-container {
  padding: 50px 50px 80px 50px; }
  @media only screen and (max-width: 600px) {
    .top-content-column-container {
      padding: 50px 20px 80px 20px; } }
  .top-content-column-container .top-header-container {
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans'; font-weight: 400 !important; }
    .top-content-column-container .top-header-container h2 {
      font-weight: normal;
      margin: 20px; }
    .top-content-column-container .top-header-container .header-content {
      padding: 0 80px;
      color: #ffffff;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 30px 0; }
      @media only screen and (max-width: 950px) {
        .top-content-column-container .top-header-container .header-content {
          padding: 0; } }
  .top-content-column-container .columns-container {
    display: flex;
    flex-wrap: wrap; }
  .top-content-column-container .col-container {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-family: 'Open Sans'; font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 35px 0; }
    .top-content-column-container .col-container .col-content {
      margin: 0 0 20px 0; }
    .top-content-column-container .col-container .btn-container {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%; }
      .top-content-column-container .col-container .btn-container button {
        text-transform: uppercase;
        background: #ffffff;
        color: #cf1047;
        border-radius: 0;
        padding: 5px 10px;
        border: none;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
        line-height: 24px; }
        .top-content-column-container .col-container .btn-container button i {
          margin: 0 0 0 10px;
          font-size: 18px;
          position: relative;
          top: 2px; }
  .top-content-column-container .col-1 .col-container {
    width: 40%;
    margin: 0 auto; }
    @media only screen and (max-width: 950px) {
      .top-content-column-container .col-1 .col-container {
        width: 70%; } }
    @media only screen and (max-width: 600px) {
      .top-content-column-container .col-1 .col-container {
        width: 90%; } }
    @media only screen and (max-width: 400px) {
      .top-content-column-container .col-1 .col-container {
        width: 100%; } }
  .top-content-column-container .col-2 .col-container {
    float: left;
    width: 46%;
    margin: 0 2%; }
    @media only screen and (max-width: 768px) {
      .top-content-column-container .col-2 .col-container {
        float: none;
        width: 90%;
        margin: 0 auto 30px auto; } }
    @media only screen and (max-width: 400px) {
      .top-content-column-container .col-2 .col-container {
        width: 100%; } }
  .top-content-column-container .col-3 .col-container {
    float: left;
    width: 29.333%;
    margin: 0 2%; }
    @media only screen and (max-width: 1060px) {
      .top-content-column-container .col-3 .col-container {
        float: none;
        width: 90%;
        margin: 0 auto 30px auto; } }
    @media only screen and (max-width: 400px) {
      .top-content-column-container .col-3 .col-container {
        width: 100%; } }

.gdpr-request-module-container {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 55px 76px; }
  @media only screen and (min-width: 992px) {
    .gdpr-request-module-container {
      margin: 0 auto !important;
      max-width: 1004px; } }
  @media only screen and (max-width: 991px) {
    .gdpr-request-module-container {
      padding: 55px 30px; } }
  .gdpr-request-module-container .gdpr-form .required {
    font-size: 20px;
    color: #e20000;
    font-weight: bold;
    top: 5px;
    position: relative;
    margin: 0 0 0 2px; }
  .gdpr-request-module-container .gdpr-form .gdpr-field {
    margin: 20px 0; }
  .gdpr-request-module-container .gdpr-form .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 10px; }
  .gdpr-request-module-container .gdpr-form .wpcf7-list-item {
    position: relative;
    width: 33.3333%;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .gdpr-request-module-container .gdpr-form .wpcf7-list-item {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .gdpr-request-module-container .gdpr-form .wpcf7-list-item {
        width: 100%; } }
    .gdpr-request-module-container .gdpr-form .wpcf7-list-item input[type="checkbox"] {
      display: none; }
      .gdpr-request-module-container .gdpr-form .wpcf7-list-item input[type="checkbox"]:checked + span {
        background-color: #cf1047;
        color: #ffffff; }
    .gdpr-request-module-container .gdpr-form .wpcf7-list-item label {
      width: 100%; }
  .gdpr-request-module-container .gdpr-form .wpcf7-list-item-label {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px 35px;
    border-radius: 5px;
    background: #f5f5f5;
    width: 95%;
    text-align: center;
    margin: 2px 0; }
    @media only screen and (max-width: 900px) {
      .gdpr-request-module-container .gdpr-form .wpcf7-list-item-label {
        padding: 10px; } }
  .gdpr-request-module-container .gdpr-form .country-dropdown {
    position: relative; }
    .gdpr-request-module-container .gdpr-form .country-dropdown:before {
      content: '\f0d7';
      font-family: "Font Awesome 5 Free";
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #cf1047;
      font-size: 26px;
      display: block;
      position: absolute;
      right: 15px;
      top: 10px;
      cursor: pointer; }
    .gdpr-request-module-container .gdpr-form .country-dropdown select {
      background: transparent;
      z-index: 2; }
  .gdpr-request-module-container .gdpr-form .request-btn input[type="submit"] {
    margin-top: 15px;
    background-color: #cf1047 !important;
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
    color: #ffffff !important;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    float: right; }
  .gdpr-request-module-container .gdpr-form .request-btn:after {
    content: '';
    display: block;
    clear: both; }

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
  min-height: 0px !important; }

.vc_row-fluid {
  position: relative; }

.wpb_wrapper ul {
  list-style: disc;
  margin-left: 20px; }

.quote-wrapper.wpb_content_element {
  margin: 0; }

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0px !important; }

@media only screen and (min-width: 1200px) {
  .max-large-width .vc_column-inner {
    max-width: 1600px !important;
    margin: 0 auto; } }
@media only screen and (max-width: 991px) {
  .rows_container > .col-md-3:nth-child(2n+1), .rows_container > .col-md-4:nth-child(2n+1) {
    clear: none !important; } }
@media only screen and (max-width: 480px) {
  .update-btn {
    float: none !important; }
    .update-btn button {
      width: 100%; } }
.bio-container {
  background: #000000;
  padding: 40px 5%; }
  .bio-container img {
    width: 40%;
    height: auto;
    margin-right: 5%;
    float: left; }
    @media only screen and (max-width: 768px) {
      .bio-container img {
        max-width: none;
        width: 100%;
        display: block;
        float: none; } }
  .bio-container .bio-text {
    float: left;
    width: 45%; }
    .bio-container .bio-text a {
      color: #f5f5f5;
      text-decoration: underline; }
    @media only screen and (max-width: 768px) {
      .bio-container .bio-text {
        width: 100%;
        float: none; } }
  .bio-container p,
  .bio-container h1,
  .bio-container h2,
  .bio-container h3,
  .bio-container h4,
  .bio-container h5,
  .bio-container h6,
  .bio-container span {
    color: #ffffff !important; }
  .bio-container h1 {
    text-align: center;
    font-size: 2.5vw; }
    @media only screen and (max-width: 768px) {
      .bio-container h1 {
        font-size: 3.5vw; } }
    @media only screen and (max-width: 480px) {
      .bio-container h1 {
        font-size: 4.5vw; } }
    @media only screen and (max-width: 400px) {
      .bio-container h1 {
        font-size: 5.5vw; } }
  .bio-container p {
    font-size: 1.2vw;
    line-height: 1.9vw; }
    @media only screen and (max-width: 768px) {
      .bio-container p {
        font-size: 2.2vw;
        line-height: 3.9vw; } }
    @media only screen and (max-width: 480px) {
      .bio-container p {
        font-size: 3.2vw;
        line-height: 4.9vw; } }
    @media only screen and (max-width: 400px) {
      .bio-container p {
        font-size: 4.2vw;
        line-height: 5.9vw; } }
  .bio-container strong, .bio-container b {
    font-family: 'Open Sans', sans-serif; font-weight: 700; }
  .bio-container .divider {
    text-decoration: underline;
    color: #f5f5f5;
    font-family: 'Open Sans' !important; font-weight: 300 !important;
    font-size: 10px;
    margin: 30px 0 20px 0; }
    @media only screen and (max-width: 480px) {
      .bio-container .divider {
        margin: 20px 0; } }
    @media only screen and (max-width: 400px) {
      .bio-container .divider {
        margin: 20px 0; } }

.single-featured-work-container {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  margin-bottom: 50px;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .single-featured-work-container .featured-work-content {
    padding: 30px; }
    @media only screen and (max-width: 368px) {
      .single-featured-work-container .featured-work-content {
        padding: 15px; } }
    .single-featured-work-container .featured-work-content h1 {
      font-family: ClanOT-News !important; }
    .single-featured-work-container .featured-work-content h2,
    .single-featured-work-container .featured-work-content h3 {
      font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
    .single-featured-work-container .featured-work-content button {
      background: #ffffff;
      font-size: 14px;
      font-family: ClanOT-News !important;
      color: #cf1047;
      border: none;
      padding: 7px 30px;
      margin-bottom: 15px !important;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .single-featured-work-container .featured-work-content button {
          margin: 10px 0; } }
      .single-featured-work-container .featured-work-content button i {
        margin-left: 5px; }
    @media only screen and (min-width: 1200px) {
      .single-featured-work-container .featured-work-content h2 {
        font-size: 36px; }
      .single-featured-work-container .featured-work-content h2 + p {
        font-size: 21px;
        line-height: 30px; }
      .single-featured-work-container .featured-work-content p {
        font-size: 18px;
        line-height: 27px; } }

.single .container-fluid {
  padding: 0 80px;
  max-width: 1280px;
  /*.featured_work {
  	margin-bottom: 30px;
  }*/ }
  @media only screen and (max-width: 768px) {
    .single .container-fluid {
      padding: 0 40px; } }
  .single .container-fluid .product-breadcrumb {
    margin-top: 30px;
    margin-left: -30px; }
    @media only screen and (max-width: 768px) {
      .single .container-fluid .product-breadcrumb {
        margin-left: -15px; } }
  .single .container-fluid h2 {
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
    font-size: 26px;
    margin: 0; }
  .single .container-fluid h3 {
    font-size: 22px; }
  .single .container-fluid a {
    color: #cf1047;
    text-decoration: underline; }
  .single .container-fluid .meta {
    font-size: 12px;
    color: #464646; }
.single .featured-header {
  padding: 20px;
  background: #e1e1e1; }
  .single .featured-header h1 {
    font-size: 26px;
    margin: 0; }
.single #share_on_socials {
  float: right; }
  .single #share_on_socials a {
    background: #cf1047;
    border: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .single #share_on_socials a i {
      color: #f5f5f5; }
.single .article-image {
  margin: 20px 0;
  text-align: center; }
  .single .article-image img {
    width: auto;
    height: auto; }
.single .related_posts {
  margin-bottom: 30px;
  margin-left: 10px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  padding: 20px; }
  .single .related_posts h2 {
    color: #ffffff;
    text-align: center;
    background: #cf1047;
    margin: -20px -20px 0 -20px;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase; }
  .single .related_posts .related-post {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0px; }
    .single .related_posts .related-post h3 {
      font-size: 16px;
      margin: 5px 0; }
    .single .related_posts .related-post .related_title {
      font-size: 12px; }
      .single .related_posts .related-post .related_title i {
        margin-left: 3px; }
    .single .related_posts .related-post:last-of-type {
      border: none; }
  .single .related_posts a.related_img {
    display: block;
    max-height: 120px;
    overflow: hidden;
    border: 1px solid #d0d0d0; }
    .single .related_posts a.related_img img {
      width: 100%;
      height: auto;
      margin: 0; }

/* Contact Page */
.page-contact .product-breadcrumb,
.single-location-page .product-breadcrumb {
  padding-left: 40px;
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .page-contact .product-breadcrumb,
    .single-location-page .product-breadcrumb {
      display: none; } }

/* Contact Page */
.contact-page-content {
  color: #666666;
  padding: 20px 55px; }
  @media only screen and (min-width: 992px) {
    .contact-page-content {
      padding: 20px; } }
  @media only screen and (max-width: 500px) {
    .contact-page-content {
      padding: 20px; } }
  .contact-page-content .product-breadcrumb {
    padding-left: 60px;
    margin-top: 30px; }
  .contact-page-content .wpb_column {
    max-width: 1004px;
    margin: 0 auto;
    float: none; }
  .contact-page-content .contact-intro {
    margin: 20px 0 50px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .contact-page-content .contact-intro {
        margin-bottom: 0; } }
  .contact-page-content p {
    font-size: 18px;
    line-height: 22px; }
  .contact-page-content .map-svg {
    text-align: center;
    background: #ffffff;
    border: 1px solid #e1e1e1; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .contact-page-content .map-svg {
        height: 0;
        padding-top: 48%;
        position: relative;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 768px) {
      .contact-page-content .map-svg {
        display: none; } }
    .contact-page-content .map-svg svg {
      width: 65%; }
    .contact-page-content .map-svg .cls-1,
    .contact-page-content .map-svg .cls-10,
    .contact-page-content .map-svg .cls-12,
    .contact-page-content .map-svg .cls-5,
    .contact-page-content .map-svg .cls-6,
    .contact-page-content .map-svg .cls-8 {
      fill: none; }
    .contact-page-content .map-svg .cls-2 {
      fill: #ffffff; }
    .contact-page-content .map-svg .cls-3 {
      fill: #151515; }
    .contact-page-content .map-svg .cls-4 {
      clip-path: url(#clip-path); }
    .contact-page-content .map-svg .cls-5,
    .contact-page-content .map-svg .cls-6 {
      stroke: #ffffff; }
    .contact-page-content .map-svg .cls-10,
    .contact-page-content .map-svg .cls-6 {
      stroke-miterlimit: 10; }
    .contact-page-content .map-svg .location-dots {
      clip-path: url(#clip-path-10); }
      .contact-page-content .map-svg .location-dots path {
        cursor: pointer;
        fill: #cf1047 !important; }
        .contact-page-content .map-svg .location-dots path:hover {
          fill: #fece00 !important; }
        .contact-page-content .map-svg .location-dots path.selected-location {
          fill: #fece00 !important; }
    .contact-page-content .map-svg .cls-9 {
      clip-path: url(#clip-path-11); }
    .contact-page-content .map-svg .cls-10 {
      stroke: #151515;
      stroke-width: 0.5px; }
    .contact-page-content .map-svg .cls-11 {
      fill: #cf1047; }
    .contact-page-content .map-svg .cls-12,
    .contact-page-content .map-svg .cls-14 {
      stroke: #231f20; }
    .contact-page-content .map-svg .selected {
      fill: #fece00; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .contact-page-content .map-svg svg {
        position: absolute;
        top: 0;
        left: 0; } }
  .contact-page-content .locations {
    padding: 20px 0;
    margin: -5px 0 0 0; }
    .contact-page-content .locations h1,
    .contact-page-content .locations h2 {
      font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important;
      color: #000000;
      font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .contact-page-content .locations .location-container {
        width: 100%;
        margin: 0 auto; }
        .contact-page-content .locations .location-container .location-offices div {
          padding-top: 15px;
          padding-bottom: 15px;
          margin: 0 20px; }
          .contact-page-content .locations .location-container .location-offices div:last-of-type {
            border-bottom: none; } }
    .contact-page-content .locations .location-container h4 {
      font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
      color: #000000;
      font-size: 16px; }
    .contact-page-content .locations .location-container .office-content {
      color: #666666;
      margin: 0 0 20px 0; }
    .contact-page-content .locations .location-container .office-imgs,
    .contact-page-content .locations .location-container .side-offices {
      width: 48%;
      float: left; }
    .contact-page-content .locations .location-container .office-imgs {
      margin: 0 4% 0 0; }
      @media only screen and (max-width: 1024px) {
        .contact-page-content .locations .location-container .office-imgs {
          display: block;
          width: 100%;
          float: none;
          margin: 0 0 20px 0;
          height: 400px; } }
      @media only screen and (max-width: 768px) {
        .contact-page-content .locations .location-container .office-imgs {
          width: 100%;
          float: none;
          margin: 0;
          display: none; } }
    .contact-page-content .locations .location-container .office-img-slider {
      position: relative;
      display: none; }
      @media only screen and (max-width: 768px) {
        .contact-page-content .locations .location-container .office-img-slider {
          display: block; } }
      .contact-page-content .locations .location-container .office-img-slider .slick-arrow {
        background: transparent;
        border: none;
        position: absolute; }
      .contact-page-content .locations .location-container .office-img-slider .slick-next {
        right: 20px;
        top: 45%; }
        @media only screen and (max-width: 600px) {
          .contact-page-content .locations .location-container .office-img-slider .slick-next {
            top: 40%; } }
        @media only screen and (max-width: 500px) {
          .contact-page-content .locations .location-container .office-img-slider .slick-next {
            top: 35%; } }
        @media only screen and (max-width: 368px) {
          .contact-page-content .locations .location-container .office-img-slider .slick-next {
            top: 30%; } }
      .contact-page-content .locations .location-container .office-img-slider .slick-prev {
        left: 20px;
        top: 45%;
        z-index: 10; }
        @media only screen and (max-width: 600px) {
          .contact-page-content .locations .location-container .office-img-slider .slick-prev {
            top: 40%; } }
        @media only screen and (max-width: 500px) {
          .contact-page-content .locations .location-container .office-img-slider .slick-prev {
            top: 35%; } }
        @media only screen and (max-width: 368px) {
          .contact-page-content .locations .location-container .office-img-slider .slick-prev {
            top: 30%; } }
      .contact-page-content .locations .location-container .office-img-slider img {
        width: 100%; }
    @media only screen and (max-width: 1024px) {
      .contact-page-content .locations .location-container .side-offices {
        width: 100%;
        float: none;
        margin: 0 0 20px 0; } }
    @media only screen and (max-width: 768px) {
      .contact-page-content .locations .location-container .side-offices {
        width: 100%;
        float: none;
        margin: 0; } }
    .contact-page-content .locations .location-container .side-offices .col-sm-3 {
      width: 50%;
      margin: 10px 0; }
      @media only screen and (max-width: 1024px) {
        .contact-page-content .locations .location-container .side-offices .col-sm-3 {
          width: 33.33333333%; } }
      @media only screen and (max-width: 768px) {
        .contact-page-content .locations .location-container .side-offices .col-sm-3 {
          float: none;
          width: 100%;
          margin: 0; } }
      .contact-page-content .locations .location-container .side-offices .col-sm-3:nth-child(1), .contact-page-content .locations .location-container .side-offices .col-sm-3:nth-child(2) {
        margin: 0 0 10px 0; }
      .contact-page-content .locations .location-container .side-offices .col-sm-3:nth-child(2n+1) {
        clear: left; }
        @media only screen and (max-width: 1024px) {
          .contact-page-content .locations .location-container .side-offices .col-sm-3:nth-child(2n+1) {
            clear: none;
            margin: 0; } }
      @media only screen and (max-width: 1024px) {
        .contact-page-content .locations .location-container .side-offices .col-sm-3:first-child {
          padding-left: 0; } }
      @media only screen and (max-width: 768px) {
        .contact-page-content .locations .location-container .side-offices .col-sm-3:first-child {
          padding-left: 15px; } }
    .contact-page-content .locations .location-container .main-img {
      background-size: cover !important;
      background-position: center center !important;
      margin: 0 0 10px 0;
      height: 300px; }
      @media only screen and (max-width: 1024px) {
        .contact-page-content .locations .location-container .main-img {
          width: 77%;
          float: left;
          height: 400px;
          margin: 0 2% 0 0; } }
      @media only screen and (max-width: 768px) {
        .contact-page-content .locations .location-container .main-img {
          margin: 0;
          padding: 0; } }
    @media only screen and (max-width: 1024px) {
      .contact-page-content .locations .location-container .img-gallery {
        width: 21%;
        float: left; } }
    @media only screen and (max-width: 768px) {
      .contact-page-content .locations .location-container .img-gallery {
        display: none; } }
    .contact-page-content .locations .location-container .img-gallery .individ-img {
      background-size: cover !important;
      background-position: center center !important;
      width: 22%;
      float: left;
      border: 1px solid #000000;
      height: 60px; }
      @media only screen and (max-width: 1024px) {
        .contact-page-content .locations .location-container .img-gallery .individ-img {
          height: 92px;
          width: 100%;
          float: none;
          margin: 0 0 10px 0; } }
      .contact-page-content .locations .location-container .img-gallery .individ-img:nth-child(2) {
        margin: 0 4%; }
        @media only screen and (max-width: 1024px) {
          .contact-page-content .locations .location-container .img-gallery .individ-img:nth-child(2) {
            margin: 0; } }
      .contact-page-content .locations .location-container .img-gallery .individ-img:nth-child(3) {
        margin: 0 4% 0 0; }
        @media only screen and (max-width: 1024px) {
          .contact-page-content .locations .location-container .img-gallery .individ-img:nth-child(3) {
            margin: 0; } }
      .contact-page-content .locations .location-container .img-gallery .individ-img:hover {
        opacity: 0.4;
        cursor: pointer; }
    .contact-page-content .locations .location-list-container {
      padding: 0 5px 20px 5px;
      border-bottom: 1px solid #e1e1e1; }
      @media only screen and (max-width: 768px) {
        .contact-page-content .locations .location-list-container {
          display: none; } }
    .contact-page-content .locations .location-list {
      -webkit-columns: 4 150px;
      -moz-columns: 4 150px;
      columns: 4 150px;
      -webkit-column-gap: 1.5em;
      -moz-column-gap: 1.5em;
      column-gap: 1.5em;
      padding: 0;
      margin: 0;
      color: #000;
      font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
      font-size: 14px;
      line-height: 27px; }
      @media only screen and (min-width: 992px) {
        .contact-page-content .locations .location-list {
          -webkit-columns: 2;
          -moz-columns: 2;
          columns: 4;
          -webkit-column-gap: 1.5em;
          -moz-column-gap: 1.5em;
          column-gap: 1.5em; } }
      .contact-page-content .locations .location-list li {
        list-style: none;
        cursor: pointer; }
        .contact-page-content .locations .location-list li.selected-location-name a {
          font-family: 'Open Sans', sans-serif; font-weight: 700 !important;; }
        .contact-page-content .locations .location-list li a {
          color: #000000; }
        .contact-page-content .locations .location-list li:hover {
          text-decoration: underline; }
    .contact-page-content .locations .nashville:before,
    .contact-page-content .locations .nashville:after {
      display: none; }
    .contact-page-content .locations .location-list-dropdown {
      display: none;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .contact-page-content .locations .location-list-dropdown {
          display: block; } }
      .contact-page-content .locations .location-list-dropdown p {
        width: 270px;
        margin: 0 auto;
        text-transform: uppercase;
        text-align: left;
        font-size: 14px;
        padding-left: 5px; }
      .contact-page-content .locations .location-list-dropdown select {
        width: 270px;
        margin: 0 auto 37px;
        background: #ffffff url(imgs/form-select-arrow.png) no-repeat right 9px; }
    .contact-page-content .locations .selected-location {
      color: #000000; }
      .contact-page-content .locations .selected-location span {
        font-size: 14px; }
      .contact-page-content .locations .selected-location address {
        font-size: 14px;
        line-height: 22px;
        margin: 20px 0 0;
        font-style: normal; }
      .contact-page-content .locations .selected-location p {
        margin: 20px 0 0;
        font-size: 14px;
        line-height: 22px; }
  .contact-page-content .contact-form {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 55px 76px; }
    @media only screen and (max-width: 768px) {
      .contact-page-content .contact-form {
        padding: 30px 20px; } }
    .contact-page-content .contact-form h3 {
      font-size: 18px;
      line-height: 27px; }
    .contact-page-content .contact-form p {
      font-size: 14px;
      line-height: 22px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 0; }
    .contact-page-content .contact-form input,
    .contact-page-content .contact-form textarea,
    .contact-page-content .contact-form select {
      width: 100%;
      margin-bottom: 20px;
      background: #ffffff;
      border: 2px solid #e1e1e1;
      padding: 10px 12px;
      border-radius: 0; }
      .contact-page-content .contact-form input[type="date"],
      .contact-page-content .contact-form textarea[type="date"],
      .contact-page-content .contact-form select[type="date"] {
        padding: 9px 12px; }
      .contact-page-content .contact-form input[type="file"],
      .contact-page-content .contact-form textarea[type="file"],
      .contact-page-content .contact-form select[type="file"] {
        border: none;
        padding: 0;
        margin-bottom: 40px; }
      .contact-page-content .contact-form input[type="checkbox"],
      .contact-page-content .contact-form textarea[type="checkbox"],
      .contact-page-content .contact-form select[type="checkbox"] {
        width: auto;
        line-height: 22px; }
        .contact-page-content .contact-form input[type="checkbox"] + label,
        .contact-page-content .contact-form textarea[type="checkbox"] + label,
        .contact-page-content .contact-form select[type="checkbox"] + label {
          display: inline-block;
          padding-left: 10px;
          margin-right: 20px;
          margin-bottom: 0; }
      .contact-page-content .contact-form input[type="submit"],
      .contact-page-content .contact-form textarea[type="submit"],
      .contact-page-content .contact-form select[type="submit"] {
        border: none;
        background: transparent;
        padding: 0;
        margin-bottom: 0;
        width: auto;
        font-size: 20px;
        text-transform: uppercase;
        padding: 20px 27px;
        background: #cf1047;
        border: none;
        text-align: center; }
        @media only screen and (max-width: 480px) {
          .contact-page-content .contact-form input[type="submit"],
          .contact-page-content .contact-form textarea[type="submit"],
          .contact-page-content .contact-form select[type="submit"] {
            font-size: 16px; } }
        @media only screen and (max-width: 400px) {
          .contact-page-content .contact-form input[type="submit"],
          .contact-page-content .contact-form textarea[type="submit"],
          .contact-page-content .contact-form select[type="submit"] {
            width: 100%;
            padding: 20px 0px; } }
        .contact-page-content .contact-form input[type="submit"] .ajax-loader,
        .contact-page-content .contact-form textarea[type="submit"] .ajax-loader,
        .contact-page-content .contact-form select[type="submit"] .ajax-loader {
          position: absolute; }
    .contact-page-content .contact-form .wpcf7-recaptcha {
      margin: 32px 0 54px; }
    .contact-page-content .contact-form select,
    .contact-page-content .contact-form input[type="date"] {
      background: #ffffff url(imgs/form-select-arrow.png) no-repeat right 9px; }
    .contact-page-content .contact-form input[type=date]::-webkit-calendar-picker-indicator {
      color: transparent;
      background: transparent; }
    @media only screen and (max-width: 480px) {
      .contact-page-content .contact-form a.button,
      .contact-page-content .contact-form button {
        font-size: 16px; }
      .contact-page-content .contact-form span.glyphicon {
        left: -58px;
        font-size: 8px; } }
  .contact-page-content .loc_contact {
    margin-top: 40px; }

/* Contact Thanks View */
@media only screen and (min-width: 992px) {
  .contact-thanks {
    padding: 20px; } }
.contact-thanks .wpb_column {
  max-width: 1004px;
  margin: 0 auto;
  float: none; }
.contact-thanks .contact-thanks-body {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  width: 100%;
  text-align: center;
  padding: 100px 0; }
  .contact-thanks .contact-thanks-body > h2,
  .contact-thanks .contact-thanks-body p,
  .contact-thanks .contact-thanks-body a {
    max-width: 556px;
    margin: 0 auto; }
  .contact-thanks .contact-thanks-body h2 {
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
    font-size: 28px;
    margin-bottom: 30px;
    color: #151515; }
  .contact-thanks .contact-thanks-body p {
    font-size: 18px;
    margin-bottom: 20px; }
    .contact-thanks .contact-thanks-body p.phone-number {
      font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important;
      font-size: 28px;
      color: #cf1047;
      margin-bottom: 50px; }
    .contact-thanks .contact-thanks-body p.or {
      font-size: 16px;
      margin-top: 20px; }
  .contact-thanks .contact-thanks-body a.button {
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #cf1047;
    border: none;
    color: #ffffff;
    display: inline-block; }
    .contact-thanks .contact-thanks-body a.button.black {
      background: #000000; }
    .contact-thanks .contact-thanks-body a.button span {
      font-size: 10px;
      vertical-align: middle;
      margin-left: 5px;
      padding-bottom: 7px; }
  .contact-thanks .contact-thanks-body .new-renter a.button {
    margin: 20px 0 50px; }

div.caldera-grid {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 55px 76px; }
  div.caldera-grid a,
  div.caldera-grid a:hover,
  div.caldera-grid a:visited {
    color: #cf1047 !important; }
  div.caldera-grid h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
    color: #cf1047;
    border-bottom: 2px solid #cf1047;
    margin: 10px 0 20px 0; }
  div.caldera-grid hr {
    margin-bottom: 20px; }
  div.caldera-grid .control-label {
    font-family: 'Open Sans'; font-weight: 400 !important;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    font-weight: 900; }
  div.caldera-grid .return-product-header {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px; }
  div.caldera-grid .terms_container {
    max-height: 400px;
    overflow-y: auto;
    margin: 20px;
    border: 1px solid #ccc;
    padding: 20px; }
  div.caldera-grid input.form-control,
  div.caldera-grid textarea.form-control,
  div.caldera-grid select.form-control {
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    border: 2px solid #e1e1e1;
    padding: 10px 12px;
    border-radius: 0;
    height: auto;
    box-shadow: none; }
    div.caldera-grid input.form-control[type="date"],
    div.caldera-grid textarea.form-control[type="date"],
    div.caldera-grid select.form-control[type="date"] {
      padding: 9px 12px; }
    div.caldera-grid input.form-control[type="file"],
    div.caldera-grid textarea.form-control[type="file"],
    div.caldera-grid select.form-control[type="file"] {
      border: none;
      padding: 0;
      margin-bottom: 40px; }
    div.caldera-grid input.form-control[type="checkbox"],
    div.caldera-grid textarea.form-control[type="checkbox"],
    div.caldera-grid select.form-control[type="checkbox"] {
      width: auto;
      line-height: 22px; }
      div.caldera-grid input.form-control[type="checkbox"] + label,
      div.caldera-grid textarea.form-control[type="checkbox"] + label,
      div.caldera-grid select.form-control[type="checkbox"] + label {
        display: inline-block;
        padding-left: 10px;
        margin-right: 20px;
        margin-bottom: 0; }
  div.caldera-grid input.btn-default[type="submit"] {
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    width: auto;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
    background: #cf1047;
    border: none;
    text-align: center;
    color: #ffffff; }
    div.caldera-grid input.btn-default[type="submit"] .ajax-loader {
      position: absolute; }
  div.caldera-grid .glyphicon.submit-button-arrow {
    display: none; }
  div.caldera-grid select.form-control,
  div.caldera-grid input.form-control[type="date"] {
    background: #ffffff url(imgs/form-select-arrow.png) no-repeat right 9px; }
  div.caldera-grid input.form-control[type=date]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: transparent; }
  div.caldera-grid .intl-tel-input {
    width: 100%; }
  div.caldera-grid .checkbox-inline {
    margin-right: 10px; }
    div.caldera-grid .checkbox-inline input[type="checkbox"] {
      position: relative;
      top: -1px; }
  div.caldera-grid ul {
    list-style-type: disc;
    margin: 0 0 20px 40px; }
  div.caldera-grid .center-field {
    text-align: center; }
    div.caldera-grid .center-field label {
      font-size: 18px; }
  div.caldera-grid .top-pad-field {
    margin: 30px 0 0 0; }
  div.caldera-grid .bot-pad-field {
    margin-bottom: 30px; }
  div.caldera-grid .both-pad-field {
    margin-top: 30px;
    margin-bottom: 30px; }
  div.caldera-grid .checkbox input[type=checkbox] {
    position: relative;
    top: -2px; }
  div.caldera-grid .form-group .radio-inline {
    padding-left: 40px; }
    div.caldera-grid .form-group .radio-inline input[type=radio] {
      margin-left: -25px; }
  div.caldera-grid .form-group .btn-default {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
    color: #ffffff;
    background-color: #cf1047;
    border-color: #cf1047;
    padding: 10px 40px; }
    div.caldera-grid .form-group .btn-default:hover {
      background-color: #cf1047;
      border-color: #cf1047;
      color: #ffffff; }
  div.caldera-grid .form-group.has-error .control-label,
  div.caldera-grid .form-group.has-error .radio-inline {
    color: #000000; }
  div.caldera-grid .form-group.has-error .parsley-errors-list {
    color: #e20000;
    margin: 10px 0 0 5px; }
  div.caldera-grid .form-group.has-error .intl-tel-input .selected-flag {
    height: 70%; }
  div.caldera-grid .radio-group div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    div.caldera-grid .radio-group div .radio-inline {
      order: 1; }
    div.caldera-grid .radio-group div .parsley-errors-list {
      order: 2;
      width: 100%;
      margin: 10px 0 0 10px; }
  div.caldera-grid .checkbox-group div {
    display: flex;
    flex-wrap: wrap; }
    div.caldera-grid .checkbox-group div .radio-inline {
      order: 1; }
    div.caldera-grid .checkbox-group div .parsley-errors-list {
      order: 2;
      width: 100%;
      margin: 10px 0 0 10px; }
  div.caldera-grid label,
  div.caldera-grid label.control-label {
    margin: 0 0 10px 0; }
    div.caldera-grid label input[type="radio"]::before,
    div.caldera-grid label.control-label input[type="radio"]::before {
      content: '';
      height: 25px;
      width: 25px;
      display: inline-block;
      cursor: pointer;
      vertical-align: middle;
      background: #FFF;
      border: 1px solid #cf1047;
      border-radius: 100%;
      position: relative;
      top: -1px;
      left: -8px; }
    div.caldera-grid label input[type="radio"]:checked::before,
    div.caldera-grid label.control-label input[type="radio"]:checked::before {
      background: #cf1047; }
  div.caldera-grid .smaller-text {
    font-size: 12px;
    text-transform: normal; }
  div.caldera-grid .right-field {
    text-align: right; }
  div.caldera-grid .breadcrumb {
    display: none; }
    div.caldera-grid .breadcrumb .hidden-step {
      display: none; }

.hubspot-page {
  color: #666666;
  padding: 20px 55px; }
  @media only screen and (max-width: 768px) {
    .hubspot-page {
      padding: 20px; } }
  .hubspot-page .product-breadcrumb {
    padding-left: 60px;
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .hubspot-page .product-breadcrumb {
        display: none; } }
  .hubspot-page .wpb_column {
    max-width: 1004px;
    margin: 0 auto;
    float: none; }
  .hubspot-page p {
    font-size: 18px;
    line-height: 27px; }
  .hubspot-page .hbspt-form {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 55px 76px; }
    @media only screen and (max-width: 768px) {
      .hubspot-page .hbspt-form {
        padding: 30px 20px; } }
    .hubspot-page .hbspt-form h3 {
      font-size: 18px;
      line-height: 24px; }
    .hubspot-page .hbspt-form .hs-form-field label {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 0; }
    .hubspot-page .hbspt-form input,
    .hubspot-page .hbspt-form textarea,
    .hubspot-page .hbspt-form select {
      width: 100%;
      margin-bottom: 20px;
      background: #ffffff;
      border: 2px solid #e1e1e1;
      padding: 10px 12px;
      border-radius: 0;
      box-shadow: none;
      max-width: none;
      box-sizing: inherit !important;
      height: auto; }
      .hubspot-page .hbspt-form input[type="date"],
      .hubspot-page .hbspt-form textarea[type="date"],
      .hubspot-page .hbspt-form select[type="date"] {
        padding: 9px 12px; }
      .hubspot-page .hbspt-form input[type="file"],
      .hubspot-page .hbspt-form textarea[type="file"],
      .hubspot-page .hbspt-form select[type="file"] {
        border: none;
        padding: 0;
        margin-bottom: 40px; }
      .hubspot-page .hbspt-form input[type="checkbox"],
      .hubspot-page .hbspt-form textarea[type="checkbox"],
      .hubspot-page .hbspt-form select[type="checkbox"] {
        width: auto;
        line-height: 22px; }
        .hubspot-page .hbspt-form input[type="checkbox"] + label,
        .hubspot-page .hbspt-form textarea[type="checkbox"] + label,
        .hubspot-page .hbspt-form select[type="checkbox"] + label {
          display: inline-block;
          padding-left: 10px;
          margin-right: 20px;
          margin-bottom: 0; }
      .hubspot-page .hbspt-form input[type="submit"],
      .hubspot-page .hbspt-form textarea[type="submit"],
      .hubspot-page .hbspt-form select[type="submit"] {
        border: none;
        background: transparent;
        padding: 0;
        margin-bottom: 0;
        width: auto;
        font-size: 22px;
        text-transform: uppercase;
        padding: 20px 27px;
        background: #cf1047;
        border: none;
        text-align: center; }
        .hubspot-page .hbspt-form input[type="submit"] .ajax-loader,
        .hubspot-page .hbspt-form textarea[type="submit"] .ajax-loader,
        .hubspot-page .hbspt-form select[type="submit"] .ajax-loader {
          position: absolute; }
    .hubspot-page .hbspt-form .hs_submit .actions {
      position: relative;
      display: inline-block; }
      .hubspot-page .hbspt-form .hs_submit .actions:after {
        font-family: "Font Awesome 5 Free";
        content: "\f04b" !important;
        color: #ffffff;
        position: absolute;
        right: 35px;
        top: 32px; }
    .hubspot-page .hbspt-form select,
    .hubspot-page .hbspt-form input[type="date"] {
      background: #ffffff url(imgs/form-select-arrow.png) no-repeat right 9px; }
    .hubspot-page .hbspt-form input[type=date]::-webkit-calendar-picker-indicator {
      color: transparent;
      background: transparent; }
    @media only screen and (max-width: 480px) {
      .hubspot-page .hbspt-form button,
      .hubspot-page .hbspt-form a.button,
      .hubspot-page .hbspt-form input[type=submit] {
        font-size: 16px; } }

.newsletter-signup-form .newsletter-form {
  width: 85%;
  max-width: none;
  float: left;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .newsletter-signup-form .newsletter-form {
      width: 100%; } }
  .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap {
    width: 32.7%;
    float: left; }
    @media only screen and (max-width: 600px) {
      .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap {
        width: 100%;
        float: none;
        margin: 0 0 10px 0; } }
    .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap input {
      margin-right: 10px;
      border-radius: 0;
      box-shadow: none;
      border: 2px solid #e1e1e1;
      padding: 5px 10px;
      font-size: 12px; }
      @media only screen and (max-width: 600px) {
        .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap input {
          margin-right: 0; } }
    .newsletter-signup-form .newsletter-form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
      color: #999999; }
.newsletter-signup-form .newsletter-submit {
  float: left;
  width: 15%; }
  @media only screen and (max-width: 600px) {
    .newsletter-signup-form .newsletter-submit {
      width: 100%;
      float: none; } }
  .newsletter-signup-form .newsletter-submit .wpcf7-submit {
    background: #cf1047;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: 7px 0px;
    width: 100%;
    font-size: 12px;
    line-height: 20px; }
  .newsletter-signup-form .newsletter-submit .submit-button-arrow {
    display: none; }

.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .wpcf7-form-control-wrap span {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

.glyphicon.submit-button-arrow {
  position: relative;
  left: -52px;
  top: -3px;
  font-size: 10px;
  color: #ffffff; }

.wpcf7-form .email_share_form {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-top: 25px; }
  .wpcf7-form .email_share_form .glyphicon.submit-button-arrow {
    display: none; }
  .wpcf7-form .email_share_form h2 {
    font-size: 16px;
    text-align: center;
    color: #cf1047;
    margin-top: 0; }
  .wpcf7-form .email_share_form p {
    text-transform: none;
    font-size: 12px; }
    .wpcf7-form .email_share_form p input[type="email"] {
      border-radius: 0;
      width: 100%;
      font-size: 12px;
      line-height: 15px; }
    .wpcf7-form .email_share_form p input[type="submit"] {
      border: none;
      color: #ffffff;
      background: #cf1047;
      padding: 5px 15px;
      float: right; }

.wpcf7-form p {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans'; font-weight: 400 !important;
  text-transform: uppercase;
  color: #666666; }
  .wpcf7-form p.top-text {
    text-transform: none;
    margin-bottom: 35px; }
    .wpcf7-form p.top-text a {
      color: #cf1047; }
  .wpcf7-form p input {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans'; font-weight: 400 !important;
    border: 1px solid #e1e1e1; }

@media only screen and (max-width: 480px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
.woocommerce-breadcrumb {
  display: none; }

.woocommerce .woocommerce-info {
  border-top-color: #cf1047;
  background-color: transparent; }
  .woocommerce .woocommerce-info:before {
    color: #cf1047; }

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
  width: 48%; }

a.button.product_type_simple.ajax_add_to_cart {
  display: none; }

.stock.out-of-stock {
  display: none; }

.container.subcategories-grid-wrapper {
  margin-top: 50px; }
  .container.subcategories-grid-wrapper:before, .container.subcategories-grid-wrapper:after {
    content: "";
    display: table; }
  .container.subcategories-grid-wrapper:after {
    clear: both; }
  @media only screen and (min-width: 2000px) {
    .container.subcategories-grid-wrapper {
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .container.subcategories-grid-wrapper {
      max-width: 1600px !important; } }
  @media only screen and (max-width: 850px) {
    .container.subcategories-grid-wrapper {
      margin-top: 30px; } }
  @media only screen and (max-width: 825px) {
    .container.subcategories-grid-wrapper {
      width: 90% !important; } }
  @media only screen and (max-width: 480px) {
    .container.subcategories-grid-wrapper {
      width: 80% !important; } }
  @media only screen and (max-width: 650px) {
    .container.subcategories-grid-wrapper .product-breadcrumb {
      display: none; }
    .container.subcategories-grid-wrapper .col-sm-8.single-product-grid {
      width: 90% !important;
      margin: 0 auto;
      float: none; }
      .container.subcategories-grid-wrapper .col-sm-8.single-product-grid .product-details-container {
        display: none; }
      .container.subcategories-grid-wrapper .col-sm-8.single-product-grid .download-buttons a:first-of-type {
        display: block;
        margin-bottom: 5px; } }

.subcategories-grid {
  padding: 0 0 0 30px !important;
  margin-bottom: 70px;
  width: 70.666667% !important; }
  @media only screen and (max-width: 850px) {
    .subcategories-grid {
      width: 65.666667% !important; } }
  @media only screen and (max-width: 768px) {
    .subcategories-grid {
      float: left;
      margin-left: 20px;
      padding: 0px !important; } }
  @media only screen and (max-width: 650px) {
    .subcategories-grid {
      float: none;
      width: 100% !important;
      margin-left: 0;
      padding-left: 0 !important; } }
  .subcategories-grid .content_block.col-md-9 {
    width: 100%;
    padding: 0; }
  .subcategories-grid .left_sidebar {
    display: none; }
  .subcategories-grid ul.products li.product-category {
    width: 24.1% !important;
    margin-right: 1%; }
    @media only screen and (max-width: 850px) {
      .subcategories-grid ul.products li.product-category {
        width: 48.1% !important; } }
    @media only screen and (max-width: 480px) {
      .subcategories-grid ul.products li.product-category {
        width: 100% !important; } }
    .subcategories-grid ul.products li.product-category.last {
      margin-right: 0px; }
    .subcategories-grid ul.products li.product-category:hover {
      border: 2px solid #cf1047; }
    .subcategories-grid ul.products li.product-category a:hover img {
      border: none; }
    .subcategories-grid ul.products li.product-category img {
      margin-bottom: 0 !important;
      border: none !important; }
    .subcategories-grid ul.products li.product-category h3 {
      background: #ffffff;
      text-align: center;
      color: #000000;
      padding: 20px 0;
      font-size: 14px;
      border: 1px solid #e1e1e1; }
      @media only screen and (max-width: 1120px) {
        .subcategories-grid ul.products li.product-category h3 {
          font-size: 12px; } }
      @media only screen and (max-width: 850px) {
        .subcategories-grid ul.products li.product-category h3 {
          font-size: 16px; } }
      @media only screen and (max-width: 480px) {
        .subcategories-grid ul.products li.product-category h3 {
          position: absolute;
          width: 100%;
          bottom: 0; } }
    .subcategories-grid ul.products li.product-category a .imagewrapper {
      border: none;
      width: 100%;
      height: 135px;
      background-color: #ffffff;
      background-position: center center;
      background-size: contain !important;
      background-repeat: no-repeat;
      overflow: hidden; }
      @media only screen and (min-width: 992px) {
        .subcategories-grid ul.products li.product-category a .imagewrapper {
          height: 100px; } }
      @media only screen and (max-width: 850px) {
        .subcategories-grid ul.products li.product-category a .imagewrapper {
          height: 160px; } }
      @media only screen and (max-width: 768px) {
        .subcategories-grid ul.products li.product-category a .imagewrapper {
          height: 140px; } }
      @media only screen and (max-width: 700px) {
        .subcategories-grid ul.products li.product-category a .imagewrapper {
          height: 120px; } }
      @media only screen and (max-width: 650px) {
        .subcategories-grid ul.products li.product-category a .imagewrapper {
          height: 180px; } }
      @media only screen and (max-width: 500px) {
        .subcategories-grid ul.products li.product-category a .imagewrapper {
          height: 220px; } }
      @media only screen and (max-width: 480px) {
        .subcategories-grid ul.products li.product-category a .imagewrapper {
          height: 180px; } }
      .subcategories-grid ul.products li.product-category a .imagewrapper img {
        opacity: 0; }
    @media only screen and (max-width: 850px) {
      .subcategories-grid ul.products li.product-category {
        width: 100%;
        float: none; } }
  .subcategories-grid .internal_post_con {
    padding-top: 0; }
  .subcategories-grid.category-grid {
    width: 75% !important; }
    @media only screen and (max-width: 850px) {
      .subcategories-grid.category-grid {
        width: 70% !important; } }
    @media only screen and (max-width: 768px) {
      .subcategories-grid.category-grid {
        width: 67% !important; } }
    @media only screen and (max-width: 650px) {
      .subcategories-grid.category-grid {
        width: 100% !important; } }
  @media only screen and (max-width: 768px) {
    .subcategories-grid .product-grid {
      margin-left: 25px; } }

.woocommerce-message {
  display: none; }

h2.led-title {
  text-align: center;
  color: #f5f5f5;
  background: url("./imgs/black_dot_bkg.jpg");
  margin: 0;
  padding: 30px 0 0 0; }

.single-product-grid {
  margin-left: 30px;
  margin-bottom: 50px;
  padding: 0px !important;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  width: 71.666667% !important; }
  @media only screen and (max-width: 991px) {
    .single-product-grid {
      width: 69.66666% !important; } }
  @media only screen and (max-width: 850px) {
    .single-product-grid {
      width: 66.66666% !important; } }
  @media only screen and (max-width: 777px) {
    .single-product-grid {
      float: left;
      width: 65.66666% !important; } }
  .single-product-grid .left_sidebar {
    display: none; }
  .single-product-grid .internal_post_con {
    padding: 40px; }
    .single-product-grid .internal_post_con .content_block.col-md-9 {
      padding: 0;
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .single-product-grid .internal_post_con {
        padding-top: 20px; } }
    .single-product-grid .internal_post_con .type-product .main-image {
      width: 100%;
      height: 350px;
      background-color: #ffffff;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center center;
      border: 1px solid #e1e1e1; }
      @media only screen and (max-width: 950px) {
        .single-product-grid .internal_post_con .type-product .main-image {
          width: 100%;
          float: none; } }
      @media only screen and (max-width: 480px) {
        .single-product-grid .internal_post_con .type-product .main-image {
          height: 250px; } }
      @media only screen and (max-width: 400px) {
        .single-product-grid .internal_post_con .type-product .main-image {
          height: 150px; } }
      .single-product-grid .internal_post_con .type-product .main-image.placeholder img,
      .single-product-grid .internal_post_con .type-product .main-image img.size-shop_single {
        opacity: 0;
        height: 100% !important;
        width: 100% !important; }
    .single-product-grid .internal_post_con .type-product .quantity-container {
      margin-bottom: 15px; }
      .single-product-grid .internal_post_con .type-product .quantity-container p {
        text-decoration: none !important;
        color: #000000;
        font-weight: bold;
        margin: 0px; }
    .single-product-grid .internal_post_con .type-product h3 {
      color: #000000;
      font-weight: bold; }
    .single-product-grid .internal_post_con .type-product p {
      color: #cf1047;
      text-decoration: underline !important;
      text-transform: uppercase;
      font-size: 12px;
      margin-top: 10px; }
    .single-product-grid .internal_post_con .type-product button {
      background: #cf1047;
      border-radius: 0px;
      text-transform: uppercase;
      padding: 15px 20px;
      font-size: 12px; }
      .single-product-grid .internal_post_con .type-product button:hover {
        background: #cf1047;
        text-decoration: underline; }
      .single-product-grid .internal_post_con .type-product button i {
        margin-left: 5px; }
      .single-product-grid .internal_post_con .type-product button span {
        font-weight: bold; }
      .single-product-grid .internal_post_con .type-product button.no-stock {
        background: #e1e1e1;
        border: none;
        border-radius: 5px;
        margin: 0 0 10px 0;
        cursor: default; }
        .single-product-grid .internal_post_con .type-product button.no-stock:hover {
          text-decoration: none; }
    .single-product-grid .internal_post_con .product_title {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px !important; }
    .single-product-grid .internal_post_con .download-buttons {
      margin-top: 10px; }
      .single-product-grid .internal_post_con .download-buttons button {
        box-shadow: none;
        border: none;
        color: #ffffff;
        background: #464646;
        font-size: 10px;
        padding: 8px 10px; }
        .single-product-grid .internal_post_con .download-buttons button:hover {
          ackground: #464646; }
        .single-product-grid .internal_post_con .download-buttons button img {
          border: none;
          margin-right: 5px;
          height: 13px; }
    .single-product-grid .internal_post_con .product-details-container {
      border-top: 1px solid #e1e1e1; }
      .single-product-grid .internal_post_con .product-details-container h2 {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px; }
      .single-product-grid .internal_post_con .product-details-container p {
        color: #999999;
        text-transform: none;
        text-decoration: none !important;
        margin: 0 0 15px; }
      .single-product-grid .internal_post_con .product-details-container .product-description-full ul {
        margin-left: 20px; }
      .single-product-grid .internal_post_con .product-details-container .product-description {
        width: 48%;
        float: left;
        margin-right: 5%; }
        .single-product-grid .internal_post_con .product-details-container .product-description iframe {
          width: 100%;
          height: auto;
          min-height: 225px; }
        @media only screen and (max-width: 950px) {
          .single-product-grid .internal_post_con .product-details-container .product-description {
            width: 100%;
            float: none;
            margin-right: 0; } }
      .single-product-grid .internal_post_con .product-details-container .product-specs {
        width: 47%;
        float: left;
        padding: 30px;
        background: #cf1047;
        color: #ffffff; }
        @media only screen and (max-width: 950px) {
          .single-product-grid .internal_post_con .product-details-container .product-specs {
            width: 100%;
            float: none;
            padding-left: 20px; } }
        .single-product-grid .internal_post_con .product-details-container .product-specs p {
          color: #ffffff;
          font-size: 10px;
          line-height: 15px; }
          .single-product-grid .internal_post_con .product-details-container .product-specs p strong {
            font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
            font-size: 12px;
            line-height: 18px; }
        .single-product-grid .internal_post_con .product-details-container .product-specs .readmore {
          text-align: right;
          margin-top: 10px; }
        .single-product-grid .internal_post_con .product-details-container .product-specs a,
        .single-product-grid .internal_post_con .product-details-container .product-specs a:hover {
          color: #ffffff;
          text-decoration: underline; }
        .single-product-grid .internal_post_con .product-details-container .product-specs h3 {
          font-size: 20px;
          margin-top: 0;
          border-bottom: 1px solid #ffffff;
          margin-bottom: 20px;
          color: #ffffff; }
        .single-product-grid .internal_post_con .product-details-container .product-specs .wrap {
          position: relative;
          overflow: hidden; }
      .single-product-grid .internal_post_con .product-details-container ul li p {
        display: inline; }
      .single-product-grid .internal_post_con .product-details-container ul li:before {
        font-family: "Font Awesome 5 Free";
        content: '\f054';
        margin: 0 5px 0 -15px;
        color: #000000;
        font-size: 8px;
        position: relative;
        top: -2px;
        left: -2px; }
      .single-product-grid .internal_post_con .product-details-container .technical-tools-container {
        border-top: 1px solid #e1e1e1;
        margin-top: 30px; }
        .single-product-grid .internal_post_con .product-details-container .technical-tools-container a {
          font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
          text-decoration: underline; }
        .single-product-grid .internal_post_con .product-details-container .technical-tools-container .pdf-icon {
          position: relative;
          top: 4px;
          display: inline-block;
          height: 20px;
          width: 20px;
          margin-right: 5px;
          background: url(imgs/pdf-icon.png) no-repeat 0 0; }
    .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes {
      border: none;
      margin: 20px 0; }
      .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes th {
        width: 100px; }
      .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes th,
      .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes td {
        border: none;
        text-align: left !important; }
      .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes th,
      .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes td,
      .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes td p {
        text-decoration: none !important;
        color: #999999;
        font-size: 14px;
        line-height: 22px;
        text-transform: none;
        font-style: normal;
        padding: 0px; }
      .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes .alt th,
      .single-product-grid .internal_post_con .hm_blog_list table.shop_attributes .alt td {
        background: transparent; }

.quantity-box {
  border: 1px solid #e1e1e1;
  display: inline-block; }
  .quantity-box span {
    display: inline-block;
    background: #e1e1e1;
    padding: 4px 8px;
    cursor: pointer; }

select.product-quantity {
  background: #ffffff;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-align: center;
  border: none;
  cursor: pointer; }

.mobile-details {
  background: #ffffff;
  padding: 20px 30px;
  border: 1px solid #e1e1e1;
  border-top: 0; }
  .mobile-details p {
    color: #999999;
    text-transform: none;
    text-decoration: none !important;
    margin: 0 0 15px; }
    .mobile-details p strong {
      font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
      font-size: 12px;
      line-height: 18px; }
  .mobile-details ul {
    margin-left: 20px; }
    .mobile-details ul li p {
      display: inline; }
    .mobile-details ul li:before {
      font-family: "Font Awesome 5 Free";
      content: '\f054';
      margin: 0 5px 0 -15px;
      color: #000000;
      font-size: 8px;
      top: -2px;
      position: relative;
      left: -2px; }

.product-details-accordian {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 15px 20px;
  margin-top: 20px;
  position: relative;
  color: #cf1047;
  font-family: 'Open Sans'; font-weight: 400 !important;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer; }
  .product-details-accordian span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    border-left: 1px solid #e1e1e1;
    cursor: pointer; }
    .product-details-accordian span .fa-arrow-up {
      display: none; }

.woocommerce .woocommerce-product-gallery.images {
  position: relative;
  width: 48%;
  float: left;
  margin: 0 0 20px 0; }
  @media only screen and (max-width: 950px) {
    .woocommerce .woocommerce-product-gallery.images {
      width: 100%;
      float: none; } }
  .woocommerce .woocommerce-product-gallery.images .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 5px; }
  .woocommerce .woocommerce-product-gallery.images .flex-viewport {
    border: 1px solid #e1e1e1;
    margin: 0 0 10px 0;
    height: 320px; }
    .woocommerce .woocommerce-product-gallery.images .flex-viewport .woocommerce-product-gallery__image {
      display: flex !important;
      align-items: center;
      justify-content: center;
      height: 320px; }
  .woocommerce .woocommerce-product-gallery.images ol.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap; }
    .woocommerce .woocommerce-product-gallery.images ol.flex-control-thumbs li {
      display: flex;
      align-items: center;
      list-style: none;
      max-height: 50px;
      overflow: hidden;
      width: 23.5%;
      border: 1px solid #e1e1e1;
      margin: 5px 0; }
      .woocommerce .woocommerce-product-gallery.images ol.flex-control-thumbs li:nth-child(4n+2) {
        margin: 5px 2%; }
      .woocommerce .woocommerce-product-gallery.images ol.flex-control-thumbs li:nth-child(4n+4) {
        margin: 5px 0 5px 2%; }

.led-configurator {
  width: 100%;
  height: 590px; }
  @media only screen and (max-width: 817px) {
    .led-configurator {
      height: 1000px; } }

@media only screen and (max-width: 650px) {
  .internal_post_con .content_block .hm_blog_full_list ul {
    margin-left: 0; } }

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    position: relative;
    width: 22.1%;
    padding: 0 0 40px 0; }
    @media only screen and (max-width: 1024px) {
      .woocommerce ul.products li.product,
      .woocommerce-page ul.products li.product {
        width: 30.7% !important;
        margin: 0 3.8% 2.992em 0;
        float: left; }
        .woocommerce ul.products li.product.last,
        .woocommerce-page ul.products li.product.last {
          margin-right: 0; }
        .woocommerce ul.products li.product:nth-child(3n+2),
        .woocommerce-page ul.products li.product:nth-child(3n+2) {
          margin-right: 3.8%; }
        .woocommerce ul.products li.product:nth-child(3n+3),
        .woocommerce-page ul.products li.product:nth-child(3n+3) {
          margin-right: 0; }
        .woocommerce ul.products li.product:nth-child(3n+4),
        .woocommerce-page ul.products li.product:nth-child(3n+4) {
          clear: left;
          margin-right: 3.8%; }
        .woocommerce ul.products li.product.first,
        .woocommerce-page ul.products li.product.first {
          clear: none; } }
    @media only screen and (max-width: 850px) {
      .woocommerce ul.products li.product,
      .woocommerce-page ul.products li.product {
        width: 47.9% !important;
        float: left; }
        .woocommerce ul.products li.product .product-info,
        .woocommerce-page ul.products li.product .product-info {
          width: 100%;
          float: none; }
        .woocommerce ul.products li.product:nth-child(3n+2),
        .woocommerce-page ul.products li.product:nth-child(3n+2) {
          margin-right: 0; }
        .woocommerce ul.products li.product:nth-child(3n+3),
        .woocommerce-page ul.products li.product:nth-child(3n+3) {
          margin: 0 3.8% 2.992em 0; }
        .woocommerce ul.products li.product:nth-child(3n+4),
        .woocommerce-page ul.products li.product:nth-child(3n+4) {
          clear: none;
          margin-right: 0; }
        .woocommerce ul.products li.product:nth-child(even),
        .woocommerce-page ul.products li.product:nth-child(even) {
          margin-right: 0; }
        .woocommerce ul.products li.product:nth-child(2n+2),
        .woocommerce-page ul.products li.product:nth-child(2n+2) {
          margin-right: 0; }
        .woocommerce ul.products li.product:nth-child(2n+3),
        .woocommerce-page ul.products li.product:nth-child(2n+3) {
          clear: left;
          margin-right: 3.8%; } }
    @media only screen and (max-width: 768px) {
      .woocommerce ul.products li.product,
      .woocommerce-page ul.products li.product {
        width: 48%;
        margin: 0 3.8% 2.992em 0; } }
    @media only screen and (max-width: 500px) {
      .woocommerce ul.products li.product,
      .woocommerce-page ul.products li.product {
        width: 100% !important;
        float: none; } }
@media only screen and (max-width: 850px) and (max-width: 500px) {
  .woocommerce ul.products li.product-category,
  .woocommerce-page ul.products li.product-category {
    margin-bottom: 10px !important; } }
  @media only screen and (max-width: 850px) {
    .woocommerce ul.products li.product-category.first,
    .woocommerce-page ul.products li.product-category.first {
      clear: none; }
    .woocommerce ul.products li.last,
    .woocommerce-page ul.products li.last {
      margin-right: 3.8%; } }

.woocommerce .product-grid {
  background: #ffffff;
  margin-left: 30px;
  border: 1px solid #e1e1e1;
  padding: 0 !important;
  margin-bottom: 70px; }
  @media only screen and (max-width: 650px) {
    .woocommerce .product-grid {
      margin-left: 0px; } }
  .woocommerce .product-grid ul.products {
    padding: 40px; }
  .woocommerce .product-grid.list-view {
    padding: 0; }
    .woocommerce .product-grid.list-view li.product {
      width: 100%;
      border-bottom: 1px solid #ccc;
      padding: 30px 0;
      margin-bottom: 0; }
      .woocommerce .product-grid.list-view li.product a .imagewrapper {
        float: left;
        width: 105px;
        height: 105px;
        margin: 0 10px 0 30px; }
      .woocommerce .product-grid.list-view li.product table {
        width: auto;
        padding: 0 40px; }
      .woocommerce .product-grid.list-view li.product .details-link {
        text-align: right;
        padding: 0 30px; }
    .woocommerce .product-grid.list-view .product-info {
      width: 55%;
      float: left; }
@media only screen and (max-width: 950px) {
  .woocommerce div.product div.summary {
    width: 100%;
    float: none; } }

.woocommerce ul.products li.product a .imagewrapper {
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 135px;
  background-color: #ffffff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden; }
  .woocommerce ul.products li.product a .imagewrapper img {
    opacity: 0; }
.woocommerce ul.products li.product h3 {
  word-wrap: break-word; }
.woocommerce ul.products li.product a {
  color: #191e23; }
.woocommerce ul.products li.product .newly-listed-tag {
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 2px 10px;
  background: #cf1047;
  border: 1px solid #e1e1e1;
  color: #ffffff;
  text-transform: uppercase; }
.woocommerce ul.products li.product div.images {
  float: left;
  width: 48%; }

.products-top-header {
  background: #f5f5f5;
  padding: 20px; }
  @media only screen and (max-width: 768px) {
    .products-top-header {
      text-align: center; } }
  .products-top-header h3 {
    display: inline-block;
    margin: 0;
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .products-top-header h3 {
        display: block; } }
  @media only screen and (max-width: 768px) {
    .products-top-header .facetwp-pager {
      margin: 10px 0 0;
      float: none; } }

.products-footer {
  padding: 20px;
  background: #f5f5f5; }

.product-to-top {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer; }
  .product-to-top i {
    font-size: 20px;
    font-weight: bold; }

.related-products ul.products li.product .woocommerce,
.woocommerce .product-grid .woocommerce {
  display: block;
  margin: 5px 0; }
  .related-products ul.products li.product .woocommerce .addquotelistlink,
  .woocommerce .product-grid .woocommerce .addquotelistlink {
    padding: 0;
    position: absolute;
    bottom: 0px; }
    .related-products ul.products li.product .woocommerce .addquotelistlink .quotelist-remove-icon,
    .woocommerce .product-grid .woocommerce .addquotelistlink .quotelist-remove-icon {
      display: none; }
    .related-products ul.products li.product .woocommerce .addquotelistlink .quotelist-added-icon,
    .woocommerce .product-grid .woocommerce .addquotelistlink .quotelist-added-icon {
      color: #cf1047;
      font-family: 'Open Sans'; font-weight: 400 !important;
      font-size: 10px;
      text-transform: uppercase;
      text-decoration: underline; }
      .related-products ul.products li.product .woocommerce .addquotelistlink .quotelist-added-icon:before,
      .woocommerce .product-grid .woocommerce .addquotelistlink .quotelist-added-icon:before {
        color: #cf1047; }
  .related-products ul.products li.product .woocommerce button,
  .woocommerce .product-grid .woocommerce button {
    margin-top: 0;
    background: #cf1047;
    color: #f5f5f5;
    font-family: 'Open Sans'; font-weight: 400 !important;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 20px; }
    .related-products ul.products li.product .woocommerce button span,
    .related-products ul.products li.product .woocommerce button i,
    .woocommerce .product-grid .woocommerce button span,
    .woocommerce .product-grid .woocommerce button i {
      display: none; }
    .related-products ul.products li.product .woocommerce button:hover,
    .woocommerce .product-grid .woocommerce button:hover {
      background: #cf1047;
      text-decoration: underline; }
.related-products ul.products li.product .newly-listed-tag,
.related-products ul.products li.product .details-link,
.related-products ul.products li.product .product-title,
.woocommerce .product-grid .newly-listed-tag,
.woocommerce .product-grid .details-link,
.woocommerce .product-grid .product-title {
  display: none; }

.mobile-categories {
  margin-bottom: 20px;
  position: relative;
  background: #ffffff; }
  .mobile-categories select, .mobile-categories .select2-container--default .select2-selection--single {
    cursor: pointer;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    z-index: 2;
    padding: 8px 12px;
    height: 46px;
    font-family: 'Open Sans' !important;
    font-size: 16px;
    color: #000; }
  .mobile-categories .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left; }
  .mobile-categories .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: 'Open Sans' !important;
    font-size: 16px;
    color: #000000; }
  .mobile-categories .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    padding: 0 20px;
    border: 1px solid #aaa;
    height: 46px;
    background-color: #ffffff; }
    .mobile-categories .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #cf1047 transparent transparent transparent;
      border-style: solid;
      border-width: 8px 7px 0 7px;
      height: 0;
      left: 50%;
      margin-left: -8px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .mobile-categories .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #cf1047 transparent;
    border-width: 0 7px 8px 7px; }

.product-options {
  padding: 20px;
  border-bottom: 1px solid whitesmoke;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .product-options {
      text-align: center; } }
  .product-options .product-sort {
    display: inline-block;
    margin: 0px; }
    .product-options .product-sort span {
      padding: 0px 10px; }
      .product-options .product-sort span i {
        top: 9px; }
    .product-options .product-sort .facetwp-sort-select {
      width: auto;
      font-size: 10px;
      padding-right: 50px;
      z-index: 10;
      position: relative;
      background: transparent; }
  .product-options .grid-list-toggle {
    float: none;
    margin-left: 20px; }

.product-sort {
  position: relative;
  background: #ffffff;
  margin: 0px -15px 20px -15px; }
  .product-sort.mobile-product {
    display: none; }
  .product-sort .facetwp-sort-select {
    width: 100%;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important;
    font-size: 16px;
    cursor: pointer; }
  .product-sort span {
    position: absolute;
    right: 0px;
    height: 100%;
    padding: 0px 15px;
    top: 0px;
    border-left: 1px solid #e1e1e1;
    cursor: pointer; }
    .product-sort span i {
      color: #cf1047;
      position: relative;
      height: 15px;
      width: 14px;
      display: block;
      top: 13px; }

.product-attributes {
  width: 100%; }
  .product-attributes.table-bordered {
    border: none; }
    .product-attributes.table-bordered td {
      border: none !important;
      background: #ffffff;
      padding: 2px 0; }
  .product-attributes td {
    border: none;
    text-align: left !important;
    font-size: 10px;
    color: #000000;
    line-height: 15px; }
  .product-attributes tr td:first-of-type {
    color: #999999; }
  .product-attributes tr td:nth-of-type(2) {
    padding-left: 5px; }

.product-breadcrumb {
  margin-bottom: 20px;
  margin-left: -15px; }
  @media only screen and (max-width: 480px) {
    .product-breadcrumb {
      display: none !important; } }
  .product-breadcrumb a {
    color: #cf1047;
    text-decoration: underline;
    font-size: 12px; }
  .product-breadcrumb .product-share {
    float: right; }
    .product-breadcrumb .product-share i {
      font-size: 16px;
      padding: 0px 5px; }

.equipment-notification {
  padding: 20px;
  background: #ffffff;
  text-align: center;
  font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important; }

.quotelistexistsbrowse_prodpage br,
.quotelistaddedbrowse_prodpage br {
  display: none !important; }
.quotelistexistsbrowse_prodpage .quotelist-added-icon,
.quotelistaddedbrowse_prodpage .quotelist-added-icon {
  margin-right: 10px; }
.quotelistexistsbrowse_prodpage .quotelist-added-icon,
.quotelistexistsbrowse_prodpage .quotelist-added-icon:before,
.quotelistexistsbrowse_prodpage .quotelist-remove-icon,
.quotelistaddedbrowse_prodpage .quotelist-added-icon,
.quotelistaddedbrowse_prodpage .quotelist-added-icon:before,
.quotelistaddedbrowse_prodpage .quotelist-remove-icon {
  color: #cf1047; }
.quotelistexistsbrowse_prodpage .quotelist-remove-icon:before,
.quotelistaddedbrowse_prodpage .quotelist-remove-icon:before {
  top: -1px;
  position: relative; }

.install-page-content {
  color: #666666;
  padding: 20px 55px; }
  .install-page-content .product-breadcrumb {
    padding-left: 60px;
    margin-top: 30px; }
  .install-page-content .wpb_column {
    max-width: 1004px;
    margin: 0 auto;
    float: none; }
  @media only screen and (max-width: 768px) {
    .install-page-content .caldera-grid {
      padding: 30px 20px; } }

.page-about .wpb_content_element,
.page-careers .wpb_content_element {
  margin-bottom: 0 !important; }
.page-about .center-text-thin,
.page-careers .center-text-thin {
  padding: 0 0 50px 0; }
.page-about .center-text,
.page-careers .center-text {
  padding: 50px 0 20px 0; }

.page-rent-from-us .product-breadcrumb,
.page-faq .product-breadcrumb {
  margin: 20px 0 20px 30px; }

.page-led-install-contact-us .product-breadcrumb {
  padding-left: 40px;
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .page-led-install-contact-us .product-breadcrumb {
      display: none; } }

.page-quote .product-breadcrumb {
  padding-left: 60px;
  margin-top: 30px; }
.page-quote .quote-container {
  padding: 0 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 480px) {
    .page-quote .quote-container {
      padding-top: 30px; } }
.page-quote .quote-product-list {
  border: 1px solid #e1e1e1;
  background: #ffffff; }
  @media only screen and (max-width: 950px) {
    .page-quote .quote-product-list {
      width: 70% !important; } }
  @media only screen and (max-width: 825px) {
    .page-quote .quote-product-list {
      width: 65% !important; } }
  @media only screen and (max-width: 768px) {
    .page-quote .quote-product-list {
      float: left; } }
  @media only screen and (max-width: 650px) {
    .page-quote .quote-product-list {
      float: none;
      width: 100% !important; } }
  .page-quote .quote-product-list .quote-header {
    background: #f5f5f5;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px; }
    .page-quote .quote-product-list .quote-header h3 {
      margin: 0;
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 700px) {
        .page-quote .quote-product-list .quote-header h3 {
          text-align: center; } }
      .page-quote .quote-product-list .quote-header h3 span {
        color: #cf1047;
        font-weight: bold; }
  .page-quote .quote-product-list .quote-products {
    padding: 30px; }
    @media only screen and (max-width: 480px) {
      .page-quote .quote-product-list .quote-products {
        padding: 30px 5px; } }
  .page-quote .quote-product-list .quote-product {
    width: 22.1%;
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    height: 300px; }
    @media only screen and (max-width: 900px) {
      .page-quote .quote-product-list .quote-product {
        width: 30.8%; } }
    @media only screen and (max-width: 768px) {
      .page-quote .quote-product-list .quote-product {
        width: 47.8%; } }
    @media only screen and (max-width: 480px) {
      .page-quote .quote-product-list .quote-product {
        width: 100%;
        margin-right: 0;
        height: auto; } }
    .page-quote .quote-product-list .quote-product a .imagewrapper {
      border: 1px solid #e1e1e1;
      width: 100%;
      height: 120px;
      background-color: #ffffff !important;
      background-position: center center !important;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      overflow: hidden; }
      .page-quote .quote-product-list .quote-product a .imagewrapper img {
        opacity: 0; }
    .page-quote .quote-product-list .quote-product .quantity-container {
      margin: 5px 0px; }
    .page-quote .quote-product-list .quote-product img {
      border: 1px solid #e1e1e1; }
      @media only screen and (max-width: 480px) {
        .page-quote .quote-product-list .quote-product img {
          width: 100%; } }
    .page-quote .quote-product-list .quote-product h3 {
      padding: .5em 0;
      margin: 0;
      font-size: 14px;
      font-weight: bold; }
    .page-quote .quote-product-list .quote-product .details-link {
      color: #cf1047;
      text-decoration: underline !important;
      text-transform: uppercase;
      font-size: 12px;
      margin-top: 10px; }
    .page-quote .quote-product-list .quote-product .quotelist-remove-icon {
      padding: 5px;
      border: 1px solid #e1e1e1;
      position: absolute;
      top: -2px;
      right: -2px;
      background: #ffffff; }
      .page-quote .quote-product-list .quote-product .quotelist-remove-icon:before {
        color: #cf1047; }
    .page-quote .quote-product-list .quote-product:nth-child(4n+4) {
      margin-right: 0; }
      @media only screen and (max-width: 900px) {
        .page-quote .quote-product-list .quote-product:nth-child(4n+4) {
          margin-right: 3.8%; } }
    @media only screen and (max-width: 900px) {
      .page-quote .quote-product-list .quote-product:nth-child(3n+3) {
        margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .page-quote .quote-product-list .quote-product:nth-child(3n+3) {
        margin-right: 3.8%; }
      .page-quote .quote-product-list .quote-product:nth-child(2n+2) {
        margin-right: 0; } }
  .page-quote .quote-product-list .empty-quote {
    padding: 30px;
    text-align: center; }
    .page-quote .quote-product-list .empty-quote p {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px; }
.page-quote .quote-extra {
  padding-left: 30px; }
  @media only screen and (max-width: 950px) {
    .page-quote .quote-extra {
      width: 30% !important; } }
  @media only screen and (max-width: 825px) {
    .page-quote .quote-extra {
      width: 35% !important; } }
  @media only screen and (max-width: 768px) {
    .page-quote .quote-extra {
      padding-left: 15px;
      float: left; } }
  @media only screen and (max-width: 650px) {
    .page-quote .quote-extra {
      margin-top: 20px;
      padding: 0;
      float: none;
      width: 100% !important; }
      .page-quote .quote-extra button {
        width: 100%; } }
.page-quote .main-search-bar .quote-cart {
  background: #cf1047; }

.page-quotelist .product-breadcrumb {
  margin: 30px 0 0 55px; }
  @media only screen and (min-width: 992px) {
    .page-quotelist .product-breadcrumb {
      margin: 30px 0 0 22px; } }
  @media only screen and (max-width: 768px) {
    .page-quotelist .product-breadcrumb {
      display: none; } }

.page-rma .product-breadcrumb {
  padding-left: 40px;
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .page-rma .product-breadcrumb {
      display: none; } }

.rma-page-content {
  color: #666;
  padding: 20px 55px; }
  @media only screen and (max-width: 768px) {
    .rma-page-content {
      padding: 0; }
      .rma-page-content .rma-form {
        padding: 30px 20px; }
        .rma-page-content .rma-form .caldera-grid {
          padding: 30px 20px; } }
  @media only screen and (max-width: 480px) {
    .rma-page-content .rma-form .caldera-grid input[type=submit].form-control, .rma-page-content .rma-form .caldera-grid input.btn-default[type="submit"] {
      font-size: 16px; }
    .rma-page-content .rma-form .caldera-grid span.glyphicon {
      left: -58px;
      font-size: 8px; } }
  .rma-page-content .product-breadcrumb {
    padding-left: 60px;
    margin-top: 30px; }
  .rma-page-content .wpb_column {
    max-width: 1004px;
    margin: 0 auto;
    float: none; }

* {
  margin: 0; }

html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif; }

#main_wrapper h1,
#main_wrapper h2,
#main_wrapper h3,
#main_wrapper h4,
#main_wrapper h5,
#main_wrapper h6,
#main_wrapper p,
#main_wrapper em,
#main_wrapper blockquote,
#main_wrapper .main_title h2,
#main_wrapper button {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

a,
a:hover,
a:visited {
  color: #cf1047; }

p,
span {
  line-height: 18px;
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }

button {
  outline: none; }
  button:hover {
    text-decoration: underline; }

input {
  outline: none;
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  color: #666666; }
  input[type="submit"] {
    color: #ffffff;
    font-size: 32px;
    cursor: pointer; }
  input iframe {
    display: block;
    position: absolute;
    top: 25%;
    left: 25%; }

img {
  height: auto; }

.container-fluid iframe {
  width: 100%;
  max-height: 450px; }
  @media only screen and (max-width: 1024px) {
    .container-fluid iframe {
      max-height: 350px; } }
  @media only screen and (max-width: 650px) {
    .container-fluid iframe {
      max-height: 250px; } }
  @media only screen and (max-width: 480px) {
    .container-fluid iframe {
      max-height: 200px; } }

.error404 .main_desc {
  margin: 20px 0px; }
  .error404 .main_desc p {
    margin: 0px; }
.error404 .page404 {
  color: #cf1047;
  font-family: 'Open Sans', sans-serif; font-weight: 700 !important;;
  line-height: 350px; }
.error404 .btn_a i.in_left, .error404 .btn_a i.in_right {
  color: #cf1047; }
.error404 span:hover {
  color: #cf1047; }

a,
a img,
a div {
  outline: 0 !important; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none; }

::selection {
  background: #cf1047;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #cf1047;
  /* Gecko Browsers */ }

::-webkit-input-placeholder {
  color: #666666;
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: capitalize; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: capitalize; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: capitalize; }

:-ms-input-placeholder {
  color: #666666;
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: capitalize; }

iframe[name="google_conversion_frame"] {
  display: block;
  height: 0 !important; }

.wpb_revslider_element {
  margin-bottom: 0px !important; }

@media only screen and (min-width: 992px) {
  .desktop-homepage-slider {
    display: block; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .desktop-homepage-slider {
    display: none; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1366px) and (max-width: 1366px) {
  .desktop-homepage-slider {
    display: none; } }
.desktop-homepage-slider .wpb_content_element {
  margin-bottom: 0px; }

.tp-caption h1 {
  margin: 0;
  font-family: inherit;
  font-size: inherit !important; }

.masthead2 {
  margin-bottom: 0px !important; }
  .masthead2 .wpb_content_element {
    margin-bottom: 0px !important; }
  .masthead2 .hero-title {
    font-size: 120px;
    font-family: 'Open Sans' !important; font-weight: 300 !important;
    font-weight: normal; }
    @media only screen and (max-width: 777px) {
      .masthead2 .hero-title {
        top: -80px;
        position: relative; } }
    @media only screen and (max-width: 400px) {
      .masthead2 .hero-title {
        top: -50px;
        position: relative; } }
  .masthead2 .hero-subtitle {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
    @media only screen and (max-width: 777px) {
      .masthead2 .hero-subtitle {
        top: -80px;
        position: relative; } }
    @media only screen and (max-width: 400px) {
      .masthead2 .hero-subtitle {
        top: -50px;
        position: relative; } }

.masthead.wpb_content_element {
  margin-bottom: 0; }
.masthead small {
  margin-top: 15px;
  display: block; }
.masthead .hero-title {
  font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important;
  font-size: 36px; }
  @media only screen and (max-width: 768px) {
    .masthead .hero-title {
      text-align: center;
      font-size: 30px;
      line-height: 40px !important; } }
  .masthead .hero-title span {
    font-size: 36px; }
    @media only screen and (max-width: 768px) {
      .masthead .hero-title span {
        font-size: 30px;
        line-height: 40px !important; }
        .masthead .hero-title span:nth-child(2) {
          display: block; } }
    @media only screen and (max-width: 480px) {
      .masthead .hero-title span:first-child {
        display: block;
        line-height: 8px !important; } }
.masthead .hero-subtitle {
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  font-size: 21px; }

.homepage_results {
  width: 550px;
  position: absolute;
  margin-left: -275px !important;
  left: 50%;
  top: 68%;
  z-index: 1; }

ul.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 10px; }
  ul.slick-dots li {
    display: inline-block; }
    ul.slick-dots li button {
      border: none;
      background: transparent;
      text-indent: -9999px; }
    ul.slick-dots li:before {
      content: "\f111";
      font-family: "Font Awesome 5 Free";
      color: #999999;
      cursor: pointer; }
    ul.slick-dots li.slick-active:before {
      color: #ffffff; }

@media only screen and (min-width: 992px) {
  .mobile-homepage-slider {
    display: none; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  .mobile-homepage-slider {
    display: block; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1366px) and (max-width: 1366px) {
  .vc_hidden-lg.mobile-homepage-slider {
    display: block !important; } }
#expertise-slide {
  padding: 0 5%; }
  @media only screen and (max-width: 500px) {
    #expertise-slide {
      padding: 10% 30px; }
      #expertise-slide .vc_col-xs-6 {
        width: 100%; } }

.ver-expertise,
.equipment-expertise {
  padding: 20% 0; }
  .ver-expertise h1,
  .equipment-expertise h1 {
    font-family: ClanOT-News !important; }
  .ver-expertise h2,
  .ver-expertise h3,
  .equipment-expertise h2,
  .equipment-expertise h3 {
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
  .ver-expertise button,
  .equipment-expertise button {
    background: #ffffff;
    font-size: 14px;
    font-family: ClanOT-News !important;
    color: #cf1047;
    padding: 7px 30px;
    border: none;
    margin-bottom: 15px !important;
    margin-right: 25px; }
    @media only screen and (max-width: 768px) {
      .ver-expertise button,
      .equipment-expertise button {
        display: block; } }
    .ver-expertise button i,
    .equipment-expertise button i {
      margin-left: 5px; }
  .ver-expertise .white-link,
  .equipment-expertise .white-link {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    cursor: pointer; }
    .ver-expertise .white-link:hover,
    .equipment-expertise .white-link:hover {
      text-decoration: none; }
    @media only screen and (max-width: 500px) {
      .ver-expertise .white-link h3,
      .equipment-expertise .white-link h3 {
        font-size: 14px; } }

.ver-expertise {
  padding: 115px 0 50px 0; }
  @media only screen and (max-width: 500px) {
    .ver-expertise {
      padding: 0; } }

.category-grid {
  padding: 80px 5% 50px 5%;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .category-grid {
      padding: 0px; } }
  .category-grid br {
    display: none; }
  .category-grid:after {
    content: "";
    display: block;
    clear: both; }
  .category-grid .col-grid {
    float: left;
    margin: 10px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    width: 29%;
    padding: 50px 0px;
    font-family: ClanOT-News !important;
    font-size: 22px; }
    @media only screen and (max-width: 900px) {
      .category-grid .col-grid {
        width: 40%; } }
    @media only screen and (max-width: 700px) {
      .category-grid .col-grid {
        font-size: 16px; } }
    .category-grid .col-grid:hover {
      color: #ffffff; }

/** Request Quote page */
.request-quote-content,
.request-quote-thanks,
.request-quote-empty-content {
  color: #666666;
  padding: 20px 55px; }
  @media only screen and (max-width: 991px) {
    .request-quote-content,
    .request-quote-thanks,
    .request-quote-empty-content {
      padding: 20px; } }
  .request-quote-content p,
  .request-quote-thanks p,
  .request-quote-empty-content p {
    font-size: 14px;
    line-height: 22px; }
  .request-quote-content .woocommerce .woocommerce-breadcrumb,
  .request-quote-thanks .woocommerce .woocommerce-breadcrumb,
  .request-quote-empty-content .woocommerce .woocommerce-breadcrumb {
    margin: 20px 0 30px;
    font-size: 14px; }
  .request-quote-content button,
  .request-quote-content a.button,
  .request-quote-thanks button,
  .request-quote-thanks a.button,
  .request-quote-empty-content button,
  .request-quote-empty-content a.button {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 25px;
    background: #cf1047;
    border: none;
    color: #ffffff;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .request-quote-content button,
      .request-quote-content a.button,
      .request-quote-thanks button,
      .request-quote-thanks a.button,
      .request-quote-empty-content button,
      .request-quote-empty-content a.button {
        font-size: 16px; } }
    .request-quote-content button span,
    .request-quote-content a.button span,
    .request-quote-thanks button span,
    .request-quote-thanks a.button span,
    .request-quote-empty-content button span,
    .request-quote-empty-content a.button span {
      font-size: 10px;
      vertical-align: middle;
      margin-left: 7px;
      padding-bottom: 5px; }
    .request-quote-content button .ajax-loader,
    .request-quote-content a.button .ajax-loader,
    .request-quote-thanks button .ajax-loader,
    .request-quote-thanks a.button .ajax-loader,
    .request-quote-empty-content button .ajax-loader,
    .request-quote-empty-content a.button .ajax-loader {
      position: absolute; }
  .request-quote-content .products-list-col,
  .request-quote-thanks .products-list-col,
  .request-quote-empty-content .products-list-col {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 20px; }
    .request-quote-content .products-list-col:before, .request-quote-content .products-list-col:after,
    .request-quote-thanks .products-list-col:before,
    .request-quote-thanks .products-list-col:after,
    .request-quote-empty-content .products-list-col:before,
    .request-quote-empty-content .products-list-col:after {
      content: "";
      display: table; }
    .request-quote-content .products-list-col:after,
    .request-quote-thanks .products-list-col:after,
    .request-quote-empty-content .products-list-col:after {
      clear: both; }
    @media only screen and (max-width: 650px) {
      .request-quote-content .products-list-col,
      .request-quote-thanks .products-list-col,
      .request-quote-empty-content .products-list-col {
        padding: 20px 40px; } }
    .request-quote-content .products-list-col h3,
    .request-quote-thanks .products-list-col h3,
    .request-quote-empty-content .products-list-col h3 {
      font-family: 'Open Sans'; font-weight: 400 !important;
      font-weight: bold;
      font-size: 18px;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .request-quote-content .products-list-col .cart-item,
    .request-quote-thanks .products-list-col .cart-item,
    .request-quote-empty-content .products-list-col .cart-item {
      border-bottom: 1px solid #e1e1e1;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .request-quote-content .products-list-col .cart-item:before, .request-quote-content .products-list-col .cart-item:after,
      .request-quote-thanks .products-list-col .cart-item:before,
      .request-quote-thanks .products-list-col .cart-item:after,
      .request-quote-empty-content .products-list-col .cart-item:before,
      .request-quote-empty-content .products-list-col .cart-item:after {
        content: "";
        display: table; }
      .request-quote-content .products-list-col .cart-item:after,
      .request-quote-thanks .products-list-col .cart-item:after,
      .request-quote-empty-content .products-list-col .cart-item:after {
        clear: both; }
    .request-quote-content .products-list-col .product-remove,
    .request-quote-thanks .products-list-col .product-remove,
    .request-quote-empty-content .products-list-col .product-remove {
      display: none; }
    .request-quote-content .products-list-col .product-thumbnail,
    .request-quote-thanks .products-list-col .product-thumbnail,
    .request-quote-empty-content .products-list-col .product-thumbnail {
      padding-right: 0; }
      .request-quote-content .products-list-col .product-thumbnail a,
      .request-quote-thanks .products-list-col .product-thumbnail a,
      .request-quote-empty-content .products-list-col .product-thumbnail a {
        display: block;
        border: 1px solid #e1e1e1;
        margin-right: 10px; }
      .request-quote-content .products-list-col .product-thumbnail img,
      .request-quote-thanks .products-list-col .product-thumbnail img,
      .request-quote-empty-content .products-list-col .product-thumbnail img {
        width: 100%;
        height: auto; }
    .request-quote-content .products-list-col .product-name,
    .request-quote-thanks .products-list-col .product-name,
    .request-quote-empty-content .products-list-col .product-name {
      font-size: 12px; }
      .request-quote-content .products-list-col .product-name a,
      .request-quote-thanks .products-list-col .product-name a,
      .request-quote-empty-content .products-list-col .product-name a {
        padding: 0;
        margin: 0;
        font-weight: bold;
        font-family: 'Open Sans'; font-weight: 400 !important;
        text-transform: uppercase;
        text-decoration: underline;
        line-height: 20px;
        color: #000000; }
      .request-quote-content .products-list-col .product-name span,
      .request-quote-thanks .products-list-col .product-name span,
      .request-quote-empty-content .products-list-col .product-name span {
        color: #464646; }
    .request-quote-content .products-list-col .product-attributes,
    .request-quote-thanks .products-list-col .product-attributes,
    .request-quote-empty-content .products-list-col .product-attributes {
      margin-top: 5px; }
    .request-quote-content .products-list-col .view-full-quote,
    .request-quote-thanks .products-list-col .view-full-quote,
    .request-quote-empty-content .products-list-col .view-full-quote {
      display: block;
      margin-top: 10px;
      font-family: 'Open Sans'; font-weight: 400 !important;
      font-weight: bold;
      font-size: 16px;
      color: #cf1047;
      background: none;
      text-transform: uppercase;
      text-decoration: underline;
      text-align: center; }
    .request-quote-content .products-list-col .update-list-btn,
    .request-quote-thanks .products-list-col .update-list-btn,
    .request-quote-empty-content .products-list-col .update-list-btn {
      display: none; }
  .request-quote-content .request-quote-form,
  .request-quote-thanks .request-quote-form,
  .request-quote-empty-content .request-quote-form {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 55px 76px; }
    @media only screen and (min-width: 992px) {
      .request-quote-content .request-quote-form,
      .request-quote-thanks .request-quote-form,
      .request-quote-empty-content .request-quote-form {
        margin: 0 auto !important;
        max-width: 1004px; } }
    @media only screen and (max-width: 991px) {
      .request-quote-content .request-quote-form,
      .request-quote-thanks .request-quote-form,
      .request-quote-empty-content .request-quote-form {
        padding: 55px 30px; } }
    .request-quote-content .request-quote-form h3,
    .request-quote-thanks .request-quote-form h3,
    .request-quote-empty-content .request-quote-form h3 {
      font-size: 18px;
      line-height: 24px; }
    .request-quote-content .request-quote-form p,
    .request-quote-thanks .request-quote-form p,
    .request-quote-empty-content .request-quote-form p {
      font-size: 15px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 0; }
    .request-quote-content .request-quote-form input,
    .request-quote-content .request-quote-form textarea,
    .request-quote-content .request-quote-form select,
    .request-quote-thanks .request-quote-form input,
    .request-quote-thanks .request-quote-form textarea,
    .request-quote-thanks .request-quote-form select,
    .request-quote-empty-content .request-quote-form input,
    .request-quote-empty-content .request-quote-form textarea,
    .request-quote-empty-content .request-quote-form select {
      width: 100%;
      margin-bottom: 20px;
      background: #ffffff;
      border: 2px solid #e1e1e1;
      padding: 10px 12px;
      border-radius: 0; }
      .request-quote-content .request-quote-form input[type="date"],
      .request-quote-content .request-quote-form textarea[type="date"],
      .request-quote-content .request-quote-form select[type="date"],
      .request-quote-thanks .request-quote-form input[type="date"],
      .request-quote-thanks .request-quote-form textarea[type="date"],
      .request-quote-thanks .request-quote-form select[type="date"],
      .request-quote-empty-content .request-quote-form input[type="date"],
      .request-quote-empty-content .request-quote-form textarea[type="date"],
      .request-quote-empty-content .request-quote-form select[type="date"] {
        padding: 9px 12px;
        min-height: 46px; }
      .request-quote-content .request-quote-form input[type="file"],
      .request-quote-content .request-quote-form textarea[type="file"],
      .request-quote-content .request-quote-form select[type="file"],
      .request-quote-thanks .request-quote-form input[type="file"],
      .request-quote-thanks .request-quote-form textarea[type="file"],
      .request-quote-thanks .request-quote-form select[type="file"],
      .request-quote-empty-content .request-quote-form input[type="file"],
      .request-quote-empty-content .request-quote-form textarea[type="file"],
      .request-quote-empty-content .request-quote-form select[type="file"] {
        border: none;
        padding: 0;
        margin-bottom: 40px; }
      .request-quote-content .request-quote-form input[type="checkbox"],
      .request-quote-content .request-quote-form textarea[type="checkbox"],
      .request-quote-content .request-quote-form select[type="checkbox"],
      .request-quote-thanks .request-quote-form input[type="checkbox"],
      .request-quote-thanks .request-quote-form textarea[type="checkbox"],
      .request-quote-thanks .request-quote-form select[type="checkbox"],
      .request-quote-empty-content .request-quote-form input[type="checkbox"],
      .request-quote-empty-content .request-quote-form textarea[type="checkbox"],
      .request-quote-empty-content .request-quote-form select[type="checkbox"] {
        width: auto;
        line-height: 21px; }
        .request-quote-content .request-quote-form input[type="checkbox"] + label,
        .request-quote-content .request-quote-form textarea[type="checkbox"] + label,
        .request-quote-content .request-quote-form select[type="checkbox"] + label,
        .request-quote-thanks .request-quote-form input[type="checkbox"] + label,
        .request-quote-thanks .request-quote-form textarea[type="checkbox"] + label,
        .request-quote-thanks .request-quote-form select[type="checkbox"] + label,
        .request-quote-empty-content .request-quote-form input[type="checkbox"] + label,
        .request-quote-empty-content .request-quote-form textarea[type="checkbox"] + label,
        .request-quote-empty-content .request-quote-form select[type="checkbox"] + label {
          display: inline-block;
          padding-left: 10px;
          margin-right: 20px;
          margin-bottom: 0; }
      .request-quote-content .request-quote-form input[type="submit"],
      .request-quote-content .request-quote-form textarea[type="submit"],
      .request-quote-content .request-quote-form select[type="submit"],
      .request-quote-thanks .request-quote-form input[type="submit"],
      .request-quote-thanks .request-quote-form textarea[type="submit"],
      .request-quote-thanks .request-quote-form select[type="submit"],
      .request-quote-empty-content .request-quote-form input[type="submit"],
      .request-quote-empty-content .request-quote-form textarea[type="submit"],
      .request-quote-empty-content .request-quote-form select[type="submit"] {
        border: none;
        background: transparent;
        padding: 0;
        margin-bottom: 0;
        width: auto;
        font-size: 22px;
        text-transform: uppercase;
        padding: 20px 27px;
        background: #cf1047;
        border: none;
        color: #ffffff;
        text-align: center; }
        @media only screen and (max-width: 400px) {
          .request-quote-content .request-quote-form input[type="submit"],
          .request-quote-content .request-quote-form textarea[type="submit"],
          .request-quote-content .request-quote-form select[type="submit"],
          .request-quote-thanks .request-quote-form input[type="submit"],
          .request-quote-thanks .request-quote-form textarea[type="submit"],
          .request-quote-thanks .request-quote-form select[type="submit"],
          .request-quote-empty-content .request-quote-form input[type="submit"],
          .request-quote-empty-content .request-quote-form textarea[type="submit"],
          .request-quote-empty-content .request-quote-form select[type="submit"] {
            font-size: 18px;
            width: 100%;
            text-align: center;
            padding: 20px 0px; } }
        .request-quote-content .request-quote-form input[type="submit"] .ajax-loader,
        .request-quote-content .request-quote-form textarea[type="submit"] .ajax-loader,
        .request-quote-content .request-quote-form select[type="submit"] .ajax-loader,
        .request-quote-thanks .request-quote-form input[type="submit"] .ajax-loader,
        .request-quote-thanks .request-quote-form textarea[type="submit"] .ajax-loader,
        .request-quote-thanks .request-quote-form select[type="submit"] .ajax-loader,
        .request-quote-empty-content .request-quote-form input[type="submit"] .ajax-loader,
        .request-quote-empty-content .request-quote-form textarea[type="submit"] .ajax-loader,
        .request-quote-empty-content .request-quote-form select[type="submit"] .ajax-loader {
          position: absolute; }
    .request-quote-content .request-quote-form select,
    .request-quote-content .request-quote-form input[type="date"],
    .request-quote-content .request-quote-form input.wpcf7-date,
    .request-quote-thanks .request-quote-form select,
    .request-quote-thanks .request-quote-form input[type="date"],
    .request-quote-thanks .request-quote-form input.wpcf7-date,
    .request-quote-empty-content .request-quote-form select,
    .request-quote-empty-content .request-quote-form input[type="date"],
    .request-quote-empty-content .request-quote-form input.wpcf7-date {
      background: #ffffff url(imgs/form-select-arrow.png) no-repeat right 9px; }
    .request-quote-content .request-quote-form input[type=date]::-webkit-calendar-picker-indicator,
    .request-quote-thanks .request-quote-form input[type=date]::-webkit-calendar-picker-indicator,
    .request-quote-empty-content .request-quote-form input[type=date]::-webkit-calendar-picker-indicator {
      color: transparent;
      background: transparent; }
    .request-quote-content .request-quote-form .wpcf7-recaptcha,
    .request-quote-thanks .request-quote-form .wpcf7-recaptcha,
    .request-quote-empty-content .request-quote-form .wpcf7-recaptcha {
      margin: 32px 0 54px; }
  .request-quote-content .quote-contact-form-header,
  .request-quote-thanks .quote-contact-form-header,
  .request-quote-empty-content .quote-contact-form-header {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .request-quote-content .quote-contact-form-header,
      .request-quote-thanks .quote-contact-form-header,
      .request-quote-empty-content .quote-contact-form-header {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-bottom: 30px; } }
    .request-quote-content .quote-contact-form-header a.button,
    .request-quote-thanks .quote-contact-form-header a.button,
    .request-quote-empty-content .quote-contact-form-header a.button {
      display: block;
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
  .request-quote-content .request-quote-thanks-body,
  .request-quote-thanks .request-quote-thanks-body,
  .request-quote-empty-content .request-quote-thanks-body {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 100%;
    text-align: center;
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .request-quote-content .request-quote-thanks-body,
      .request-quote-thanks .request-quote-thanks-body,
      .request-quote-empty-content .request-quote-thanks-body {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding: 20px 0; } }
    .request-quote-content .request-quote-thanks-body > h2, .request-quote-content .request-quote-thanks-body p, .request-quote-content .request-quote-thanks-body a,
    .request-quote-thanks .request-quote-thanks-body > h2,
    .request-quote-thanks .request-quote-thanks-body p,
    .request-quote-thanks .request-quote-thanks-body a,
    .request-quote-empty-content .request-quote-thanks-body > h2,
    .request-quote-empty-content .request-quote-thanks-body p,
    .request-quote-empty-content .request-quote-thanks-body a {
      max-width: 556px;
      margin: 0 auto; }
    .request-quote-content .request-quote-thanks-body h2,
    .request-quote-thanks .request-quote-thanks-body h2,
    .request-quote-empty-content .request-quote-thanks-body h2 {
      font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
      font-size: 27px;
      margin-bottom: 30px;
      color: #000000; }
      @media only screen and (max-width: 768px) {
        .request-quote-content .request-quote-thanks-body h2,
        .request-quote-thanks .request-quote-thanks-body h2,
        .request-quote-empty-content .request-quote-thanks-body h2 {
          font-size: 24px; } }
    .request-quote-content .request-quote-thanks-body p,
    .request-quote-thanks .request-quote-thanks-body p,
    .request-quote-empty-content .request-quote-thanks-body p {
      font-size: 18px;
      margin-bottom: 20px; }
      .request-quote-content .request-quote-thanks-body p.phone-number,
      .request-quote-thanks .request-quote-thanks-body p.phone-number,
      .request-quote-empty-content .request-quote-thanks-body p.phone-number {
        font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important;
        font-size: 27px;
        color: #cf1047;
        margin-bottom: 50px; }
      .request-quote-content .request-quote-thanks-body p.or,
      .request-quote-thanks .request-quote-thanks-body p.or,
      .request-quote-empty-content .request-quote-thanks-body p.or {
        font-size: 16px;
        margin-top: 20px; }
    .request-quote-content .request-quote-thanks-body a.button,
    .request-quote-thanks .request-quote-thanks-body a.button,
    .request-quote-empty-content .request-quote-thanks-body a.button {
      font-size: 22px;
      text-transform: uppercase;
      padding: 15px 30px;
      background: #cf1047;
      border: none;
      color: #ffffff;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .request-quote-content .request-quote-thanks-body a.button,
        .request-quote-thanks .request-quote-thanks-body a.button,
        .request-quote-empty-content .request-quote-thanks-body a.button {
          font-size: 16px;
          max-width: 90%; } }
      .request-quote-content .request-quote-thanks-body a.button.black,
      .request-quote-thanks .request-quote-thanks-body a.button.black,
      .request-quote-empty-content .request-quote-thanks-body a.button.black {
        background: #000000; }
      .request-quote-content .request-quote-thanks-body a.button span,
      .request-quote-thanks .request-quote-thanks-body a.button span,
      .request-quote-empty-content .request-quote-thanks-body a.button span {
        font-size: 10px;
        vertical-align: middle;
        margin-left: 5px;
        padding-bottom: 7px; }
    .request-quote-content .request-quote-thanks-body .new-renter a.button,
    .request-quote-thanks .request-quote-thanks-body .new-renter a.button,
    .request-quote-empty-content .request-quote-thanks-body .new-renter a.button {
      margin: 20px 0 50px; }
  @media only screen and (max-width: 768px) {
    .request-quote-content > .wpb_column > .vc_column-inner > .wpb_wrapper,
    .request-quote-thanks > .wpb_column > .vc_column-inner > .wpb_wrapper,
    .request-quote-empty-content > .wpb_column > .vc_column-inner > .wpb_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .request-quote-content .request-quote-empty-body,
    .request-quote-thanks .request-quote-empty-body,
    .request-quote-empty-content .request-quote-empty-body {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }

.request-quote-thanks .wpb_column,
.request-quote-empty-content .wpb_column {
  float: none; }

.quote-container button {
  color: #ffffff;
  background: #cf1047;
  padding: 10px 40px;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  margin: 20px 0 !important;
  font-size: 12px; }
  @media only screen and (max-width: 900px) {
    .quote-container button {
      padding: 10px 30px; } }
  .quote-container button i {
    font-size: 8px;
    top: -2px;
    position: relative;
    left: 5px; }
.quote-container .quantity-container button {
  color: #cf1047;
  background: transparent;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
  padding: 0;
  text-transform: uppercase;
  margin: 5px 0 !important;
  font-size: 10px;
  text-align: center;
  display: block; }
.quote-container p {
  margin: 0;
  color: #999999;
  font-size: 12px; }
.quote-container a {
  color: #cf1047;
  text-decoration: underline; }
.quote-container .print_and_share p {
  margin: 10px 0; }
  .quote-container .print_and_share p i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 3px; }

@media only screen and (min-width: 992px) {
  .blank-quote-intro {
    max-width: 1034px;
    padding: 20px 0 50px;
    margin: 0 auto !important; }

  .dvin_wcql_success_msg {
    margin: 0 auto; } }
@media only screen and (max-width: 991px) {
  .request-quote-content .request-quote-wrapper-row .col-md-5,
  .request-quote-content .request-quote-wrapper-row .col-md-7 {
    padding: 0 15px !important; }
  .request-quote-content .products-list-col .product-thumbnail {
    margin-bottom: 10px; } }
@media only screen and (max-width: 768px) {
  .request-quote-content .vc_col-sm-4 {
    width: 100%; }
  .request-quote-content .vc_col-sm-8 {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .request-form-submit-button {
    width: 100%; }

  .request-quote-content,
  .request-quote-empty-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .request-quote-content .vc_col-sm-4,
    .request-quote-empty-content .vc_col-sm-4 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .request-quote-content .vc_col-sm-8,
    .request-quote-empty-content .vc_col-sm-8 {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .request-quote-content .request-quote-form,
    .request-quote-empty-content .request-quote-form {
      padding: 30px 20px; } }
@media only screen and (max-width: 480px) {
  .request-form-submit-button input {
    font-size: 16px; } }
.left_sidebar {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 10px 25px !important;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .left_sidebar {
      float: left; } }
  @media only screen and (max-width: 650px) {
    .left_sidebar {
      display: none; } }
  .left_sidebar h1,
  .left_sidebar h3 {
    font-family: 'Open Sans', sans-serif !important; font-weight: 600 !important;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 20px; }
    @media only screen and (max-width: 700px) {
      .left_sidebar h1,
      .left_sidebar h3 {
        font-size: 16px; } }
  .left_sidebar .product-categories {
    padding-bottom: 10px; }
    .left_sidebar .product-categories li {
      border-bottom: 1px solid #e1e1e1;
      padding: 10px 0; }
      .left_sidebar .product-categories li a {
        color: #000; }
  .left_sidebar .widget_block ul li:before {
    content: '' !important;
    margin: 0; }
  .left_sidebar .filter-section {
    margin-left: -25px;
    margin-right: -25px;
    border-top: 1px solid #e1e1e1;
    padding: 20px 25px; }
    .left_sidebar .filter-section h4 {
      text-transform: uppercase;
      margin-top: 0px;
      font-size: 14px;
      font-weight: bold; }
      @media only screen and (max-width: 700px) {
        .left_sidebar .filter-section h4 {
          font-size: 12px; } }
    .left_sidebar .filter-section:first-of-type {
      border-top: none; }
  .left_sidebar .related h2 {
    font-family: 'Open Sans'; font-weight: 400 !important;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase; }
  .left_sidebar .related .related-products ul.products li.product {
    width: 100% !important;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 55px;
    margin-bottom: 20px; }
    .left_sidebar .related .related-products ul.products li.product .related-link {
      display: block; }
    .left_sidebar .related .related-products ul.products li.product .addquotelistlink {
      bottom: 15px; }
    .left_sidebar .related .related-products ul.products li.product a .imagewrapper {
      height: auto;
      width: 40%;
      float: left;
      margin-right: 5%;
      background: transparent !important;
      border: none;
      overflow: hidden; }
      @media only screen and (max-width: 950px) {
        .left_sidebar .related .related-products ul.products li.product a .imagewrapper {
          width: 100%;
          margin-right: 0;
          float: none; } }
      @media only screen and (max-width: 650px) {
        .left_sidebar .related .related-products ul.products li.product a .imagewrapper {
          width: 40%;
          float: left;
          margin-right: 5%; } }
      @media only screen and (max-width: 400px) {
        .left_sidebar .related .related-products ul.products li.product a .imagewrapper {
          width: 100%;
          margin-right: 0;
          float: none; } }
      .left_sidebar .related .related-products ul.products li.product a .imagewrapper img {
        opacity: 1;
        width: 100% !important;
        border: 1px solid #e1e1e1; }
    .left_sidebar .related .related-products ul.products li.product .product-info {
      width: 55%;
      float: right; }
      @media only screen and (max-width: 950px) {
        .left_sidebar .related .related-products ul.products li.product .product-info {
          width: 100%;
          float: none; } }
    .left_sidebar .related .related-products ul.products li.product h3 {
      padding: 0;
      margin: 0;
      font-size: 10px;
      font-weight: bold;
      font-family: 'Open Sans'; font-weight: 400 !important;
      text-transform: uppercase;
      text-decoration: underline;
      line-height: 15px;
      word-wrap: break-word; }
    .left_sidebar .related .related-products ul.products li.product .product-attributes {
      margin-top: 5px; }
      @media only screen and (max-width: 950px) {
        .left_sidebar .related .related-products ul.products li.product .product-attributes {
          width: 100%; } }
      @media only screen and (max-width: 650px) {
        .left_sidebar .related .related-products ul.products li.product .product-attributes {
          width: 45%; } }
      @media only screen and (max-width: 400px) {
        .left_sidebar .related .related-products ul.products li.product .product-attributes {
          width: 100%; } }
    @media only screen and (max-width: 650px) {
      .left_sidebar .related .related-products ul.products li.product {
        width: 55%;
        float: right;
        margin-bottom: 10px; } }
  @media only screen and (max-width: 650px) {
    .left_sidebar .related-sidebar-mobile {
      display: block;
      width: 90%;
      margin: 30px auto;
      float: none;
      padding: 10px 40px !important; } }
  @media only screen and (max-width: 400px) {
    .left_sidebar {
      width: 100%;
      margin-right: 0;
      float: none; } }

@media only screen and (max-width: 850px) {
  .subcategories-grid-wrapper .col-sm-3.left_sidebar {
    width: 29% !important; } }
#expertise-slide {
  padding: 0 5%; }
  @media only screen and (max-width: 500px) {
    #expertise-slide {
      padding: 10% 30px; }
      #expertise-slide .vc_col-xs-6 {
        width: 100%; } }

.ver-expertise,
.equipment-expertise {
  padding: 20% 0; }
  .ver-expertise h1,
  .equipment-expertise h1 {
    font-family: ClanOT-News !important; }
  .ver-expertise h2,
  .ver-expertise h3,
  .equipment-expertise h2,
  .equipment-expertise h3 {
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
  .ver-expertise button,
  .equipment-expertise button {
    background: #ffffff;
    font-size: 14px;
    font-family: ClanOT-News !important;
    color: #cf1047;
    padding: 7px 30px;
    border: none;
    margin-bottom: 15px !important;
    margin-right: 25px; }
    @media only screen and (max-width: 768px) {
      .ver-expertise button,
      .equipment-expertise button {
        display: block; } }
    .ver-expertise button i,
    .equipment-expertise button i {
      margin-left: 5px; }
  .ver-expertise .white-link,
  .equipment-expertise .white-link {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    cursor: pointer; }
    .ver-expertise .white-link:hover,
    .equipment-expertise .white-link:hover {
      text-decoration: none; }
    @media only screen and (max-width: 500px) {
      .ver-expertise .white-link h3,
      .equipment-expertise .white-link h3 {
        font-size: 14px; } }

.ver-expertise {
  padding: 115px 0 50px 0; }
  @media only screen and (max-width: 500px) {
    .ver-expertise {
      padding: 0; } }

.category-grid {
  padding: 80px 5% 50px 5%;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .category-grid {
      padding: 0px; } }
  .category-grid br {
    display: none; }
  .category-grid:after {
    content: "";
    display: block;
    clear: both; }
  .category-grid .col-grid {
    float: left;
    margin: 10px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    width: 29%;
    padding: 50px 0px;
    font-family: ClanOT-News !important;
    font-size: 22px; }
    @media only screen and (max-width: 900px) {
      .category-grid .col-grid {
        width: 40%; } }
    @media only screen and (max-width: 700px) {
      .category-grid .col-grid {
        font-size: 16px; } }
    .category-grid .col-grid:hover {
      color: #ffffff; }

.faq_contents {
  word-wrap: break-word;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px; }
  .faq_contents h2 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; font-weight: 700 !important;;
    margin: 0; }
  .faq_contents p {
    word-wrap: break-word;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0; }
  .faq_contents a {
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
    font-size: 16px;
    line-height: 25px; }

.faq_link_section a {
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  text-decoration: underline;
  font-size: 16px;
  line-height: 25px; }

.faq_content_section {
  margin-top: 70px; }

#footer::before,
.footer_copyright:after,
#footer:after {
  display: none; }

#footer {
  padding: 0 !important; }
  #footer ul li a, #footer p, #footer a {
    color: #f5f5f5;
    font-size: 12px;
    font-family: 'Open Sans'; font-weight: 400 !important;
    text-decoration: none; }
  #footer p {
    font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
    margin-bottom: 0; }
  #footer .footer-social {
    background: #FEFEFE;
/*    background-size: auto;
    background-repeat: repeat;*/
    padding: 30px 0;
    border-top: 2px solid #e1e1e1;
    text-align: center; }
    #footer .footer-social .newsletter-container {
      display: block;
      width: 60%;
      margin: 0 auto; }
      @media only screen and (max-width: 850px) {
        #footer .footer-social .newsletter-container {
          width: 80%; } }
      @media only screen and (max-width: 768px) {
        #footer .footer-social .newsletter-container {
          display: block;
          margin: 0 auto; } }
      @media only screen and (max-width: 600px) {
        #footer .footer-social .newsletter-container {
          width: 60%; } }
      #footer .footer-social .newsletter-container h2 {
        font-size: 20px;
        color: #000000;
        margin: 0 0 10px 0; }
    #footer .footer-social .social-bar {
      display: inline-block; }
      #footer .footer-social .social-bar h6 {
        display: inline-block;
        margin-right: 20px;
        color: #000000;
        font-family: 'Open Sans' !important;
        font-size: 20px; }
    #footer .footer-social .social-icons {
      display: inline-block; }
      #footer .footer-social .social-icons a {
        background: #cf1047;
        width: 40px;
        text-align: center;
        display: inline-block;
        padding: 10px 0;
        margin: 5px 5px; }
      #footer .footer-social .social-icons i {
        color: #f5f5f5;
        font-size: 20px; }
  #footer .footer-details {
    background: #121212;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 8% 80px 8%; }
    @media only screen and (max-width: 991px) {
      #footer .footer-details {
        padding: 60px 5% 80px 5%; } }
    @media only screen and (max-width: 768px) {
      #footer .footer-details {
        padding: 60px 4% 80px 4%; } }
    #footer .footer-details .container {
      width: 100% !important; }
    #footer .footer-details ul {
      margin: 0 !important; }
    #footer .footer-details li {
      list-style: none !important; }
    @media only screen and (max-width: 768px) {
      #footer .footer-details ul li a,
      #footer .footer-details p,
      #footer .footer-details a {
        font-size: 10px; } }
    @media only screen and (max-width: 600px) {
      #footer .footer-details .footer-widget-col:last-of-type .footer_title {
        display: none; } }
  #footer .footer_title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'futura-pt-condensed';
      font-weight: bold;
}
  #footer .footer_copyright {
    background: transparent; }
    #footer .footer_copyright .col-md-6 {
      padding-left: 0;
      padding-right: 30px; }
  #footer .footer_copy_text,
  #footer .footer_copy_text2 {
    color: #f5f5f5;
    font-size: 12px;
    font-family: 'Open Sans'; font-weight: 400 !important;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      #footer .footer_copy_text,
      #footer .footer_copy_text2 {
        margin-left: -15px; } }
  #footer .footer_copy_text2 {
    font-size: 10px; }
  #footer .row_spacer {
    padding: 0; }
    @media only screen and (max-width: 768px) {
      #footer .row_spacer {
        padding-bottom: 0 !important; } }
  #footer .footer_right li {
    padding: 5px 0 !important; }
  #footer .footer_menu {
    text-align: left; }
    @media only screen and (max-width: 768px) {
      #footer .footer_menu {
        padding-bottom: 20px;
        margin-left: -20px; } }
    #footer .footer_menu a {
      color: #ffffff !important; }
    #footer .footer_menu > li {
      padding: 0 6px; }
      #footer .footer_menu > li:before {
        content: "|";
        color: #cf1047; }
      #footer .footer_menu > li:first-of-type:before {
        content: none; }
    #footer .footer_menu ul li a {
      color: #f5f5f5 !important;
      font-size: 12px;
      font-family: 'Open Sans'; font-weight: 400 !important; }
  #footer .email-link {
    text-decoration: underline; }

#menu-footer-location {
  -webkit-columns: 4 126px;
  -moz-columns: 4 126px;
  columns: 4 126px; }
  #menu-footer-location li {
    padding: 0 !important; }

.gecko.win .newsletter-container .hs-button {
  padding: 10px 15px 5px 15px; }

@media only screen and (max-width: 600px) {
  #menu-footer-right li {
    display: inline;
    padding: 0 6px !important; }
  #menu-footer-right > li:before {
    content: "|";
    color: #cf1047;
    padding: 0 20px 0 0; }
  #menu-footer-right > li:first-of-type:before {
    display: none; }

  .footer-widget-col {
    padding: 0 !important;
    width: 100% !important;
    float: none !important; }

  .footer_row:last-child {
    padding-bottom: 15px !important; } }
.facetwp-counter {
  display: none; }

.facetwp-facet {
  margin-bottom: 0px !important; }

.facetwp-type-checkboxes {
  max-height: none !important; }

.facetwp-checkbox {
  font-size: 12px; }
  @media only screen and (max-width: 700px) {
    .facetwp-checkbox {
      font-size: 10px; } }

.facetwp-toggle,
.facetwp-toggle:hover {
  color: #cf1047;
  font-size: 12px;
  text-transform: uppercase; }
  @media only screen and (max-width: 700px) {
    .facetwp-toggle,
    .facetwp-toggle:hover {
      font-size: 10px; } }

.facetwp-pager {
  display: inline-block;
  border: 1px solid #e1e1e1;
  position: relative;
  top: -2px;
  background: #ffffff;
  margin-left: 10px; }
  .facetwp-pager .facetwp-page,
  .facetwp-pager .curr-product-page {
    border-right: 1px solid #e1e1e1;
    padding: 0px 7px;
    margin: 0px;
    color: #999999; }
  .facetwp-pager .curr-product-page {
    display: inline-block; }
  .facetwp-pager .curr-product-page,
  .facetwp-pager .next-page,
  .facetwp-pager .prev-page {
    color: #000000; }
  .facetwp-pager .next-page i,
  .facetwp-pager .prev-page i {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 1px; }
  .facetwp-pager .next-page,
  .facetwp-pager .last-curr {
    border-right: none; }

.search-top-header .facetwp-pager,
.search-footer .facetwp-pager {
  float: right; }
  @media only screen and (max-width: 768px) {
    .search-top-header .facetwp-pager,
    .search-footer .facetwp-pager {
      margin: 10px 0px 0px;
      float: none; } }

@media only screen and (max-width: 768px) {
  .search-top-header {
    text-align: center; }
    .search-top-header h3 {
      display: block; } }
#cookie-notice {
  background-color: rgba(0, 0, 0, 0.9) !important; }
  #cookie-notice .cookie-notice-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px; }
    @media only screen and (max-width: 991px) {
      #cookie-notice .cookie-notice-container {
        display: block;
        text-align: center; } }
    #cookie-notice .cookie-notice-container #cn-notice-text {
      text-align: center;
      display: block;
      margin: 0 0 20px 0; }
    #cookie-notice .cookie-notice-container #cn-accept-cookie {
      position: absolute;
      top: -15px;
      right: 10px;
      color: #252525;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      font-size: 22px;
      font-weight: 500;
      line-height: 24px;
      border: 2px solid #ffffff;
      background-color: #e1e1e1 !important;
      background-image: none;
      text-shadow: none;
      box-shadow: none;
      padding: 0; }
    #cookie-notice .cookie-notice-container #cn-more-info {
      margin: 0;
      background-color: transparent;
      background-image: none;
      text-shadow: none;
      box-shadow: none;
      text-decoration: underline;
      padding: 0;
      font-size: 14px;
      line-height: 20px; }
      @media only screen and (max-width: 991px) {
        #cookie-notice .cookie-notice-container #cn-more-info {
          margin: 10px 0 0 0;
          display: block; } }

.gdpr-embed-message {
  position: absolute !important;
  top: 50%;
  text-align: center;
  width: 100%; }

.gdpr-cookie-btn {
  background-color: #cf1047 !important;
  font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important;
  color: #ffffff !important;
  border: none;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  background-image: none;
  text-shadow: none;
  box-shadow: none; }

.cookie-inactive {
  background-color: #e1e1e1 !important;
  color: #252525 !important; }

.gdpr-cookie-block {
  padding: 100px 30px;
  text-align: center;
  background: #000000;
  color: #ffffff;
  margin: 0; }
