img[src="undefined"] {
  visibility: hidden;
}

/*TYPOGRAPHY*/
@font-face {
  font-family: "fontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot") format("eot"),
  url("../fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"),
  url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff"),
  url("../fonts/fontawesome/fontawesome-webfont.otf") format("otf"),
  url("../fonts/fontawesome/fontawesome-webfont.svg") format("svg"),
  url("../fonts/fontawesome/fontawesome-webfont.ttf") format("ttf");
}

html body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #2c2c2c;
}

body:not(.path-frontpage) h1.page-title {
  font-size: 40px;
  text-transform: uppercase;
}

.title {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.title.separate {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

.title.page-title {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
}
.content-title h3,
#edit-pack-type--wrapper legend,
#edit-payment-information legend{
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.pack-type-product .content-title h3,
#edit-pack-type--wrapper legend{
    font-size: 24px;
}

@media all and (max-width: 767px) {
    body:not(.path-frontpage) h1.page-title {
        font-size: 28px;
    }

    .title {
        font-size: 26px;
    }

    .title.separate {
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 10px;
    }

    .title.page-title {
        font-size: 28px;
    }
    .content-title h3,
    #edit-pack-type--wrapper legend,
    #edit-payment-information legend{
        font-size: 26px;
    }
}

.content-title p {
  font-size: 20px;
}

.title.padding-top {
  padding-top: 92px;
}

.title > p {
  font-size: inherit;
  margin: 0;
}

.content-action-toolbar .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

/*header*/
header {
  background-color: #2c2c2c;
  padding: 14px 0;
    height: 77px;
}

img, img:focus {
  border: 0 !important;
  outline: 0;
}

.main-logo {
  width: 110px;
  max-width: 100%;
  height: auto;
}

.media-hmds-img {
  width: 200px;
  height: 170px;
}

/*brand*/
/*#block-hmds-branding img {*/
/*  width: 110px;*/
/*}*/

/*element background*/
.transparent-background {
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}

.margin-top {
    margin-top: 40px;
}

/*navigation*/
#block-hmds-main-menu .navbar-collapse > .menu.nav .menu-item--expanded > a:after,
#block-hmds-main-menu .navbar-collapse > .menu.nav .menu-item--expanded > span:after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#block-hmds-main-menu .navbar-collapse > .menu.nav .menu-item--expanded::marker {
  content: '';
  display: none;
}
@media all and (min-width: 768px) {
  #block-hmds-main-menu .collapse:not(.show) {
    display: block;
    height: 30px;
    text-align: right;
    z-index: 9;
  }

  #block-hmds-main-menu .navbar-collapse .menu {
    background-color: #2c2c2c;
  }


  #block-hmds-main-menu .navbar-collapse > .menu {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 30px;
  }

  #block-hmds-main-menu .navbar-collapse > .menu.nav > li {
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
  }

  #block-hmds-main-menu .navbar-collapse > .menu.nav .menu-item--expanded {
    background-color: #2c2c2c;
    position: relative;
  }


  #block-hmds-main-menu .navbar-collapse > .menu.nav .menu-item--expanded > .menu {
    position: absolute;
    top: 32px;
    left: 0;
    padding: 0 15px;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .navbar-collapse > .menu.nav .menu-item--expanded .menu .menu-item a {
    padding-top: 10px;
    display: inline-block;
  }
  .navbar-collapse > .menu.nav .menu-item--expanded .menu .menu-item:last-of-type a {
    padding-bottom: 10px;
  }

  #block-hmds-main-menu .navbar-collapse > .menu.nav .menu-item--expanded:hover .menu {
    opacity: 1;
    height: auto;
    visibility: visible;
  }



  #block-hmds-main-menu .menu li:last-of-type {
    margin-right: 0;
  }
}


@media all and (max-width: 767px) {
  nav.navigation {
    padding: 0;
  }

  .navbar-collapse.show {
    text-align: center;
  }

  #block-hmds-main-menu .navbar-collapse > .menu.nav .menu-item--expanded > .menu {
    /*position: absolute;*/
    /*top: 32px;*/
    /*left: 0;*/
    padding: 0 15px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    /*transition: all 0.3s ease-in;*/
  }

  #block-hmds-main-menu .menu {
    padding: 30px 30px 0 30px;
  }

  nav.navigation .menu.nav .menu-item {
    text-align: left;
  }
  nav.navigation .menu.nav li {
    width: 100%;
  }
  nav.navigation .menu.nav > li {
    padding-top: 10px;
  }

  nav.navigation .menu.nav > li:first-of-type{
    padding-top: 0;
  }

  .navbar-collapse > .menu.nav .menu-item--expanded .menu .menu-item a {
    padding-top: 10px;
    display: inline-block;
  }
  .navbar-collapse > .menu.nav .menu-item--expanded .menu .menu-item:last-of-type a {
    padding-bottom: 10px;
  }

  #block-hmds-main-menu .navbar-collapse > .menu.nav .menu-item--expanded:hover .menu {
    opacity: 1;
    height: auto;
    visibility: visible;
    display: block;
  }

  #block-hmds-branding .language-switcher-language-url {
    width: auto;
    float: right;
    position: relative;
    right: 0;
  }
}

/*button navigation*/
#block-buttonnavigation ul.menu{
  margin: 0;
}

#block-buttonnavigation ul.menu .menu-item a{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  /*transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/

  background-color: #f0f0f0;
  border: 1px solid transparent;
  color: #2c2c2c;
  padding: 6px 12px;
  margin: 0;
}

#block-buttonnavigation ul.menu .menu-item a:hover,
#block-buttonnavigation ul.menu .menu-item a:active,
#block-buttonnavigation ul.menu .menu-item a:active {
  background-color: #fafafa;
  border: 1px solid rgba(44, 44, 44, .27);
  text-decoration: none;
}
@media all and (max-width: 767px) {
  #block-buttonnavigation {
    display: none;
  }
}



body header {
  width: 100%;
  z-index: 100;
  min-height: 76px;
}

body header.fixed-position {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s linear;
}

body header.scroll-down {
  top: -80px
}

body.toolbar-fixed header {
  top: 80px;
  transition: all 0.4s linear;
}

body.toolbar-fixed header.scroll-down {
  top: 0;
}

#block-hmds-main-menu .menu {
  margin: 0;
}

#block-hmds-main-menu .menu li {
  text-transform: uppercase;
}

#block-hmds-main-menu .menu li a,
#block-hmds-main-menu .menu li span{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

@media all and (max-width: 767px) {
  .navbar-header {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-header .navbar-toggle i {
    font-size: 30px;
    color: #fff;
  }

  .navbar-header .navbar-toggle:not(.collapsed) i:before {
    content: "\f00d";
  }

}

/*user navigation*/
#block-hmds-account-menu {
  padding-left: 0;
}
.path-user #block-hmds-account-menu .menu {
  display: none;
}
.user-logged-in #block-hmds-account-menu .menu{
  display: block;
}

#block-hmds-account-menu .menu {
  margin: 0;
  text-align: right;
}

#block-hmds-account-menu .menu .menu-item {
  display: inline-block;
}

#block-hmds-account-menu .menu .menu-item a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

#block-hmds-account-menu .menu .menu-item a:before{
    font-family: 'fontAwesome';
    display: inline-block;
    width: 19px;
    height: 30px;
    font-size: 20px;
    line-height: 29px;
    margin-right: 10px;
}

#block-hmds-account-menu .menu .menu-item:nth-child(1) a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
    background-color: #f0f0f0;
    border: 1px solid transparent;
    color: #2c2c2c;
    padding: 6px 12px;
    margin: 0;
}


@media all and (max-width: 992px) {
  #block-hmds-account-menu .menu .menu-item a {
    font-size: 0;
  }
  #block-hmds-account-menu .menu .menu-item a:before{
    margin-right: 0;
  }
}



#block-hmds-account-menu .menu .menu-item:first-of-type {
  margin-right: 10px;
}

body.user-logged-in #block-hmds-account-menu .menu .menu-item:first-of-type a:before {
  content: "\f007";
}

body.user-logged-in #block-hmds-account-menu .menu .menu-item:last-of-type a:before {
  content: "\f08b";
}

body:not(.user-logged-in) #block-hmds-account-menu .menu .menu-item a:before {
  content: "\f090";
}

@media all and (max-width: 767px) {
  #block-hmds-account-menu {
    width: auto;
    float: right;
    position: relative;
    right: 15px;
  }
}


/*language switcher*/
.language-switcher {
  color: #fff;
}

.language-switcher .language-value{
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.language-value.en {
  background-image: url("../images/elements/en.png");
}
.language-value.fr {
  background-image: url("../images/elements/fr.png");
}
.language-value.es {
  background-image: url("../images/elements/es.png");
}

.dropdown-language {
  display: none;
  padding: 0;
  text-align: center;
}
.dropdown-language.dropdown-menu {
  left: -8px;
  padding-bottom: 4px;
}

.dropdown {
  font-weight: 600;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

.dropdown-language.show {
  display: block;
  max-width: 100%;
  min-width: inherit;
  background-color: #2c2c2c;
  border: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

.dropdown-language a {
  color: #f2f2f2 !important;
  text-decoration: none;
  padding: 8px;
  text-decoration: none !important;
}

.language-switcher-language-url {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/*footer*/
.region.region-footer {
  background-color: #2c2c2c;
  color: #f0f0f0;
  padding: 32px 0;
  font-size: 14px;
}

footer a {
  color: #f0f0f0;
  text-decoration: none;
}
footer img {
    max-width: 100%;
    height: auto;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: #f0f0f0;
}
footer a, footer a.is-active {
    color: #f0f0f0!important;
    text-decoration: none;
}

.region.region-footer .footer-block-item .title {
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 18px;
  font-weight: normal;
}

.region.region-footer .footer-block-item .content .title {
    border: 0;
}

.region.region-footer .footer-block-item .social-links {
  list-style-type: none;
  padding-left: 0;
}

.region.region-footer .footer-block-item .social-links a {
  position: relative;
  padding-left: 35px;
}

.region.region-footer .footer-block-item .social-links .social-item {
  margin-bottom: 15px;
}

.region.region-footer .footer-block-item .social-links .social-item a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.region.region-footer .footer-block-item .social-links .social-item.facebook a::before{
    background: url('../images/elements/socialIcons.png') -17px -6px;
}
.region.region-footer .footer-block-item .social-links .social-item.instagram a::before{
    background: url('../images/elements/socialIcons.png') -17px 160px;
}
.region.region-footer .footer-block-item .social-links .social-item.twitter a::before{
    background: url('../images/elements/socialIcons.png') -76px 216px;
}
.region.region-footer .footer-block-item .social-links .social-item.youtube a::before{
    background: url('../images/elements/socialIcons.png') -76px 160px;
}

.region.region-footer .footer-block-item .social-links .social-item.customer-service a::before{
    background: url('../images/elements/socialIcons.png') -17px 103px;
}
.region.region-footer .footer-block-item .social-links .social-item.email-contact a::before{
    background: url('../images/elements/socialIcons.png') -17px 47px;
}

#block-aboutus a {
  text-decoration: underline;
}
footer .message a {
    text-decoration: underline;
    display: inline-block;
}

.region.region-footer .footer-block-item .footer-brand{
    display: inline-block;
    /*max-width: 45%;*/
    /*margin-right: 10%;*/
}
.region.region-footer .footer-block-item .footer-play{
    display: inline-block;
    margin-top: 30px;
}
.region.region-footer .footer-block-item .footer-play a {
    display: inline-block;
    width: 100%;
}
.region.region-footer .footer-block-item .footer-play a img {
    width: 100%;
    max-width: 200px;
}
.region.region-footer .footer-block-item .footer-brand img,
.region.region-footer .footer-block-item .footer-play img{
    max-width: 100%;
    height: auto;
}

@media all and (min-width: 768px){
    .region.region-footer .footer-block-item .footer-brand,
    .region.region-footer .footer-block-item .footer-play{
        position: relative;
        bottom: 6%;
    }
    .region.region-footer .footer-block-item .footer-play{
        margin-top: 0;
    }
}

/*footer navigation*/
footer .region-footer-nav {
  background-color: #222;
  font-size: 16px;
}

footer nav {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

footer nav .menu {
  margin: 0 auto;
  /*display: inline-block;*/
  /*text-align: center;*/
}

footer nav .menu .menu-item {
  /*display: inline-block;*/
  /*padding: 0 15px;*/
}

footer nav .menu .menu-item a {
    padding: 0 0 10px 0;
    display: inline-block;
}

footer .region-footer-copyright {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 10px 0 20px 0;
  font-size: 12px;
}

footer .region-footer-copyright p {
  margin: 0;
}

@media all and (max-width: 991px) {
    footer nav .menu {
        width: 100%;
    }
    footer nav .menu .menu-item {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 767px) {
  .region.region-footer .footer-block-item {
    margin-bottom: 32px;
  }

  .region.region-footer #block-aboutus .footer-block-item {
    margin-bottom: 0;
  }
}

/*buttons*/
.btn {
  margin-right: 20px;
  /*transition: all 0.3s ease;*/
}

.content-action-toolbar a:last-of-type {
  margin-right: 0;
}

.btn.btn-shop {
  background-color: #fff200;
  border-color: #fff200;
  margin-top: 20px;
}

.btn.btn-green {
  color: #fff;
  background-color: #10cfbd;
  border-color: #10cfbd;
  margin-right: 0;
}

.btn.btn-green:hover,
.btn.btn-green:active,
.content-action-toolbar .btn.btn-green:not(:disabled):not(.disabled):active {
    background-color: #0eb7a7;
    border-color: #0eb7a7;
    color: #fff;
    animation-name: greenHover;
    animation-duration: 0.4s;
}

@keyframes greenHover {
    from {background-color: #10cfbd;}
    to {background-color: #0eb7a7;}
}

.btn.btn-gray {
  background-color: #f0f0f0;
  border: 1px solid transparent;
  color: #2c2c2c;
  padding: 6px 12px;
}

.btn.btn-gray:hover,
.btn.btn-gray:active,
.btn.btn-gray:not(:disabled):not(.disabled):active {
  background-color: #fafafa;
  border: 1px solid rgba(44, 44, 44, .27);
    animation-name: grayHover;
    animation-duration: 0.4s;
}

@keyframes grayHover {
    from {background-color: #f0f0f0;}
    to {background-color: #fafafa;}
}


/*present marathon container*/
.title.small {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}


.circle-image {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.social-logo-image {
  background-size: 80%;
  background-color: #2c2c2c;
}

.social-logo-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.outer-circle-image {
  width: 140px;
  height: 140px;
  display: inline-block;
  border-radius: 50%;
  border: 2px dashed #2c2c2c;
  padding: 8px;
}

/*loader*/
/*.ajax-progress-throbber {*/
/*  display: none*/
/*}*/

/*concept section mobile layout*/
@media all and (max-width: 1023px) {
  .btn.d-btn-block {
    display: block;
    margin-right: 0;
    width: 100%;

  }

  .content-action-toolbar a {
    margin-bottom: 20px;
  }

  .content-action-toolbar a:last-of-type {
    margin-bottom: 0;
  }
}


.fade-in {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*Radio buttons*/
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  display: inline-block;
  padding-top: 2px;
  margin-bottom: 0;
}

input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/elements/elements_sprite.png') no-repeat;
  background-position: -21px 3px;
}

input[type="radio"]:checked + label:before {
  background: url('../images/elements/elements_sprite.png') no-repeat;
  background-position: -21px -18px;
}

input[type="radio"][disabled] + label {
    color: #a8a8a8;
}

input[type="radio"][disabled] + label:before {
  background: url('../images/elements/elements_sprite.png') no-repeat;
  background-position: -21px -62px;
}

input[type="radio"][disabled]:checked + label:before {
  background: url('../images/elements/elements_sprite.png') no-repeat;
  background-position: -21px -83px;
}

/*END RADIO BUTTONS*/

/*CHECKBOX*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 28px;
  color: #2c2c2c;
  line-height: 20px;
  display: inline-block;
  padding-top: 2px;
  margin-bottom: 0;
}
.pack-type-column input[type="checkbox"] + label {
    max-width: 97%;
}

input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/elements/elements_sprite.png') no-repeat;
  background-position: 0 1.1px;
}

input[type="checkbox"]:checked + label:before {
  background: url('../images/elements/elements_sprite.png') no-repeat;
  background-position: 0 -19px;
}

/*END CHECKBOX*/

/*input and select*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
select{
  border: 1px solid #767676;
  border-radius: 2px;
  height: 38px;
  padding: 5px;
  max-width: 100%;
}

select {
  font-size: 16px;
  line-height: 16px;
  background: url('../images/select-arrow.svg') no-repeat 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*select:after {*/
/*  content: "\f078";*/
/*  font-family: 'fontAwesome';*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*  font-size: 11px;*/
/*  line-height: 22px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 0;*/
/*  transform: translateY(-50%);*/
/*}*/


select::-ms-expand {
  display: none;
}



/* slider header container*/
.main-slider{
  margin-bottom: 90px;
}
.view-home-slider  {
  height: 470px;
}
.header-content.media-container{
    position: relative;
    /* height: 470px; */
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-content.media-container .page-header{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 0;
}
.header-content.media-container .page-header .content-image{
  margin-bottom: 30px;
}
.header-content.media-container .page-header .content-image img{
  max-width: 300px;
  margin: 0 auto;
}
.slider.header-content.media-container{
    height: 350px;
    min-height: inherit;
}
.slider.header-content.media-container:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}


.slider-carousel .content {
  color: #fff;
  font-size: 20px;
}
.slider-carousel .header-content.media-container .page-header .content-image {
  margin-top: 30px;
}
.slider-carousel .header-content.media-container .page-header .content-image img{
  max-width: 200px;
    height: auto;
}
.slider-carousel h1.page-title {
  text-align: center;
}
@media all and (max-width: 991px){
  .slider-carousel .header-content.media-container .page-header .content-image {
    margin-top: 30px;
  }
  .slider-carousel .header-content.media-container .page-header .content-image img{
    max-width: 150px;
      height: auto;
  }
  body:not(.path-frontpage) .slider-carousel h1.page-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}


/*cookie popup*/

#tarteaucitronRoot div#tarteaucitronAlertBig:before{
    content: '';
    background-image: url("../images/MDS_mainLogoWhite.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 170px;
    height: 75px;
    display: inline-block;
}

#tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font: 20px "Open Sans", sans-serif!important;
}
#tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert #tarteaucitronPrivacyUrl{
    font: 18px "Roboto", sans-serif!important;
}

#tarteaucitronRoot div#tarteaucitronAlertBig button{
    border-radius: 0.2rem;
    min-height: 28px;
}



/*staitc pages*/
.page-node-type-static-pages .section-container{
    padding-top: 92px;
}

.static-page-main .block-system-main-block {
    margin-bottom: 92px;
}

.page-node-type-static-pages .page-title,
.js-quickedit-page-title.page-title {
    margin-top: 40px;
}
.page-node-type-static-pages .page-title {
    margin-bottom: 40px;
}

.content ul,
.content ol {
    padding-left: 20px;
}
.content p {
    margin-bottom: 5px;
}

.card-header .btn-link {
    color: #10cfbd!important;
    outline: none!important;
    box-shadow: none!important;
}

/*maintenance mode*/
.maintenance-page .container{
    padding-top: 92px;
    text-align: center;
}

.maintenance-page .container .page-title {
    font-size: 40px;
    font-family: 'Roboto';
}

.maintenance-page .container .maintenance-content{
    font-size: 26px;
    margin-top: 60px;
}

/*tables*/
table.table tbody tr:first-of-type{
    background-color: #10cfbd;
    color: #fff;
    font-family: 'Roboto', Sans-Serif;
}
table.table.auto-width {
    width: auto;
}
table.table tbody tr:nth-child(2n+3) {
    background-color: #e3e3e3;
}
table.table tbody tr:last-of-type td {
    border-bottom: 1px solid #dee2e6;
}
table.table tr.green-background {
    background-color: #10cfbd!important;
    color: #fff;
    font-family: 'Roboto', Sans-Serif;
}



/*newsletter popup*/
.custom-popup-background {
    position: fixed;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
}
.custom-popup-container{
    width: 90%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: 1px solid #fff;
}
.custom-popup-container.video-container {
    border: 0;
    background-color: transparent;
}
.custom-popup-container .close-popup {
    width: 30px;
    height: 30px;
    z-index: 999;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}
.custom-popup-container .close-popup:before{
    content: "\f00d";
    font-family: fontAwesome;
    display: inline-block;
    width: 30px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.open-custom-popup {
    color: #10cfbd;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

div[id*="block-mailchimpsubscriptionformnewslettersignup"],
.custom-popup-background {
    display: none;
}
div[id*="block-mailchimpsubscriptionformnewslettersignup"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
    overflow-y: scroll;
}

.mailchimp-container{
    background-image: url("../images/popup-Fuerteventura_advenutre.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
}

.mailchimp-container .transparent-background {
    padding: 30px;
}

.mailchimp-container .logo-container {
    width: 170px;
    height: 75px;
    margin: 0 auto 30px auto;
    background-image: url("../images/mainLogoWhite.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.mailchimp-container form {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    width: 76%;
}

.mailchimp-container form .messages {
    font-size: 14px;
    text-align: left;
}

.mailchimp-container .mailchimp-newsletter-mergefields {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.mailchimp-container .js-form-item.js-form-type-checkbox label{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
}

.mailchimp-container .js-form-item label{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
}
.mailchimp-container .js-form-item input {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    outline: 0;
}
.mailchimp-container .js-form-item input[type="checkbox"] {
    display: none;
}

.mailchimp-container .form-actions {
    width: 100%;
    text-align: right;
    margin: 20px auto 0 auto;
}

.mailchimp-container .form-actions .js-form-submit {
    color: #fff!important;
    background-color: #10cfbd;
    border: 1px solid #10cfbd;
    margin-right: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;

    border-radius: 0.25rem;
    display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    /*border: 1px solid transparent;*/
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mailchimp-container .form-actions #edit-submit:hover,
.mailchimp-container .form-actions #edit-submit:active,
.mailchimp-container .form-actions #edit-submit:focus{
    background-color: #0eb7a7;
    border-color: #0eb7a7;
    outline: 0;
}
.mailchimp-container #captcha {
    border: 0;
}
.mailchimp-container #captcha summary{
    display: none;
}
.mailchimp-container #captcha .details-wrapper {
    padding: 0;
    margin: 0 auto;
    text-align: right;
}
.mailchimp-container #captcha .details-wrapper .g-recaptcha {
    display: inline-block;
}
.mailchimp-container #captcha .details-wrapper .details-description{
    display: none;
}

@media all and (max-width: 767px) {
    .mailchimp-container .js-form-item {
        margin-bottom: 40px;
    }
    .mailchimp-container .js-form-item label {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 15px;
    }
    .mailchimp-container .js-form-item input {
        display: block;
        width: 96%;
    }
}

@media all and (max-height: 850px) {
    .custom-popup-container{
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
}


/*opacity*/
.opacity-0 {
    opacity: 0; }

.opacity-10 {
    opacity: 0.1; }

.opacity-20 {
    opacity: 0.2; }

.opacity-30 {
    opacity: 0.3; }

.opacity-40 {
    opacity: 0.4; }

.opacity-50 {
    opacity: 0.5; }

.opacity-60 {
    opacity: 0.6; }

.opacity-70 {
    opacity: 0.7; }

.opacity-80 {
    opacity: 0.8; }

.opacity-90 {
    opacity: 0.9; }

.opacity-100 {
    opacity: 1; }


/*Dates*/
.bold-text {
    font-family: 'Roboto', sans-serif;
}
.inactive-dates p i {
    font-size: 20px;
}
@media all and (min-width: 992px) {
    .inactive-dates p {
        margin-bottom: 0;
    }
}


/*custom timepicker*/
.custom-date {
    clear: both;
}
input[type="date"] {
    position: relative;
    padding: 0.25rem;
    height: auto;
    line-height: 1.2;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
input[type="date"]:before {
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    font-size: 20px;
    width: 19px;
    height: 23px;
    position: absolute;
    top: 4px;
    right: 6px;
    color: #2c2c2c;
}

.custom-date h3 {
    margin-bottom: 20px;
}
.custom-date h4 {
    display: inline-block;
    min-width: 150px;
    font-weight: 400;
}
.custom-date .field--type-datetime{
    margin-bottom: 20px;
}

.custom-date .field--name-field-check-in-date > div,
.custom-date .field--name-field-check-out-date > div{
    display: inline-block;
}


/*ajax loader*/
.ajax-progress {
    position: fixed;
    z-index: 99999999;
    background: rgba(255,255,255,0.6);
    text-align: center;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.ajax-throbber {
    left: 0;
    position:absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}

/* Message info */
.messages--info {
    color: #0c5460;
    border-color: #bee5eb #bee5eb #bee5eb transparent;  /* LTR */
    background-color: #d1ecf1;
    background-image: url(../images/info.svg);
    box-shadow: -8px 0 0 #0c5460; /* LTR */
}
[dir="rtl"] .messages--info {
    border-color: #bee5eb transparent #bee5eb #bee5eb;
    box-shadow: 8px 0 0 #0c5460;
}

/* Fieldset border */
fieldset.fieldset-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
}

.fieldset-border > legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.js-form-type-checkbox > label.option.form-required::after {
    background: none;
}

.hotel-bivouac-match {
    border: 2px solid #0c8f00 !important;
}

.hotel-bivouac-unmatch {
    border: 2px solid #ff2e2e !important;
}

.field-warning-icon:after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f071';
    font-size: 20px;
    color: #e29700;
    vertical-align: middle;
    line-height: normal;
}

