


/*-------------BODY STYLES -----------------*/
/*-----------------------------------------*/	

	body p { font-size:16px;}


/*-------------MAP STYLES -----------------*/
/*-----------------------------------------*/
    #map {
        height:550px;
        width: 100%;
		z-index: 0;
       }
	#map-mobile-info-box{

		height:100%;
		min-height:590px;
		width:50%;
		visibility: hidden; 
		position: absolute;
		right:0;
		margin-top:5%;
		z-index: 2;
		border: 5px solid #f57e20;
	
		
	}

	#map-mobile-info-box p { background:#fff; }

	.map-box { position: relative; }





/*------- CUSTOM OWL STYLES ---------------*/
/*-----------------------------------------*/


.Fact-carousel-static{
		margin-top:-35px;
	padding-top:0px;
	}



/*------------- List STYLES ---------------*/
/*-----------------------------------------*/
	
	ul .underBlock {
		width:100%;
		text-decoration: none;	
	}

	ul.underBlock li {
		border-bottom:1px solid #f57e20;
		padding:10px;
		text-decoration: none;	
	}

	ul.underBlock li.total {
		font-size:40px;
		text-shadow: 1px 1px 1px rgba(000, 000, 000, 1);
		font-weight:900;
		color:#f57e20;
		margin-top:-20px;
		padding-bottom:20px;
			
	}




@media (max-width: 900px) { 

	.Fact-carousel-static{
		margin-top:0px;
	}

}


