/**
* Template Name: Mamba - v2.1.0
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #1d1d1f;
}
a {
  color: #06C;
}
a:hover {
  color: #03C;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .font-primary {

}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 50px;
  text-transform: uppercase;
  padding: 12px 30px;
  font-weight:700;
  background: #0071e3;
  color:#fff;
}
.btn:hover {
  background:#0051e1;
  color:#fff;
  transition: 0.2s;
}
.btn-whatsapp {
  background:#2dc649;
}
.btn-whatsapp:hover {
  background:#20b81c;
}
.btn-mail {
  background:#ca4135;
}
.btn-mail:hover {
  background:#ad0e18;
}

/*--------------------------------------------------------------
# Mail
--------------------------------------------------------------*/
.e-mail:before {
        content: attr(data-website) "\0040" attr(data-user);
        unicode-bidi: bidi-override;
        direction: rtl;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
.img-fluid {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.img-rounded {
  border-radius: 20px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:#000;
  padding: 15px 0 5px 0;
}
#topbar .top-contact-links a {
  line-height: 1;
  color:#fff;
  transition: 0.3s;
}
#topbar .top-contact-links i {
  padding: 0 4px;
  font-weight:900;
  font-size:20px;
}
#topbar .top-contact-links a:hover i {
  opacity: .6;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  padding: 10px 0;
  background: #000;
}
#header.header-scrolled {
  background: rgba(18, 18, 18, 0.9);
}
  @media (max-width: 991px) {
    #header.header-scrolled {
      background: #000;
    }
  }
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo h1 a strong {
  font-weight:400;
}
#header .logo h1 span {
  color: rgba(255, 255, 255, 1);
  font-size:10px;
  letter-spacing: 3px;
  opacity:.55;
  font-weight: 400;
  display:block;
  text-align:center;
  line-height: 2;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 12px 11px;
  transition: 0.3s;
  font-size: 13px;
  text-transform:uppercase;
  font-weight:600;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #0071e3;
  text-decoration: none;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #428bca;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #000;
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-nav hr {
  border-top: 1px solid rgba(255,255,255,.2);
  margin:30px 25px 30px 25px;
}
.mobile-nav a.btn {
  margin: 20px 20px;
  font-weight:600;
}
.mobile-nav a:hover.btn {
  color:#fff;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  text-decoration: none;
  color:#06C;
}
.mobile-nav > .social {
  padding:0 20px;
  color:#fff;
}
.mobile-nav > .social a {
  display:inline;
  font-size:28px;
  padding:0 5px;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 1000;
  border: 0;
  background: none;
  font-size: 40px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  color: #fff;
  z-index: 1000;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, .6);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Jumbotron
--------------------------------------------------------------*/
#hero .jumbotron {
  width: 100%;
  height: calc(100vh - 114px);
  margin-bottom:0;
  background: url("../img/taxi-santiago-compostela.jpg") no-repeat center center; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative; 
  padding: 0;
}
@media (max-width: 992px) {
  #hero .jumbotron {
    height: calc(100vh - 70px);
  }
}
#hero .jumbotron .jumbotron-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
  position: absolute; 
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#hero .jumbotron .jumbotron-container {
  color: #fff;
}
#hero .jumbotron .jumbotron-container h2 { 
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 0 1px 20px rgba(0,0,0,.8);
  font-weight:600;
  letter-spacing: -.005em;
  line-height: 1.07143;
  font-size:52px;
}
#hero .jumbotron .jumbotron-container p { 
  text-shadow: 0 1px 7px rgba(0,0,0,.7);
  font-weight:500;
}
#hero .jumbotron .jumbotron-container .cta-hero { 
  margin-top:1.5em;
}
#hero .jumbotron .jumbotron-container .btn { 
  margin: 0 5px;
}

@media (max-width: 768px) {
  #hero .jumbotron .jumbotron-container .btn { 
    margin-bottom:12px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
}
.section-title {
  text-align: center;
  width:100%;
}
.section-title h2 {
}
.section-title .headline {
  font-size: 56px;
  line-height: .99;
  font-weight: 600;
  letter-spacing: -.02em;
  margin-bottom: 0;
}
.section-title h3 {
}
.section-title .subhead {
  font-size: 21px;
  line-height: 1.381;
  font-weight: 500;
  letter-spacing: -.02em;
}
.section-title p {
}
.section-title .paragraph {
  font-size:18px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #000;
  height: calc(15vh);
  display: flex;
  align-items: center;
}
.cta h2 {
  color:#fff;
}
.cta p {
  color: #fff;
}
.cta .cta-btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cta .btn {
}
.cta .cta-btn:hover {
  background: #fff;
  color: #ef6603;
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
.servicios {
  padding-top:50px;
  padding-bottom:20px;
}
.servicios .section-title .headline {
  margin-bottom:40px;
}
.servicios .section-title .subhead {
}
.servicios .icon-box {
  margin-bottom:10px;
}
.servicios .icon-box .icon {
  float: left;
  display: flex;
  max-width: 48px;
  height: 72px;
}
.servicios .icon-box .icon i {
  font-size: calc(3em + 0px);
}
.servicios .icon-box .title {
  margin-left: 58px;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 21px;
}
.servicios .icon-box .title a {
  color: #343a40;
}
.servicios .icon-box .description {
  margin-left: 58px;
}

/*--------------------------------------------------------------
# Airport
--------------------------------------------------------------*/
.airport {
  padding-top:30px;
}
.airport img {
  object-fit: cover;
  object-position: 50% 50%;
  width:100%;
}
.airport .img-full {
  padding-left:30px;
  padding-right:15px;
  display: flex;
  max-height: calc(100vh - 100px);
}
.airport .airport-content {
  padding-right:30px;
  display: flex;
  max-height: calc(100vh - 100px);
}
.airport .airport-content .section-title {
  height: calc(100%);
  background: #efefef;
  padding:30px;
}
.airport .airport-content .section-title .headline {
  margin-bottom:12px;
  font-weight:700;
}
.airport .airport-content .section-title .subhead {
  margin-top:3px;
}
.airport .airport-content .section-title .subhead span {
  font-weight:600;
  color:#ea3838;
  font-size:28px;
}
.airport .airport-content .section-title p {
}
.airport .airport-content .section-title .btn {
  margin-top:30px;
}

@media (max-width: 768px) {
  .airport {
    margin-bottom:0px;
  }
  .airport .airport-content {
    background: #efefef;
    padding:30px 0px 15px 0px;
    max-height: 100%;
  }
  .airport .airport-content .section-title {
    background: #fff;
    border-radius:0px;
  }
  .airport .airport-content .section-title i {
    font-size: calc(4em + 1vw);
    margin-bottom:20px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .airport {
    margin-bottom:0px;
    padding-top:0;
    padding-bottom:15px;
  }
  .airport img {
    filter: brightness(80%);
  }
  .airport .img-full {
    padding: 0 15px 0px 30px;
    position:relative;
  }
  .airport .img-full::after {
    content: "\f5b0"; 
    font-family: Line Awesome Free;
    font-size: 7em;
    position:absolute;  
    font-weight:900;
    color: #fff;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    left: 50%;
    transform: translateX(-50%);
    padding-left:30px;
    padding-right:15px;
  }
  .airport .airport-content {
    padding:0 30px 0px 15px;;
  }
  .airport .airport-content .section-title {
    background:#efefef;
  }
}

/*--------------------------------------------------------------
# Camino
--------------------------------------------------------------*/
.camino {
  padding-top:30px;
}
.camino img {
  object-fit: cover;
  object-position: 50% 50%;
  width:100%;
}
.camino .img-full {
  padding-left:15px;
  padding-right:30px;
  display: flex;
  max-height: calc(100vh - 100px);
}
.camino .camino-content {
  padding-left:30px;
  display: flex;
  max-height: calc(100vh - 100px);
}
.camino .camino-content span {
  font-weight:800;
}
.camino .section-title {
  height: calc(100%);
  background: #efefef;
  padding:30px;
}
.camino .camino-content .section-title .headline {
  margin-bottom:12px;
  font-weight:700;
}
.camino .camino-content .section-title .subhead {
  margin-top:3px;
}
.camino .camino-content .section-title p {
}
.camino .camino-content .section-title .btn {
  margin-top:30px;
}

@media (max-width: 768px) {
  .camino {
    margin-bottom:0px;
    padding-top:0;
  }
  .camino .camino-content {
    background: #efefef;
    padding:15px 0px 30px 0px;
    max-height: 100%;
  }
  .camino .camino-content .section-title {
    background: #fff;
    border-radius:0px;
  }
  .camino .camino-content .section-title i {
    font-size: calc(4em + 1vw);
    margin-bottom:20px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .camino {
    margin-bottom:0px;
    padding-top:15px;
  }
  .camino img {
    filter: brightness(80%);
  }
  .camino .img-full {
    padding: 0px 30px 0px 15px;
  }
  .camino .img-full::after {
    content: "\f6ec"; 
    font-family: Line Awesome Free;
    font-size: 7em;
    position:absolute;  
    font-weight:900;
    color: #fff;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    left: 50%;
    transform: translateX(-50%);
    padding-left:15px;
    padding-right:30px;
  }
  .camino .camino-content {
    padding:0px 15px 0px 30px;
  }
  .camino .camino-content .section-title {
    background:#efefef;
  }
}

/*--------------------------------------------------------------
# Rutas
--------------------------------------------------------------*/
.rutas {
  background:rgba(22,22,24,1);
  color:#fff;
  margin-top:30px;
  padding-top:30px;
}
@media (max-width: 768px) {
  .rutas {
    margin-top:0px;
  }
}
.rutas .headline{
  margin-bottom:40px;
}
#rutas .carousel { 
}
#rutas .carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
  z-index: 1;
}
#rutas .carousel img {
  filter: contrast(100%);
  object-fit: cover;
  object-position: 50% 50%;
  height: calc(100vh - 200px);
}
#rutas .carousel-caption {
  top:0;
  padding-top:0;
  padding-bottom:0;
}
#rutas .carousel-caption .section-title h3 {
  font-weight:500;
  font-size:52px;
}
#rutas .carousel-caption .section-title p {
  font-weight:500;
}
#rutas .presupuesto {
  padding:40px 0 40px 0;
}
#rutas .carousel .section-title {
  font-weight:800;
}
#rutas .carousel p {
  margin-bottom:1.2rem;
}
#rutas .presupuesto .btn {
  margin-top:15px;
}
/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
.about {
  padding-top:30px;
  padding-bottom:40px;
}
.about .section-title .headline {
  margin-bottom:40px;
}
.about .section-title p {
  text-align: left;
}
.about .about-content {
}
.about .icon-box {
  margin-bottom:10px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  max-width: 48px;
  height: 72px;
}
.about .icon-box .icon i {
  font-size: calc(3em + 0px);
}
.about .icon-box .title {
  margin-left: 58px;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 21px;
}
.about .icon-box .description {
  margin-left: 58px;
}


/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom:30px;
}
.gallery .gallery-item {
    overflow: hidden;
    border-right: 10px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 10px solid #fff;
}
@media (max-width: 991px) {
  .gallery {
    padding-bottom:16px;
  }
  .gallery .gallery-item {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact {
  background:#efefef;
  padding-top:50px;
}
.contact .headline {
  margin-bottom:40px;
}
.contact-us {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 50px;
}
.contact .contact-buttons {
  text-align: center;
  margin-bottom: 35px;
}
.contact .contact-buttons-container {
  margin-left:auto;
  margin-right:auto;
}
.contact .info-box {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .contact .info-box {
    margin-bottom: 30px;
  }
}
.contact .btn {
  display:block;
}
.contact .icon-box {
  text-align:center;
  display:block;
  align-items: center;
}
.contact .icon-box .icon {
  text-align:center;
}
.contact .icon-box .icon i {
  font-size:calc(4em + 0px);
}
.contact .contact-buttons {
}
.contact .cards-accepted {
  padding:0 0 50px 0;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
#map{
  min-height: 450px;  
}
#map #bodyContent {
  font-size: 16px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
}
#footer h4 {
  font-weight: 800;
  padding: 0;
}
#footer p {
  padding: 0;
  align-items:center;
}
#footer .sub-footer {
  background-image: url("../img/bg-catedral.png"); 
  background-position: center bottom;
  background-repeat: no-repeat; 
  background-size: auto 80%;
  padding-top:50px;
  padding-bottom:20px;
  background-color: #ebebeb;
}
#footer .sub-footer .card {
  background:none;
  border:none;
  margin-bottom:20px;
}
#footer .sub-footer .card .logo {
  font-size: 3em;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #1d1d1f;
  text-decoration: none;
}
#footer .sub-footer .card .logo span {
  font-weight:400;
}
#footer .sub-footer .card .url {
  margin-bottom: 20px;
  font-weight:800;
}
#footer .sub-footer .card .statement {
  margin-left:auto;
  margin-right:auto;
  font-size:14px;
  margin-bottom: 20px;
  color:#555;
}
#footer .sub-footer .card .phone {
  font-size:28px;
  font-weight:900;
  margin-bottom:10px;
}
#footer .sub-footer .card .mail {
  font-size:16px;
}

#footer .sub-footer .social {
  margin-bottom:15px;
} 
#footer .sub-footer .social p {
  margin-bottom:8px;
  font-size:14px;
} 
#footer .sub-footer .social a {
  font-weight:800;
  font-size:18px;
} 
#footer .sub-footer .social a.instagram, #footer .sub-footer .social a.instagram i {
  background-repeat: no-repeat;
  background-image: url("../img/bg-insta.jpg");
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#footer .sub-footer .social a:hover.instagram {
  color: #3800e3;
  text-decoration: underline;
}
#footer .sub-footer .social a i{
  font-weight:900;
} 

#footer .sub-footer .share  {
} 
#footer .sub-footer .share  p {
  margin-bottom:8px;
  font-size:14px;
} 
#footer .sub-footer .share a {
  display:inline-block;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out; /** Chrome & Safari **/
    -moz-transition: all .2s ease-out; /** Firefox **/
    -o-transition: all .2s ease-out; /** Opera **/
} 
#footer .sub-footer .share a:hover{
    transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px); /** Chrome & Safari **/
    -o-transform: translate(0,-5px); /** Opera **/
    -moz-transform: translate(0,-5px); /** Firefox **/
}
#footer .sub-footer .share a.whatsapp i{
  background:#45ba2d;
} 
#footer .sub-footer .share a.facebook i{
  background:#2e4488;
} 
#footer .sub-footer .share a.messenger i{
  background:#20aff5;
} 
#footer .sub-footer .share a.twitter i{
  background:#238df2;
} 
#footer .sub-footer .share a.mail i{
  background:#ce2e2a;
} 
#footer .sub-footer .share a i {
  border-radius:50%;
  color:#fff;
  padding: 8px;
  margin: 0 4px;
  font-size:22px;
  font-weight:900;
} 
#footer .sub-footer .xacobeo{
  margin:40px 0 10px 0;
}
#footer .sub-footer .xacobeo img{
  display:inline-block;
  max-height:32px;
   max-width: 100%;
  vertical-align: middle;
}
#footer .credits {
  background:#111;
  padding: 10px 0;
  font-size:14px;
}
#footer .credits .copyright {
  margin: 0 0 5px 0;
  color:#fff;
}
#footer .credits .legal {
  margin-top:5px;
  font-size:11px;
  color:#fff;
}
#footer .credits .legal a {
  color:#fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #06C;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}


/* MODAL --> legal, privacidad y cookies
================================================== */
.legal-modal {
  padding-right: 0px !important;
}
.legal-modal .modal-dialog {
  margin: 80px auto;
  max-width: 80vw;
  font-size:11px;
  color:#888;
}
@media (max-width: 768px) {
  .legal-modal .modal-dialog {
    margin: 60px auto;
    max-width: 90vw;
  }
  .legal-modal .modal-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.legal-modal .modal-content {
  padding: 70px 0 50px 0;
}
.legal-modal .modal-body {
  padding-right: 30px;
  padding-left: 30px;
}
.legal-modal .modal-content h2 {
  font-size: 2em;
  font-weight:600;
  color:#666;
}
.legal-modal .modal-content h3 {
  font-size: 1.5em;
  font-weight:600;
  color:#777;
}
.legal-modal .modal-content p {
  margin-bottom:5px;
}
.legal-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.legal-modal .modal-content .table {
  color:#888;
}
.legal-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
}
.legal-modal .close-modal:hover {
  opacity: 0.3;
}
.legal-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 3px;
  height: 40px;
  margin-left: 24px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
}
.legal-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 3px;
  height: 40px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #000;
}
.legal-modal .btn {
  margin-top:20px;
  text-align:center;
  padding: 12px 44px;
}
.legal-modal .btn i {
  font-size:20px;
  font-weight:900;
}

/*--------------------------------------------------------------
# frame legal
--------------------------------------------------------------*/
.legal-disclaimer {
  font-size:11px;
  color:#999;
  padding:30px;
   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.legal-disclaimer table {
  color:#999;
}


/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background:#212327;
}
.cookiealert .alert{
    margin-bottom:0;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1100ms;
}
.cookiealert a {
    text-decoration: underline
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}