
body {
  background: #f7f7f7;
}

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

.head {
    margin-bottom: 40px;
    text-align: center;
}

h2 {
  font-size: 33px;   
  color: #313131;
  font-weight: bold;
}

.i-center {
  text-align: center;
  font-style: italic;
  margin: 0;
  height: 15px;
  line-height: 20px;
  font-size: 20px;
  color: #199661;
  font-style: italic;
  font-family: Arial, sans-serif;
}

.section {
  background: #fff;
  padding-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
  width: 100%;
  max-width: 100%;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.front-list {
  list-style: circle;
  margin-top: 4%;
  margin-bottom: 2%;
}

ul.front-list li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  text-align: justify;
}

.img-left {
  padding-right: 10px;
}

.img-custom-4 {
  float: left;
  padding-left: 0px;
}

.img-custom-5 {
  float: right;
  padding-right: 0px;
}

.img-custom-3 {
  padding-top: 10px;
}

.navbar-default {
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 0;
  height: auto;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  padding-bottom: 5px;
}

#button-call {
  margin-top: 4%;
  float: right;
}

ul.navbar-nav.ml-auto {
  margin: 0 auto;
}

.bg-dark {
  height: 40px;
}

.row.logo_consultation {
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer.py-5.bg-dark {
  background-color: #1b1b1b !important;
  padding-top: 2rem !important;
}

li.nav-item a {
  color: #fff;
}

.top-line {
  background-color: #1b1b1b !important;
  top: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  z-index: 999;
}

.top-line li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.btn-req {
  padding-right: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 5rem;
  padding-left: 5rem;
}

.center {
  text-align: center;
  float: none;
  margin: 0 auto;
}

.section-4 h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 0 12px 0;
}

.tel {
  text-align: center;
  font-size: 36px;
  font-weight: bolder;
  padding-top: 20px;
}

.orange {
  color: #e56705;
}

.tel a {
  color: #545454e8;
  text-decoration: none;
}

header.navbar.navbar-default.navbar-fixed-top {
  margin-top: 2%;
}

.col-md-12.multi-horizontal {
  width: 100%;
  max-width: 100%;
}

img.img-responsive.pull-right.img-right.img-custom-2 {
  padding-left: 10px;
  padding-right: 20px;
}

.col-lg-6.col-sm-12.img-custom-5 {
  padding-right: 20px;
}

.col-lg-6.col-sm-12.img-custom-4 {
      padding-right: 35px !important;
}

#callnowbutton { 
  display: none;
}

.back-to-top {
    width: 30px;
    height: 30px;
    padding: 10px;
    position: fixed;
    top: 80px;
    right: 30px;
    display: none;
    transition: opacity .25s ease;
    z-index: 998;
}

#menuToggle {
  display: none;
}

.h2-billete {
  color: #fff;
  padding: 8px;
  font-weight: bold;
  font-size: 1.4rem;
}

.h2-billete br {
  display: none;
}

.billete-mobile {
  display: none;
}

.custom-h1 {
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  padding-top: 15px;
}

.h1, h1 {
  font-size: 1.8rem;
}

/* RESPONSIVE */

@media (max-width: 1215px) {
  .h2-billete {
    font-size: 1rem;
  }

  .top-line li a {
    padding: 5px;
  }

  header.navbar.navbar-default.navbar-fixed-top {
    margin-top: 3%;
  }

  footer.py-5.bg-dark {
    height: 100px;
  }
}

@media (max-width: 1024px) {
  header.navbar.navbar-default.navbar-fixed-top {
    margin-top: 4%;
  }
}

@media (max-width: 992px) {
  .bg-dark {
    height: 50px;
    margin-top: -30px;
  }  

  #menuToggle
  {
    display: block;
    position: relative;
    top: 10px;
    left: 28px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    max-width: 20%;
  }
  
  #menuToggle input
  {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -15px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  
  #menuToggle span
  {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
  }
  
  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }
  
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }

  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }
  
  #menu
  {
    position: absolute;
    width: 400px;
    margin: 10px 0 0 -70px;
    /*padding: 50px;
    padding-top: 10px;*/
    background: #ffffff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    height: 980px;
    border-right: 5px solid #ddd;
  }
  
  #menu li
  {
    font-size: 16px;
    padding: 10px 0px 3px 10px;
  }
  
  #menuToggle input:checked ~ ul
  {
    transform: none;
  }

  #main-navbar {
    flex-basis: 90%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #main-navbar {
    display: block;
  }

  .main-li {
    display: inline-block;
    padding-right: 4em;
    text-align: center;
  }

  .main-li a {
    font-size: 1em;
    color: rgb(255, 255, 255);
  }

  ul.main-ul {
    margin-bottom: -2px;
  }

  .mobile-drop-li a {
    color: #545454e8;
    font-size: 16px;
  }

  .mobile-dropdown-menu {
    background: #ededed;
  }

  ul.dropdown-menu.mobile-dropdown-menu {
    margin-top: 5px;
  }

  .dropdown-menu li a {
    color: #545454e8;
  }

  button.btn.btn-custom-5.pull-right {
    background: #116944;
    color: #fff;
  }
  
  .mobile-menu-2 {
    padding-top: 20px;
  }
  
  .mobile-menu a {
    font-size: 16px;
    font-weight: 500;
    color: #545454e8;
    padding: 14px 25px 14px 58px;
    margin-left: -80px;
  }
  
  .mobile-menu a:hover {
    color: #116944;
    font-weight: bold;
    text-decoration: none;
  }
  
  #menu button.btn.btn-default {
    width: 360px;
    font-weight: bold;
    color: #ffffff;
    height: 50px;
    background: #116944;
    border-radius: 0px;
    font-size: 17px;
    max-width: 100%;
  }

  .mobile-menu a:hover {
    color: #116944;
    font-weight: bold;
    text-decoration: none;
  }

  li {
    list-style: none;
  }
}

@media (max-width: 915px) {
  .h2-billete {
    font-size: 0.8rem;
  }

  .custom-h1 {
    display: none; 
  }
}

@media (max-width: 800px) {
  .main-li {
    padding-right: 2em;
  }
  
  .custom-h1 {
    font-size: 1.18em;
  }
  
  .pre-navbar {
    height: 70px;
  }
  
  .logo {
    margin-top: 10px;
  }
  
  .custom-h1 {
    font-size: 1.18em;
    padding-top: 28px;
  }
  
  #main {
    margin-top: 0px;
  }
  
  .h2-billete {
    font-size: 11px;
    text-align: center;
    padding-left: 0px;
  }
}

@media (max-width: 680px) {
  header.navbar.navbar-default.navbar-fixed-top {
    margin-top: 6%;
  }

  #button-call {
    margin-top: 4%;
    float: right;
  }

  footer.py-5.bg-dark {
    height: 150px;
  }
}

@media (max-width: 640px) {
  .top-line li a {
    padding-left: 2px;
  }

  header.navbar.navbar-default.navbar-fixed-top {
    margin-top: 10%;
  }
}

@media (max-width: 600px) {
  .top-line li a {
    padding-left: 10px;
  }

  #button-call {
    margin-top: 2%;
    float: right;
  }  
}

@media (max-width: 580px) {
  .top-line li a {
    padding-left: 0px;
  }

  ul.header-topbar-social.nav.float-right.hidden-xs {
    display: none;
  }

  .topbar {
    width: 100%;
    max-width: 100%;
  }

  .top-line li a {
    padding-left: 10px;
  }

  .pb-5, .py-5 {
    padding-bottom: 4rem!important;
  }
}

@media (max-width: 500px) {
  .col-lg-6.col-sm-12.img-custom-4 {
    float: none;
    width: 100%;
    max-width: 92%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .col-lg-6.col-sm-12.img-custom-5 {
    float: none;
    width: 100%;
    max-width: 92%;
    padding: 0px;
    margin-bottom: 20px;
  }

  img.img-responsive.pull-right.img-right.img-custom-3 {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .img-custom-7 {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin-left: 0px;
  }

  button#button-call {
    font-size: 14px;
  }

  .col-lg-6.col-sm-12.img-custom-4 {
    padding-right: 0px !important;
  }

  #callnowbutton {
    display: block;
    width: 100%;
    left: 0;
    height: 80px;
    position: fixed;
    bottom: -20px;
    border-top: 2px solid #14af28;
    background: url(https://www.heroindetoxeurope.com/images/phone-img.png) center 2px no-repeat #45c455;
    text-decoration: none;
    box-shadow: 0 0 5px #888;
    width: 60px;
    left: 0;
    height: 60px;
    top: 80%;
    border-radius: 0 100px 100px 0;
    background-size: 30px 30px;
    background-position: 12px;
    animation: pulse 2s infinite;
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 0 0 0 0 rgba(74, 206, 91, 0.31);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px 0 0 0 10px rgba(74, 206, 91, 0.31);;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(74, 206, 91, 0.31);;
    }
  }
  
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(69, 196, 85, 0.68);
      box-shadow: 0 0 0 0 rgba(74, 206, 91, 0.31);;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(58, 224, 79, 0.7);
        box-shadow: 0 0 0 10px rgba(74, 206, 91, 0.31);;
    }
    100% {
        -moz-box-shadow:0 0 0 0 rgba(74, 206, 91, 0.31);;
        box-shadow: 0 0 0 0 rgba(74, 206, 91, 0.31);;
    }
  }

  #header-tel {
    display: none;
  }

  .h2-billete {
    display: none;
  }

  .billete-mobile {
    display: block;
    float: left;
  }

button#button-call {
  margin-top: 2%;
  margin-left: 20px;
}

h2.h2-billete.billete-mobile br {
  display: block;
}

header.navbar.navbar-default.navbar-fixed-top {
  margin-top: 15%;
}

.col-lg-2.col-sm-12.pull-right {
  width: 100%;
}

footer.py-5.bg-dark {
  height: 180px;
}
}

@media (max-width: 480px) {
  .col-lg-6-custom {
    width: 100%;
    max-width: 100%;
  }

  button#button-call {
    margin-top: 5%;
  }

  #menu {
    width: 350px;
  }

  .pre-header li a {
    padding: 4px;
    padding-top: 8px;
    font-size: 13px;
  }

  .main-li {
    padding-right: 20px;
  }

  .pre-header {
    height: 80px;
  }

  .pre-header .col-sm-12 {
    width: 100%;
  }

  .pre-header li a {
    font-size: 15px;
  }

  .pre-navbar {
    margin-top: 25%;
  }

  .naslov2 {
    font-size: 1.6rem;
  }

  .logo {
    margin-top: 0px;
  }

  .pre-navbar {
    margin-top: 22%;
    height: 50px;
  }

  ul.main-ul {
    padding-right: 0px;
  }

  header.navbar.navbar-default.navbar-fixed-top {
    margin-top: 20%;
  }

  button#button-call {
    margin-top: 2%;
  }

  .logo {
    width: 70%;
  }
}

@media (max-width: 380px) {
  .logo {
    width: 90%;
  }

  header.navbar.navbar-default.navbar-fixed-top {
    margin-top: 10%;
  }

  .img-custom-2 {
    width: 70%;
    margin-top: 10px;
  }

  .g-recaptcha {
    transform: scale(0.85);
    margin-left: -20px;
  }

  .section {
    padding-top: 20px;
  }

  h2 {
    font-size: 30px;
  }

  .i-center {
    padding-left: 5px;
  }

  header.navbar.navbar-default.navbar-fixed-top {
    margin-top: 25%;
  }
}

@media (max-width: 360px) {
  .g-recaptcha {
    transform: scale(0.80);
    margin-left: -30px;
  }

  .h2-billete {
    font-size: 9px;
  }
}

@media (max-width: 340px) {
  .h2-billete {
    font-size: 8.5px;
  }

  button#button-call {
    font-size: 11px;
  }
}

@media (max-width: 320px) {
  .g-recaptcha {
    transform: scale(0.70);
    margin-left: -33px;
  }

  .top-line li a {
    padding-left: 5px;
  }

  .logo {
    width: 100%;
  }
}