/* Global reset
*******************************************************************************/
html,
body,
div,
a,
span,
object,
iframe,
p,
blockquote,
pre,
img,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
form,
legend,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* =HTML5 display definitions
*******************************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
/* Tags reset
*******************************************************************************/
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a:hover,
a:active,
label:focus,
label:active {
  outline: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/* Normalizing form elements
*******************************************************************************/
fieldset {
  border: none;
}
textarea,
button,
input,
select {
  font-size: 100%;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  min-height: 30px;
  max-height: 400px;
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Normalizing Tags
*******************************************************************************/
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
/* =Useful classes
*******************************************************************************/
.clearfix:before,
.nav:before,
.f-row:before,
.container:before,
.widget:before,
.clearfix:after,
.nav:after,
.f-row:after,
.container:after,
.widget:after {
  content: "";
  display: table;
}
.clearfix:after,
.nav:after,
.f-row:after,
.container:after,
.widget:after {
  clear: both;
}
.debug {
  border: 1px dotted #f00 !important;
}
.hidden {
  display: none;
  visibility: hidden;
}
.no-marg,
.no-margin {
  margin: 0 !important;
}
.no-pad,
.no-padding {
  padding: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-bg {
  background: none !important;
}
.no-bd,
.no-border {
  border: none !important;
}
.fl-l,
.f-left {
  float: left !important;
}
.fl-r,
.f-right {
  float: right !important;
}
.f-none,
.fl-none {
  float: none !important;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.clear {
  clear: both !important;
}
.width-auto {
  width: auto !important;
}
.d-none {
  display: none;
}
.row1 {
  background: #fff;
}
.display-block {
  display: block !important;
}
.hr {
  height: 1px;
  font: 0/0 serif;
  border-bottom: 1px dotted #888;
  margin: 15px 0;
}
.btn {
  background: none;
  border: none;
  cursor: pointer;
}
/* === Minimal base appearance */
html {
  height: 100%;
  background: #f3f4f4;
  min-width: 320px;
}
body {
  font: 300 12px 'Lato', sans-serif;
  color: #444444;
  height: 100%;
}
select,
input,
textarea {
  color: #444444;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
a {
  color: #53b7e0;
}
a:link {
  -webkit-tap-highlight-color: #8ed0e0;
}
@media only screen and (max-width: 1100px) {
  a:hover {
    color: #316fe0;
  }
}
::-webkit-input-placeholder {
  color: #444444;
}
::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #444444;
}
::-moz-selection {
  color: #fff;
  background: #8ed0e0;
}
::selection {
  color: #fff;
  background: #8ed0e0;
}
a,
button,
input {
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
/* = Standart Elements */
.simple-btn {
  border: 1px solid #fff;
  padding: 11px 35px;
  text-transform: uppercase;
  display: inline-block;
  color: White;
  font: 700 16px 'Oswald', Arial, 'sans-serif';
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.simple-btn.simple-btn-grey {
  border: 1px solid #5e6a71;
  color: #5e6a71;
}
.simple-btn.simple-btn-grey:before {
  border-bottom: 3px solid #5e6a71;
}
.simple-btn:before,
.simple-btn:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.simple-btn:before {
  border-bottom: 3px solid #FFF;
  border-left: 0;
  transform-origin: 0% 100%;
}
.simple-btn:after {
  border-top: 0;
  border-right: 0;
  transform-origin: 50% 50%;
}
@media only screen and (min-width: 1101px) {
  .simple-btn:hover {
    border: 1px solid rgba(0, 160, 80, 0);
  }
  .simple-btn:hover:after,
  .simple-btn:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* === OWL Carousel */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/* = Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* = Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-dot {
  cursor: pointer;
  background: #404148;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 13px;
  border-radius: 5px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-controls .owl-nav .owl-prev.active,
.owl-controls .owl-nav .owl-next.active,
.owl-controls .owl-dot.active {
  background: #2364b1;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  background: none;
  position: absolute;
  top: 50%;
  font: 0/0 a;
  -webkit-transition: left 0.3s, right 0.3s;
  -moz-transition: left 0.3s, right 0.3s;
  -ms-transition: left 0.3s, right 0.3s;
  transition: left 0.3s, right 0.3s;
}
.owl-controls .owl-nav .owl-prev:before,
.owl-controls .owl-nav .owl-next:before {
  color: White;
  font-size: 80px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.owl-controls .owl-nav .owl-prev path,
.owl-controls .owl-nav .owl-next path {
  fill: White;
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media only screen and (max-width: 529px) {
  .owl-controls .owl-nav .owl-prev,
  .owl-controls .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    line-height: 20px;
    text-align: center;
    top: 45%;
  }
  .owl-controls .owl-nav .owl-prev svg,
  .owl-controls .owl-nav .owl-next svg {
    width: 18px;
  }
}
@media only screen and (min-width: 1101px) {
  .owl-controls .owl-nav .owl-prev:hover:before,
  .owl-controls .owl-nav .owl-next:hover:before {
    color: #e50b34;
  }
  .owl-controls .owl-nav .owl-prev:hover path,
  .owl-controls .owl-nav .owl-next:hover path {
    fill: #53b7e0;
  }
}
.owl-controls .owl-nav .owl-prev {
  left: 50px;
}
@media only screen and (max-width: 1100px) {
  .owl-controls .owl-nav .owl-prev {
    left: 20px;
  }
}
@media only screen and (min-width: 1101px) {
  .owl-controls .owl-nav .owl-prev:hover {
    left: 40px;
  }
}
.owl-controls .owl-nav .owl-next {
  right: 50px;
}
@media only screen and (max-width: 1100px) {
  .owl-controls .owl-nav .owl-next {
    right: 20px;
  }
}
@media only screen and (min-width: 1101px) {
  .owl-controls .owl-nav .owl-next:hover {
    right: 40px;
  }
}
.owl-dots {
  text-align: center;
  padding: 30px 0;
}
/* = Owl Carousel CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* =FORMS
****************************************************************************************/
.contact-container {
  max-width: 750px;
  margin: 0 auto;
}
.contact-container .cc-caption {
  font-size: 30px;
  text-align: center;
  padding-bottom: 50px;
  color: #5e6a71;
}
@media only screen and (max-width: 1100px) {
  .contact-container .cc-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .cc-caption {
    font-size: 20px;
  }
}
.contact-container .cc-btn {
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .form {
    padding: 0 20px;
  }
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
  font-size: 14px;
  line-height: 20px;
  color: #5e6a71;
  padding: 20px 30px;
  border: 1px solid #d3d3d3;
  width: 100%;
  height: 65px;
  margin-bottom: 12px;
}
.form input[type="text"].wpcf7-not-valid,
.form input[type="tel"].wpcf7-not-valid,
.form input[type="email"].wpcf7-not-valid,
.form textarea.wpcf7-not-valid {
  border: 2px solid #e91216;
}
.form input[type="text"]::-webkit-input-placeholder,
.form input[type="tel"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #5e6a71;
}
.form input[type="text"]::-moz-placeholder,
.form input[type="tel"]::-moz-placeholder,
.form input[type="email"]::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #5e6a71;
  opacity: 1;
}
.form input[type="text"]:-ms-input-placeholder,
.form input[type="tel"]:-ms-input-placeholder,
.form input[type="email"]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #5e6a71;
}
@media only screen and (max-width: 767px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form textarea {
    padding: 15px 20px;
    height: 52px;
  }
}
.form .wpcf7-not-valid-tip {
  display: none;
}
.form textarea {
  height: 176px;
  max-height: 176px;
  resize: none;
}
.form .f-button {
  display: none;
}
.form span.wpcf7-not-valid-tip {
  color: #ff5353;
  margin-top: -10px;
}
.form .f-select {
  /*@media @desktop{
            border: 1px solid #ccc;
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            background: #fff url(../images/select-icon.png) no-repeat 96% 50%;
            height: 65px;
        }
        margin-bottom: 12px;
        select{
            @media @desktop{
                border: none;
                box-shadow: none;
                -webkit-box-shadow: none;
                background-color: transparent;
                background-image: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                height: 65px;
            }
            padding: 0 30px;
            width: 100%;
            font-size: 14px;
            height: 52px;
            option{
                padding: 10px 30px;
            }
        }*/
}
.form .f-input.f-required {
  position: relative;
}
.form .f-input.f-required:before {
  position: absolute;
  content: '\2217';
  left: -18px;
  top: 8px;
  font-size: 30px;
  color: #e4002b;
  font-weight: bold;
}
.ie11,
.ie10 {
  /*.f-select select,
    .f-select select{
        width: 107%;
    }*/
}
.ie11 .f-input.f-required:before,
.ie10 .f-input.f-required:before {
  left: -25px;
}
.contact-container div.wpcf7-validation-errors,
.contact-container div.wpcf7-mail-sent-ok,
.contact-container div.wpcf7-mail-sent-ng {
  margin: 0 0 20px 0;
  padding: 15px 0 0;
  font-size: 14px;
  font-weight: bold;
  border-style: none;
}
@media only screen and (max-width: 1100px) {
  .contact-container div.wpcf7-validation-errors,
  .contact-container div.wpcf7-mail-sent-ok,
  .contact-container div.wpcf7-mail-sent-ng {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-container div.wpcf7-validation-errors,
.contact-container div.wpcf7-mail-sent-ng {
  color: #e4002b;
}
.contact-container div.wpcf7-mail-sent-ok {
  color: #46ac16;
}
.f-select {
  margin-bottom: 7px;
}
select {
  width: 100%;
  margin-bottom: 5px;
  padding: 15px 20px;
  height: 52px;
}
.zs {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #5e6a71;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.zs select {
  position: absolute;
  z-index: -1;
  opacity: 0.00000001;
  cursor: pointer;
  /* fix for magento sites */
}
.zs select[style="display: none;"] + .zs-text {
  display: none;
}
.zs.zs-open .zs-drop {
  display: block;
  z-index: 1;
}
.zs.zs-open .zs-btn {
  margin-top: -5px;
  opacity: 0.5;
}
.zs.zs-open-top .zs-drop {
  top: auto;
  bottom: 100%;
}
.zs.zs-multiple:not(.zs-multiple-drop) .zs-drop {
  display: block;
  position: static;
}
.zs.zs-placeholder-active .zs-text {
  color: rgba(255, 255, 255, 0.5);
}
.zs.zs-disabled {
  opacity: 0.4;
}
.zs.zs-disabled .zs-text:hover {
  cursor: default;
}
.zs.zs-native-menu select {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: auto;
}
.zs.zs-native-menu .zs-text,
.zs.zs-native-menu .zs-btn {
  z-index: -1;
}
.zs-text {
  display: block;
  padding: 20px 30px;
  border: 1px solid #d3d3d3;
  position: relative;
  font: 14px 'Lato', sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.zs-text:after,
.zs-btn {
  content: "";
  width: 18px;
  height: 18px;
  margin: -12px 0 0 0;
  border-right: 2px solid #5e6a71;
  border-bottom: 2px solid #5e6a71;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zs-btn {
  margin-top: -15px;
  right: -35px;
  cursor: pointer;
  -webkit-transition: margin-top 0.3s;
  -ms-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  font-size: 12px;
  text-indent: -3px;
  letter-spacing: 1px;
}
.zs-drop {
  display: none;
  min-width: 100%;
  max-height: 350px;
  border: 1px solid #d3d3d3;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  background: #fff;
}
.zs-drop-item {
  padding: 12px 20px;
  font: 12px 'Lato', sans-serif;
  color: #000;
  background: #f5f5f5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.zs-drop-item:hover {
  color: #000;
  background: #d3d3d3;
}
.zs-drop-item.zs-drop-disabled {
  color: #fff;
  background: none;
}
.zs-drop-item:last-child {
  border-bottom: none;
  box-shadow: none;
}
.zs-drop-item.zs-active:not(.zs-drop-disabled) {
  color: #000;
  background: #d3d3d3;
}
.zs-drop-item.zs-item-focus:not(.zs-drop-disabled) {
  background: rgba(54, 68, 69, 0.5);
}
.zs-drop-item.zs-drop-inoptgroup {
  padding-left: 30px;
}
.zs-drop-item.zs-drop-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.zs-drop-item.zs-drop-disabled {
  opacity: 0.4;
  cursor: default;
}
.zs-drop-optgroup {
  padding: 12px 12px 6px;
  border-bottom: 1px solid #525355;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
/* = Header Section */
.logo {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 2000;
}
.h-menu {
  position: fixed;
  top: 77px;
  right: 30px;
  z-index: 2000;
}
.hm-link {
  width: 30px;
  height: 30px;
  padding-top: 10px;
  position: relative;
  display: block;
}
.hm-link.no-activated span {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.hm-link.no-activated span:before,
.hm-link.no-activated span:after {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.hm-link.no-activated em {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1101px) {
  .hm-link.no-activated:hover span {
    background: #0087ae;
    transition-delay: 0.2s;
  }
  .hm-link.no-activated:hover span:before {
    background: #0087ae;
    transition-delay: 0.1s;
  }
  .hm-link.no-activated:hover span:after {
    background: #0087ae;
    transition-delay: 0.3s;
  }
  .hm-link.no-activated:hover em {
    color: #0087ae;
    transition-delay: 0.5s;
  }
}
.hm-link span {
  cursor: pointer;
  border-radius: 1px;
  height: 6px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}
.hm-link span:before,
.hm-link span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 6px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}
.hm-link span:before {
  top: -10px;
}
.hm-link span:after {
  bottom: -10px;
}
.hm-link em {
  position: absolute;
  bottom: -12px;
  font-weight: 700;
  color: White;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.hm-link.activated span {
  background: transparent !important;
}
.hm-link.activated span:after,
.hm-link.activated span:before {
  top: 0 !important;
}
.hm-link.activated span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476);
  zoom: 1;
}
.hm-link.activated span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
  zoom: 1;
}
.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0) translateY(-100%) scale(1);
  -moz-transform: translateX(0) translateY(-100%) scale(1);
  -ms-transform: translateX(0) translateY(-100%) scale(1);
  transform: translateX(0) translateY(-100%) scale(1);
  z-index: 1001;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  background: -moz-linear-gradient(-45deg, #005670, #0087ae);
  background: -webkit-linear-gradient(-45deg, #005670, #0087ae);
  background: -ms-linear-gradient(-45deg, #005670, #0087ae);
  background: linear-gradient(-45deg, #005670, #0087ae);
  -webkit-transition: transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
@media only screen and (max-width: 529px) {
  .top-menu {
    font-size: 30px;
    overflow-y: scroll;
  }
}
.top-menu li {
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-menu li:nth-child( 6) {
  transition-delay: 0.92307692s;
}
.top-menu li:nth-child( 5) {
  transition-delay: 0.76923077s;
}
.top-menu li:nth-child( 4) {
  transition-delay: 0.61538462s;
}
.top-menu li:nth-child( 3) {
  transition-delay: 0.46153846s;
}
.top-menu li:nth-child( 2) {
  transition-delay: 0.30769231s;
}
.top-menu li:nth-child( 1) {
  transition-delay: 0.15384615s;
}
.top-menu a {
  color: #74b0c9;
}
.top-menu a:hover {
  color: #fff;
}
.top-menu .current_page_item a {
  color: #fff;
}
.top-menu .menu-primary-menu-container {
  padding: 5% 0 0 25%;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  transition: transform 0.6s;
}
@media only screen and (max-width: 1100px) {
  .top-menu .menu-primary-menu-container {
    padding: 5% 0 0 30%;
  }
}
@media only screen and (max-width: 529px) {
  .top-menu .menu-primary-menu-container {
    padding: 20% 5% 0 20%;
  }
}
.top-menu.open {
  -webkit-transform: translateX(0) translateY(0) scale(1);
  -moz-transform: translateX(0) translateY(0) scale(1);
  -ms-transform: translateX(0) translateY(0) scale(1);
  transform: translateX(0) translateY(0) scale(1);
}
.top-menu.open .menu-primary-menu-container {
  -webkit-transform: translateX(0) translateY(10%) scale(1);
  -moz-transform: translateX(0) translateY(10%) scale(1);
  -ms-transform: translateX(0) translateY(10%) scale(1);
  transform: translateX(0) translateY(10%) scale(1);
}
@media only screen and (max-width: 1100px) {
  .top-menu.open .menu-primary-menu-container {
    -webkit-transform: translateX(0) translateY(30%) scale(1);
    -moz-transform: translateX(0) translateY(30%) scale(1);
    -ms-transform: translateX(0) translateY(30%) scale(1);
    transform: translateX(0) translateY(30%) scale(1);
  }
}
.top-menu.open li {
  opacity: 1;
}
/* =Footer
****************************************************************************************/
.footer {
  padding: 65px 50px;
  position: relative;
  height: 220px;
  margin-top: -353px;
  width: 100%;
  border-top: 3px solid #e4002b;
}
@media only screen and (max-width: 1100px) {
  .footer {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 65px 0;
  }
}
.footer .f-top {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .f-top {
    display: block;
  }
}
.footer .f-bottom {
  margin-top: 50px;
}
@media only screen and (min-width: 1101px) {
  .footer .f-bottom {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer .f-bottom {
    border-top: 1px solid #c3c8c8;
  }
}
@media only screen and (max-width: 767px) {
  .footer .f-bottom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .f-logo {
  display: table-cell;
  width: 13%;
  vertical-align: top;
}
@media only screen and (max-width: 1100px) {
  .footer .f-logo {
    display: block;
    width: 25%;
    float: left;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .f-logo {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    padding-right: 0;
  }
}
.footer .f-address {
  border-left: 1px solid #c3c8c8;
  margin-left: 240px;
  font-size: 17px;
  line-height: 26px;
  padding-left: 50px;
  display: table-cell;
  vertical-align: top;
  width: 23%;
}
.footer .f-address em {
  font-style: normal;
  margin-top: 15px;
  display: inline-block;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer .f-address {
    width: 17%;
  }
}
@media only screen and (max-width: 1100px) {
  .footer .f-address {
    display: block;
    width: 36%;
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .f-address {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    border-style: none;
    margin-top: 20px;
    padding-left: 0;
  }
}
.footer .f-menu-container {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}
.footer .f-menu-container .fm-item {
  display: none;
  font: 20px Oswald, arial, sans-serif, Arial, Sans-serif;
  text-transform: uppercase;
  color: #4c575e;
  position: relative;
}
.footer .f-menu-container .fm-item:after {
  content: '\0002B';
  position: absolute;
  top: 25px;
  margin-left: 10px;
  color: #e4002b;
}
.footer .f-menu-container .fm-item.activated:after {
  content: '\02212';
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .footer .f-menu-container .fm-item {
    border-top: 1px solid #b6bcbc;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer .f-menu-container {
    width: 40%;
  }
}
@media only screen and (max-width: 1100px) {
  .footer .f-menu-container {
    width: 38%;
    display: block;
    float: right;
    clear: right;
  }
  .footer .f-menu-container .f-menu {
    width: 100%;
  }
  .footer .f-menu-container .f-menu a {
    padding: 0 10px;
    color: #005670;
  }
}
@media only screen and (max-width: 767px) {
  .footer .f-menu-container {
    width: 100%;
    float: none;
    text-align: center;
    margin: 30px auto 0;
  }
  .footer .f-menu-container .fm-item {
    display: block;
    font-size: 40px;
    width: 90%;
    margin: 0 auto;
  }
}
.footer .f-social {
  display: table-cell;
  text-align: right;
  width: 33%;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer .f-social {
    width: 26%;
  }
}
@media only screen and (max-width: 1100px) {
  .footer .f-social {
    position: absolute;
    bottom: 26%;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .f-social {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.social-icons svg {
  margin-right: 8px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.social-icons svg path {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
  transition-delay: 0.3s;
}
.social-icons a:hover svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.social-icons a:hover path {
  fill: #e4002b;
}
.f-menu {
  width: 55%;
  margin: 0 auto;
}
.f-menu .menu-item {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 1100px) {
  .f-menu .menu-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .f-menu .menu-item {
    width: 100%;
    float: none;
  }
}
.f-menu .menu-item:nth-child(even) {
  float: right;
  clear: right;
}
.f-menu .menu-item a {
  color: #005670;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  display: inline-block;
  outline: none;
  vertical-align: bottom;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px;
}
.f-menu .menu-item a:before {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #e4002b;
  content: '';
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scaleY(2) translateX(-100%);
  transform: scaleY(2) translateX(-100%);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.f-menu .menu-item a:hover {
  outline: 0;
  color: #fff;
}
.f-menu .menu-item a:hover:before {
  transform: scaleY(2) translateX(0);
  -webkit-transform: scaleY(2) translateX(0);
}
@media only screen and (max-width: 767px) {
  .f-menu {
    overflow: hidden;
  }
  .f-menu .fm-container {
    transform: translate(0, -200%);
    -webkit-transition: height 0.3s, transform 0.6s;
    -moz-transition: height 0.3s, transform 0.6s;
    -ms-transition: height 0.3s, transform 0.6s;
    transition: height 0.3s, transform 0.6s;
    height: 0;
  }
  .f-menu .fm-container.show {
    transform: translate(0, 0);
    height: 100%;
  }
  .f-menu .fm-container .menu-item {
    float: none !important;
    background: #d9dcdc;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #b6bcbc;
    border-top: 1px solid #f2f3f3;
  }
  .f-menu .fm-container .menu-item:first-child {
    padding-top: 40px;
    -webkit-box-shadow: inset 0 22px 22px #b0b2b2;
    box-shadow: inset 0 22px 22px #b0b2b2;
  }
  .f-menu .fm-container .menu-item:last-child {
    padding-bottom: 40px;
    -webkit-box-shadow: inset 0 -22px 22px #b0b2b2;
    box-shadow: inset 0 -22px 22px #b0b2b2;
  }
}
.fb-buttons {
  height: 50px;
  /*@media @desktop{
		display: none;
	}
	@media @nodesktop{
		display: block;
		float: right;
	}
	@media @under-tablet{
		float: none;
	}
	a{
		display: inline-block;
		border:1px solid #5e6a71;
		padding: 12px 40px;
		color: #5e6a71;
		font:700 16px @oswald-font;
		text-transform: uppercase;
		margin-right: 9px;
		@media @under-tablet{
			display: block;
			width: 80%;
			text-align: center;
			margin:0 auto 10px;
		}
	}*/
}
@media only screen and (max-width: 767px) {
  .fb-buttons {
    height: 0;
  }
}
.copyright {
  float: right;
  margin-top: -52px;
  font-size: 14px;
}
@media only screen and (max-width: 1100px) {
  .copyright {
    margin-top: 50px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .copyright .c-links {
    display: block;
    margin-top: 5px;
  }
}
.copyright a {
  color: #005670;
}
.copyright a:hover {
  color: #e9001f;
}
/* = Main site container */
.wrapper {
  height: auto;
  min-height: 100%;
  padding-bottom: 350px;
}
.page {
  width: 100%;
  background: #fff;
}
.page-container {
  padding: 100px 0;
  max-width: 1450px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1100px) {
  .page-container {
    padding: 50px 0;
  }
}
.page-container.grid-images-container {
  max-width: 1500px;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-container.grid-images-container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  .page-container.grid-images-container {
    max-width: 1180px;
  }
}
.page-container.our-story-container {
  max-width: 100%;
}
.page-container.contact-container {
  max-width: 750px;
}
.p-banner {
  width: 100%;
  position: relative;
  min-height: 630px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  color: White;
}
.p-banner .pb-bkg {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  animation-name: imgZoom;
  animation-duration: 75s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  min-height: 630px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1101px) {
  .p-banner .pb-bkg-story {
    background-image: url(../images/our-story-banner-1.jpg);
    background-position: right center;
  }
}
@media only screen and (max-width: 1100px) {
  .p-banner .pb-bkg-story {
    background-image: url(../images/our-story-banner-1-mobile.jpg);
    background-position: right bottom;
  }
}
.p-banner .pb-cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 630px;
  width: 100%;
  font-size: 30px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
@media only screen and (max-width: 767px) {
  .p-banner .pb-cnt {
    font-size: 23px;
  }
}
.p-banner h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-banner h1 {
    font-size: 50px;
  }
}
@-webkit-keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes imgZoom {
  0% {
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes imgZoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.ie11 .pb-bkg,
.ie10 .pb-bkg {
  -ms-animation-name: none;
  animation-name: none;
}
/* = Sub Pages */
.os-top {
  max-width: 1150px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 1100px) {
  .os-top {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .os-top {
    font-size: 18px;
  }
}
.os-top .ost-col {
  width: 48%;
  text-align: justify;
}
.os-top .ost-col:first-child {
  float: left;
}
.os-top .ost-col:last-child {
  float: right;
}
@media only screen and (max-width: 767px) {
  .os-top .ost-col {
    float: none;
    width: 100%;
  }
}
.os-circles {
  max-width: 1450px;
  margin: 80px auto;
}
@media only screen and (max-width: 1100px) {
  .os-circles {
    max-width: 90%;
    margin: 40px auto;
  }
}
.osc-item {
  width: 20%;
  float: left;
  margin-right: 20%;
  text-align: center;
}
.osc-item:last-child {
  margin-right: 0;
}
.osc-item h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 25px 0 10px;
}
.osc-item .osc-text {
  font-size: 17px;
}
@media only screen and (min-width: 1101px) {
  .osc-item img {
    transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
  }
  .osc-item img.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .osc-item:nth-child(1) img {
    transition-delay: 0.9s;
  }
  .osc-item:nth-child(2) img {
    transition-delay: 0.6s;
  }
  .osc-item:nth-child(3) img {
    transition-delay: 0.3s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .osc-item {
    width: 25%;
    float: left;
    margin-right: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .osc-item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .osc-item h3 {
    font-size: 17px;
  }
  .osc-item .osc-text {
    font-size: 16px;
  }
}
.our-story-founder {
  background: url(../images/our-story-founder.jpg) no-repeat 58% top;
  background-size: cover;
  min-height: 925px;
  padding-left: 240px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .our-story-founder {
    background-position: left;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1899px) {
  .our-story-founder {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .our-story-founder {
    min-height: 0;
    padding: 50px 20px 0;
  }
}
.our-story-founder .osf-col {
  width: 500px;
  background: #005670;
  min-height: 925px;
  color: White;
  padding: 90px 40px 180px;
  position: relative;
}
@media only screen and (min-width: 1101px) {
  .our-story-founder .osf-col {
    transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
  }
  .our-story-founder .osf-col.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .our-story-founder .osf-col {
    min-height: 0;
    width: 100%;
  }
}
.our-story-founder .osf-col h2 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .our-story-founder .osf-col h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 529px) {
  .our-story-founder .osf-col h2 {
    font-size: 30px;
  }
}
.our-story-founder .osf-col .osf-text {
  margin-top: 15px;
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .our-story-founder .osf-col .osf-text {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 529px) {
  .our-story-founder .osf-col .osf-text {
    font-size: 16px;
  }
}
.our-story-founder .osf-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f0f0f0;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  .our-story-founder .osf-social svg {
    margin-right: 1px;
  }
}
.what-we-do {
  overflow: hidden;
}
.what-we-do .wld-left {
  padding-left: 240px;
  display: table-cell;
  background: #0087ae;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) and (max-width: 1899px) {
  .what-we-do .wld-left {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1101px) {
  .what-we-do .wld-left {
    transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
  }
  .what-we-do .wld-left.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@media only screen and (max-width: 1100px) {
  .what-we-do .wld-left {
    padding: 50px 0;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .what-we-do .wld-left {
    padding: 30px;
  }
}
.what-we-do .wld-left h3 {
  width: 500px;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 0.9;
  padding: 30px 0;
}
@media only screen and (max-width: 1100px) {
  .what-we-do .wld-left h3 {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .what-we-do .wld-left h3 {
    font-size: 40px;
    line-height: 1;
  }
}
@media only screen and (max-width: 529px) {
  .what-we-do .wld-left h3 {
    font-size: 30px;
  }
}
.what-we-do .wld-right {
  display: table-cell;
  background: #f5f5f5;
  padding: 70px 125px 70px 60px;
  color: #5e6a71;
}
@media only screen and (min-width: 1101px) {
  .what-we-do .wld-right {
    transform: translateX(1000%);
    -webkit-transform: translateX(1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
  }
  .what-we-do .wld-right.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1900px) {
  .what-we-do .wld-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .what-we-do .wld-right {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .what-we-do .wld-right {
    padding: 40px;
  }
}
.what-we-do .wld-right h5 {
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .what-we-do .wld-right h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 529px) {
  .what-we-do .wld-right h5 {
    font-size: 16px;
  }
}
.what-we-do .wld-right .wldr-text {
  margin-top: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .what-we-do .wld-right .wldr-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 529px) {
  .what-we-do .wld-right .wldr-text {
    font-size: 16px;
  }
}
.what-we-do .wld-right p {
  font-size: 20px;
  margin-top: 15px;
  line-height: 30px;
}
@media only screen and (max-width: 529px) {
  .what-we-do .wld-right p {
    font-size: 16px;
    line-height: 20px;
  }
}
.how-can-help {
  padding: 100px 0 0 240px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-width: 1899px) {
  .how-can-help {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .how-can-help {
    padding: 40px 0 0;
  }
}
.how-can-help .hch-left {
  float: left;
  max-width: 1150px;
}
@media only screen and (min-width: 1101px) {
  .how-can-help .hch-left {
    transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
    min-width: 1150px;
  }
  .how-can-help .hch-left.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@media only screen and (max-width: 1100px) {
  .how-can-help .hch-left {
    padding: 0 40px 40px 40px;
    width: 90%;
    float: none;
  }
}
.how-can-help .hch-left h3 {
  font-size: 50px;
  color: #5e6a71;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  .how-can-help .hch-left h3 {
    font-size: 40px;
    line-height: 1;
  }
}
@media only screen and (max-width: 529px) {
  .how-can-help .hch-left h3 {
    font-size: 30px;
  }
}
.how-can-help .hch-left .hch-text {
  margin-top: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .how-can-help .hch-left .hch-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 529px) {
  .how-can-help .hch-left .hch-text {
    font-size: 16px;
  }
}
.how-can-help .hch-right {
  overflow: hidden;
  width: 280px;
}
@media only screen and (min-width: 1101px) {
  .how-can-help .hch-right {
    transform: translateX(1000%);
    -webkit-transform: translateX(1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
    width: 100%;
  }
  .how-can-help .hch-right.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .how-can-help .hch-right .simple-btn {
    margin-right: 1%;
    float: left;
    max-width: 32% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .how-can-help .hch-right {
    width: 100%;
    padding-left: 40px;
  }
  .how-can-help .hch-right .simple-btn {
    margin-right: 1%;
    float: left;
    max-width: 32% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1900px) {
  .how-can-help .hch-right {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .how-can-help .hch-right {
    padding: 0 40px;
    width: 100%;
  }
  .how-can-help .hch-right .simple-btn {
    margin: 0;
    float: none;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1900px) {
  .how-can-help .hch-right {
    max-width: 280px;
  }
  .how-can-help .hch-right .simple-btn {
    float: none;
    max-width: 100% !important;
  }
}
.how-can-help .hch-right .simple-btn {
  display: block;
  max-width: 180px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .how-can-help .hch-right .simple-btn {
    margin: 20px 0 0;
  }
}
/* = Sourcing Page */
.sourcing-container {
  max-width: 100%;
  padding: 0;
}
.sc-tabs {
  background: url(../images/sourcing-area-bkg.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 760px;
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 1100px) {
  .sc-tabs {
    padding-top: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .sc-tabs {
    padding: 50px 0;
    min-height: 0;
  }
}
.sc-left {
  float: left;
  width: 18%;
  margin: 0 3%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .sc-left {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .sc-left {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
}
.sc-right {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 1100px) {
  .sc-right {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .sc-right {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 530px) {
  .area-list-val {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .area-list-val {
    display: block;
    color: #4c575e;
    background: White;
    border: 1px solid rgba(0, 5, 6, 0.3);
    padding: 17px;
    font: 700 20px Oswald, arial, sans-serif;
    text-transform: uppercase;
    position: relative;
  }
  .area-list-val:after {
    content: '';
    width: 15px;
    height: 8px;
    background: url(../images/sourcing-red-corner.gif) no-repeat 0 0;
    position: absolute;
    right: 17px;
    top: 28px;
  }
}
.area-list {
  background: white;
  padding: 80px 30px;
  text-align: right;
  height: 715px;
  /*@media @mobile-landscape{
		height: 400px;
	}*/
}
@media only screen and (max-width: 767px) {
  .area-list {
    text-align: center;
    height: auto;
    padding: 0 0 30px 0;
    margin-top: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
.area-list li {
  margin-bottom: 30px;
}
.area-list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .area-list li {
    margin: 0;
    padding: 15px 0 0 0;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .area-list li {
    margin-bottom: 10px;
  }
}
.area-list .al-item {
  font-size: 30px;
  color: #5e6a71;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .area-list .al-item {
    font-size: 25px;
  }
}
.area-list .al-item.active,
.area-list .al-item:hover {
  color: #e50b34;
}
@media only screen and (min-width: 530px) {
  .area-list .al-item.active:before,
  .area-list .al-item:hover:before {
    content: '';
    position: absolute;
    background: url(../images/sourcing-corner.gif) no-repeat 0 0;
    width: 17px;
    height: 33px;
    right: -31px;
  }
}
@media only screen and (max-width: 767px) {
  .area-list .al-item.active:before,
  .area-list .al-item:hover:before {
    display: none;
  }
}
.area-description {
  float: right;
  width: 34%;
  height: 715px;
  color: White;
  position: relative;
  overflow: hidden;
  z-index: 1000;
  /*@media @mobile-landscape{
		height: 400px;
	}*/
  /*.simple-btn{
		.transition(opacity @animationSpeedBig);
	}*/
}
@media only screen and (max-width: 1100px) {
  .area-description {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .area-description {
    height: auto;
    float: none;
  }
}
.area-description .s-ad-item {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  transform: translate3d(0, 0, 0);
  /*h3, .ad-text, .simple-btn{
			opacity: 1;
		}*/
}
@media only screen and (max-width: 767px) {
  .area-description .s-ad-item {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .area-description .s-ad-item {
    position: static;
    display: none;
    text-align: center;
  }
}
.area-description h3 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  transition-delay: .3s;
  line-height: 0.9;
}
@media only screen and (max-width: 529px) {
  .area-description h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .area-description h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.area-description .ad-text {
  /*.transition(opacity @animationSpeedBig);
		transition-delay: .6s;*/
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media only screen and (max-width: 529px) {
  .area-description .ad-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .area-description .ad-text {
    font-size: 16px;
  }
}
.area-image {
  float: right;
  width: 65%;
  position: relative;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1100px) {
  .area-image {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .area-image {
    float: none;
    width: 100%;
    display: block;
  }
}
.area-image .ai-item {
  position: absolute;
}
@media only screen and (max-width: 1100px) {
  .area-image .ai-item {
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 530px) {
  .area-image .ai-item {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}
@media only screen and (max-width: 767px) {
  .area-image .ai-item {
    padding: 30px 0;
    position: static;
    display: none;
    height: auto;
  }
}
@media only screen and (min-width: 530px) {
  .area-image .ai-item.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1100px) {
  .area-image .ai-item.active {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: hidden;
  }
  .area-image .ai-item.active img {
    max-height: 460px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .area-image .ai-item.active {
    display: block;
  }
}
.sourcing-text-sections {
  max-width: 1315px;
  margin: 0 auto;
  padding: 100px 0;
  color: #5e6a71;
}
@media only screen and (max-width: 1100px) {
  .sourcing-text-sections {
    padding: 50px;
  }
}
@media only screen and (max-width: 529px) {
  .sourcing-text-sections {
    padding: 20px 0;
  }
}
.sourcing-text-sections h3 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
  .sourcing-text-sections h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 529px) {
  .sourcing-text-sections h3 {
    font-size: 30px;
  }
}
.sourcing-text-sections .text {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 529px) {
  .sourcing-text-sections .text {
    font-size: 16px;
  }
}
.sourcing-text-sections .text p {
  margin-top: 15px;
}
.sourcing-text-sections .simple-btn {
  margin-top: 40px;
}
.sourcing-text-sections .sts-row-container {
  position: relative;
  min-height: 550px;
}
@media only screen and (max-width: 1100px) {
  .sourcing-text-sections .sts-row-container {
    min-height: 0;
  }
}
@media only screen and (max-width: 529px) {
  .sourcing-text-sections .sts-row-container {
    padding-bottom: 20px;
  }
}
.sourcing-text-sections .sts-row-container .stsr-img {
  width: 50%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1100px) {
  .sourcing-text-sections .sts-row-container .stsr-img {
    position: static;
    min-height: 450px;
    width: 100%;
  }
}
@media only screen and (max-width: 529px) {
  .sourcing-text-sections .sts-row-container .stsr-img {
    min-height: 350px;
  }
}
.sourcing-text-sections .sts-row-container .stsr-info {
  float: right;
  width: 50%;
  overflow: hidden;
  padding: 0 50px 80px 50px;
}
@media only screen and (max-width: 1100px) {
  .sourcing-text-sections .sts-row-container .stsr-info {
    float: none;
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (min-width: 1101px) {
  .sourcing-text-sections .sts-row-container .stsr-info {
    transform: translateX(1000%);
    -webkit-transform: translateX(1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
  }
  .sourcing-text-sections .sts-row-container .stsr-info.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.sourcing-text-sections .sts-row-container:nth-child(2n+1) {
  overflow: hidden;
}
.sourcing-text-sections .sts-row-container:nth-child(2n) .stsr-img {
  left: auto;
  right: 0;
}
.sourcing-text-sections .sts-row-container:nth-child(2n) .stsr-info {
  float: none;
}
@media only screen and (min-width: 1101px) {
  .sourcing-text-sections .sts-row-container:nth-child(2n) .stsr-info {
    transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
  }
  .sourcing-text-sections .sts-row-container:nth-child(2n) .stsr-info.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
/* = Home background Video */
.home-video {
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: url(../images/home-bkg.jpg) no-repeat center 0;
  background-size: cover;
}
@media only screen and (max-width: 1100px) {
  .home-video {
    height: auto;
  }
}
.home-video .hv-wrapper {
  /*position: absolute;
		left: 0;
		top: 0;
		padding-bottom: 51.25%;
		height: 0;
		z-index: 1;
		width: 100%;*/
  overflow: hidden;
}
.home-video .hv-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: #1d222b;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1100px) {
  .home-video .hv-wrapper video {
    display: none;
  }
}
.hv-fullscreen {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s, z-index 0.6s;
  -moz-transition: opacity 0.6s, z-index 0.6s;
  -ms-transition: opacity 0.6s, z-index 0.6s;
  transition: opacity 0.6s, z-index 0.6s;
}
.hv-fullscreen.activated {
  z-index: 3000;
  opacity: 1;
}
.hv-fullscreen video {
  width: 95%;
  height: 95%;
  display: block;
  margin: 0 auto;
}
.hv-fullscreen .close-hv-fullscreen {
  width: 30px;
  height: 30px;
  margin: 10px 20px 0 0;
  position: relative;
  display: block;
  float: right;
}
.hv-fullscreen .close-hv-fullscreen span {
  cursor: pointer;
  border-radius: 1px;
  height: 6px;
  width: 30px;
  background: transparent;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out;
}
.hv-fullscreen .close-hv-fullscreen span:before,
.hv-fullscreen .close-hv-fullscreen span:after {
  top: 0;
  cursor: pointer;
  border-radius: 1px;
  height: 6px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: hover 0.3s;
  -moz-transition: hover 0.3s;
  -ms-transition: hover 0.3s;
  transition: hover 0.3s;
}
.hv-fullscreen .close-hv-fullscreen span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
  zoom: 1;
}
.hv-fullscreen .close-hv-fullscreen span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476);
  zoom: 1;
}
/* = Home text on video */
.home-banner {
  position: relative;
  z-index: 3;
  color: White;
  height: 100vh;
}
@media only screen and (max-width: 1100px) {
  .home-banner {
    height: auto;
    background-size: cover;
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 529px) {
  .home-banner {
    padding: 0 10px;
    min-height: 800px;
  }
}
.home-banner path,
.home-banner polygon {
  fill: #fff;
}
.home-banner .hb-caption {
  font: 30px 'Dynalight', Arial, 'sans-serif';
  padding-top: 30vh;
}
.home-banner .page-title {
  font-weight: 900;
  font-size: 70px;
  text-transform: uppercase;
  padding: 10px 0;
}
@media only screen and (max-width: 529px) {
  .home-banner .page-title {
    font-size: 50px;
  }
}
.home-banner .page-subcaption {
  font-weight: 300;
  font-size: 30px;
}
@media only screen and (max-width: 529px) {
  .home-banner .page-subcaption {
    font-size: 25px;
  }
}
.home-banner .next-slide {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -25px;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -ms-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.home-banner .next-slide path {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  transition: fill 0.3s;
}
.home-banner .next-slide:hover {
  bottom: 30px;
}
.home-banner .next-slide:hover path {
  fill: #53b7e0;
}
.home-banner .hb-holder {
  height: 230px;
}
.play-icon {
  width: 86px;
  height: 86px;
  display: inline-block;
  margin: 70px auto 0;
  border-radius: 43px;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.play-icon svg {
  margin: 17px 0 0 2px;
  width: 29px;
  height: 42px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.play-icon:hover svg {
  transform: scale(1.2);
}
/* = Home Statistics */
.home-statistics {
  width: 100%;
  padding: 150px 0;
  display: table;
  background: #ffffff;
  /*.m, .d{
		font-style: normal;
	}
	.m{
		display: none;
		position: absolute;
		top:-9999px;
	}
	@media @under-tablet{
		.d{
			display: none;
			position: absolute;
			top:-9999px;
		}
		.m{
			display: inline;
			font-weight: 100;
			position: static;
		}
	}*/
}
@media only screen and (max-width: 1100px) {
  .home-statistics {
    padding: 100px 0;
  }
}
.home-statistics .hsi-left,
.home-statistics .hsi-right {
  display: table-cell;
}
.home-statistics .hsi-right {
  display: table-cell;
  vertical-align: bottom;
  font-size: 40px;
  font-weight: 700;
  color: #5e6a71;
  padding-left: 25px;
}
.home-statistics .hsi-right .info-type {
  display: block;
  position: relative;
  font-style: normal;
}
@media only screen and (max-width: 1100px) {
  .home-statistics .hsi-right {
    font-size: 25px;
    background-size: 80%;
  }
}
.home-statistics .hs-item {
  width: 18%;
  float: left;
  margin: 0 7%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .home-statistics .hs-item {
    width: 30%;
    margin: 0 0 0 3%;
  }
  .home-statistics .hs-item h5 {
    font-size: 125px;
    letter-spacing: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-statistics .hs-item {
    width: 50%;
    margin: 0 auto;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.home-statistics .hs-item .info-type:before {
  display: block;
  position: absolute;
  left: 0;
  top: -100px;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (max-width: 1100px) {
  .home-statistics .hs-item .info-type:before {
    background-size: 80%;
    top: -80px;
  }
}
.home-statistics .hs-item.hs-item-1 .info-type:before {
  width: 68px;
  height: 95px;
  background-image: url(../images/statistic-1.png);
}
.home-statistics .hs-item.hs-item-1 h5 {
  color: #0087ae;
}
.home-statistics .hs-item.hs-item-2 .info-type:before {
  width: 90px;
  height: 95px;
  background-image: url(../images/statistic-2.png);
}
.home-statistics .hs-item.hs-item-2 h5 {
  color: #e4002b;
}
.home-statistics .hs-item.hs-item-3 .hsi-right {
  padding-left: 0;
}
.home-statistics .hs-item.hs-item-3 .info-type:before {
  width: 165px;
  height: 94px;
  background-image: url(../images/statistic-3.png);
}
@media only screen and (max-width: 1100px) {
  .home-statistics .hs-item.hs-item-3 .info-type:before {
    left: -25px;
  }
}
.home-statistics .hs-item.hs-item-3 h5 {
  color: #005670;
}
.home-statistics .hs-subcaption {
  font-size: 16px;
  color: #5e6a71;
  font-style: normal;
  white-space: nowrap;
}
.home-statistics h5 {
  font-size: 200px;
  font-weight: 100;
  line-height: 0.86;
  letter-spacing: -20px;
  text-indent: -15px;
}
.home-statistics .sub-num {
  font-size: 70px;
  font-style: normal;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .home-statistics .owl-next path,
  .home-statistics .owl-prev path {
    fill: #de001b !important;
  }
  .home-statistics .owl-controls .owl-nav .owl-prev {
    left: 5px;
  }
  .home-statistics .owl-controls .owl-nav .owl-next {
    right: -8px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .home-statistics .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
  .home-statistics .owl-controls .owl-nav .owl-next {
    right: 10px;
  }
}
/* = Home slider */
.home-slider .hs-item-content {
  background-size: cover !important;
  min-height: 100vh;
}
.home-slider .h-slider-tooltip {
  width: 56px;
  height: 56px;
  position: absolute;
  border: 2px solid White;
  background: rgba(42, 48, 51, 0.4);
  border-radius: 28px;
}
@media only screen and (max-width: 1100px) {
  .home-slider .h-slider-tooltip {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider .h-slider-tooltip {
    width: 36px;
    height: 36px;
  }
}
.home-slider .h-slider-tooltip svg {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
  zoom: 1;
}
.home-slider .h-slider-tooltip polygon {
  fill: #fff;
}
.home-slider .h-slider-tooltip:hover svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.00000000000000006123, M12=-1, M21=1, M22=0.00000000000000006123);
  zoom: 1;
}
@media only screen and (max-width: 529px) {
  .home-slider .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
  .home-slider .owl-controls .owl-nav .owl-next {
    right: -10px;
  }
}
.home-slider .owl-dots {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-slider .owl-dots .owl-dot {
  border-radius: 9px;
  background: #4d3e3c;
  border: 1px solid #b9aaaf;
  width: 9px;
  height: 9px;
}
.home-slider .owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
  background: #e4002b;
  margin-bottom: -2px;
}
.h-slider-item-1 .hs-item-content {
  background: url(../images/home-slider-1.jpg) no-repeat center top;
}
.h-slider-item-2 .hs-item-content {
  background: url(../images/home-slider-2.jpg) no-repeat center top;
}
.h-slider-item-3 .hs-item-content {
  background: url(../images/home-slider-3.jpg) no-repeat center top;
}
.h-slider-item-4 .hs-item-content {
  background: url(../images/home-slider-4.jpg) no-repeat center top;
}
.tooltip {
  position: absolute;
  width: 390px;
  background: rgba(255, 255, 255, 0.9);
  padding: 35px;
  color: #5d6468;
  z-index: 3000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.tooltip span {
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  transition-delay: 0.3s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.tooltip.activated h6,
.tooltip.activated span {
  opacity: 1;
}
.tooltip .t-text {
  clear: both;
}
@media only screen and (max-width: 529px) {
  .tooltip .t-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
  }
}
.tooltip.left-corner:before,
.tooltip.right-corner:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 21px;
  margin-top: -11px;
  top: 50%;
}
.tooltip.left-corner:before {
  background: url(../images/left-corner.png) no-repeat 0 0;
  left: -11px;
}
.tooltip.right-corner:before {
  background: url(../images/right-corner.png) no-repeat 0 0;
  right: -11px;
}
.tooltip-close {
  display: block;
  background: url(../images/tooltip-close.png) no-repeat 0 0;
  width: 38px;
  height: 37px;
  float: right;
  margin: -28px -28px 0 0;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.tooltip-close:hover,
.tooltip-close.activated {
  transform: translate(7px, -7px);
}
.h-slider-item-1 .h-slider-tooltip-1 {
  left: 13%;
  top: 32%;
}
.h-slider-item-1 .h-slider-tooltip-2 {
  left: 31%;
  top: 81%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-1 .h-slider-tooltip-2 {
    left: 38%;
    top: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .h-slider-item-1 .h-slider-tooltip-2 {
    left: 35%;
    top: 60%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .h-slider-item-1 .h-slider-tooltip-2 {
    left: 22%;
    top: 43%;
  }
}
.h-slider-item-1 .h-slider-tooltip-3 {
  left: 50%;
  top: 40%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-1 .h-slider-tooltip-3 {
    left: 56%;
  }
}
.h-slider-item-1 .h-slider-tooltip-4 {
  left: 89%;
  top: 73%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-1 .h-slider-tooltip-4 {
    left: 54%;
    top: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .h-slider-item-1 .h-slider-tooltip-4 {
    top: 70%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .h-slider-item-1 .h-slider-tooltip-4 {
    left: 44%;
    top: 71%;
  }
}
.h-slider-item-1 .h-slider-tooltip-5 {
  left: 69%;
  top: 37%;
}
@media only screen and (max-width: 767px) {
  .h-slider-item-1 .h-slider-tooltip-5 {
    left: 81%;
    top: 33%;
  }
}
.h-slider-item-2 .h-slider-tooltip-1 {
  left: 30%;
  top: 57%;
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .h-slider-item-2 .h-slider-tooltip-1 {
    top: 40%;
  }
}
.h-slider-item-2 .h-slider-tooltip-2 {
  left: 36%;
  top: 14%;
}
.h-slider-item-2 .h-slider-tooltip-3 {
  left: 62%;
  top: 28%;
}
.h-slider-item-2 .h-slider-tooltip-4 {
  left: 71%;
  top: 84%;
}
@media only screen and (max-width: 767px) {
  .h-slider-item-2 .h-slider-tooltip-4 {
    left: 79%;
    top: 89%;
  }
}
.h-slider-item-3 .h-slider-tooltip-1 {
  left: 4%;
  top: 22%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-3 .h-slider-tooltip-1 {
    top: 14%;
  }
}
.h-slider-item-3 .h-slider-tooltip-2 {
  left: 57%;
  top: 25%;
}
.h-slider-item-3 .h-slider-tooltip-3 {
  left: 50%;
  top: 68%;
}
.h-slider-item-3 .h-slider-tooltip-4 {
  left: 79%;
  top: 62%;
}
.h-slider-item-3 .h-slider-tooltip-5 {
  left: 7%;
  top: 50%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-3 .h-slider-tooltip-5 {
    top: 58%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .h-slider-item-3 .h-slider-tooltip-5 {
    top: 38%;
  }
}
.h-slider-item-4 .h-slider-tooltip-1 {
  left: 27%;
  top: 66%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-4 .h-slider-tooltip-1 {
    top: 50%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .h-slider-item-4 .h-slider-tooltip-1 {
    top: 41%;
    left: 22%;
  }
}
.h-slider-item-4 .h-slider-tooltip-2 {
  left: 52%;
  top: 11%;
}
.h-slider-item-4 .h-slider-tooltip-3 {
  left: 65%;
  top: 33%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-4 .h-slider-tooltip-3 {
    left: 75%;
  }
}
.h-slider-item-4 .h-slider-tooltip-4 {
  left: 93%;
  top: 62%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-4 .h-slider-tooltip-4 {
    left: 54%;
    top: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .h-slider-item-4 .h-slider-tooltip-4 {
    left: 60%;
    top: 93%;
  }
}
.h-slider-item-4 .h-slider-tooltip-5 {
  left: 64%;
  top: 89%;
}
@media only screen and (max-width: 1100px) {
  .h-slider-item-4 .h-slider-tooltip-5 {
    left: 86%;
  }
}
.h-slider-text {
  color: White;
  width: 420px;
  position: absolute;
  left: 105px;
  bottom: 120px;
}
@media only screen and (max-width: 1100px) {
  .h-slider-text {
    left: 20px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 736px) {
  .h-slider-text {
    left: 60px;
  }
}
.h-slider-text h3 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 45px;
}
@media only screen and (max-width: 1100px) {
  .h-slider-text h3 {
    font-size: 40px;
  }
}
.h-slider-text span {
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .h-slider-text span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .h-slider-text span {
    display: none;
  }
}
/* = Home Licensing Logos */
.home-licensing {
  width: 100%;
}
.home-licensing div {
  min-height: 380px;
  max-height: 380px;
  width: 20%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #f0f0f0;
  background-size: 95% auto;
  background-color: white;
}
@media only screen and (min-width: 750px) {
  .home-licensing div {
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
  }
}
.home-licensing div.active {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
}
.home-licensing div:nth-child( 9) {
  transition-delay: 1.38461538s;
}
.home-licensing div:nth-child( 8) {
  transition-delay: 1.23076923s;
}
.home-licensing div:nth-child( 7) {
  transition-delay: 1.07692308s;
}
.home-licensing div:nth-child( 6) {
  transition-delay: 0.92307692s;
}
.home-licensing div:nth-child( 5) {
  transition-delay: 0.76923077s;
}
.home-licensing div:nth-child( 4) {
  transition-delay: 0.61538462s;
}
.home-licensing div:nth-child( 3) {
  transition-delay: 0.46153846s;
}
.home-licensing div:nth-child( 2) {
  transition-delay: 0.30769231s;
}
.home-licensing div:nth-child( 1) {
  transition-delay: 0.15384615s;
}
.home-licensing div:first-child {
  width: 40%;
  background: #333;
  padding: 50px 15px;
  color: white;
}
@media only screen and (max-width: 1100px) {
  .home-licensing div:first-child {
    width: 100%;
  }
}
.home-licensing div:first-child h4 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (max-width: 529px) {
  .home-licensing div:first-child h4 {
    font-size: 30px;
  }
}
.home-licensing div:first-child .hl-text {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 529px) {
  .home-licensing div:first-child .hl-text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 529px) {
  .home-licensing div {
    min-height: 160px;
  }
}
@media only screen and (max-width: 1100px) {
  .home-licensing div {
    width: 50%;
  }
}
/* = Home Source */
.home-sourcing {
  position: relative;
  overflow: hidden;
  min-height: 800px;
}
.home-sourcing .hs-map {
  position: absolute;
  right: 0;
  top: 0;
  height: 800px;
  max-width: none;
}
.home-sourcing .hs-text {
  font-size: 25px;
  font-weight: 300;
  z-index: 1;
  color: white;
  position: absolute;
  left: 105px;
  bottom: 145px;
  width: 520px;
}
@media only screen and (min-width: 1101px) {
  .home-sourcing .hs-text {
    transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
  }
  .home-sourcing .hs-text.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@media only screen and (max-width: 1100px) {
  .home-sourcing .hs-text {
    left: 20px;
    bottom: 79px;
  }
}
@media only screen and (max-width: 529px) {
  .home-sourcing .hs-text {
    width: 90%;
  }
}
.home-sourcing .hs-text h4 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .home-sourcing .hs-text h4 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 529px) {
  .home-sourcing .hs-text h4 {
    font-size: 30px;
  }
}
.home-sourcing .hs-text p {
  margin: 15px 0;
  line-height: 35px;
}
@media only screen and (max-width: 1100px) {
  .home-sourcing .hs-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 529px) {
  .home-sourcing .hs-text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.hs-dot-container {
  position: absolute;
}
.hs-dot-container .d-item {
  width: 8px;
  height: 8px;
  display: block;
  background: white;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.hs-dot-container .d-item:before {
  width: 2px;
  position: absolute;
  left: 1px;
  top: 1px;
  height: 0;
  transform-origin: 0 0 0;
  content: '';
  display: block;
  background: white;
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.6427876096865394, M12=-0.766044443118978, M21=0.766044443118978, M22=-0.6427876096865394);
  zoom: 1;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  transition: height 0.6s;
}
@media only screen and (min-width: 1101px) {
  .hs-dot-container .d-item:hover:before {
    height: 50px;
  }
}
.hs-dot-container .d-item:after {
  opacity: 0;
  content: attr(title);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  position: absolute;
  padding: 10px;
  color: #5e6a71;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  left: -163px;
  top: -74px;
  width: 105px;
  visibility: hidden;
}
@media only screen and (min-width: 1101px) {
  .hs-dot-container .d-item:hover:after {
    transition-delay: .6s;
    opacity: 1;
    visibility: visible;
  }
}
.hs-dot-container .d-border {
  border: 5px solid #fff;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -21px;
  left: -21px;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 1101px) {
  .hs-dot-container .d-border {
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}
.hs-dot-container.hs-1-item {
  right: 283px;
  top: 382px;
}
.hs-dot-container.hs-1-item .d-border {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.hs-dot-container.hs-2-item {
  right: 143px;
  top: 349px;
}
.hs-dot-container.hs-2-item .d-border {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.hs-dot-container.hs-3-item {
  right: 126px;
  top: 354px;
}
.hs-dot-container.hs-3-item .d-border {
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.hs-dot-container.hs-4-item {
  right: 134px;
  top: 369px;
}
.hs-dot-container.hs-4-item .d-border {
  -webkit-animation-delay: 4.6s;
  -moz-animation-delay: 4.6s;
  animation-delay: 4.6s;
}
.hs-dot-container.hs-5-item {
  right: 151px;
  top: 373px;
}
.hs-dot-container.hs-5-item .d-border {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.hs-dot-container.hs-6-item {
  right: 113px;
  top: 417px;
}
.hs-dot-container.hs-6-item .d-border {
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.hs-dot-container .d-border.animation-pause {
  -webkit-animation-iteration-count: 0;
  -moz-animation-iteration-count: 0;
  animation-iteration-count: 0;
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  6% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.1;
  }
  12% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0.25;
  }
  18% {
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
    opacity: 0.35;
  }
  24% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.65;
  }
  36% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.85;
  }
  42% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  6% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.1;
  }
  12% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0.25;
  }
  18% {
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
    opacity: 0.35;
  }
  24% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.65;
  }
  36% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.85;
  }
  42% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  6% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.1;
  }
  12% {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    opacity: 0.25;
  }
  18% {
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
    opacity: 0.35;
  }
  24% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5;
  }
  30% {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    opacity: 0.65;
  }
  36% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.85;
  }
  42% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
  }
}
/* = Home Divisions (HOME) */
.home-HOME {
  color: White;
  min-height: 760px;
  background-size: cover;
  position: relative;
}
.home-HOME h3 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  .home-HOME h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 529px) {
  .home-HOME h3 {
    font-size: 30px;
  }
}
.home-HOME .hf-content {
  font-size: 25px;
  background: #005670;
  width: 500px;
  margin-right: 265px;
  float: right;
  min-height: 757px;
  padding: 120px 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1101px) {
  .home-HOME .hf-content {
    transform: translateX(-1000%);
    -webkit-transform: translateX(-1000%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s;
  }
  .home-HOME .hf-content.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@media only screen and (max-width: 1100px) {
  .home-HOME .hf-content {
    margin-right: 22px;
    font-size: 20px;
    line-height: 35px;
    width: 400px;
  }
}
@media only screen and (max-width: 529px) {
  .home-HOME .hf-content {
    min-height: 0;
    float: none;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 40%;
    margin: 0 0 0 -30%;
    padding: 35px 20px 0 20px;
    font-size: 16px;
  }
}
.home-HOME .hf-content p {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .home-HOME .hf-content p {
    line-height: 1.6;
  }
}
.home-HOME .hf-content .other-division-link {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: white;
  left: 0;
  padding: 65px 0;
  font: 700 22px 'oswald', arial, 'sans-serif';
  text-transform: uppercase;
  color: #5e6a71;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 529px) {
  .home-HOME .hf-content .other-division-link {
    position: relative;
    padding: 20px 0;
    width: 120%;
    margin-left: -20px;
  }
}
.home-HOME .hf-content .other-division-link span {
  position: relative;
}
.home-HOME .hf-content .other-division-link span:before {
  content: '';
  position: absolute;
  top: 10px;
  background: url(../images/arrow-icon.png) no-repeat 0 0;
  width: 8px;
  height: 15px;
  right: -20px;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  transition: right 0.3s;
}
.home-HOME .hf-content .other-division-link:hover span:before {
  right: -30px;
}
.home-HOME .hf-content .simple-btn {
  margin-bottom: 20px;
}
.flex-grid {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flex-grid {
    overflow: hidden;
  }
}
.flex-grid .i-item {
  margin: 0 10px 20px 10px;
  position: absolute;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1100px) {
  .flex-grid .i-item {
    width: 30%;
    border: 1px solid #f0f0f0;
  }
}
@media only screen and (max-width: 767px) {
  .flex-grid .i-item {
    width: 50%;
    margin: 0;
    float: left;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    text-align: center;
  }
  .flex-grid .i-item img {
    max-height: 274px;
  }
}
@media only screen and (max-width: 1100px) {
  .flex-grid .i-item-wide {
    width: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .flex-grid .i-item-wide {
    width: 50%;
  }
}
.cd-main {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cd-main:before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
@media only screen and (min-width: 1101px) {
  .cd-main:before {
    content: 'desktop';
  }
}
.cd-main > * {
  -webkit-transition: transform 0.5s 0.4s;
  -moz-transition: transform 0.5s 0.4s;
  -ms-transition: transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-main .cdm-bkg {
  opacity: 0;
}
.cd-main.fold-is-open .cdm-bkg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  -webkit-transition: opacity 0.6s, z-index 0.6s;
  -moz-transition: opacity 0.6s, z-index 0.6s;
  -ms-transition: opacity 0.6s, z-index 0.6s;
  transition: opacity 0.6s, z-index 0.6s;
  z-index: 1;
  opacity: 1;
}
.cd-gallery:after {
  clear: both;
  content: "";
  display: table;
}
.cd-gallery:before {
  /* this is the dark layer covering the .cd-gallery when the .cd-folding-panel is open */
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 23, 38, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  -moz-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  -ms-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
/*.fold-is-open .cd-gallery::before {
	visibility: visible;
	opacity: 1;
	.transition(opacity 0.5s 0s, visibility 0s 0s);
}*/
.cd-item {
  width: 100%;
  height: 300px;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: transform 0.5s 0.4s;
  -moz-transition: transform 0.5s 0.4s;
  -ms-transition: transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-item .cdi-bkg {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media only screen and (min-width: 1101px) {
  .cd-item {
    width: 50%;
    float: left;
    height: 520px;
    -webkit-transition: transform 0.5s 0.4s;
    -moz-transition: transform 0.5s 0.4s;
    -ms-transition: transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
  }
}
.cd-item > a,
.cd-item > span {
  text-align: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  color: #ffffff;
  z-index: 1;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.cd-item > a.dark-text,
.cd-item > span.dark-text {
  color: #363558;
}
.cd-item > a.dark-text b,
.cd-item > span.dark-text b {
  border-color: #363558;
}
.cd-item h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}
.cd-item h2 span {
  font-size: 20px;
  display: block;
}
@media only screen and (min-width: 1101px) {
  .cd-item h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 70px, 0);
  }
}
.cd-item p {
  line-height: 1.2;
  font-size: 18px;
  padding: 10px 0;
  margin: 0;
  color: white;
  min-height: 120px;
}
@media only screen and (min-width: 1101px) {
  .cd-item p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
.cd-item span.view-more {
  display: block;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transition-delay: 0.15s;
  font-size: 24px;
}
@media only screen and (min-width: 1101px) {
  .cd-item:hover > a,
  .cd-item:hover > span {
    background: rgba(0, 0, 0, 0.6);
  }
  .cd-item:hover .cdi-bkg {
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
  }
  .cd-item:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cd-item:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  }
  .cd-item:hover span {
    opacity: 1;
  }
}
@media only screen and (min-width: 1101px) {
  .no-touch .cd-item a:hover h2,
  .no-touch .cd-item a:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s 0s;
    -moz-transition: transform 0.3s 0s;
    -ms-transition: transform 0.3s 0s;
    transition: transform 0.3s 0s;
  }
  .no-touch .cd-item a:hover b {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    -moz-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    -ms-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  }
  /*fold-is-open .cd-item {
		.transition(transform 0.5s 0s);
		-webkit-transform: translateX(-400px);
		-moz-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		-o-transform: translateX(-400px);
		transform: translateX(-400px);
	}
	.fold-is-open .cd-item:nth-of-type(2n) {
		.transform(400px);
	}*/
}
/* --------------------------------

folding panel

-------------------------------- */
.cd-folding-panel {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -moz-transition: visibility 0s 0.9s;
  -ms-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.cd-folding-panel .fold-left,
.cd-folding-panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-folding-panel .fold-left:after,
.cd-folding-panel .fold-right:after {
  /* 2 fold sides */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -moz-transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -ms-transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
}
.cd-folding-panel .fold-right {
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.cd-folding-panel .fold-right:after {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3;
}
.cd-folding-panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none;
}
.cd-folding-panel .fold-left:after {
  background-color: #f9fafa;
}
.cd-folding-panel .cd-close {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  -moz-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}
.cd-folding-panel .cd-close:after,
.cd-folding-panel .cd-close:before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #544173;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-folding-panel .cd-close:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  /*.transform(-50%, -50%);
			.rotate(45deg);*/
}
.cd-folding-panel .cd-close:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  /*.transform(-50%, -50%);
			.rotate(-45deg);*/
}
.cd-folding-panel.is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  -ms-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-folding-panel.is-open .fold-right::after,
.cd-folding-panel.is-open .fold-left::after {
  -webkit-transform: translateX(0) translateY(10px) scale(1);
  -moz-transform: translateX(0) translateY(10px) scale(1);
  -ms-transform: translateX(0) translateY(10px) scale(1);
  transform: translateX(0) translateY(10px) scale(1);
  -webkit-transition: transform 0.5s 0s, background-color 0.5s 0s;
  -moz-transition: transform 0.5s 0s, background-color 0.5s 0s;
  -ms-transition: transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
}
.cd-folding-panel.is-open .fold-right::after {
  background-color: #f9fafa;
}
.cd-folding-panel.is-open .cd-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s;
  -moz-transition: opacity 0.2s 0.5s;
  -ms-transition: opacity 0.2s 0.5s;
  transition: opacity 0.2s 0.5s;
}
@media only screen and (max-width: 1100px) {
  .cd-folding-panel {
    width: 100%;
  }
}
@media only screen and (min-width: 1101px) {
  .cd-folding-panel {
    left: 50%;
    right: auto;
    /*-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);*/
    -webkit-transform: translateX(-50%) translateY(10px) scale(1);
    -moz-transform: translateX(-50%) translateY(10px) scale(1);
    -ms-transform: translateX(-50%) translateY(10px) scale(1);
    transform: translateX(-50%) translateY(10px) scale(1);
    width: 800px;
  }
  .cd-folding-panel .fold-left,
  .cd-folding-panel .fold-right {
    width: 50%;
    float: left;
    height: 100%;
  }
  .cd-folding-panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0% 50%;
    -moz-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
  }
  .cd-folding-panel .fold-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  .cd-folding-panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    -moz-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }
  .cd-folding-panel .fold-left::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    -moz-transform: translateX(100%) rotateY(90deg);
    -ms-transform: translateX(100%) rotateY(90deg);
    -o-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}
.cd-fold-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4em 2em;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  -ms-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.cd-fold-content > * {
  opacity: 0;
  -webkit-transform: translateX(0 20px) translateY(10px) scale(1);
  -moz-transform: translateX(0 20px) translateY(10px) scale(1);
  -ms-transform: translateX(0 20px) translateY(10px) scale(1);
  transform: translateX(0 20px) translateY(10px) scale(1);
}
.cd-fold-content h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -moz-transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -ms-transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.cd-fold-content h2 span {
  text-transform: lowercase;
  font-size: 30px;
}
.cd-fold-content p,
.cd-fold-content em {
  line-height: 1.6;
}
.cd-fold-content em {
  display: inline-block;
  margin: 1em 0;
  font-size: 1.8rem;
  color: #7a78ae;
  -webkit-transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
  -moz-transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
  -ms-transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
}
.cd-fold-content p {
  margin-bottom: 1em;
  font-size: 18px;
  -webkit-transition: transform 0.2s 0s, opacity 0.2s 0s;
  -moz-transition: transform 0.2s 0s, opacity 0.2s 0s;
  -ms-transition: transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}
.is-open .cd-fold-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  -ms-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.is-open .cd-fold-content > * {
  opacity: 1;
  -webkit-transform: translateX(0 0) translateY(10px) scale(1);
  -moz-transform: translateX(0 0) translateY(10px) scale(1);
  -ms-transform: translateX(0 0) translateY(10px) scale(1);
  transform: translateX(0 0) translateY(10px) scale(1);
}
.is-open .cd-fold-content h2 {
  -webkit-transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -moz-transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -ms-transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.is-open .cd-fold-content em {
  -webkit-transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -moz-transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -ms-transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
}
.is-open .cd-fold-content p {
  -webkit-transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -moz-transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -ms-transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
}
@media only screen and (min-width: 1101px) {
  .cd-fold-content {
    padding: 4em;
  }
  .cd-fold-content > * {
    -webkit-transform: translateX(0 40px) translateY(10px) scale(1);
    -moz-transform: translateX(0 40px) translateY(10px) scale(1);
    -ms-transform: translateX(0 40px) translateY(10px) scale(1);
    transform: translateX(0 40px) translateY(10px) scale(1);
  }
}
/* = Custom Styles */
.divisions-container {
  /*padding: 0;
	max-width: 100%;*/
  max-width: 1500px;
  padding: 30px 0;
}
.divisions-container .cd-gallery {
  padding: 10px 0 0 10px;
}
@media only screen and (max-width: 1100px) {
  .divisions-container .cd-gallery {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 529px) {
  .divisions-container .cd-gallery {
    padding: 0;
  }
}
.divisions-container .cd-item {
  width: 18%;
  margin: 0 12px 20px;
  max-height: 270px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1100px) and (max-width: 1225px) {
  .divisions-container .cd-item {
    width: 22%;
  }
}
@media only screen and (max-width: 1100px) {
  .divisions-container .cd-item {
    width: 47%;
    margin: 0 10px 20px;
    float: left;
    border: 1px solid #f0f0f0;
  }
}
@media only screen and (max-width: 767px) {
  .divisions-container .cd-item {
    width: 50%;
    margin: 0;
    height: 210px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .divisions-container .cd-item .cdi-bkg {
    background-size: 100%;
    border: 1px solid #f0f0f0;
  }
}
@media only screen and (max-width: 529px) {
  .divisions-container {
    padding: 0 0 30px;
  }
}
/*
.brands-container{
	.cd-gallery{
		padding: 10px 0 0 10px;
	}
	.cd-item{
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	}
}*/
.cms-container {
  color: #5e6a71;
}
.cms-container a {
  color: #e50b34;
  text-decoration: none;
}
.cms-container a:hover {
  text-decoration: underline;
}
.cms-container h1 {
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  margin: 30px 0 0;
}
@media only screen and (max-width: 529px) {
  .cms-container h1 {
    margin: 15px 0;
    font-size: 50px;
  }
}
.cms-container h2 {
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  margin: 30px 0 0;
}
@media only screen and (max-width: 529px) {
  .cms-container h2 {
    margin: 15px 0;
    font-size: 40px;
  }
}
.cms-container h3 {
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  margin: 30px 0 0;
}
@media only screen and (max-width: 529px) {
  .cms-container h3 {
    margin: 15px 0;
    font-size: 30px;
  }
}
.cms-container h4 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin: 30px 0 0;
}
@media only screen and (max-width: 529px) {
  .cms-container h4 {
    margin: 15px 0;
    font-size: 20px;
  }
}
.cms-container h5 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin: 30px 0 0;
}
@media only screen and (max-width: 529px) {
  .cms-container h5 {
    margin: 15px 0;
    font-size: 18px;
  }
}
.cms-container strong {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 529px) {
  .cms-container strong {
    font-size: 16px;
  }
}
.cms-container p {
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 529px) {
  .cms-container p {
    font-size: 16px;
  }
}
.cms-container li {
  padding-left: 30px;
  margin-top: 14px;
  font-size: 20px;
  line-height: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
@media only screen and (max-width: 529px) {
  .cms-container li {
    font-size: 16px;
  }
}
.cms-container ol li {
  list-style-type: decimal;
}
/*# sourceMappingURL=../css/style.less.map */