.middle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ab-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ab-bottom {
  position: absolute;
  bottom: 0; }

.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cell-vertical-wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .cell-vertical-wrapper .cell-middle {
    display: table-cell;
    vertical-align: middle; }
  .cell-vertical-wrapper .cell-bottom {
    display: table-cell;
    vertical-align: bottom; }

.fixed-ratio-1-1 {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%; }
  .fixed-ratio-1-1 > *:only-child {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    overflow: auto; }

.fixed-ratio-1-2 {
  position: relative;
  display: block;
  height: 0;
  padding-top: 200%; }
  .fixed-ratio-1-2 > *:only-child {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    overflow: auto; }

.fixed-ratio-2-1, .fixed-ratio-1-3, .fixed-ratio-3-1, .fixed-ratio-2-3, .fixed-ratio-3-2 {
  position: relative;
  display: block;
  height: 0;
  padding-top: 50%; }
  .fixed-ratio-2-1 > *:only-child, .fixed-ratio-1-3 > *:only-child, .fixed-ratio-3-1 > *:only-child, .fixed-ratio-2-3 > *:only-child, .fixed-ratio-3-2 > *:only-child {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-height: 100%;
    overflow: auto; }

.children-inline-block > * {
  display: inline-block !important; }

.children-block > * {
  display: block !important; }

.flexbox-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexbox-container.columns {
    -ms-flex-direction: column;
    flex-direction: column; }
  .flexbox-container.flex-middle {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center; }

.full-height {
  min-height: 100vh; }

.overflow-hidden {
  overflow: hidden; }

@media (min-width: 768px) {
  .container-outer-width {
    width: 750px; } }
@media (min-width: 1020px) {
  .container-outer-width {
    width: 990px; } }
@media (min-width: 1230px) {
  .container-outer-width {
    width: 1200px; } }
@media (min-width: 768px) {
  .container-inner-width {
    width: 720px; } }
@media (min-width: 1020px) {
  .container-inner-width {
    width: 960px; } }
@media (min-width: 1230px) {
  .container-inner-width {
    width: 1170px; } }
.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 15px; }

.m-t-md {
  margin-top: 25px; }

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

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 25px; }

.m-b-lg {
  margin-bottom: 30px; }

.m-t-n {
  margin-top: 0px; }

.m-b-n {
  margin-bottom: 0px; }

.color-gray-base {
  color: black; }

.color-gray-darkest {
  color: #111111; }

.color-gray-darker {
  color: #222222; }

.color-gray-dark {
  color: #444444; }

.color-gray {
  color: #666666; }

.color-gray-light {
  color: #888888; }

.color-gray-lighter {
  color: #eeeeee; }

.color-gray-lightest {
  color: #f9f9f9; }

.color-gray-border {
  color: #dddddd; }

.color-light {
  color: white; }

.color-primary {
  color: #f4b33e; }

.color-secondary {
  color: #737e88; }

.color-success {
  color: #468c00; }

.color-info {
  color: #3ed0a1; }

.color-warning {
  color: #ff7f00; }

.color-danger {
  color: #ff5533; }

.border-gray-base {
  border-color: black; }

.border-gray-darkest {
  border-color: #111111; }

.border-gray-darker {
  border-color: #222222; }

.border-gray-dark {
  border-color: #444444; }

.border-gray {
  border-color: #666666; }

.border-gray-light {
  border-color: #888888; }

.border-gray-lighter {
  border-color: #eeeeee; }

.border-gray-lightest {
  border-color: #f9f9f9; }

.border-gray-border {
  border-color: #dddddd; }

.border-light {
  border-color: white; }

.border-primary {
  border-color: #f4b33e; }

.border-secondary {
  border-color: #737e88; }

.border-success {
  border-color: #468c00; }

.border-info {
  border-color: #3ed0a1; }

.border-warning {
  border-color: #ff7f00; }

.border-danger {
  border-color: #ff5533; }

.bgc-gray-base {
  background-color: black; }

.bgc-gray-darkest {
  background-color: #111111; }

.bgc-gray-darker {
  background-color: #222222; }

.bgc-gray-dark {
  background-color: #444444; }

.bgc-gray {
  background-color: #666666; }

.bgc-gray-light {
  background-color: #888888; }

.bgc-gray-lighter {
  background-color: #eeeeee; }

.bgc-gray-lightest {
  background-color: #f9f9f9; }

.bgc-gray-border {
  background-color: #dddddd; }

.bgc-light {
  background-color: white; }

.bgc-primary {
  background-color: #f4b33e; }

.bgc-secondary {
  background-color: #737e88; }

.bgc-success {
  background-color: #468c00; }

.bgc-info {
  background-color: #3ed0a1; }

.bgc-warning {
  background-color: #ff7f00; }

.bgc-danger {
  background-color: #ff5533; }

.bgc-gradient {
  background: linear-gradient(323deg, rgba(16, 183, 101, 0.9) 0%, rgba(0, 185, 255, 0.9) 100%); }

.bgc-gradient-2 {
  background-image: radial-gradient(circle farthest-side, rgba(17, 29, 49, 0.92) 0%, rgba(4, 7, 14, 0.92) 100%); }

.bgc-dark-o-1 {
  background-color: rgba(0, 0, 0, 0.1);
  color: white; }

.bgc-light-o-1 {
  background-color: rgba(255, 255, 255, 0.1); }

.bgc-dark-o-2 {
  background-color: rgba(0, 0, 0, 0.2);
  color: white; }

.bgc-light-o-2 {
  background-color: rgba(255, 255, 255, 0.2); }

.bgc-dark-o-3 {
  background-color: rgba(0, 0, 0, 0.3);
  color: white; }

.bgc-light-o-3 {
  background-color: rgba(255, 255, 255, 0.3); }

.bgc-dark-o-4 {
  background-color: rgba(0, 0, 0, 0.4);
  color: white; }

.bgc-light-o-4 {
  background-color: rgba(255, 255, 255, 0.4); }

.bgc-dark-o-5 {
  background-color: rgba(0, 0, 0, 0.5);
  color: white; }

.bgc-light-o-5 {
  background-color: rgba(255, 255, 255, 0.5); }

.bgc-dark-o-6 {
  background-color: rgba(0, 0, 0, 0.6);
  color: white; }

.bgc-light-o-6 {
  background-color: rgba(255, 255, 255, 0.6); }

.bgc-dark-o-7 {
  background-color: rgba(0, 0, 0, 0.7);
  color: white; }

.bgc-light-o-7 {
  background-color: rgba(255, 255, 255, 0.7); }

.bgc-dark-o-8 {
  background-color: rgba(0, 0, 0, 0.8);
  color: white; }

.bgc-light-o-8 {
  background-color: rgba(255, 255, 255, 0.8); }

.bgc-dark-o-9 {
  background-color: rgba(0, 0, 0, 0.9);
  color: white; }

.bgc-light-o-9 {
  background-color: rgba(255, 255, 255, 0.9); }

.bgc-dark-o {
  background-color: rgba(0, 0, 0, 0.7); }

.bgc-light-o {
  background-color: rgba(255, 255, 255, 0.7); }

.bgc-transparent {
  background-color: transparent; }

.bgc-gray-base, .bgc-gray-darkest, .bgc-gray-darker, .bgc-gray-dark, .bgc-gray, .bgc-gray-light, .bgc-gradient-2, .bgc-gradient, .bgc-transparent, .bgc-primary, .bgc-secondary, .bgc-success, .bgc-info, .bgc-warning, .bgc-danger {
  color: white; }

.border-top {
  border-top: 1px solid #dddddd; }

.border-bottom {
  border-bottom: 1px solid #dddddd; }

.border-left {
  border-left: 1px solid #dddddd; }

.border-right {
  border-right: 1px solid #dddddd; }

.border-top-lighter {
  border-top: 1px solid #eeeeee; }

.border-bottom-lighter {
  border-bottom: 1px solid #eeeeee; }

.border-left-lighter {
  border-left: 1px solid #eeeeee; }

.border-right-lighter {
  border-right: 1px solid #eeeeee; }

.border-solid {
  border-width: 1px;
  border-style: solid; }

.highlight-primary {
  background-color: #ffc44f;
  border-top: 5px solid #ffc44f;
  border-bottom: 5px solid #ffc44f;
  color: white; }

.highlight-secondary {
  background-color: #848f99;
  border-top: 5px solid #848f99;
  border-bottom: 5px solid #848f99;
  color: white; }

.highlight-gray-lighter {
  background-color: #eeeeee;
  border-top: 5px solid #eeeeee;
  border-bottom: 5px solid #eeeeee; }

.text-dark {
  color: #232323; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 2.14286;
  color: #444444;
  background-color: white; }

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

button {
  transition: all 0.3s ease-in-out; }

:focus {
  outline: none; }

a {
  transition: all 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #f4b33e;
    text-decoration: none; }
  a.color-primary:hover, a.color-primary:focus {
    color: #444444; }

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none; }

figure {
  margin: 0; }

.easing-link:focus, .easing-link:active {
  color: inherit; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 2.14286;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

.header-container,
.body-container,
.footer-container {
  padding-right: 0px;
  padding-left: 0px; }

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 1px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }
.mt-0, .children-mt-0 > * {
  margin-top: 0px; }

.ml-0, .children-ml-0 > * {
  margin-left: 0px; }

.mr-0, .children-mr-0 > * {
  margin-right: 0px; }

.mb-0, .children-mb-0 > * {
  margin-bottom: 0px; }

.pt-0, .children-pt-0 > * {
  padding-top: 0px; }

.pl-0, .children-pl-0 > * {
  padding-left: 0px; }

.pr-0, .children-pr-0 > * {
  padding-right: 0px; }

.pb-0, .children-pb-0 > * {
  padding-bottom: 0px; }

.mt-5, .children-mt-5 > * {
  margin-top: 5px; }

.ml-5, .children-ml-5 > * {
  margin-left: 5px; }

.mr-5, .children-mr-5 > * {
  margin-right: 5px; }

.mb-5, .children-mb-5 > * {
  margin-bottom: 5px; }

.pt-5, .children-pt-5 > * {
  padding-top: 5px; }

.pl-5, .children-pl-5 > * {
  padding-left: 5px; }

.pr-5, .children-pr-5 > * {
  padding-right: 5px; }

.pb-5, .children-pb-5 > * {
  padding-bottom: 5px; }

.mt-10, .children-mt-10 > * {
  margin-top: 10px; }

.ml-10, .children-ml-10 > * {
  margin-left: 10px; }

.mr-10, .children-mr-10 > * {
  margin-right: 10px; }

.mb-10, .children-mb-10 > * {
  margin-bottom: 10px; }

.pt-10, .children-pt-10 > * {
  padding-top: 10px; }

.pl-10, .children-pl-10 > * {
  padding-left: 10px; }

.pr-10, .children-pr-10 > * {
  padding-right: 10px; }

.pb-10, .children-pb-10 > * {
  padding-bottom: 10px; }

.mt-15, .children-mt-15 > * {
  margin-top: 15px; }

.ml-15, .children-ml-15 > * {
  margin-left: 15px; }

.mr-15, .children-mr-15 > * {
  margin-right: 15px; }

.mb-15, .children-mb-15 > * {
  margin-bottom: 15px; }

.pt-15, .children-pt-15 > * {
  padding-top: 15px; }

.pl-15, .children-pl-15 > * {
  padding-left: 15px; }

.pr-15, .children-pr-15 > * {
  padding-right: 15px; }

.pb-15, .children-pb-15 > * {
  padding-bottom: 15px; }

.mt-20, .children-mt-20 > * {
  margin-top: 20px; }

.ml-20, .children-ml-20 > * {
  margin-left: 20px; }

.mr-20, .children-mr-20 > * {
  margin-right: 20px; }

.mb-20, .children-mb-20 > * {
  margin-bottom: 20px; }

.pt-20, .children-pt-20 > * {
  padding-top: 20px; }

.pl-20, .children-pl-20 > * {
  padding-left: 20px; }

.pr-20, .children-pr-20 > * {
  padding-right: 20px; }

.pb-20, .children-pb-20 > * {
  padding-bottom: 20px; }

.mt-25, .children-mt-25 > * {
  margin-top: 25px; }

.ml-25, .children-ml-25 > * {
  margin-left: 25px; }

.mr-25, .children-mr-25 > * {
  margin-right: 25px; }

.mb-25, .children-mb-25 > * {
  margin-bottom: 25px; }

.pt-25, .children-pt-25 > * {
  padding-top: 25px; }

.pl-25, .children-pl-25 > * {
  padding-left: 25px; }

.pr-25, .children-pr-25 > * {
  padding-right: 25px; }

.pb-25, .children-pb-25 > * {
  padding-bottom: 25px; }

.mt-30, .children-mt-30 > * {
  margin-top: 30px; }

.ml-30, .children-ml-30 > * {
  margin-left: 30px; }

.mr-30, .children-mr-30 > * {
  margin-right: 30px; }

.mb-30, .children-mb-30 > * {
  margin-bottom: 30px; }

.pt-30, .children-pt-30 > * {
  padding-top: 30px; }

.pl-30, .children-pl-30 > * {
  padding-left: 30px; }

.pr-30, .children-pr-30 > * {
  padding-right: 30px; }

.pb-30, .children-pb-30 > * {
  padding-bottom: 30px; }

.mt-35, .children-mt-35 > * {
  margin-top: 35px; }

.ml-35, .children-ml-35 > * {
  margin-left: 35px; }

.mr-35, .children-mr-35 > * {
  margin-right: 35px; }

.mb-35, .children-mb-35 > * {
  margin-bottom: 35px; }

.pt-35, .children-pt-35 > * {
  padding-top: 35px; }

.pl-35, .children-pl-35 > * {
  padding-left: 35px; }

.pr-35, .children-pr-35 > * {
  padding-right: 35px; }

.pb-35, .children-pb-35 > * {
  padding-bottom: 35px; }

.mt-40, .children-mt-40 > * {
  margin-top: 40px; }

.ml-40, .children-ml-40 > * {
  margin-left: 40px; }

.mr-40, .children-mr-40 > * {
  margin-right: 40px; }

.mb-40, .children-mb-40 > * {
  margin-bottom: 40px; }

.pt-40, .children-pt-40 > * {
  padding-top: 40px; }

.pl-40, .children-pl-40 > * {
  padding-left: 40px; }

.pr-40, .children-pr-40 > * {
  padding-right: 40px; }

.pb-40, .children-pb-40 > * {
  padding-bottom: 40px; }

.mt-45, .children-mt-45 > * {
  margin-top: 45px; }

.ml-45, .children-ml-45 > * {
  margin-left: 45px; }

.mr-45, .children-mr-45 > * {
  margin-right: 45px; }

.mb-45, .children-mb-45 > * {
  margin-bottom: 45px; }

.pt-45, .children-pt-45 > * {
  padding-top: 45px; }

.pl-45, .children-pl-45 > * {
  padding-left: 45px; }

.pr-45, .children-pr-45 > * {
  padding-right: 45px; }

.pb-45, .children-pb-45 > * {
  padding-bottom: 45px; }

.mt-50, .children-mt-50 > * {
  margin-top: 50px; }

.ml-50, .children-ml-50 > * {
  margin-left: 50px; }

.mr-50, .children-mr-50 > * {
  margin-right: 50px; }

.mb-50, .children-mb-50 > * {
  margin-bottom: 50px; }

.pt-50, .children-pt-50 > * {
  padding-top: 50px; }

.pl-50, .children-pl-50 > * {
  padding-left: 50px; }

.pr-50, .children-pr-50 > * {
  padding-right: 50px; }

.pb-50, .children-pb-50 > * {
  padding-bottom: 50px; }

.mt-55, .children-mt-55 > * {
  margin-top: 55px; }

.ml-55, .children-ml-55 > * {
  margin-left: 55px; }

.mr-55, .children-mr-55 > * {
  margin-right: 55px; }

.mb-55, .children-mb-55 > * {
  margin-bottom: 55px; }

.pt-55, .children-pt-55 > * {
  padding-top: 55px; }

.pl-55, .children-pl-55 > * {
  padding-left: 55px; }

.pr-55, .children-pr-55 > * {
  padding-right: 55px; }

.pb-55, .children-pb-55 > * {
  padding-bottom: 55px; }

.mt-60, .children-mt-60 > * {
  margin-top: 60px; }

.ml-60, .children-ml-60 > * {
  margin-left: 60px; }

.mr-60, .children-mr-60 > * {
  margin-right: 60px; }

.mb-60, .children-mb-60 > * {
  margin-bottom: 60px; }

.pt-60, .children-pt-60 > * {
  padding-top: 60px; }

.pl-60, .children-pl-60 > * {
  padding-left: 60px; }

.pr-60, .children-pr-60 > * {
  padding-right: 60px; }

.pb-60, .children-pb-60 > * {
  padding-bottom: 60px; }

.mt-65, .children-mt-65 > * {
  margin-top: 65px; }

.ml-65, .children-ml-65 > * {
  margin-left: 65px; }

.mr-65, .children-mr-65 > * {
  margin-right: 65px; }

.mb-65, .children-mb-65 > * {
  margin-bottom: 65px; }

.pt-65, .children-pt-65 > * {
  padding-top: 65px; }

.pl-65, .children-pl-65 > * {
  padding-left: 65px; }

.pr-65, .children-pr-65 > * {
  padding-right: 65px; }

.pb-65, .children-pb-65 > * {
  padding-bottom: 65px; }

.mt-70, .children-mt-70 > * {
  margin-top: 70px; }

.ml-70, .children-ml-70 > * {
  margin-left: 70px; }

.mr-70, .children-mr-70 > * {
  margin-right: 70px; }

.mb-70, .children-mb-70 > * {
  margin-bottom: 70px; }

.pt-70, .children-pt-70 > * {
  padding-top: 70px; }

.pl-70, .children-pl-70 > * {
  padding-left: 70px; }

.pr-70, .children-pr-70 > * {
  padding-right: 70px; }

.pb-70, .children-pb-70 > * {
  padding-bottom: 70px; }

.mt-75, .children-mt-75 > * {
  margin-top: 75px; }

.ml-75, .children-ml-75 > * {
  margin-left: 75px; }

.mr-75, .children-mr-75 > * {
  margin-right: 75px; }

.mb-75, .children-mb-75 > * {
  margin-bottom: 75px; }

.pt-75, .children-pt-75 > * {
  padding-top: 75px; }

.pl-75, .children-pl-75 > * {
  padding-left: 75px; }

.pr-75, .children-pr-75 > * {
  padding-right: 75px; }

.pb-75, .children-pb-75 > * {
  padding-bottom: 75px; }

.mt-80, .children-mt-80 > * {
  margin-top: 80px; }

.ml-80, .children-ml-80 > * {
  margin-left: 80px; }

.mr-80, .children-mr-80 > * {
  margin-right: 80px; }

.mb-80, .children-mb-80 > * {
  margin-bottom: 80px; }

.pt-80, .children-pt-80 > * {
  padding-top: 80px; }

.pl-80, .children-pl-80 > * {
  padding-left: 80px; }

.pr-80, .children-pr-80 > * {
  padding-right: 80px; }

.pb-80, .children-pb-80 > * {
  padding-bottom: 80px; }

.mt-85, .children-mt-85 > * {
  margin-top: 85px; }

.ml-85, .children-ml-85 > * {
  margin-left: 85px; }

.mr-85, .children-mr-85 > * {
  margin-right: 85px; }

.mb-85, .children-mb-85 > * {
  margin-bottom: 85px; }

.pt-85, .children-pt-85 > * {
  padding-top: 85px; }

.pl-85, .children-pl-85 > * {
  padding-left: 85px; }

.pr-85, .children-pr-85 > * {
  padding-right: 85px; }

.pb-85, .children-pb-85 > * {
  padding-bottom: 85px; }

.mt-90, .children-mt-90 > * {
  margin-top: 90px; }

.ml-90, .children-ml-90 > * {
  margin-left: 90px; }

.mr-90, .children-mr-90 > * {
  margin-right: 90px; }

.mb-90, .children-mb-90 > * {
  margin-bottom: 90px; }

.pt-90, .children-pt-90 > * {
  padding-top: 90px; }

.pl-90, .children-pl-90 > * {
  padding-left: 90px; }

.pr-90, .children-pr-90 > * {
  padding-right: 90px; }

.pb-90, .children-pb-90 > * {
  padding-bottom: 90px; }

.mt-95, .children-mt-95 > * {
  margin-top: 95px; }

.ml-95, .children-ml-95 > * {
  margin-left: 95px; }

.mr-95, .children-mr-95 > * {
  margin-right: 95px; }

.mb-95, .children-mb-95 > * {
  margin-bottom: 95px; }

.pt-95, .children-pt-95 > * {
  padding-top: 95px; }

.pl-95, .children-pl-95 > * {
  padding-left: 95px; }

.pr-95, .children-pr-95 > * {
  padding-right: 95px; }

.pb-95, .children-pb-95 > * {
  padding-bottom: 95px; }

.mt-100, .children-mt-100 > * {
  margin-top: 100px; }

.ml-100, .children-ml-100 > * {
  margin-left: 100px; }

.mr-100, .children-mr-100 > * {
  margin-right: 100px; }

.mb-100, .children-mb-100 > * {
  margin-bottom: 100px; }

.pt-100, .children-pt-100 > * {
  padding-top: 100px; }

.pl-100, .children-pl-100 > * {
  padding-left: 100px; }

.pr-100, .children-pr-100 > * {
  padding-right: 100px; }

.pb-100, .children-pb-100 > * {
  padding-bottom: 100px; }

body {
  -webkit-font-smoothing: antialiased;
  color: #444444;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14286;
  text-rendering: optimizeLegibility; }

.italic {
  font-style: italic; }

.font-content {
  font-family: "Raleway", sans-serif; }

.font-heading, .font-serif {
  font-family: "Montserrat", sans-serif; }

.font-serif-italic {
  font-family: "Montserrat", sans-serif;
  font-style: italic; }

.font-serif-regular {
  font-family: "Montserrat", sans-serif;
  font-style: normal; }

.common-serif {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: italic; }

@media only screen and (max-width: 767px) {
  .common-serif.text-responsive {
    font-size: 14px; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif; }

h1.font-serif, h2.font-serif, h3.font-serif, h4.font-serif, h5.font-serif, h6.font-serif {
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }

h1.font-serif-italic, h2.font-serif-italic, h3.font-serif-italic, h4.font-serif-italic, h5.font-serif-italic, h6.font-serif-italic {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600; }

.fz-1 {
  font-size: 50px; }

.fz-2 {
  font-size: 32px; }

.fz-3 {
  font-size: 20px; }

.fz-3-l {
  font-size: 24px; }

.fz-4 {
  font-size: 18px; }

.fz-5 {
  font-size: 16px; }

.fz-6 {
  font-size: 14px; }

.fz-1-ll {
  font-size: 75px; }

.fz-1-l {
  font-size: 60px; }

.fz-6-s {
  font-size: 13px; }

.fz-6-ss {
  font-size: 12px; }

h1 {
  font-size: 50px;
  font-weight: 700; }
  h1.size-l {
    font-size: 60px; }
  h1.size-ll {
    font-size: 75px; }

@media only screen and (max-width: 1019px) {
  h1.text-responsive {
    font-size: 40px; } }
@media only screen and (max-width: 767px) {
  h1.text-responsive {
    font-size: 28px; } }
@media only screen and (max-width: 1019px) {
  h1.size-l.text-responsive {
    font-size: 50px; } }
@media only screen and (max-width: 767px) {
  h1.size-l.text-responsive {
    font-size: 32px; } }
@media only screen and (max-width: 480px) {
  h1.size-l.text-responsive {
    font-size: 28px; } }
@media (max-width: 1620px) {
  h1.size-ll.text-responsive {
    font-size: 45px; } }
@media only screen and (max-width: 1229px) {
  h1.size-ll.text-responsive {
    font-size: 45px; } }
@media only screen and (max-width: 1019px) {
  h1.size-ll.text-responsive {
    font-size: 45px; } }
@media only screen and (max-width: 767px) {
  h1.size-ll.text-responsive {
    font-size: 32px; } }
@media only screen and (max-width: 480px) {
  h1.size-ll.text-responsive {
    font-size: 25px;
    margin-bottom: 10px; } }
h2 {
  font-size: 32px; }

h3 {
  font-size: 20px; }
  h3.fz-3-l {
    font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }
  h6.size-s {
    font-size: 13px; }
  h6.size-ss {
    font-size: 12px; }

h1, h2, h3, h4, h5, h6, p, q {
  margin-bottom: 25px;
  margin-top: 0;
  letter-spacing: 0.04em; }

h1.hmb, h2.hmb, h3.hmb, h4.hmb, h5.hmb, h6.hmb, p.hmb, q.hmb {
  margin-bottom: 40px; }

h1.smb, h2.smb, h3.smb, h4.smb, h5.smb, h6.smb, p.smb, q.smb {
  margin-bottom: 10px; }

h1.nmb, h2.nmb, h3.nmb, h4.nmb, h5.nmb, h6.nmb, p.nmb, q.nmb {
  margin-bottom: 0; }

h1.block-heading, h2.block-heading, h3.block-heading, h4.block-heading, h5.block-heading, h6.block-heading, p.block-heading, q.block-heading {
  padding: 25px 15px;
  text-align: center; }

.hr-heading:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 25px; }

.text-left .hr-heading:after, .hr-heading.text-left:after {
  margin-left: 0; }

.text-center .hr-heading:after, .hr-heading.text-center:after {
  margin-left: auto;
  margin-right: auto; }

.text-right .hr-heading:after {
  margin-left: auto;
  margin-right: 0; }

.hr-heading.text-right:after {
  margin-left: auto;
  margin-right: 0; }
.hr-heading:after {
  border-left-width: 45px;
  border-left-style: solid;
  border-left-color: inherit; }
.hr-heading.hr-primary {
  border-left-color: #f4b33e; }
.hr-heading.hr-secondary {
  border-left-color: #737e88; }
.hr-heading.hr-success {
  border-left-color: #468c00; }
.hr-heading.hr-info {
  border-left-color: #3ed0a1; }
.hr-heading.hr-warning {
  border-left-color: #ff7f00; }
.hr-heading.hr-danger {
  border-left-color: #ff5533; }

.separator-2-color {
  display: block;
  margin-bottom: 30px;
  line-height: 0; }
  .separator-2-color:before {
    content: " ";
    height: 2px;
    width: 0;
    border-left: 43px solid black;
    border-right: 43px solid #f4b33e;
    display: inline-block; }

.hr-header:before {
  content: " ";
  display: table; }
.hr-header:after {
  content: " ";
  display: table;
  clear: both; }
.hr-header:before {
  content: " ";
  display: table; }
.hr-header:after {
  content: " ";
  display: table;
  clear: both; }
.hr-header p.__caption {
  letter-spacing: 0.04em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

@media only screen and (max-width: 767px) {
  .text-center-xs-max {
    text-align: center; }

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

  .text-right-xs-max {
    text-align: right; } }
@media only screen and (min-width: 768px) {
  .text-center-sm {
    text-align: center; }

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

  .text-right-sm {
    text-align: right; } }
@media only screen and (max-width: 1019px) {
  .text-center-sm-max {
    text-align: center; }

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

  .text-right-sm-max {
    text-align: right; } }
@media only screen and (min-width: 1020px) {
  .text-center-md {
    text-align: center; }

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

  .text-right-md {
    text-align: right; } }
@media only screen and (max-width: 1229px) {
  .text-center-md-max {
    text-align: center; }

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

  .text-right-md-max {
    text-align: right; } }
@media only screen and (min-width: 1230px) {
  .text-center-sm {
    text-align: center; }

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

  .text-right-sm {
    text-align: right; } }
.text-lowercase {
  text-transform: lowercase; }

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

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

::-moz-selection, ::selection {
  background-color: #f4b33e;
  color: white; }

q {
  quotes: "\201C " " \201D";
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  display: inline-block; }

blockquote {
  position: relative;
  padding-left: 60px;
  margin: 0;
  margin-bottom: 30px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-size: 18px; }
  blockquote:before {
    position: absolute;
    display: block;
    left: 0;
    padding: 12px 10px 0;
    content: "\201D";
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 70px;
    line-height: 30px; }
  blockquote.blockquote-primary:before {
    color: #f4b33e; }
  blockquote.blockquote-secondary:before {
    color: #737e88; }
  blockquote.blockquote-success:before {
    color: #468c00; }
  blockquote.blockquote-info:before {
    color: #3ed0a1; }
  blockquote.blockquote-warning:before {
    color: #ff7f00; }
  blockquote.blockquote-danger:before {
    color: #ff5533; }

form input[type="text"], form input[type="search"], form input[type="email"], form input[type="password"], form input[type="tel"], form input[type="number"] {
  transition: all 0.3s ease-in-out;
  padding: 9px 20px;
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif; }
form textarea {
  transition: all 0.3s ease-in-out;
  padding: 9px 20px;
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif; }
form input[type="text"]:focus, form input[type="search"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form input[type="tel"]:focus, form input[type="number"]:focus {
  border-color: #f4b33e; }
form textarea:focus {
  border-color: #f4b33e; }
form input[type="search"] {
  box-sizing: border-box; }
form label {
  font-family: "Montserrat", sans-serif; }
form textarea {
  resize: none;
  height: 200px; }
form .__row {
  position: relative;
  margin-bottom: 30px; }
  form .__row input {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  form .__row .__text {
    display: inline-block;
    vertical-align: middle; }

.group-contact-left-header .__header {
  padding-bottom: 40px; }

@media only screen and (min-width: 1020px) {
  .group-contact-left-header {
    position: relative; }
    .group-contact-left-header .__header {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0; } }
.login-popup {
  max-width: 325px;
  padding: 15px; }
  .login-popup input[type="text"], .login-popup input[type="password"] {
    margin-bottom: 20px; }
  .login-popup .__row {
    margin-bottom: 25px;
    line-height: 1.2; }
    .login-popup .__row .__text {
      margin-top: -2px; }
  .login-popup .__separator {
    position: relative;
    font-family: "Montserrat", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px; }
    .login-popup .__separator .__text {
      background-color: white;
      display: inline-block;
      padding: 0 15px; }
    .login-popup .__separator:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 0;
      top: 50%;
      left: 0;
      border-bottom: 1px solid #dddddd;
      z-index: -1; }
  .login-popup .__forgotten {
    text-decoration: underline; }

.register-popup {
  max-width: 500px;
  padding: 15px; }
  .register-popup input[type="text"], .register-popup input[type="password"], .register-popup input[type="email"] {
    margin-bottom: 20px; }
  .register-popup label {
    text-align: left;
    display: block; }

.beetrack {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .beetrack:before {
    content: " ";
    display: table; }
  .beetrack:after {
    content: " ";
    display: table;
    clear: both; }
  .beetrack:before {
    content: " ";
    display: table; }
  .beetrack:after {
    content: " ";
    display: table;
    clear: both; }
  .beetrack:hover, .beetrack a:hover {
    color: inherit; }
  .beetrack .logo {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px; }
    .beetrack .logo img {
      max-width: 100%;
      max-height: 100%; }
    .beetrack .logo svg {
      position: relative;
      display: block;
      max-width: 100%;
      max-height: 100%; }
    .beetrack .logo path {
      fill: #f4b33e; }
  .beetrack.logo-light .logo path {
    fill: white; }
  .beetrack.logo-dark .logo path {
    fill: #444444; }
  .beetrack .brand {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.08em;
    text-align: center; }
  .beetrack.inline .logo, .beetrack.inline .brand {
    vertical-align: middle;
    display: inline-block; }
  .beetrack.inline .logo {
    width: 40px;
    height: 40px;
    margin-bottom: 0; }
  .beetrack.inline .brand {
    font-size: 20px; }
    .beetrack.inline .brand.fz-3-l {
      font-size: 24px; }
  .beetrack.size-2 .logo {
    width: 80px;
    height: 80px; }
  .beetrack.size-2 .brand {
    font-size: 20px; }
  .beetrack.size-2.inline .logo {
    width: 50px;
    height: 50px; }
  .beetrack.size-2.inline .brand {
    font-size: 28px; }
  .beetrack.size-3 .logo {
    width: 150px;
    height: 150px; }
  .beetrack.size-3 .brand {
    font-size: 28px; }
  .beetrack.size-3.inline .logo {
    width: 86px;
    height: 86px; }
  .beetrack.size-3.inline .brand {
    font-size: 32px; }
  .beetrack.size-4 .logo {
    width: 120px;
    height: 120px; }
  .beetrack.size-4 .brand {
    font-size: 28px; }
  .beetrack.size-4.inline .logo {
    width: 86px;
    height: 86px; }
  .beetrack.size-4.inline .brand {
    font-size: 32px; }

@media (max-width: 1620px) {
  .beetrack.size-3 .logo {
    width: 120px;
    height: 120px; } }
.icon, [class^='icon-'], .fa {
  display: inline-block;
  vertical-align: middle; }

.icon:before, [class^='icon-']:before, .fa:before {
  display: block; }

.simple-icon, .circle-icon {
  color: #f4b33e; }

.simple-icon:before {
  font-size: 32px;
  text-align: center;
  float: left; }

.circle-icon {
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 60px; }
  .circle-icon:before {
    font-size: 32px;
    text-align: center;
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    background-color: #f4b33e;
    line-height: inherit !important;
    text-align: center;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.4); }

.bgc-gray-darker .circle-icon:before, .bgc-gray-darkest .circle-icon:before, .bgc-gray-dark .circle-icon:before {
  border-color: rgba(0, 0, 0, 0.5); }

.social {
  list-style: none;
  padding: 0; }
  .social:before {
    content: " ";
    display: table; }
  .social:after {
    content: " ";
    display: table;
    clear: both; }
  .social:before {
    content: " ";
    display: table; }
  .social:after {
    content: " ";
    display: table;
    clear: both; }
  .social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    .social li:last-child {
      margin-right: 0; }
    .social li:first-child {
      margin-left: 0; }
  .social a {
    display: block;
    float: left; }
  .social.circle li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: white;
    background-color: #666666;
    padding-top: 2px;
    padding-left: 1px; }
    .social.circle li a:hover {
      background: #f4b33e; }
    .social.circle li a .icon, .social.circle li a [class^='icon-'], .social.circle li a [class^='fa-'] {
      vertical-align: 0px; }
  .social.circle.responsive {
    margin-left: -5px;
    margin-right: -5px; }
    .social.circle.responsive li {
      margin: 0 5px 15px; }
  .social.circle.gray li a {
    color: #111111;
    background-color: #aaaaaa; }
    .social.circle.gray li a:hover {
      background-color: white; }
  .social.circle.dark li a {
    background-color: black; }
    .social.circle.dark li a:hover {
      background: #f4b33e; }
  .social.circle.light li a {
    background-color: white;
    color: #444444; }
    .social.circle.light li a:hover {
      background: #f4b33e; }
  .social.circle.primary li a {
    background-color: #f4b33e; }
    .social.circle.primary li a:hover {
      background: black; }
  .social.circle.secondary li a {
    background-color: #737e88; }
    .social.circle.secondary li a:hover {
      background: black; }

.btn {
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 16.5px 30px;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  color: white;
  background-color: #222222;
  border: 0; }
  .btn.fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .btn.btn-small {
    padding: 10.5px 20px; }
  .btn.btn-size-2 {
    padding: 18.5px 39px; }
  .btn.btn-size-3 {
    padding: 20px 48px; }
  .btn.btn-size-4 {
    padding: 21.5px 57px; }
  .btn.btn-size-5 {
    padding: 23px 66px; }
  .btn.btn-size-3 {
    font-size: 14px; }
  .btn.btn-size-4 {
    font-size: 16px; }
  .btn.btn-size-5 {
    font-size: 18px; }
  .btn.btn-gray-base {
    background-color: black; }
  .btn.btn-gray-darkest {
    background-color: #111111; }
  .btn.btn-gray-darker {
    background-color: #222222; }
  .btn.btn-gray-dark {
    background-color: #444444; }
  .btn.btn-gray {
    background-color: #666666; }
  .btn.btn-gray-light {
    background-color: #888888; }
  .btn.btn-gray-lighter {
    background-color: #eeeeee; }
  .btn.btn-gray-lightest {
    background-color: #f9f9f9; }
  .btn.btn-gray-border {
    background-color: #dddddd; }
  .btn.btn-light {
    background-color: white; }
  .btn.btn-primary {
    background-color: #f4b33e; }
  .btn.btn-secondary {
    background-color: #737e88; }
  .btn.btn-success {
    background-color: #468c00; }
  .btn.btn-info {
    background-color: #3ed0a1; }
  .btn.btn-warning {
    background-color: #ff7f00; }
  .btn.btn-danger {
    background-color: #ff5533; }
  .btn:not(.no-border) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  .btn.btn-light {
    color: #444444; }
  .btn.no-border {
    border-bottom: 0;
    padding-top: 17.5px;
    padding-bottom: 17.5px; }
  .btn:hover, .btn:focus, .btn:active {
    background-color: #222222;
    color: white; }
  .btn.btn-gray-darker:hover, .btn.btn-gray-darkest:hover, .btn.btn-gray-base:hover, .btn.btn-gray-darker:focus, .btn.btn-gray-darkest:focus, .btn.btn-gray-base:focus, .btn.btn-gray-darker:active, .btn.btn-gray-darkest:active, .btn.btn-gray-base:active {
    background-color: #f4b33e;
    color: white; }

.btn-border {
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 16.5px 30px;
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  border: 1px solid #f4b33e;
  color: #f4b33e;
  background-color: transparent; }
  .btn-border.fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .btn-border.btn-small {
    padding: 10.5px 20px; }
  .btn-border.btn-size-2 {
    padding: 18.5px 39px; }
  .btn-border.btn-size-3 {
    padding: 20px 48px; }
  .btn-border.btn-size-4 {
    padding: 21.5px 57px; }
  .btn-border.btn-size-5 {
    padding: 23px 66px; }
  .btn-border.btn-size-3 {
    font-size: 14px; }
  .btn-border.btn-size-4 {
    font-size: 16px; }
  .btn-border.btn-size-5 {
    font-size: 18px; }
  .btn-border.btn-gray-base {
    border-color: black; }
  .btn-border.btn-gray-darkest {
    border-color: #111111; }
  .btn-border.btn-gray-darker {
    border-color: #222222; }
  .btn-border.btn-gray-dark {
    border-color: #444444; }
  .btn-border.btn-gray {
    border-color: #666666; }
  .btn-border.btn-gray-light {
    border-color: #888888; }
  .btn-border.btn-gray-lighter {
    border-color: #eeeeee; }
  .btn-border.btn-gray-lightest {
    border-color: #f9f9f9; }
  .btn-border.btn-gray-border {
    border-color: #dddddd; }
  .btn-border.btn-light {
    border-color: white; }
  .btn-border.btn-primary {
    border-color: #f4b33e; }
  .btn-border.btn-secondary {
    border-color: #737e88; }
  .btn-border.btn-success {
    border-color: #468c00; }
  .btn-border.btn-info {
    border-color: #3ed0a1; }
  .btn-border.btn-warning {
    border-color: #ff7f00; }
  .btn-border.btn-danger {
    border-color: #ff5533; }
  .btn-border.btn-gray-base {
    color: black; }
  .btn-border.btn-gray-darkest {
    color: #111111; }
  .btn-border.btn-gray-darker {
    color: #222222; }
  .btn-border.btn-gray-dark {
    color: #444444; }
  .btn-border.btn-gray {
    color: #666666; }
  .btn-border.btn-gray-light {
    color: #888888; }
  .btn-border.btn-gray-lighter {
    color: #eeeeee; }
  .btn-border.btn-gray-lightest {
    color: #f9f9f9; }
  .btn-border.btn-gray-border {
    color: #dddddd; }
  .btn-border.btn-light {
    color: white; }
  .btn-border.btn-primary {
    color: #f4b33e; }
  .btn-border.btn-secondary {
    color: #737e88; }
  .btn-border.btn-success {
    color: #468c00; }
  .btn-border.btn-info {
    color: #3ed0a1; }
  .btn-border.btn-warning {
    color: #ff7f00; }
  .btn-border.btn-danger {
    color: #ff5533; }
  .btn-border:hover, .btn-border:focus, .btn-border:active {
    background-color: #f4b33e;
    color: white; }
  .btn-border:hover.btn-gray-base, .btn-border:focus.btn-gray-base, .btn-border:active.btn-gray-base {
    background-color: black; }
  .btn-border:hover.btn-gray-darkest, .btn-border:focus.btn-gray-darkest, .btn-border:active.btn-gray-darkest {
    background-color: #111111; }
  .btn-border:hover.btn-gray-darker, .btn-border:focus.btn-gray-darker, .btn-border:active.btn-gray-darker {
    background-color: #222222; }
  .btn-border:hover.btn-gray-dark, .btn-border:focus.btn-gray-dark, .btn-border:active.btn-gray-dark {
    background-color: #444444; }
  .btn-border:hover.btn-gray, .btn-border:focus.btn-gray, .btn-border:active.btn-gray {
    background-color: #666666; }
  .btn-border:hover.btn-gray-light, .btn-border:focus.btn-gray-light, .btn-border:active.btn-gray-light {
    background-color: #888888; }
  .btn-border:hover.btn-gray-lighter, .btn-border:focus.btn-gray-lighter, .btn-border:active.btn-gray-lighter {
    background-color: #eeeeee; }
  .btn-border:hover.btn-gray-lightest, .btn-border:focus.btn-gray-lightest, .btn-border:active.btn-gray-lightest {
    background-color: #f9f9f9; }
  .btn-border:hover.btn-gray-border, .btn-border:focus.btn-gray-border, .btn-border:active.btn-gray-border {
    background-color: #dddddd; }
  .btn-border:hover.btn-light, .btn-border:focus.btn-light, .btn-border:active.btn-light {
    background-color: white; }
  .btn-border:hover.btn-primary, .btn-border:focus.btn-primary, .btn-border:active.btn-primary {
    background-color: #f4b33e; }
  .btn-border:hover.btn-secondary, .btn-border:focus.btn-secondary, .btn-border:active.btn-secondary {
    background-color: #737e88; }
  .btn-border:hover.btn-success, .btn-border:focus.btn-success, .btn-border:active.btn-success {
    background-color: #468c00; }
  .btn-border:hover.btn-info, .btn-border:focus.btn-info, .btn-border:active.btn-info {
    background-color: #3ed0a1; }
  .btn-border:hover.btn-warning, .btn-border:focus.btn-warning, .btn-border:active.btn-warning {
    background-color: #ff7f00; }
  .btn-border:hover.btn-danger, .btn-border:focus.btn-danger, .btn-border:active.btn-danger {
    background-color: #ff5533; }
  .btn-border:hover.btn-light, .btn-border:focus.btn-light, .btn-border:active.btn-light {
    color: #444444; }

ul, ol {
  list-style: none; }

ul li {
  margin-bottom: 10px; }

ol {
  counter-reset: ol-counter;
  list-style: none; }
  ol li {
    margin-bottom: 10px; }
    ol li:before {
      font-family: "Montserrat", sans-serif;
      content: counter(ol-counter) ".";
      counter-increment: ol-counter;
      margin-right: 8px;
      font-size: 90%; }
  ol.list-primary li:before {
    color: #f4b33e; }
  ol.list-secondary li:before {
    color: #737e88; }
  ol.list-success li:before {
    color: #468c00; }
  ol.list-info li:before {
    color: #3ed0a1; }
  ol.list-warning li:before {
    color: #ff7f00; }
  ol.list-danger li:before {
    color: #ff5533; }
  ol.style-2 li:before {
    display: inline-block;
    content: counter(ol-counter);
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #222222;
    border-radius: 50%; }
  ol.style-2.list-primary li:before {
    background-color: #f4b33e; }
  ol.style-2.list-secondary li:before {
    background-color: #737e88; }
  ol.style-2.list-success li:before {
    background-color: #468c00; }
  ol.style-2.list-info li:before {
    background-color: #3ed0a1; }
  ol.style-2.list-warning li:before {
    background-color: #ff7f00; }
  ol.style-2.list-danger li:before {
    background-color: #ff5533; }

ul.list-icon li {
  display: block;
  margin-bottom: 10px; }
  ul.list-icon li i {
    font-size: 12px;
    margin-right: 8px; }
ul.list-icon.list-primary li i {
  color: #f4b33e; }
ul.list-icon.list-secondary li i {
  color: #737e88; }
ul.list-icon.list-success li i {
  color: #468c00; }
ul.list-icon.list-info li i {
  color: #3ed0a1; }
ul.list-icon.list-warning li i {
  color: #ff7f00; }
ul.list-icon.list-danger li i {
  color: #ff5533; }
ul.list-disc li:before, ul.list-square li:before, ul.list-arrow li:before {
  font-family: "Raleway", sans-serif;
  margin-right: 8px; }
ul.list-disc.list-primary li:before, ul.list-square.list-primary li:before, ul.list-arrow.list-primary li:before {
  color: #f4b33e; }
ul.list-disc.list-secondary li:before, ul.list-square.list-secondary li:before, ul.list-arrow.list-secondary li:before {
  color: #737e88; }
ul.list-disc.list-success li:before, ul.list-square.list-success li:before, ul.list-arrow.list-success li:before {
  color: #468c00; }
ul.list-disc.list-info li:before, ul.list-square.list-info li:before, ul.list-arrow.list-info li:before {
  color: #3ed0a1; }
ul.list-disc.list-warning li:before, ul.list-square.list-warning li:before, ul.list-arrow.list-warning li:before {
  color: #ff7f00; }
ul.list-disc.list-danger li:before, ul.list-square.list-danger li:before, ul.list-arrow.list-danger li:before {
  color: #ff5533; }
ul.list-disc li:before {
  content: "\25CF"; }
ul.list-square li:before {
  content: "\25A0"; }
ul.list-arrow li:before {
  content: "\276F"; }

.parallax-wrapper {
  position: relative;
  overflow: hidden; }

.parallax-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: repeat-y;
  background-position-x: center;
  background-attachment: scroll; }

html.chrome:not(.parallax-on) .parallax-background {
  height: 120%;
  top: -10%; }
html:not(.parallax-on) .parallax-background {
  background-attachment: fixed; }

.parallax-background .parallax-minor {
  transition: all 0s; }

.backgroud-wrapper {
  position: relative; }

.static-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  background-size: cover;
  background-position: 50% 50%; }

.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  overflow: hidden; }
  .video-background .video-background-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 1920px;
    height: 1080px;
    padding-bottom: 56.25%; }
    .video-background .video-background-inner iframe {
      position: absolute;
      border: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.dropcap-1 span.first-letter {
  border: 1px solid;
  font-size: 38px;
  display: inline-block;
  width: 56px;
  height: 56px;
  float: left;
  font-weight: 700;
  line-height: 56px;
  margin-right: 15px;
  text-align: center; }
.dropcap-1.style-1 span.first-letter {
  background-color: #f4b33e;
  color: white;
  border-color: #f4b33e; }
.dropcap-1.style-2 span.first-letter {
  color: white;
  border-color: #737e88;
  background-color: #737e88; }
.dropcap-1.style-3 span.first-letter {
  border-color: #444444;
  color: #444444; }

.dropcap-2 span.first-letter {
  border: 1px solid;
  font-size: 38px;
  display: inline-block;
  width: 56px;
  height: 56px;
  float: left;
  font-weight: 700;
  line-height: 56px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%; }
.dropcap-2.style-1 span.first-letter {
  background-color: #f4b33e;
  color: white;
  border-color: #f4b33e; }
.dropcap-2.style-2 span.first-letter {
  color: white;
  border-color: #737e88;
  background-color: #737e88; }
.dropcap-2.style-3 span.first-letter {
  border-color: #444444;
  color: #444444; }

.dropcap-3 span.first-letter {
  float: left;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  margin-right: 15px; }
.dropcap-3.style-1 span.first-letter {
  color: #f4b33e; }
.dropcap-3.style-2 span.first-letter {
  color: #737e88; }
.dropcap-3.style-3 span.first-letter {
  color: #444444; }

.overlay-container {
  position: relative; }

.overlay {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 512; }

.overlay-hover {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 512;
  opacity: 0; }

.overlay-container .overlay-hover:hover {
  opacity: 1; }

hr.hr-1 {
  border-top-width: 1px; }
hr.hr-2 {
  border-top-width: 2px; }
hr.hr-3 {
  border-top-width: 3px; }
hr.hr-4 {
  border-top-width: 4px; }
hr.hr-5 {
  border-top-width: 5px; }
hr.hr-6 {
  border-top-width: 6px; }
hr.hr-7 {
  border-top-width: 7px; }
hr.hr-8 {
  border-top-width: 8px; }
hr.hr-9 {
  border-top-width: 9px; }
hr.hr-10 {
  border-top-width: 10px; }
hr.hr-11 {
  border-top-width: 11px; }
hr.hr-12 {
  border-top-width: 12px; }
hr.hr-gray-base {
  border-top-color: black; }
hr.hr-gray-darkest {
  border-top-color: #111111; }
hr.hr-gray-darker {
  border-top-color: #222222; }
hr.hr-gray-dark {
  border-top-color: #444444; }
hr.hr-gray {
  border-top-color: #666666; }
hr.hr-gray-light {
  border-top-color: #888888; }
hr.hr-gray-lighter {
  border-top-color: #eeeeee; }
hr.hr-gray-lightest {
  border-top-color: #f9f9f9; }
hr.hr-gray-border {
  border-top-color: #dddddd; }
hr.hr-light {
  border-top-color: white; }
hr.hr-primary {
  border-top-color: #f4b33e; }
hr.hr-secondary {
  border-top-color: #737e88; }
hr.hr-success {
  border-top-color: #468c00; }
hr.hr-info {
  border-top-color: #3ed0a1; }
hr.hr-warning {
  border-top-color: #ff7f00; }
hr.hr-danger {
  border-top-color: #ff5533; }
hr.no-margin {
  margin-top: 0;
  margin-bottom: 0; }

section {
  position: relative;
  overflow: hidden; }

.page-section {
  padding-top: 90px;
  padding-bottom: 50px; }
  .page-section:before {
    content: " ";
    display: table; }
  .page-section:after {
    content: " ";
    display: table;
    clear: both; }
  .page-section:before {
    content: " ";
    display: table; }
  .page-section:after {
    content: " ";
    display: table;
    clear: both; }
  .page-section .section-header {
    margin-bottom: 40px; }
    .page-section .section-header:before {
      content: " ";
      display: table; }
    .page-section .section-header:after {
      content: " ";
      display: table;
      clear: both; }
    .page-section .section-header:before {
      content: " ";
      display: table; }
    .page-section .section-header:after {
      content: " ";
      display: table;
      clear: both; }
    .page-section .section-header.hr-header {
      margin-bottom: 30px; }
  .page-section .section-block {
    margin-bottom: 40px; }
    .page-section .section-block:before {
      content: " ";
      display: table; }
    .page-section .section-block:after {
      content: " ";
      display: table;
      clear: both; }
    .page-section .section-block:before {
      content: " ";
      display: table; }
    .page-section .section-block:after {
      content: " ";
      display: table;
      clear: both; }
  .page-section .section-block-small-p {
    margin-bottom: 15px; }
  .page-section .section-block-small-margin {
    margin-bottom: 25px; }
  .page-section .section-block-no-margin {
    margin-bottom: 0px; }
  .page-section .section-block-margin-top {
    margin-top: 40px; }
  .page-section.one-child {
    padding-bottom: 90px; }
  .page-section.big-padding-bottom {
    padding-bottom: 90px !important; }
  .page-section.no-padding-bottom {
    padding-bottom: 0; }
  .page-section.no-padding-top {
    padding-top: 0; }
  .page-section.no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .page-section.supper-padding-top {
    padding-top: 120px !important; }
  .page-section.small-padding {
    padding-top: 80px;
    padding-bottom: 40px; }
    .page-section.small-padding .section-header {
      margin-bottom: 40px; }
    .page-section.small-padding .section-block {
      margin-bottom: 40px; }
      .page-section.small-padding .section-block:before {
        content: " ";
        display: table; }
      .page-section.small-padding .section-block:after {
        content: " ";
        display: table;
        clear: both; }
      .page-section.small-padding .section-block:before {
        content: " ";
        display: table; }
      .page-section.small-padding .section-block:after {
        content: " ";
        display: table;
        clear: both; }
    .page-section.small-padding .section-block-small-p {
      margin-bottom: 15px; }
    .page-section.small-padding.one-child {
      padding-bottom: 80px; }
  .page-section.big-padding {
    padding-top: 120px;
    padding-bottom: 80px; }
    .page-section.big-padding .section-header {
      margin-bottom: 40px; }
    .page-section.big-padding .section-block {
      margin-bottom: 40px; }
      .page-section.big-padding .section-block:before {
        content: " ";
        display: table; }
      .page-section.big-padding .section-block:after {
        content: " ";
        display: table;
        clear: both; }
      .page-section.big-padding .section-block:before {
        content: " ";
        display: table; }
      .page-section.big-padding .section-block:after {
        content: " ";
        display: table;
        clear: both; }
    .page-section.big-padding .section-block-small-p {
      margin-bottom: 15px; }
    .page-section.big-padding.one-child {
      padding-bottom: 120px; }
  .page-section.supper-padding {
    padding-top: 160px;
    padding-bottom: 120px; }
    .page-section.supper-padding .section-header {
      margin-bottom: 40px; }
    .page-section.supper-padding .section-block {
      margin-bottom: 40px; }
      .page-section.supper-padding .section-block:before {
        content: " ";
        display: table; }
      .page-section.supper-padding .section-block:after {
        content: " ";
        display: table;
        clear: both; }
      .page-section.supper-padding .section-block:before {
        content: " ";
        display: table; }
      .page-section.supper-padding .section-block:after {
        content: " ";
        display: table;
        clear: both; }
    .page-section.supper-padding .section-block-small-p {
      margin-bottom: 15px; }
    .page-section.supper-padding.one-child {
      padding-bottom: 160px; }

.menu {
  border-bottom: 2px solid #f4b33e; }
  .menu ul {
    z-index: 1030;
    margin: 0; }
  .menu li {
    margin: 0; }

.menu-style-light .menu {
  background-color: white;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  color: #444444; }

.menu :not(.menu-style-light) {
  background-color: #111111;
  color: #cccccc; }
  .menu :not(.menu-style-light) ul {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222; }
  .menu :not(.menu-style-light) a:hover, .menu :not(.menu-style-light) a:active, .menu :not(.menu-style-light) a:focus {
    color: white; }

.menu-dark {
  background-color: #111111;
  color: #cccccc; }
  .menu-dark ul {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222; }
  .menu-dark a:hover, .menu-dark a:active, .menu-dark a:focus {
    color: white; }

.menu-light {
  background-color: white;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  color: #444444; }

.menu-link-block li {
  margin: 0; }
.menu-link-block a {
  display: block;
  padding: 8px 20px; }
.menu-link-block .__icon {
  float: left;
  line-height: inherit !important;
  padding-right: 5px; }

.building-nav {
  transition: all 0.7s ease-in-out;
  max-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  .building-nav h1, .building-nav h3, .building-nav hr {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%; }
  .building-nav:hover {
    max-height: 2000px; }
  .building-nav a {
    font-weight: 600;
    text-transform: capitalize;
    width: 260px; }
    .building-nav a.done {
      color: green; }

.main-menu {
  z-index: 1030;
  font-family: "Montserrat", sans-serif; }
  .main-menu ul, .main-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-menu a .__icon {
    float: left;
    line-height: inherit !important;
    padding-right: 5px; }
  .main-menu.menu-item-hightlight-bottom > ul > li > a {
    position: relative;
    color: inherit; }
    .main-menu.menu-item-hightlight-bottom > ul > li > a:after {
      transition: all 0.3s ease-in-out;
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      background-color: transparent;
      bottom: -1px;
      left: 0; }
    .main-menu.menu-item-hightlight-bottom > ul > li > a:hover, .main-menu.menu-item-hightlight-bottom > ul > li > a:focus {
      color: inherit; }
    .main-menu.menu-item-hightlight-bottom > ul > li > a:hover:after, .main-menu.menu-item-hightlight-bottom > ul > li > a:focus:after {
      background-color: #f4b33e; }
  .main-menu > ul {
    margin-left: -20px;
    margin-right: -20px; }
    .main-menu > ul > li {
      display: inline-block;
      vertical-align: top;
      height: 100%; }
      .main-menu > ul > li * {
        letter-spacing: initial; }
      .main-menu > ul > li > a {
        line-height: 30px;
        padding-left: 20px;
        padding-right: 20px;
        display: block; }
      .main-menu > ul > li:hover > ul {
        display: block;
        animation: fadeIn 0.4s; }
      .main-menu > ul > li ul {
        border-bottom: 2px solid #f4b33e;
        background-color: #111111;
        color: #cccccc;
        text-align: left; }
        .main-menu > ul > li ul ul {
          border-left: 1px solid #222222;
          border-right: 1px solid #222222; }
        .main-menu > ul > li ul a:hover, .main-menu > ul > li ul a:active, .main-menu > ul > li ul a:focus {
          color: white; }
      .main-menu > ul > li > ul {
        position: absolute;
        z-index: 1030;
        display: none;
        font-size: 11px; }
        .main-menu > ul > li > ul.multi-floor-menu li {
          margin: 0; }
        .main-menu > ul > li > ul.multi-floor-menu a {
          display: block;
          padding: 15px 20px; }
        .main-menu > ul > li > ul.multi-floor-menu .__icon {
          float: left;
          line-height: inherit !important;
          padding-right: 5px; }
        .main-menu > ul > li > ul.multi-floor-menu li {
          min-width: 250px; }
          .main-menu > ul > li > ul.multi-floor-menu li:hover > a {
            background-color: #444444; }
        .main-menu > ul > li > ul.multi-floor-menu > li {
          position: relative; }
          .main-menu > ul > li > ul.multi-floor-menu > li > ul {
            position: absolute;
            display: none;
            top: 0;
            left: 100%;
            z-index: -1; }
          .main-menu > ul > li > ul.multi-floor-menu > li:hover > ul {
            display: block;
            animation: fadeIn 0.4s; }
          .main-menu > ul > li > ul.multi-floor-menu > li.li-node > a:after {
            content: "\e083";
            font-family: "beetrack" !important;
            position: absolute;
            font-size: 8px;
            line-height: 23.57143px;
            right: 20px; }
        .main-menu > ul > li > ul.multi-floor-menu.menu-right-base > li > ul {
          left: auto;
          right: 100%; }
        .main-menu > ul > li > ul.mega-menu {
          padding-top: 30px; }
          .main-menu > ul > li > ul.mega-menu.menu-1-col {
            width: 202px; }
          .main-menu > ul > li > ul.mega-menu.menu-2-col {
            width: 402px; }
          .main-menu > ul > li > ul.mega-menu.menu-3-col {
            width: 602px; }
          .main-menu > ul > li > ul.mega-menu.menu-4-col {
            width: 802px; }
          .main-menu > ul > li > ul.mega-menu.menu-5-col {
            width: 1002px; }
          .main-menu > ul > li > ul.mega-menu.menu-6-col {
            width: 1202px; }
          .main-menu > ul > li > ul.mega-menu > li {
            width: 200px; }
          .main-menu > ul > li > ul.mega-menu.menu-left-base {
            left: 0; }
          .main-menu > ul > li > ul.mega-menu.menu-right-base {
            right: 0; }
          .main-menu > ul > li > ul.mega-menu.menu-fullwidth {
            left: 0;
            right: 0; }
            .main-menu > ul > li > ul.mega-menu.menu-fullwidth.menu-1-col > li {
              width: 100%; }
            .main-menu > ul > li > ul.mega-menu.menu-fullwidth.menu-2-col > li {
              width: 50%; }
            .main-menu > ul > li > ul.mega-menu.menu-fullwidth.menu-3-col > li {
              width: 33.33333%; }
            .main-menu > ul > li > ul.mega-menu.menu-fullwidth.menu-4-col > li {
              width: 25%; }
            .main-menu > ul > li > ul.mega-menu.menu-fullwidth.menu-5-col > li {
              width: 20%; }
            .main-menu > ul > li > ul.mega-menu.menu-fullwidth.menu-6-col > li {
              width: 16.66667%; }
          .main-menu > ul > li > ul.mega-menu ul {
            border: 0; }
          .main-menu > ul > li > ul.mega-menu li {
            margin-bottom: 0px; }
          .main-menu > ul > li > ul.mega-menu a {
            padding-top: 10px;
            padding-bottom: 10px;
            display: block; }
            .main-menu > ul > li > ul.mega-menu a:hover {
              margin-left: 10px;
              color: white; }
            .main-menu > ul > li > ul.mega-menu a.active {
              color: white; }
          .main-menu > ul > li > ul.mega-menu li.li-node > a:hover {
            margin-left: 0; }
          .main-menu > ul > li > ul.mega-menu > li {
            display: block;
            float: left;
            padding-left: 30px; }
          .main-menu > ul > li > ul.mega-menu.ul-node > li {
            margin-bottom: 40px; }
            .main-menu > ul > li > ul.mega-menu.ul-node > li > a {
              padding-bottom: 25px;
              display: block;
              font-size: 14px;
              color: white;
              cursor: text; }
            .main-menu > ul > li > ul.mega-menu.ul-node > li li:last-child {
              margin-bottom: 0; }
          .main-menu > ul > li > ul.mega-menu.ul-node.menu-hr-heading > li > a {
            padding-bottom: 5px;
            margin-bottom: 25px;
            display: inline-block;
            padding-right: 20px;
            border-bottom: 1px solid rgba(102, 102, 102, 0.25); }
          .main-menu > ul > li > ul.mega-menu.ul-node:not(.menu-hr-heading) {
            padding-top: 40px; }
            .main-menu > ul > li > ul.mega-menu.ul-node:not(.menu-hr-heading) > li:not(:first-child):before {
              position: absolute;
              content: "";
              display: block;
              -ms-transform: translateX(-30px);
              transform: translateX(-30px);
              width: 1px;
              top: 0;
              height: 100%;
              padding-top: 40px;
              padding-bottom: 40px;
              background-clip: content-box;
              background-color: rgba(102, 102, 102, 0.25); }

@media (min-width: 768px) {
  .main-menu > ul > li > ul.mega-menu.menu-fullwidth {
    width: 720px; } }
@media (min-width: 1020px) {
  .main-menu > ul > li > ul.mega-menu.menu-fullwidth {
    width: 960px; } }
@media (min-width: 1230px) {
  .main-menu > ul > li > ul.mega-menu.menu-fullwidth {
    width: 1170px; } }
.menu-style-light .main-menu ul > li ul {
  background-color: white;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  color: #444444; }
.menu-style-light .main-menu ul > li > ul.mega-menu a:hover {
  color: #f4b33e; }
.menu-style-light .main-menu ul > li > ul.mega-menu ul {
  box-shadow: none;
  border-left: 0; }
.menu-style-light .main-menu ul > li > ul.mega-menu > li > a {
  color: #222222; }
.menu-style-light .main-menu > ul > li > ul.multi-floor-menu li:hover > a, .menu-style-light .main-menu > ul > li > ul.multi-floor-menu a:hover {
  background-color: white;
  color: #f4b33e; }

.main-nav {
  z-index: 1030;
  width: 100%;
  font-family: "Montserrat", sans-serif; }
  .main-nav .__header, .main-nav .__middle, .main-nav .__footer {
    position: relative; }
  .main-nav .nav-content-wrapper {
    position: relative;
    width: 100%; }
    .main-nav .nav-content-wrapper:before {
      content: " ";
      display: table; }
    .main-nav .nav-content-wrapper:after {
      content: " ";
      display: table;
      clear: both; }
    .main-nav .nav-content-wrapper:before {
      content: " ";
      display: table; }
    .main-nav .nav-content-wrapper:after {
      content: " ";
      display: table;
      clear: both; }
    .main-nav .nav-content-wrapper .pull-left > *, .main-nav .nav-content-wrapper .pull-right > * {
      float: left; }
  .main-nav .nav-item {
    line-height: 30px; }
  .main-nav.small-nav .nav-content-wrapper {
    height: 70px; }

.nav-fixed-transformed .main-nav.nav-fixed .nav-content-wrapper, .main-nav.small-nav .beetrack, .nav-fixed-transformed .main-nav.nav-fixed .beetrack {
  height: 70px; }

.main-nav.small-nav .nav-item, .nav-fixed-transformed .main-nav.nav-fixed .nav-item {
  padding-top: 20px;
  padding-bottom: 20px; }

.main-nav.small-nav .main-menu > ul > li > a, .nav-fixed-transformed .main-nav.nav-fixed .main-menu > ul > li > a {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }

.main-nav.small-nav .dropdown .dropdown-menu, .nav-fixed-transformed .main-nav.nav-fixed .dropdown .dropdown-menu {
  top: 50px; }

.main-nav.small-nav.nav-sticky:not(.stuck), .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) {
  background-color: white;
  color: #444444; }

.main-nav.small-nav.nav-sticky:not(.stuck).stuck-dark, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck).stuck-dark {
  background-color: #111111;
  color: white; }

.main-nav.small-nav.nav-sticky:not(.stuck) .main-menu > ul > li > ul, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .main-menu > ul > li > ul {
  border-top: 1px solid transparent;
  background-clip: padding-box; }

.main-nav.small-nav.nav-sticky:not(.stuck) .nav-content-wrapper, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .nav-content-wrapper, .main-nav.small-nav.nav-sticky:not(.stuck) .beetrack, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .beetrack {
  height: 83px; }

.main-nav.small-nav.nav-sticky:not(.stuck) .nav-item, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .nav-item {
  padding-top: 26.5px;
  padding-bottom: 26.5px; }

.main-nav.small-nav.nav-sticky:not(.stuck) .main-menu > ul > li > a, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .main-menu > ul > li > a {
  height: 100%;
  padding-top: 26.5px;
  padding-bottom: 26.5px; }

.main-nav.small-nav.nav-sticky:not(.stuck) .dropdown .dropdown-menu, .nav-fixed-transformed .main-nav.nav-fixed.nav-sticky:not(.stuck) .dropdown .dropdown-menu {
  top: 56.5px; }

.main-nav .__header .nav-content-wrapper, .main-nav .__header .beetrack {
  height: 46px; }
.main-nav .__header .nav-item {
  padding-top: 8px;
  padding-bottom: 8px; }
.main-nav .__header .main-menu > ul > li > a {
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px; }
.main-nav .__header .dropdown .dropdown-menu {
  top: 38px; }
.main-nav .__middle .nav-content-wrapper, .main-nav .__middle .beetrack {
  height: 90px; }
.main-nav .__middle .nav-item {
  padding-top: 30px;
  padding-bottom: 30px; }
.main-nav .__middle .main-menu > ul > li > a {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
.main-nav .__middle .dropdown .dropdown-menu {
  top: 60px; }
.main-nav .__footer {
  border-bottom: solid 1px #eeeeee; }
  .main-nav .__footer .nav-content-wrapper, .main-nav .__footer .beetrack {
    height: 60px; }
  .main-nav .__footer .nav-item {
    padding-top: 15px;
    padding-bottom: 15px; }
  .main-nav .__footer .main-menu > ul > li > a {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px; }
  .main-nav .__footer .dropdown .dropdown-menu {
    top: 45px; }
.main-nav.nav-tall .__header .nav-content-wrapper, .main-nav.nav-tall .__header .beetrack {
  height: 60px; }
.main-nav.nav-tall .__header .nav-item {
  padding-top: 15px;
  padding-bottom: 15px; }
.main-nav.nav-tall .__header .main-menu > ul > li > a {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
.main-nav.nav-tall .__header .dropdown .dropdown-menu {
  top: 45px; }
.main-nav.nav-tall .__middle .nav-content-wrapper, .main-nav.nav-tall .__middle .beetrack {
  height: 120px; }
.main-nav.nav-tall .__middle .nav-item {
  padding-top: 45px;
  padding-bottom: 45px; }
.main-nav.nav-tall .__middle .main-menu > ul > li > a {
  height: 100%;
  padding-top: 45px;
  padding-bottom: 45px; }
.main-nav.nav-tall .__middle .dropdown .dropdown-menu {
  top: 75px; }
.main-nav.nav-tall .__footer .nav-content-wrapper, .main-nav.nav-tall .__footer .beetrack {
  height: 70px; }
.main-nav.nav-tall .__footer .nav-item {
  padding-top: 20px;
  padding-bottom: 20px; }
.main-nav.nav-tall .__footer .main-menu > ul > li > a {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
.main-nav.nav-tall .__footer .dropdown .dropdown-menu {
  top: 50px; }
.main-nav.border-separator .__middle {
  border-top: 1px solid rgba(136, 136, 136, 0.15);
  border-bottom: 1px solid rgba(136, 136, 136, 0.15); }
.main-nav.border-separator .main-menu > ul > li > ul {
  border-top: 1px solid transparent;
  background-clip: padding-box; }
.main-nav.border-separator-light .__middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.main-nav.border-separator-light .main-menu > ul > li > ul {
  border-top: 1px solid transparent;
  background-clip: padding-box; }
.main-nav.bottom-line:after {
  -ms-transform: translate();
  transform: translate();
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(323deg, rgba(16, 183, 101, 0.9) 0%, rgba(0, 185, 255, 0.9) 100%); }
.main-nav.bottom-line .main-menu > ul > li > ul, .main-nav.bottom-line .nav-function .__cart .dropdown-menu {
  border-top: 3px solid transparent;
  background-clip: padding-box; }
.main-nav.bottom-line-boxed:after {
  -ms-transform: translate();
  transform: translate();
  position: relative;
  content: "";
  display: block;
  width: 1280px;
  height: 3px;
  margin: 0 auto;
  background: linear-gradient(323deg, rgba(16, 183, 101, 0.9) 0%, rgba(0, 185, 255, 0.9) 100%); }
.main-nav.bottom-line-boxed .main-menu > ul > li > ul, .main-nav.bottom-line-boxed .nav-function .__cart .dropdown-menu {
  border-top: 3px solid transparent;
  background-clip: padding-box; }
.main-nav.boxed .__middle {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  left: auto; }

@media (min-width: 1400px) {
  .main-nav.large-container .container {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px; }
  .main-nav.large-container .main-menu > ul > li > ul.mega-menu.menu-fullwidth {
    width: 100%; } }
@media only screen and (min-width: 1230px) {
  .main-nav.small-nav:not(.nav-sticky) {
    display: none; }
    .main-nav.small-nav:not(.nav-sticky).stuck {
      height: auto;
      display: block;
      animation: fadeIn 0.3s both; } }
@media only screen and (max-width: 1229px) {
  .main-nav {
    display: none; }
    .main-nav.small-nav, .main-nav.left-menu-top-nav {
      display: block; } }
.nav-info .__info {
  display: inline-block;
  font-size: 12px; }
  .nav-info .__info:not(:last-child) {
    margin-right: 20px; }
.nav-info a:focus {
  color: inherit; }
.nav-info i {
  font-size: 14px;
  margin-right: 5px; }

.bgc-light .nav-info i {
  color: #f4b33e; }

.social-nav {
  font-size: 16px;
  line-height: 30px;
  margin-right: -10px; }
  .social-nav li {
    margin-right: 10px; }

.nav-function {
  display: block;
  float: right;
  padding-left: 30px;
  margin-left: -20px; }
  .nav-function > * {
    display: inline-block;
    margin-left: 20px; }
    .nav-function > * > a {
      font-size: 16px; }
  .nav-function a {
    display: inline-block;
    vertical-align: middle; }
    .nav-function a:before {
      display: block; }
  .nav-function .__cart .cart-open {
    position: relative; }
    .nav-function .__cart .cart-open .__quantity {
      position: absolute;
      right: -10px;
      top: -10px;
      width: 18px;
      height: 18px;
      line-height: 18px;
      border-radius: 50%;
      font-size: 11px;
      text-align: center; }
  .nav-function .__cart .dropdown-menu {
    color: white;
    font-size: 12px;
    padding: 20px 20px 50px;
    right: -20px; }
  .nav-function .__cart .__cart-item {
    position: relative;
    width: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.25); }
    .nav-function .__cart .__cart-item:before {
      content: " ";
      display: table; }
    .nav-function .__cart .__cart-item:after {
      content: " ";
      display: table;
      clear: both; }
    .nav-function .__cart .__cart-item:before {
      content: " ";
      display: table; }
    .nav-function .__cart .__cart-item:after {
      content: " ";
      display: table;
      clear: both; }
    .nav-function .__cart .__cart-item .__image {
      width: 63px;
      float: left;
      margin-right: 15px; }
    .nav-function .__cart .__cart-item .__category {
      font-size: 13px;
      margin-top: -0.57143em; }
    .nav-function .__cart .__cart-item .__info {
      overflow: hidden; }
    .nav-function .__cart .__cart-item .__remove {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -10px; }
  .nav-function .__cart .__middle-row {
    width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.25); }
    .nav-function .__cart .__middle-row .__total {
      float: right; }
  .nav-function .__cart .__button-group {
    padding-top: 40px; }
    .nav-function .__cart .__button-group i {
      margin-right: 5px;
      font-size: 16px;
      height: 12px;
      float: left; }

.cart-button {
  font-size: 22px;
  position: relative;
  margin-right: 20px; }
  .cart-button:before {
    vertical-align: middle; }

.nav-single ul {
  margin-right: -20px; }
  .nav-single ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px; }

.select-language li {
  width: 150px;
  font-size: 11px; }
.select-language .dropdown-menu {
  border-bottom: 2px solid #f4b33e; }
  .select-language .dropdown-menu ul {
    z-index: 1030;
    margin: 0; }
  .select-language .dropdown-menu li {
    margin: 0; }

.menu-style-light .select-language .dropdown-menu {
  background-color: white;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  color: #444444; }

.select-language .dropdown-menu :not(.menu-style-light) {
  background-color: #111111;
  color: #cccccc; }
  .select-language .dropdown-menu :not(.menu-style-light) ul {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222; }
  .select-language .dropdown-menu :not(.menu-style-light) a:hover, .select-language .dropdown-menu :not(.menu-style-light) a:active, .select-language .dropdown-menu :not(.menu-style-light) a:focus {
    color: white; }
.select-language .dropdown-menu a:hover {
  background-color: rgba(128, 128, 128, 0.15); }
.select-language .flag {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top; }

.os-menu .__flag {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  margin-left: 10px;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  font-size: 13px; }

.nav-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

@media only screen and (min-width: 1230px) {
  .nav-fixed-appeared .nav-fixed {
    display: block !important;
    animation: fadeInDown 0.3s; } }
.nav-fixed-transformed .fixed-tranformed-bg-light {
  background-color: white;
  color: #444444;
  border-bottom: 1px solid #dddddd; }
  .nav-fixed-transformed .fixed-tranformed-bg-light .main-menu > ul > li > ul {
    border-top: 1px solid transparent;
    background-clip: padding-box; }
  .nav-fixed-transformed .fixed-tranformed-bg-light .nav-hamburger:after, .nav-fixed-transformed .fixed-tranformed-bg-light .nav-hamburger:before, .nav-fixed-transformed .fixed-tranformed-bg-light .nav-hamburger span {
    background-color: #444444; }
.nav-fixed-transformed .fixed-tranformed-bg-dark {
  background-color: #111111;
  color: white; }
  .nav-fixed-transformed .fixed-tranformed-bg-dark .nav-hamburger:after, .nav-fixed-transformed .fixed-tranformed-bg-dark .nav-hamburger:before, .nav-fixed-transformed .fixed-tranformed-bg-dark .nav-hamburger span {
    background-color: #444444; }

.nav-hamburger {
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
  width: 22px;
  height: 30px; }
  .nav-hamburger::before, .nav-hamburger::after, .nav-hamburger span {
    transition: all 0.3s ease-in-out;
    background-color: black; }

[class^='bgc-gray'] .nav-hamburger::before, [class^='bgc-gray'] .nav-hamburger::after, [class^='bgc-gray'] .nav-hamburger span {
  background-color: white; }

[class^='bgc-dark-o-'] .nav-hamburger::before, [class^='bgc-dark-o-'] .nav-hamburger::after, [class^='bgc-dark-o-'] .nav-hamburger span {
  background-color: white; }

.bgc-transparent .nav-hamburger::before, .bgc-transparent .nav-hamburger::after, .bgc-transparent .nav-hamburger span {
  background-color: white; }

.nav-hamburger::before, .nav-hamburger::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
.nav-hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%; }
.nav-hamburger::before {
  transform: translate3d(0, -7px, 0); }
.nav-hamburger::after {
  transform: translate3d(0, 7px, 0); }

.mobile-nav-open .nav-hamburger span {
  opacity: 0; }
.mobile-nav-open .nav-hamburger::before {
  transform: rotate3d(0, 0, 1, 45deg); }
.mobile-nav-open .nav-hamburger::after {
  transform: rotate3d(0, 0, 1, -45deg); }

.mobile-nav {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  width: 300px;
  left: 0;
  height: 100%;
  overflow: hidden;
  color: white;
  z-index: 1032;
  background-color: #111111;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  font-size: 13px; }
  .mobile-nav .mobile-nav-toggle {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #cccccc; }
    .mobile-nav .mobile-nav-toggle:hover {
      color: white; }
  .mobile-nav .search-area {
    padding: 30px 20px; }
    .mobile-nav .search-area input {
      background-color: #222222;
      border-color: #222222; }
      .mobile-nav .search-area input:focus {
        border-color: #666666; }
  .mobile-nav .social-area {
    width: 100%;
    text-align: center; }

@media only screen and (max-width: 480px) {
  .mobile-nav {
    width: 100%; } }
@media (max-height: 700px) {
  .mobile-nav .mobile-menu {
    height: calc(100% - 220px); }
  .mobile-nav .beetrack {
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .mobile-nav .beetrack .logo, .mobile-nav .beetrack .brand {
      vertical-align: middle;
      display: inline-block; }
    .mobile-nav .beetrack .logo {
      width: 40px;
      height: 40px;
      margin-bottom: 0; }
    .mobile-nav .beetrack .brand {
      font-size: 20px; } }
@media (min-height: 700px) {
  .mobile-nav .mobile-menu {
    height: calc(100% - 355px); }
  .mobile-nav .beetrack {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 45px; }
    .mobile-nav .beetrack .logo {
      width: 80px;
      height: 80px; }
    .mobile-nav .beetrack .brand {
      font-size: 20px; } }
.mobile-menu {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid rgba(128, 128, 128, 0.15); }
  .mobile-menu li {
    border-bottom: 1px solid rgba(128, 128, 128, 0.15);
    margin-bottom: 0; }
  .mobile-menu a {
    position: relative;
    display: block;
    padding: 10px 30px; }
    .mobile-menu a:hover, .mobile-menu a:active, .mobile-menu a:focus {
      color: white;
      background-color: rgba(255, 255, 255, 0.2); }
    .mobile-menu a i {
      margin-right: 10px; }
  .mobile-menu li.li-node > a:after {
    content: "\e083";
    font-family: "beetrack" !important;
    position: absolute;
    font-size: 8px;
    line-height: 27.85714px;
    right: 20px; }
  .mobile-menu > ul {
    position: relative;
    height: 100%; }
  .mobile-menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111; }
    .mobile-menu ul.active {
      overflow-y: hidden !important; }
    .mobile-menu ul ul {
      transition: all 0.3s ease-in-out;
      position: absolute;
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      z-index: 2; }
    .mobile-menu ul > li.active > ul {
      -ms-transform: translate(0);
      transform: translate(0); }
  .mobile-menu .__back a:before {
    display: block;
    float: left;
    content: "\e15f";
    margin-right: 10px;
    font-family: "beetrack" !important; }
  .mobile-menu .__back a i {
    display: none; }
  .mobile-menu ul > li {
    font-family: "Montserrat", sans-serif; }

.mobile-nav-open .mobile-nav {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.offcanvas-nav {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 270px;
  padding: 30px;
  z-index: 1031;
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  .offcanvas-nav .offcanvas-nav-toggle {
    position: absolute;
    right: 30px;
    top: 25px; }
  .offcanvas-nav .nav-item {
    margin-bottom: 40px; }
  .offcanvas-nav .nav-single {
    display: block;
    color: #cccccc;
    font-family: "Montserrat", sans-serif;
    font-style: normal; }
    .offcanvas-nav .nav-single ul li {
      display: block; }

.offcanvas-nav-open .offcanvas-nav {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.stuck {
  position: fixed;
  top: 0; }

.nav-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1060;
  overflow: auto; }
  .nav-menu-popup .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px; }
  .nav-menu-popup h3 {
    margin-bottom: 55px; }
    .nav-menu-popup h3 a {
      display: inline-block;
      color: white;
      font-size: 24px; }
      .nav-menu-popup h3 a:after {
        transition: all 0.3s ease-in-out;
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: relative;
        top: -2px;
        background-color: transparent; }
      .nav-menu-popup h3 a:hover:after {
        background-color: white; }
  .nav-menu-popup ul.social li a {
    background-color: #dddddd;
    color: #222222; }

@media only screen and (max-width: 1019px) {
  .nav-menu-popup h3 {
    margin-bottom: 45px; } }
@media only screen and (max-width: 767px) {
  .nav-menu-popup h3 {
    margin-bottom: 35px; }
    .nav-menu-popup h3 a {
      font-size: 20px; } }
@media only screen and (max-width: 480px) {
  .nav-menu-popup h3 {
    margin-bottom: 25px; } }
.nav-menu-popup-trigger {
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  top: 30px;
  right: 35px;
  background: transparent;
  cursor: pointer;
  width: 20px;
  height: 18px;
  z-index: 2000; }
  .nav-menu-popup-trigger:before, .nav-menu-popup-trigger:after, .nav-menu-popup-trigger span {
    transition: all 0.3s ease-in-out;
    background: #444444; }
  .nav-menu-popup-trigger:before, .nav-menu-popup-trigger:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .nav-menu-popup-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%; }
  .nav-menu-popup-trigger:before {
    transform: translate3d(0, -7px, 0); }
  .nav-menu-popup-trigger:after {
    transform: translate3d(0, 7px, 0); }
  .nav-menu-popup-trigger:hover:before, .nav-menu-popup-trigger:hover:after, .nav-menu-popup-trigger:hover span {
    background: #f4b33e; }

.nav-menu-popup-open {
  overflow: hidden; }
  .nav-menu-popup-open .nav-menu-popup-trigger:before, .nav-menu-popup-open .nav-menu-popup-trigger:after {
    background: white; }
  .nav-menu-popup-open .nav-menu-popup-trigger span {
    background: white;
    opacity: 0; }
  .nav-menu-popup-open .nav-menu-popup-trigger:before {
    transform: rotate3d(0, 0, 1, 45deg); }
  .nav-menu-popup-open .nav-menu-popup-trigger:after {
    transform: rotate3d(0, 0, 1, -45deg); }
  .nav-menu-popup-open .nav-menu-popup-trigger:hover:before, .nav-menu-popup-open .nav-menu-popup-trigger:hover:after, .nav-menu-popup-open .nav-menu-popup-trigger:hover span {
    background: #f4b33e; }

#back-to-top-btn {
  position: fixed;
  right: 15px;
  bottom: 45px;
  z-index: 998;
  border: 2px solid #222222;
  color: #222222;
  background-color: white;
  width: 40px;
  height: 40px;
  line-height: 40px -2px;
  -ms-transform: translateX(80px);
  transform: translateX(80px); }
  #back-to-top-btn.show-this {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #back-to-top-btn:hover {
    color: white;
    background-color: #222222; }
  #back-to-top-btn i {
    display: block; }

.clientes-btn {
  color: #333333;
  background-color: #f4b33e;
  border: 1px solid #f4b33e;
  padding: 5px 15px !important;
  margin-top: 24px;
  font-weight: 400;
  margin-right: 10px;
  border-radius: 3px; }
  .clientes-btn.floating {
    margin-top: 12px; }
  .clientes-btn:hover {
    color: white; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before {
    display: table;
    content: ""; }
  .slick-track:after {
    display: table;
    content: "";
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  position: relative; }
  .slick-slider.slider-initialized {
    display: block; }

.slick-loading .slick-list {
  background: white url("../images/gif/ajax-loader.gif") center center no-repeat; }

.page-header {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  border-bottom: none; }
  .page-header:before {
    content: " ";
    display: table; }
  .page-header:after {
    content: " ";
    display: table;
    clear: both; }
  .page-header:before {
    content: " ";
    display: table; }
  .page-header:after {
    content: " ";
    display: table;
    clear: both; }

.common-header {
  padding-top: 60px;
  padding-bottom: 60px;
  height: 420px;
  margin: 0px; }
  .common-header.no-padding {
    padding: 0; }
  .common-header.no-padding-top {
    padding-top: 0; }
  .common-header.no-padding-bottom {
    padding-bottom: 0; }
  .common-header.small {
    height: 320px; }
  .common-header.large {
    height: 570px; }
  .common-header.margin-top {
    margin-top: 120px; }

.header-2-col {
  padding-top: 60px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eeeeee; }

@keyframes LandingPageImageTransition {
  from {
    transform: translateX(-75%); }

  to {
    transform: translateX(-25%); } }

@keyframes LandingPageBackgroundTransition {
  0% {
    transform: scale(1); }

  50% {
    transform: scale(1.5); }

  100% {
    transform: scale(1); } }

.landing-page-header {
  position: relative;
  width: 100%;
  overflow: hidden; }

.main-header {
  height: 90vh; }

.span-intro {
  animation-duration: 1000ms;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  font-stretch: normal; }

.landing-page-header h1.size-l {
  margin-bottom: 10px; }
.landing-page-header .layer-image {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0; }
.landing-page-header .layer-background {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 20%;
  z-index: -2;
  opacity: 1; }
.landing-page-header .layer-image {
  z-index: -1;
  opacity: 0.5;
  width: 8000px;
  background-repeat: repeat;
  background-size: 100vw; }

@media only screen and (max-width: 768px) {
  .main-header {
    height: 430px; }

  .top-mobile {
    margin-top: -120px; }

  .span-intro {
    font-size: 11px; } }
@media only screen and (min-width: 1620px) {
  .landing-page-header h1.size-l {
    font-size: 70px;
    letter-spacing: 0.1em; } }
@media only screen and (min-width: 1620px) {
  .landing-page-header .fz-3 {
    font-size: 25px; } }
html:not(.chrome.MacIntel) .landing-page-header .layer-image {
  animation: LandingPageImageTransition linear 180s infinite; }

.landing-page-header .layer-content {
  position: relative;
  background-image: url("../images/other/landing-bg.png");
  background-repeat: repeat; }
  .landing-page-header .layer-content .cell-vertical-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
    height: 100vh; }
.landing-page-header .beetrack {
  width: 150px; }
.landing-page-header .go-to-body {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%; }
  .landing-page-header .go-to-body a {
    display: none; }
    .landing-page-header .go-to-body a:hover {
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      color: inherit;
      opacity: 1; }

@media only screen and (min-width: 768px) {
  .landing-page-header .beetrack {
    width: 180px; } }
@media only screen and (min-width: 1020px) {
  .landing-page-header .beetrack {
    width: 240px; } }
@media only screen and (min-width: 1230px) {
  .landing-page-header .beetrack {
    width: 290px; } }
@media only screen and (min-width: 1620px) {
  .landing-page-header .beetrack {
    width: 370px; } }
@media only screen and (min-width: 1230px) {
  .landing-page-header .go-to-body a {
    font-size: 35px !important;
    opacity: 0.7;
    display: inline-block; } }
.simple-header {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f9f9f9;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.interior-page .header-container-wrapper .container-fluid,
.interior-page .footer-container-wrapper .container-fluid,
.interior-page .body-container-wrapper .container-fluid {
  padding-left: 0px;
  padding-right: 0px; }
.interior-page .resources-menu {
  background: #fab43d;
  padding-top: 68px;
  height: 120px;
  padding-bottom: 0px; }
.interior-page .breadcrumb {
  background-color: transparent;
  color: white;
  font-weight: 700; }
.interior-page .breadcrumb-current, .interior-page .breadcrumb a:hover {
  color: black; }
.interior-page .breadcrumb-current a:hover {
  color: white; }
.interior-page .breadcrumb .__content span:not(:first-child):before {
  color: black;
  font-weight: bolder !important; }

@media (max-width: 1024px) {
  .interior-page .resources-menu {
    padding-top: 50px;
    height: 100px; } }
.overlay-header {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.3); }
  .overlay-header .text-header {
    position: absolute;
    top: 50%;
    left: 150px;
    color: white; }

@media (max-width: 1200px) {
  .main-header {
    height: 70vh; } }
@media (max-width: 768px) {
  .main-header {
    height: 500px; }
    .main-header .overlay-header {
      background-image: url(https://cdn2.hubspot.net/hubfs/1954697/bee112016/images/background/bgmain.jpg?t=1495553190143);
      background-size: cover; } }
@media (max-width: 600px) {
  .main-header {
    height: 400px; }
    .main-header .overlay-header .text-header {
      top: 30%;
      left: 50px; } }
.clients {
  text-align: center; }
  .clients ul {
    margin-bottom: 0px; }
    .clients ul li {
      -webkit-text-decoration-style: none;
      text-decoration-style: none;
      list-style-type: none;
      display: inline-block;
      margin: 0 10px; }
      .clients ul li img {
        -webkit-filter: grayscale(100%);
        -webkit-transition: 0.3s ease-in-out;
        -moz-filter: grayscale(100%);
        -moz-transition: 0.3s ease-in-out;
        -o-filter: grayscale(100%);
        -o-transition: 0.3s ease-in-out;
        filter: grayscale(100%);
        width: 100px;
        opacity: 0.7; }
        .clients ul li img:hover {
          -webkit-filter: grayscale(0%);
          -webkit-transition: 0.3s ease-in-out;
          -moz-filter: grayscale(0%);
          -moz-transition: 0.3s ease-in-out;
          -o-filter: grayscale(0%);
          -o-transition: 0.3s ease-in-out;
          filter: grayscale(0%);
          opacity: 1; }

@media only screen and (max-width: 768px) {
  .clients ul li img {
    width: 40px; } }
.who-we-are-collage {
  padding-top: 60px;
  text-align: center;
  position: relative;
  min-height: 700px;
  margin-bottom: -100px; }
  .who-we-are-collage img {
    max-width: 100%; }
  .who-we-are-collage .collage-item {
    position: absolute; }
    .who-we-are-collage .collage-item.item-brac {
      top: 57%;
      right: 20%; }
    .who-we-are-collage .collage-item.item-camera {
      top: 51%;
      left: 25%; }
    .who-we-are-collage .collage-item.item-clips {
      top: 35%;
      left: 5%; }
    .who-we-are-collage .collage-item.item-headphones {
      top: 35%;
      right: 5%; }
    .who-we-are-collage .collage-item.item-keyboard {
      top: 48%;
      right: 42%; }
    .who-we-are-collage .collage-item.item-mouse {
      top: 48%;
      right: 32%; }
    .who-we-are-collage .collage-item.item-pen {
      top: 39%;
      right: 26%; }

.team-h {
  padding-top: 180px; }
  .team-h img {
    display: inline-block;
    -webkit-filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: 0.3s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: 0.3s ease-in-out;
    filter: grayscale(100%); }
    .team-h img:hover {
      -webkit-filter: grayscale(0%);
      -webkit-transition: 0.3s ease-in-out;
      -moz-filter: grayscale(0%);
      -moz-transition: 0.3s ease-in-out;
      -o-filter: grayscale(0%);
      -o-transition: 0.3s ease-in-out;
      filter: grayscale(0%);
      opacity: 1; }

.team-member-puma {
  position: absolute;
  left: 6%;
  top: 22%;
  z-index: 1;
  width: 115px; }

.team-member-rodolfo {
  position: absolute;
  left: 5%;
  top: 22%;
  z-index: 1;
  width: 132px; }

.team-member-fernanda {
  position: absolute;
  left: 11%;
  top: 22%;
  z-index: 1;
  width: 105px; }

.team-member-vlad {
  position: absolute;
  left: 15%;
  top: 20%;
  z-index: 0;
  width: 116px; }

.team-member-carlos {
  position: absolute;
  left: 19%;
  top: 20%;
  z-index: 1;
  width: 135px; }

.team-member-john {
  position: absolute;
  left: 23%;
  top: 21%;
  z-index: 0;
  width: 142px; }

.team-member-cali {
  position: absolute;
  left: 28%;
  top: 22%;
  z-index: 1;
  width: 138px; }

.team-member-codina {
  position: absolute;
  left: 35%;
  top: 20%;
  z-index: 0;
  width: 111px; }

.team-member-caiceo {
  position: absolute;
  left: 40%;
  top: 20%;
  z-index: 0;
  width: 108px; }

.team-member-ojeda {
  position: absolute;
  left: 45%;
  top: 18%;
  z-index: 2;
  width: 108px; }

.team-member-kipreos {
  position: absolute;
  left: 50%;
  top: 22%;
  z-index: 1;
  width: 108px; }

.team-member-colonia {
  position: absolute;
  left: 55%;
  top: 19%;
  z-index: 0;
  width: 108px; }

.team-member-abarza {
  position: absolute;
  left: 60%;
  top: 23%;
  z-index: 0;
  width: 134px; }

.team-member-nury {
  position: absolute;
  left: 65%;
  top: 26%;
  z-index: 1;
  width: 100px; }

.team-member-lazcano {
  position: absolute;
  left: 70%;
  top: 23%;
  z-index: 0;
  width: 103px; }

.team-member-claudio {
  position: absolute;
  left: 75%;
  top: 19%;
  z-index: 1;
  width: 103px; }

.team-member-porter {
  position: absolute;
  left: 79%;
  top: 18%;
  z-index: 0;
  width: 124px; }

.team-member-barbara {
  position: absolute;
  left: 84%;
  top: 20%;
  z-index: 1;
  width: 113px; }

.team-member-chris {
  position: absolute;
  left: 24%;
  top: 20%;
  z-index: 0;
  width: 128px; }

.beetooltip + .tooltip > .tooltip-inner {
  font-family: "Permanent Marker", cursive;
  font-size: 14px; }

.block-interactive-banner {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; }
  .block-interactive-banner .__content img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -ms-transform: scale(1);
    transform: scale(1); }
  .block-interactive-banner .__content .overlay i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 22px;
    transition: all 0.3s ease-in-out;
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  .block-interactive-banner .__content .overlay h4 {
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  .block-interactive-banner .__content .overlay .__line {
    background-color: white;
    height: 1px;
    width: 116px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;
    opacity: 0; }
    .block-interactive-banner .__content .overlay .__line .text {
      font-weight: bold;
      color: black; }
  .block-interactive-banner .__content .overlay p {
    letter-spacing: 1.6px;
    transition: all 0.3s ease-in-out;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  .block-interactive-banner .__content:hover img {
    -ms-transform: scale(1.08);
    transform: scale(1.08); }
  .block-interactive-banner .__content:hover .overlay i, .block-interactive-banner .__content:hover .overlay h4 {
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .block-interactive-banner .__content:hover .overlay .__line {
    opacity: 1; }
  .block-interactive-banner .__content:hover .overlay p {
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.breadcrumb {
  padding: 8px 15px;
  float: left; }
  .breadcrumb:before {
    content: " ";
    display: table; }
  .breadcrumb:after {
    content: " ";
    display: table;
    clear: both; }
  .breadcrumb:before {
    content: " ";
    display: table; }
  .breadcrumb:after {
    content: " ";
    display: table;
    clear: both; }
  .breadcrumb > span {
    display: inline-block; }
  .breadcrumb .__title:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background-color: #f4b33e; }
  .breadcrumb .__content {
    padding-left: 10px; }
    .breadcrumb .__content span:not(:first-child):before {
      content: "\e16a";
      font-family: "beetrack" !important;
      vertical-align: text-bottom;
      line-height: 1.1;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      -webkit-font-smoothing: antialiased;
      color: #f4b33e;
      margin: 0 6px; }

.breadcrumb-simple > span {
  display: inline-block; }
.breadcrumb-simple .__title {
  font-weight: 600; }
.breadcrumb-simple .__content {
  padding-left: 10px; }
  .breadcrumb-simple .__content span:not(:first-child):before {
    content: "\e083";
    font-family: "beetrack" !important;
    font-size: 6px;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    color: #f4b33e;
    margin: 0 6px; }

.call-to-action .__content {
  padding-left: 15px;
  padding-right: 15px; }
  .call-to-action .__content .__button a.btn-border, .call-to-action .__content .__button a.btn {
    letter-spacing: 3px; }
  .call-to-action .__content .__button a.btn-border {
    padding-right: 18px;
    padding-left: 18px;
    border-width: 2px; }
  .call-to-action .__content .__button a.btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px; }
.call-to-action.style-1, .call-to-action.style-3 {
  border: 2px solid rgba(0, 0, 0, 0.2); }
.call-to-action.style-1 .__content *:not(.btn-border), .call-to-action.style-3 .__content *:not(.btn-border) {
  color: white; }
.call-to-action.style-1 {
  background-color: #f4b33e; }
.call-to-action.style-2 {
  border: 3px solid #c38f32; }
.call-to-action.style-3 {
  background-color: #737e88; }

@media only screen and (min-width: 1020px) {
  .call-to-action .__content {
    position: relative;
    height: 150px; }
    .call-to-action .__content .__icon {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
      .call-to-action .__content .__icon i {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 65px;
        line-height: 65px;
        display: inline-block;
        height: 65px;
        width: 65px; }
    .call-to-action .__content .__button {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 285px; }
      .call-to-action .__content .__button > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 120px;
        margin-top: auto;
        margin-bottom: auto;
        line-height: 120px; }
  .call-to-action.style-1 .__content, .call-to-action.style-3 .__content {
    padding-right: 298px;
    padding-left: 146px; }
  .call-to-action.style-1 .__content .__icon, .call-to-action.style-3 .__content .__icon {
    width: 146px; }
  .call-to-action.style-1 .__content .__button > div, .call-to-action.style-3 .__content .__button > div {
    padding-right: 55px; }
  .call-to-action.style-2 .__content {
    padding-right: 297px;
    padding-left: 145px; }
    .call-to-action.style-2 .__content .__icon {
      width: 145px; }
    .call-to-action.style-2 .__content .__button > div {
      padding-right: 54px; } }
@media only screen and (max-width: 1019px) {
  .call-to-action .__content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px; }
    .call-to-action .__content .__button {
      padding-top: 30px; } }
.call-to-action-parallax {
  padding-top: 150px;
  padding-bottom: 170px; }
  .call-to-action-parallax p {
    letter-spacing: 2px; }
  .call-to-action-parallax .__button .btn, .call-to-action-parallax .__button .btn-border {
    max-width: 200px;
    letter-spacing: 2px; }
  .call-to-action-parallax .__button .btn {
    margin-right: 30px; }

@media only screen and (max-width: 767px) {
  .call-to-action-parallax {
    padding-top: 100px;
    padding-bottom: 100px; }
    .call-to-action-parallax .__button .btn {
      margin-right: 0;
      margin-bottom: 30px; } }
@media (max-width: 480px) {
  .call-to-action-parallax h1.size-ll {
    font-size: 32px; } }
.call-to-action-common .__content-wrapper .btn-border.fullwidth {
  letter-spacing: 2px;
  max-width: 200px; }

@media only screen and (min-width: 1020px) {
  .call-to-action-common .__content-wrapper {
    height: 180px; }
    .call-to-action-common .__content-wrapper .__content-left {
      height: 100%; }
    .call-to-action-common .__content-wrapper .__content-right {
      height: 100%;
      text-align: right; }
  .call-to-action-common.size-small .__content-wrapper {
    height: 140px; } }
@media only screen and (max-width: 1019px) {
  .call-to-action-common .__content-wrapper {
    text-align: center; }
    .call-to-action-common .__content-wrapper .__content-left {
      padding-top: 40px;
      padding-bottom: 40px; }
    .call-to-action-common .__content-wrapper .__content-right {
      padding-bottom: 40px; } }
.video-kawas {
  opacity: 0.8; }
  .video-kawas:hover {
    opacity: 1;
    transition: all 0.7s ease-in-out; }

.group-brand-logo ul {
  margin-left: -15px;
  margin-right: -15px; }
.group-brand-logo li {
  float: left;
  width: 33.33333%;
  font-size: 0; }
  .group-brand-logo li > a {
    display: inline-block; }

@media (max-width: 600px) {
  .group-brand-logo li {
    width: 100%; } }
@media only screen and (min-width: 1230px) {
  .client-section-2 .__header {
    padding-top: 50px; } }
.client-section-parallax {
  display: -ms-flexbox;
  display: flex; }
  .client-section-parallax > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .client-section-parallax .__block-wrapper-1 {
    padding-top: 110px;
    padding-bottom: 70px; }
    .client-section-parallax .__block-wrapper-1 .group-brand-logo {
      max-width: 771px;
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
      .client-section-parallax .__block-wrapper-1 .group-brand-logo ul {
        margin: 0; }
  .client-section-parallax .__block-wrapper-2 {
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .client-section-parallax .__block-wrapper-2 .__block {
      max-width: 620px;
      width: 100%; }

@media only screen and (max-width: 1229px) {
  .client-section-parallax {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .client-section-parallax .__block-wrapper-1, .client-section-parallax .__block-wrapper-2 {
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .client-section-parallax .__block-wrapper-1 {
      -ms-flex-order: 2;
      order: 2; }
    .client-section-parallax .__block-wrapper-2 {
      -ms-flex-order: 1;
      order: 1;
      padding-top: 90px;
      padding-bottom: 80px; } }
.brand-carousel .__item .__image {
  font-size: 0; }
  .brand-carousel .__item .__image > a {
    display: inline-block; }

.brand-carousel-border {
  border: 1px solid #eeeeee; }
  .brand-carousel-border .__item .__image {
    border-right: 1px solid #eeeeee;
    height: 140px;
    font-size: 0; }
    .brand-carousel-border .__item .__image > a {
      line-height: 138px;
      width: 100%;
      height: 100%;
      display: inline-block;
      position: relative; }
      .brand-carousel-border .__item .__image > a img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.countdown-clock {
  margin-right: -20px;
  display: inline-block; }
  .countdown-clock > div {
    display: inline-block;
    padding-right: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px; }
    .countdown-clock > div > span {
      font-family: "Montserrat", sans-serif;
      width: 80px;
      height: 80px;
      color: white;
      font-size: 45px;
      display: block;
      line-height: 80px;
      background-color: #f4b33e; }

.counter-group .block-counter .__icon {
  font-size: 34px;
  line-height: 1;
  height: 34px;
  margin-bottom: 35px;
  position: relative; }
  .counter-group .block-counter .__icon i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .counter-group .block-counter .__icon i.icon-traget {
      font-size: 42px;
      height: 42px;
      width: 42px; }
    .counter-group .block-counter .__icon i.icon-bike {
      font-size: 56px;
      height: 56px;
      width: 56px; }
.counter-group .block-counter .timer {
  font-size: 45px;
  font-weight: 400; }
  .counter-group .block-counter .timer.hr-heading:after {
    margin-top: 15px; }
.counter-group .block-counter p {
  letter-spacing: 2px; }

.block-icon-box .__header {
  margin-bottom: 20px; }
  .block-icon-box .__header .__heading, .block-icon-box .__header .__icon {
    display: inline-block;
    vertical-align: middle; }
  .block-icon-box .__header .__heading {
    max-width: calc(100% - 85px); }
  .block-icon-box .__header .simple-icon {
    margin-left: 10px; }
  .block-icon-box .__header .__icon {
    margin-right: 10px; }

.group-icon-box-border-container {
  overflow: hidden; }
  .group-icon-box-border-container .__container-inner {
    margin-left: -2px;
    margin-bottom: -2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .group-icon-box-border-container .__border-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee; }
  .group-icon-box-border-container .__border-item-darker {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }

.bgc-gray-darker .group-icon-box-border-container .__border-item, .bgc-gray-darker .group-icon-box-border-container .__border-item-darker {
  border-bottom-color: #333333;
  border-left-color: #333333; }

.bgc-gray-darkest .group-icon-box-border-container .__border-item, .bgc-gray-darkest .group-icon-box-border-container .__border-item-darker {
  border-bottom-color: #333333;
  border-left-color: #333333; }

.bgc-gray-dark .group-icon-box-border-container .__border-item, .bgc-gray-dark .group-icon-box-border-container .__border-item-darker {
  border-bottom-color: #333333;
  border-left-color: #333333; }

.block-icon-box-vertical {
  text-align: center;
  padding: 50px 15px 25px; }
  .block-icon-box-vertical .__icon {
    display: inline-block;
    margin-bottom: 15px; }
  .block-icon-box-vertical .circle-icon {
    margin-bottom: 35px; }
  .block-icon-box-vertical .__caption {
    margin-bottom: 20px; }

.block-icon-box-vertical-2 {
  text-align: center; }
  .block-icon-box-vertical-2 .__icon {
    margin-bottom: 40px; }
  .block-icon-box-vertical-2 h6 {
    margin-bottom: 30px; }

.block-icon-box-left-icon {
  display: -ms-flexbox;
  display: flex; }
  .block-icon-box-left-icon .__icon {
    float: left;
    margin-right: 20px; }

.safari .block-icon-box-left-icon .circle-icon {
  width: 220px; }
.safari .block-icon-box-left-icon .simple-icon {
  width: 110px; }

.group-icon-box-creative-container .block-icon-box-left-icon {
  padding: 60px 30px 35px; }
.group-icon-box-creative-container .__row-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.group-icon-box-creative-container .__group-content {
  position: relative;
  background-color: white; }
  .group-icon-box-creative-container .__group-content.bgc-gray-darker {
    background-color: #222222; }

@media only screen and (min-width: 1020px) {
  .group-icon-box-creative-container .__row-container:nth-child(2n + 1) .__image {
    -ms-flex-order: 3;
    order: 3; } }
@media (min-width: 1600px) {
  .group-icon-box-creative-container .block-icon-box-left-icon {
    padding: 80px 60px 65px; } }
@media only screen and (max-width: 1229px) {
  .group-icon-box-creative-container .__image {
    min-height: 300px; } }
.group-icon-box-vertical-creative .block-icon-box-vertical {
  position: relative; }
  .group-icon-box-vertical-creative .block-icon-box-vertical:before {
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f7;
    content: "";
    width: 100%;
    height: 9999px;
    position: absolute;
    border-left: 1px solid #dddddd;
    top: 0;
    left: 0;
    z-index: -1; }
  .group-icon-box-vertical-creative .block-icon-box-vertical:hover:before {
    background-color: #eeeeee; }

@media (min-width: 1600px) {
  .group-icon-box-vertical-creative .block-icon-box-vertical {
    padding: 80px 30px 55px; } }
.group-icon-list .block-icon-box-left-icon .__content {
  margin-bottom: 50px; }
.group-icon-list.process-style .__icon {
  position: relative;
  z-index: 10; }
  .group-icon-list.process-style .__icon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px dashed #f4b33e;
    left: 50%;
    z-index: -1; }
.group-icon-list.process-style .simple-icon:before {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }
.group-icon-list.process-style .block-icon-box-left-icon:last-child .__icon:after {
  display: none; }

.group-icon-box-left-icon-special {
  display: -ms-flexbox;
  display: flex; }
  .group-icon-box-left-icon-special .__block-wrapper-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    position: relative; }
    .group-icon-box-left-icon-special .__block-wrapper-1 .__image {
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background-size: cover;
      background-position: top center; }
  .group-icon-box-left-icon-special .__block-wrapper-2 {
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .group-icon-box-left-icon-special .__block-wrapper-2 .__block {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      color: white;
      padding-right: 65px;
      padding-left: 65px; }
      .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(2n+1) {
        background-color: #111111; }
      .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(2n) {
        background-color: #222222; }
      .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(1), .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(2) {
        padding-top: 110px;
        padding-bottom: 50px; }
      .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(3), .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(4) {
        padding-bottom: 90px; }

@media only screen and (max-width: 1229px) {
  .group-icon-box-left-icon-special {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .group-icon-box-left-icon-special .__block-wrapper-1, .group-icon-box-left-icon-special .__block-wrapper-2 {
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .group-icon-box-left-icon-special .__block-wrapper-1 {
      min-height: 500px; } }
@media only screen and (max-width: 1019px) {
  .group-icon-box-left-icon-special .__block-wrapper-2 {
    min-height: 500px; }
    .group-icon-box-left-icon-special .__block-wrapper-2 .__block {
      padding-right: 40px;
      padding-left: 40px; } }
@media only screen and (max-width: 767px) {
  .group-icon-box-left-icon-special .__block-wrapper-2 .__block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 30px;
    padding-right: 30px; }
    .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(1), .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(3) {
      -ms-flex-order: 1;
      order: 1; }
    .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(2), .group-icon-box-left-icon-special .__block-wrapper-2 .__block:nth-of-type(4) {
      -ms-flex-order: 2;
      order: 2; } }
.group-icon-box-list-right-slider {
  position: relative; }
  .group-icon-box-list-right-slider .__block-wrapper-1, .group-icon-box-list-right-slider .__block-wrapper-2 {
    padding-right: 15px;
    padding-left: 15px; }
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block, .group-icon-box-list-right-slider .__block-wrapper-2 .__block {
    margin-right: auto;
    margin-left: auto; }
  .group-icon-box-list-right-slider .__block-wrapper-1 {
    padding-top: 100px;
    padding-bottom: 60px; }
    .group-icon-box-list-right-slider .__block-wrapper-1 .__block .hr-header {
      margin-bottom: 30px; }
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    position: relative; }
    .group-icon-box-list-right-slider .__block-wrapper-2 .cell-vertical-wrapper {
      table-layout: fixed; }
    .group-icon-box-list-right-slider .__block-wrapper-2 .__block {
      max-width: 640px; }

@media only screen and (min-width: 768px) {
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    width: 720px; } }
@media only screen and (min-width: 1020px) {
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    width: 960px; } }
@media only screen and (min-width: 1230px) {
  .group-icon-box-list-right-slider .__block-wrapper-1, .group-icon-box-list-right-slider .__block-wrapper-2 {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px; }
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    max-width: 680px; }
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; } }
@media only screen and (max-width: 1229px) {
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 60px; } }
.group-icon-box-list-side-image {
  position: relative; }
  .group-icon-box-list-side-image:before {
    content: " ";
    display: table; }
  .group-icon-box-list-side-image:after {
    content: " ";
    display: table;
    clear: both; }
  .group-icon-box-list-side-image:before {
    content: " ";
    display: table; }
  .group-icon-box-list-side-image:after {
    content: " ";
    display: table;
    clear: both; }
  .group-icon-box-list-side-image .__block-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 75px;
    padding-right: 15px;
    padding-left: 15px; }
    .group-icon-box-list-side-image .__block-wrapper-2 .__block {
      margin-right: auto;
      margin-left: auto; }
      .group-icon-box-list-side-image .__block-wrapper-2 .__block > .__title {
        margin-bottom: 20px; }
      .group-icon-box-list-side-image .__block-wrapper-2 .__block > .__caption {
        margin-bottom: 50px; }
      .group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon {
        margin-bottom: 25px; }
        .group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon .__right-side .__heading {
          padding-top: 5px;
          margin-bottom: 8px; }

@media only screen and (min-width: 768px) {
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    width: 720px; } }
@media only screen and (min-width: 1020px) {
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    width: 960px; } }
@media only screen and (min-width: 1230px) {
  .group-icon-box-list-side-image .__block-wrapper-1 {
    width: 50%; }
  .group-icon-box-list-side-image .__block-wrapper-2 {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
    float: right; }
    .group-icon-box-list-side-image .__block-wrapper-2 .__block {
      max-width: 700px; }
  .group-icon-box-list-side-image .__block-wrapper-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; } }
@media only screen and (max-width: 1229px) {
  .group-icon-box-list-side-image .__block-wrapper-1 {
    position: relative;
    min-height: 500px; } }
.testimonies-logo {
  width: 120px; }

.testimonial h4 {
  font-size: 17px;
  line-height: 25px;
  color: #384672; }
.testimonial h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 0px; }
.testimonial h7 {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 200; }
.testimonial .hs-cta-wrapper {
  display: block;
  margin-top: 10px; }
.testimonial .btn-outlined {
  border: 2px solid #1e6492;
  background-color: transparent;
  color: #1e6492;
  font-size: 12px;
  padding: 12px 21px;
  margin-top: 20px; }
.testimonial h2 {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 70px;
  text-transform: uppercase; }
.testimonial .customersite {
  color: #ffc107;
  font-weight: 500; }
  .testimonial .customersite::after {
    content: "\f08e";
    font-family: "FontAwesome";
    margin-left: 6px;
    font-weight: 100;
    font-size: 10px; }

.testimonies {
  padding: 80px 0px;
  background: #fafafa; }
  .testimonies h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px; }
  .testimonies .link-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #fab43d;
    font-weight: 600; }
    .testimonies .link-title:hover {
      color: #ff5722; }
  .testimonies .quote-cta {
    margin-top: 80px; }
  .testimonies .sub-quotes .quote {
    min-height: 350px;
    background: white;
    padding: 40px;
    border: 1px solid #efefef; }
    .testimonies .sub-quotes .quote img {
      margin-bottom: 20px; }
  .testimonies .subquotes .subquote {
    background-color: white;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin: 30px 0;
    background-color: white;
    padding: 25px 20px;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 0px 0px #cccccc; }
    .testimonies .subquotes .subquote:hover {
      box-shadow: 0px 0px 10px #cccccc;
      transition: all 0.3s ease-out; }

.btn-third {
  padding: 5px 6px 5px 2px;
  border-radius: 5px;
  margin-top: 10px; }
  .btn-third::before {
    content: "\f16a";
    margin-right: 10px;
    margin-left: 5px;
    font-size: 14px;
    font-family: "FontAwesome";
    font-weight: 100; }

.bubble-container {
  max-width: 400px;
  margin: 0 auto; }

.bubble {
  box-sizing: border-box;
  float: left;
  width: auto;
  max-width: 50%;
  position: relative;
  clear: both;
  background: white;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px 20px;
  color: black;
  text-shadow: 0 1px 1px #f2f2f2;
  word-wrap: break-word;
  box-shadow: 0.5px 0.5px 0.5px black;
  text-align: left; }
  .bubble:before, .bubble:after {
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute; }
  .bubble:before {
    border: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    bottom: 0px;
    left: -7px;
    z-index: -2; }
  .bubble:after {
    border: 8px solid transparent;
    border-bottom-color: white;
    bottom: 1px;
    left: -5px; }

.bubble-alt {
  float: right; }
  .bubble-alt:before {
    left: auto;
    right: -7px; }
  .bubble-alt:after {
    left: auto;
    right: -5px; }

.bubble p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 18px; }

.bubble-mine {
  background: #e8ffd4;
  text-align: right; }
  .bubble-mine:after {
    border-bottom-color: #e8ffd4; }

.beetooltip + .tooltip > .tooltip-inner {
  font-family: "Permanent Marker", cursive;
  font-size: 14px; }

.our-skill-left-image {
  position: relative; }
  .our-skill-left-image .__left-inner {
    background-size: cover;
    min-height: 400px;
    z-index: 10; }
  .our-skill-left-image .__right-inner {
    padding-top: 100px;
    padding-bottom: 95px; }

@media only screen and (min-width: 1020px) {
  .our-skill-left-image .__left-inner {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0; } }
@media only screen and (max-width: 1019px) {
  .our-skill-left-image .__left-inner {
    position: relative; } }
@media (min-width: 1290px) {
  .our-skill-left-image .__right-inner {
    -ms-transform: translateX(60px);
    transform: translateX(60px); } }
@media only screen and (min-width: 768px) and (max-width: 1290px) {
  .our-skill-left-image .__right-inner {
    padding-left: 15px; } }
.block-feature {
  position: relative; }
  .block-feature .__icon {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0; }
    .block-feature .__icon i {
      font-size: 45px;
      width: 45px;
      height: 45px;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .block-feature .__content {
    padding-left: 100px; }
    .block-feature .__content * {
      letter-spacing: 0.05em; }
    .block-feature .__content h3 {
      margin-bottom: 5px; }
    .block-feature .__content p {
      margin-bottom: 30px; }

.beeform fieldset {
  max-width: auto; }

form input[type="text"], form input[type="search"], form input[type="email"], form input[type="password"], form input[type="tel"], form input[type="number"] {
  margin-bottom: 15px; }
form textarea {
  margin-bottom: 15px; }

.contact-page .hs-form fieldset {
  max-width: inherit; }
  .contact-page .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 47%; }
.contact-page .hs-form input[type="submit"] {
  border: 1px solid #f4b33e;
  text-decoration: none;
  background: #f4b33e;
  color: white;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 5px; }
.contact-page .hs-form select {
  padding: 5px 8px;
  border: 1px solid #dddddd;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .contact-page .hs-form select:focus {
    outline: none; }

#hsForm_964aeadd-d56e-4ea3-8f71-a39458de52f8 fieldset {
  max-width: inherit; }
#hsForm_964aeadd-d56e-4ea3-8f71-a39458de52f8 input[type="submit"] {
  border: 1px solid #f4b33e;
  text-decoration: none;
  background: #f4b33e;
  color: white;
  padding: 5px 20px;
  font-weight: bold;
  border-radius: 5px; }
#hsForm_964aeadd-d56e-4ea3-8f71-a39458de52f8 select {
  padding: 5px 8px;
  border: 1px solid #dddddd;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  #hsForm_964aeadd-d56e-4ea3-8f71-a39458de52f8 select:focus {
    outline: none; }

/* FOOTER */
footer {
  background: #fdfdfd;
  border-top: 1px solid #f1f1f1;
  padding-top: 30px; }
  footer .brand-section,
  footer .site-sections,
  footer .contact-section,
  footer .social-section {
    padding: 30px 5px; }
    footer .brand-section h3,
    footer .site-sections h3,
    footer .contact-section h3,
    footer .social-section h3 {
      text-transform: uppercase;
      font-size: 14px;
      border-bottom: 1px solid #ffbe4f;
      padding-bottom: 5px; }
  footer .brand-section {
    padding: 35px 5px 0; }
    footer .brand-section p {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px; }
  footer .site-sections > div {
    padding: 0 50px; }
  footer .site-sections ul {
    max-height: 250px;
    display: block; }
    footer .site-sections ul li a {
      font-size: 14px;
      font-weight: 500; }
      footer .site-sections ul li a:hover {
        color: #ffbe4f; }
      footer .site-sections ul li a .filter-link-count {
        font-weight: 300;
        color: #ffc107; }
  footer .contact-section, footer .social-section {
    background: #ffbe4f; }
  footer .social-section {
    padding-top: 0px; }
    footer .social-section .container {
      border-top: 1px solid white;
      padding: 25px 0;
      text-transform: uppercase; }
      footer .social-section .container .social.circle li a {
        background-color: black; }
        footer .social-section .container .social.circle li a:hover {
          background: #ff9800;
          color: black; }
  footer .contact-section .container div {
    margin-bottom: 15px; }
  footer .contact-section .container h4 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0px; }
  footer .contact-section .container p {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    color: white;
    margin: 0px;
    line-height: 1.3;
    font-weight: 700; }
  footer .contact-section .container a:hover {
    color: black; }

@media (max-width: 992px) {
  footer .brand-section div, footer .social-section div {
    margin-bottom: 5px;
    text-align: center; }
  footer .site-sections ul {
    margin-bottom: 15px; }
    footer .site-sections ul li {
      display: inline-block;
      padding-left: 15px; }
      footer .site-sections ul li::before {
        content: " | ";
        color: #ff9800;
        margin-right: 10px; }
      footer .site-sections ul li:first-of-type::before {
        content: "";
        margin-right: 0px; } }
.story-transytec.cic .cta-area {
  margin: 45px 0; }
.story-transytec.cic .intro .img-responsive {
  margin-bottom: 20px; }
.story-transytec.cic .intro .logo {
  float: left;
  margin-right: 25px; }
.story-transytec.cic .main-quote {
  padding: 90px 0 80px; }
  .story-transytec.cic .main-quote h2 {
    font-size: 26px; }
.story-transytec.cic .line-section {
  padding: 50px 0 50px; }
  .story-transytec.cic .line-section > div {
    width: 22%;
    padding: 0px; }
  .story-transytec.cic .line-section .line-text {
    width: 33%;
    padding: 15px 25px 0; }
.story-transytec.cic .last-section {
  padding: 80px 0 80px; }
  .story-transytec.cic .last-section h4 {
    font-weight: 200; }
.story-transytec.cic .brand p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #898989; }
.story-transytec.cic .line {
  margin-top: 0px;
  margin-bottom: 0px; }
@media only screen and (max-width: 992px) {
  .story-transytec .story-transytec.cic .main-quote {
    padding: 40px 0 50px;
    text-align: center; }
    .story-transytec .story-transytec.cic .main-quote .img-responsive {
      margin: 0 auto;
      margin-bottom: 15px; }
  .story-transytec .story-transytec.cic .line-section > div {
    width: 22%; }
  .story-transytec .story-transytec.cic .line-section .line-text {
    padding-top: 0px;
    width: 50%; } }

@media only screen and (max-width: 768px) {
  .story-transytec.cic .intro .logo, .story-transytec.cic .intro .description-company {
    padding: 5px 60px; }
  .story-transytec.cic .line {
    display: none; }
  .story-transytec.cic .main-quote {
    padding: 25px 0 25px;
    text-align: center; }
  .story-transytec.cic .line-section > div {
    width: 50%; }
  .story-transytec.cic .line-section .line-text {
    padding-top: 0px;
    width: 100%; }
    .story-transytec.cic .line-section .line-text p {
      padding: 20px 50px;
      display: inline-block; } }
.main-blog .__meta {
  margin-bottom: 15px; }
.main-blog .suscription-module input[type="submit"] {
  background: #fab43d;
  border: 0;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-weight: 500;
  color: white; }
.main-blog .fb-like span {
  vertical-align: top !important; }

@media (min-width: 1530px) {
  .homepage-leftmenu {
    padding-left: 300px; }
    .homepage-leftmenu .mobile-nav {
      transition: transform 0s;
      -ms-transform: translateX(0);
      transform: translateX(0); }
      .homepage-leftmenu .mobile-nav .beetrack {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 190px; }
    .homepage-leftmenu .mobile-nav-toggle {
      display: none; }
    .homepage-leftmenu .left-menu-top-nav {
      display: none !important; } }
.parallax-beetrack {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-position-big {
  background-position: 99% 50%; }

.menu-phones li a {
  width: 200px; }

.navidad-historia .__content {
  font-size: 18px;
  line-height: 30px; }

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px; }
  #quote-carousel ol {
    list-style-type: none; }
  #quote-carousel .carousel-control {
    background: #bdccd4;
    color: white;
    text-shadow: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-top: 110px; }
    #quote-carousel .carousel-control.left {
      left: -12px; }
      #quote-carousel .carousel-control.left::before {
        content: "\f0d9";
        font-family: "Fontawesome";
        position: absolute;
        top: -1px;
        left: 20px;
        font-size: 25px; }
    #quote-carousel .carousel-control.right {
      right: -12px; }
      #quote-carousel .carousel-control.right::before {
        content: "\f0da";
        font-family: "Fontawesome";
        position: absolute;
        top: -1px;
        left: 22px;
        font-size: 25px; }
  #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px; }
    #quote-carousel .carousel-indicators li {
      background: silver; }
      #quote-carousel .carousel-indicators li::before {
        display: none; }
    #quote-carousel .carousel-indicators .active {
      background: #333333; }

.item {
  opacity: 0;
  margin: 0;
  background-color: white;
  margin: 5px 70px;
  padding: 25px 40px;
  min-height: 300px;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  box-shadow: 0px 0px 5px #cccccc; }
  .item.active {
    opacity: 1;
    transition: all 0.2s ease-out; }
  .item:hover {
    box-shadow: 0px 0px 15px #cccccc;
    transition: all 0.3s ease-out; }
  .item .quote {
    min-height: 180px; }
    .item .quote img {
      margin-bottom: 10px;
      width: 130px; }
    .item .quote p {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 15px; }
      .item .quote p:before {
        content: "\f10d";
        font-family: "Fontawesome";
        float: left;
        margin-right: 10px; }
    .item .quote small {
      font-size: 14px;
      font-weight: 600; }
      .item .quote small span {
        font-size: 12px;
        font-weight: 400; }
  .item .details {
    border-top: 1px solid #cccccc;
    padding-top: 15px; }
    .item .details .links img, .item .details .links a {
      margin-top: 10px;
      display: inline-block;
      vertical-align: top; }
    .item .details .links img {
      margin-right: 10px; }
    .item .details .links a p {
      text-transform: uppercase;
      line-height: 14px; }

.subquotes p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px; }
  .subquotes p:before {
    content: "\f10d";
    font-family: "Fontawesome";
    float: left;
    margin-right: 10px; }
.subquotes span {
  font-size: 14px; }
.subquotes .quote_author {
  font-weight: 700; }
.subquotes .quote_possition {
  color: #717171; }
.subquotes .company_link:after {
  content: "\f14c";
  font-family: "Fontawesome";
  margin-left: 5px; }

@media (max-width: 768px) {
  .item {
    margin: 5px 10px;
    padding: 25px 20px; } }
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px; } }
@media (max-width: 768px) {
  #quote-carousel .carousel-indicators {
    bottom: -20px; }
    #quote-carousel .carousel-indicators li {
      display: inline-block;
      margin: 0px 5px;
      width: 15px;
      height: 15px; }
      #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px; } }