/******************************************
RESPONSIVE
******************************************/

@media (max-width: 1200px) {
    #salon {
        margin-top: -30px;
    }
    #adress {
     margin-top: 30px;
   }
   #social {
     margin-top: 55px;
   }
   footer {
     padding-bottom: 50px;
   }
   footer img {
       height: 300px;
   }
   #maps {
     margin-bottom: 80px;
   }
}

@media (max-width: 992px) {
    .p120 {
        padding-bottom: 8rem !important;
    }
    .boxed {
        margin-top: 4rem;
    }
    .blog-box,
    .testimonial,
    .stat-count {
        margin: 30px 0;
    }
    .m30 {
        margin-top: 30px;
    }
    .absolute-widget {
        background-image: none;
    }
    .sidebar {
        margin-top: 30px;
    }
    .container {
        min-width: 100% !important;
    }
    .footer .widget {
        margin: 30px 0;
    }
    #home h1 {
        margin-top: 50px;
    }
    #salon {
      margin-top: 50px;
    }
   footer {
    padding-top: 30px;
   }
   footer img {
    height: 450px;
    margin-top: 30px;
}
.bot {
    margin-bottom: 25px;
}
#maps {
      margin-top: 20px;
      margin-bottom: 30px;
   }
}

@media (max-width: 768px) {
    .shop-extra .nav-tabs>li>a,
    .shop-extra .nav-tabs>li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-extra {
        padding: 30px 10px;
    }
    .home-message p {
        font-size: 28px;
    }
    .topbar .text-left {
        text-align: center;
    }
    .authorbox img {
        float: none;
        margin: 0 0 30px !important;
        min-width: 100px;
    }
    .media-left,
    .media>.pull-left {
        display: block;
        float: none;
        margin: 0 0 30px;
        padding-right: 10px;
    }
    .logo-normal p {
        font-size: 14px;
        margin-top: 7px;
    }
    .logo-normal a {
         margin-top: 9px;
    }
    .logo-normal img {
        width: 28px;
        height: 32px;
    }
    #home h1 {
       font-size: 2.3em;
       margin-top: 70px;
    }

   #home h2 {
       font-size: 1.2em;
    }
    #kontakt {
     padding-top: 50px;
     margin-bottom: 30px;
   }
   #salon {
    margin-top: 30px;
   }
   #salon h2 {
    font-size: 2em;
   }
   #salon h4 {
    font-size: 1.7em;
   }
   footer {
    padding-bottom: 50px;
    padding-top: 10px;
   }
   footer img {
    height: 350px;
}
   #adress {
     margin-top: 30px !important;
   }
   #social {
     margin-top: 30px !important;
   }
   #mail {
    margin-top: 30px;
   }
   #maps iframe {
       height: 320px;
   }
}

@media (max-width: 468px) {
    .blog-meta h3 {
        font-size: 20px;
    }
    #home h1 {
    font-size: 1.7em;
}

   #home h2 {
    font-size: 1em;
}
   #home .btn-primary {
       font-size: 12px;
       padding: 10px 10px;
   }

   #home .btn-default {
       font-size: 11px;
       padding: 10px 10px;
   }
   #salon {
       margin-top: 30px;
       padding: 10px 20px;
   }
   #salon h2 {
    font-size: 1.3em;
   }
   #salon h4 {
    font-size: 1em;
   }
   footer {
    padding-bottom: 50px;
   }
   footer img {
       height: 220px;
       margin-top: 10px;
       margin-bottom: -20px;
   }
   #footer a {
       font-size: 11px;
       margin-left: -20px;
   }
   a.scrollup {
      bottom: 5px;
      right: 10px;
   }
   #kontakt {
     padding-top: 30px;
     margin-bottom: 10px;
   }
   #kontakt strong {
     font-size: 1.7em;
   }
   #kontakt p {
     font-size: 1.2em;
   }
   #kontakt i {
     font-size: 3em;
     padding: 20px 20px;
     margin-bottom: 10px;
   }
   #social {
     margin-top: 10px !important;
   }
   #adress {
     margin-top: 10px !important;
   }
   #mail {
    margin-top: 10px;
   }
   #social a {
     font-size: 1.4em !important;
   }
   #maps iframe {
      height: 250px;
   }
    #maps {
      margin-top: 15px;
      margin-bottom: 30px;
   }
}

@media (max-width: 360px) {
   #maps iframe {
      height: 220px;
   }
}

@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }
    .hassubmenu:hover>ul,
    .yamm-fw:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .hassubmenu>ul,
    .yamm-fw>ul {
        position: absolute;
        top: 160%;
        visibility: hidden;
        display: block;
        opacity: 0;
    }
    .yamm-fw>ul li {
        position: relative;
    }
    .yamm-fw>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
}

@media (max-width: 1200px) {
    .nav>li>a {
        padding: 1em 0.7em;
    }
}