/*  custom stylesheet */
@media (min-width:1367px) {
    .carousel-caption figure img{
        max-width: 500px;
        max-height: 400px;
    }
    nav li a{
        font-size: 19px;
    }
}
@media (min-width:1199px){
    .navbar-default .navbar-collapse{
        text-align: right;
    }

}
/* *************************************************************************************/
@media (min-width:1199px) and (max-width: 1350px){

}
/* *************************************************************************************/
@media (min-width:992px) and (max-width: 1199px){

    .social .content{
        padding-top: 20px;
    }
    footer .col-lg-2,footer .col-lg-3,footer .col-lg-4{
        margin-bottom: 20px;
    }

}

/* *************************************************************************************/

@media (min-width:768px) and (max-width: 991px){
    .carousel-caption{
        text-align: center;
        /*top: 40%;*/
    }
    .carousel-caption article{
        top: 40%;
        width: 50%;
        position: absolute;
    }
    .carousel-caption figure img{
        max-width: 260px;
        max-height: 350px;
    }
    nav li{
        margin-left: 0;
    }
    nav li a{
        font-size: 14px;
    }
    .social .content{
        padding-top: 20px;
    }
    footer .col-lg-2,footer .col-lg-3,footer .col-lg-4{
        margin-bottom: 20px;
    }
}


/* *************************************************************************************/
@media (min-width:620px) and (max-width: 767px){
    .card.effect__hover.col-md-3{
        margin-bottom: 70px;
    }

}
/* *************************************************************************************/
@media (min-width: 767px){
    #bold_items br{
        display: none;
    }
    #bold_items span{
        margin-right: 35px;
    }


}
@media (max-width: 767px){
    .navbar-fixed-top{
        /*position: static;*/
    }
    body{
        /*padding-top: 0;*/
    }
    .carousel-caption{
        text-align: center;
        /*top: 40%;*/
    }
    .carousel-inner>.item>img {
        height: 300px;
    }
    .small_lang{
        padding-right: 20px;
    }
    .home_header{
        /*border-bottom: 1px solid #000;*/
        /*box-shadow: 0 0 15px #000;*/
    }
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    nav li a{
        font-size: 17px;
    }
    body{
        padding-top: 135px;
    }
    .work_desc .container{
        text-align: center;
    }
    .social .content{
        padding-top: 20px;
    }
    footer .col-lg-2,footer .col-lg-3,footer .col-lg-4{
        margin-bottom: 20px;
    }
    .details p{
        display: block;
    }
    #bold_items br{
        display: block;
    }

    .header .col-md-2.col-sm-2.col-xs-12.small_lang{
        /*width: 50%;*/
        /*position: static;*/
        right: 22px;
        top: 82px;

    }
    .header .col-md-7.col-sm-6.col-xs-12{
        /*width: 50%;*/
    }
    .home_header{
        padding-bottom: 0;
    }

}

/* *************************************************************************************/
@media (min-width:480px) and (max-width: 767px){
    .card.effect__hover.col-md-3{
        margin-bottom: 80px;
    }
    .carousel-caption figure img{
        max-width: 156px;
        max-height: 187px;
    }
    .carousel-caption h1{
        font-size: 2em;
    }
}

/* *************************************************************************************/

@media (max-width: 480px){
    .card.effect__hover.col-md-3{
        /*margin-bottom: 140px;*/
        margin-bottom: 60px;
    }
    .card__text p{
        font-size: 23px;
    }
    .card{
        min-height: 90px;
    }
    .carousel-inner>.item>img {
        height: 200px;
    }
    #service_content .col-lg-4{
        min-height: 330px;
        max-height: 400px;
    }
    #service_content a{
        max-height: 400px;
    }
    .row h3.services_heading{
        text-align: center;
    }
    .carousel-caption figure{
        width: 50%;
        top: 30%;
        /*right: inherit;*/
    }
    .carousel-caption article{
        width: 50%;
        top: 37%;
    }
    .carousel-caption h1{
        font-size: 1.5em;
        line-height: 20px;
    }
    .carousel-caption figure img{
        max-width: 100%;
        max-height: 92px;
    }
}
/* *************************************************************************************/
@media (min-width:480px) and (max-width: 1199px) {
    #place_info span{
        float: left;
    }
}