@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media screen and (min-width: 1025px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #f25700;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #d94e00;
}
::-webkit-scrollbar-thumb:active {
  background: #d94e00;
}
html {
  font: 400 16px/1.5714 "Source Sans Pro", sans-serif;
}
body {
  color: #41454e;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 45px;
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  padding: 0 20px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  border-radius: 4px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #f25700;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #464646;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #464646;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #464646;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #464646;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
}
.button, .submit {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  font-size: 17px;
  background: #f25700;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  border: 2px solid #f29a00;
  color: #fff;
  font-family: "Source Sans Pro";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .button, .submit {
    letter-spacing: 1.3px;
  }
}
.button:hover, .submit:hover {
  text-decoration: none;
}
.Rectangle_6_copy_14 {
  border-width: 2px;
  border-color: #f29a00;
  border-style: solid;
  border-radius: 4px;
  background-color: #f25700;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 29062px;
  top: 808px;
  width: 223px;
  height: 40px;
  z-index: 826;
}
.container {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
.content {
  padding: 35px 0 100px;
}
.content ul {
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #f25700;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.content p > a {
  color: #f25700;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex_around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.alc, .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.al_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.al_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Source Sans Pro";
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Source Sans Pro";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  height: 0;
  width: 0;
}
div.wpcf7 .ajax-loader.is-active {
  background: url("../img/spinner.gif");
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    font-size: 0;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 12px;
  }
  #mainMenu > ul > li > a {
    font-family: "Cuprum", sans-serif;
    font-size: 17px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
  }
  #mainMenu > ul > li > a:after {
    content: "";
    position: absolute;
    background-color: #f25700;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
  }
  #mainMenu > ul > li:hover > a:after, #mainMenu > ul > li.current-menu-item > a:after {
    width: 100%;
    right: 0;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    position: absolute;
    left: 0;
    top: 110%;
    background: rgba(239, 239, 239, 0.8);
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #f25700;
    font-size: 14px;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #fff;
    background: #f25700;
  }
  #mainMenu > ul > li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 200px;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu {
    position: fixed;
    top: 70px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 2;
  }
  #mainMenu.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    text-align: left;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px !important;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a, #mainMenu ul li.current_page_item > a {
    background: #f25700;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #f25700;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #f25700;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
}
.mobile_header {
  background: #222;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .mobile_header {
    display: none;
  }
}
.mobile_header .logo {
  display: inline-block;
  max-width: 120px;
}
#navToggle {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 10px;
  -webkit-transform: 0deg;
  -moz-transform: 0deg;
  -ms-transform: 0deg;
  -o-transform: 0deg;
  transform: 0deg;
  -webkit-transition: 0.5s ease-in-out 0.4s ease;
  -moz-transition: 0.5s ease-in-out 0.4s ease;
  -ms-transition: 0.5s ease-in-out 0.4s ease;
  -o-transition: 0.5s ease-in-out 0.4s ease;
  transition: 0.5s ease-in-out 0.4s ease;
  cursor: pointer;
}
#navToggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #f25700;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out 0.4s ease;
  -moz-transition: 0.25s ease-in-out 0.4s ease;
  -ms-transition: 0.25s ease-in-out 0.4s ease;
  -o-transition: 0.25s ease-in-out 0.4s ease;
  transition: 0.25s ease-in-out 0.4s ease;
}
#navToggle span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#navToggle span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#navToggle span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#navToggle.open span:nth-child(1) {
  top: -2px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navToggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#navToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
  left: 5px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.last_no_spacing > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.soc_media {
  margin-top: 20px;
}
.soc_media a {
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
  font-size: 24px;
  background-color: #f25700;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 5px;
}
.soc_media a:hover {
  text-decoration: none;
}
.breadcrumbs {
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  color: #f25700;
}
.breadcrumbs > * {
  display: inline-block;
  vertical-align: middle;
}
.gallery {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery.gallery-columns-7 .gallery-item {
  -webkit-flex-basis: 14%;
  -moz-flex-basis: 14%;
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
}
@media screen and (max-width: 1366px) {
  .gallery.gallery-columns-7 .gallery-item {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}
@media screen and (max-width: 768px) {
  .gallery.gallery-columns-7 .gallery-item {
    -webkit-flex-basis: 31%;
    -moz-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
}
@media screen and (max-width: 480px) {
  .gallery.gallery-columns-7 .gallery-item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
.gallery .gallery-item {
  margin-bottom: 10px;
}
.gallery .gallery-item img {
  border: none !important;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 20px;
  line-height: 1.2;
}
h1 {
  font-size: 65px;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-size: 37px;
  color: #f25700;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-style: italic;
}
header {
  position: relative;
  z-index: 100;
  background-color: #2d3139;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  header {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1024px) {
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1500px) {
  header .logo {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
}
header .container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1720px;
}
@media screen and (max-width: 1024px) {
  header .container {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  header .container {
    display: block;
    text-align: center;
  }
}
header #mainMenu {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 1024px) {
  header .phone.phone-desktop {
    display: none;
  }
}
header .phone {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-family: "Cuprum", sans-serif;
  font-size: 31px;
  font-weight: 700;
  padding-left: 35px;
  margin-left: 10px;
  border: 1px solid #FFC100;
  padding: 8px 12px 8px 47px;
  border-radius: 5px;
}
@media screen and (max-width: 1600px) {
  header .phone {
    font-size: 24px;
  }
}
@media screen and (max-width: 1500px) {
  header .phone {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  header .phone {
    padding-left: 0;
    font-size: 0;
    border: none;
    padding: 0;
  }
}
header .phone:before {
  content: "";
  background-image: url("../img/y-phone.png");
  width: 23px;
  height: 36px;
  left: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
  header .phone:before {
    border: 2px solid #FFC100;
    padding: 6px 10px;
    border-radius: 5px;
    display: block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
  }
}
header .phone:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  header #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 16px;
  }
}
header .searchform {
  width: 415px;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 1740px) {
  header .searchform {
    width: 220px;
  }
}
@media screen and (max-width: 1200px) {
  header .searchform {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .searchform {
    width: 100%;
    margin-bottom: 15px;
  }
}
header .searchform #s {
  padding: 0 50px 0 15px;
  background: #4F5359;
  color: #fff;
}
header .searchform #s::-webkit-input-placeholder {
  color: #fff;
}
header .searchform #s:-moz-placeholder {
  color: #fff;
}
header .searchform #s::-moz-placeholder {
  color: #fff;
}
header .searchform #s:-ms-input-placeholder {
  color: #fff;
}
header .searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 4px;
  border: 2px solid #f29a00;
  background-color: #f25700;
  color: #ffffff;
  font-size: 21px;
}
header .searchform #searchsubmit:before {
  content: "";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  font-size: 24px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .searchform #searchsubmit:hover {
  color: #f25700;
  background-color: #ffffff;
}
header .searchform #searchsubmit:hover:before {
  color: #f25700;
}
@media screen and (max-width: 1024px) {
  header .mobile_header .logo {
    -webkit-flex-basis: 200px;
    -moz-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
}
footer {
  background-color: #2d3139;
  color: #ffffff;
  font-family: "Cuprum", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 42px;
}
footer .searchform {
  position: relative;
}
footer .searchform #s {
  padding-right: 50px;
  color: #fff;
}
footer #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 4px;
  border: 2px solid #f29a00;
  background-color: #f25700;
  color: #ffffff;
  font-size: 21px;
}
footer #searchsubmit:before {
  content: "";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  font-size: 24px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer #searchsubmit:hover {
  color: #f25700;
  background-color: #ffffff;
}
footer #searchsubmit:hover:before {
  color: #f25700;
}
footer > *, footer a {
  color: #ffffff;
}
footer a.logo {
  text-align: center;
  display: block;
}
footer a.logo img {
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  footer .soc_media a {
    margin-right: 5px;
  }
}
footer > .container {
  width: 1440px;
}
footer #menu-footer-menu {
  column-count: 2;
}
@media screen and (max-width: 1280px) {
  footer #menu-footer-menu {
    column-count: 1;
  }
}
footer #menu-footer-menu li {
  break-inside: avoid;
}
footer .f_col-2 {
  column-count: 2;
}
@media screen and (max-width: 1280px) {
  footer .f_col-2 {
    column-count: 1;
  }
}
footer .f_col-2 > div {
  break-inside: avoid;
}
footer .flex {
  padding: 70px 0 50px;
}
@media screen and (max-width: 1024px) {
  footer .flex {
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 640px) {
  footer .flex {
    display: block;
    text-align: center;
  }
}
footer mark {
  display: block;
  color: #ffc000;
  font-family: "Source Sans Pro";
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  footer mark {
    margin-bottom: 10px;
  }
}
footer .searchform input {
  background: #4F5359;
}
footer .searchform input::-webkit-input-placeholder {
  color: #fff;
}
footer .searchform input:-moz-placeholder {
  color: #fff;
}
footer .searchform input::-moz-placeholder {
  color: #fff;
}
footer .searchform input:-ms-input-placeholder {
  color: #fff;
}
footer form {
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .f_col-1 {
    display: none;
  }
}
.f_col-1 li {
  margin-bottom: 15px;
}
.f_col-2 div {
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .f_col-2 div {
    margin-bottom: 15px;
  }
}
.copyright {
  font-family: "Source Sans Pro";
  letter-spacing: 0;
  background-color: #41454e;
  font-size: 14px;
  padding: 15px 0;
  text-transform: initial;
}
.copyright a {
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0 2px;
}
@media screen and (max-width: 1024px) {
  .copyright a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}
.copyright a:first-of-type {
  margin-left: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .copyright a:first-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .copyright .alc, .copyright .gallery {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.copyright img {
  max-width: 70px;
}
@media screen and (max-width: 1024px) {
  .copyright .wrap-text-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright .wrap-text-copyright .copyright-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px;
    text-align: center;
  }
  .copyright .wrap-text-copyright .wrap-link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.top-section {
  min-height: 290px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .top-section {
    min-height: 220px;
  }
}
.top-section:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.top-section h1 {
  color: #ffffff;
  text-shadow: 2.5px 4.33px 12px rgba(0, 0, 0, 0.8);
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
/*Default Page*/
.default-content {
  position: relative;
  padding-bottom: 0;
}
.default-content .container {
  width: 1430px;
}
.default-content .wrap-content {
  min-height: 488px;
}
@media screen and (min-width: 1025px) {
  .default-content .wrap-content {
    background-repeat: no-repeat;
    background-size: 57.5%;
    background-position: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .default-content .wrap-content {
    min-height: 1px;
    background-image: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .default-content .wrap-content.contact_content {
    background-size: 45.5%;
  }
}
.default-content .wrap-content.contact_content .info {
  width: 100%;
}
.default-content .wrap-content .info {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .default-content .wrap-content .info {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .default-content figure {
    display: none;
  }
}
.default-content figure img {
  margin-left: auto;
}
/*Promotions*/
.promo-content .container {
  width: 1430px;
}
.promotions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.promotions > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media screen and (max-width: 1024px) {
  .promotions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .promotions > * {
    width: 31.8333333333%;
    margin: 0 0.75% 1em;
  }
}
@media screen and (max-width: 768px) {
  .promotions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .promotions > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .promotions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .promotions > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.promotions .promo {
  border: 1px solid #ebebeb;
  position: relative;
}
.promotions .promo:hover {
  text-decoration: none;
}
.promotions .promo_logo {
  padding: 20px 0;
  min-height: 120px;
}
@media screen and (max-width: 1024px) {
  .promotions .promo_logo {
    min-height: 100px;
    padding: 0;
  }
}
.promotions .promo_logo img {
  margin: auto;
  width: 130px;
}
.promotions .promo_image {
  border-bottom: 1px solid #ebebeb;
}
.promotions .promo_image img {
  display: block;
  width: 100%;
}
.promotions .promo_title {
  display: block;
  padding: 7px 0;
  text-align: center;
  background-color: #ffc000;
  color: #010101;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .promotions .promo_title {
    font-size: 24px;
  }
}
.promotions .promo_date {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #010101;
  background-color: #ffc000;
  padding: 15px 20px;
  position: absolute;
  bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .promotions .promo_date {
    font-size: 16px;
    position: relative;
    bottom: auto;
  }
}
.promotions .promo_date:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 14px 0 0;
  border-color: #ffc000 transparent transparent transparent;
  right: -14px;
  top: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .promotions .promo_date:after {
    border-width: 45px 14px 0 0;
  }
}
.promotions .promo_text {
  color: #41454e;
  padding: 45px 30px 20px;
}
@media screen and (max-width: 1024px) {
  .promotions .promo_text {
    padding: 20px;
  }
  .promotions .promo_text p:last-of-type {
    padding-bottom: 0;
  }
}
/*Products*/
.tax-new-products .content .container {
  width: 1430px;
}
.title_products {
  border-bottom: 1px solid #f25700;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.product_content .product {
  background-color: #f2f2f2;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .product_content .product {
    display: block;
    text-align: center;
  }
  .product_content .product .alc, .product_content .product .gallery {
    display: block;
  }
}
.product_content .product > .alc, .product_content .product > .gallery {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_content .product .thumb {
  display: block;
  border: inherit;
  width: 250px;
  margin-right: 50px;
  -webkit-flex-basis: 250px;
  -moz-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}
@media screen and (max-width: 1024px) {
  .product_content .product .thumb {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product_content .product .thumb {
    margin-right: 20px;
    -webkit-flex-basis: 190px;
    -moz-flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }
}
@media screen and (max-width: 640px) {
  .product_content .product .thumb {
    display: inline-block;
    margin-right: 0;
    width: auto;
    margin-bottom: 20px;
  }
  .product_content .product .thumb img {
    margin: 0 auto;
  }
}
.product_content .product .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .product_content .product .info {
    padding: 0 0 20px;
  }
}
.product_content .product h3 {
  font-size: 37px;
  font-weight: 900;
  font-style: italic;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .product_content .product h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .product_content .product h3 {
    margin-bottom: 20px;
  }
}
.product_content .product h3 a {
  color: #f25700;
  text-decoration: none;
}
.product_content .product .wrap_btn {
  position: relative;
  -webkit-flex-basis: 290px;
  -moz-flex-basis: 290px;
  -ms-flex-preferred-size: 290px;
  flex-basis: 290px;
}
@media screen and (min-width: 1025px) {
  .product_content .product .wrap_btn {
    padding: 0 60px 0 80px;
  }
  .product_content .product .wrap_btn:before {
    content: "";
    background-color: #d6d6d6;
    width: 1px;
    height: 140px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product_content .product .wrap_btn {
    -webkit-flex-basis: 140px;
    -moz-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
  }
}
.filter_products {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .filter_products {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .filter_products {
    display: block;
  }
  .filter_products > * {
    margin-bottom: 20px;
  }
}
.filter_products .type_products label, .filter_products .cat_filter_products label {
  display: block;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.filter_products .type_products .selectric-wrapper, .filter_products .cat_filter_products .selectric-wrapper {
  width: 250px;
  max-width: 100%;
}
.filter_products .show_products {
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  color: #41454e;
}
.filter_products .show_products > * {
  vertical-align: middle;
}
.filter_products .show_products > * input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.filter_products .show_products label {
  cursor: pointer;
  position: relative;
}
.filter_products .show_products label:not(:last-child) {
  padding-right: 10px;
}
.filter_products .show_products label:not(:last-child):after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #41454e;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
.filter_products .show_products label:hover {
  color: #f25700;
}
.filter_products .show_products a {
  line-height: 1;
  display: inline-block;
  margin: 0 5px;
  color: #41454e;
}
.filter_products .show_products a:hover, .filter_products .show_products a.active {
  color: #f25700;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .filter_products .show_products a {
    letter-spacing: 3.2px;
  }
}
.term_desc {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .term_desc .flex {
    display: block;
  }
}
.term_desc iframe {
  display: inline-block;
  width: 49% !important;
}
@media screen and (max-width: 768px) {
  .term_desc iframe {
    width: 100% !important;
  }
}
/*Search*/
.search-results .post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f25700;
}
.search-results .post h3 {
  padding-bottom: 10px;
}
.search-results .post h3 a {
  color: #f25700;
}
/*Staff*/
.staff-taber .tab-nav {
  font-size: 0;
  padding-bottom: 15px;
}
.staff-taber .tab-nav .nav-item {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
  font-size: 17px;
  background: #21384f;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Source Sans Pro";
  text-align: center;
  cursor: pointer;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.staff-taber .tab-nav .nav-item:hover, .staff-taber .tab-nav .nav-item.active {
  background: #3f6b97;
}
.staff-taber .tab-info {
  display: none;
}
.staff-taber .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.staff-taber .list > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media screen and (max-width: 1024px) {
  .staff-taber .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .staff-taber .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .staff-taber .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .staff-taber .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.staff-taber .list .item {
  background: #f5f5f5;
  border: 2px solid #eaeaea;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (max-width: 480px) {
  .staff-taber .list .item {
    padding: 7px;
  }
}
.staff-taber .list .item .photo {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.staff-taber .list .item .info {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .staff-taber .list .item .info {
    margin-left: 10px;
  }
}
.staff-taber .list .item .name {
  font-style: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .staff-taber .list .item .name {
    padding-bottom: 5px;
  }
}
.staff-taber .list .item .position {
  font-style: italic;
  padding-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .staff-taber .list .item .position {
    padding-bottom: 5px;
  }
}
.staff-taber .list .item .person-btn {
  display: inline-block;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  background: #21384f;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Source Sans Pro";
  text-align: center;
  cursor: pointer;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.staff-taber .list .item .person-btn:hover {
  background: #3f6b97;
  text-decoration: none;
}
.staff-taber .list .item .person-btn i {
  margin: 0 5px;
}
.staff-hidden-content {
  padding: 40px 40px 20px;
}
.staff-hidden-content a {
  color: #f25700;
}
.page-id-4071 .default-content .wrap-content {
  min-height: auto;
  padding: 40px 0;
}
#widget-3voE5BPLYSuu5yhENSAj {
  right: 5% !important;
}
#gg-toolbar {
  display: none !important;
  position: absolute !important;
  right: 140px;
  left: auto !important;
  top: 80px;
  bottom: auto !important;
}
@media screen and (max-width: 1600px) {
  #gg-toolbar {
    right: 3%;
  }
}
@media screen and (max-width: 1500px) {
  #gg-toolbar {
    top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #gg-toolbar {
    top: 17px;
    right: calc(3% + 60px);
  }
}
.kubota-btn {
  padding-bottom: 20px;
}
.product-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.product-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media screen and (max-width: 1024px) {
  .product-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .product-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .product-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .product-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.datePickerWrap {
  position: relative;
  display: block;
}
.datePickerWrap:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 12px;
  font-size: 0;
  content: url("../img/calender_icon.png");
  pointer-events: none;
}
.selectric {
  border-color: transparent;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-focus .selectric {
  border-color: #ffc100;
}
.selectric-hover .selectric {
  border-color: #f25700;
}
.selectric .label {
  line-height: 45px;
  height: 45px;
  font-size: 16px;
  color: #444444;
  margin: 0 40px 0 20px;
}
.selectric .button {
  margin-top: 0 !important;
  border: none !important;
  width: 45px;
  height: 45px;
  box-shadow: none;
}
.selectric-items {
  border: none;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 20px;
  font-size: 14px;
}
.selectric-items ul li:before {
  display: none;
}
.selectric-items ul li.highlighted, .selectric-items ul li:hover {
  background: #ffc100;
}
.logosBox {
  background: #f2f2f2;
  padding: 50px 0 30px;
  text-align: center;
}
.logosBox .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.logosBox .items > * {
  width: 15.6666666667%;
  margin: 0 0.5% 0.5833333333em;
}
@media screen and (max-width: 480px) {
  .logosBox {
    padding: 25px 0 15px;
  }
}
.logosBox > .container {
  width: 1440px;
}
.logosBox .logo img {
  margin: 0 auto;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.wp-pagenavi {
  text-align: center;
  border-top: 1px solid #ff9b00;
  margin-top: 20px;
  padding-top: 45px;
}
@media screen and (max-width: 480px) {
  .wp-pagenavi {
    margin-top: 10px;
    padding-top: 20px;
  }
}
.wp-pagenavi .page {
  border: none;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  color: #5b606c;
}
.wp-pagenavi .page:hover {
  color: #f25700;
  opacity: 1;
}
.wp-pagenavi .current {
  border: none;
  font-family: "Cuprum", sans-serif;
  font-weight: 700;
  color: #f25700;
  text-decoration: underline;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  border: 1px solid transparent;
  display: inline-block;
  padding: 0 8px;
  line-height: 22px;
  border-radius: 3px;
  background: #f25700;
  margin: 0 13px;
}
.wp-pagenavi .nextpostslink i, .wp-pagenavi .previouspostslink i {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
  border-color: #f25700;
  background: #fff;
}
.wp-pagenavi .nextpostslink:hover i, .wp-pagenavi .previouspostslink:hover i {
  color: #f25700;
}
@media screen and (max-width: 1024px) {
  .textFormBox {
    display: block;
  }
}
.textFormBox .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.textFormBox .form {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-left: 55px;
}
@media screen and (max-width: 1024px) {
  .textFormBox .form {
    margin-left: 0;
    margin-top: 30px;
  }
}
.textFormBox .form .wpcf7-form {
  background: #f25700;
  padding: 40px;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .textFormBox .form .wpcf7-form {
    padding: 20px;
  }
}
.textFormBox .form h2 {
  color: #fff;
  padding-bottom: 10px;
}
.textFormBox .form p {
  color: #fff;
  padding-bottom: 5px;
}
.textFormBox .form .button {
  border: 2px solid #ff9b00;
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .textFormBox .form .button {
    margin-top: 0;
  }
}
.default-content .wrap-content .info.bigInfo {
  max-width: 830px;
}
.default-content .wrap-content .infoBox {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .default-content .wrap-content .infoBox {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .default-content .wrap-content .infoBox {
    margin-top: 15px;
  }
}
.default-content .wrap-content .infoBox .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .default-content .wrap-content .infoBox .item {
    text-align: center;
    display: block;
    margin-right: 0;
  }
}
.default-content .wrap-content .infoBox .item .soc_media {
  margin-top: 0;
}
.default-content .wrap-content .infoBox .item:last-child {
  margin-right: 0;
}
.default-content .wrap-content .infoBox .item .icon {
  display: block;
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: -1;
  min-width: 110px;
}
@media screen and (max-width: 1024px) {
  .default-content .wrap-content .infoBox .item .icon {
    position: static;
  }
  .default-content .wrap-content .infoBox .item .icon img {
    height: 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .default-content .wrap-content .infoBox .item .icon img {
    margin: 0 auto;
  }
}
.default-content .wrap-content .infoBox .item h3 {
  font-size: 27px;
  color: #3d434d;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .default-content .wrap-content .infoBox .item h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.default-content .wrap-content .infoBox .item p {
  font-family: "Cuprum", sans-serif;
  color: #5b606c;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 1440px) {
  .default-content .wrap-content .infoBox .item p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .default-content .wrap-content .infoBox .item p {
    font-size: 16px;
  }
}
.default-content .wrap-content .buttonsWrap {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .default-content .wrap-content .buttonsWrap {
    margin-top: 0;
  }
}
.default-content .wrap-content .buttonsWrap .button {
  margin-right: 48px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .default-content .wrap-content .buttonsWrap .button {
    margin-right: 20px;
  }
}
.default-content .wrap-content .buttonsWrap .button:last-child {
  margin-right: 0;
}
.homeTopSlider .homeTopSliderPrev {
  filter: invert(100%);
  left: 40px;
}
@media screen and (max-width: 1600px) {
  .homeTopSlider .homeTopSliderPrev {
    left: 20px;
  }
}
.homeTopSlider .homeTopSliderNext {
  filter: invert(100%);
  right: 40px;
}
@media screen and (max-width: 1600px) {
  .homeTopSlider .homeTopSliderNext {
    right: 20px;
  }
}
.homeTopSlider .swiper-slide {
  height: auto;
  position: relative;
  min-height: 680px;
  padding: 60px 0;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .homeTopSlider .swiper-slide {
    min-height: 485px;
  }
}
@media screen and (max-width: 768px) {
  .homeTopSlider .swiper-slide {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .homeTopSlider .swiper-slide {
    min-height: auto;
    padding: 30px 0;
  }
}
.homeTopSlider .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6363636", endColorstr="#00000000", GradientType=1);
  /* IE6-9 */
}
@media screen and (max-width: 1366px) {
  .homeTopSlider .swiper-slide::before {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .homeTopSlider .swiper-slide::before {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 75%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
    /* IE6-9 */
  }
}
@media screen and (max-width: 480px) {
  .homeTopSlider .swiper-slide::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
    /* IE6-9 */
  }
}
.homeTopSlider .swiper-slide > .container {
  width: 1430px;
}
.homeTopSlider .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.homeTopSlider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeTopSlider .text {
  max-width: 455px;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .homeTopSlider .text {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .homeTopSlider .text {
    max-width: none;
  }
}
.homeTopSlider .text h1 {
  font-size: 71px;
  letter-spacing: -3px;
  line-height: 0.9;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .homeTopSlider .text h1 {
    font-size: 48px;
  }
}
.homeTopSlider .info {
  color: #f25700;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .homeTopSlider .info {
    color: #fff;
    padding: 10px 6px 12px;
  }
}
.homeTopSlider .info .down, .homeTopSlider .info .arp, .homeTopSlider .info .months {
  -webkit-flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1;
}
.homeTopSlider .info .down span, .homeTopSlider .info .arp span, .homeTopSlider .info .months span {
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}
.homeTopSlider .info .payment {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.homeTopSlider .info .payment .title {
  margin: 0 17px 8px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.homeTopSlider .info .payment .title::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f25700;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .homeTopSlider .info .payment .title::before {
    background: #fff;
  }
}
.homeTopSlider .info .payment .title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #f25700;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .homeTopSlider .info .payment .title::after {
    background: #fff;
  }
}
.homeTopSlider .info .payment .title span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0 7px;
  line-height: 1;
}
.homeTopSlider .info .payment .left {
  border: 3px solid #f25700;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.5px;
  padding: 5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .homeTopSlider .info .payment .left {
    border-color: #fff;
  }
}
.homeTopSlider .info .payment .day {
  background: #f25700;
  color: #fff;
  line-height: 1;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .homeTopSlider .info .payment .day {
    background: #fff;
    color: #f25700;
  }
}
.homeTopSlider .info .short-text {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1;
  font-family: "Cuprum", sans-serif;
}
.homeTopSlider .info .button {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-color: #f25700;
  border-radius: 0;
  letter-spacing: -1.5px;
  font-size: 30px;
  font-family: "Cuprum", sans-serif;
}
@media screen and (max-width: 768px) {
  .homeTopSlider .info .button {
    border-color: #fff;
    background: #fff;
    color: #f25700;
  }
}
.homeSlider .swiper-slide {
  min-height: 630px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  z-index: 0;
  padding: 94px 0 50px;
  background-color: #f25700;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide {
    padding: 50px 0 30px;
    min-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide {
    background-image: none !important;
  }
}
.homeSlider .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21%;
  width: 100%;
  background: #f25700;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  transform: skewX(-16deg);
  z-index: -1;
}
.homeSlider .swiper-slide:before {
  position: absolute;
  bottom: 0;
  left: 45%;
  content: "";
  width: 100%;
  height: 150px;
  background: #fff;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  transform: skewX(-16deg);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide:before {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide:before {
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide:before {
    display: none;
  }
}
.homeSlider .swiper-slide > .container {
  width: 1430px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide > .container {
    display: block;
  }
}
.homeSlider .swiper-slide .textWrapper {
  -webkit-flex-basis: 810px;
  -moz-flex-basis: 810px;
  -ms-flex-preferred-size: 810px;
  flex-basis: 810px;
  position: relative;
  z-index: 0;
  color: #fff;
  min-height: 485px;
  padding: 70px 60px 35px 40px;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide .textWrapper {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-top: 40px;
    min-height: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .textWrapper {
    min-height: 1px;
    padding: 40px 40px 20px 20px;
  }
}
.homeSlider .swiper-slide .textWrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 85%;
  background: #272d36;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .textWrapper:before {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide .textWrapper:before {
    width: 100%;
  }
}
.homeSlider .swiper-slide .textWrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5px;
  width: 15%;
  background: #272d36;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .textWrapper:after {
    width: 5%;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide .textWrapper:after {
    display: none;
  }
}
.homeSlider .swiper-slide .textWrapper .logoBg {
  position: absolute;
  top: -94px;
  left: 81%;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide .textWrapper .logoBg {
    top: -50px;
    left: 84%;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .textWrapper .logoBg {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide .textWrapper .logoBg {
    display: none;
  }
}
.homeSlider .swiper-slide .textWrapper .topTitle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  overflow: hidden;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  padding: 6px 50px 6px 40px;
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide .textWrapper .topTitle {
    font-size: 16px;
  }
}
.homeSlider .swiper-slide .textWrapper .topTitle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 100%;
  content: "";
  background: #ffc100;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: -1;
}
.homeSlider .swiper-slide .textWrapper h1 {
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide .textWrapper h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .textWrapper h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide .textWrapper h1 {
    font-size: 20px;
  }
}
.homeSlider .swiper-slide .textWrapper blockquote {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding: 20px 5px 0 35px;
  margin-right: 25%;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide .textWrapper blockquote {
    margin-right: 6%;
    padding: 5px 5px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .textWrapper blockquote {
    margin-right: 0;
  }
}
.homeSlider .swiper-slide .textWrapper blockquote p {
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide .textWrapper blockquote p {
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .textWrapper br {
    display: none;
  }
}
.homeSlider .swiper-slide .right {
  position: relative;
  z-index: 1;
}
.homeSlider .swiper-slide .image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .image {
    margin-top: 20px;
  }
}
.homeSlider .swiper-slide .image img {
  max-height: 480px;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide .image img {
    max-height: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .image img {
    margin: 0 auto;
    max-height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide .image img {
    max-height: 210px;
  }
}
.homeSlider .swiper-slide .video {
  height: 335px;
  max-width: 100%;
  width: 550px;
  border: 4px solid #ffc100;
  border-radius: 7px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 85px;
  box-shadow: 0 6px 22px 0 rgba(255, 193, 0, 0.43);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide .video {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .video {
    margin-top: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .homeSlider .swiper-slide .video {
    height: 210px;
  }
}
.homeSlider .swiper-slide .video:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 105px;
  height: 105px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 1px 22px 0 rgba(255, 193, 0, 0.53);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homeSlider .swiper-slide .video:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: url("../img/play.png");
  font-size: 0;
}
.homeSlider .swiper-slide .video:hover {
  opacity: 1;
  box-shadow: 0 6px 22px 0 #ffc100;
}
.homeSlider .swiper-slide .video:hover:before {
  box-shadow: 0 1px 22px 0 #ffc100;
}
.homeSlider .swiper-slide .shadow {
  position: absolute;
  top: -12%;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .homeSlider .swiper-slide .shadow {
    right: -20%;
  }
}
@media screen and (max-width: 1024px) {
  .homeSlider .swiper-slide .shadow {
    top: auto;
    right: 0;
    bottom: 0;
  }
}
.homeSlider .buttonsWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1530px;
}
.homeSlider .buttonsWrap .homeSliderNext, .homeSlider .buttonsWrap .homeSliderPrev {
  width: 50px;
  height: 50px;
  background: #fff;
  background-image: none;
  margin-top: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .homeSlider .buttonsWrap .homeSliderNext, .homeSlider .buttonsWrap .homeSliderPrev {
    width: 35px;
    height: 35px;
  }
}
.homeSlider .buttonsWrap .homeSliderNext i, .homeSlider .buttonsWrap .homeSliderPrev i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .homeSlider .buttonsWrap .homeSliderNext i, .homeSlider .buttonsWrap .homeSliderPrev i {
    font-size: 20px;
  }
}
.homeSlider .buttonsWrap .homeSliderNext:hover i, .homeSlider .buttonsWrap .homeSliderPrev:hover i {
  color: #f25700;
}
.homeSlider .buttonsWrap .homeSliderNext {
  border-radius: 0 3px 3px 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .homeSlider .buttonsWrap .homeSliderNext {
    border-radius: 3px;
  }
}
.homeSlider .buttonsWrap .homeSliderPrev {
  border-radius: 3px 0 0 3px;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .homeSlider .buttonsWrap .homeSliderPrev {
    border-radius: 3px;
  }
}
.homeLogos {
  padding: 95px 0 65px;
}
@media screen and (max-width: 1024px) {
  .homeLogos {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .homeLogos {
    padding: 25px 0 10px;
  }
}
.homeLogos > .container {
  width: 1430px;
}
.homeLogos .logosWrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.homeLogos .logosWrapper > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media screen and (max-width: 1024px) {
  .homeLogos .logosWrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .homeLogos .logosWrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media screen and (max-width: 660px) {
  .homeLogos .logosWrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .homeLogos .logosWrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.homeLogos .item {
  border: 1px solid #ececec;
  border-radius: 3px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homeLogos .item .logoItem {
  min-height: 190px;
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.homeLogos .item .logoItem img {
  max-height: 160px;
}
.homeLogos .item .title-style {
  position: relative;
}
.homeLogos .item .title-style span.before {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  bottom: 0;
  clip-path: polygon(0 0, 100% 1%, 93% 100%, 7% 100%);
  background: #2D3139;
  z-index: 1;
}
.homeLogos .item .title {
  font-size: 27px;
  text-transform: uppercase;
  color: #2D3139;
  position: relative;
  padding: 12px 60px 12px 60px;
  background: #ffc100;
  clip-path: polygon(0 0, 100% 1%, 90% 100%, 10% 100%);
  z-index: 9;
}
@media screen and (max-width: 1366px) {
  .homeLogos .item .title {
    font-size: 20px;
  }
}
.homeLogos .item .wrap-more {
  width: 100%;
  background: #2D3139;
  text-align: center;
  padding: 40px 10px 20px;
  margin-top: -20px;
}
.homeLogos .item .more {
  font-family: "Cuprum", sans-serif;
  color: #969696;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #F25700;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
}
.homeLogos .item.hasLink:hover {
  text-decoration: none;
  opacity: 1;
}
.homeLogos .item.hasLink:hover .title:before {
  background: #f25700;
}
.homeLogos .item.hasLink:hover .more {
  color: #3d434d;
}
.home .default-content .bgImage {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .home .default-content .wrap-content {
    margin-bottom: 30px;
  }
}
.home .default-content .wrap-content .info {
  max-width: 585px;
}
.rentalsBlock {
  margin-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.rentalsBlock .rentals {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .rentalsBlock .rentals {
    display: block;
  }
}
.rentalsBlock .rentals .item {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-bottom: 20px;
}
.rentalsBlock .rentals .image {
  border-bottom: 1px solid #ececec;
}
.rentalsBlock .rentals .image img {
  margin: 0 auto;
}
.rentalsBlock .rentals .text {
  padding: 25px 20px 10px;
}
.rentalsBlock .rentals .text h3 {
  font-size: 27px;
  text-transform: uppercase;
  color: #f25700;
  line-height: 1;
  padding-bottom: 2px;
}
.rentalsBlock .rentals .text h4 {
  font-size: 21px;
  color: #882500;
  font-weight: 400;
  padding-bottom: 10px;
}
.rentalsBlock .form {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .rentalsBlock .form {
    margin-left: 0;
  }
}
.productInfoBox {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .productInfoBox {
    margin-bottom: 30px;
    display: block;
  }
}
.productInfoBox .mainTitle {
  font-weight: 900;
}
.productInfoBox .thumb {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-radius: 3px;
}
.productInfoBox .thumb img {
  border: 1px solid #f2f2f2;
}
.productInfoBox .text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 25px 0 25px 95px;
}
@media screen and (max-width: 1024px) {
  .productInfoBox .text {
    padding: 25px 0 0;
  }
}
.productInfoBox .text .detailsWrapper {
  margin-bottom: 20px;
}
.productInfoBox .text .detail {
  padding-bottom: 2px;
  color: #3d434d;
  font-size: 19px;
}
.productTaber .taberTop {
  border-radius: 3px;
  background: #f25700;
  text-align: center;
  padding: 3px;
  font-size: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .productTaber .taberTop {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .productTaber .taberTop {
    margin-bottom: 15px;
  }
}
.productTaber .taberTop .tab {
  font-family: "Cuprum", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  display: inline-block;
  padding: 18px 38px;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 480px) {
  .productTaber .taberTop .tab {
    padding: 10px 15px;
  }
}
.productTaber .taberTop .tab.active, .productTaber .taberTop .tab:hover {
  background: #3d434d;
}
.productFaq .item {
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .productFaq .item {
    margin-bottom: 10px;
  }
}
.productFaq .item:last-child {
  margin-bottom: 0;
}
.productFaq .item .title {
  background: #f2f2f2;
  font-family: "Cuprum", sans-serif;
  font-size: 17px;
  color: #3d434d;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 90px 15px 40px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .productFaq .item .title {
    padding: 10px 55px 10px 10px;
  }
}
.productFaq .item .title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  font-family: FontAwesome;
  line-height: 30px;
  right: 32px;
  color: #fff;
  font-size: 30px;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .productFaq .item .title:before {
    right: 10px;
  }
}
.productFaq .item .title:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 32px;
  content: "";
  background: #f25700;
  height: 34px;
  width: 34px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 480px) {
  .productFaq .item .title:after {
    right: 10px;
  }
}
.productFaq .item .title.active:before {
  -webkit-transform: translate(0, -50%) rotateZ(180deg);
  -moz-transform: translate(0, -50%) rotateZ(180deg);
  -ms-transform: translate(0, -50%) rotateZ(180deg);
  -o-transform: translate(0, -50%) rotateZ(180deg);
  transform: translate(0, -50%) rotateZ(180deg);
}
.productFaq .item .title:hover {
  background: #f25700;
  color: #fff;
}
.productFaq .item .title:hover:before {
  color: #f25700;
}
.productFaq .item .title:hover:after {
  background: #fff;
}
.productFaq .item .text {
  display: none;
  padding: 35px 25px 15px;
}
@media screen and (max-width: 480px) {
  .productFaq .item .text {
    padding: 10px 15px 5px;
  }
}
.post-type-archive-kubota .top-section > .container, .post-type-archive-kubota .content > .container, .tax-kubota-category .top-section > .container, .tax-kubota-category .content > .container {
  width: 1430px;
}
.post-type-archive-kubota .subTitle, .tax-kubota-category .subTitle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  font-family: "Source Sans Pro";
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  padding: 12px 50px 12px 0;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-kubota .subTitle, .tax-kubota-category .subTitle {
    top: -50%;
  }
}
.post-type-archive-kubota .subTitle:before, .tax-kubota-category .subTitle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  width: 200%;
  content: "";
  background: #ffc100;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: -1;
}
.kubota-category-title h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.kubota-category-title .kubota-btn {
  -webkit-flex-basis: 170px;
  -moz-flex-basis: 170px;
  -ms-flex-preferred-size: 170px;
  flex-basis: 170px;
  margin-left: 20px;
}
.kubota-category-title .kubota-btn .button {
  padding: 0 12px;
}
.categoryWrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.categoryWrapper > * {
  width: 18.5%;
  margin: 0 0.75% 0.9em;
}
@media screen and (max-width: 1366px) {
  .categoryWrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .categoryWrapper > * {
    width: 24%;
    margin: 0 0.5% 0.625em;
  }
}
@media screen and (max-width: 1024px) {
  .categoryWrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .categoryWrapper > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
@media screen and (max-width: 768px) {
  .categoryWrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .categoryWrapper > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media screen and (max-width: 480px) {
  .categoryWrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .categoryWrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.categoryWrapper .post {
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .categoryWrapper .post {
    margin-bottom: 15px;
  }
}
.categoryWrapper .post .thumb {
  display: block;
  border-bottom: 1px solid #ececec;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.categoryWrapper .post .thumb img {
  height: 190px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.categoryWrapper .post .info {
  padding: 25px 20px;
}
.categoryWrapper .post .info .title {
  font-size: 27px;
  text-transform: uppercase;
  color: #f25700;
  line-height: 1;
  padding-bottom: 12px;
}
.categoryWrapper .post .info .detail {
  color: #41454e;
  padding-bottom: 0;
  line-height: 1.4;
}
.categoryWrapper .post .info .text {
  color: #41454e;
}
.categoryWrapper .post .info .more {
  text-transform: uppercase;
  text-align: right;
  font-family: "Cuprum", sans-serif;
  color: #959595;
  font-weight: 700;
  padding: 10px 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.categoryWrapper .post:hover {
  text-decoration: none;
  opacity: 1;
  box-shadow: 0 1px 32px 0 rgba(255, 86, 0, 0.23);
}
.categoryWrapper .post:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.categoryWrapper .post:hover .more {
  color: #f25700;
}
.tpl-custom .content {
  padding: 40px 0 30px;
}
.tpl-custom .wpcf7 {
  margin-bottom: 30px;
}
.tpl-custom .wpcf7 input {
  border-color: #000;
}
.tpl-custom .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.tpl-custom .wpcf7 label > strong {
  color: red;
}
.top-info-box {
  background: #707378;
  color: #ffc000;
  text-align: center;
  padding: 5px 0;
}
.top-info-box p {
  color: #fff;
}
.top-info-box > .container {
  width: 1720px;
}
.top-info-box > .container > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 1024px) {
  .col-50 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .left-right-content .alc, .left-right-content .gallery {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.left-right-content .item {
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .left-right-content .item {
    margin-bottom: 30px;
  }
}
.left-right-content .item .info {
  max-width: 660px;
  margin-right: auto;
  margin-left: 80px;
  padding-right: 6%;
}
@media screen and (max-width: 1024px) {
  .left-right-content .item .info {
    max-width: 94%;
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}
.left-right-content .item:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left-right-content .item:nth-child(even) .info {
  margin-left: auto;
  margin-right: 80px;
  padding-left: 6%;
}
@media screen and (max-width: 1024px) {
  .left-right-content .item:nth-child(even) .info {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}
.left-right-content .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .left-right-content .image {
    margin-bottom: 25px;
  }
  .left-right-content .image img {
    margin: 0 auto;
  }
}
.bottom-image {
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .bottom-image {
    display: none;
  }
}
.grid-section {
  padding: 35px 0;
}
.grid-section .container {
  width: 1720px;
}
.grid-section .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px 15px;
  grid-template-areas: "item-1 item-2 item-4" "item-1 item-3 item-4";
}
@media screen and (max-width: 768px) {
  .grid-section .items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "item-1 item-2" "item-1 item-3" "item-4 item-4";
  }
}
.grid-section .items .item-1 {
  grid-area: item-1;
}
.grid-section .items .item-2 {
  grid-area: item-2;
}
.grid-section .items .item-3 {
  grid-area: item-3;
}
.grid-section .items .item-4 {
  grid-area: item-4;
}
.grid-section .item {
  position: relative;
  display: block;
  max-height: 515px;
}
.grid-section .item.item-2, .grid-section .item.item-3 {
  max-height: 250px;
}
@media screen and (max-width: 768px) {
  .grid-section .item.item-1 {
    max-height: 306px;
  }
  .grid-section .item.item-4 {
    max-height: 150px;
  }
  .grid-section .item.item-2, .grid-section .item.item-3 {
    max-height: 157px;
  }
}
.grid-section .item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9;
}
.grid-section .item:hover {
  opacity: 1;
}
.grid-section .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.grid-section .item figure {
  height: 100%;
  overflow: hidden;
}
.grid-section .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.grid-section .item .text-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .grid-section .item .text-button {
    padding: 5px 3px;
    bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .grid-section .item .text-button .button {
    font-size: 16px;
    padding: 0 10px;
  }
}
.grid-section .item .text-button .text {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .grid-section .item .text-button .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .grid-section .item .text-button .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1360px) {
  #mainMenu > ul > li {
    margin: 0 10px;
  }
  #mainMenu > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  #mainMenu > ul > li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  .logo {
    display: none;
  }
}
