/* your custom styles here */

.navbar {
	min-height: 70px;
}

.navbar-default .navbar-nav {
	font-size:14px !important;
}

.navbar-brand.navbar-logo-bigger > img {
    position: relative;
    top: 5px;
    width: 500px;
}

.heading-center hr {
    width: 200px;
    margin-top: 40px;
    border-color: #cc0000;
}

.logo-block {
	text-align: center;
	padding-bottom:10px;
}

.footer-logo {
	max-width:200px;
}

.hero-unit-slider .carousel-caption .flushright {
	text-align:right;
}

.hero-unit-slider .carousel-caption .flushleft {
	text-align:left;
}

.hero-unit-slider .carousel-caption .flushmiddle {
	text-align:center;
}

.portfolio-item-wrapper {
	height: auto !important;
}

@media screen and (max-width: 1200px) { 
	
.hero-unit-slider.slider-responsive .hero-heading {
	font-size: 26px;
	margin-top: 40px;
}

.second-description {
	display: block !important;
}

.brief-description {
	display: none !important;
}
	
}

@media screen and (max-width: 768px) { 
	
.hero-unit-slider.slider-responsive .carousel-caption {
    top: 22px;
}


.brief-description {
	display: none !important;
}	
	
.second-description {
	display: none !important;
}
	
}


