@charset "UTF-8";
/*
 Theme Name: British Steel
 Theme URI: https://britishsteel.co.uk
 Author: British Steel
 Author URI: http://www.britishsteel.co.uk
 Description: A custom WordPress theme by British Steel
 Version: 1.0
 Text Domain: britishsteel
*/
@font-face {
  font-family: "Museo100";
  src: url("fonts/MuseoSansRounded100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Museo500";
  src: url("fonts/MuseoSansRounded500.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
header nav.main-nav ul {
  padding-top: 40px;
  display: inline-block;
}
header nav.main-nav ul li {
  display: inline-block;
  line-height: inherit;
}
header nav.main-nav ul li a {
  display: inline-block;
}

#search {
  text-indent: 10px;
}

div.slide-inner {
  transform: skew(-45deg);
  background-color: #fff;
  width: 511px;
  height: 361px;
  position: absolute;
  top: 0;
  left: 0;
}
div.slide-inner .slide-summary {
  display: block;
  position: relative;
}
div.slide-inner .slide-summary h2.slide-title {
  transform: skew(45deg);
  position: absolute;
  top: 0px;
  left: -100px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  color: #f58423;
  margin-bottom: 27px;
  margin-top: 32px;
  background: white;
  width: 400px;
  z-index: 1000;
  display: block;
  top: -32px;
  padding-top: 30px;
  padding-left: 70px;
}
div.slide-inner .slide-summary h2.slide-title span {
  color: #2A343E;
}

.homepage-slider {
  height: 360px;
}

.homepage-slider div.slide-inner {
  width: 516px;
}

.slider-cta {
  position: absolute;
  top: 240px;
  left: 60px;
  background: #f58423;
  color: white;
  border-radius: 20px;
  padding: 10px 14px;
  text-decoration: none;
}

.slider-cta:hover {
  color: white;
}

/* Search Bar */
.search_bar {
  margin: 10px 0;
  padding: 10px 0;
  font-weight: 300;
  position: relative;
}

.search_bar input {
  width: 100%;
  padding: 8px 12px;
  padding-right: 45px; /* space for icon */
  border: 1px solid #ccc;
  border-radius: 25px;
  outline: none;
}

.search_bar button {
  background: none;
  color: #2A343E;
  border: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-search {
  color: #2A343E;
}

.quicklinks a.quicklink-option span {
  font-family: "Museo500";
  display: block;
  text-transform: uppercase;
}

.quick-links-title {
  text-align: center;
}

.menu li {
  position: relative;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 10px;
  z-index: 1000;
  background: white;
  margin-top: -35px;
  border-radius: 20px;
  /* Add columns */
  column-count: 4;
  column-gap: 2rem;
}
.menu .sub-menu li {
  text-align: left;
  width: 150px;
  height: 80px;
}
.menu .sub-menu li a {
  text-align: left;
}

.menu li:hover > .sub-menu {
  display: block;
}

.sub-menu a {
  color: #2A343E;
}

.menu .sub-menu li {
  break-inside: avoid; /* Prevents items from breaking between columns */
  margin-bottom: 0.5rem;
}

.latest-news {
  background: #2A343E;
  padding-top: 20px;
  padding-bottom: 20px;
}
.latest-news h2 {
  margin-bottom: 20px;
}
.latest-news .news_background {
  padding-top: 20px;
  color: white;
  background: #2A343E;
}
.latest-news .news_background img {
  margin-bottom: 10px;
  object-fit: cover;
}
.latest-news .news_background p {
  margin: 0;
  margin-bottom: 10px;
}
.latest-news .news_item {
  margin-top: 0px;
}
.latest-news .news_item span.button {
  border-radius: 10px;
  background: none;
  color: #f58423;
}
.latest-news .news_item span.button::before {
  transform: none;
  border-left: none;
  border-bottom: none;
  left: 0;
  bottom: 0;
  margin-top: 10px;
  background: none;
}
.latest-news .news_item img {
  height: 200px;
  object-fit: cover;
}

.owl-nav {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 48px;
  color: #f58423;
  font-family: museo-sans-rounded;
  font-weight: 700;
  line-height: 0.5;
}
.owl-nav button {
  background: 0 0;
  color: inherit;
  border: 0;
  border-radius: 50%;
  padding: 0 !important;
  font: inherit;
  margin-left: 10px;
}

div.date {
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/britishsteel/images/date-background.png);
  position: absolute;
  top: -1px;
  left: -2px;
  width: 150px;
  padding: 17px 0 17px 20px;
  text-align: left;
}

div.date .bottom, div.date .top, div.date .year {
  color: #2A343E;
  line-height: 0.8;
}

div.date .edge, div.date .edge:before {
  display: none;
  width: 84px;
  height: 84px;
  position: absolute;
}

div.date .top {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1px;
}

div.date .bottom {
  margin-bottom: 2px;
}

div.date .bottom, div.date .year {
  font-weight: 300;
}

div.date .year {
  font-size: 16px;
}

div.date .edge {
  overflow: hidden;
  left: 55px;
  top: 0;
}

div.date .edge:before {
  content: "";
  left: -42px;
  transform: skew(-45deg);
}

.news_content.owl-carousel {
  max-height: inherit;
}

.we-done-img img {
  height: 160px;
}

.homepage-products {
  width: 300px;
  background: #2A343E;
}
.homepage-products .item {
  margin: 0px auto;
  text-align: left;
}

.quicklink {
  height: 180px;
}

a.button.read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.product_box.owl-carousel {
  max-height: inherit;
}

.owl-item.homepage-products {
  min-height: 350px;
  margin: 0px 5px;
}
.owl-item.homepage-products .item {
  height: 100%;
}

.product_block {
  overflow: hidden;
  background: #2A343E;
  position: relative;
}

.product_inner {
  height: 220px;
  padding: 20px 20px 60px;
}

.product_block .button {
  position: absolute;
  right: -10px;
  bottom: 0;
}

.product_block img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 10s ease;
  will-change: transform; /* Optional: helps performance */
}

.product_block:hover img {
  transform: scale(1.2);
}

.product_block .product-img-preview {
  margin-top: 0px;
  width: 300px;
  height: 250px;
  overflow: hidden;
}

.homepage-products {
  position: relative;
}
.homepage-products .model-launch-button {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.owl-carousel .owl-item .news_image img {
  height: 250px;
}

main.product-page {
  padding-top: 30px;
}
main.product-page h1 {
  color: #2A343E;
}
main.product-page .product-featured-image {
  margin-bottom: 20px;
}
main.product-page .product-featured-image img {
  max-height: 350px;
}

/* Modal overlay container */
#modelModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Inner modal box holding the iframe */
#modelModal .modal-inner {
  position: relative;
  width: 90%;
  height: 80%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 6px;
}

/* Close button */
#modelModal .modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10000;
}

/* The iframe displaying Babylon viewer */
#modelViewerFrame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

button.model-launch-button {
  background: #BCC31D;
  border: none;
  border-radius: 20px;
}

.toplevel-header {
  background: blue;
  width: 100%;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.toplevel-header .banner_inner {
  transform: skew(-45deg);
  background-color: #fff;
  width: 50%;
  height: 400px;
  position: absolute;
  top: 0;
  left: -200px;
}
.toplevel-header .banner_inner .banner_text {
  transform: skew(45deg);
  padding: 40px;
  color: #f58423;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 0px;
  left: 60px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 27px;
  margin-top: 32px;
  background: white;
  width: 400px;
  z-index: 1000;
  display: block;
  top: -32px;
  padding-top: 30px;
  padding-left: 70px;
}
.toplevel-header .banner_inner .banner_text strong {
  color: #2A343E;
  font-weight: 500;
}

.container-fluid .row {
  margin-left: 0px;
  margin-right: 0px;
}

.container-fluid.content-row {
  font-size: 24px;
  font-weight: 100;
  color: #2A343E;
  font-family: "Museo100";
  background: rgba(42, 52, 62, 0.05);
}
.container-fluid.content-row .content {
  padding: 20px;
}

/* ------------------------- Footer --------------------- */
footer {
  width: 100%;
  bottom: 0;
  font-size: 14px;
  font-family: "Museo100";
  font-weight: 300;
}
footer nav {
  padding-left: 10px;
}

footer .footer_top {
  background: rgba(42, 52, 62, 0.1);
  padding: 40px 0 35px;
  font-family: "Museo100";
}

footer .footer_top a, footer .footer_top a b {
  color: #2A343E;
}

footer .footer_top .foot_links a:hover, footer .footer_top .slogan strong,
footer .footer_top address span, footer .footer_top ul li a:hover {
  color: #f58423;
}

footer .footer_top address {
  margin-bottom: 10px;
}

footer .footer_top address span {
  font-weight: 700;
}

footer .footer_top ul {
  display: inline-block;
}
footer .footer_top ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0px;
  font-weight: 500;
  width: 200px;
}
footer .footer_top ul li a {
  margin: 0;
}

footer .footer_top hr {
  border-color: rgba(42, 52, 62, 0.2);
  margin: 5px 0 15px;
}

footer .footer_top .social {
  width: 32px;
  float: left;
  margin-right: 20px;
}

footer .footer_top .social img {
  width: 100%;
}

footer .footer_top .foot_links {
  font-family: arial;
}

footer .footer_top .foot_links span {
  color: #f58423;
  display: inline-block;
  margin: 0 3px;
}

footer .footer_top .slogan {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

footer .footer_bottom {
  color: #706f6f;
  font-size: 12px;
  font-family: arial;
  padding: 16px 0 0;
}

#moirae, #moirae b {
  color: #333;
}

footer .footer_bottom .copyright {
  font-size: 11px;
  margin-bottom: 15px;
}

.footer-nav ul {
  columns: 2; /* Auto splits into 2 columns */
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px; /* adjust spacing */
  list-style: none;
}

.footer-nav li {
  padding: 0px;
  padding-left: 0px;
}

.footer_top {
  font-family: Museo500;
  padding: 40px 0 20px;
}
.footer_top ul li {
  padding-left: 0;
}

.footer_top a {
  color: #f58423;
}

.social_block a {
  margin-right: 10px;
}

.footer_bottom {
  background: #1a2026;
  padding: 20px 0;
}

.copyright {
  margin: 10px 0;
}

/* General Styles */
body {
  font-family: Arial, sans-serif;
  color: #2A343E;
}

html, body {
  height: 100%;
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.variant-background-color-3 {
  background-color: #f5f5f5;
}

.variant-background-color-4 {
  background-color: #fff;
}

/* Header */
header {
  padding: 0;
}

.logo img {
  max-width: 150px;
}

nav a {
  color: #2A343E;
  text-decoration: none;
  margin: 0 15px;
  font-size: 16px;
}

nav a.active {
  color: #f58423;
}

.navi_toggle {
  display: block;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.navi_toggle span,
.navi_toggle span:before,
.navi_toggle span:after {
  background: #2A343E;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
}

.navi_toggle span {
  top: 50%;
}

.navi_toggle span:before {
  content: "";
  top: -8px;
}

.navi_toggle span:after {
  content: "";
  top: 8px;
}

/* Banner */
.home-carousel .banner-item {
  position: relative;
}

.banner_img {
  height: 360px;
  background-size: cover;
  background-position: center;
}

.banner_text h1 {
  color: #fff;
  font-size: 24px;
}

.banner_text a {
  color: #f58423;
}

/* Quick Links */
.quick_links a {
  display: inline-block;
  padding: 10px 20px;
  color: #2A343E;
}

.quick_links a.active {
  background: #f58423;
  color: #fff;
}

.sub_page img {
  width: 100%;
  height: auto;
}

.button {
  display: inline-block;
  background: #f58423;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}

/* Cookie Consent */
.cc-floating.cc-theme-classic {
  background-color: #2A343E !important;
  padding: 1.2em;
  border-radius: 0;
}

.cc-floating .cc-message {
  font-size: 16px;
  color: #fff;
}

.cc-btn.cc-dismiss {
  background-color: #f58423 !important;
  color: #fff !important;
}

.blog-page .title {
  font-weight: 700;
  font-size: 24px;
  color: #253543;
  font-family: Museo500;
}

.blog-page .title-spacer {
  display: block;
  content: "";
  width: 85px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-page .author_info {
  display: block;
  overflow: hidden;
}

.blog-page .blog-categories {
  background-color: #253746;
  position: relative;
}

.blog-page .blog-categories .owl-prev {
  display: none;
}

.blog-page .blog-categories .owl-next {
  position: absolute;
  color: white;
  top: 0px;
  right: 0px;
  z-index: 10000;
  font-size: 33px;
  display: none;
}

.blog-page .owl-item {
  width: auto !important;
  display: block;
  margin-right: 4px;
}
.blog-page .owl-item img {
  height: 400px;
}

.blog-page .has-feedback label ~ .form-control-feedback {
  top: 27px;
  right: 10px;
}

.blog-page .cat-row2::before {
  content: "";
  display: block;
  height: 51px;
  background-color: #253746;
  width: 65px;
  z-index: 1000;
  -webkit-transform: skew(-44deg);
  transform: skewX(-44deg);
  position: absolute;
  left: 0px;
  margin-left: -28px;
  top: 0px;
}

.blog-page .cat-row2::after {
  content: "";
  display: block;
  height: 51px;
  background-color: #253746;
  width: 65px;
  z-index: 1000;
  -webkit-transform: skew(-44deg);
  transform: skewX(-44deg);
  position: absolute;
  right: 0px;
  margin-right: -28px;
  top: 0px;
}

.blog-page .cat-row {
  background-color: white;
}

.blog-page .category {
  margin-top: 0px;
  margin-right: 2px;
  display: inline-block;
  margin-left: -2px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-family: Museo100;
  text-transform: uppercase;
  height: 51px;
  vertical-align: middle;
  padding: 15px 39px;
  -webkit-transform: skew(-44deg);
  transform: skewX(-44deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-page .category .text-skew {
  -webkit-transform: skew(44deg);
  transform: skewX(44deg);
  display: block;
}

.blog-page .news_item .title {
  color: #253746 !important;
}

.blog-page .news_item p {
  color: #253746 !important;
}

.blog-page .abcc31e:before {
  content: "";
  background-color: #bcc31e;
  width: 61px;
  height: 35.5px;
  border-left: 1px solid #bcc31e;
  border-bottom: 1px solid #bcc31e;
}

.blog-page .a7c6990:before {
  content: "";
  background-color: #7c6990;
  width: 61px;
  height: 35.5px;
  border-left: 1px solid #7c6990;
  border-bottom: 1px solid #7c6990;
}

.blog-page .acf0a2c:before {
  content: "";
  background-color: #cf0a2c;
  width: 61px;
  height: 35.5px;
  border-left: 1px solid #cf0a2c;
  border-bottom: 1px solid #cf0a2c;
}

.blog-page .aacc6c9:before {
  content: "";
  background-color: #acc6c9;
  width: 61px;
  height: 35.5px;
  border-left: 1px solid #acc6c9;
  border-bottom: 1px solid #acc6c9;
}

.blog-page .ad3ccbd:before {
  content: "";
  background-color: #d3ccbd;
  width: 61px;
  height: 48px;
  border-left: 1px solid #d3ccbd;
  border-bottom: 1px solid #d3ccbd;
}

.blog-page a:hover .ad3ccbd:before {
  content: "";
  background-color: #d3ccbd;
  width: 61px;
  height: 48px;
  border-left: 1px solid #d3ccbd;
  border-bottom: 1px solid #d3ccbd;
}

.blog-page a:hover .a7c6990:before {
  content: "";
  background-color: #7c6990;
  width: 61px;
  height: 48px;
  border-left: 1px solid #7c6990;
  border-bottom: 1px solid #7c6990;
}

.blog-page a:hover .aacc6c9:before {
  content: "";
  background-color: #acc6c9;
  width: 61px;
  height: 48px;
  border-left: 1px solid #acc6c9;
  border-bottom: 1px solid #acc6c9;
}

.blog-page a:hover .acf0a2c:before {
  content: "";
  background-color: #cf0a2c;
  width: 61px;
  height: 48px;
  border-left: 1px solid #cf0a2c;
  border-bottom: 1px solid #cf0a2c;
}

.blog-page a:hover .abcc31e:before {
  content: "";
  background-color: #bcc31e;
  width: 61px;
  height: 48px;
  border-left: 1px solid #bcc31e;
  border-bottom: 1px solid #bcc31e;
}

.blog-page .abcc31e-row .item_title:before {
  background-color: #bcc31e;
}

.blog-page .acf0a2c-row .item_title:before {
  background-color: #cf0a2c;
}

.blog-page .aacc6c9-row .item_title:before {
  background-color: #acc6c9;
}

.blog-page .ad3ccbd-row .item_title:before {
  background-color: #d3ccbd;
}

.blog-page .a7c6990-row .item_title:before {
  background-color: #7C6990;
}

.blog-page label {
  font-weight: 700;
  font-size: 16px;
  color: #253746;
  font-family: Arial;
  margin-bottom: 3px;
  display: block;
}

.blog-page input {
  height: 40px;
  width: 400px;
  padding-left: 10px;
  border-radius: 0px;
  padding: 5px 10px 3px;
  border: 0px solid #fff;
}

.blog-page textarea {
  height: 120px;
  width: 100%;
  padding-left: 10px;
  border-radius: 0px;
  padding: 5px 10px 3px;
  border: 0px solid #fff;
  resize: none;
}

.blog-page .form-control-feedback {
  width: 100%;
}

.blog-page button {
  padding: 12px 20px 13px 25px;
  border: none;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  float: right;
}

.blog-page .button-angle {
  width: 52px;
  height: 50px;
  left: -26px;
  content: "";
  width: 48px;
  height: 47px;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  position: absolute;
  left: -23px;
  bottom: 0px;
  z-index: 37;
  display: block;
  z-index: 0;
}

.blog_details .author_info {
  display: block;
  overflow: hidden;
}

.blog_details .author_info .name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #253746;
  font-family: Arial;
}

.blog_details .author_info .title .name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #253746;
  font-family: Arial;
}

@media (max-width: 767px) {
  .author_info img {
    width: 100%;
    max-width: 70px;
  }
  .blog_comments_form input {
    width: 100%;
  }
  .new_title {
    font-size: 25px !important;
  }
}
.Yellow a {
  color: #f58423;
  text-decoration: underline;
}

.Yellow a:hover {
  text-decoration: none;
}

.cookieOverlay {
  display: none;
}

.cookieOverlay.show {
  background-color: rgba(0, 0, 0, 0.2509803922);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.cookieDetailsWrap {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 30px 15px 60px 15px;
  display: none;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  /* Firefox */
}

.cookieDetailsWrap::-webkit-scrollbar {
  display: none;
}

.cookieDetailsWrap .m-t-2 {
  margin-top: 2px;
}

.cookieDetailsWrap .m-t-10 {
  margin-top: 10px;
}

.cookieDetailsWrap .m-t-20 {
  margin-top: 20px;
}

.cookieDetailsWrap .m-t-30 {
  margin-top: 30px;
}

.cookieDetailsWrap h2 {
  color: #000;
  margin-top: 0;
  font-size: 20px;
}

.cookieDetailsWrap p {
  font-size: 14px;
}

.cookieDetailsWrap .button {
  background-color: #F58424;
  border: none;
  height: 36px;
  width: 100%;
  padding: 5px;
}

.cookieDetailsWrap .button::before {
  content: none;
}

.cookieDetailsWrap .button:hover {
  background-color: #F58424;
  color: #fff;
}

.cookieDetailsWrap .switchCookie {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /** Switch -------------------------------------*/
  /**   * 1. Adjust this to size   */
}

.cookieDetailsWrap .switchCookie .container {
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  text-align: center;
  margin-right: 0;
  padding-right: 0;
}

.cookieDetailsWrap .switchCookie .switch input {
  position: absolute;
  opacity: 0;
}

.cookieDetailsWrap .switchCookie .switch {
  overflow: hidden;
  display: inline-block;
  font-size: 20px;
  /* 1 */
  height: 30px;
  width: 70px;
  background: #AAAEB2;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.cookieDetailsWrap .switchCookie .switch .inner-s {
  height: 20px;
  width: 20px;
  border-radius: 1em;
  background: #FFF;
  margin-left: 5px;
  z-index: 1;
}

.cookieDetailsWrap .switchCookie .switch .inner-s::before {
  content: "ON";
  position: absolute;
  color: #fff;
  left: -35px;
  top: 0;
  font-size: 14px;
  font-family: Museo500;
}

.cookieDetailsWrap .switchCookie .switch .inner-s::after {
  content: "OFF";
  position: absolute;
  color: #fff;
  right: 8px;
  top: 6px;
  font-size: 14px;
  font-family: Museo100;
}

.cookieDetailsWrap .switchCookie .switch .inner-b {
  background-color: #AAAEB2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cookieDetailsWrap .switchCookie .switch input:checked + div {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.cookieDetailsWrap .switchCookie .switch input:checked + div::after {
  color: #2A343E;
  opacity: 0;
}

.cookieDetailsWrap .switchCookie .switch input:checked + div + .inner-b {
  background-color: #F58424;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cookieShowWrap {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 175px;
  cursor: pointer;
}

.cookieShowWrap.open {
  display: none;
}

.cookieShowWrap.open .cookieBtn::after {
  top: 13px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cookieShowWrap p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: Museo100;
}

.cookieShowWrap .cookieBtn {
  background-color: #2A343E;
  width: 168px;
  padding: 7px;
}

.cookieShowWrap .cookieBtn::before {
  content: "";
  width: 26px;
  height: 101%;
  -webkit-transform: skew(35deg);
  transform: skew(35deg);
  position: absolute;
  left: 155px;
  top: 0;
  background-color: #2A343E;
}

.cookieShowWrap .cookieBtn::after {
  content: "";
  width: 36px;
  height: 100%;
  position: absolute;
  width: 5px;
  height: 5px;
  border-left: 1px solid #F58424;
  border-top: 1px solid #F58424;
  right: 15px;
  top: 16px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .cookieDetailsWrap {
    max-width: 540px;
    padding: 30px 30px 60px 30px;
  }
  .cookieDetailsWrap .switchCookie .container {
    width: 110px;
    justify-content: right;
  }
  .cookieDetailsWrap .cookieTwo-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .cookieDetailsWrap .cookieTwo-col .button {
    margin-top: 0;
  }
  .cookieDetailsWrap .cookieTwo-col .button:nth-of-type(2) {
    margin-left: 2px;
  }
  .cookieDetailsWrap .cookieTwo-col .rejectBtn {
    width: 520px;
  }
  .cookieDetailsWrap .saveBtn {
    width: 238px;
    margin-top: 20px;
  }
}
/*! * Bootstrap v3.3.5 (http://getbootstrap.com)*/
.location_block .button {
  background-color: #f58423;
}

.location_block .button::before {
  border-left: 1px solid #f58423;
  border-bottom: 1px solid #f58423;
  background-color: #f58423;
}

.selector-list {
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  width: 241px;
  border: 1px solid #AAAAAA;
  margin-top: -2px;
  z-index: 100;
  position: relative;
  border-top: 1px solid white;
  background-color: white;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding-right: 21px;
  padding-left: 8px;
}

#sub_cat .sub-list {
  width: 241px;
  border: 1px solid #aaaaaa;
  border-top: 1px solid white;
  position: relative;
  z-index: 100;
  margin-top: -2px;
  height: 154px;
  overflow-x: hidden;
  background-color: white;
}

.rail-option {
  display: block;
  padding-left: 9px;
  color: black;
}

.selector-image .rail-measurement {
  position: relative;
  max-width: 525px;
  margin: 0px auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.selector-image .rail-measurement span {
  background-color: white;
  padding: 0px 5px;
  position: absolute;
}

.selector-image .rail-measurement .groove_corner {
  top: 123px;
  left: 248px;
}

.selector-image .rail-measurement .groove_footWidth {
  bottom: 52px;
  left: 171px;
}

.selector-image .rail-measurement .groove_webWidth {
  top: 277px;
  left: 314px;
}

.selector-image .rail-measurement .groove_weight {
  bottom: 125px;
  left: 95px;
}

.selector-image .rail-measurement .groove_width {
  top: 77px;
  left: 295px;
}

.selector-image .rail-measurement .groove_totalHeadWidth {
  top: 50px;
  left: 195px;
}

.selector-image .rail-measurement .groove_height {
  top: 239px;
  left: 369px;
}

.selector-image .rail-measurement .groove_depth {
  top: 177px;
  left: 322px;
}

.selector-image .rail-measurement .vig_headWidth {
  position: absolute;
  top: 55px;
  left: 198px;
  background-color: white;
  padding: 0px 5px;
}

.selector-image .rail-measurement .vig_height {
  position: absolute;
  top: 215px;
  left: 340px;
  background-color: white;
  padding: 0px 5px;
}

.selector-image .rail-measurement .vig_footWidth {
  position: absolute;
  bottom: 56px;
  left: 192px;
  background-color: white;
  padding: 0px 5px;
}

.selector-image .rail-measurement .vig_weight {
  position: absolute;
  bottom: 137px;
  left: 113px;
  background-color: white;
  padding: 0px 5px;
}

.selector-image .rail-measurement .vig_webWidth {
  position: absolute;
  top: 252px;
  left: 280px;
  background-color: white;
  padding: 0px 5px;
}

.selector-image .rail-measurement img {
  width: 100%;
}

hr, img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

.fancybox-nav, .owl-controls, html {
  -webkit-tap-highlight-color: transparent;
}

body, figure {
  margin: 0;
}

.designShapeEnquiry:before {
  width: 20px;
  height: 20px;
  background-color: #EAEBEC !important;
  right: -10px;
  top: 0;
  position: absolute;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

.quick_links a, .td_background .td_content table.td_calendar tbody tr td {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.invisible, .visibility-none {
  visibility: hidden;
}

.fancybox-error, .text-nowrap {
  white-space: nowrap;
}

.fa, .glyphicon {
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.glyphicon, address {
  font-style: normal;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid;
  }
  *, :after, :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.img-thumbnail, body {
  background-color: #fff;
}

.actionbtn1 {
  border: none;
  background: #bcc31d;
  border-radius: 20px;
  padding: 10px;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before, .glyphicon-yen:before {
  content: "¥";
}

.glyphicon-rub:before, .glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: Arial;
  line-height: 1.42857143;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 41px;
}

.h2, h2 {
  font-size: 34px;
}

.h3, h3 {
  font-size: 28px;
}

.h4, h4 {
  font-size: 20px;
}

.h5, h5 {
  font-size: 16px;
}

.h6, h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.close, dt {
  font-weight: 700;
}

address, dd, dt {
  line-height: 1.42857143;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.small, small {
  font-size: 87%;
}

.mark, mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}

dl, ol, ul {
  margin-top: 0;
}

address, dl {
  margin-bottom: 22px;
}

ol, ul {
  margin-bottom: 11px;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .container {
    width: 740px;
  }
}
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.container, .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: " —";
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1260px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .row:after, .row:before {
  content: " ";
  display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
/*!* Main Site Styles */
.Subtitle, .htitle, .subheading, h1, h2, h3, h4, h5 {
  line-height: 1.1;
  font-family: Museo100;
}

.banner .banner_text .banner_inner, .button:before {
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
}

.Large_Text, .Subtitle, .button, .drop-downs, .htitle, .search_bar, .site_map, .subheading, h1, h2, h3, h4, h5, header nav {
  font-family: Museo500;
}

option {
  font-weight: 100;
}

.variant-color-1 {
  color: #fff;
}

.variant-color-2 {
  color: #000;
}

.variant-color-3 {
  color: #f58423;
}

.variant-color-4 {
  color: #2A343E;
}

.variant-color-5 {
  color: #706f6f;
}

.variant-color-6 {
  color: rgba(42, 52, 62, 0.05);
}

.variant-background-color-1 {
  background-color: #fff;
}

.variant-background-color-2 {
  background-color: #000;
}

.variant-background-color-3 {
  background-color: #f58423;
}

.variant-background-color-4 {
  background-color: #2A343E;
}

.variant-background-color-5 {
  background-color: #706f6f;
}

.variant-background-color-6 {
  background-color: rgba(42, 52, 62, 0.05);
}

.item_list .item_block .item_title:before, .link_list a:after, .transition-1 {
  transition: all 0.4s ease-out;
}

.panel-group .panel .panel-heading .panel-title span, .transition-2 {
  transition: all 0.2s ease;
}

body {
  font-size: 16px;
  font-weight: 500;
  color: #2A343E;
}

.Large_Text {
  font-size: 24px;
  font-weight: 100;
  color: #2A343E;
}

.Yellow, .red_text, a b, a:focus, a:hover, p a {
  color: #f58423;
}

.job_block p a {
  color: white;
}

.job_block.leftNav_block b {
  color: white;
}

p a {
  text-decoration: underline;
}

.link_list a, a, a:focus, a:hover {
  text-decoration: none;
}

p a .Large_Text {
  color: #f58423;
  font-weight: 700;
}

a {
  color: #706f6f;
}

a:active, a:focus, a:hover {
  outline: 0;
}

.Blue {
  color: #2A343E;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  padding-left: 25px;
  margin-bottom: 20px;
  background: url(/images/bullet.svg) left top 5px no-repeat;
  background-size: 5px;
}

.block {
  padding-top: 40px;
}

.block.full {
  padding-bottom: 40px;
}

.Subtitle, .subheading {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #f58423;
}

.button, .newsDrop span, header nav div {
  display: inline-block;
  text-transform: uppercase;
}

.htitle, h1, h2, h3, h4, h5 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.newsDrop span, header nav div {
  font-weight: 500;
}

.htitle.top, h1.top, h2.top, h3.top, h4.top, h5.top {
  margin-top: -5px;
}

.htitle.bordered, h1.bordered, h2.bordered, h3.bordered, h4.bordered, h5.bordered {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.drop-downs .drops-inner ul.sub_pages > li, .htitle.bordered.archive_title, .site_map .page-list > li > ul > li > ul > li, .site_map .page-list > li > ul > li > ul > li > ul > li, h1.bordered.archive_title, h2.bordered.archive_title, h3.bordered.archive_title, h4.bordered.archive_title, h5.bordered.archive_title {
  margin-bottom: 0;
}

.htitle.bordered.short, h1.bordered.short, h2.bordered.short, h3.bordered.short, h4.bordered.short, h5.bordered.short {
  border-bottom: 0 solid #fff;
  position: relative;
}

.htitle.bordered.short.alt, h1.bordered.short.alt, h2.bordered.short.alt, h3.bordered.short.alt, h4.bordered.short.alt, h5.bordered.short.alt {
  color: #2A343E;
}

.htitle.bordered.short.alt:before, h1.bordered.short.alt:before, h2.bordered.short.alt:before, h3.bordered.short.alt:before, h4.bordered.short.alt:before, h5.bordered.short.alt:before {
  background-color: #f58423;
}

.htitle.bordered.short:before, h1.bordered.short:before, h2.bordered.short:before, h3.bordered.short:before, h4.bordered.short:before, h5.bordered.short:before {
  content: "";
  height: 1px;
  width: 85px;
  bottom: 0;
  position: absolute;
  background-color: #fff;
}

.button, .button:before {
  background-color: #f58423;
}

.button {
  color: #fff;
  position: relative;
  font-size: 14px;
  padding: 5px 10px 5px 5px;
}

.button .inner {
  position: relative;
  z-index: 200;
}

.button span.large {
  font-size: 18px;
}

.button:before {
  content: "";
  width: 36px;
  height: 35.5px;
  transform: skew(-45deg);
  position: absolute;
  left: -18px;
  bottom: -1px;
  border-left: 1px solid #f58423;
  border-bottom: 1px solid #f58423;
}

header, header nav div, header nav div.drop_down > a {
  position: relative;
}

.newsDrop span.drop_down > a:before, header nav div.drop_down > a:before {
  bottom: 20px;
  background-image: url(/images/bullet.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  content: "";
}

.button:hover {
  background-color: #fff;
  color: #f58423;
}

.button:hover:before {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.button.button-alt, .button.button-alt:before {
  background-color: transparent;
}

.button.button-alt {
  border: 1px solid #f58423;
  border-left: 0 solid #f58423;
  color: #f58423;
  padding: 4px 10px 5px 5px;
}

.button.button-alt:hover {
  background-color: #f58423;
  color: #fff;
}

.button.button-alt:hover:before {
  background-color: #f58423;
  border-left: 1px solid #f58423;
  border-bottom: 1px solid #f58423;
}

.button.button_large {
  padding: 12px 20px 12px 2px;
}

.button.button_large:before {
  width: 52px;
  height: 49px;
  left: -26px;
}

a:hover .button {
  background-color: #fff;
  color: #f58423;
}

a:hover .button:before {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

a:hover .button.alt {
  background-color: #f58423;
  color: #fff;
}

a:hover .button.alt:before {
  background-color: #f58423;
}

header {
  z-index: 500;
}

header .logo {
  padding: 20px 0 21px;
  float: left;
}

header .logo img {
  float: left;
  width: 155px;
}

header nav {
  text-align: right;
  padding: 0px 0 0;
}

header nav ul {
  padding: 0 10px;
  display: inline-block;
}

header nav a {
  color: #fff;
  padding: 0 0 50px;
  outline: 0;
  text-transform: uppercase;
  display: inline-block;
}

header nav div:hover, header nav div > a.active {
  color: #f58423;
}

header nav div.drop_down > a:before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 49%;
  left: calc(50% - 5px);
  -webkit-transform: RotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: RotateZ(90deg);
}

header nav div.drop_down:hover .sub_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #f58423;
}

.newsDrop span, .newsDrop span.drop_down > a {
  position: relative;
}

header nav div:first-child {
  padding-left: 0;
}

header nav div:last-child {
  padding-right: 0;
}

.newsDrop span {
  padding: 0 15.5px;
}

.newsDrop span > a {
  color: #fff;
  padding: 0 0 50px;
  outline: 0;
}

.newsDrop span:hover, .newsDrop span > a.active {
  color: #f58423;
}

.newsDrop span.drop_down > a:before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 49%;
  left: calc(50% - 5px);
  -webkit-transform: RotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: RotateZ(90deg);
}

.newsDrop span.drop_down:hover .sub_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #f58423;
}

.newsDrop span:first-child {
  padding-left: 0;
}

.newsDrop span:last-child {
  padding-right: 0;
}

.drops-overlay.active {
  background-color: rgba(42, 52, 62, 0.3);
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
}

.drop-downs, .drop-downs .drops-inner {
  position: absolute;
  z-index: 400;
  left: 0;
}

.drop-downs {
  top: 0;
  width: 100%;
}

.drop-downs:hover {
  display: block !important;
}

.drop-downs .drops-inner {
  top: 119px;
  width: 100%;
  background-color: #fff;
}

.drop-downs .drops-inner .drop {
  overflow: hidden;
  padding: 15px 0 5px;
}

.drop-downs .drops-inner .top_link, .drop-downs .drops-inner ul.sub_pages {
  padding-bottom: 10px;
  padding-left: 15px;
}

.drop-downs .drops-inner .drop .col-md-3:nth-child(1) a.top_link, .drop-downs .drops-inner .drop .col-md-3:nth-child(2) a.top_link, .drop-downs .drops-inner .drop .col-md-3:nth-child(3) a.top_link, .drop-downs .drops-inner .drop .col-md-3:nth-child(4) a.top_link {
  padding-top: 0;
  border-top: 0 solid #2A343E;
  background-position: left top 4px;
}

.drop-downs .drops-inner a {
  color: #2A343E;
}

.drop-downs .drops-inner .top_link {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-top: 5px;
  text-transform: uppercase;
  background: url(/images/bullet_blue.svg) left top 10px no-repeat;
  background-size: 6px;
}

.drop-downs .drops-inner ul.sub_pages > li ul li {
  margin-bottom: 0;
  font-weight: 300;
}

.drop-downs .drops-inner ul li {
  background: url(/images/bullet_blue.svg) left top 5px no-repeat;
  background-size: 6px;
  padding-left: 15px;
}

.site_map .page-list li {
  background-image: url(/images/bullet.svg);
  background-position: top 6px left;
}

.site_map .page-list > li li {
  padding-left: 0;
}

.site_map .page-list > li {
  background-image: none;
}

.site_map .page-list > li .htitle {
  display: block;
}

.banner.banner_small .banner_text .banner_inner:after, .site_map .page-list > li ul:empty {
  display: none;
}

.site_map .page-list > li > ul > li > a {
  font-weight: 700;
}

.site_map .page-list > li ul li {
  padding-left: 15px;
}

.banner {
  height: 360px;
  background: #fff;
  position: relative;
}

.banner.banner_small, .banner.banner_small .banner_image .banner_img {
  height: 270px;
}

.quick_links a span, div.date .bottom, div.date .top, div.date .year {
  display: block;
  text-transform: uppercase;
  font-family: Museo500;
}

.banner.banner_small .banner_image .error-banner {
  padding-left: 450px;
  padding-top: 45px;
}

.banner.banner_small .banner_image .error-banner i {
  color: #f58423;
  font-size: 200px;
}

.banner .banner_text {
  width: fit-content;
  height: 360px;
  max-width: 500px;
}

.banner .banner_text .banner_top {
  position: relative;
  z-index: 100;
  padding: 0 10px;
}

.banner .banner_text .banner_top h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  color: #f58423;
  margin-bottom: 27px;
  margin-top: 32px;
}

.banner .banner_text .banner_top h1 p {
  margin-bottom: 0;
  line-height: 1;
}

.banner .banner_text .banner_top h1 strong {
  font-weight: 500;
  color: #2A343E;
}

.banner .banner_text .banner_inner {
  transform: skew(-45deg);
  background-color: #fff;
  width: 38%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .banner_text .banner_inner:before {
  content: "";
  background-color: #fff;
  width: 150vw;
  height: 360px;
  position: absolute;
  right: 0;
}

.banner .banner_text .banner_inner:after {
  content: "";
  background-color: #fff;
  width: 0;
  height: 360px;
  position: absolute;
}

.banner .banner_image {
  height: 360px;
  width: 1685px;
  float: left;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  overflow: hidden;
  position: absolute;
  padding-left: 242px;
}

.banner .banner_image .banner_img {
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  background-size: cover;
  height: 360px;
  width: 1550px;
}

.quick_links a, div.date .edge:before {
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
}

.sub_pages_list {
  margin-bottom: 40px;
}

.sub_pages_list .sub_page {
  padding: 14px 0 0;
}

.sub_pages_list .sub_page .sub_title {
  font-family: Museo500;
  font-size: 18px;
  color: #2A343E;
}

.sub_pages_list .sub_page .sub_media {
  color: #706f6f;
}

.sub_pages_list .sub_page .sub_media img {
  float: left;
  width: 85px;
}

.sub_pages_list .sub_page .sub_media .sub_text {
  padding-left: 105px;
}

.sub_pages_list .sub_page .sub_media .sub_text a {
  float: right;
  margin-top: 5px;
}

.latest_news .owl-nav .owl-next, .latest_news .owl-nav .owl-prev, div.date {
  float: left;
  border: 1px solid transparent !important;
}

.owl-item {
  overflow: hidden;
}

.quick_links a {
  float: left;
  width: 23.5%;
  position: relative;
  border-right: 1px solid #fff;
  transform: skew(-45deg);
  overflow: hidden;
  padding: 13px 25px 11px;
  font-size: 18px;
  font-weight: 700;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.quick_links a:last-child {
  border-right: 0 solid #fff;
}

.quick_links a.active, .quick_links a:hover {
  background-color: #fff;
}

.quick_links a.active span, .quick_links a:hover span {
  color: #f58423;
}

.quick_links a span {
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  color: #fff;
}

.latest_news {
  padding: 20px;
}

.latest_news .owl-nav {
  position: absolute;
  top: -50px;
  right: 10px;
  font-size: 48px;
  color: #f58423;
  font-family: Museo100;
  font-weight: 700;
  line-height: 0.5;
}

.latest_news .owl-nav .owl-next {
  margin-left: 45px;
}

.latest_news .news_item {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

.latest_news .news_item .news_image {
  position: relative;
}

.latest_news .news_item .news_image img {
  width: 100%;
}

.latest_news .news_item .news_background {
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
  color: #fff;
  padding: 15px 20px 55px;
}

.visibility-none {
  overflow: hidden;
  height: 0;
  margin-bottom: 0 !important;
}

.latest_news .news_item .news_background p {
  font-weight: 300;
}

.latest_news .news_item .news_background .title {
  color: #f58423;
  font-size: 18px;
  font-weight: 700;
}

.latest_news .news_item .button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.latest_news.list_news {
  padding-top: 40px;
}

.latest_news.list_news .news_item {
  padding: 0;
  margin-bottom: 20px;
  background-color: #2A343E;
}

.latest_news.list_news .news_item .news_background {
  background-color: #2A343E;
}

.breadcrumb, .job_block, .link_block img, .product_block img, .study_block img {
  width: 100%;
}

.study_block {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.study_block .study_inner {
  padding: 20px 20px 35px 0;
  color: #fff;
}

.study_block .study_inner p {
  margin-bottom: 0;
}

.study_block .button {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #2A343E;
}

.study_block .button:before {
  border-left: 1px solid #2A343E;
  border-bottom: 1px solid #2A343E;
  background-color: #2A343E;
}

.location_block .button {
  background-color: #f58423;
}

.location_block .button::before {
  border-left: 1px solid #f58423;
  border-bottom: 1px solid #f58423;
  background-color: #f58423;
}

.site_block .button {
  background-color: #f58423;
}

.site_block .button:before {
  border-left: 1px solid #f58423;
  border-bottom: 1px solid #f58423;
  background-color: #f58423;
}

.job_block {
  float: left;
  padding: 20px 20px 10px;
  color: #fff;
}

.job_block ul {
  padding-top: 15px;
}

.job_block ul li {
  padding-left: 0;
  margin-bottom: 10px;
}

.leftNav_block {
  margin-bottom: 20px;
}

.link_block .link_inner {
  padding: 20px 20px 8px;
  color: #fff;
}

.product_box .item {
  padding: 0px;
}

.our_products {
  margin: 40px 0 0;
  padding: 40px 0;
  background: rgba(42, 52, 62, 0.3);
  color: #fff;
}

.information_bar {
  padding: 40px 0 25px;
}

.information_bar img {
  width: 100%;
  max-width: 225px;
}

.breadcrumb {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f58423;
  margin-top: -6px;
  overflow: hidden;
}

.breadcrumb a, .breadcrumb span {
  float: left;
}

.breadcrumb a {
  color: #2A343E;
}

.breadcrumb a:hover {
  color: #f58423;
}

.breadcrumb .divider {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.top_text {
  padding: 35px 0 25px;
}

.item_list {
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.item_list:empty {
  padding-bottom: 0;
}

.item_list .no-button .item_block .item_title:before {
  display: none;
}

.item_list .item_block {
  margin-bottom: 20px;
}

.item_list .item_block:hover .item_title:before {
  right: -70px;
}

.item_list .item_block .item_title {
  line-height: 1.1;
  background-color: #2A343E;
  color: #fff;
  padding: 12px 75px 12px 20px;
  position: relative;
  font-family: Museo100;
  overflow: hidden;
}

.item_list .item_block .item_title:before {
  content: "";
  background-color: #f58423;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 120px;
  height: 85px;
  position: absolute;
  right: -80px;
  bottom: -1px;
}

.item_list .item_block.item_block_2, .link_list a {
  background-color: #2A343E;
}

.item_list .item_block .item_title p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
}

.item_list .item_block .item_title span {
  position: absolute;
  bottom: 2px;
  right: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
}

.item_list .item_block img {
  width: 100%;
}

.item_list .item_block.item_block_2 .item_title:before {
  bottom: auto;
  top: -7px;
  right: -95px;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

.item_list .item_block.item_block_2:hover .item_title:before {
  right: -85px;
}

.item_list .item_block.item_block_2 .item_title span {
  bottom: auto;
  top: -8px;
  right: 10px;
}

.item_list .item_block.item_block_2 .item_title {
  padding-right: 60px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.item_list .item_block.item_block_2 .item_title p {
  font-size: 14px;
  color: #f58423;
  font-weight: 700;
  margin-bottom: 0;
}

.item_list .item_block.item_block_2 .item_title hr {
  border-color: #f58423;
  width: 85px;
  float: left;
  margin: 17px 0;
}

.item_list .item_block.item_block_2 .item_text {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
}

.item_list .item_block.item_block_2 .item_text address {
  margin-bottom: 0;
}

.item_list .item_block.item_block_2 .item_text p {
  font-weight: 300;
  color: #fff;
}

.item_list .item_block.item_block_3 .item_image {
  width: 85px;
  float: left;
}

.item_list .item_block.item_block_3 .item_image img {
  width: 100%;
}

.item_list .item_block.item_block_3 .item_title {
  min-height: 85px;
}

.panel-group .panel {
  margin-bottom: 20px;
}

.panel-group .panel .panel-heading {
  background-color: #2A343E;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.panel-group .panel .panel-heading:before {
  content: "";
  background-color: #f58423;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 120px;
  height: 85px;
  position: absolute;
  right: -83px;
  bottom: -1px;
}

.panel-group .panel .panel-heading .panel-title {
  text-transform: none;
  margin: 0;
}

.panel-group .panel .panel-heading .panel-title a {
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 12px 20px;
}

.panel-group .panel .panel-heading .panel-title a.collapsed span {
  -webkit-transform: RotateZ(0);
  -ms-transform: rotate(0);
  transform: RotateZ(0);
  bottom: 2px;
}

.panel-group .panel .panel-heading .panel-title span {
  position: absolute;
  bottom: -1px;
  right: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  -webkit-transform: RotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: RotateZ(90deg);
}

.panel-group .panel-body {
  background-color: rgba(42, 52, 62, 0.05);
  padding: 20px 20px 15px;
}

.panel-group .panel-body p:last-child {
  margin-bottom: 0;
}

.link_list {
  margin-bottom: 20px;
  overflow: hidden;
}

.link_list a {
  width: 49%;
  display: inline-block;
  color: #fff;
  line-height: 1.1;
  padding: 12px 75px 12px 20px;
  position: relative;
  font-family: Museo100;
  overflow: hidden;
  font-weight: 500;
  font-size: 24px;
  float: left;
  margin-bottom: 15px;
}

.link_list a:hover:after {
  right: -70px;
}

.link_list a:before {
  content: "â€º";
  position: absolute;
  bottom: 2px;
  right: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  height: 50px;
  z-index: 20;
}

.enquiry_block:before, .link_list a:after, .market_list .market_block_alt:before, .text_archive ul li:before {
  content: "";
}

.link_list a:after {
  background-color: #f58423;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 120px;
  height: 85px;
  position: absolute;
  right: -80px;
  bottom: -1px;
}

.link_list a:nth-child(odd) {
  margin-right: 8px;
}

.item_list.match_block a:last-child .item_block {
  margin-bottom: 0;
}

.text_page table {
  width: 100%;
  height: auto;
  display: none;
}

.text_page table p {
  margin-bottom: 0;
  color: #2A343E;
}

.text_page table tr:first-child {
  background-color: #2A343E;
  color: #fff;
  font-weight: 600;
}

.text_page table tr td:first-child {
  border-left: 1px solid #2A343E;
}

.text_page table td {
  padding: 10px;
  border-right: 1px solid #2A343E;
  border-bottom: 1px solid #2A343E;
}

.text_page .table_responsive table {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.text_page .large_title, .text_page h1 {
  font-size: 60px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 20px;
}

.text_page .large_title {
  color: #f58423;
}

.text_page .text_image {
  margin-top: 5px;
  margin-bottom: 35px;
  width: 100%;
}

.text_page p, .text_page ul {
  color: #706f6f;
  margin-bottom: 25px;
}

.enquiry_block .enquiry_text address, .text_page ul li {
  margin-bottom: 10px;
}

.text_page ul li {
  padding-left: 10px;
  background-image: url(/images/bullet_alt.svg);
  background-position: top 7px left;
}

.text_page .item_list {
  padding-top: 10px;
}

.text_page .item_list.item_list_alt {
  padding-top: 0;
}

.enquiry_block {
  position: relative;
  background-color: #f58423;
  padding: 15px;
  overflow: hidden;
}

.enquiry_block:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  right: -10px;
  top: 0;
  position: absolute;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

.enquiry_block .htitle i {
  font-size: 22px;
}

.enquiry_block .htitle {
  color: #fff;
}

.enquiry_block .enquiry_text {
  color: #fff;
  font-family: Museo100;
  font-size: 14px;
  font-weight: 300;
}

.enquiry_block .enquiry_text a {
  color: #fff;
  display: block;
}

.enquiry_block .enquiry_text a b {
  color: #fff;
}

.enquiry_block.enquiry_alt {
  background-color: #2A343E;
  position: relative;
  padding-bottom: 50px;
}

.enquiry_block.enquiry_alt p.htitle {
  text-transform: none;
  color: #f58423;
}

.enquiry_block.enquiry_alt .button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.enquiry_block.enquiry_download {
  margin-top: 20px;
  background-color: rgba(42, 52, 62, 0.2);
  margin-bottom: 20px;
}

.enquiry_block.enquiry_download ul li {
  margin-bottom: 0;
  padding-left: 15px;
}

.enquiry_block.enquiry_download ul li a {
  color: #2A343E;
  font-weight: 500;
}

.office_block.match_block:before, .variant-background-color-6 .enquiry_block:before {
  background-color: #F5F5F6;
}

.text_archive {
  font-family: Museo100;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.text_archive ul li {
  border-bottom: 1px solid rgba(42, 52, 62, 0.3);
  margin-bottom: 0;
  padding: 0 0 0 18px;
  background-image: none;
  position: relative;
}

.text_archive ul li:before {
  background: url(/images/bullet.svg) center left no-repeat;
  background-size: 7px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 13px;
}

.text_archive ul li a, .text_archive ul li span {
  color: #2A343E;
}

.text_archive ul li .active, .text_archive ul li a:hover {
  color: #f58423;
}

.text_archive ul li.active {
  padding-bottom: 10px;
}

.text_archive ul li.parent:before {
  -webkit-transform: RotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: RotateZ(90deg);
  top: 18px;
}

.text_archive ul li span.parent:before, .text_archive ul li > div > a.parent:before {
  -webkit-transform: RotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: RotateZ(90deg);
  top: 7px !important;
}

.text_archive ul li > a, .text_archive ul li > span {
  display: block;
  padding: 11px 0 10px;
}

.text_archive ul li > span {
  padding-bottom: 0;
}

.text_archive ul li .sub_pages .sub_pages {
  padding-left: 15px;
}

.text_archive ul li .sub_pages a, .text_archive ul li .sub_pages span {
  display: block;
  text-transform: none;
  position: relative;
  padding-left: 15px;
}

.blog-page .category, .blog-page button, .news_categories a, .td_home_block p, footer .footer_top ul {
  text-transform: uppercase;
}

.text_archive ul li .sub_pages a:before, .text_archive ul li .sub_pages span:before {
  content: "";
  background: url(/images/bullet.svg) center left no-repeat;
  background-size: 7px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 2px;
}

.search_page .panel-heading {
  font-size: 24px;
  color: #706f6f;
  font-family: Museo100;
}

.search_page .panel-heading b {
  color: #2A343E;
}

.search_page .list-group {
  padding-top: 12px;
  padding-bottom: 30px;
}

.search_page .list-group .list-group-item {
  background-color: rgba(42, 52, 62, 0.05);
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

.search_page .list-group .list-group-item .fulltextsearch_title {
  font-family: Museo100;
  font-size: 18px;
  color: #f58423;
  margin-bottom: 0;
}

.search_page .list-group .list-group-item .fulltextsearch_summary {
  color: #2A343E;
  margin-bottom: 0;
}

.market_list .market_block .market_text p, .market_list .market_block_alt p {
  color: #fff;
}

.market_list .market_block_alt, .sector_list .sector_item {
  background-color: #2A343E;
  margin-bottom: 20px;
  overflow: hidden;
}

.sector_list {
  padding-bottom: 20px;
  overflow: hidden;
}

.sector_list .sector_item {
  color: #fff;
  position: relative;
}

.sector_list .sector_item img {
  width: 100%;
}

.sector_list .sector_item .sector_inner {
  padding: 20px 20px 50px 0;
}

.sector_list .sector_item .button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.market_list {
  padding-bottom: 20px;
  padding-top: 5px;
  overflow: hidden;
}

.market_list .market_block_alt {
  position: relative;
}

.market_list .market_block .market_text .text, .market_list .market_block_alt .market_text .text {
  margin-bottom: 0;
}

.market_list .market_block_alt:before {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: -10px;
  height: 20px;
  width: 20px;
  -webkit-transform: Skew(-45deg);
  -ms-transform: Skew(-45deg);
  transform: Skew(-45deg);
}

.market_list .market_block_alt .market_text {
  padding: 20px 10px 20px 20px;
}

.market_list .market_block_alt img {
  width: 100%;
  float: left;
}

.market_list .market_block_alt .button {
  position: absolute;
  right: 0;
  bottom: -2px;
}

.market_list .market_block {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.market_list .market_block img {
  width: 100%;
}

.market_list .market_block .market_text {
  padding: 20px 20px 15px;
  position: absolute;
  overflow: hidden;
  top: 20px;
  left: 0;
  width: 70%;
  z-index: 2;
  min-height: 158px;
  max-height: 158px;
}

.market_list .market_block .market_text:after, .market_list .market_block .market_text:before {
  height: 100%;
  background: #2A343E;
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
}

.market_list .market_block .market_text:after {
  width: 100%;
  top: 0;
  left: 20px;
  -webkit-transform-origin: 54% 0;
  -ms-transform-origin: 54% 0;
  transform-origin: 54% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}

.market_list .market_block .market_text:before {
  width: 70%;
  bottom: 0;
  right: -135px;
  -webkit-transform-origin: 54% 0;
  -ms-transform-origin: 54% 0;
  transform-origin: 54% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}

.market_list .market_block .button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.product_container {
  display: block;
  width: 100%;
}

.product_container h2 {
  width: 100%;
  float: left;
}

.testimonial {
  font-size: 24px;
  font-family: Museo100;
  padding: 2px 60px 5px;
  position: relative;
}

.testimonial .quote {
  position: absolute;
}

.testimonial .quote.top {
  left: 0;
  top: 6px;
}

.testimonial .quote.bottom {
  right: 0;
  bottom: 35px;
  -webkit-transform: RotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: RotateZ(180deg);
}

.testimonial .quote img {
  width: 40px;
}

.testimonial p {
  color: #2A343E;
}

.news_categories {
  background-color: #2A343E;
}

.news_categories a {
  color: #fff;
  font-size: 18px;
  font-family: Museo100;
  padding: 13px 25px 12px;
  display: inline-block;
  float: left;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.news_categories a:first-child {
  border-left: 0 solid #fff;
}

.news_categories a:last-child {
  border-right: 2px solid #fff;
}

.news_categories a.active, .news_categories a:hover {
  background-color: #fff;
  color: #f58423;
}

.news_categories a span {
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
}

.news_details h1 {
  font-size: 24px;
  color: #f58423;
}

.news_details .text_page .text_image {
  margin-bottom: 5px;
  margin-top: 0;
}

.news_details .text_page .news_image {
  position: relative;
}

.office_block {
  background-color: #f58423;
  color: #fff;
  padding: 20px 20px 10px;
  margin-bottom: 40px;
}

.office_block:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  -webkit-transform: Skew(45deg);
  -ms-transform: Skew(45deg);
  transform: Skew(45deg);
}

.office_block .htitle i {
  font-size: 22px;
}

.office_block a, .office_block address {
  font-size: 24px;
  font-weight: 300;
  font-family: Museo100;
}

.office_block address {
  line-height: 1.3;
  margin-bottom: 13px;
}

.office_block a {
  display: block;
  color: #fff;
}

.office_block a b {
  color: #fff;
  font-weight: 300;
}

.touch_list {
  padding-bottom: 20px;
}

.touch_list .touch_section {
  padding: 20px 0 0;
}

.touch_list .touch_section .enquiry_block {
  margin-bottom: 20px;
}

.td_home_block {
  background-image: url(/images/TD_homebackground.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.td_home_block h3 {
  font-weight: 100;
  font-size: 30px;
  padding-bottom: 8px;
}

.td_home_block p {
  font-size: 24px;
  font-family: Museo100;
}

.td_home_block p strong {
  color: #f58423;
}

.td_home_block .button {
  position: absolute;
  bottom: 0;
  right: 0;
}

header.td_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header.td_header .variant-background-color-4 {
  background-color: rgba(42, 52, 62, 0.8);
}

.td_background {
  background-image: url(/images/TD_background.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 210px 0 105px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.td_background .td_sledge {
  position: absolute;
  bottom: -112px;
  right: 15vw;
  background-image: url(/images/TD_sledge.gif);
  background-size: 100% 100%;
  background-position: left top;
  width: 431px;
  height: 91px;
}

.td_background .sledge_alt {
  margin-top: 20px;
}

.td_background .snow_fall {
  background: url(/Images/TD_snow1.png), url(/Images/TD_snow2.png), url(/Images/TD_snow3.png);
  font-family: Androgyne;
  height: 770px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite;
  pointer-events: none;
}

.td_background .td_content {
  position: relative;
  z-index: 10;
}

.td_background .td_content h1 {
  font-size: 60px;
  font-weight: 100;
  margin-top: -13px;
  margin-bottom: 5px;
}

.td_background .td_content h1.small_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.td_background .td_content .subtitle {
  font-size: 22px;
  color: #fff;
  font-family: Museo100;
  font-weight: 100;
  margin-bottom: 25px;
  display: block;
  padding-top: 5px;
}

.error_box p, .td_background .td_content .rich_text {
  font-size: 24px;
  font-weight: 100;
  font-family: Museo100;
}

.td_background .td_content .rich_text {
  color: #fff;
}

.td_background .td_content .embed-responsive {
  margin-bottom: 60px;
}

.td_background .td_content table.td_calendar {
  width: 608px;
}

.td_background .td_content table.td_calendar tbody tr td {
  padding: 0 1px 2px;
  -ms-user-select: none;
  user-select: none;
}

.td_background .td_content table.td_calendar tbody tr td div {
  width: 150px;
  height: 113px;
  position: relative;
}

.td_background .td_content table.td_calendar tbody tr td div.td_closed {
  border: 2px dotted #fff;
}

.td_background .td_content table.td_calendar tbody tr td div.td_active {
  cursor: pointer;
}

.td_background .td_content table.td_calendar tbody tr td div.td_active:before {
  content: "";
  background-image: url(/images/TD_active.gif);
  background-size: 191px 152px;
  background-position: left top;
  position: absolute;
  width: 192px;
  height: 152px;
  left: -20px;
  top: -20px;
}

.td_background .td_content table.td_calendar tbody tr td div.td_active span {
  color: #f58423;
}

.td_background .td_content table.td_calendar tbody tr td div.td_opened {
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
}

.td_background .td_content table.td_calendar tbody tr td div.td_opened span {
  display: none;
}

.td_background .td_content table.td_calendar tbody tr td div .td_day {
  position: absolute;
  right: 20px;
  top: 15px;
  font-family: Museo100;
  color: #fff;
}

.td_background .td_content .td_presant {
  text-align: center;
  padding: 45px 0 30px;
}

.td_background .td_content .td_presant img {
  max-width: 100%;
}

.td_background .td_content .td_block {
  padding: 22px 20px 50px;
  width: 100%;
  position: relative;
}

.td_background .td_content .td_block.variant-background-color-4 {
  background-color: rgba(42, 52, 62, 0.8);
}

.td_background .td_content .td_block.variant-background-color-1 h2 {
  color: #2A343E;
  border-color: #f58423;
}

.td_background .td_content .td_block .td_holly {
  width: 69px;
  position: absolute;
  top: -35px;
  right: 15px;
}

.td_background .td_content .td_block img {
  width: 100%;
}

.td_background .td_content .td_block h2 {
  margin-top: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.td_background .td_content .td_block p {
  margin-bottom: 0;
}

.td_background .td_content .td_block .form-group.button-form-group {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  overflow-x: visible;
  width: 100%;
}

.td_background .td_content .td_block .form-group.button-form-group .button {
  float: right;
}

@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 1000px 1000px, 200px 400px, 100px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 1000px 1000px, 200px 400px, -100px 300px;
  }
}
::-webkit-input-placeholder {
  color: #706f6f;
}

:-moz-placeholder {
  color: #706f6f;
}

::-moz-placeholder {
  color: #706f6f;
}

:-ms-input-placeholder {
  color: #706f6f;
}

form input, form textarea {
  border-radius: 0;
  padding: 5px 10px 3px;
  border: 0 solid #fff;
  width: 100%;
}

form .form-group {
  margin-bottom: 15px;
}

form .form-group.button-form-group {
  margin-bottom: 0;
}

form .inline-checkbox {
  display: block;
  clear: both;
  width: 100%;
  overflow: hidden;
  color: #fff;
  padding-bottom: 10px;
  cursor: pointer;
}

form .inline-checkbox:last-child {
  padding-bottom: 0;
}

form .inline-checkbox input[type=radio] {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
}

form .inline-checkbox span {
  float: left;
  line-height: 15px;
}

form button {
  border: 0;
  outline: 0 !important;
}

.error_box {
  position: relative;
  padding: 13px 23px 70px;
  background-color: rgba(42, 52, 62, 0.05);
}

.error_box .button {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
}

.error_box .button:before {
  bottom: 0;
  height: 49px;
}

.navi_toggle {
  cursor: pointer;
  padding: 11px 32px 16px 0;
  float: right;
  margin-top: 35px !important;
  position: relative;
  margin-right: 0 !important;
}

.navi_toggle span, .navi_toggle span:after, .navi_toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.navi_toggle span:before {
  top: -10px;
}

.navi_toggle span:after {
  bottom: -10px;
}

@media (max-width: 1300px) and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  header nav div {
    padding: 0 13.5px;
  }
  .banner .banner_image {
    padding-left: 300px;
  }
  .banner .banner_text .banner_inner {
    width: 480px;
  }
  header nav div {
    padding: 0 7px;
  }
  .banner .banner_text .banner_inner:after {
    right: -549px;
  }
}
@media (max-width: 1200px) {
  .banner .banner_text .banner_inner:after, .td_background .td_content .td_presant {
    display: none;
  }
  .study_block .study_inner {
    padding: 20px 20px 35px;
    color: #fff;
  }
  .td_background .td_content .rich_text {
    margin-bottom: 25px;
  }
  .td_background .td_content .td_block {
    margin-top: 30px;
  }
  header .logo img {
    width: 120px;
  }
  header nav {
    font-size: 14px;
    padding: 35px 0 0;
  }
  header nav div {
    padding: 0 3px;
  }
  .latest_news {
    margin-bottom: 20px;
  }
  .our_products .owl-controls.clickable {
    text-align: center;
  }
  .our_products .owl-controls.clickable .owl-pagination {
    padding: 15px 0 0;
  }
  .our_products .owl-controls.clickable .owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #2A343E;
    border-radius: 25%;
    margin: 0 10px;
  }
  .our_products .owl-controls.clickable .owl-pagination .owl-page.active {
    background-color: #f58423;
  }
  footer .footer_top .social {
    width: 28px;
    margin-right: 15px;
  }
  footer .htitle {
    font-size: 22px;
  }
  .job_block {
    margin-bottom: 20px;
  }
  .news_categories a {
    font-size: 14px;
    padding: 13px 19px 12px;
  }
  .drop-downs .drops-inner {
    top: 101px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .banner_img {
    display: none;
  }
  .blog-page .cat-row2::after, .blog-page .cat-row2::before {
    width: 0 !important;
  }
  .rail-select.large_select {
    width: 100% !important;
  }
  .selector-list {
    width: 100% !important;
  }
  .pdf_download {
    width: 100% !important;
  }
  .home.banner {
    display: none;
  }
  .job_block {
    margin-top: 20px;
  }
  .td_background {
    padding: 130px 0 30px;
  }
  .td_background .td_content .td_block img {
    display: none;
  }
  .td_background .td_content table.td_calendar, .td_background .td_content table.td_calendar tbody tr td div {
    width: 100%;
  }
  .td_background .td_content table.td_calendar tbody tr td div.td_active {
    border: 2px solid #f58423;
  }
  .td_background .td_content table.td_calendar tbody tr td div.td_active:before {
    background-image: url(/images/TD_single.gif);
    background-size: 28px 38px;
    background-repeat: no-repeat;
    left: -15px;
    top: -21px;
  }
  header .logo img {
    width: 110px;
  }
  header nav div > a {
    padding-bottom: 20px;
  }
  .drops-overlay {
    display: none !important;
  }
  header nav {
    font-size: 18px;
    padding-top: 0;
    overflow: hidden;
    height: 0;
    transition: all 0.4s ease-out;
  }
  header nav.active {
    height: 320px;
    padding-top: 5px;
  }
  header nav > div {
    width: 100%;
    text-align: right;
    padding: 0;
  }
  header nav > div > a {
    width: 100%;
    display: block;
  }
  .banner .banner_image, .information_bar img, .quick_links, .sub_pages_list, header nav .drop_down > a:before {
    display: none;
  }
  .banner .banner_text {
    width: 100%;
    padding-bottom: 15px;
  }
  .banner .banner_text .banner_top h1 {
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .banner, .banner .banner_text, .banner .banner_text .banner_inner, .banner.banner_small {
    height: auto;
  }
  .banner.banner_small .banner_text {
    padding-bottom: 0;
  }
  .link_block {
    margin-bottom: 20px;
    min-height: 315px;
  }
  .our_products {
    padding: 20px 0 15px;
    margin-top: 0;
  }
  .top_text {
    padding: 15px 0 5px;
  }
  footer .footer_top {
    padding: 25px 0 15px;
  }
  footer .footer_top .site_map {
    padding-top: 23px;
  }
  .information_bar {
    padding: 20px 0 5px;
  }
  footer .footer_top .slogan {
    text-align: left;
    margin-top: 10px;
  }
  .news_categories {
    padding-top: 45px;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .news_categories .container {
    padding: 0;
  }
  .news_categories.active {
    height: auto;
  }
  .news_categories a {
    width: 100%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
    border-left: 0 solid #fff !important;
    border-right: 0 solid #fff !important;
    padding: 13px 15px 12px;
  }
  .news_categories a span {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
  #category-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .sector_list .sector_item .sector_inner, .study_block .study_inner {
    padding-left: 20px;
  }
  footer .social_block {
    padding-top: 20px;
  }
  .text_page .large_title, .text_page h1 {
    font-size: 44px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text_page img {
    width: 100%;
  }
  .block {
    padding-top: 23px;
  }
  .text_page .text_image {
    margin-bottom: 15px;
  }
  .bottom_section {
    padding-bottom: 20px;
  }
  .market_list .market_block .market_text {
    position: relative;
    top: 0;
    background-color: #2A343E;
    min-height: 0;
    max-height: none;
    width: 100%;
    padding-bottom: 60px;
  }
  .market_list .market_block .button {
    z-index: 200;
  }
  .market_list .market_block .market_text:after, .market_list .market_block .market_text:before {
    display: none;
  }
  .latest_news.list_news {
    padding: 20px 0 0;
  }
  .news_details .text_page .text_image {
    margin-bottom: 5px;
  }
  .office_block a, .office_block address {
    font-size: 18px;
  }
  .office_block {
    margin-bottom: 20px;
  }
}
.our_products .owl-next, .our_products .owl-prev {
  position: absolute;
  top: -85px;
  font-size: 48px;
  color: #f58423;
}

.our_products .owl-next {
  right: 30px;
}

.our_products .owl-prev {
  right: 90px;
}

.highlight_box p, .highlight_box ul li {
  color: #fff !important;
}

.top.bordered {
  font-size: 22px;
}

.highlights_partial .htitle, .highlights_partial .text p {
  color: #F58423;
}

.highlights_partial ul li {
  padding-left: 10px;
  background-image: url(/images/bullet_alt.svg);
  background-position: top 7px left;
  margin-bottom: 10px;
}

.highlights_partial .img_caption {
  font-size: 70%;
  text-align: left;
  margin-bottom: 35px;
  width: 100%;
}

.latest_news.list_news .button:before {
  height: 49px;
  bottom: 0;
}

.highlights_partial .hightlights_box {
  margin-top: -10px;
  margin-bottom: 35px;
}

.hightlights_box .button:before {
  bottom: 0 !important;
  height: 34.5px;
}

.highlights_partial .text_image {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.highlights_partial .high_box2 {
  margin-top: -10px;
  position: relative;
  background-color: #253746;
  padding: 20px;
}

.highlights_partial .text {
  margin-top: 30px;
  word-wrap: break-word;
}

.highlights_partial .image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.highlights_partial .button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.twitter_enquiry .latest_content a, .twitter_enquiry .tweet_arrow, .twitter_enquiry .tweet_text {
  font-size: 16px;
  font-family: arial;
  color: #2A343E;
}

.highlights_partial .htitle.bordered.short:before {
  background-color: #F58423;
}

.highlights_partial .high_box2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid #2A343E;
  width: 0;
}

.latest_tweet {
  position: relative;
  background-color: #D3D7DA;
  padding: 27px 20px 20px;
  margin-top: 20px;
  overflow: hidden;
}

.htitle.bordered.short:before, .latest_tweet h1.bordered.short:before, h2.bordered.short:before, h3.bordered.short:before, h4.bordered.short:before, h5.bordered.short:before {
  content: "";
  height: 1px;
  width: 85px;
  bottom: 0;
  position: absolute;
  background-color: #F58423;
}

.twitter-logo {
  max-width: 23px;
  margin-top: -9px;
  margin-right: 10px;
}

.twitter_enquiry .latest_content a {
  font-weight: 700;
}

.twitter_enquiry .tweet_text {
  font-weight: 500;
}

.twitter_enquiry .tweet_arrow {
  font-weight: 700;
}

.twitter_enquiry .fa {
  font-size: 9px;
  font-weight: 500;
  color: #F58423;
  margin: 0 5px;
}

.text_page ul li a {
  color: #f58423;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .highlights_partial .image {
    position: relative;
    bottom: 0;
    left: 0;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
  }
  .hightlights_box .button:before {
    bottom: 1px !important;
    height: 34.5px;
  }
}
.home.banner .banner_inner {
  width: 502px;
}

@media (max-width: 1300px) {
  .home.banner .banner_inner {
    width: 431px;
  }
}
.blog-page .title {
  font-weight: 700;
  font-size: 24px;
  color: #253543;
  font-family: Museo100;
}

.blog-page .title-spacer {
  display: block;
  content: "";
  width: 85px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-page .author_info {
  display: block;
  overflow: hidden;
}

.blog-page .blog-categories {
  background-color: #253746;
  position: relative;
}

.blog-page .blog-categories .owl-prev {
  position: absolute;
  color: #fff;
  top: -10px;
  left: -45px;
  z-index: 10000;
  font-size: 33px;
  display: block;
  background-color: transparent;
}

.blog-page .blog-categories .owl-next {
  position: absolute;
  color: #fff;
  top: -10px;
  right: -30px;
  z-index: 10000;
  font-size: 33px;
  display: block;
  background-color: transparent;
}

.blog-page .owl-item {
  width: auto !important;
  display: inline;
  margin-right: 4px;
}

.blog-page .owl-dots {
  display: none;
}

.blog-page .owl-stage-outer {
  overflow: hidden;
}

.blog-page .has-feedback label ~ .form-control-feedback {
  top: 27px;
  right: 10px;
}

.blog-page .cat-row2::after, .blog-page .cat-row2::before {
  content: "";
  display: block;
  background-color: #253746;
  width: 255px;
  z-index: 1000;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  top: 0;
  height: 51px;
  position: absolute;
}

.blog-page .cat-row2::before {
  transform: skewX(-44deg);
  left: -25%;
  margin-left: -28px;
}

.blog-page .cat-row2::after {
  transform: skewX(-44deg);
  right: -16%;
  margin-right: -30px;
  content: "";
  color: white;
  padding-top: 15px;
  padding-left: 30px;
}

.blog-page .cat-row {
  background-color: #fff;
}

.blog-page .category {
  margin-top: 0;
  margin-right: 2px;
  margin-left: -2px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: Museo100;
  height: 51px;
  vertical-align: middle;
  padding: 15px 39px;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  transform: skewX(-44deg);
  transform-origin: top;
  display: inline-grid;
  justify-content: center;
  align-items: center;
}

.blog-page .a7c6990:before, .blog-page .aacc6c9:before, .blog-page .abcc31e:before, .blog-page .acf0a2c:before {
  content: "";
  width: 61px;
  height: 35.5px;
}

.blog-page .category .text-skew {
  -webkit-transform: skew(44deg);
  -moz-transform: skew(44deg);
  -o-transform: skew(44deg);
  transform: skew(44deg);
  -ms-transform: skew(44deg, 0deg);
  display: block;
}

.blog-page .news_item .title, .blog-page .news_item p {
  color: #253746 !important;
}

.blog-page .abcc31e:before {
  background-color: #bcc31e;
  border-left: 1px solid #bcc31e;
  border-bottom: 1px solid #bcc31e;
}

.blog-page .a7c6990:before {
  background-color: #7c6990;
  border-left: 1px solid #7c6990;
  border-bottom: 1px solid #7c6990;
}

.blog-page .acf0a2c:before {
  background-color: #cf0a2c;
  border-left: 1px solid #cf0a2c;
  border-bottom: 1px solid #cf0a2c;
}

.blog-page .aacc6c9:before {
  background-color: #acc6c9;
  border-left: 1px solid #acc6c9;
  border-bottom: 1px solid #acc6c9;
}

.blog-page .ad3ccbd:before, .blog-page a:hover .a7c6990:before, .blog-page a:hover .aacc6c9:before, .blog-page a:hover .abcc31e:before, .blog-page a:hover .acf0a2c:before, .blog-page a:hover .ad3ccbd:before {
  width: 61px;
  height: 48px;
  content: "";
}

.blog-page .ad3ccbd:before, .blog-page a:hover .ad3ccbd:before {
  background-color: #d3ccbd;
  border-left: 1px solid #d3ccbd;
  border-bottom: 1px solid #d3ccbd;
}

.blog-page a:hover .a7c6990:before {
  background-color: #7c6990;
  border-left: 1px solid #7c6990;
  border-bottom: 1px solid #7c6990;
}

.blog-page a:hover .aacc6c9:before {
  background-color: #acc6c9;
  border-left: 1px solid #acc6c9;
  border-bottom: 1px solid #acc6c9;
}

.blog-page a:hover .acf0a2c:before {
  background-color: #cf0a2c;
  border-left: 1px solid #cf0a2c;
  border-bottom: 1px solid #cf0a2c;
}

.blog-page a:hover .abcc31e:before {
  background-color: #bcc31e;
  border-left: 1px solid #bcc31e;
  border-bottom: 1px solid #bcc31e;
}

.blog-page .abcc31e-row .item_title:before {
  background-color: #bcc31e;
}

.blog-page .acf0a2c-row .item_title:before {
  background-color: #cf0a2c;
}

.blog-page .aacc6c9-row .item_title:before {
  background-color: #acc6c9;
}

.blog-page .ad3ccbd-row .item_title:before {
  background-color: #d3ccbd;
}

.blog-page .a7c6990-row .item_title:before {
  background-color: #7C6990;
}

.blog-page label {
  font-weight: 700;
  font-size: 16px;
  color: #253746;
  font-family: Arial;
  margin-bottom: 3px;
  display: block;
}

.blog-page input {
  height: 40px;
  width: 400px;
  border-radius: 0;
  padding: 5px 10px 3px;
  border: 0 solid #fff;
}

.blog-page textarea {
  height: 120px;
  width: 100%;
  border-radius: 0;
  padding: 5px 10px 3px;
  border: 0 solid #fff;
  resize: none;
}

.blog-page .form-control-feedback {
  width: 100%;
}

.blog-page button {
  padding: 12px 20px 13px 25px;
  border: none;
  font-size: 16px;
  color: #fff;
  float: right;
}

.blog-page .button-angle {
  content: "";
  width: 48px;
  height: 47px;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  position: absolute;
  left: -23px;
  bottom: 0;
  display: block;
  z-index: 0;
}

.blog_details .author_info {
  display: block;
  overflow: hidden;
}

.blog_details .author_info .name, .blog_details .author_info .title .name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #253746;
  font-family: Arial;
}

@media (max-width: 767px) {
  .author_info img {
    width: 100%;
    max-width: 70px;
  }
  .blog_comments_form input {
    width: 100%;
  }
  .new_title {
    font-size: 25px !important;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-inner {
  height: 322px !important;
  overflow: hidden;
  width: 100% !important;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
  position: relative;
}

.fancybox-skin {
  background: #fff;
  text-shadow: none;
  padding: 15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-wrap.fancybox-desktop {
  top: 160px !important;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
}

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
  background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
  z-index: 8040;
  position: absolute;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  display: none;
  width: 0;
  height: 0;
}

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: url(blank.gif);
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock, .fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel, .owl-carousel .owl-wrapper {
  position: relative;
}

.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y;
  display: block;
  max-width: 1260px;
  margin: 0px auto;
  max-height: 400px;
}

.news_content {
  background: #2A343E;
  clear: both;
  content: " ";
  display: table;
}

.fa, .fa-stack {
  display: inline-block;
}

.owl-carousel {
  visibility: hidden;
  opacity: 0;
}

.owl-carousel.owl-loaded {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item img {
  height: 360px;
}

.owl-controls .owl-nav div, .owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-dots {
  position: absolute;
  bottom: 0;
  /* width: 100%; */
  text-align: center;
  right: 0;
  height: 35px;
  background-color: #f58423;
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 0px;
  z-index: 100;
}

.owl-dots:before {
  content: "";
  display: block;
  width: 36px;
  height: 33.5px;
  transform: skew(-45deg);
  position: absolute;
  left: -18px;
  bottom: 0px;
  background-color: #f58423;
  border-left: 1px solid #f58423;
  border-bottom: 1px solid #f58423;
  z-index: -1;
}

.owl-dot {
  width: 8px;
  height: 8px;
  background-color: #2A343E !important;
  margin: 0px 10px;
  display: inline-block;
}

.owl-dot.active {
  background-color: #ffffff !important;
}

@media (max-width: 1500px) {
  .cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom.cc-color-override-688238583 {
    padding-bottom: 60px !important;
  }
}
.blog-post-page h1 {
  color: #2A343E;
}

#acf-admin-tools {
  color: #253746;
}

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