@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:600');/* For about us*/
.ws_images
{
	box-shadow: 0px 5px 15px #ccc;
}
#wowslider-container1, .ws_images
{
	min-width:80%;
	width:80%;
	max-width:80%;
	/*height:180%;
	min-height:180%;
	max-height:180%;*/
	margin:auto;
}
.about-us
{
	font-family: 'Josefin Sans', sans-serif;
	margin:50px auto !important;
	padding:20px !important;
	border:2px outset #C5C5C5 !important;
	border-radius:15px;
	text-align:justify !important;
	font-size:1.2em !important;
	background-color:#F5F5F5 !important;
	line-height:1.6em !important;
	letter-spacing:1.5px !important;
}
/* Smallest devices (Mobiles <=768px) */
@media screen and (min-width: 0px) and (max-width: 480px)
{
	.about-us
	{
		margin:30px auto !important;
		padding:10px !important;
		font-size:1em !important;
		background-color:transparent !important;
		line-height:1.3em !important;
		letter-spacing:0.9px !important;
		border-radius:8px;
	}
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 481px) and (max-width: 768px)
{
	.about-us
	{
		margin:40px auto !important;
		padding:15px !important;
		font-size:1.1em;
		background-color:F5F5F5 !important;
		line-height:1.45em;
		letter-spacing:1.4px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 992px)
{
}
