:root {
        --first-red: #cc2929;
        --second-red: #ec4a4b;
        --third-red: #f48888;
        --first-green: #0f674f;
        --second-green: #469408;
        --first-blue: #5182ad;
        --roboto: 'Roboto Condensed', sans-serif;
        }
  body {
    background-color: #f2f2f5;
    font-size:90%;
    /*color: #555f61;*/
  }
  /* --- reset input[type="number"] --- */
  input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
  }
  /* --- reset input[type="number"] --- */
  .blue {
    color: #00c0ff;
  }
  .second-text {
    color: #555f61;
  }
  .third-text {
    color: #848484;
  }
  h1,h2,h3,h4,h5 {
    font-size:170%;
    font-weight: 400;
    color: #373d3f;
    font-family: var(--roboto);
  }
  h5 {
	font-size:130%;
  }
  h1 a, h2 a, h3 a, h4 a, h5 a,
  .faq-link a {
	color: #373d3f;
	text-decoration: none;
	transition: all 0.2s linear;
  }
  h1 a:hover, h2 a:focus, h3 a:focus,
  h4 a:focus, h5 a:focus,
  .tours-section a:hover,
  .faq-link a:hover {
	  color: var(--first-red);
	  text-decoration:none;
  }
  .container {
    max-width: 1200px;
  }
  /* ----- HOME PAGE STYLES ----- */
  /* -- jumbotron -- */
  .jumbotron, .jumbo-about {
    background-image: url("../../images/chac-1x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .jumbotron h1, .jumbo-about h1{
    color:#ffffff;
    font-size: 3em;
    text-shadow: 1px 1px 10px #000000;
  }
  .jumbo-about {
    height: 60vh;
    background-image: url("../../images/temple-24-about.jpg");
  }
  /* --- cards --*/
  .tours-section {
    padding-top:40px;
    padding-bottom:40px;
    margin-bottom: 40px;
    background-color:#ffffff;
  }
  .card-body h3 {
    font-size:1.3em;
    font-weight: 500;
  }
  .card-effect {
    overflow: hidden;
    position: relative;
  }
  .card-effect:after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: opacity .2s;
  }
  .card-effect img {
    transition: transform .2s;
    width: 100%;
  }
  .card-effect:hover img {
    transform: scale(1.1);
  }
  .card-effect .tag {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    top: 15px;
    left: 15px;
    background: #fbcc00;
    padding: 8px 12px;
    color: #0b1726;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    opacity: 0;
  transition: opacity .6s;
  }
  .card-effect:hover > .tag {
    opacity:1;
  }
  .tour-details {
    text-transform: uppercase;
    font-weight: 400;
    font-size:90%;
    transition: transform .3s ease-out;
    display: inline-block;
  }
  .tour-details:hover {
    transform: translate(4px, 0);
  }
  /* --- cards end here --*/
  .split-header {
    display: block;
    font-size: 50%;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
    color: #848484;
    text-transform: uppercase;
    padding-top:10px;
  }
  .limit-bottom {
  border-bottom: solid 1px #cccccc;
  padding-bottom:40px;
  }
  .fact {
  padding-bottom: 40px;
  padding-top: 40px;
  }
  /*------ END HOME PAGE STYLES ------*/
  .remark {
    font-size:110%;
  }
  .timeline {
      position: relative;
      margin: 0 15px;
      border-left: 3px dotted #d4d9df;
      padding: 7px 30px;
  }
  .timeline > span {
      position: absolute;
      width: 16px;
      height: 16px;
      text-align: center;
      border-radius: 100%;
      left: -10px;
      top: 0;
      background: #ffffff;
      border: solid 4px #22c0e8;
  }
  .timeline .green {
    border: solid 4px var(--second-green); /*#469408;*/
  }
  .timeline:last-child > span {
      border: solid 4px red;
      left: -7px;
  }
  .timeline div {
      font-weight: bold;
      margin-top:-10px;
  }
  .timeline p {
      margin-top: 0px;
  }
  .timeline:last-child {
      border: none;
  }
/* ----- navbar animation ---- */
/* --- navbar custom ---*/
.navbar-custom {
  /*background-color: var(--first-red)!important;*/
  background: #F00000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #DC281E, #F00000);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #DC281E, #F00000);
}
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
  color: #ffffff;
  font-weight:700;
  text-transform: uppercase;
  font-size:12px;
}
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item.show .nav-link,
.navbar-custom .nav-item .nav-link:focus, /* check if needed */
.navbar-custom .nav-item:hover .nav-link {
  color: #ffffff;
  /*background-color: #ee4400;*/
  background-color: var(--second-red);
}
.navbar-custom .nav-item.active .nav-link {
  background-color: var(--third-red); /*#c64840;*/
}
.navbar-custom .dropdown-menu {
  /*background-color:#ee4400!important;*/
  background-color: var(--second-red)!important;/*#be2f26!important;*/
  border: none;
  border-radius: 0 0 3px 3px;
  margin-top: -2px!important;
}
.navbar-custom .dropdown-item {
  color: #ffffff;
  padding-top:10px;
  padding-bottom:10px;
}
.navbar-custom .dropdown-item:hover {
  background-color: var(--third-red); /*#c64840;*/
  color: #ffffff;
}
.navbar-nav > li > a {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 20px;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* - - custom navbar -- */
/* - - - caret animation - - -*/
.dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
/*for the animation*/
.dropdown-toggle:after {
  transition: 0.5s;
}
/* - -  end caret animation -- */
/*--- hamburguer ----*/
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/* ----- end navbar animation ---- */
/* - - - hero - - - */
.hero {
    background-color: #cccccc;
    width: 100%;
    height: 400px;
    background-size: cover;
    position: relative;
    margin-bottom:15px;
}
.hero.cr-hero, .hero.kr-hero, .hero.me-hero,
.hero.ce-hero, .hero.dr-hero {
	background-repeat:no-repeat;
    background-position:center bottom;
}
.hero.cr-hero {
    background-image: url("../../images/chacchoben-temple-24-800.jpg");
}
.hero.kr-hero {
    background-image: url("../../images/kohunlich-acropolis-800.jpg");
}
.hero.me-hero {
    background-image: url("../../images/mayan-experience-hosts-800.jpg");
}
.hero.dr-hero {
    background-image: url("../../images/dzibanche-temple-two-800.jpg");
}
.hero.ce-hero {
    background-image: url("../../images/bacalar-lagoon-kayak-800.jpg");
}
.hero-caption {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .8));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 15px;
}
.hero-caption h1{
  font-size:2em;
  color: #ffffff;
  font-weight:700;
}
/* - - - end hero --- */
/* --- tour detail styles ---*/
.roboto {
  font-family: var(--roboto);
}
.price {
  font-size: 130%;
  font-weight: 600;
  font-family: var(--roboto);
}
.tag {
  font-size: 80%;
  font-weight: normal;
  color: gray;
}
.rates {
  text-align: center;
}
.category {
  font-size:12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
ol {
      list-style: none;
      counter-reset: my-awesome-counter;
    }
ol li {
      counter-increment: my-awesome-counter;
    }
ol li::before {
      content: counter(my-awesome-counter) ". ";
      color: red;
      font-weight: bold;
    }
/* --- end tour detail styles --- */
/* --- styles for step1 --- */
.step1 label,
.guest label,
.contact label,
.email-form label,
.step1 .cat,
.form-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size:11px;
  color:#59687f;
}
.step1 .cat,
.step1 .rate,
.step1 small {
  text-align: center;
  display: block;
}
.step1 .rate{
  font-size:20px;
}
.step1 .rate .currency{
  font-size:12px;
  font-weight: normal;
}
.book-form {
  margin-top: 15px;
  padding: 20px 15px 40px 15px;
  background-color: var(--first-blue);
}
.book-heading {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size:1.3rem;
  font-weight:900;
}
@media (max-width: 991.98px) {
  .book-heading {
    font-size: 1rem;
  }
}
.tag-line {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #59687f;
  font-size: 11px;
}
.res-table {
  width: 100%;
}
/* --- end styles for step1 ---*/
/* - - - - - Radio  - - - - */
.options {
  width: 100%;
  margin: 20px auto;
  background: white;
  border: 1px solid #adadad;
  border-radius: 3px;
}
.options input[type=radio] {
  display: none;
}
.options .active-label,
.options label:focus,
.options label:hover,
.options label:active,
.options input:checked + label {
  background-color:#f7f7f7;
}
.options .active-label:before,
.options label:focus:before,
.options label:hover:before,
.options label:active:before,
.options input:checked + label:before {
  background: white;
  border-color: #469408;
}
/** Make those labels sexy */
.options label {
  cursor: pointer;
  display: block;
  padding: 15px 0 15px 28px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  whitespace: no-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  margin-bottom: 0;
  /* This is the radio fake dot basically */
}
.options label span {
  display: block;
  font-size: 80%;
  padding-top: 7px;
}
.options label:first-of-type {
  border-top: none;!important
}
.options label:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: .3rem solid #ccc;
}

/*  How it should look when checked */
.options input:checked + label:before {
  border-color: #efefef;
  border: none;
  background: #469408; /*#e0758e;*/
}
/* How it should look when disabled  */
.options input:disabled + label {
  background: #efefef;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.options input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.options input:disabled + label:before {
  border-color: #efefef;
  background: white;
}
/* - - - - -  end radio - - - - - - */
/* - - - - - History - - - - - */
.history-bits h3 {
  font-size: 1.2rem;
}
/* - - - -  end History - - - - */
/* ---- FAQ ----- */
.faq ul li:hover {
  cursor:pointer;
}
.faq i {
  color: var(--first-red);
  font-size:160%;
}
.faq ul li {
  padding-top: 8px;
  padding-bottom:6px;
  border-top:dashed 1px #cccccc;
}
.faq ul li span {
  font-size:1.1rem;
  font-family: var(--roboto);
}
.faq p {
  color: #555f61;
}
.faq ul li:first-child{
  border-top:none;
}
/* ----- end FAQ ---- */
/* ---- contact and my reservation --- */
.form:focus,
.form:hover{
  outline: none;
  box-shadow:none;
  border:1px solid #8BC3A3;
  background: #f8fefa;
}
.result-msg {
  display: none;
}
.alert-message
{
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee;
}
.alert-message strong
{
	margin-top: 0;
	margin-bottom: 5px;
}
.alert-message p:last-child
{
	margin-bottom: 0;
}
.alert-message-success
{
	background-color: #F4FDF0;
	border-color: #3C763D;
}
.alert-message-success strong
{
	color: #3C763D;
}
.alert-message-danger
{
	background-color: #fdf7f7;
	border-color: #d9534f;
}
.alert-message-danger strong
{
	color: #d9534f;
}
/* -- my reservation -- */
a.link-effect {
  text-decoration: none;
  color: var(--first-red);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}
a.link-effect:hover, a.link-effect:focus {
  background-size: 100% 2px;
}
/* --- end contact and my reservation --- */
/* --- fin us --- */
.alert-warning h3 {
  color:#f0ad4e;
}
.alert-warning
{
  background-color: #fcf8f2;
  border-top: none;
  border-right: none;
  border-left:3px solid #f0ad4e;
  border-bottom: none;
  border-radius:0px;
}
.map{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
/* --- end fin us --- */
/* --- checkout-one ---*/
.checkout-step {
  padding: 2px 8px;
  background-color:red;
  color: white;
  font-weight: 800;
  font-size:90%;
}
.check-bx {
  display: block;
  margin-bottom: 15px;
}
.check-bx input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-bx label {
  position: relative;
  cursor: pointer;
}
.check-bx label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #59687f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -3px;
}
.check-bx input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 9px;
  border: solid green;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* --- end checkout-one ---*/
/* -- check-out  --*/
.features {
	text-transform: uppercase;
	font-weight: 600;
	color: #555f61;
}
.features span {
	display: block;
	font-size: 80%;
	text-transform: none;
	font-weight: normal;
}
/* -- end check-out -- */
/* -- confirmation -- */
.confo-legal p {
  font-size: 80%;
}
.confo-legal img {
  margin-top: -15px;
  margin-bottom: 20px;
}
.confo-map {
   margin-bottom: 10px;
}
@media (min-width: 992px) {
  .confo-map {
   margin-left: 10px;
   max-width: 400px;
  }
}
@media print {
  body {
    font-size:10pt;
  }
  .confo-map {
    max-width: 320px;
  }
  .confo-table td {
    padding: 0;
  }
  .confo-map {
	  margin-left: 5px;
  }
}
/* -- end confirmation --*/
/* -- -- footer -- -- */
.footer {
background:#f6f6f6;
padding:20px 0;
border-top:2px solid #DC281E;
}
.ftr h2 {
font-size:17px;
font-weight:400;
padding-bottom:5px;
}
.footer-bottom {
background: #F00000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #DC281E, #F00000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #DC281E, #F00000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
padding:15px 0;
border-top:1px solid #d9d9d9;
font-size:12px;
color:#ffffff;
}
.footer-bottom a {
text-decoration: none;
color: #ffffff;
}
.footer-bottom a:hover{
text-decoration: underline;
}
.ftr-content a{
text-decoration: none;
}
.ftr-content li{
border-top: solid 1px #ccc;
}
.ftr-content li:first-child{
border-top: none;
}
.ftr-content li a{
color: #979797;
font-size: 90%;
padding: 6px 0px;
display: block;
text-transform: uppercase;
transition:all 0.4s ease-in-out;
}
.ftr-content li a:hover{
color: #b30a00;
}
.ftr-content li a:hover i{
color: #b30a00;
}
.ftr-icons {
margin: 35px auto;
}
.social-media {
text-align: center
}
.social-media li {
border-top: none;
}
.social-media ul li a {
display: inline-block;
padding: 0;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 16px;
color: #b30a00;
border: 1px solid #cccccc;
background: #ffffff;
}
.social-media ul li a:hover {
background: #b30a00;
border-color: #fff;
}
.social-media ul li a:hover i {
color: #fff;
}
.ftr-img {
margin: 15px auto;
}
/* --- baguetteBox --- */
/*!
* baguetteBox.js
* @author  feimosi
* @version 1.11.0
* @url https://github.com/feimosi/baguetteBox.js
*/
#baguetteBox-overlay {
display: none;
opacity: 0;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
background-color: #222;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition: opacity .5s ease;
transition: opacity .5s ease; }
#baguetteBox-overlay.visible {
  opacity: 1; }
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }
  #baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%; }
  #baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  #baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif; }
  #baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }

#baguetteBox-slider {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
white-space: nowrap;
-webkit-transition: left .4s ease, -webkit-transform .4s ease;
transition: left .4s ease, -webkit-transform .4s ease;
transition: left .4s ease, transform .4s ease;
transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
          animation: bounceFromRight .4s ease-out; }
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
          animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
0% {
  margin-left: 0; }
50% {
  margin-left: -30px; }
100% {
  margin-left: 0; } }

@keyframes bounceFromRight {
0% {
  margin-left: 0; }
50% {
  margin-left: -30px; }
100% {
  margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
0% {
  margin-left: 0; }
50% {
  margin-left: 30px; }
100% {
  margin-left: 0; } }

@keyframes bounceFromLeft {
0% {
  margin-left: 0; }
50% {
  margin-left: 30px; }
100% {
  margin-left: 0; } }
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
top: 50%;
top: calc(50% - 30px);
width: 44px;
height: 60px; }
.baguetteBox-button {
position: absolute;
cursor: pointer;
outline: none;
padding: 0;
margin: 0;
border: 0;
-moz-border-radius: 15%;
     border-radius: 15%;
background-color: #323232;
background-color: rgba(50, 50, 50, 0.5);
color: #ddd;
font: 1.6em sans-serif;
-webkit-transition: background-color .4s ease;
transition: background-color .4s ease; }
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }
.baguetteBox-button#next-button {
  right: 2%; }
.baguetteBox-button#previous-button {
  left: 2%; }
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }
.baguetteBox-spinner {
width: 40px;
height: 40px;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px; }
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
width: 100%;
height: 100%;
-moz-border-radius: 50%;
     border-radius: 50%;
background-color: #fff;
opacity: .6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: bounce 2s infinite ease-in-out;
        animation: bounce 2s infinite ease-in-out; }
.baguetteBox-double-bounce2 {
-webkit-animation-delay: -1s;
        animation-delay: -1s; }
@-webkit-keyframes bounce {
0%, 100% {
  -webkit-transform: scale(0);
          transform: scale(0); }
50% {
  -webkit-transform: scale(1);
          transform: scale(1); } }
@keyframes bounce {
0%, 100% {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
          transform: scale(0); }
50% {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
transform: scale(1); } }
/* --- end baguetteBox --- */
/* - - - - -  End footer - - - - - - -*/
@media (max-width: 991.98px) {
  h1,h2,h3,h4 {
    font-size:140%;
    font-weight: 500;
  }
  .navbar-custom {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-custom .navbar-nav .nav-link,
  .navbar-custom .dropdown-item {
    color: #ffffff; /*#373d3f;*/
    font-weight:700;
    text-transform: uppercase;
    font-size:12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom:1px solid var(--third-red); /*#c64740;*/
  }
  .navbar-custom .nav-item:last-child {
      border: none;
  }
  .navbar-custom .nav-item .nav-link {
    padding-left:10px!important;
  }
  .navbar-custom .nav-item.active .nav-link,
  .navbar-custom .nav-item.show .nav-link,
  .navbar-custom .nav-item .nav-link:focus,
  .navbar-custom .nav-item:hover .nav-link,
  .navbar-custom .dropdown-item:hover {
    /*color: #ffffff; /*#848d95;*/
    background-color: var(--second-red); /*#be2f26;*/
  }
  .navbar-custom .dropdown-menu {
    background-color: transparent!important;
    border-radius: 0;
    padding-top: 0!important;
  }
  /* --- hero-caption -- */
  .hero-caption {
      width: 100%;
      height: 70px;
      padding: 15px;
  }
  .hero-caption h1{
    font-size:1.3em;
    color: #ffffff;
    font-weight:700;
  }
}
@media only screen and (max-width: 479px) {
     .ftr-content{
        display:none;
    }
    .active .ftr-content{
      display:inline;
    }
    .ftr h2 {
        border-bottom:1px solid #ddd;
        cursor:pointer;
    }
    .ftr h2:after {
        content:"\203A";
        color:white;
        width:20px;
        height:20px;
        line-height: 15px;
        background:#eb001b;
        display:inline-block;
        text-align:center;
        float:right;
    }
    .active.ftr h2:after {
        content:"\2039";
        background:#eb001b;
    }
  }
/* --- end navbar custom --- */
