

/*
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;
    }
	
	.home-content h1 {
    font-size:32px;
	}
	.video-content h1 {
    font-size: 38px;
	}
    

}

/* Portrait tablets and small desktops */
@media  (max-width: 991px) {
    html {
        font-size: 90%;
    }
   .img-overlay {
    height: 100%;
   }
   .gallery-item {
	margin-bottom:40px;
	}

	.nav>li>a {
    
    padding: 10px 12px;
	}
	
	.price-category.basic {
        margin-left:0px;
	}
	.price-category.advance {
        margin-right:0px;
	}
    .home-content{
    color: #fff;
    margin-top: 410px;
    background-color: rgba(48, 48, 48, 0.8);
    border-radius: 10px 10px 10px 10px;
    padding: 40px 50px;
    }
    .home {
    background: url(../images/header-bg.jpg) no-repeat top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    min-height: 950px;
    width: 100%;
    overflow: hidden;
    background-position-x:-350px;
}

}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
        font-size: 80%;
    }
	
	.download-content h1 {
    font-size: 40px;
	}
	.testimonial-img{
	margin:0 0 20px 0;
	}
	.video-content h1 {
    font-size: 26px;
	}
	.home-content h1 {
    font-size: 33px;
	}
	.img-overlay {
    height: 100%;
   }
   .navbar-default .navbar-toggle {
    border:0;
    background: #ec1f23;
    margin-top: 15px !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
	}
	
	.navbar-default .navbar-toggle:hover{
	border:0;
    background:#8e1a20;
	}
	
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    border:0;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0;
	}
	.gallery:hover  .gallery-icon{
	bottom:50%;
	left:43%;
	}
    .navbar-header{
	margin-bottom:10px;
	}
    .text-left{
    font-size:20px;
    }
	.padding-top-40-desk {
        padding-top: 0rem;
    }
    .padding-top-40-desk-first {
        padding-top: 2.66rem;
    }
    .padding-bottom-40-desk {
        padding-bottom: 0rem;
    }
    .padding-bottom-40-desk-last {
        padding-bottom: 2.66rem;
    }

}



/* Landscape phones and smaller */
@media (max-width: 480px) {
    html {
        font-size: 65%;
    }
	
	.home-content h1 {
    font-size:20px;
	}
	
	.download-content h1 {
    font-size: 18px;
	}
	.download-content button {
    margin-top: 12px;
    margin-left: -26px;
	}
   .heading-content h3 {
    font-size: 23px;
	}
	.heading-content h5 {
    font-size: 12px;
	}

	.price-category.professional h4 {
    font-size: 20px;
	}
	.img-overlay {
    height: 100%;
   }
   .gallery:hover  .gallery-icon{
	bottom:50%;
	left:40%;
	}
	.carousel-indicators {
    left: 200px;
	}
	.video-content h1 {
    font-size: 17px;
	}


}

@media (max-width: 480px) {
   .navbar-default .navbar-toggle {
    border:0;
    background: #ec1f23;
    margin-top: -38px !important;
	}

}



@media (max-width: 320px) {


    html {
        font-size: 60.5%;
    }
	
	.carousel-indicators li {
    width: 45px;
    
}

.carousel-indicators .active {
    width: 45px;
}
.img-overlay {
    height: 100%;
   }
   
   .gallery:hover  .gallery-icon{
	bottom:50%;
	left:33%;
	}
	.carousel-indicators {
    left: 130px;
	}
	.home-content h1 {
    font-size:19px;
	}
	.video-content h1 {
    font-size: 16px;
	}

}

