@font-face {
  /*.frontstyle {*/
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
  /*}*/
}


@keyframes infinite-spinning {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.frontstyle .animated {
  animation-duration: 1.5s;
  animation-fill-mode: both; }

.frontstyle *:focus {
  outline: none;
  border-color: inherit;
  box-shadow: none; }

.frontstyle body {
  background: #a5a5a5;
  color: #fff;
  font-family: "Montserrat";
  font-size: 20px;
  overflow-x: hidden;
  line-height: 1.4em; }

.frontstyle img {
  max-width: 100%; }

.frontstyle .container {
  width: 1000px;
  max-width: 90%;
  position: relative;
  z-index: 2; }

.frontstyle .home .container, .frontstyle .footer .container {
  width: 1400px;
  max-width: 100%; }

.frontstyle .home .container-small {
  width: 1000px;
  max-width: 90%; }

.frontstyle #top .fp-tableCell {
  min-height: 100vh; }

.frontstyle .fancybox-inner .container {
  max-width: 90%; }

.frontstyle #content {
  position: relative;
  text-align: center;
  overflow-x: hidden; }

.frontstyle .primary-bg-1 {
  background: #a5a5a5; }

.frontstyle .primary-bg-2 {
  background: #c3bcbe; }

.frontstyle .primary-bg-3 {
  background: #5d5b5b; }

.frontstyle .secondary-bg-1 {
  background: #fa6d0b; }

.frontstyle .secondary-bg-2 {
  background: #FFFFFF; }

.frontstyle .secondary-bg-3 {
  background: #fa6d0b; }

.frontstyle #about {
  background-image: url("../img/about.jpg"); }

.frontstyle #top {
  background: #a5a5a5 url("../img/back-top.jpg") top center no-repeat;
  background-size: cover;
  z-index: 3; }

.frontstyle #video {
  background: #5d5b5b url("../img/back-video.jpg") center center no-repeat;
  background-size: cover; }

.frontstyle .parallax-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition-delay: 1s; }

.frontstyle .full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.frontstyle .cover-bg {
  background-size: cover;
  background-position: center; }

.frontstyle .dots-bg {
  background: url("../img/back-dots.png") top left repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3; }

.frontstyle #surefox .dots-bg, .frontstyle #railfox .dots-bg, .frontstyle #about .dots-bg {
  opacity: 0.2; }

.frontstyle .overflow-container {
  overflow: hidden;
  display: block; }

.frontstyle .overflow-container.animation .overflow-inner {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01);
  transition: transform 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01), -webkit-transform 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01);
  transition-delay: 0s; }

.frontstyle .overflow-container.animation .overflow-inner.delay1 {
  transition-delay: 0.2s; }

.frontstyle .overflow-container.animation .overflow-inner.delay2 {
  transition-delay: 0.4s; }

.frontstyle .overflow-container.animation .overflow-inner.delay3 {
  transition-delay: 0.6s; }

.frontstyle .overflow-container.animation .overflow-inner.delay4 {
  transition-delay: 0.8s; }

.frontstyle .overflow-container.animation .overflow-inner.delay5 {
  transition-delay: 1s; }

.frontstyle .overflow-container.animation .overflow-inner.delay6 {
  transition-delay: 1.2s; }

.frontstyle .overflow-container.full-width {
  width: 100%; }

.frontstyle .overflow-inner {
  transform: translateY(140%);
  transition-delay: 1s;
  display: block; }

.frontstyle p {
  line-height: 1.4em;
  font-size: 20px; }

.frontstyle a, .frontstyle a:before {
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.frontstyle a, .frontstyle a:active, .frontstyle a:after, .frontstyle a:before, .frontstyle a:focus, .frontstyle a:hover {
  color: #fff;
  text-decoration: none; }

.frontstyle .h1, .frontstyle .h2, .frontstyle .h3, .frontstyle h1, .frontstyle h2, .frontstyle h3 {
  margin-top: 0; }

.frontstyle h1, .frontstyle h2, .frontstyle h3 {
  font-family: "Montserrat",sans-serif;
  line-height: 1.1em;
  color: #fff; }

.frontstyle h1 {
  font-size: 80px; }

.frontstyle h2 {
  font-size: 56px; }

.frontstyle h2.section-title {
  font-size: 65px; }

.frontstyle h3.section-title, .frontstyle h3.subtitle {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal; }

.frontstyle h3.subtitle {
  font-size: 30px; }

.frontstyle .light, .frontstyle .light a, .frontstyle .light h1, .frontstyle .light h2, .frontstyle .light h3, .frontstyle .light p {
  color: #5d5b5b !important; }

.frontstyle .green-text {
  color: #fa6d0b !important; }

.frontstyle sup {
  top: -.4em; }

.frontstyle .textup {
  text-transform: uppercase; }

.frontstyle .alignleft {
  text-align: left; }

.frontstyle .alignright {
  text-align: right; }

.frontstyle .aligncenter {
  text-align: center; }

.frontstyle .fs16 {
  font-size: 16px; }

.frontstyle .fs20 {
  font-size: 20px; }

.frontstyle .fs24 {
  font-size: 24px; }

.frontstyle .fs28 {
  font-size: 28px;
  line-height: 1.3em; }

.frontstyle .fs32 {
  font-size: 32px;
  line-height: 1.2em; }

.frontstyle .fs36 {
  font-size: 36px;
  line-height: 1.2em; }

.frontstyle .fs40 {
  font-size: 40px;
  line-height: 1.2em; }

.frontstyle .primary-font-1 {
  color: #a5a5a5; }

.frontstyle .primary-font-2 {
  color: #c3bcbe; }

.frontstyle .primary-font-3 {
  color: #5d5b5b; }

.frontstyle .secondary-font-1 {
  color: #fa6d0b; }

.frontstyle .secondary-font-2 {
  color: #FFFFFF; }

.frontstyle .secondary-font-3 {
  color: #fa6d0b; }

.frontstyle #top {
  min-height: 100vh; }

.frontstyle #top > div {
  display: inline-block;
  height: 100vh; }

.frontstyle .section {
  overflow: hidden;
  position: relative; }

.frontstyle .section .container {
  text-align: left; }

.frontstyle .section-half .vcenter, .frontstyle .section-half > div {
  height: 50vh;
  position: relative; }

.frontstyle .section .parallax-background.half-bg-left {
  left: 0;
  transform: translateX(-100%);
  transform-origin: right center; }

.frontstyle .section .parallax-background.half-bg-right {
  right: 0;
  transform: translateX(100%);
  transform-origin: left center; }

.frontstyle .section .parallax-background.animation {
  transform: translateX(0);
  transition: transform 0.7s;
  transition: transform 0.7s,-webkit-transform 0.7s;
  transition-delay: 0s;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.frontstyle .half-bg-left {
  left: 0;
  background-position: center; }

.frontstyle .half-bg-right {
  right: 0;
  background-position: center; }

.frontstyle .vcenter {
  font-size: 20px;
  position: relative;
  z-index: 2; }

.frontstyle #video .container {
  text-align: center; }

.frontstyle #video a, .frontstyle #video h1, .frontstyle #video p, .frontstyle #railfox a, .frontstyle #railfox h1, .frontstyle #railfox h2, .frontstyle #railfox p, .frontstyle #seafox a, .frontstyle #seafox h1, .frontstyle #seafox h2, .frontstyle #seafox p, .frontstyle #surefox a, .frontstyle #surefox h1, .frontstyle #surefox h2, .frontstyle #surefox p, .frontstyle #about a, .frontstyle #about h1, .frontstyle #about h2, .frontstyle #about p {
  color: #5d5b5b; }

.frontstyle #section-video p {
  font-size: 26px;
  line-height: 1.4em; }

.frontstyle a.button, .frontstyle a.get, .frontstyle a.video-play {
  font-family: "Montserrat",sans-serif;
  font-size: 20px;
  border: 2px solid #fff;
  padding: 8px 30px;
  border-radius: 8px; }

.frontstyle a.button.dark-button, .frontstyle a.button.video-play {
  border-color: #5d5b5b;
  color: #5d5b5b; }

.frontstyle a.button:hover {
  background: #fff;
  color: #FFFFFF; }

.frontstyle a.button.green:hover {
  background: #fff;
  color: #fa6d0b !important; }

.frontstyle a.button.dark-button:hover, .frontstyle a.button.video-play:hover {
  background: #5d5b5b;
  color: #fff !important; }

.frontstyle a.button.get:hover {
  background: #fff;
  color: #a5a5a5 !important; }

.frontstyle a.button {
  font-family: "Montserrat",sans-serif;
  font-size: 20px;
  border: 2px solid #fff;
  padding: 8px 16px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 8px; }

.frontstyle a.button:hover {
  background: #fff;
  color: #a5a5a5 !important; }

.frontstyle .dark, .frontstyle .light {
  z-index: 1;
  position: relative; }

.frontstyle .block {
  display: block;
  clear: both;
  padding-bottom: 10px; }

.frontstyle .heavy {
  font-family: "Montserrat", sans-serif; }

.frontstyle .middle-img {
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: 50%;
  z-index: 2; }

.frontstyle .middle-img0 {
  background-image: url("../img/middle0.png"); }

.frontstyle .middle-img3 {
  background-image: url("../img/middle3.png"); }

.frontstyle .middle-img5 {
  background-image: url("../img/middle5.png"); }

.frontstyle .middle-img7 {
  background-image: url("../img/middle7.png"); }

.frontstyle .middle-img10 {
  background-image: url("../img/middle10.png"); }

.frontstyle header .menu {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  max-width: 100%;
  z-index: 6;
  background: #a5a5a5;
  transform: translateX(400px);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.frontstyle header .menu.opened {
  transform: translateX(0px); }

.frontstyle .logo {
  max-width: 250px;
  z-index: 3;
  position: relative; }

.frontstyle .header-slogan {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  top: 50%;
  width: 100%;
  position: absolute; }

.frontstyle .header-slogan.hide-mobile {
  margin-top: -165px; }

.frontstyle .header-slogan h1 {
  line-height: 1.1em;
  margin-top: 15px; }

.frontstyle .header-slogan h3 {
  letter-spacing: 2px;
  font-weight: 400; }

.frontstyle #heading {
  position: relative; }

.frontstyle .visitor h3.green-text {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600 !important;
  padding-bottom: 30px; }

.frontstyle .visitor h3.green-text span {
  font-family: "Montserrat";
  display: block;
  clear: both;
  padding-top: 10px;
  font-size: 0.9em;
  color: #fff;
  font-weight: 400 !important; }

.frontstyle .footer {
  font-size: 22px;
  line-height: 1.4em; }

.frontstyle .home .footer {
  border: none; }

.frontstyle .footer .carousel {
  background: #fff; }

.frontstyle .footer .carousel .owl-partners .item {
  background: #a5a5a5;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

.frontstyle .footer h3 {
  font-size: 30px; }

.frontstyle .footer h3 a {
  font-size: 18px;
  font-weight: normal; }

.frontstyle .footer a:hover {
  color: #c3bcbe; }

.frontstyle img.footer-logo {
  max-width: 350px; }

.frontstyle .footer-bottom ul.footer-nav, .frontstyle .footer-top ul.social {
  list-style: none;
  padding-left: 0; }

.frontstyle .footer-bottom ul.footer-nav li, .frontstyle .footer-top ul.social li {
  display: inline-block;
  margin-right: 15px; }

.frontstyle .footer-top ul.social li {
  margin-right: 0;
  margin-left: 15px; }

.frontstyle .footer-bottom ul.footer-nav li {
  margin-right: 5px; }

.frontstyle .footer-top ul.social li a {
  display: block;
  text-align: center;
  width: 30px;
  line-height: 30px;
  background: #fff;
  color: #a5a5a5;
  border-radius: 4px; }

.frontstyle .footer-top ul.social li a:hover {
  background: #c3bcbe;
  color: #a5a5a5; }

.frontstyle .footer-bottom p {
  font-size: 16px; }

.frontstyle .footer-bottom ul.footer-nav li {
  padding-right: 0;
  font-size: 20px; }

.frontstyle .footer-bottom ul.footer-nav li:after {
  content: '|';
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  vertical-align: text-bottom; }

.frontstyle .footer-bottom ul.footer-nav li:last-of-type:after {
  display: none; }

.frontstyle .right-menu {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -100px;
  z-index: 4;
  transition: all 0.5s ease; }

.frontstyle .right-menu ul {
  list-style: none;
  padding-left: 15px;
  display: block; }

.frontstyle .right-menu ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  background: #fa6d0b;
  font-size: 20px;
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.frontstyle .right-menu ul li a.last {
  margin-top: 10px; }

.frontstyle .right-menu ul li a.no-radius {
  margin-top: -10px;
  margin-bottom: -10px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.frontstyle #forms {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF; }

.frontstyle #forms .form {
  background: #a5a5a5; }

.frontstyle #forms .form h3 {
  font-weight: 400;
  letter-spacing: 1px; }

.frontstyle form label {
  width: 100%; }

.frontstyle form input, .frontstyle form select, .frontstyle form textarea {
  font-family: "Montserrat";
  font-weight: 400;
  width: 100%;
  display: inline-block;
  padding: 8px 12px;
  font-size: 18px;
  color: #a5a5a5;
  border: 1px solid #FFFFFF;
  background: #fff;
  line-height: 1.4em !important; }

.frontstyle form input, .frontstyle form select {
  height: 40px; }

.frontstyle form input[type="submit"] {
  background: none;
  border: 1px solid transparent;
  outline: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFFFFF;
  width: auto;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.frontstyle form input[type="submit"]:hover {
  color: #fa6d0b; }

.frontstyle .contact form input[type="submit"]:hover {
  color: #FFFFFF;
  background: #a5a5a5; }

.frontstyle .contact input, .frontstyle .contact select, .frontstyle .contact textarea {
  margin-bottom: 15px;
  height: 40px;
  line-height: 34px; }

.frontstyle .contact textarea {
  height: auto;
  min-height: 200px; }

.frontstyle .contact form input, .frontstyle .contact form select, .frontstyle .contact form textarea, .frontstyle .fancybox-inner form input, .frontstyle .fancybox-inner form select, .frontstyle .fancybox-inner form textarea {
  border-color: #a5a5a5;
  color: #a5a5a5; }

.frontstyle .contact form input:focus, .frontstyle .contact form select:focus, .frontstyle .contact form textarea:focus, .frontstyle .fancybox-inner form input:focus, .frontstyle .fancybox-inner form select:focus, .frontstyle .fancybox-inner form textarea:focus {
  border-color: #a5a5a5;
  color: #a5a5a5;
  background: #FFFFFF; }

.frontstyle .fancybox-inner form input[type="submit"] {
  border-color: #a5a5a5;
  background: #a5a5a5 !important;
  color: #fff; }

.frontstyle .fancybox-inner form input[type="submit"]:hover {
  background: #fff !important;
  color: #a5a5a5; }

.frontstyle #forms h3 {
  display: inline-block; }

.frontstyle #forms a.add-trip {
  display: inline-block;
  font-size: 20px;
  margin-left: 30px; }

.frontstyle #forms a.add-trip:before {
  content: '+';
  display: inline-block;
  margin-right: 10px;
  color: #fa6d0b;
  font-weight: bold; }

.frontstyle .form-nav {
  background: url("../img/form-nav.png") bottom center no-repeat;
  margin-bottom: 0; }

.frontstyle .form-menu {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0; }

.frontstyle .form-menu li {
  display: inline-block;
  margin: 0 20px; }

.frontstyle .form-menu li a {
  overflow: hidden;
  display: block;
  height: 52px;
  width: 72px;
  background: url("../img/form-menu2.png") 0 0 no-repeat;
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.frontstyle .visitor .form-menu li a {
  pointer-events: none; }

.frontstyle .form-menu li a.Roadfox {
  background-position: 0 0; }

.frontstyle .form-menu li a.Railfox {
  background-position: -128px 0; }

.frontstyle .form-menu li a.Seafox {
  background-position: -237px 0; }

.frontstyle .form-menu li a.Airfox {
  background-position: -360px 0; }

.frontstyle .form-menu li a.Storefox {
  background-position: -490px 0; }

.frontstyle .form-menu li a.Surefox {
  background-position: -618px 0; }

.frontstyle .form-menu li a.Roadfox.active, .frontstyle .form-menu li a.Roadfox:hover {
  background-position: 0 -54px; }

.frontstyle .form-menu li a.Railfox.active, .frontstyle .form-menu li a.Railfox:hover {
  background-position: -128px -54px; }

.frontstyle .form-menu li a.Seafox.active, .frontstyle .form-menu li a.Seafox:hover {
  background-position: -237px -54px; }

.frontstyle .form-menu li a.Airfox.active, .frontstyle .form-menu li a.Airfox:hover {
  background-position: -360px -54px; }

.frontstyle .form-menu li a.Storefox.active, .frontstyle .form-menu li a.Storefox:hover {
  background-position: -490px -54px; }

.frontstyle .form-menu li a.Surefox.active, .frontstyle .form-menu li a.Surefox:hover {
  background-position: -618px -54px; }


.homemenutop {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0; }

.homemenutop li {
  display: inline-block;
  margin: 0 20px; }

.homemenutop li a {
  overflow: hidden;
  display: block;
  height: 52px;
  width: 72px;
  background: url("../img/form-menu2.png") 0 0 no-repeat;
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.visitor .homemenutop li a {
  pointer-events: none; }

.homemenutop li a.Roadfox {
  background-position: 0 0; }

.homemenutop li a.Railfox {
  background-position: -128px 0; }

.homemenutop li a.Seafox {
  background-position: -237px 0; }

.homemenutop li a.Airfox {
  background-position: -360px 0; }

.homemenutop li a.Storefox {
  background-position: -490px 0; }

.homemenutop li a.Surefox {
  background-position: -618px 0; }

.homemenutop li a.Gofox {
  background-position: -706px 0; }

.homemenutop li a.Roadfox.active, .homemenutop li a.Roadfox:hover {
  background-position: 0 -54px; }

.homemenutop li a.Railfox.active, .homemenutop li a.Railfox:hover {
  background-position: -128px -54px; }

.homemenutop li a.Seafox.active, .homemenutop li a.Seafox:hover {
  background-position: -237px -54px; }

.homemenutop li a.Airfox.active, .homemenutop li a.Airfox:hover {
  background-position: -360px -54px; }

.homemenutop li a.Storefox.active, .homemenutop li a.Storefox:hover {
  background-position: -490px -54px; }

.homemenutop li a.Surefox.active, .homemenutop li a.Surefox:hover {
  background-position: -618px -54px; }

.homemenutop li a.Gofox.active, .homemenutop li a.Gofox:hover {
  background-position: -706px -52px; }



.frontstyle a.trips {
  position: relative;
  display: block;
  text-align: center;
  margin: 20px auto;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

.frontstyle a.trips.close-trips {
  display: none; }

.frontstyle a.trips.open-trips:before {
  content: '\f0c9';
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 15px; }

.frontstyle a.trips.close-trips:before {
  content: '\f00d';
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 15px; }

.frontstyle a.trips:hover, .frontstyle a.trips:hover:before {
  color: #fa6d0b; }

.frontstyle #section-trips {
  min-height: 100vh;
  display: none;
  background: #FFFFFF;
  color: #5d5b5b; }

.frontstyle #section-trips h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #a5a5a5; }

.frontstyle #section-trips .table > tbody > tr > td, .frontstyle #section-trips .table > tbody > tr > th, .frontstyle #section-trips .table > tfoot > tr > td, .frontstyle #section-trips .table > tfoot > tr > th, .frontstyle #section-trips .table > thead > tr > td, .frontstyle #section-trips .table > thead > tr > th {
  padding: 12px;
  vertical-align: middle; }

.frontstyle #section-trips .table > thead > tr > th, .frontstyle .price-info {
  font-size: 14px; }

.frontstyle a.trip-info {
  font-size: 22px;
  cursor: pointer;
  color: #a5a5a5; }

.frontstyle a.trip-info:hover {
  color: #fa6d0b; }

.frontstyle .fancybox-slide > * {
  background-color: #FFFFFF !important;
  padding: 0 !important; }

.frontstyle .inside {
  font-family: "Montserrat";
  padding: 30px 50px 50px;
  width: 100%;
  color: #a5a5a5; }

.frontstyle .inside .row > div {
  padding-bottom: 30px; }

.frontstyle .inside .row:last-of-type > div {
  padding-bottom: 0; }

.frontstyle .inside .heading, .frontstyle label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.frontstyle .fancybox-slide h3 {
  padding: 30px 50px;
  color: #FFFFFF !important;
  background: #a5a5a5;
  margin: 0; }

.frontstyle .fancybox-close-small:after {
  background-color: #FFFFFF !important; }

.frontstyle .fancybox-close-small {
  top: 25px;
  right: 30px; }

.frontstyle .nav-tabs {
  border: none;
  margin-top: 20px; }

.frontstyle .nav-tabs > li {
  display: inline-block;
  float: none; }

.frontstyle .nav-tabs > li > a {
  border: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 20px; }

.frontstyle .light .nav-tabs > li > a {
  color: #5d5b5b; }

.frontstyle .dark .nav-tabs > li > a {
  color: #fff; }

.frontstyle .nav-tabs > li > a:hover {
  background-color: transparent;
  color: #fa6d0b !important; }

.frontstyle .nav-tabs > li.active > a, .frontstyle .nav-tabs > li.active > a:focus, .frontstyle .nav-tabs > li.active > a:hover {
  border: none;
  color: #fa6d0b !important;
  background-color: transparent; }

.frontstyle .nav-tabs > li > a span {
  font-size: 40px;
  display: block;
  clear: both; }

.frontstyle .tab-content {
  margin-top: 40px; }

.frontstyle .tab-pane {
  text-align: left; }

.frontstyle .tab-services .tab-pane, .frontstyle .tab-media .tab-pane {
  text-align: left; }

.frontstyle .tab-services .tab-pane .nav-tabs, .frontstyle .tab-services .tab-pane h2.section-title, .frontstyle .tab-media .tab-pane .nav-tabs, .frontstyle .tab-media .tab-pane h2.section-title {
  text-align: center; }

.frontstyle .tab-pane ul {
  list-style: none;
  padding-left: 0;
  margin: 40px 0; }

.frontstyle .tab-pane ul li {
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative; }

.frontstyle .tab-services > .tab-pane > ul li, .frontstyle .tab-media > .tab-pane > ul li {
  padding-left: 0; }

.frontstyle .tab-services > .tab-pane > ul.storefox li, .frontstyle .tab-services > .tab-pane > ul.surefox li {
  padding-left: 50px; }

.frontstyle .tab-media > .tab-pane > ul li {
  margin-bottom: 0px; }

.frontstyle .tab-pane ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  color: #fa6d0b; }

.frontstyle .tab-pane ul li:nth-child(1):before {
  content: '\f021'; }

.frontstyle .tab-pane ul li:nth-child(2):before {
  content: '\f0e3'; }

.frontstyle .tab-pane ul li:nth-child(3):before {
  content: '\f1e3'; }

.frontstyle .tab-pane ul li:nth-child(4):before {
  content: '\f065'; }

.frontstyle .tab-services > .tab-pane > ul li:before, .frontstyle .tab-media > .tab-pane > ul li:before {
  display: none; }

.frontstyle .tab-services > .tab-pane > ul.storefox li:before, .frontstyle .tab-services > .tab-pane > ul.surefox li:before {
  display: block; }

.frontstyle .services-menu, .frontstyle .media-menu {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 25px 0 0;
  background: url("../img/services-menu.png") bottom center no-repeat;
  height: 176px;
  padding-top: 60px; }

.frontstyle .services-menu li, .frontstyle .media-menu li {
  display: inline-block;
  padding: 0;
  margin: 0 15px; }

.frontstyle .services-menu li a, .frontstyle .media-menu li a {
  display: block;
  padding: 0;
  margin: 0;
  height: 52px;
  width: 72px;
  background: url("../img/form-menu2.png") 0 0 no-repeat;
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.frontstyle .media-menu li a {
  background: url("../img/form-services-menu.png") 0 0 no-repeat; }

.frontstyle .services-menu li:nth-child(1) a {
  background-position: 0 0; }

.frontstyle .services-menu li:nth-child(2) a {
  background-position: -128px 0; }

.frontstyle .services-menu li:nth-child(3) a {
  background-position: -237px 0; }

.frontstyle .services-menu li:nth-child(4) a {
  background-position: -360px 0; }

.frontstyle .services-menu li:nth-child(5) a {
  background-position: -490px 0; }

.frontstyle .services-menu li:nth-child(6) a {
  background-position: -618px 0; }

.frontstyle .services-menu li:nth-child(1) a:hover, .frontstyle .services-menu li:nth-child(1).active a {
  background-position: 0 -54px; }

.frontstyle .services-menu li:nth-child(2) a:hover, .frontstyle .services-menu li:nth-child(2).active a {
  background-position: -128px -54px; }

.frontstyle .services-menu li:nth-child(3) a:hover, .frontstyle .services-menu li:nth-child(3).active a {
  background-position: -237px -54px; }

.frontstyle .services-menu li:nth-child(4) a:hover, .frontstyle .services-menu li:nth-child(4).active a {
  background-position: -360px -54px; }

.frontstyle .services-menu li:nth-child(5) a:hover, .frontstyle .services-menu li:nth-child(5).active a {
  background-position: -490px -54px; }

.frontstyle .services-menu li:nth-child(6) a:hover, .frontstyle .services-menu li:nth-child(6).active a {
  background-position: -618px -54px; }

.frontstyle .media-menu li:nth-child(1) a {
  background-position: 0 0; }

.frontstyle .media-menu li:nth-child(2) a {
  background-position: -149px 0; }

.frontstyle .media-menu li:nth-child(3) a {
  background-position: -276px 0; }

.frontstyle .media-menu li:nth-child(1) a:hover, .frontstyle .media-menu li:nth-child(1).active a {
  background-position: 0 -54px; }

.frontstyle .media-menu li:nth-child(2) a:hover, .frontstyle .media-menu li:nth-child(2).active a {
  background-position: -149px -52px; }

.frontstyle .media-menu li:nth-child(3) a:hover, .frontstyle .media-menu li:nth-child(3).active a {
  background-position: -276px -54px; }

.frontstyle ul.how {
  list-style: none;
  padding-left: 0;
  margin: 40px 0; }

.frontstyle ul.how li {
  margin-bottom: 40px;
  padding-left: 60px;
  position: relative; }

.frontstyle ul.how li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  color: #fa6d0b; }

.frontstyle ul.how li:nth-child(1):before {
  content: '\f234'; }

.frontstyle ul.how li:nth-child(2):before {
  content: '\f0ca'; }

.frontstyle ul.how li:nth-child(3):before {
  content: '\f044'; }

.frontstyle ul.how li:nth-child(4):before {
  content: '\f06e'; }

.frontstyle ul.how li .heavy {
  font-size: 22px; }

.frontstyle ul.how li span {
  margin-left: 15px; }

.frontstyle .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

.frontstyle .owl-theme .owl-dots .owl-dot span {
  transition: all 0.5s ease; }

.frontstyle .light .owl-theme .owl-dots .owl-dot.active span, .frontstyle .light .owl-theme .owl-dots .owl-dot:hover span {
  background: #5d5b5b; }

.frontstyle .dark .owl-theme .owl-dots .owl-dot.active span, .frontstyle .dark .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff; }

.frontstyle .owl-team img {
  margin-bottom: 20px; }

.frontstyle .video-background {
  display: none;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5; }

.frontstyle .video-background iframe, .frontstyle .video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.frontstyle .video-foreground .dots-bg {
  z-index: 3;
  opacity: 0.3; }

.frontstyle .video-background .close-video {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 15px;
  z-index: 6;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: all 0.5s ease; }

.frontstyle .video-background .close-video:hover {
  background: rgba(0, 0, 0, 0.5); }

@media (min-aspect-ratio: 16 / 9) {
  .frontstyle .video-foreground {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .frontstyle .video-foreground {
    width: 300%;
    left: -100%; } }

.frontstyle .loader {
  width: 18px;
  height: 18px;
  display: none;
  position: absolute;
  left: 50px;
  top: 55px;
  z-index: 10;
  animation: infinite-spinning 2s infinite; }

.frontstyle a.menu-button {
  position: fixed;
  top: 20px;
  right: 0;
  display: inline-block;
  z-index: 5;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.5s ease; }

.frontstyle a.menu-button.menu-close {
  position: absolute; }

.frontstyle header > a.menu-button span {
  background: rgba(0, 0, 0, 0.2); }

.frontstyle .fp-viewing-0 header > a.menu-button span {
  background: transparent; }

.frontstyle a.menu-button span:after {
  content: '\f0c9';
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  margin-left: 10px; }

.frontstyle a.menu-button.menu-close span:after {
  content: '\f00d'; }

.frontstyle .logged.scroll-up, .frontstyle a.menu-button.scroll-up {
  transform: translateY(0); }

.frontstyle .logged.scroll-down, .frontstyle a.menu-button.scroll-down {
  transform: translateY(-100px); }

.frontstyle .right-menu.scroll-up {
  transform: translateX(0); }

.frontstyle .right-menu.scroll-down {
  transform: translateX(50px); }

.frontstyle .menu {
  position: relative; }

.frontstyle .menu ul {
  list-style: none;
  padding-left: 0; }

.frontstyle .menu h4, .frontstyle .menu ul li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
}

.frontstyle .menu ul li a:hover {
  margin-left: 10px; }

.frontstyle .menu-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.frontstyle .menu-bottom p {
  font-size: 16px;
  color:#FFF !important;
}

.frontstyle .logged {
  font-size: 16px;
  position: fixed;
  top: 0;
  right: 0;
  display: inline-block;
  z-index: 5;
  text-align: right;
  transition: all 0.5s ease; }

.frontstyle .logged span {
  background: rgba(0, 0, 0, 0.2); }

.frontstyle .logged i {
  font-size: 20px;
  margin-right: 5px; }

.frontstyle .fp-viewing-0 .logged span {
  background: transparent; }

.frontstyle .back-to-top {
  padding: 8px 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  cursor: pointer; }

.back-to-bottom {
  padding: 8px 15px;
  position: fixed;
  bottom: 0;
  right: 44px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  cursor: pointer; }

.frontstyle .mt0 {
  margin-top: 0px; }

.frontstyle .pt0 {
  padding-top: 0px; }

.frontstyle .mb0 {
  margin-bottom: 0px; }

.frontstyle .pb0 {
  padding-bottom: 0px; }

.frontstyle .ml0 {
  margin-left: 0px; }

.frontstyle .pl0 {
  padding-left: 0px; }

.frontstyle .mr0 {
  margin-right: 0px; }

.frontstyle .pr0 {
  padding-right: 0px; }

.frontstyle .m0 {
  margin: 0px; }

.frontstyle .p0 {
  padding: 0px; }

.frontstyle .mt10 {
  margin-top: 10px; }

.frontstyle .pt10 {
  padding-top: 10px; }

.frontstyle .mb10 {
  margin-bottom: 10px; }

.frontstyle .pb10 {
  padding-bottom: 10px; }

.frontstyle .ml10 {
  margin-left: 10px; }

.frontstyle .pl10 {
  padding-left: 10px; }

.frontstyle .mr10 {
  margin-right: 10px; }

.frontstyle .pr10 {
  padding-right: 10px; }

.frontstyle .m10 {
  margin: 10px; }

.frontstyle .p10 {
  padding: 10px; }

.frontstyle .mt15 {
  margin-top: 15px; }

.frontstyle .pt15 {
  padding-top: 15px; }

.frontstyle .mb15 {
  margin-bottom: 15px; }

.frontstyle .pb15 {
  padding-bottom: 15px; }

.frontstyle .ml15 {
  margin-left: 15px; }

.frontstyle .pl15 {
  padding-left: 15px; }

.frontstyle .mr15 {
  margin-right: 15px; }

.frontstyle .pr15 {
  padding-right: 15px; }

.frontstyle .m15 {
  margin: 15px; }

.frontstyle .p15 {
  padding: 15px; }

.frontstyle .mt20 {
  margin-top: 20px; }

.frontstyle .pt20 {
  padding-top: 20px; }

.frontstyle .mb20 {
  margin-bottom: 20px; }

.frontstyle .pb20 {
  padding-bottom: 20px; }

.frontstyle .ml20 {
  margin-left: 20px; }

.frontstyle .pl20 {
  padding-left: 20px; }

.frontstyle .mr20 {
  margin-right: 20px; }

.frontstyle .pr20 {
  padding-right: 20px; }

.frontstyle .m20 {
  margin: 20px; }

.frontstyle .p20 {
  padding: 20px; }

.frontstyle .mt25 {
  margin-top: 25px; }

.frontstyle .pt25 {
  padding-top: 25px; }

.frontstyle .mb25 {
  margin-bottom: 25px; }

.frontstyle .pb25 {
  padding-bottom: 25px; }

.frontstyle .ml25 {
  margin-left: 25px; }

.frontstyle .pl25 {
  padding-left: 25px; }

.frontstyle .mr25 {
  margin-right: 25px; }

.frontstyle .pr25 {
  padding-right: 25px; }

.frontstyle .m25 {
  margin: 25px; }

.frontstyle .p25 {
  padding: 25px; }

.frontstyle .mt30 {
  margin-top: 30px; }

.frontstyle .pt30 {
  padding-top: 30px; }

.frontstyle .mb30 {
  margin-bottom: 30px; }

.frontstyle .pb30 {
  padding-bottom: 30px; }

.frontstyle .ml30 {
  margin-left: 30px; }

.frontstyle .pl30 {
  padding-left: 30px; }

.frontstyle .mr30 {
  margin-right: 30px; }

.frontstyle .pr30 {
  padding-right: 30px; }

.frontstyle .m30 {
  margin: 30px; }

.frontstyle .p30 {
  padding: 30px; }

.frontstyle .mt40 {
  margin-top: 40px; }

.frontstyle .pt40 {
  padding-top: 40px; }

.frontstyle .mb40 {
  margin-bottom: 40px; }

.frontstyle .pb40 {
  padding-bottom: 40px; }

.frontstyle .ml40 {
  margin-left: 40px; }

.frontstyle .pl40 {
  padding-left: 40px; }

.frontstyle .mr40 {
  margin-right: 40px; }

.frontstyle .pr40 {
  padding-right: 40px; }

.frontstyle .m40 {
  margin: 40px; }

.frontstyle .p40 {
  padding: 40px; }

.frontstyle .mt50 {
  margin-top: 50px; }

.frontstyle .pt50 {
  padding-top: 50px; }

.frontstyle .mb50 {
  margin-bottom: 50px; }

.frontstyle .pb50 {
  padding-bottom: 50px; }

.frontstyle .ml50 {
  margin-left: 50px; }

.frontstyle .pl50 {
  padding-left: 50px; }

.frontstyle .mr50 {
  margin-right: 50px; }

.frontstyle .pr50 {
  padding-right: 50px; }

.frontstyle .m50 {
  margin: 50px; }

.frontstyle .p50 {
  padding: 50px; }

.frontstyle .mt60 {
  margin-top: 60px; }

.frontstyle .pt60 {
  padding-top: 60px; }

.frontstyle .mb60 {
  margin-bottom: 60px; }

.frontstyle .pb60 {
  padding-bottom: 60px; }

.frontstyle .ml60 {
  margin-left: 60px; }

.frontstyle .pl60 {
  padding-left: 60px; }

.frontstyle .mr60 {
  margin-right: 60px; }

.frontstyle .pr60 {
  padding-right: 60px; }

.frontstyle .m60 {
  margin: 60px; }

.frontstyle .p60 {
  padding: 60px; }

.frontstyle .mt70 {
  margin-top: 70px; }

.frontstyle .pt70 {
  padding-top: 70px; }

.frontstyle .mb70 {
  margin-bottom: 70px; }

.frontstyle .pb70 {
  padding-bottom: 70px; }

.frontstyle .ml70 {
  margin-left: 70px; }

.frontstyle .pl70 {
  padding-left: 70px; }

.frontstyle .mr70 {
  margin-right: 70px; }

.frontstyle .pr70 {
  padding-right: 70px; }

.frontstyle .m70 {
  margin: 70px; }

.frontstyle .p70 {
  padding: 70px; }

.frontstyle .mt80 {
  margin-top: 80px; }

.frontstyle .pt80 {
  padding-top: 80px; }

.frontstyle .mb80 {
  margin-bottom: 80px; }

.frontstyle .pb80 {
  padding-bottom: 80px; }

.frontstyle .ml80 {
  margin-left: 80px; }

.frontstyle .pl80 {
  padding-left: 80px; }

.frontstyle .mr80 {
  margin-right: 80px; }

.frontstyle .pr80 {
  padding-right: 80px; }

.frontstyle .m80 {
  margin: 80px; }

.frontstyle .p80 {
  padding: 80px; }

.frontstyle .mt90 {
  margin-top: 90px; }

.frontstyle .pt90 {
  padding-top: 90px; }

.frontstyle .mb90 {
  margin-bottom: 90px; }

.frontstyle .pb90 {
  padding-bottom: 90px; }

.frontstyle .ml90 {
  margin-left: 90px; }

.frontstyle .pl90 {
  padding-left: 90px; }

.frontstyle .mr90 {
  margin-right: 90px; }

.frontstyle .pr90 {
  padding-right: 90px; }

.frontstyle .m90 {
  margin: 90px; }

.frontstyle .p90 {
  padding: 90px; }

.frontstyle .mt100 {
  margin-top: 100px; }

.frontstyle .pt100 {
  padding-top: 100px; }

.frontstyle .mb100 {
  margin-bottom: 100px; }

.frontstyle .pb100 {
  padding-bottom: 100px; }

.frontstyle .ml100 {
  margin-left: 100px; }

.frontstyle .pl100 {
  padding-left: 100px; }

.frontstyle .mr100 {
  margin-right: 100px; }

.frontstyle .pr100 {
  padding-right: 100px; }

.frontstyle .m100 {
  margin: 100px; }

.frontstyle .p100 {
  padding: 100px; }

@media only screen and (max-width: 1200px) {
  .frontstyle p {
    font-size: 0.95em !important; }
  .frontstyle .section-left .middle-img {
    background-size: 250px auto;
    background-attachment: scroll;
    background-position: 20%; }
  .frontstyle .section-right .middle-img {
    background-size: 250px auto;
    background-attachment: scroll;
    background-position: 80%; }
  .frontstyle .section .middle-img {
    background-attachment: scroll; }
  .frontstyle .section .container .vcenter {
    padding: 20px !important; }
  .frontstyle .section .container .vcenter > div, .frontstyle .section .vcenter {
    padding: 0 !important;
    margin: 0 !important; }
  .frontstyle h1 {
    font-size: 70px; }
  .frontstyle h3, .frontstyle h3.subtitle {
    font-size: 26px; } }

@media only screen and (min-width: 768px) {
  .frontstyle .hide-mobile {
    opacity: 1;
    z-index: 1; }
  .frontstyle .show-mobile {
    opacity: 0;
    z-index: -1; } }

@media only screen and (max-height: 768px) {
  .frontstyle .section .middle-img {
    background-size: 200px auto; }
  .frontstyle h1 {
    font-size: 60px; }
  .frontstyle h2, .frontstyle h2.section-title {
    font-size: 50px; }
  .frontstyle h3, .frontstyle h3.subtitle {
    font-size: 28px; } }

@media only screen and (max-width: 767px) {
  .frontstyle p {
    font-size: 0.85em !important; }
  .frontstyle .header-slogan.hide-mobile {
    display: none; }
  .frontstyle .show-mobile {
    opacity: 1;
    z-index: 1; }
  .frontstyle .logo {
    margin-top: 60px; }
  .frontstyle #top .container {
    margin-bottom: 40px; }
  .frontstyle #forms {
    position: relative;
    background: #a5a5a5; }
  .frontstyle .header-slogan {
    padding: 0 20px; }
  .frontstyle .parallax-background {
    transform: translateX(0%); }
  .frontstyle .home .parallax-background {
    top: 0;
    height: 50%;
    width: 100%;
    transform: translateX(-100%); }
  .frontstyle .section .container {
    top: 25%;
    width: 100%;
    text-align: center; }
  .frontstyle .section .middle-img {
    height: 70%;
    background-size: 120px auto;
    background-position: 50% 10%; }
  .frontstyle .header-slogan {
    position: relative;
    padding-top: 10%;
    top: 0;
    margin-top: 0 !important; }
  .frontstyle .header-slogan h3 {
    font-size: 20px;
    font-weight: 400; }
  .frontstyle h1 {
    font-size: 40px; }
  .frontstyle h2.section-title {
    font-size: 40px; }
  .frontstyle h3, .frontstyle h3.subtitle {
    font-size: 24px; }
  .frontstyle .services-menu, .frontstyle .media-menu {
    height: auto;
    padding: 20px;
    background: #a5a5a5; }
  .frontstyle #footer h3 {
    font-size: 20px; } }

@media screen and (max-width: 479px), screen and (max-height: 479px) {
  .frontstyle .menu-bottom {
    position: relative;
    padding-left: 0 !important; }
  .frontstyle header .menu {
    width: 100%; } }

.frontstyle .mainlogonow {
  margin-top: -50px; }

@media (max-width: 768px) {
  .frontstyle .mainlogonow {
    width: 250px; } }

.frontstyle .road_title_icon {
  max-width: 300px; }

.frontstyle .close-video .fa-times {
  margin-top: 5px; }

@media (max-width: 767px) {
  .frontstyle .road_title_icon {
    margin-top: 267px;
    width: 200px;
    margin-bottom: -31px;
    margin-left: -10px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .frontstyle .road_title_icon {
    width: 213px;
    margin-left: -19px;
    margin-bottom: -20px;
    margin-top: -60px; } }

@media (min-width: 1025px) {
  .frontstyle .road_title_icon {
    width: 213px;
    margin-left: -19px;
    margin-bottom: -20px;
    margin-top: -48px; } }

@media (max-width: 767px) {
  .frontstyle .air_title_icon {
    margin-top: 302px;
    width: 160px;
    margin-bottom: -17px;
    margin-left: -10px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .frontstyle .air_title_icon {
    width: 213px;
    margin-left: -2px;
    margin-bottom: -20px;
    margin-top: -49px; } }

@media (min-width: 1025px) {
  .frontstyle .air_title_icon {
    width: 213px;
    margin-left: -2px;
    margin-bottom: -20px;
    margin-top: -47px; } }

@media (max-width: 767px) {
  .frontstyle .rail_title_icon {
    margin-top: 286px;
    width: 160px;
    margin-bottom: -17px;
    margin-left: -10px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .frontstyle .rail_title_icon {
    width: 213px;
    margin-left: -2px;
    margin-bottom: -20px;
    margin-top: -49px; } }

@media (min-width: 1025px) {
  .frontstyle .rail_title_icon {
    width: 293px;
    margin-left: -2px;
    margin-bottom: -20px;
    margin-top: -83px; } }

@media (max-width: 767px) {
  .frontstyle .sea_title_icon {
    margin-top: 296px;
    width: 160px;
    margin-bottom: -17px;
    margin-left: -10px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .frontstyle .sea_title_icon {
    width: 213px;
    margin-left: -2px;
    margin-bottom: -20px;
    margin-top: -46px; } }

@media (min-width: 1025px) {
  .frontstyle .sea_title_icon {
    width: 293px;
    margin-left: -7px;
    margin-bottom: -20px;
    margin-top: -83px; } }

@media (max-width: 767px) {
  .frontstyle .storage_title_icon {
    margin-top: 333px;
    width: 160px;
    margin-bottom: -17px;
    margin-left: -10px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .frontstyle .storage_title_icon {
    width: 213px;
    margin-left: -2px;
    margin-bottom: -28px;
    margin-top: -24px; } }

@media (min-width: 1025px) {
  .frontstyle .storage_title_icon {
    width: 240px;
    margin-left: -7px;
    margin-bottom: -32px;
    margin-top: -39px; } }

@media (max-width: 767px) {
  .frontstyle .insurance_title_icon {
    margin-top: 333px;
    width: 160px;
    margin-bottom: -5px;
    margin-left: -10px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .frontstyle .insurance_title_icon {
    width: 213px;
    margin-left: -2px;
    margin-bottom: 6px;
    margin-top: -19px; } }

@media (min-width: 1025px) {
  .frontstyle .insurance_title_icon {
    width: 240px;
    margin-left: -7px;
    margin-bottom: -2px;
    margin-top: -9px; } }

@media (max-width: 767px) {
  .frontstyle .tech_title_icon {
    margin-top: 333px;
    width: 160px;
    margin-bottom: -5px;
    margin-left: -10px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .frontstyle .tech_title_icon {
    width: 213px;
    margin-left: -2px;
    margin-bottom: 6px;
    margin-top: -19px; } }

@media (min-width: 1025px) {
  .frontstyle .tech_title_icon {
    width: 240px;
    margin-left: -7px;
    margin-bottom: -2px;
    margin-top: -9px; } }

.frontstyle a.Roadfox, .frontstyle a.Railfox, .frontstyle a.Seafox, .frontstyle a.Airfox, .frontstyle a.Storefox, .frontstyle a.Surefox {
  cursor: pointer; }

.frontstyle .greytext {
  color: #8e8d8d;
  font-size: 14px; }

.frontstyle .fa.fa-user-circle {
  color: #fff; }


.custom_badge {
    position: relative;
    top: -10px;
    left: -25px;
    opacity: 0.9;
    background: coral !important;
    padding: 3px !important;
    font-size: 10px;
    border-radius: 4px;
    height: 15px;
    width: auto;
}

.custom_badge_link {
    margin-left: 4px;
    margin-right: -20px;
}

.notifications_dropdown {
    z-index: 9999999;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.notifications_dropdown_wrapper {
    display: inline;
}

.notifications_dropdown li a {
    width: 250px;
    white-space: normal;
  font-family: 'Montserrat';
  font-size: 12px;
  color: bisque;
  color: #5d5b5b;
}

a.menu-button {
    z-index: 4 !important;
}

/*# sourceMappingURL=customhdr.css.map */
