/* CSS Document */

@media(max-width:1420px){
	ul.navbar-nav .dropdown a.dropdown-toggle{
		font-size:18px;
		padding:10px 25px;
		letter-spacing:2px;
	}
	#header-image .owl-carousel .item .caption{
		top:30px;
		left:30px;
		font-size:28px;
		max-width:550px;
	}
}
@media(max-width:1100px){
	ul.navbar-nav .dropdown a.dropdown-toggle{
		font-size:16px;
		padding:10px 10px;
		letter-spacing:0px;
	}
	#header-image .owl-carousel .item .caption{
		top:20px;
		left:20px;
		font-size:24px;
		max-width:450px;
	}
}
@media(max-width:991px){	
	.main-content-home-gradient{
		padding:20px 0px;
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 35%, rgba(255,255,255,.75) 70%, rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,.75) 70%,  rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(right, rgba(255,255,255,1) 35%, rgba(255,255,255,.75) 70%,  rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to right, rgba(255,255,255,1) 35%, rgba(255,255,255,.75) 70%,  rgba(255,255,255,0)); /* Standard syntax (must be last) */
	}
	#main-content{
		text-align:center;
	}
	footer{
		padding:20px;
	}
	footer a#footer-button{
		float:left;
	}
	#sub-header-image hr{
		margin-left:10px;
		margin-right:10px;
	}
	.news-block{
		border-bottom:1px solid #7a7a7a;
		padding-bottom:15px;
	}
}
@media(min-width:768px){
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;    
	}	
	#footer-menu-button{
		display:none;
	}
}
@media(max-width:767px){
	.collapse{
		display:block;	
	}
	.navbar-collapse{
		padding:0;	
	}
	.mean-container .mean-nav ul li{
		margin-left:0;	
	}
	.dropdown-menu{
		position:relative;
		background-color:transparent;	
	}
	#header-phone, #header-social{
		display:none;
	}
	#header-image .owl-carousel .item .caption{
		top:5px;
		left:5px;
		font-size:18px;
		max-width:350px;
		line-height:22px;
	}
	#footer-menus{
		display:none;
	}
	#hide-footer-button{
		display:none;
		font-size:24px;
		color: #7a7a7a;
		font-family: 'Georgia', serif;
		font-weight: bold;
	}
	#hide-footer-button, #show-footer-button{
		cursor:pointer;
		margin-left:10px;
		margin-bottom:20px;
	}
	#header-top{
		padding:0;
	}
	#header-logo{
		position:absolute;
		top:0;
		left:20px;
		z-index:1000000
	}
	#staff-blocks{
		flex-direction: column;
	}
	#staff-blocks div.staff-block{
		width:100%;
		margin:0;
		float:none;
		margin-bottom:20px;
	}
	.main-content-home{
		text-align:center;
	}
}
@media(max-width:550px){
	#header-logo{
		max-width:200px;
		top:30px;
	}
}
@media(max-width:450px){
	#header-image .owl-carousel .item .caption{
		top:5px;
		left:5px;
		font-size:12px;
		max-width:175px;
		line-height:12px;
	}
}
@media(max-width:400px){
	#header-logo{
		top:48px;
	}
}