/******************************************
RESPONSIVE
******************************************/

@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;
    }
    #section,#section1,#section2 {
       margin-bottom: -80px;
   }
   #section h2,#section1 h2,#section2 h2 {
       margin-top: 30px !important;
   }
   #count {
    margin-top: 50px;
    padding: 50px 0px;
   }
   footer iframe {
    height: 450px;
    margin-top: 30px;
}
.bot {
    margin-bottom: 25px;
}
}

@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;
    }
   #section h2,#section1 h2,#section2 h2 {
       font-size: 2.5em !important;
   }
   #section1 h4 {
       font-size: 2.5em !important;
   }
   footer iframe {
    height: 350px;
}
}

@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;
   }
   #section h2,#section1 h2,#section2 h2 {
       font-size: 1.8em !important;
       margin-top: 10px !important;
   }
   #section h3,#section1 h3,#section2 h3 {
       font-size: 1em !important;
   }
   #section1 h4 {
       font-size: 1.8em !important;
   }
   #section p,#section1 p,#section2 p {
       font-size: 14px;
   }
   #lista,#lista1 {
       margin-top: -20px;
   }
    #section li,#section1 li,#section2 li {
       font-size: 14px;
   }
   #count {
       margin-top: 30px;
       padding: 30px 10px;
   }
   footer iframe {
       height: 350px;
       margin-top: 10px;
       margin-bottom: -20px;
   }
   #footer a {
       font-size: 11px;
       margin-left: -20px;
   }
   a.scrollup {
      bottom: 5px;
      right: 10px;
   }
}

@media (max-width: 360px) {

}

@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%;
    }
    #count {
        margin-top: 50px;
    }
}

@media (max-width: 1200px) {
    .nav>li>a {
        padding: 1em 0.7em;
    }
}