/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.Oca.2016, 17:24:17
    Author     : acer
*/

@media (max-width: 1199px) and (min-width: 992px) {
    #promotion h1 {
        font-size: 35px;
    }
    #promotion h2 {
        font-size:20px;
    }
    
    .footer-menu li a {
        padding: 20px 7px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #navmenu .navbar-right li a {
        padding: 13px 7px;
        font-size: 10px;
    }
    .promotion {
        max-height: 200px;
        min-height: 180px;
    }
    #promotion h1 {
        font-size: 30px;
        margin-top: 20px;
    }
    #promotion h2 {
        font-size:16px;
    }
    
    .copyright {
        font-size: 12px;
    }
    .footer-menu {
        overflow: hidden;
        margin-top: 12px;
    }
    .footer-menu li a {
        font-size: 12px;
        font-weight: 500;
        padding: 7px;
        text-transform: capitalize;
    }
    .contact-detail {margin-top:50px;}
}

@media (max-width: 767px) {
    body{
        font-size:14px
    }
    h1{
        font-size:20px
    }
    h2{
        font-size:18px
    }
    h3{
        font-size:17px
    }
    #home-carousel .item {
        height: 500px;
    } 
    .navbar-brand {
        height: 50px;
    }
    #navmenu .navbar-right {
        margin-right:0;
        margin-top:0;
    }
    #navmenu .navbar-static-top .navbar-right {margin-right:0;}
    #navmenu .navbar-right li a {
        font-size:12px;
        padding:6px 17px;
    }
    #service .service-content {
        margin-bottom:50px;
    }
    .padding-bottom, .section-title {
        padding-bottom: 45px;
    }
    #promotion img {
        display: none;
    }
    #promotion h1 {
        font-size: 32px;
    }
    .customer-reviews {
        font-size: 20px;
    }
    .footer-top h2 {
        font-size: 24px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-menu ul li {
        display: inline-block;
    }
    .footer-menu li a {
        font-size: 12px;
        line-height: 24px;
        padding: 0 5px;
    }
    .bottom-socials {
        margin-bottom: 30px !important;
        margin-top: 12px;
    }
    .contact-detail {padding-top:50px;}
    .about-bottom .col-sm-4 {padding-top:20px;}
    .about-bottom .col-sm-4:first-child {padding-top:0;}
    .project-item .overlay h3 {font-size:24px;}
    .project-item .overlay h4 {font-size:20px;}
    .hs_wrapper {margin-bottom:0;}
    a.projects.btn.btn-primary {margin-bottom:50px;}
}

@media (max-width: 479px) {
    .carousel-caption img, #home-carousel .item img, #home-carousel .carousel-inner .item .price-tag {
        //display: none;
    }
    .slide-logo {//
        margin-left:-10px;
        margin-left: -150px;
    }
    .btn.btn-primary, .footer-top .btn.btn-primary {
        padding: 10px 20px;
        display: block;
    }
    .promotion{display:table}
    #promotion h1 {margin-top:30px;}
    #promotion h2 {margin-top:20px;}
    #home-carousel .item {
        height: 250px;
    } 
    #home-carousel .item.active img {
        margin-top:-25px;
    }
    .project.padding-top {padding-top:20px;}
}


