/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
	.dropdown i{
		display: none;
	}
}


/* Medium Devices, Desktops */
@media (min-width : 992px) {
	.navbar-brand i{
		margin-right: 0px;
		font-size: 16px;
		line-height: 16px;
	}
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {

.navbar-custom{
	background: #fff!important;
	border-bottom: 1px solid#eee;
}

.feature-inner{
	margin-bottom: 25px;
}



}

/* Small Devices Potrait */
@media (max-width : 767px){

	
}

/* Extra Small Devices, Phones */ 
@media (min-width : 480px) and (max-width:767px){
	
.navbar-custom{
	background: #fff!important;
	border-bottom: 1px solid#eee;
}

.feature-inner{
	margin-bottom: 25px;
}


}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {

.slider-caption h2{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 4px;
    color: #fff;
}
.navbar-custom{
	background: #fff!important;
	border-bottom: 1px solid#eee;
}

.feature-inner{
	margin-bottom: 25px;
}

}