

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }


}

/* Portrait tablets and small desktops */
@media  (max-width: 991px) {
    html {
        font-size: 90%;
    }
    .heading h1 {
        font-size: 30px;
    }
    .portfolio-item h2 {
        font-size: 14px;
    }
    .item .details p {
        font-size: 16px;
    }

    .item .details small {
        font-size: 16px;
    }


}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
        font-size: 80%;
    }
    .navbar-toggle {
        background-color: #ffffff;
        border:none;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #333333;
        border:none;
    }
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color:none;
        background: #00a5ff;
    }
    .brand-identity{
        text-align: center;
        margin-bottom:50px;
    }
    .home-content h1 {
        font-size: 35px;
    }
    .home-content h4 {
        font-size: 18px;
    }
    .contact-top h1 {
        text-align: center;
    }
    .contact-left-info {
        text-align: center;
    }
    .contact-btn{
        text-align: center;
    }
    .heading h1 {
        font-size: 20px;
    }

    .item .details p {
        font-size: 20px;
    }
    #quote-carousel .carousel-indicators li {
        width: 70px;
        height: 70px;
    }
    #quote-carousel .carousel-indicators .active {
        width: 90px;
        height: 90px;
    }

    .scrollup {
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: 90px;
    }
    .navbar {
        background: #00a5ff;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 20px;
    }
    .owl-carousel .owl-item img {
        width:50%;
        margin: 0 auto;
    }

}



/* Landscape phones and smaller */
@media (max-width: 480px) {
    html {
        font-size: 65%;
    }
    .brand-identity{
        text-align: center;
        margin-bottom:50px;
    }
    .home-content h1 {
        font-size: 22px;
    }
    .home-content h4 {
        font-size: 14px;
    }
    .home-content a {
        text-align: center;
    }
    .portfolio-item h2 {
        font-size: 15px;
    }
    .btn {
        padding: 16px 28px;
    }
    .contact-top h1 {
        text-align: center;
    }
    .contact-left-info {
        text-align: center;
    }
    .copyright{
        margin-bottom: 25px;
    }
    .item .details p {
        font-size: 16px;
    }
    #quote-carousel .carousel-indicators li {
        width: 50px;
        height: 50px;
    }
    #quote-carousel .carousel-indicators .active {
        width: 70px;
        height: 70px;
    }
    #quote-carousel .carousel-control.left {
        left:0px;
    }
    #quote-carousel .carousel-control.right {
        right:0px;
    }
    #quote-carousel .carousel-control {
        top:30px;
    }
    .item .details p{
        font-size: 15px;
    }

    .item .details small{
        font-size: 15px;
    }

    .scrollup {
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: 110px;
    }

    .owl-carousel .owl-item img {
        width:30%;
        margin: 0 auto;
    }

}



@media (max-width: 320px) {


    html {
        font-size: 60.5%;
    }
    .portfolio-item h2 {
        font-size: 13px;
    }
    .brand-identity{
        text-align: center;
        margin-bottom:50px;
    }
    .home-content h1 {
        font-size: 25px;
    }
    .contact-top h1 {
        text-align: center;
    }
    .contact-left-info {
        text-align: center;
    }
    .copyright{
        margin-bottom: 25px;
    }
    #quote-carousel .carousel-indicators li {
        width: 20px;
        height: 20px;
    }
    #quote-carousel .carousel-indicators .active {
        width: 40px;
        height: 40px;
    }

}

