@CHARSET "ISO-8859-1";
@media (min-width: 1200px){
	.container {
	    width: 1030px;
	}

}
@media(max-width:1200px){
	.custom-navbar.navbar-inverse .navbar-nav>li>a {
	    font-size: 14px;
	}
}

@media(max-width:991px){
	.first-big-blog {
	    height: 365px;
		margin-bottom: 30px;	
	}
	.first-big-blog .blog-title {
	    font-size: 20px;
		
	}
	.general-blog {
		height: 365px;
		margin-top: 0px;
		margin-bottom: 30px;	
	}
	.custom-navbar .navbar-nav {
	    margin-top: 0px;
	}
}


@media(max-width:767px){
.caption {
    bottom: 0px;
    font-size: 16px;
    padding: 10px 15px;
}
	.home-service-image {
	    min-height: inherit;
	    overflow: hidden;
	    margin-bottom: 25px;
	}
	.page-desc {
	    font-size: 28px;
	}
.navbar-brand>img {
    width: 180px;
}
.navbar-toggle {
    margin-top: 30px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 0px;
    background-color: #000 !important;
}
.navbar-inverse .navbar-toggle {
    border: none;
}
}