@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:500');
/*********COLORS***********/
/*********FONTS***********/
@font-face {
  font-family: 'MinionPro-Regular';
  src: url('../fonts/MinionPro-Regular.eot');
  src: local('☺'), url('../fonts/MinionPro-Regular.woff') format('woff'), url('../fonts/MinionPro-Regular.ttf') format('truetype'), url('../fonts/MinionPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HermesFB-Book';
  src: url('../fonts/HermesFB-Book.eot');
  src: local('☺'), url('../fonts/HermesFB-Book.woff') format('woff'), url('../fonts/HermesFB-Book.ttf') format('truetype'), url('../fonts/HermesFB-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HermesFB-Thin';
  src: url('../fonts/HermesFB-Thin.eot');
  src: local('☺'), url('../fonts/HermesFB-Thin.woff') format('woff'), url('../fonts/HermesFB-Thin.ttf') format('truetype'), url('../fonts/HermesFB-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HermesFB-Regular';
  src: url('../fonts/HermesFB-Regular.eot');
  src: local('☺'), url('../fonts/HermesFB-Regular.woff') format('woff'), url('../fonts/HermesFB-Regular.ttf') format('truetype'), url('../fonts/HermesFB-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HermesFB-Bold';
  src: url('../fonts/HermesFB-Bold.eot');
  src: local('☺'), url('../fonts/HermesFB-Bold.woff') format('woff'), url('../fonts/HermesFB-Bold.ttf') format('truetype'), url('../fonts/HermesFB-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000;
  font-size: 16px;
}
@media (max-width: 600px) {
  html {
    margin-top: 0;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4,
h5,
h6 {
  font-size: 14px;
}
.page-id-15820 td,
.page-id-15820 th {
  font-size: 14px;
  font-family: 'HermesFB-Thin';
  color: #000;
}
blockquote {
  border-left: 0;
  font-size: 26px;
  font-family: 'HermesFB-Regular';
  line-height: normal;
  font-weight: 100;
  color: #e17000;
  padding: 0;
  margin-bottom: 25px;
  width: 100%;
}
blockquote p {
  font-size: 20px;
  font-family: 'HermesFB-Thin';
  line-height: 34px;
  font-weight: 100;
  color: #e17000;
  line-height: normal;
}
@media (max-width: 767px) {
  blockquote p {
    font-size: 18px;
    line-height: 28px;
  }
}
blockquote p:before {
  content: "«";
  display: inline-block;
  padding-right: 5px;
}
blockquote p:after {
  content: "»";
  display: inline-block;
  padding-left: 5px;
}
@media (max-width: 767px) {
  blockquote {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
}
/********COMMON styles********/
.flex-center {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.thank-you .page-title {
  text-align: center;
  color: #e17000;
}
.showReadmore .readmore_content {
  display: block !important;
}
.showReadmore #toggleReadmore:after {
  content: "Hide text";
}
.showReadmore #toggleReadmore span {
  display: none;
}
.showFilter .filter_bar {
  display: block !important;
}
.showFilter #toggleFilter:after {
  content: "Hide filter";
}
.showFilter #toggleFilter span {
  display: none;
}
.mobileBtns {
  margin-bottom: 30px;
}
.mobileBtns a {
  border: 1px solid #e17000 !important;
  color: #e17000 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 10px 12px !important;
  display: inline-block !important;
}
/******HEADER*****/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.header-wrap .navbar {
  border-top: 6px solid #e17000;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.header-wrap .navbar .desktop-menu .header-top {
  padding-top: 10px;
  padding-bottom: 11px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top {
    padding: 8px 0;
  }
}
.header-wrap .navbar .desktop-menu .header-top button {
  background: transparent;
  border: none;
}
.header-wrap .navbar .desktop-menu .header-top button:focus {
  outline: none;
}
.header-wrap .navbar .desktop-menu .header-top .navbar-header .logo-wrapper {
  width: 160px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .header-wrap .navbar .desktop-menu .header-top .navbar-header .logo-wrapper {
    width: auto;
  }
}
.header-wrap .navbar .desktop-menu .header-top .navbar-header .logo-wrapper .site-logo {
  display: block;
}
.header-wrap .navbar .desktop-menu .header-top .navbar-header .logo-wrapper .site-logo img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 991px) {
  .header-wrap .navbar .desktop-menu .header-top .navbar-header .logo-wrapper .site-logo img {
    max-width: 120px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top .navbar-header .logo-wrapper .site-logo img {
    max-width: 90px;
  }
}
.header-wrap .navbar .desktop-menu .header-top .col-mid {
  padding: 0;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right {
  text-align: right;
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .header-right-cont {
    display: inline-block;
  }
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .list {
  padding: 0;
  margin: 0;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .list li {
  list-style: none;
  display: inline-block;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .list li.lidesktophidden {
  display: inline-block;
}
@media (min-width: 768px) {
  .header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .list li.lidesktophidden {
    display: none;
  }
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .list li .responsive-search-popup {
  position: relative;
  top: 5px;
  right: 15px !important;
}
@media (min-width: 768px) {
  .header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .list li .responsive-search-popup {
    display: none;
  }
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .list li .responsive-search-popup img {
  width: 32px;
}
@media (max-width: 480px) {
  .header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .list li .responsive-search-popup {
    top: 4px;
    right: 15px !important;
  }
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .social-links {
  padding-right: 0px;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .social-links ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 0;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .social-links ul li {
  display: inline-block;
  vertical-align: middle;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .social-links ul li .icon {
  margin: 0 3px;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .companybillingaddress {
  padding: 0 4px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .companybillingaddress span {
  display: block;
  font-size: 13px;
  color: #818a8f;
  font-family: 'HermesFB-Book';
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .companybillingaddress {
    display: none;
  }
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .my_acc_wrap {
  /*float: right;
                            vertical-align:bottom;*/
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .my_acc_wrap a {
  font-size: 13px;
  text-transform: uppercase;
  color: #818a8f;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .my_acc_wrap a span {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'HermesFB-Book';
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .my_acc_wrap a span {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .my_acc_wrap a span {
    display: none;
  }
}
.header-wrap .navbar .desktop-menu .header-top .col-right .header-bottom-right .my_acc_wrap a img {
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top .col-right .row_bottom {
    display: none;
  }
}
.header-wrap .navbar .desktop-menu .header-top .mega-menu-button {
  float: right;
  padding: 0;
  padding-top: 15px;
}
.header-wrap .navbar .desktop-menu .header-top .mega-menu-button .menu-text {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-family: 'HermesFB-Thin';
  padding-right: 16px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top .mega-menu-button .menu-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top .mega-menu-button {
    padding-top: 0;
    padding-left: 15px;
    float: none;
    position: relative;
    top: -5px;
  }
}
@media (max-width: 480px) {
  .header-wrap .navbar .desktop-menu .header-top .mega-menu-button {
    padding-left: 15px;
  }
}
.header-wrap .navbar .desktop-menu .header-top .live_search_wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.header-wrap .navbar .desktop-menu .header-top .live_search_wrap .live_search_box button.search_submit {
  width: 102px;
  padding-right: 0;
}
.header-wrap .navbar .desktop-menu .header-top .live_search_wrap .live_search_box button.search_submit .search-text {
  padding-right: 10px;
  font-size: 18px;
  line-height: 43px;
  color: #e17000;
  display: inline-block;
  vertical-align: middle;
}
.header-wrap .navbar .desktop-menu .header-top .live_search_wrap .live_search_box input[type="text"] {
  font-size: 21px;
  line-height: 43px;
}
.header-wrap .navbar .desktop-menu .header-top .header-bottom-right button img {
  max-width: 25px;
}
@media (max-width: 767px) {
  .header-wrap .navbar .desktop-menu .header-top .header-bottom-right button img {
    max-width: 35px;
  }
}
.header-wrap .navbar .desktop-menu .header-top .header-bottom-right .my_acc_wrap img {
  max-width: 24px;
  vertical-align: text-bottom;
}
@media (max-width: 320px) {
  .header-wrap .navbar .desktop-menu .header-top .header-bottom-right .my_acc_wrap span {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-wrap.stickyheader .header .desktop-menu .header-top {
    padding: 10px 0;
    min-height: auto;
  }
  .header-wrap.stickyheader .header .desktop-menu .header-top .navbar-header .logo-wrapper .site-logo img {
    max-width: 60%;
  }
  .header-wrap.stickyheader .header .desktop-menu .header-top .live_search_results {
    margin-top: 10px;
  }
  .header-wrap.stickyheader .header .desktop-menu .header-top .live_search_wrap {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -moz-transform: scale(0.85);
    padding-top: 0;
  }
  .header-wrap.stickyheader .header .desktop-menu .header-top .header-bottom-right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-wrap.stickyheader .header .desktop-menu .header-top .mega-menu-button {
    padding-top: 15px;
  }
}
.live_search_wrap .live_search_box {
  position: relative;
  text-align: right;
}
.live_search_wrap .live_search_box input[type="text"] {
  background: #ffffff;
  color: #000;
  border-radius: 0;
  border: 0;
  padding: 5px 103px 5px 0;
  height: 50px;
  outline: 0;
  width: 100%;
  max-width: 674px;
  text-align: left;
  border-bottom: 1px solid #e17000;
  font-family: 'HermesFB-Thin';
}
@media (max-width: 767px) {
  .live_search_wrap .live_search_box input[type="text"] {
    max-width: 100%;
  }
}
.live_search_wrap .live_search_box .search_submit {
  position: absolute;
  top: 0;
  height: 50px;
  padding: 5px 6px 5px 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  width: 25px;
  background: transparent;
  cursor: pointer;
  right: 0;
  z-index: 1;
  font-family: 'HermesFB-Thin';
}
.live_search_wrap .live_search_box .search_submit:disabled {
  opacity: 1;
}
.live_search_wrap .live_search_box .search_submit img {
  width: 25px;
}
.live_search_wrap .live_search_box ::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.live_search_wrap .live_search_box :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
.live_search_wrap .live_search_box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.live_search_wrap .live_search_box :-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
@media (max-width: 767px) {
  .live_search_wrap .live_search_box {
    margin-top: 10px;
  }
  .live_search_wrap .live_search_box form {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.main-header-container {
  position: relative;
}
.main-header-container .live_search_results {
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  color: #fff;
  z-index: 995;
  max-height: 450px;
  overflow: auto;
  display: none;
  margin-top: 11px;
  border-top: 1px solid #f7f7f7;
}
.main-header-container .live_search_results .live_search_results_box {
  margin: 0;
  padding: 45px 105px 30px;
  color: #e17000;
  border-radius: 0px;
  font-size: 13px;
  background-color: #ffffff;
}
.main-header-container .live_search_results .live_search_results_box .no-result {
  text-align: left;
  padding: 0 15px;
  color: #000000;
}
.main-header-container .live_search_results .live_search_results_box .col-sm-12 {
  padding: 0 0;
}
.main-header-container .live_search_results .live_search_results_box .results_title {
  padding: 10px 0 30px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #002147;
  font-family: 'HermesFB-Regular';
  font-size: 18px;
}
.main-header-container .live_search_results .live_search_results_box .first_search_row .results_title {
  text-align: center;
}
.main-header-container .live_search_results .live_search_results_box .search_link {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 20px 0 10px;
  font-size: 15px;
  font-family: 'HermesFB-Regular';
}
.main-header-container .live_search_results .live_search_results_box .search_link .first-cat {
  display: block;
  color: #818a8f;
  font-size: 15px;
  font-family: 'HermesFB-Regular';
}
.main-header-container .live_search_results .live_search_results_box .search_link:hover {
  color: #e17000;
}
.main-header-container .live_search_results .live_search_results_box .search_link:hover .first-cat {
  color: #000;
}
.main-header-container .live_search_results .live_search_results_box .search_link:after {
  content: "";
  background-image: url('../images/oright-arrow.png');
  display: block;
  margin-top: 15px;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap {
  border: 1px solid #ffffff;
  margin: 0;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result {
  overflow: hidden;
  padding: 10px;
  display: block;
  color: #000;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_img {
  width: 38%;
  float: left;
  text-align: center;
  min-height: 1px;
  padding-right: 15px;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_img a {
  display: block;
  border-bottom: 1px solid transparent;
  padding-bottom: 15px;
  padding: 15px;
  background: #f7f7f7;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_img a img {
  max-width: 70px;
  border: none;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: 100%;
  outline: 0;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
}
@media (max-width: 480px) {
  .main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_img a img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_img {
    width: 20%;
  }
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_info {
  width: 62%;
  float: left;
  min-height: 1px;
  font-weight: 500;
  text-align: left;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_info a {
  color: #000;
  text-decoration: none;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_info a h5 {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 15px;
  font-family: 'HermesFB-Regular';
}
@media (max-width: 991px) {
  .main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_info a h5 {
    font-size: 11px;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_info a .first-cat {
  display: block;
  color: #818a8f;
  font-size: 15px;
  font-family: 'HermesFB-Regular';
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_info a:after {
  content: "";
  background-image: url('../images/oright-arrow.png');
  display: block;
  margin-top: 15px;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .main-header-container .live_search_results .live_search_results_box .results_wrap .search_result .product_info {
    width: 80%;
  }
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result:hover .product_img a {
  border-bottom: 1px solid #e17000;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result:hover .product_info a h5 {
  color: #e17000;
}
.main-header-container .live_search_results .live_search_results_box .results_wrap .search_result:hover .product_info a .first-cat {
  color: #000;
}
.main-header-container .live_search_results .live_search_results_box .noresultsfound {
  text-align: center;
  font-size: 15px;
  color: #000;
  font-family: 'HermesFB-Regular';
  line-height: normal;
}
@media (max-width: 1200px) {
  .main-header-container .live_search_results .live_search_results_box {
    padding: 45px 35px 30px;
  }
}
.login_modal {
  border-top: 6px solid #e17000;
  padding: 79px 0;
}
.login_modal.frgtpasswrod-modal {
  background: #002147;
}
.login_modal .close-menu {
  opacity: 1;
  color: #FFF;
  text-shadow: none;
  font-size: 21px;
  font-family: 'HermesFB-Thin';
  line-height: normal;
  font-weight: 100;
  outline: 0;
  position: absolute;
  right: 0;
  top: -6px;
  cursor: pointer;
  z-index: 9;
}
.login_modal .close-menu:hover,
.login_modal .close-menu:focus {
  opacity: 1;
}
@media (max-width: 767px) {
  .login_modal .close-menu {
    font-size: 18px;
    top: -30px;
  }
}
.login_modal .close-menu span {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .login_modal .close-menu span {
    padding-right: 15px;
  }
}
.login_modal .close-menu img {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .login_modal .close-menu img {
    width: 20px;
    margin-top: -3px;
  }
}
.login_modal .modal-title {
  font-size: 21px;
  font-family: 'HermesFB-Thin';
  line-height: normal;
  color: #FFF;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .login_modal .modal-title {
    font-size: 18px;
  }
}
.login_modal.in {
  padding-right: 15px !important;
}
.login_modal .modal-dialog {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 0;
}
.login_modal .modal-content {
  border-radius: 0;
  padding: 20px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.login_modal .modal-content .modal-inner-cont {
  width: 100%;
  max-width: 428px;
  margin: 0 auto;
}
.login_modal .modal-content .modal-header {
  padding: 0;
  border-bottom: 1px solid transparent;
}
.login_modal .modal-content .modal-header p {
  font-size: 21px;
  font-family: 'HermesFB-Thin';
  line-height: normal;
  color: #FFF;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .login_modal .modal-content .modal-header p {
    font-size: 18px;
  }
}
.login_modal .modal-content .validation-result .msg {
  color: #e17000;
  font-size: 14px;
  font-family: 'HermesFB-Thin';
}
.login_modal .modal-content .modal-body {
  padding: 0;
  margin-top: 15px;
}
.login_modal .modal-content .modal-body .form-row-first {
  width: 100%;
}
.login_modal .modal-content .modal-body .form-group {
  overflow: hidden;
}
.login_modal .modal-content .modal-body .form-group .form-control {
  background: transparent;
  border-radius: 3px;
  border: none;
  padding: 0px 18px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  color: #FFF;
  width: 100%;
  border: 1px solid #FFF;
  border-radius: 0;
  font-family: 'HermesFB-Thin';
}
.login_modal .modal-content .modal-body .form-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opcity: 1;
}
.login_modal .modal-content .modal-body .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opcity: 1;
}
.login_modal .modal-content .modal-body .form-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opcity: 1;
}
.login_modal .modal-content .modal-body .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opcity: 1;
}
.login_modal .modal-content .modal-body .checkbox label {
  font-weight: 400;
}
.login_modal .modal-content .btn-primary {
  color: #fff;
  background-color: transparent;
  border: 1px solid;
  border-color: #e17000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top: 40px;
  height: 46px;
  padding: 0 40px;
  font-size: 18px;
  text-transform: uppercase;
  outline: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .login_modal .modal-content .btn-primary {
    margin-top: 25px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .login_modal .modal-content .btn-primary {
    padding: 0 28px;
  }
}
.login_modal .modal-content .btn-primary:hover {
  background-color: transparent;
  color: #fff;
}
.login_modal .modal-content .modal-footer {
  padding: 0;
  padding-bottom: 15px;
  border-top: 1px solid transparent;
  text-align: left;
}
.login_modal .modal-content .modal-footer .footer-bottom-top .forgot-password {
  float: left;
}
.login_modal .modal-content .modal-footer .footer-bottom-top .checkbox {
  float: right;
  margin: 0;
}
@media (max-width: 480px) {
  .login_modal .modal-content .modal-footer .footer-bottom-top .forgot-password,
  .login_modal .modal-content .modal-footer .footer-bottom-top .checkbox {
    float: none;
  }
  .login_modal .modal-content .modal-footer .footer-bottom-top .checkbox {
    margin-top: 15px;
  }
}
.login_modal .modal-content .modal-footer .forgot-password {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  font-family: 'HermesFB-Thin';
}
@media (max-width: 991px) {
  .login_modal .modal-content .modal-footer .forgot-password {
    font-size: 18px;
  }
}
.login_modal .modal-content .modal-footer .checkbox {
  position: relative;
  margin: 20px auto;
}
.login_modal .modal-content .modal-footer .checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #FFF;
  padding: 0;
}
.login_modal .modal-content .modal-footer .checkbox label:after {
  content: '';
  width: 14px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .login_modal .modal-content .modal-footer .checkbox label:after {
    width: 10px;
    height: 6px;
  }
}
.login_modal .modal-content .modal-footer .checkbox label:hover::after {
  opacity: 0.3;
}
.login_modal .modal-content .modal-footer .checkbox span {
  padding-left: 38px;
  color: #FFF;
  font-size: 20px;
  font-family: 'HermesFB-Thin';
}
@media (max-width: 991px) {
  .login_modal .modal-content .modal-footer .checkbox span {
    font-size: 18px;
    padding-left: 32px;
  }
}
.login_modal .modal-content .modal-footer .checkbox input[type=checkbox] {
  visibility: hidden;
}
.login_modal .modal-content .modal-footer .checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/*****Footer*****/
.footer {
  min-height: 813px;
  background: #002147;
  color: #ffffff;
  position: relative;
  padding-top: 35px;
  font-family: 'HermesFB-Book';
}
.footer .logo-wrapper {
  position: absolute;
  top: -25px;
}
.footer .logo-wrapper .site-logo {
  display: block;
}
.footer .logo-wrapper .site-logo img {
  max-width: 170px;
}
@media (max-width: 767px) {
  .footer .logo-wrapper .site-logo img {
    max-width: 120px;
  }
}
.footer .social-links {
  display: inline-block;
  vertical-align: middle;
}
.footer .social-links ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.footer .social-links ul li {
  display: inline-block;
  vertical-align: middle;
}
.footer .social-links ul li .icon {
  padding: 0 3px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .social-links ul li .icon {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .footer .social-links {
    position: absolute;
    top: 30px;
    right: 15px;
  }
}
.footer .search {
  cursor: pointer;
  display: inline-block;
}
.footer .search span {
  padding-right: 15px;
  font-size: 17px;
  font-family: 'HermesFB-Book';
}
@media (max-width: 767px) {
  .footer .search img {
    max-width: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .search {
    text-align: right;
    padding-top: 3px;
  }
  .footer .search span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .search {
    padding-left: 5px;
    margin-top: 50px;
    display: none;
  }
}
.footer .menu-wrap ul {
  padding: 0;
  list-style: none;
}
.footer .menu-wrap ul li.current-menu-item a {
  color: #e17000;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.footer .menu-wrap ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-family: 'HermesFB-Book';
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: block;
}
.footer .menu-wrap ul li a:hover {
  color: #e17000;
}
.footer .col-sec .menu-wrap {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .footer .col-sec .menu-wrap {
    padding-left: 5px;
  }
}
.footer .col-last {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .col-last {
    text-align: left;
  }
  .footer .col-last .social-links {
    padding-top: 20px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .col-four {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 80px;
  }
}
/******** Frontpage ********/
/** Homepage Slider **/
.homeslider .slide-item {
  outline: 0;
}
.homeslider .slide-item .slide {
  width: 100%;
  height: auto;
  max-height: 400px;
}
@media (max-width: 767px) {
  .homeslider .slide-item .slide.slide-desktop {
    display: none;
  }
}
.homeslider .slide-item .slide.slide-responsive {
  display: none;
}
@media (max-width: 767px) {
  .homeslider .slide-item .slide.slide-responsive {
    display: block;
  }
}
.homeslider .slide-item .slide-image {
  width: 100%;
  margin: 0 auto;
}
.section-greyback {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .mobwhitebg .section-greyback {
    background: #FFF;
  }
  .mobwhitebg .section-greyback .section-inner {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .mobwhitebg .section-greyback .section-title {
    background: #FFF !important;
  }
}
.home-pagecontent {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .home-pagecontent {
    padding: 30px 0;
  }
}
.home-pagecontent h1,
.home-pagecontent h2 {
  margin-top: 0;
}
.home-pagecontent h1 {
  font-size: 30px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  text-align: center;
  line-height: normal;
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .home-pagecontent h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .home-pagecontent h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.home-pagecontent h2,
.home-pagecontent p {
  font-size: 22px;
  font-family: 'HermesFB-Thin';
  font-weight: 300;
  line-height: normal;
  color: #818a8f;
  text-align: center;
  margin-bottom: 15px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .home-pagecontent h2,
  .home-pagecontent p {
    font-size: 18px;
  }
}
.home-pagecontent .wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .home-pagecontent .wrapper {
    width: 100%;
  }
}
.prodcuts-catgry {
  margin-bottom: 35px;
}
.prodcuts-catgry .flexrow {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.prodcuts-catgry .flexrow:after,
.prodcuts-catgry .flexrow:before {
  display: none;
}
@media (min-width: 768px) {
  .prodcuts-catgry .flexrow .cs_col {
    display: flex;
    display: -webkit-flex;
    padding: 0;
  }
  .prodcuts-catgry .flexrow .cs_col a {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
}
@media (max-width: 767px) {
  .prodcuts-catgry .flexrow .cs_col {
    width: 100%;
  }
  .prodcuts-catgry .flexrow .cs_col:nth-child(1) {
    order: 0;
  }
  .prodcuts-catgry .flexrow .cs_col:nth-child(2) {
    order: 1;
  }
  .prodcuts-catgry .flexrow .cs_col:nth-child(3) {
    order: 2;
  }
  .prodcuts-catgry .flexrow .cs_col:nth-child(4) {
    order: 3;
  }
}
.prodcuts-catgry .category-item {
  padding: 5px 54px 5px 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .prodcuts-catgry .category-item {
    padding: 8px 35px 5px 20px;
  }
}
.prodcuts-catgry .category-item .rightarrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background-image: url('../images/oright-arrow.png');
  background-size: 100%;
  display: block;
  width: 11px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.prodcuts-catgry .category-item .cat-title {
  font-size: 21px;
  font-weight: 100;
  font-family: 'HermesFB-Thin';
  line-height: 43.23px;
  color: inherit;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .prodcuts-catgry .category-item .cat-title {
    line-height: 28px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .prodcuts-catgry .category-item .cat-title {
    font-size: 18px;
  }
}
.prodcuts-catgry a {
  background: #FFF;
  display: block;
  border: 1px solid #f7f7f7;
  color: #002147;
}
.prodcuts-catgry a:hover,
.prodcuts-catgry a:focus {
  text-decoration: none;
  background: #e17000;
  color: #FFF;
}
.prodcuts-catgry a:hover .rightarrow,
.prodcuts-catgry a:focus .rightarrow {
  background-image: url('../images/wright-arrow.png');
}
@media (max-width: 767px) {
  .prodcuts-catgry a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.section-header .section-inner {
  margin: 0 0 35px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section-header .section-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.section-header .section-inner .section-title {
  display: inline-block;
  background: #f7f7f7;
  padding: 0 68px;
  font-size: 20px;
  color: #818a8f;
  margin: 0 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: 'HermesFB-Book';
}
@media (max-width: 767px) {
  .section-header .section-inner .section-title {
    font-size: 18px;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .section-header .section-inner .section-title {
    padding: 0 15px;
  }
}
.section-header .section-inner .section-title.white {
  background: #FFF;
}
.section-header .section-inner .line {
  border-top: 1px solid #e6e6e6;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}
.market-post-grid {
  background: #002147;
}
.market-post-grid .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .market-post-grid .row {
    margin: 0 0;
  }
}
.market-post-grid .row:after,
.market-post-grid .row:before {
  display: none;
}
.market-post-grid .row .col {
  display: -webkit-flex;
  display: flex;
}
.market-post-grid .row .col a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.market-post-grid .row .col a .item-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.market-post-grid .mrketpost-item {
  text-align: center;
  border-left: 1px solid #FFF;
  min-height: 148px;
}
@media (min-width: 768px) {
  .market-post-grid .mrketpost-item:last-child {
    border-right: 1px solid #FFF;
  }
  .market-post-grid .mrketpost-item:nth-child(4n) {
    border-right: 1px solid #FFF;
  }
}
@media (max-width: 767px) {
  .market-post-grid .mrketpost-item {
    border-left: 0;
  }
  .market-post-grid .mrketpost-item:nth-child(1) {
    order: 0;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .market-post-grid .mrketpost-item:nth-child(2) {
    order: 1;
    border-bottom: 1px solid #FFF;
  }
  .market-post-grid .mrketpost-item:nth-child(3) {
    order: 2;
    border-right: 1px solid #FFF;
  }
  .market-post-grid .mrketpost-item:nth-child(4) {
    order: 3;
  }
}
.market-post-grid .mrketpost-item .inner-wrap {
  padding: 30px 55px;
}
.market-post-grid .mrketpost-item .inner-wrap:hover,
.market-post-grid .mrketpost-item .inner-wrap:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .market-post-grid .mrketpost-item .inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .market-post-grid .mrketpost-item .inner-wrap {
    padding: 20px 10px;
  }
}
.market-post-grid .mrketpost-item .item-icon {
  margin-bottom: 5px;
  min-height: 50px;
}
.market-post-grid .mrketpost-item .item-icon .icon {
  height: auto;
  max-width: 32px;
}
@media (max-width: 767px) {
  .market-post-grid .mrketpost-item .item-icon .icon {
    max-height: 32px;
  }
}
.market-post-grid .mrketpost-item .item-icon .hover_icon {
  display: none;
}
@media (max-width: 767px) {
  .market-post-grid .mrketpost-item .item-icon {
    min-height: 45px;
  }
}
.market-post-grid .mrketpost-item .item-name {
  font-family: 'HermesFB-Book';
  font-size: 16px;
  line-height: normal;
  color: #FFF;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .market-post-grid .mrketpost-item .item-name {
    font-size: 12px;
  }
}
@media (min-width: 1140px) {
  .market-post-grid .mrketpost-item:hover,
  .market-post-grid .mrketpost-item:focus {
    background: #e17000;
  }
  .market-post-grid .mrketpost-item:hover .item-icon .icon,
  .market-post-grid .mrketpost-item:focus .item-icon .icon {
    display: none;
  }
  .market-post-grid .mrketpost-item:hover .item-icon .hover_icon,
  .market-post-grid .mrketpost-item:focus .item-icon .hover_icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .market-post-grid .mrketpost-item {
    min-height: 50px;
  }
}
.footerTekst {
  margin-top: 55px;
}
.footerTekst a {
  color: white !important;
  text-decoration: underline;
}
.footerTekst a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footerTekst {
    margin-top: -15px;
    padding-left: 5px;
  }
}
/*** Archive Page Product ***/
.archive.woocommerce .woocommerce-products-header {
  padding: 55px 0 60px;
  text-align: center;
}
.archive.woocommerce .woocommerce-products-header .page-title {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: 'HermesFB-Regular';
}
@media (max-width: 767px) {
  .archive.woocommerce .woocommerce-products-header .page-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .archive.woocommerce .woocommerce-products-header .page-title {
    font-size: 27px;
  }
}
.archive.woocommerce .woocommerce-products-header .term-description {
  font-size: 22px;
  font-family: 'HermesFB-Thin';
  font-weight: 100;
  line-height: normal;
  margin-bottom: 10px;
  color: #818a8f;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 824px;
  margin: auto;
}
@media (max-width: 767px) {
  .archive.woocommerce .woocommerce-products-header .term-description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .archive.woocommerce .woocommerce-products-header {
    padding: 10px 0;
    text-align: left;
  }
}
.archive.woocommerce .woocommerce-result-count,
.archive.woocommerce .woocommerce-ordering {
  display: none;
}
.archive.woocommerce .description-2 {
  font-size: 14px;
  font-family: 'HermesFB-Thin';
  font-weight: 100;
  line-height: normal;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.woocommerce-pagination {
  display: none;
}
.spinner {
  margin: 1em auto 0;
  width: 70px;
  text-align: center;
  display: none;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.woocommerce ul.products {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.type-product {
  width: 33.33%;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  background-color: #fafafa;
  background-clip: content-box;
}
.woocommerce ul.products li.type-product a {
  text-decoration: none;
  display: block;
  padding: 15px;
  padding-bottom: 60px;
}
.woocommerce ul.products li.type-product a.button {
  background: transparent;
  border: 1px solid #e17000;
  border-radius: 0;
  color: #e17000;
  text-transform: uppercase;
  font-size: 12px;
  padding: 13px 19px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 40px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.type-product a.button {
    padding: 13px 6px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.type-product a.button {
    padding: 10px 15px;
    left: 22.5px;
  }
}
@media (max-width: 380px) {
  .woocommerce ul.products li.type-product a.button {
    font-size: 12px;
  }
}
.woocommerce ul.products li.type-product .woocommerce-loop-product__title {
  color: #000;
  font-size: 15px;
  padding-bottom: 30px;
  position: relative;
  font-family: 'HermesFB-Regular';
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.type-product .woocommerce-loop-product__title {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.woocommerce ul.products li.type-product .woocommerce-loop-product__title:before {
  content: "";
  height: 1px;
  position: absolute;
  top: -4px;
  left: -15px;
  right: -15px;
  background: #fff;
}
.woocommerce ul.products li.type-product .prod-desc {
  margin-bottom: 15px;
  position: relative;
  font-family: 'HermesFB-Regular';
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  font-size: 12px;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.type-product .prod-desc {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.type-product {
    width: 50%;
    padding: 0 7.5px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products {
    margin: 0 -7.5px;
  }
}
.archive-row {
  padding-bottom: 50px;
}
.archive-row .sticky_sb {
  margin-bottom: 80px;
}
/*** Category Sidebar ***/
.sticky_sb {
  margin-bottom: 80px;
}
.categories-sb {
  padding: 0;
}
.categories-sb li {
  list-style-type: none;
}
.categories-sb li a {
  padding: 17px 48px 16px 24px;
  line-height: normal;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  font-family: 'HermesFB-Regular';
  font-size: 16px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.categories-sb li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/oright-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 11px;
  height: 21px;
}
@media (max-width: 1200px) {
  .categories-sb li a {
    padding-left: 16px;
  }
  .categories-sb li a:after {
    right: 15px;
  }
}
.categories-sb li.level-1 {
  margin-bottom: 2px;
}
.categories-sb li.level-1 > a {
  background: #ebebeb;
  text-transform: uppercase;
  color: #002147;
}
.categories-sb li.level-1 > a.active {
  border-top: 1px solid #e17000;
}
.categories-sb li.level-1 > a.active:after {
  background-image: url(../images/org_downarr.png);
  width: 21px;
  height: 11px;
}
.categories-sb li.level-1 .categories-level-2 {
  padding: 0;
}
.categories-sb li.level-1 .categories-level-2 li.level-2 > a {
  padding: 16.5px 24px;
  background: #f5f5f5;
  margin-top: 2px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .categories-sb li.level-1 .categories-level-2 li.level-2 > a {
    padding-left: 45px;
  }
}
.categories-sb li.level-1 .categories-level-2 li.level-2 > a.active {
  color: #e17000;
}
.categories-sb li.level-1 .categories-level-2 li.level-2 > a.active:after {
  background-image: url(../images/org_downarr.png);
  width: 21px;
  height: 11px;
}
.categories-sb li.level-1 .categories-level-2 li.level-2 .categories-level-3 {
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .categories-sb li.level-1 .categories-level-2 li.level-2 .categories-level-3 {
    padding-left: 55px;
  }
}
.categories-sb li.level-1 .categories-level-2 li.level-2 .categories-level-3 li.level-2 a {
  text-transform: none;
  background: #fafafa;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
  padding-right: 10px;
}
.categories-sb li.level-1 .categories-level-2 li.level-2 .categories-level-3 li.level-2 a:after {
  display: none;
}
.categories-sb li.level-1 .categories-level-2 li.level-2 .categories-level-3 li.level-2 a.active {
  color: #e17000;
}
/*** Single Product Page ***/
.csproductsingle-wrap {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .csproductsingle-wrap {
    padding-top: 30px;
  }
}
.csproductsingle-wrap .col-sm-8 {
  padding-left: 85px;
}
@media (max-width: 1200px) {
  .csproductsingle-wrap .col-sm-8 {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .csproductsingle-wrap .col-sm-8 {
    padding-left: 15px;
  }
}
.woocommerce.single-product div.product {
  margin-bottom: 60px;
}
.woocommerce.single-product div.product .product_title {
  margin-bottom: 23px;
  font-size: 28px;
  font-family: 'HermesFB-Regular';
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .woocommerce.single-product div.product .product_title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product .product_title {
    font-size: 28px;
  }
}
.woocommerce.single-product div.product .prod-sku-details {
  font-size: 16px;
  font-family: 'HermesFB-Regular';
}
.woocommerce.single-product div.product div.images {
  width: 100% !important;
  position: relative;
}
.woocommerce.single-product div.product div.images .floating_btn {
  right: -64px;
  top: 64px;
}
@media (max-width: 991px) {
  .woocommerce.single-product div.product div.images .floating_btn {
    right: -30px;
    top: 42px;
  }
}
@media (max-width: 500px) {
  .woocommerce.single-product div.product div.images .floating_btn {
    right: -21px;
  }
}
.woocommerce.single-product div.product div.images .single_thumb_wrap {
  margin-bottom: 20px;
}
.woocommerce.single-product div.product div.images .single_thumb_wrap .item a {
  outline: 0;
  display: block;
}
.woocommerce.single-product div.product div.images .single_thumb_wrap .item a:hover,
.woocommerce.single-product div.product div.images .single_thumb_wrap .item a:focus {
  outline: 0;
}
.woocommerce.single-product div.product div.images .single_thumb_wrap .item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fafafa;
  height: 450px;
  outline: 0;
}
@media (max-width: 991px) {
  .woocommerce.single-product div.product div.images .single_thumb_wrap .item-img {
    height: 350px;
  }
}
@media (max-width: 540px) {
  .woocommerce.single-product div.product div.images .single_thumb_wrap .item-img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .woocommerce.single-product div.product div.images .single_thumb_wrap .item-img {
    height: 300px;
  }
}
.woocommerce.single-product div.product div.images .single_thumb_wrap.singlefeatured {
  margin-bottom: 0;
}
.woocommerce.single-product div.product div.images .single_slider-nav .item {
  outline: 0;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid transparent;
}
.woocommerce.single-product div.product div.images .single_slider-nav .item:last-child {
  margin: 0;
}
.woocommerce.single-product div.product div.images .single_slider-nav .item.slick-current {
  border-bottom: 1px solid #e17000;
}
.woocommerce.single-product div.product div.images .single_slider-nav .item:hover,
.woocommerce.single-product div.product div.images .single_slider-nav .item:focus {
  border-bottom: 1px solid #e17000;
}
.woocommerce.single-product div.product div.images .single_slider-nav .item a {
  outline: 0;
}
.woocommerce.single-product div.product div.images .single_slider-nav .item .item-img {
  height: 93px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fafafa;
}
.woocommerce.single-product div.product div.summary {
  width: 100% !important;
  margin-bottom: 0;
  float: none !important;
}
.woocommerce.single-product div.product div.woocommerce-product-details__short-description {
  clear: left;
  padding-top: 27px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product div.woocommerce-product-details__short-description {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.woocommerce.single-product div.product div.woocommerce-product-details__short-description h1,
.woocommerce.single-product div.product div.woocommerce-product-details__short-description h2,
.woocommerce.single-product div.product div.woocommerce-product-details__short-description h3,
.woocommerce.single-product div.product div.woocommerce-product-details__short-description h4 {
  color: #002147;
  font-family: 'HermesFB-Regular';
}
.woocommerce.single-product div.product div.woocommerce-product-details__short-description p {
  font-size: 16px;
  font-family: 'HermesFB-Thin';
  color: #000;
  font-weight: 100;
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product div.woocommerce-product-details__short-description p {
    font-size: 15px;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .tabs {
  margin-bottom: 0;
  padding-left: 5px;
}
.woocommerce.single-product div.product .woocommerce-tabs .tabs:before {
  border-bottom: 0 !important;
}
.woocommerce.single-product div.product .woocommerce-tabs .tabs li {
  border: 0;
  border-radius: 0;
  margin-right: 35px;
  padding: 0;
  background: transparent;
  margin-bottom: 15px;
  margin-right: 25px;
}
.woocommerce.single-product div.product .woocommerce-tabs .tabs li:before,
.woocommerce.single-product div.product .woocommerce-tabs .tabs li:after {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  border-width: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .tabs li a {
  color: #002147 !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'HermesFB-Regular';
  padding: 0 0 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.woocommerce.single-product div.product .woocommerce-tabs .tabs li a:hover,
.woocommerce.single-product div.product .woocommerce-tabs .tabs li a:focus {
  color: #002147;
}
.woocommerce.single-product div.product .woocommerce-tabs .tabs li:last-child {
  margin-right: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .tabs li.active a {
  border-bottom: 1px solid #e17000;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  margin-top: 15px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .custom-tab .content {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 18px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .custom-tab .content h2,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .custom-tab .content p {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-top: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .custom-tab .content h2 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 20px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .custom-tab .content p {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 18px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--specs_tab .spec-tab {
  padding: 0 15px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--specs_tab .spec-tab .specification-image {
  margin-bottom: 15px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--specs_tab .spec-tab .specification-image img {
  width: 100%;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--specs_tab .spec-tab .row {
  border-bottom: 1px solid #ececec;
  padding: 8px 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--specs_tab .spec-tab .row .col-sm-6 {
  font-size: 12px;
  line-height: normal;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  word-break: break-word;
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--specs_tab .spec-tab .row .col-sm-6 {
    margin-bottom: 10px;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--faq_tab .faq-tab .panel-default {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--faq_tab .faq-tab .panel-default .panel-heading {
  background: #f7f7f7;
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--faq_tab .faq-tab .panel-default .panel-heading .panel-title a {
  font-size: 14px;
  color: #000;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  line-height: normal;
  display: block;
  padding: 15px 15px;
  position: relative;
  padding-right: 25px;
  word-wrap: break-word;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--faq_tab .faq-tab .panel-default .panel-heading .panel-title a:after {
  content: "";
  display: block;
  background-image: url(../images/oright-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--faq_tab .faq-tab .panel-default .panel-heading .panel-title a[aria-expanded="true"]:after {
  background-image: url(../images/org_downarr.png);
  width: 15px;
  height: 11px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--faq_tab .faq-tab .panel-default .panel-heading .panel-title a:hover,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--faq_tab .faq-tab .panel-default .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--faq_tab .faq-tab .panel-default .panel-collapse .panel-body {
  border-top: 0;
  font-size: 14px;
  color: #000;
  line-height: 18px;
  font-family: 'HermesFB-Regular';
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab {
  padding: 0 15px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row:nth-child(even),
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row:nth-child(even),
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row:nth-child(even),
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row:nth-child(even) {
  background-color: #FFFFFF;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row:nth-child(odd),
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row:nth-child(odd),
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row:nth-child(odd),
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row:nth-child(odd) {
  background-color: #f7f7f7;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .th-row,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .th-row,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .th-row,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .th-row {
  background: #002147 !important;
  padding: 12px 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .th-row > div,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .th-row > div,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .th-row > div,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .th-row > div {
  color: #fff;
  font-size: 14px;
  font-family: 'HermesFB-Regular';
  font-weight: 700;
}
@media (max-width: 991px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .th-row > div,
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .th-row > div,
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .th-row > div,
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .th-row > div {
    font-size: 15px;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row.flex-row,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row.flex-row,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row.flex-row,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 6px 0px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row.flex-row:after,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row.flex-row:after,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row.flex-row:after,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row.flex-row:after,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row.flex-row:before,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row.flex-row:before,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row.flex-row:before,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row.flex-row:before {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row.flex-row .bg-image,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row.flex-row .bg-image,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row.flex-row .bg-image,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row.flex-row .bg-image {
  width: 100%;
  height: 38px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row.flex-row > div,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row.flex-row > div,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row.flex-row > div,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row.flex-row > div {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: 'HermesFB-Regular';
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row.flex-row > div a,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row.flex-row > div a,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row.flex-row > div a,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row.flex-row > div a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: 'HermesFB-Regular';
  word-break: break-word;
  overflow-wrap: break-word;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .accessories-tab .row.flex-row > div,
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .accessories-tab .row.flex-row > div,
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--accessories_tab .spares-tab .row.flex-row > div,
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--spares_tab .spares-tab .row.flex-row > div {
    font-size: 12px;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions-Topimage {
  margin-bottom: 20px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions {
  background: #f7f7f7;
  padding: 12px 10px;
  border-bottom: 1px solid #e2e2e2;
  padding-right: 200px;
  padding-left: 38px;
  position: relative;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions:last-child {
  border-bottom: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions .dimensions-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions .dimensions-title {
  font-size: 14px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions .button {
  float: right;
  background: transparent;
  border: 1px solid #e17000;
  position: absolute;
  color: #e17000;
  border-radius: 0;
  right: 15px;
  padding: 5px 5px;
  line-height: normal;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: inherit;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  width: 90px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions .button:hover {
  background: #e17000;
  color: #fff;
}
@media (max-width: 480px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions .button {
    max-width: 110px;
    padding: 4.6px 5px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--dimensions_tab .dimensions-tab .dimensions {
    padding-right: 135px;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab {
  background: #f7f7f7;
  padding: 0 15px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .button {
  background: transparent;
  color: #e17000;
  border: 1px solid #e17000;
  border-radius: 0;
  padding: 5px 5px;
  line-height: normal;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: inherit;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  outline: 0;
  width: 90px;
  text-align: center;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .button:hover {
  background: #e17000;
  color: #fff;
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .button {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .button {
    margin-top: 5px;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .table-responsive {
  border: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTables_length,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTables_filter,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTables_info {
  display: none !important;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable {
  border-bottom: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable thead tr td {
  font-size: 12px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
  padding-left: 10px;
  padding-right: 13px;
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable thead tr td[aria-label="DATE"],
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable thead tr td[aria-label="SIZE"] {
    display: none;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable thead tr td[aria-label="DATE"] {
  width: 55px !important;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable thead tr td:last-child {
  text-align: right;
  padding-right: 22px;
}
@media (max-width: 400px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable thead tr td {
    padding-right: 16px;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable tbody tr {
  background: transparent;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable tbody tr td {
  border-bottom: 1px solid #e2e2e2;
  border-top: 0;
  background: transparent;
  font-size: 12px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  vertical-align: middle;
  word-break: break-word;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable tbody tr td.d-btn {
  text-align: right;
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable tbody tr td.download-date,
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable tbody tr td.file-size {
    display: none;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .dataTables_wrapper .dataTable tbody tr:last-child td {
  border-bottom: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab #csfilter-table {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab #csfilter-table label {
  margin: 0;
  font-size: 14px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  color: #000;
  padding-right: 10px;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab #csfilter-table select {
  width: 200px;
  background: #FFF;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 1px solid #e17000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #f7f7f7;
  height: 27px;
  background-image: url(../images/org_downarr.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 8%;
  padding-right: 9px;
  padding-left: 5px;
  border-radius: 0;
}
@media (max-width: 360px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab #csfilter-table select {
    margin-top: 5px;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab #csfilter-table select::-ms-expand {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 6px solid #818a8f;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads:last-child {
  border-bottom: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads:before,
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads:after {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads.parent {
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads.parent {
    display: none;
  }
}
.woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads .d-btn {
  padding-left: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--downloads_tab .downloads-tab .downloads .d-btn {
    padding-left: 15px;
  }
}
.woocommerce.single-product .mfp-content {
  max-width: 1100px;
  text-align: center;
  padding: 50px 0;
}
.woocommerce.single-product .mfp-content .mfp-close {
  color: #e17000 !important;
}
.woocommerce.single-product .mfp-content .download-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.woocommerce.single-product .mfp-content .download-btn a {
  padding: 10px 15px;
  background: #002147;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .woocommerce.single-product .sticky_sb {
    display: none;
  }
}
/****** column post **********/
.grid-post-cont {
  padding: 36px 0 115px;
}
@media (min-width: 768px) {
  .grid-post-cont .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .grid-post-cont .row:after,
  .grid-post-cont .row:before {
    display: none;
  }
  .grid-post-cont .row .column {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .grid-post-cont {
    padding: 0 0 70px;
  }
}
.grid-post-cont .nomarg {
  margin-left: 0;
  margin-right: 0;
}
.grid-post-cont .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}
.grid-post-cont a {
  text-decoration: none;
}
.grid-post-cont .column-title {
  text-align: center;
}
@media (max-width: 767px) {
  .grid-post-cont .column-title {
    padding-top: 30px;
  }
}
.grid-post-cont .column-title .title {
  margin: 0 0 26px;
  position: relative;
  font-size: 20px;
  font-family: 'HermesFB-Book';
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.grid-post-cont .column-title .title .down-arrow {
  display: block;
  background-image: url('../images/org_downarr.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  height: 11px;
  width: 21px;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .grid-post-cont .column-title .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .grid-post-cont .column-title .title .down-arrow {
    margin: 5px auto 0;
  }
}
.grid-post-cont .column-post-cont {
  border: 2px solid #FFF;
  position: relative;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont {
    border: 0;
    margin-bottom: 30px;
  }
}
.grid-post-cont .column-post-cont .post-cont .post-feturedimg .img {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont .post-cont .post-feturedimg .img {
    display: none;
  }
}
.grid-post-cont .column-post-cont .post-cont .post-feturedimg .mobileimg {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont .post-cont .post-feturedimg .mobileimg {
    display: block;
  }
}
.grid-post-cont .column-post-cont .post-cont .title {
  font-size: 19px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  margin: 0 0 20px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #002147;
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont .post-cont .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.grid-post-cont .column-post-cont .post-cont .job_title {
  font-weight: 300;
  font-size: 16px;
  font-family: 'HermesFB-Regular';
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #002147;
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont .post-cont .job_title {
    font-size: 15px;
  }
}
.grid-post-cont .column-post-cont .post-cont .post-details {
  background: #f7f7f7;
  padding: 34px 30px 30px;
}
@media (max-width: 768px) and (max-width: 991px) {
  .grid-post-cont .column-post-cont .post-cont .post-details {
    padding: 20px;
  }
}
.grid-post-cont .column-post-cont .post-cont .post-details .post-excerpt {
  margin-bottom: 80px;
}
.grid-post-cont .column-post-cont .post-cont .post-details .post-excerpt.why-j-front a {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont .post-cont .post-details .post-excerpt.why-j-front a {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .grid-post-cont .column-post-cont .post-cont .post-details .post-excerpt.why-j-front {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont .post-cont .post-details .post-excerpt {
    margin-bottom: 50px;
  }
  .grid-post-cont .column-post-cont .post-cont .post-details .post-excerpt.why-j-front {
    margin-bottom: 0px;
  }
}
.grid-post-cont .column-post-cont .post-cont .post-details .post-excerpt p {
  font-size: 19px;
  font-family: 'HermesFB-Thin';
  font-weight: 100;
  line-height: 28px;
  color: #002147;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont .post-cont .post-details .post-excerpt p {
    font-size: 17px;
    line-height: 28px;
  }
}
.grid-post-cont .column-post-cont .post-cont .post-details .company-name {
  text-align: left;
}
.grid-post-cont .column-post-cont .post-cont .post-details .company-name span {
  font-weight: bold;
  font-family: 'HermesFB-Regular';
}
@media (min-width: 768px) {
  .grid-post-cont .column-post-cont .post-cont .post-details .company-name {
    position: relative;
    bottom: 0;
    right: 0;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .grid-post-cont .column-post-cont .post-cont .post-details .company-name {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .grid-post-cont .column-post-cont .post-cont .post-details .post-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 991px) {
  .grid-post-cont .column-post-cont .post-cont .post-details .post-link {
    left: 30px;
  }
}
.grid-post-cont .column:nth-child(2) .column-post-cont {
  background: #f0f0f0;
}
.grid-post-cont .column:nth-child(2) .column-post-cont .post-cont .post-details {
  background: #f0f0f0;
}
.company-name {
  text-align: right;
}
.company-name span {
  font-weight: bold;
  font-family: 'HermesFB-Regular';
}
@media (min-width: 768px) {
  .company-name {
    position: absolute;
    bottom: 40px;
    right: 26px;
  }
}
.exhibition-wraper p {
  font-size: 19px;
  margin-bottom: 5px;
  font-family: 'HermesFB-Thin';
  font-weight: 100;
  line-height: 28px;
  color: #002147;
  margin-top: 0;
}
/***** Outline Buttons **********/
.btn_outline {
  padding: 9.5px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: normal;
  color: #e17000;
  border: 1px solid #e17000;
  display: inline-block;
}
a.btn_outline {
  color: #e17000;
}
a.btn_outline:hover,
a.btn_outline:focus {
  text-decoration: none;
}
.btn_lg_outline {
  padding: 24.5px 30px;
}
@media (max-width: 991px) {
  .btn_lg_outline {
    padding: 9.5px 30px;
  }
}
@media (max-width: 991px) {
  .btn_lg_outline {
    padding: 9.5px 30px;
  }
}
/******* Page Cover ******/
.page-cover {
  padding: 55px 0;
}
.page-cover .pagecover-content .title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0;
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 10px;
  font-family: 'HermesFB-Regular';
}
@media (max-width: 767px) {
  .page-cover .pagecover-content .title {
    font-size: 25px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .page-cover .pagecover-content .title {
    font-size: 25px;
  }
}
.page-cover .pagecover-content .content {
  text-align: center;
  margin-top: 0;
  font-size: 20px;
  font-family: 'HermesFB-Thin';
  font-weight: 100;
  line-height: normal;
  margin-bottom: 10px;
  color: #818a8f;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}
.page-cover .pagecover-content .content p {
  font-size: 20px;
  font-family: 'HermesFB-Thin';
  font-weight: 100;
  line-height: normal;
  margin-bottom: 10px;
  color: #818a8f;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .page-cover .pagecover-content .content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-cover .pagecover-content .content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-cover {
    padding: 10px 0;
  }
}
/**** Contact Us ****/
.office-post-list {
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .office-post-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .office-post-list .row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .office-post-list .row:after,
  .office-post-list .row:before {
    display: none;
  }
  .office-post-list .row .col-sm-3 {
    display: -webkit-flex;
    display: flex;
  }
  .office-post-list .row .col-sm-3 .office-cont {
    width: 100%;
  }
  .office-post-list .row .col-sm-3 .office-cont .map_link {
    position: absolute;
    left: 25px;
    bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .office-post-list .row .col-sm-3 .office-cont .map_link {
    left: 15px;
  }
}
.office-post-list .office-cont {
  margin-bottom: 30px;
  background: #f7f7f7;
  position: relative;
}
@media (max-width: 767px) {
  .office-post-list .office-cont {
    margin-bottom: 20px;
  }
}
.office-post-list .office-cont .post-imgcont .postimg {
  height: 185px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .office-post-list .office-cont .post-imgcont .postimg {
    display: none;
  }
}
.office-post-list .office-cont .post-imgcont .mobileimg {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .office-post-list .office-cont .post-imgcont .mobileimg {
    display: block;
  }
}
.office-post-list .office-cont .post-details {
  padding: 25px 25px 61px;
}
@media (max-width: 991px) {
  .office-post-list .office-cont .post-details {
    padding: 20px 15px 50px;
  }
}
@media (max-width: 767px) {
  .office-post-list .office-cont .post-details {
    padding: 20px 15px 30px;
  }
}
.office-post-list .office-cont .post-details .title {
  font-size: 18px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  color: #002147;
  margin: 0 0 20px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.office-post-list .office-cont .post-details .post-content {
  margin-bottom: 25px;
}
.office-post-list .office-cont .post-details .post-content .text,
.office-post-list .office-cont .post-details .post-content .text a {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.office-post-list .office-cont .post-details .post-content .text {
  margin-bottom: 0;
}
.office-post-list .office-cont .post-details .post-content .text.email a {
  color: #e17000;
}
.office-post-list .office-cont .post-details a:hover,
.office-post-list .office-cont .post-details a:focus {
  text-decoration: none;
}
.office-post-list .office-cont .post-details .map_link {
  font-size: 12px;
  font-weight: 400;
  font-family: 'HermesFB-Regular';
  line-height: normal;
  display: inline-block;
  color: #e17000;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.office-post-list .office-cont .post-details .map_link .marker {
  background-image: url('../images/marker.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 16px;
  height: 26px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 2px;
}
/****** Contact Us form *********/
html body .contactusform-cont {
  max-width: 428px;
  width: 100%;
  margin: 0 auto;
}
html body .contactusform-cont .gform_confirmation_message {
  font-size: 20px !important;
  font-family: 'HermesFB-Thin' !important;
  text-align: center;
}
@media (max-width: 767px) {
  html body .contactusform-cont .gform_confirmation_message {
    font-size: 18px !important;
  }
}
html body .contactusform-cont .gform_wrapper table.gfield_list thead th {
  font-weight: 400;
}
html body .contactusform-cont .gform_wrapper {
  margin: 0 0;
}
html body .contactusform-cont .gform_wrapper .validation_error {
  display: none;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield {
  margin-top: 0;
  margin-bottom: 2px;
  max-width: 100% !important;
  width: 100% !important;
  padding-right: 0;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container_checkbox {
  margin-top: 20px !important;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield.gfield_error .ginput_container input[type="text"] {
  border: 2px solid #ff0a0a !important;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield.gfield_error .ginput_container select {
  border: 2px solid #ff0a0a !important;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield.gfield_error .ginput_container textarea {
  border: 2px solid #ff0a0a !important;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container {
  margin-top: 0;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container input[type="text"],
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container select,
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container textarea {
  border: 0 !important;
  background: #fafafa!important;
  font-size: 16px !important;
  font-family: 'HermesFB-Thin' !important;
  font-weight: 400;
  line-height: normal;
  color: #000;
  outline: 0;
  width: 100%;
  margin-top: 0;
  padding: 11.5px 20px!important;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container input[type="text"],
  html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container select,
  html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container textarea {
    padding: 14px 25px!important;
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container input[type="text"],
  html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container select,
  html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container textarea {
    font-size: 15px !important;
  }
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container input[type="checkbox"],
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container input[type="radio"] {
  display: none !important;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container .gfield_radio input[type="radio"] + label,
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox input[type="checkbox"] + label {
  font-weight: 400;
  padding-left: 30px !important;
  position: relative;
  overflow: visible;
  margin-left: 0 !important;
  white-space: normal !important;
  margin-bottom: 8px !important;
  max-width: 100% !important;
  font-size: 14px;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container .gfield_radio input[type="radio"] + label:before,
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox input[type="checkbox"] + label:before {
  display: block;
  content: " ";
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f5f5;
  color: #e17000;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container .gfield_radio input[type="radio"] + label:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox input[type="checkbox"]:checked + label:before {
  font-family: FontAwesome;
  content: "\f00c";
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container .gfield_radio input[type="radio"]:checked + label:before {
  font-family: FontAwesome;
  content: "\f192";
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../images/oright-arrow.png) !important;
  background-position: 94% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 11px 21px !important;
  background-color: #f5f5f5 !important;
  padding-right: 52px !important;
  text-indent: -0.8px !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container select {
    background-size: 9px 19px !important;
  }
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .ginput_container select::-ms-expand {
  display: none;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield .validation_message {
  padding-top: 5px;
  font-size: 14px;
  font-family: 'HermesFB-Regular' !important;
  font-weight: 400;
  color: #ff0a0a!important;
}
html body .contactusform-cont .gform_wrapper .gform_body .gfield.gfield_error {
  padding-top: 0;
  border: 0 !important;
  background: transparent !important;
  max-width: 100% !important;
}
html body .contactusform-cont .gform_wrapper .gform_footer,
html body .contactusform-cont .gform_wrapper .gform_page_footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
html body .contactusform-cont .gform_wrapper .gform_footer input[type="submit"],
html body .contactusform-cont .gform_wrapper .gform_page_footer input[type="submit"],
html body .contactusform-cont .gform_wrapper .gform_footer input.button,
html body .contactusform-cont .gform_wrapper .gform_page_footer input.button {
  padding: 10.5px 30px;
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #e17000;
  border: 1px solid #e17000;
  display: block;
  background: #FFF;
  outline: 0;
  line-height: normal !important;
  border-radius: 0;
  margin-bottom: 0 !important;
}
html body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .hideExcerptMobile .post-excerpt {
    display: none !important;
  }
}
.sectionform-cont {
  padding: 0 0 65px;
}
.sectionform-cont .contactusform-cont {
  max-width: 620px;
}
@media (max-width: 767px) {
  .sectionform-cont .contactusform-cont {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .sectionform-cont {
    padding-bottom: 52px;
  }
}
/** breadcrumps **/
.pagebreadcrumps-cont {
  background: #fafafb;
  padding: 20px 0;
  font-size: 12px;
  font-family: HermesFB-Book;
  font-weight: 400;
  color: #818a8f;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: normal;
}
.pagebreadcrumps-cont .breadcrumps-page span,
.pagebreadcrumps-cont .breadcrumps-page a {
  font-size: 12px;
  font-family: 'HermesFB-Book';
  font-weight: 400;
  line-height: 30px;
  color: #818a8f;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: normal;
}
.pagebreadcrumps-cont .breadcrumps-page span:hover,
.pagebreadcrumps-cont .breadcrumps-page a:hover,
.pagebreadcrumps-cont .breadcrumps-page span:focus,
.pagebreadcrumps-cont .breadcrumps-page a:focus {
  text-decoration: none;
}
.pagebreadcrumps-cont .breadcrumps-page span a {
  margin: 0 3px;
}
.pagebreadcrumps-cont .breadcrumps-page span a:first-child {
  margin-left: 0;
}
.pagebreadcrumps-cont .breadcrumps-page span.breadcrumb_last {
  margin-left: 5px;
}
/******* single post ********/
.banner-container .container {
  position: relative;
}
.banner-container .slick-track {
  line-height: 0;
}
.banner-container .post-slide,
.banner-container .featured-img {
  margin: 0 auto;
  display: block;
  width: 100%;
  /*        @media(max-width:991px){
            height: 400px;
        }
        @media(max-width:767px){
            height: 350px;
        }
        @media(max-width:480px){
            height: 250px;
            }*/
}
.banner-container iframe {
  height: 600px;
}
@media (max-width: 991px) {
  .banner-container iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .banner-container iframe {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .banner-container iframe {
    height: 250px;
  }
}
.floating_btn {
  background: #002147;
  color: #e17000;
  font-size: 22px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  border: 0;
  padding: 18px 31.71px;
  line-height: normal;
  display: inline-block;
  outline: 0;
  position: absolute;
  right: -31.5px;
  top: 64px;
  transform: rotate(-90deg);
  z-index: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .floating_btn {
    right: -15.5px;
    top: 42px;
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .floating_btn {
    right: -7px;
    top: 22px;
    padding: 8px 12px;
    font-size: 12px;
  }
}
.banner-nav-cont {
  background: #f7f7f7;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .banner-nav-cont {
    padding: 20px 0;
  }
}
.banner-nav-cont .nav-slider-cont {
  padding: 0 100px;
  position: relative;
}
@media (max-width: 991px) {
  .banner-nav-cont .nav-slider-cont {
    padding: 0 70px;
  }
}
@media (max-width: 991px) {
  .banner-nav-cont .nav-slider-cont {
    padding: 0 40px;
  }
}
.banner-nav-cont .nav-slider-cont .nav-item-cont {
  outline: 0;
}
.banner-nav-cont .nav-slider-cont .nav-item-cont .nav-item .nav_bgimg {
  height: 93px;
  border: 1px solid #FFF;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner-nav-cont .nav-slider-cont .nav-item-cont .nav-item .nav_bgimg {
    height: 65px;
  }
}
@media (max-width: 480px) {
  .banner-nav-cont .nav-slider-cont .nav-item-cont .nav-item .nav_bgimg {
    height: 50px;
  }
}
.banner-nav-cont .nav-slider-cont .slick-slide.slick-current .nav-item .nav_bgimg {
  border-bottom: 1px solid #e17000 !important;
}
.banner-nav-cont .nav-slider-cont .slick-nav_prev,
.banner-nav-cont .nav-slider-cont .slick-nav_next {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 22px;
  height: 42px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  background-size: 100%;
}
@media (max-width: 767px) {
  .banner-nav-cont .nav-slider-cont .slick-nav_prev,
  .banner-nav-cont .nav-slider-cont .slick-nav_next {
    width: 15px;
    height: 34px;
  }
}
.banner-nav-cont .nav-slider-cont .slick-nav_prev {
  background-image: url('../images/leftnav_arrow.png');
  left: -100px;
}
@media (max-width: 991px) {
  .banner-nav-cont .nav-slider-cont .slick-nav_prev {
    left: -40px;
  }
}
.banner-nav-cont .nav-slider-cont .slick-nav_next {
  background-image: url('../images/rightnav_arrow.png');
  right: -100px;
}
@media (max-width: 991px) {
  .banner-nav-cont .nav-slider-cont .slick-nav_next {
    right: -40px;
  }
}
.post-content-cont {
  padding-top: 20px;
}
.post-content-cont .single-post-content {
  max-width: 824px;
  margin: auto;
}
.post-content-cont .single-post-content h1,
.post-content-cont .single-post-content h2,
.post-content-cont .single-post-content h3,
.post-content-cont .single-post-content h4,
.post-content-cont .single-post-content h5,
.post-content-cont .single-post-content h6 {
  margin-top: 0;
}
.post-content-cont .single-post-content h1,
.post-content-cont .single-post-content h2,
.post-content-cont .single-post-content h3,
.post-content-cont .single-post-content h4 {
  margin-bottom: 20px;
  padding-top: 20px;
  color: #002147;
  font-weight: bold;
}
.post-content-cont .single-post-content h5,
.post-content-cont .single-post-content h6 {
  margin-bottom: 10px;
  color: #000;
}
.post-content-cont .single-post-content h1 {
  font-size: 30px;
  font-family: 'HermesFB-Regular';
  line-height: normal;
}
@media (max-width: 767px) {
  .post-content-cont .single-post-content h1 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .post-content-cont .single-post-content h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .post-content-cont .single-post-content h2 {
    font-size: 18px;
  }
}
.post-content-cont .single-post-content h3 {
  font-size: 16px;
  font-family: 'HermesFB-Regular';
}
@media (max-width: 767px) {
  .post-content-cont .single-post-content h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.post-content-cont .single-post-content p {
  font-size: 16px;
  font-family: 'HermesFB-Thin';
  margin-bottom: 30px;
  color: #000;
}
@media (max-width: 767px) {
  .post-content-cont .single-post-content p {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.post-content-cont .single-post-content p img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.post-content-cont .single-post-content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.post-content-cont .single-post-content blockquote {
  border-left: 0;
  font-size: 26px;
  font-family: 'HermesFB-Regular';
  line-height: normal;
  font-weight: 100;
  color: #e17000;
  padding: 0;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .post-content-cont .single-post-content blockquote {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }
}
.post-content-cont .single-post-content blockquote p {
  font-size: 20px;
  font-family: 'HermesFB-Thin';
  line-height: 34px;
  font-weight: 100;
  color: #e17000;
  line-height: normal;
}
@media (max-width: 767px) {
  .post-content-cont .single-post-content blockquote p {
    font-size: 18px;
    line-height: 28px;
  }
}
.post-content-cont .single-post-content blockquote p:before {
  content: "«";
  display: inline-block;
  padding-right: 5px;
}
.post-content-cont .single-post-content blockquote p:after {
  content: "»";
  display: inline-block;
  padding-left: 5px;
}
.post-content-cont .post-button-cont {
  padding: 53px 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .post-content-cont .post-button-cont {
    margin-bottom: 20px;
  }
}
.post-content-cont .post-button-cont .custombtn {
  margin-right: 26px;
}
.post-content-cont .post-button-cont .custombtn:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .post-content-cont .post-button-cont .custombtn {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .post-content-cont .post-button-cont .custombtn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.custom-content-wrap .page-content h1,
.custom-content-wrap .page-content h2,
.custom-content-wrap .page-content h3,
.custom-content-wrap .page-content h4,
.custom-content-wrap .page-content h5,
.custom-content-wrap .page-content h6 {
  margin-top: 0;
}
.custom-content-wrap .page-content h1,
.custom-content-wrap .page-content h2,
.custom-content-wrap .page-content h3,
.custom-content-wrap .page-content h4 {
  margin-bottom: 20px;
  padding-top: 20px;
  color: #002147;
  font-weight: bold;
}
.custom-content-wrap .page-content h3 {
  font-size: 16px;
  font-family: 'HermesFB-Regular';
}
@media (max-width: 767px) {
  .custom-content-wrap .page-content h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.cutompost_list {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .cutompost_list .flexrow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cutompost_list .flexrow:before,
  .cutompost_list .flexrow:after {
    display: none;
  }
  .cutompost_list .flexrow .col-sm-3 {
    display: -webkit-flex;
    display: flex;
  }
  .cutompost_list .flexrow .col-sm-3 .column-post-cont {
    width: 100%;
    position: relative;
  }
}
.cutompost_list .column-post-cont {
  border: 2px solid #FFF;
  background: #f7f7f7;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .cutompost_list .column-post-cont {
    margin-bottom: 20px;
  }
}
.cutompost_list .column-post-cont .post-cont .post-feturedimg .img {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fff;
  /*border: 30px solid #fff;*/
}
@media (max-width: 767px) {
  .cutompost_list .column-post-cont .post-cont .post-feturedimg .img {
    display: none;
  }
}
.cutompost_list .column-post-cont .post-cont .post-feturedimg .img-news {
  height: 200px;
}
.cutompost_list .column-post-cont .post-cont .post-feturedimg .mobileimg {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .cutompost_list .column-post-cont .post-cont .post-feturedimg .mobileimg {
    display: block;
  }
}
.cutompost_list .column-post-cont .post-cont a {
  text-decoration: none;
}
.cutompost_list .column-post-cont .post-cont .post-details {
  padding: 22px 25px 23px;
}
.cutompost_list .column-post-cont .post-cont .post-details .title {
  font-size: 20px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  margin: 0 0 20px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #002147;
}
@media (max-width: 767px) {
  .cutompost_list .column-post-cont .post-cont .post-details .title {
    font-size: 18px;
  }
}
.cutompost_list .column-post-cont .post-cont .post-details .job_title {
  font-weight: 300;
  font-size: 16px;
  font-family: 'HermesFB-Regular';
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #002147;
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .cutompost_list .column-post-cont .post-cont .post-details .job_title {
    font-size: 15px;
  }
}
.cutompost_list .column-post-cont .post-cont .post-details .post-excerpt {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cutompost_list .column-post-cont .post-cont .post-details .post-excerpt {
    margin-bottom: 40px;
  }
}
.cutompost_list .column-post-cont .post-cont .post-details .post-excerpt p {
  font-size: 18px;
  font-family: 'HermesFB-Regular';
  font-weight: 100;
  line-height: normal;
  color: #002147;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cutompost_list .column-post-cont .post-cont .post-details .post-excerpt p {
    font-size: 18px;
  }
}
.cutompost_list .column-post-cont .post-cont .post-details .post-link {
  font-size: 12px;
  padding: 10.5px 34.95px;
}
@media (min-width: 767px) {
  .cutompost_list .column-post-cont .post-cont .post-details .post-link {
    position: absolute;
    bottom: 23px;
    left: 15px;
  }
}
@media (min-width: 991px) {
  .cutompost_list .column-post-cont .post-cont .post-details .post-link {
    left: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cutompost_list .column-post-cont .post-cont .post-details .post-link {
    padding: 10.5px 20px;
  }
}
.postarchive_list {
  margin-bottom: 0;
  padding: 0 0 90px;
}
@media (max-width: 991px) {
  .postarchive_list {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .postarchive_list {
    padding: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .postarchive_list .col-sm-4 {
    display: flex;
    display: -webkit-flex;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .postarchive_list .col-sm-6 {
    display: flex;
    display: -webkit-flex;
  }
  .postarchive_list .col-sm-6 .column-post-cont {
    width: 100%;
  }
}
.postarchive_list .column-post-cont .post-cont .post-feturedimg .img {
  display: block;
}
@media (max-width: 767px) {
  .postarchive_list .column-post-cont .post-cont .post-feturedimg .img {
    display: none;
  }
}
.postarchive_list .column-post-cont .post-cont .post-feturedimg .mobileimg {
  display: none;
}
@media (max-width: 767px) {
  .postarchive_list .column-post-cont .post-cont .post-feturedimg .mobileimg {
    display: block;
  }
}
.postarchive_list.post_padd_btm {
  padding-bottom: 30px;
}
.sectionmrkt_white .section-greyback {
  background: #FFF;
}
.sectionmrkt_white .section-greyback .section-header .section-inner .section-title {
  background: #FFF;
}
/**** header ****/
.mega-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 33, 71, 0.98);
  z-index: 9999;
  border-top: 6px solid #e17000;
  display: none;
  padding: 79px 0;
}
@media (max-width: 991px) {
  .mega-menu-wrap {
    padding: 50px 0;
  }
}
.mega-menu-wrap .mega-menu-inner {
  position: relative;
}
.mega-menu-wrap .mega-menu-inner .close-menu {
  opacity: 1;
  color: #FFF;
  text-shadow: none;
  font-size: 20px;
  font-family: 'HermesFB-Thin';
  line-height: normal;
  font-weight: 100;
  outline: 0;
  position: absolute;
  right: 0;
  top: -6px;
  cursor: pointer;
  z-index: 9;
}
.mega-menu-wrap .mega-menu-inner .close-menu:hover,
.mega-menu-wrap .mega-menu-inner .close-menu:focus {
  opacity: 1;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .close-menu {
    font-size: 18px;
    top: -30px;
    right: 0 !important;
  }
}
.mega-menu-wrap .mega-menu-inner .close-menu span {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .close-menu span {
    padding-right: 15px;
  }
}
.mega-menu-wrap .mega-menu-inner .close-menu img {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .close-menu img {
    width: 20px;
    margin-top: -3px;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container {
  padding-bottom: 70px;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 768px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container {
    padding: 0 30px;
    padding-bottom: 70px;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu {
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu:before,
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu:after {
    display: none;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu li {
  list-style: none;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu li a {
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu li a:hover,
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu li a:focus {
  text-decoration: none;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu li.no-link > a {
  pointer-events: none;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li {
  width: 50%;
  float: left;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li:nth-child(even) {
    padding-left: 15px;
  }
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li:nth-child(odd) {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li > a {
  position: relative;
  color: #818a8f;
  font-size: 15px;
  font-family: 'HermesFB-Book';
  font-weight: 100;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li > a {
    font-size: 15px;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu {
  padding-left: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu {
    margin-top: 10px;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li {
    margin-bottom: 10px;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li a {
  position: relative;
  font-size: 20px;
  font-family: 'HermesFB-Thin';
  font-weight: 100;
  line-height: normal;
  color: #FFF;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li a {
    font-size: 17px;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li a:hover,
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li a:focus {
  color: #e17000;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li a:hover:before,
.mega-menu-wrap .mega-menu-inner .mega-menu-container .mega_menu > li .sub-menu li a:focus:before {
  content: "";
  display: block;
  background-image: url('../images/menuhover_arrow.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 14px;
  width: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -21px;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form {
  text-align: left;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form {
  position: relative;
  max-width: 624px;
  width: 100%;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form {
    max-width: 100%;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form input[type="text"] {
  padding-left: 15px;
  max-width: 100%;
  font-size: 20px;
  background: transparent;
  font-family: 'HermesFB-Thin';
  padding: 10px 105px 10px 0;
  line-height: 43.23px;
  height: 60px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #818a8f;
  color: #FFF;
  outline: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form input[type="text"] {
    font-size: 18px;
    line-height: 40px;
    padding: 5px 92px 5px 0;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form .search_submit {
  background: transparent;
  width: auto;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'HermesFB-Thin';
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form .search_submit .search-text {
  font-size: 18px;
  font-family: 'HermesFB-Thin';
  color: #e17000;
  font-weight: 100;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form .search_submit .search-text {
    font-size: 18px;
    padding-right: 10px;
  }
}
.mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form .search_submit img {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .mega-menu-wrap .mega-menu-inner .mega-menu-container .menu-search-form form .search_submit img {
    width: 20px;
    margin-top: -5px;
  }
}
.search-text {
  display: none !important;
}
.resp-search-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 33, 71, 0.98);
  z-index: 9999;
  border-top: 6px solid #e17000;
  display: none;
  padding: 79px 0;
}
@media (max-width: 991px) {
  .resp-search-wrap {
    padding: 50px 0;
  }
}
.resp-search-wrap .resp-search-inner .close-menu {
  opacity: 1;
  color: #FFF;
  text-shadow: none;
  font-size: 20px;
  font-family: 'HermesFB-Thin';
  line-height: normal;
  font-weight: 100;
  outline: 0;
  position: absolute;
  right: 0;
  top: -6px;
  cursor: pointer;
  z-index: 9;
}
.resp-search-wrap .resp-search-inner .close-menu:hover,
.resp-search-wrap .resp-search-inner .close-menu:focus {
  opacity: 1;
}
@media (max-width: 767px) {
  .resp-search-wrap .resp-search-inner .close-menu {
    font-size: 18px;
    top: 20px;
    right: 15px!important;
  }
}
.resp-search-wrap .resp-search-inner .close-menu span {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .resp-search-wrap .resp-search-inner .close-menu span {
    padding-right: 15px;
  }
}
.resp-search-wrap .resp-search-inner .close-menu img {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .resp-search-wrap .resp-search-inner .close-menu img {
    width: 20px;
    margin-top: -3px;
  }
}
.resp-search-wrap .resp-search-inner .resp-search-container {
  padding-bottom: 70px;
  overflow-y: auto;
  position: relative;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: inherit !important;
  overflow-y: inherit;
}
@media (min-width: 768px) {
  .resp-search-wrap .resp-search-inner .resp-search-container {
    padding: 0 30px;
    padding-bottom: 70px;
  }
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form {
  text-align: left;
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form {
  position: relative;
  max-width: 624px;
  width: 100%;
}
@media (max-width: 767px) {
  .resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form {
    max-width: 100%;
  }
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form input[type="text"] {
  padding-left: 15px;
  max-width: 100%;
  font-size: 20px;
  background: transparent;
  font-family: 'HermesFB-Thin';
  padding: 10px 105px 10px 0;
  line-height: 43.23px;
  height: 60px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #818a8f;
  color: #FFF;
  outline: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form input[type="text"] {
    font-size: 18px;
    line-height: 40px;
    padding: 5px 92px 5px 0;
  }
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 1;
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  opacity: 1;
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form .search_submit {
  background: transparent;
  width: auto;
  border: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'HermesFB-Thin';
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form .search_submit .search-text {
  font-size: 18px;
  font-family: 'HermesFB-Thin';
  color: #e17000;
  font-weight: 100;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form .search_submit .search-text {
    font-size: 18px;
    padding-right: 10px;
  }
}
.resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form .search_submit img {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .resp-search-wrap .resp-search-inner .resp-search-container .resp-search-form form .search_submit img {
    width: 20px;
    margin-top: -5px;
  }
}
.logged-in.admin-bar .mega-menu-wrap,
.logged-in.admin-bar .resp-search-wrap {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in.admin-bar .mega-menu-wrap,
  .logged-in.admin-bar .resp-search-wrap {
    top: 46px;
  }
}
.logged-in.admin-bar .header-wrap {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in.admin-bar .header-wrap {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in.admin-bar .header-wrap {
    top: 0px;
  }
}
.menu-open {
  overflow: hidden;
  height: 100%;
  margin: 0 !important;
}
/***** Contact Us Modal *****/
.modal-backdrop {
  background-color: rgba(0, 33, 71, 0.98);
}
.modal-backdrop.in {
  filter: alpha(opacity=1);
  opacity: 1;
}
.contactus_poup .modal-content,
.register-modal .modal-content {
  border-radius: 0;
}
.contactus_poup .modal-content .modal-header,
.register-modal .modal-content .modal-header {
  border-bottom: 0;
  border-top: 6px solid #e17000;
  padding: 30px 30px 0 78px;
}
@media (max-width: 991px) {
  .contactus_poup .modal-content .modal-header,
  .register-modal .modal-content .modal-header {
    padding: 20px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .contactus_poup .modal-content .modal-header,
  .register-modal .modal-content .modal-header {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 480px) {
  .contactus_poup .modal-content .modal-header,
  .register-modal .modal-content .modal-header {
    padding: 20px 15px 0 15px;
  }
}
.contactus_poup .modal-content .modal-header .close,
.register-modal .modal-content .modal-header .close {
  opacity: 1;
  font-size: 21px;
  font-family: 'HermesFB-Thin';
  line-height: normal;
  font-weight: 100;
  color: #000;
  outline: 0;
}
.contactus_poup .modal-content .modal-header .close:hover,
.register-modal .modal-content .modal-header .close:hover,
.contactus_poup .modal-content .modal-header .close:focus,
.register-modal .modal-content .modal-header .close:focus {
  opacity: 1;
}
.contactus_poup .modal-content .modal-header .close span,
.register-modal .modal-content .modal-header .close span {
  padding-right: 20px;
}
.contactus_poup .modal-content .modal-header .close .close-img,
.register-modal .modal-content .modal-header .close .close-img {
  margin-top: -4px;
}
@media (max-width: 767px) {
  .contactus_poup .modal-content .modal-header .close,
  .register-modal .modal-content .modal-header .close {
    font-size: 18px;
  }
  .contactus_poup .modal-content .modal-header .close span,
  .register-modal .modal-content .modal-header .close span {
    padding-right: 15px;
  }
  .contactus_poup .modal-content .modal-header .close img,
  .register-modal .modal-content .modal-header .close img {
    width: 20px;
  }
}
@media (max-width: 480px) {
  .contactus_poup .modal-content .modal-header .close img,
  .register-modal .modal-content .modal-header .close img {
    width: 15px;
    margin-top: 3px;
  }
}
.contactus_poup .modal-content .modal-header .modal-title,
.register-modal .modal-content .modal-header .modal-title {
  clear: right;
  font-size: 30px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  line-height: normal;
  color: #002147;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .contactus_poup .modal-content .modal-header .modal-title,
  .register-modal .modal-content .modal-header .modal-title {
    font-size: 26px;
  }
}
.contactus_poup .modal-content .modal-body,
.register-modal .modal-content .modal-body {
  padding: 0 30px 70px 78px;
}
@media (max-width: 991px) {
  .contactus_poup .modal-content .modal-body,
  .register-modal .modal-content .modal-body {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .contactus_poup .modal-content .modal-body,
  .register-modal .modal-content .modal-body {
    padding: 0 20px 20px;
  }
}
@media (max-width: 480px) {
  .contactus_poup .modal-content .modal-body,
  .register-modal .modal-content .modal-body {
    padding: 0 15px 15px;
  }
}
.contactus_poup .modal-content .modal-body .contactusform-cont,
.register-modal .modal-content .modal-body .contactusform-cont {
  margin: 0;
}
@media (max-width: 991px) {
  .contactus_poup .modal-content .modal-body .contactusform-cont,
  .register-modal .modal-content .modal-body .contactusform-cont {
    max-width: 100%;
  }
}
.contactus_poup .modal-content .modal-body .contactusform-cont .gform_footer input[type="submit"],
.register-modal .modal-content .modal-body .contactusform-cont .gform_footer input[type="submit"] {
  display: inline-block;
  max-width: 150px;
}
@media (max-width: 767px) {
  .contactus_poup .modal-content .modal-body .contactusform-cont .gform_footer input[type="submit"],
  .register-modal .modal-content .modal-body .contactusform-cont .gform_footer input[type="submit"] {
    max-width: 100%;
  }
}
.contactus_poup {
  /*    @media(min-width:1400px){
            &.modal.fade{
                .modal-dialog{
                    margin-top: 0;
                    -webkit-transition: -webkit-transform .3s ease-out;
                    -o-transition: -o-transform .3s ease-out;
                    transition: all .3s ease-out;
                    top: 0;
                }
            }
            &.modal.in{
                .modal-dialog{
                    -webkit-transform: translate(0,-50%);
                    -ms-transform: translate(0,-50%);
                    -o-transform: translate(0,-50%);
                    transform: translate(0,-50%);
                    top: 50%;
                }
            }
            }*/
}
.postarchive-btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .postarchive-btn {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .postarchive-btn {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .postarchive-btn {
    width: 100%;
    text-align: center;
  }
}
.postarchive-btn.postarchive-btn_static {
  margin-top: 30px;
  position: static;
}
/******** Default Page ********/
.page-content-wrap,
.accordian-cont .panel-body {
  padding: 0 0 50px;
}
.page-content-wrap h1,
.accordian-cont .panel-body h1,
.page-content-wrap h2,
.accordian-cont .panel-body h2,
.page-content-wrap h3,
.accordian-cont .panel-body h3,
.page-content-wrap h4,
.accordian-cont .panel-body h4,
.page-content-wrap h5,
.accordian-cont .panel-body h5,
.page-content-wrap h6,
.accordian-cont .panel-body h6 {
  margin-top: 0;
}
.page-content-wrap h1,
.accordian-cont .panel-body h1,
.page-content-wrap h2,
.accordian-cont .panel-body h2,
.page-content-wrap h3,
.accordian-cont .panel-body h3,
.page-content-wrap h4,
.accordian-cont .panel-body h4 {
  margin-bottom: 20px;
  padding-top: 20px;
  color: #002147;
  font-weight: bold;
}
.page-content-wrap h5,
.accordian-cont .panel-body h5,
.page-content-wrap h6,
.accordian-cont .panel-body h6 {
  margin-bottom: 10px;
  color: #000;
}
.page-content-wrap h1,
.accordian-cont .panel-body h1 {
  font-size: 30px;
  font-family: 'HermesFB-Regular';
  line-height: normal;
  color: #002147;
}
@media (max-width: 767px) {
  .page-content-wrap h1,
  .accordian-cont .panel-body h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .page-content-wrap h1,
  .accordian-cont .panel-body h1 {
    font-size: 28px;
  }
}
.page-content-wrap h2,
.accordian-cont .panel-body h2 {
  font-size: 20px;
  font-family: 'HermesFB-Regular';
  line-height: normal;
  color: #002147;
}
@media (max-width: 767px) {
  .page-content-wrap h2,
  .accordian-cont .panel-body h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .page-content-wrap h2,
  .accordian-cont .panel-body h2 {
    font-size: 22px;
  }
}
.page-content-wrap h3,
.accordian-cont .panel-body h3 {
  font-size: 16px;
  font-family: 'HermesFB-Regular';
}
@media (max-width: 767px) {
  .page-content-wrap h3,
  .accordian-cont .panel-body h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.page-content-wrap h4,
.accordian-cont .panel-body h4 {
  font-size: 14px;
  font-family: 'HermesFB-Regular';
}
@media (max-width: 767px) {
  .page-content-wrap h4,
  .accordian-cont .panel-body h4 {
    font-size: 18px;
  }
}
.page-content-wrap h5,
.accordian-cont .panel-body h5 {
  font-size: 14px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .page-content-wrap h5,
  .accordian-cont .panel-body h5 {
    font-size: 16px;
  }
}
.page-content-wrap h6,
.accordian-cont .panel-body h6 {
  font-size: 14px;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .page-content-wrap h6,
  .accordian-cont .panel-body h6 {
    font-size: 14px;
  }
}
.page-content-wrap p,
.accordian-cont .panel-body p {
  font-size: 14px;
  font-family: 'HermesFB-Thin';
  margin-bottom: 30px;
  color: #000;
}
@media (max-width: 767px) {
  .page-content-wrap p,
  .accordian-cont .panel-body p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.page-content-wrap p img,
.accordian-cont .panel-body p img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.page-content-wrap blockquote,
.accordian-cont .panel-body blockquote {
  border-left: 0;
  font-size: 24px;
  font-family: 'HermesFB-Regular';
  line-height: normal;
  font-weight: 100;
  color: #e17000;
  padding: 0;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-content-wrap blockquote,
  .accordian-cont .panel-body blockquote {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.page-content-wrap blockquote p,
.accordian-cont .panel-body blockquote p {
  font-size: 20px;
  font-family: 'HermesFB-Regular';
  line-height: 34px;
  font-weight: 100;
  color: #e17000;
  line-height: normal;
}
@media (max-width: 767px) {
  .page-content-wrap blockquote p,
  .accordian-cont .panel-body blockquote p {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-content-wrap blockquote p:before,
.accordian-cont .panel-body blockquote p:before {
  content: "«";
  display: inline-block;
  padding-right: 5px;
}
.page-content-wrap blockquote p:after,
.accordian-cont .panel-body blockquote p:after {
  content: "»";
  display: inline-block;
  padding-left: 5px;
}
.page-content p {
  font-family: 'HermesFB-Thin';
}
/******** Market *****/
.market-list-post {
  background: #f7f7f7;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .market-list-post {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .market-list-post .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .market-list-post .row:after,
  .market-list-post .row:before {
    display: none;
  }
  .market-list-post .row .flex-child {
    display: -webkit-flex;
    display: flex;
  }
  .market-list-post .row .flex-child .post-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .market-list-post .row .flex-child .post-container a {
    width: 100%;
  }
  .market-list-post .row .flex-child .post-container a .post_thumbnail_holder {
    width: 100%;
  }
  .market-list-post .row .flex-child .post-container a .post_details {
    width: 100%;
  }
}
.market-list-post.pading50 {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .market-list-post.pading50 {
    padding-bottom: 30px;
  }
}
.market-list-post .post-container {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .market-list-post .post-container {
    margin-bottom: 15px;
  }
}
.market-list-post .post-container .post_thumbnail_holder {
  background: #FFF;
  height: 270px;
}
@media (max-width: 767px) {
  .market-list-post .post-container .post_thumbnail_holder {
    height: auto;
  }
}
.market-list-post .post-container .post_thumbnail_holder .post_thumbnail {
  height: 270px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .market-list-post .post-container .post_thumbnail_holder .post_thumbnail {
    display: none;
  }
}
.market-list-post .post-container .post_thumbnail_holder .mob_thumbnail {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .market-list-post .post-container .post_thumbnail_holder .mob_thumbnail {
    display: block;
  }
}
.market-list-post .post-container .post_details {
  background: #FFF;
  padding: 12px 35px 12px 30px;
  min-height: 90px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}
.market-list-post .post-container .post_details:after,
.market-list-post .post-container .post_details:before {
  display: none;
}
.market-list-post .post-container .post_details .leftsec {
  width: 80%;
  float: left;
}
.market-list-post .post-container .post_details .leftsec .title {
  font-size: 24px;
  font-family: 'HermesFB-Thin';
  color: #002147;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0;
  margin-bottom: 5px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .market-list-post .post-container .post_details .leftsec .title {
    font-size: 16px;
  }
}
.market-list-post .post-container .post_details .rightsec {
  width: 20%;
  float: left;
  text-align: right;
}
.market-list-post .post-container .post_details .rightsec .post_icon,
.market-list-post .post-container .post_details .rightsec .hoverpost_icon {
  max-width: 47px;
  margin-left: auto;
}
.market-list-post .post-container .post_details .rightsec .hoverpost_icon {
  display: none;
}
.market-list-post .post-container .post_details .wrap {
  width: 100%;
  display: block;
  position: relative;
}
.market-list-post .post-container .post_details .wrap .rightsec {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.market-list-post .post-container a {
  display: block;
  text-decoration: none;
  background: #FFF;
}
.market-list-post .post-container a:hover,
.market-list-post .post-container a:focus {
  background: #e17000;
}
.market-list-post .post-container a:hover .post_details,
.market-list-post .post-container a:focus .post_details {
  background: #e17000;
}
.market-list-post .post-container a:hover .post_details .leftsec .title,
.market-list-post .post-container a:focus .post_details .leftsec .title {
  color: #FFF;
}
.market-list-post .post-container a:hover .post_details .rightsec .post_icon,
.market-list-post .post-container a:focus .post_details .rightsec .post_icon {
  display: none;
}
.market-list-post .post-container a:hover .post_details .rightsec .hoverpost_icon,
.market-list-post .post-container a:focus .post_details .rightsec .hoverpost_icon {
  display: block;
}
@media (min-width: 768px) {
  .market-list-post.productcat_list .post-container,
  .market-list-post.market-list-post .post-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  .market-list-post.productcat_list .post-container:before,
  .market-list-post.market-list-post .post-container:before,
  .market-list-post.productcat_list .post-container:after,
  .market-list-post.market-list-post .post-container:after {
    display: none;
  }
  .market-list-post.productcat_list .post-container a,
  .market-list-post.market-list-post .post-container a {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    padding-top: 270px;
    background: #fff;
  }
  .market-list-post.productcat_list .post-container a .post_thumbnail_holder,
  .market-list-post.market-list-post .post-container a .post_thumbnail_holder {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .market-list-post.productcat_list .post-container a .post_details,
  .market-list-post.market-list-post .post-container a .post_details {
    width: 100%;
  }
  .market-list-post.productcat_list .post-container a:hover,
  .market-list-post.market-list-post .post-container a:hover {
    background: #e17000;
  }
}
.market-list-post.productcat_list .post-container .post_details .title,
.market-list-post.market-list-post .post-container .post_details .title {
  text-transform: initial;
}
.market-list-post.productcat_list .post-container .post_details .rightsec,
.market-list-post.market-list-post .post-container .post_details .rightsec {
  position: absolute;
  bottom: 12px;
  right: 15px;
  -webkit-transform: initial;
  -ms-transform: initial;
  -moz-transform: initial;
  transform: initial;
  top: initial;
}
@media (max-width: 767px) {
  .market-list-post.productcat_list .post-container .post_details .rightsec,
  .market-list-post.market-list-post .post-container .post_details .rightsec {
    bottom: 7px;
  }
}
/***** Search Page ******/
.search .content-area {
  padding-bottom: 40px;
}
.search .page-header .serachtitle {
  font-family: 'HermesFB-Regular';
  font-size: 25px;
}
@media (max-width: 767px) {
  .search .page-header .serachtitle {
    font-size: 21px;
  }
}
.no-searchresult {
  padding-bottom: 100px;
}
.no-searchresult .no-result-title {
  font-family: 'HermesFB-Regular';
}
.search-row {
  margin: 10px 0 10px;
  padding: 8px;
  border-bottom: 1px #ccc solid;
}
.search-row article {
  float: left;
  margin: 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .search-row article {
    margin-bottom: 10px;
  }
}
.search-row article .arch-img {
  background-size: contain;
  height: 140px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  margin-bottom: 21px;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .search-row article .arch-img {
    margin-bottom: 15px;
  }
}
.search-row article .entry-header .entry-title {
  margin: 0 0 20px;
}
.search-row article .entry-header .entry-title a {
  color: #000;
  font-family: 'HermesFB-Regular';
  font-weight: 700;
  font-size: 18px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: block;
  text-transform: uppercase;
}
.search-row article .entry-header .entry-title a:hover,
.search-row article .entry-header .entry-title a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .search-row article .entry-header .entry-title a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search-row article .entry-header .entry-title {
    margin-bottom: 10px;
  }
}
.search-row article .entry-summary {
  margin: 0 0;
  font-size: 16px;
  color: #000;
  font-family: 'HermesFB-Thin';
  font-weight: 400;
  margin-bottom: 15px;
}
.search-row article .bottom-box .woocommerce a {
  display: inline-block;
  width: auto;
  font-size: 13px;
  padding: 8px 13px !important;
  float: right;
  background: #e17000 !important;
  color: #FFF !important;
  text-transform: capitalize;
  font-family: 'Hermes';
  font-weight: 700;
}
@media (max-width: 768px) {
  .search-row article .bottom-box .woocommerce a {
    float: none;
    margin-top: 15px;
  }
}
.search-row article .bottom-box .price {
  display: none;
}
.search-row article .blog-link-outer {
  float: right;
  padding: 9.5px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: normal;
  color: #e17000;
  border: 1px solid #e17000;
  display: inline-block;
}
.search-row article .blog-link-outer:hover,
.search-row article .blog-link-outer:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .search-row article .blog-link-outer {
    float: none;
    margin-top: 20px;
  }
}
/***** market single ***/
.mrkpostcontent {
  background: #f7f7f7;
  padding: 48px 0;
}
@media (max-width: 991px) {
  .mrkpostcontent {
    padding: 25px 0;
  }
}
.mrkotherpost {
  padding-top: 55px;
  background: #FFF;
}
.accordian-cont {
  background: #f7f7f7;
  padding: 45px 0 54px;
}
.accordian-cont .panel-group .panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 0;
  padding-bottom: 10px;
  border-radius: 0;
}
.accordian-cont .panel-group .panel .panel_parent,
.accordian-cont .panel-group .panel .panel-body {
  max-width: 824px;
  width: 100%;
  margin: 0 auto;
}
.accordian-cont .panel-group .panel .panel_parent {
  display: block;
  color: #002147;
  cursor: pointer;
}
.accordian-cont .panel-group .panel .panel_parent:hover,
.accordian-cont .panel-group .panel .panel_parent:focus {
  text-decoration: none;
}
.accordian-cont .panel-group .panel .panel_parent .panel_icon {
  background-image: url('../images/plus.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: 35px;
  top: 23px;
}
.accordian-cont .panel-group .panel .panel_parent[aria-expanded="true"] .panel_icon {
  background-image: url('../images/minus.png');
}
@media (max-width: 991px) {
  .accordian-cont .panel-group .panel .panel_parent .panel_icon {
    top: 16px;
  }
}
.accordian-cont .panel-group .panel .panel_parent .panel-heading {
  background: #ffffff;
  padding: 17px 65px 17px 30px;
  position: relative;
  clear: both;
  overflow: hidden;
}
@media (max-width: 991px) {
  .accordian-cont .panel-group .panel .panel_parent .panel-heading {
    padding: 14px 65px 13px 30px;
  }
}
.accordian-cont .panel-group .panel .panel_parent .panel-heading .panel-title {
  font-size: 24px;
  font-family: 'HermesFB-Thin';
  line-height: normal;
  color: #002147;
  display: inline-block;
}
.accordian-cont .panel-group .panel .panel-collapse {
  background: #FFF;
}
.accordian-cont .panel-group .panel .panel-collapse .panel-body {
  padding: 10px 0 46px;
  padding-right: 32px;
  padding-left: 32px;
}
.accordian-cont .panel-group .panel:nth-child(3) {
  display: block;
}
.accordian-cont .panel-group .panel:nth-child(3) .panel-collapse a {
  position: relative;
  padding-left: 22px;
  color: #e17000;
  display: block;
}
.accordian-cont .panel-group .panel:nth-child(3) .panel-collapse a:before {
  content: "\f019";
  color: #e17000;
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .accordian-cont {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.cs_singleproduct_list .column-post-cont {
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .cs_singleproduct_list .column-post-cont {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.cs_singleproduct_list .column-post-cont .post-cont {
  width: 100%;
}
.cs_singleproduct_list .column-post-cont .post-cont .post-feturedimg {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-width: 480px) {
  .cs_singleproduct_list .column-post-cont .post-cont .post-feturedimg {
    width: 100%;
    float: none;
  }
}
.cs_singleproduct_list .column-post-cont .post-cont .post-feturedimg .img {
  /*position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    height: auto;
                    display: block;*/
}
@media (max-width: 480px) {
  .cs_singleproduct_list .column-post-cont .post-cont .post-feturedimg .img {
    display: none;
  }
}
.cs_singleproduct_list .column-post-cont .post-cont .post-feturedimg .mobileimg {
  display: none;
}
@media (max-width: 480px) {
  .cs_singleproduct_list .column-post-cont .post-cont .post-feturedimg .mobileimg {
    display: block;
  }
}
.cs_singleproduct_list .column-post-cont .post-cont .post-details {
  width: 50%;
  float: left;
}
.cs_singleproduct_list .column-post-cont .post-cont .post-details .post-link {
  position: static;
}
@media (max-width: 480px) {
  .cs_singleproduct_list .column-post-cont .post-cont .post-details {
    width: 100%;
    float: none;
  }
}
.paddtop20 {
  padding-top: 50px;
}
.white_bg {
  background: #FFF;
}
html body .register-modal .modal-content .modal-header .modal-title {
  font-size: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  html body .register-modal .modal-content .modal-header .modal-title {
    font-size: 28px;
  }
}
html body .register-modal .modal-content .modal-header .close span {
  position: relative;
  top: -5px;
}
html body .register-modal .modal-content .modal-body .gform_confirmation_message {
  padding-bottom: 20px;
}
html body .register-modal .modal-content .modal-body .contactusform-cont {
  margin: 0;
}
html body .register-modal .modal-content .modal-body .contactusform-cont .ginput_container input[type="text"] {
  padding: 5px 30px !important;
  height: 45px;
  line-height: normal;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  html body .register-modal .modal-content .modal-body .contactusform-cont .ginput_container input[type="text"] {
    height: 40px;
  }
}
html body .register-modal .modal-content .modal-body .contactusform-cont .gform_footer {
  padding-bottom: 0;
  margin-top: 0;
}
html body .register-modal .modal-content .modal-body .contactusform-cont .gform_footer .gform_button {
  position: static!important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  top: 0;
  display: block !important;
  float: none !important;
  height: 45px !important;
  background: transparent !important;
  color: #e17000 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  max-width: 150px !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  html body .register-modal .modal-content .modal-body .contactusform-cont .gform_footer .gform_button {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  html body .register-modal .modal-content .modal-body .contactusform-cont .gform_footer .gform_button {
    height: 40px !important;
    max-width: 100%;
    font-size: 18px !important;
  }
}
@media (max-width: 991px) {
  html body .register-modal .modal-content .modal-body .contactusform-cont .gform_footer {
    padding-bottom: 40px;
  }
}
.gform_wrapper h3 {
  font-weight: bold !important;
}
.gf_progressbar_wrapper {
  display: none !important;
}
.gform_wrapper label.gfield_label {
  font-weight: 400 !important;
}
.gform_wrapper .gfield_required {
  display: none !important;
}
/*** footerbanner ***/
.footerbanner-cont .footer-static_banner {
  height: 329px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .footerbanner-cont .footer-static_banner {
    height: 250px;
  }
}
/******* Store Locator *********/
.store_locater_cont {
  /*    .pagination_box{
            clear: left;
            display: none;
        }
        #store_locator_list{
            padding: 50px 0;
            .search-title{
                color: @blue;
                font-size: 25px;
                font-family: @hermesFBthin;
                @media(max-width:991px){
                    font-size: 18px;
                }
            }
            .ygp_sl_stores_list_box{
                padding: 35px 0;

                .ygp_sl_stores_list_image{
                    display: none;
                }
                .ygp_sl_stores_list_name{
                    display: inline-block;
                        &:hover,&:focus{
                            text-decoration: none;
                        }
                }
                .ygp_sl_stores_list_name,.ygp_sl_stores_list_address,.ygp_sl_stores_list_tel{
                    color: #000;
                    font-size: 15px;
                    line-height: normal;
                    font-family: @hermes;
                    font-weight: 400;
                    margin-bottom: 10px;
                }
                .ygp_sl_stores_list_more_info_box{
                    a{
                        color: #000;
                        &:hover,&:focus{
                            text-decoration: none;
                        }
                    }
                }
            }
        }
        .ygp_sl_detail_page_data_box{
            div{
                span{
                    color: #000;
                    font-size: 15px;
                    line-height: normal;
                    font-family: @hermes;
                    font-weight: 400;
                    margin-bottom: 10px;
                }
                a{
                    &.ygp_sl_detail_page_email{
                        color: @orange;
                    }
                }
            }
            }*/
}
.store_locater_cont .backtosearch_btn {
  background: #FFF;
  outline: 0;
  margin: 44px 0 78px;
}
@media (max-width: 991px) {
  .store_locater_cont .backtosearch_btn {
    margin: 0 0 40px;
  }
}
.store_locater_cont .search-form-map {
  background: #fafafb;
  padding: 60px 0 56px;
}
.store_locater_cont .search-form-map .form-group {
  margin-bottom: 0;
}
.store_locater_cont .search-form-map .form-group .input_container {
  position: relative;
  margin-bottom: 30px;
}
.store_locater_cont .search-form-map .form-group .input_container input[type="text"] {
  border: 0;
  background: #ffffff;
  line-height: normal;
  color: #000;
  outline: 0;
  width: 100%;
  margin-top: 0;
  padding: 10px 62px 10px 30px;
  height: 55px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 21px;
  font-family: 'HermesFB-Thin';
}
.store_locater_cont .search-form-map .form-group .input_container input[type="text"]:hover,
.store_locater_cont .search-form-map .form-group .input_container input[type="text"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .store_locater_cont .search-form-map .form-group .input_container input[type="text"] {
    font-size: 17px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .store_locater_cont .search-form-map .form-group .input_container input[type="text"] {
    padding-right: 45px;
  }
}
@media (max-width: 480px) {
  .store_locater_cont .search-form-map .form-group .input_container input[type="text"] {
    font-size: 15px;
  }
}
.store_locater_cont .search-form-map .form-group .input_container .fa-search {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: #e17000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .store_locater_cont .search-form-map .form-group .input_container .fa-search {
    font-size: 22px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .store_locater_cont .search-form-map .form-group .input_container .fa-search {
    font-size: 22px;
  }
}
.store_locater_cont .search-form-map .form-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #002147;
  opacity: 1;
}
.store_locater_cont .search-form-map .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #002147;
  opacity: 1;
}
.store_locater_cont .search-form-map .form-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #002147;
  opacity: 1;
}
.store_locater_cont .search-form-map .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #002147;
  opacity: 1;
}
.store_locater_cont .search-form-map .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../images/oright-arrow.png);
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-size: 11px 21px;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  padding-right: 52px;
  padding-left: 30px;
  font-size: 21px;
  font-family: 'HermesFB-Thin';
  text-indent: -1.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 55px;
  width: 100%;
  outline: 0;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .store_locater_cont .search-form-map .form-group select {
    height: 50px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .store_locater_cont .search-form-map .form-group select {
    background-size: 9px 19px;
  }
}
@media (max-width: 480px) {
  .store_locater_cont .search-form-map .form-group select {
    font-size: 15px;
  }
}
.store_locater_cont .search-form-map .form-group .select2 {
  width: 100% !important;
  margin-bottom: 15px;
}
.store_locater_cont .search-form-map .form-group .select2 .select2-selection--single {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/oright-arrow.png);
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-size: 11px 21px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  padding-right: 52px;
  padding-left: 30px;
  font-size: 21px;
  font-family: HermesFB-Thin;
  text-indent: -1.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 55px;
  width: 100%;
  outline: 0;
  margin-bottom: 0px;
}
.store_locater_cont .search-form-map .form-group .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
  padding: 0;
}
.store_locater_cont .search-form-map .form-group .select2 .select2-selection--single .select2-selection__arrow {
  display: none;
}
.store_locater_cont .search-form-map .form-group select::-ms-expand {
  display: none;
}
.store_locater_cont .section_2 #mapArea {
  height: 600px !important;
}
@media (max-width: 991px) {
  .store_locater_cont .section_2 #mapArea {
    height: 300px !important;
  }
}
@media (max-width: 767px) {
  .store_locater_cont .section_2 #mapArea {
    height: 300px !important;
  }
}
.store_locater_cont .storelocater_results {
  padding: 70px 0 120px;
}
.store_locater_cont .storelocater_results .map_content .row {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0;
}
@media (min-width: 768px) {
  .store_locater_cont .storelocater_results .map_content .col_2 {
    border-left: 1px solid #e6e6e6;
  }
}
.store_locater_cont .storelocater_results .map_content .col_th {
  padding: 0 30px;
}
.store_locater_cont .storelocater_results .map_content .col_th:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .store_locater_cont .storelocater_results .map_content .col_th {
    display: none;
  }
}
.store_locater_cont .storelocater_results .map_content h3 {
  font-family: 'HermesFB-Regular';
  font-size: 16px;
  color: #002147;
  text-transform: uppercase;
  margin: 6px 0;
}
.store_locater_cont .storelocater_results .map_content h4,
.store_locater_cont .storelocater_results .map_content p,
.store_locater_cont .storelocater_results .map_content a {
  margin-top: 0;
  color: #000;
  font-size: 15px;
  line-height: normal;
  font-family: 'HermesFB-Regular';
  font-weight: 400;
  margin-bottom: 10px;
}
.store_locater_cont .storelocater_results .map_content h4.web a,
.store_locater_cont .storelocater_results .map_content p.web a,
.store_locater_cont .storelocater_results .map_content a.web a,
.store_locater_cont .storelocater_results .map_content h4.email a,
.store_locater_cont .storelocater_results .map_content p.email a,
.store_locater_cont .storelocater_results .map_content a.email a {
  color: #e17000;
}
.store_locater_cont .storelocater_results .map_content h4 {
  font-family: 'HermesFB-Bold';
}
@media (min-width: 768px) {
  .store_locater_cont .storelocater_results .map_content .all-stores .row {
    display: -webkit-flex;
    display: flex;
  }
}
.store_locater_cont .storelocater_results .map_content .all-stores .col_1,
.store_locater_cont .storelocater_results .map_content .all-stores .col_3,
.store_locater_cont .storelocater_results .map_content .all-stores .col_2 {
  padding: 30px 0 44px;
}
@media (max-width: 767px) {
  .store_locater_cont .storelocater_results .map_content .all-stores .col_1,
  .store_locater_cont .storelocater_results .map_content .all-stores .col_3,
  .store_locater_cont .storelocater_results .map_content .all-stores .col_2 {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .store_locater_cont .storelocater_results .map_content .all-stores .col_1 {
    padding-right: 27px;
  }
}
@media (min-width: 768px) {
  .store_locater_cont .storelocater_results .map_content .all-stores .col_3,
  .store_locater_cont .storelocater_results .map_content .all-stores .col_2 {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (max-width: 767px) {
  .store_locater_cont .storelocater_results .map_content .all-stores .col_3,
  .store_locater_cont .storelocater_results .map_content .all-stores .col_2 {
    padding-top: 0;
  }
}
.store_locater_cont .storelocater_results .map_content .all-stores .sub_terms {
  margin-bottom: 30px;
  padding-left: 0;
  display: none;
}
.store_locater_cont .storelocater_results .map_content .all-stores .sub_terms li {
  list-style: none;
  margin-top: 0;
  color: #000;
  font-size: 15px;
  line-height: normal;
  font-family: HermesFB-Regular;
  font-weight: 400;
  margin-bottom: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e17000;
  color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e17000;
  color: white;
}
.slideless .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.slideless .slick-list {
  padding: 0 !important;
}
.productcat_paddbt .prodcuts-catgry {
  margin-bottom: 70px;
}
.single-post-pgcover .pagecover-content .title {
  font-size: 30px;
  text-transform: initial;
}
@media (max-width: 991px) {
  .single-post-pgcover .pagecover-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .single-post-pgcover .pagecover-content .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .single-post-pgcover .pagecover-content .title {
    font-size: 25px;
  }
}
.spacer20 {
  height: 50px;
}
.page_default .content_404 {
  padding: 40px 0;
  padding-bottom: 150px;
  text-align: center;
}
.page_default .content_404 h1 {
  font-size: 250px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .page_default .content_404 h1 {
    font-size: 150px;
  }
}
@media (max-width: 992px) {
  .page_default .content_404 h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .page_default .content_404 h1 {
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  .page_default .content_404 h1 {
    font-size: 70px;
  }
}
.page_default .content_404 p {
  font-size: 16px;
  color: #000;
}
@media (max-width: 992px) {
  .page_default .content_404 p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .page_default .content_404 p {
    font-size: 14px;
  }
}
.page_default .content_404 p a {
  color: #000;
}
.page_default .content_404 p a:hover,
.page_default .content_404 p a:focus {
  color: #000;
}
.solution_sp {
  margin-bottom: 25px !important;
}
@media (max-width: 767px) {
  .single-solutions .sticky_sb {
    display: none !important;
  }
}
.margntop40 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .margntop40 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single_list_post .column-post-cont .post-details {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
div.site-wrapper {
  padding-top: 110px;
  /*
    @media(max-width:350px){
        padding-top: 76.9px;
        //padding-top: 67px;
        }*/
}
@media (max-width: 991px) {
  div.site-wrapper {
    padding-top: 106px;
  }
}
@media (max-width: 767px) {
  div.site-wrapper {
    padding-top: 68px;
  }
}
/**** single market header list *****/
.market_head_list_post {
  text-align: center;
  margin-bottom: 20px;
}
.market_head_list_post .navigation_links {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.market_head_list_post .navigation_links li {
  list-style: none;
  display: inline-block;
}
.market_head_list_post .navigation_links li a {
  font-family: 'HermesFB-Thin';
  font-size: 16px;
  color: #818a8f;
  padding: 0 11px 0 14px;
  border-left: 1px solid #818a8f;
  text-transform: uppercase;
}
.market_head_list_post .navigation_links li a:hover,
.market_head_list_post .navigation_links li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .market_head_list_post .navigation_links li a {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .market_head_list_post .navigation_links li a {
    font-size: 12px;
  }
}
.market_head_list_post .navigation_links li.active a {
  color: #e17000;
}
.market_head_list_post .navigation_links li:first-child a {
  border-left: 0;
}
.page-dv2 {
  max-width: 824px;
  margin: auto;
}
.custom-content-wrap {
  background: #f7f7f7;
  padding-top: 70px;
}
.custom-content-wrap .page-dv {
  max-width: 824px;
  margin: auto;
}
@media (max-width: 767px) {
  .custom-content-wrap {
    padding: 30px 0;
  }
}
.prd_spacer {
  height: 35px;
  background: #f7f7f7;
}
.marker_info h4 {
  margin-bottom: 0;
  color: #002147;
}
.marker_info p {
  margin-bottom: 0;
  font-weight: 400;
  color: #000;
  margin-bottom: 1px;
}
.marker_info .h_title {
  color: #818a8f;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}
.marker_info .web,
.marker_info .email {
  color: #e17000;
}
.marker_border:after {
  width: 100%;
  height: 2px;
  background: #e17000;
  content: "";
  position: absolute;
  z-index: 3;
}
.marker_border div {
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.page-template-template-vacancies .custom-content-wrap {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .page-template-template-vacancies .custom-content-wrap {
    padding-bottom: 30px;
  }
}
.vacancy_list {
  padding: 20px 0 0;
}
.vacancy_list li {
  list-style: none;
  margin: 0 0 20px;
  border-bottom: 1px solid #e17000;
  padding-bottom: 10px;
}
.vacancy_list li:last-child {
  border-bottom: 0;
}
.vacancy_list li a {
  color: #e17000;
  font-size: 16px;
  font-family: 'HermesFB-Thin';
  display: inline-block;
}
.vacancy_list li a h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 3px;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
}
.vacancy_list li a:hover,
.vacancy_list li a:focus {
  text-decoration: none;
}
.subscribe_btn {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-template-template-partners .store_locater_cont .section_2 #mapArea {
  display: none;
}
.acc_buttons {
  width: 100%;
  text-align: center;
}
.acc_buttons .btn_outline {
  margin: 0 5px 10px;
}
@media (max-width: 767px) {
  .acc_buttons .btn_outline {
    width: 100%;
    display: block;
  }
}
.event_heading {
  font-family: 'HermesFB-Regular';
  font-size: 18px;
  color: #002147;
  text-transform: uppercase;
  margin: 6px -15px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .event_heading {
    margin: 6px 0;
  }
}
.icon_inner_wechat {
  color: #818a8f !important;
  font-size: 15px;
}
.footer .icon_inner_wechat {
  color: #fff !important;
  font-size: 18px;
}
.single-solutions .accordian-cont .panel-group .panel:nth-child(3) {
  display: block;
}
.single-solutions .accordian-cont .panel-group .panel:nth-child(3) .panel-collapse a {
  padding-left: 0;
}
.single-solutions .accordian-cont .panel-group .panel:nth-child(3) .panel-collapse a:before {
  display: none;
}
.page-template-template-products .prodcuts-catgry {
  margin-bottom: 0;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.page-id-15820 table {
  font-family: 'HermesFB-Regular';
  background-color: #f7f7f7 !important;
}
.page-id-15820 td {
  padding: 10px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}
.page-id-15820 tr:last-child td {
  border-bottom: 0px solid #e2e2e2;
}
.page-id-15820 tr:first-child td {
  font-family: 'HermesFB-Regular';
  border-top: 1px solid #e2e2e2;
  font-size: 14px !important;
  color: #002147 !important;
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .page-id-15820 tr:first-child td {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .no-mobile-padding {
    padding-left: 0;
  }
}
.c-link {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: 'HermesFB-Thin';
  padding-right: 16px;
  vertical-align: middle;
  text-decoration: none !important;
  outline: 0 !important;
}
.c-link:hover {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .c-link {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .c-link {
    position: relative;
    left: -10px;
    top: -6px;
    font-size: 18px;
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .flex-div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.gform_wrapper .gform_body .gfield_error .ginput_container input[type="text"] {
  border: 2px solid #790000 !important;
}
.gform_wrapper .gform_body .gfield_error .ginput_container select {
  border: 2px solid #790000 !important;
}
.gform_wrapper .gform_body .gfield_error .ginput_container textarea {
  border: 2px solid #790000 !important;
}
