

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* Insert your own styles in here! */

.navbar-nav > li.dropdown > a.dropdown-toggle-fixed {
	border: 1px solid rgba(255,255,255,0);
}

footer .logo{
	width:75%;
	margin-left: -5px;
}

footer  h5{
	color:#d1d9e2;
}

ul.bullets {
    list-style: circle;
	
}


@media (max-width: 480px) {

	#hero h1 {
	    font-size: 30px;	    
	}

	

	#owl-main .item {
		height:500px;
	}

	#mies-quote {
	  height:auto
	}

	#selected-works .inner {
		padding-top: 40px;
	}
}

