body {
	margin: 0 auto;
	font-family: 'PT Sans', 'Arial',  sans-serif;  
	font-size: 15px;
	color: #333;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

img{
	max-width:100%;
	height:auto;
	border:none;
}


h1 {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-weight: bold;
	color: #8f1818;
	font-size: 46px;
	margin-top: 0;
	margin-bottom: 6px;
}

h2 {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #222;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

h3 {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-weight: normal;
	font-size: 19px;
	text-transform: uppercase;
	color: #1d1d1d;
	margin: 0 0 8px 0;
	padding: 0;
}

h4 {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}

p {
	font-family: 'PT Sans', 'Arial',  sans-serif; 
	font-size: 16px;
	color: #858585;
	margin-top: 0;
	margin-bottom: 12px;
}

	p strong {
		color: #555;
	}

a {
	color: #8f1818;
	text-decoration: none;
}

	a.readMore {
		font-size: 14px;
		padding: 4px 10px 4px 10px;
		background: url('images/button-bg.png') repeat-x;
		color: #fff;
		text-transform: uppercase;
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-opera-transition: 0.3s ease all;
	}
	
		a.readMore:hover {
			opacity: 0.8;
			filter: alpha(opacity=80);
		}
		
a img, img a {
	border: 0;
}

#wrapper {
	width: 1080px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 2px #e5e5e5;
	-mox-box-shadow: 0px 0px 8px 2px #e5e5e5;
	box-shadow: 0px 0px 8px 2px #e5e5e5;
}

header {
	display: block;
	width: 1000px;
	height: 140px;
	margin: 0 auto;
}

	#logo {
		float: left;
		width: 290px;
		height: 80px;
		margin-top: 25px;
		margin-left: 30px;
		
	}
	
	#search {
		float: right;
		width:200px;
		height: 80px;
	}
	
#content {
	width: 1000px;
	margin: 0 auto;
}

	#mainContent {
		float: left;
		width: 600px;
	}
	
	
	#latestNews {
		background: #f0f0f0;
		padding: 12px;
		margin-bottom: 16px;
		border-radius: 0 0 12px 0;
	}

	#latestNews ul {
		list-style-type: none;
		padding-left: 12px;
	}
	
		#latestNews ul li {
			margin-bottom: 6px;
		}
		
			#latestNews ul li a {
				color: #333;
			}
			
				#latestNews ul li a:hover {
					color: #8f1818;
				}
		
		#latestNews ul li span {
			color: #8f1818;
		}
	
	#facebook {
		margin-top: 22px;
	}
	
	#sidebar {
		float: right;
		width: 350px;
	}

	nav {
		float: right;
		display: block;
		margin: 0 auto;
		height: 40px;
		margin-top: 50px;
	}
	
		nav ul {
			font-family: 'Oswald', 'Calibri', sans-serif;
			float: right;
			display: inline;
			padding-left: 0;
		}
		
			nav ul li {
				font-family: 'Oswald', 'Calibri', sans-serif;
				font-size: 18px;
				float: left;
				display: inline;
				text-transform: uppercase;
				margin-left: 8px;
				
			}
			
			nav ul li a {
				font-family: 'Oswald', 'Calibri', sans-serif;
				color: #8f1818;
				padding: 6px 16px 6px 16px;
				-webkit-transition: 0.3s ease all;
				-moz-transition: 0.3s ease all;
				-opera-transition: 0.3s ease all;
			}
			
				nav ul li a:hover, nav ul li.current_page_item a {
					color: #fff;
					background: #333;
				}
	
	#slider {
		width: 1000px;
		height: 600px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 1px solid #f0f0f0;
	}
	
		#sliderShadow {
			width: 1000px;
			height: 35px;
			margin: 0 auto;
			background: url('images/slider-shadow.png') no-repeat;
			margin-top: -42px;
		}
	
	#slider .showcase-button-wrapper {
		float: right;
		z-index: 3;
		margin: 0 auto;
		margin-top: -40px;
		/*margin-left: 935px;*/
		position: absolute;
		text-align: right;
		font-size: 28px;
		color: #fff;
		cursor: pointer;
		display:flex;
		flex-direction: row;
		justify-content: center;
		width: 1000px	
	}
	
		#slider .showcase-button-wrapper .active {
			color: #8f1818;
		}
	
		#slider .caption {
			width: 400px;
			height: 600px;
			background: url('images/trans-white.png');
			position: absolute;
			z-index: 2;
			top: 0;
			left: 0;
		}
		
			#slider .title {
				font-family: 'Oswald', 'Calibri', sans-serif;
				font-weight: bold;
				font-size: 46px;
				color: #8f1818;
				text-transform: uppercase;
				margin-top: 120px;
				margin-left: 20px;
			}
			
			#slider .header {
				font-family: 'Oswald', 'Calibri', sans-serif;
				font-size: 26px;
				color: #222;
				text-transform: uppercase;
				margin-left: 20px;
			}
			
			#slider .text {
				font-family: 'PT Sans', 'Arial',  sans-serif; 
				font-size: 16px;
				color: #000;
				margin-top: 18px;
				margin-left: 20px;
				margin-right:20px;
				width: 350px;
			}
			
			.sliderReadMore {
				font-family: 'Oswald', 'Calibri', sans-serif;
				text-transform: uppercase;
				color: #fff;
				font-size: 26px;
				width: 280px;
				height: 108px;
				background: url('images/slider-ribbon.png') no-repeat;
				position: absolute;
				z-index: 5;
				bottom: -20px;
				left: -21px;
				padding: 36px 0 0 45px;
			}
			
				.sliderReadMore a {
					color: #fff;
				}
				
					.sliderReadMore a:hover {
						color: #f2f2f2;
					}
		
	#boxesStart {
		width: 1000px;
		margin: 0 auto;
	}
	
		#boxesStart .box {
			width: 260px;
			margin: 36px;
			float: left;
			font-family: 'Oswald', 'Calibri', sans-serif;
		}
		
			.box img {
				-webkit-box-shadow: 0px 0px 8px 2px #e5e5e5;
				-mox-box-shadow: 0px 0px 8px 2px #e5e5e5;
				box-shadow: 0px 0px 8px 2px #e5e5e5;
				width: 258px;
				height: 128px;
			}
		
			.box h2 {
				font-size: 28px;
				color: #858585;
				text-transform: uppercase;
			}
			
			.box .boxContent{
				margin-top: 22px;
				color: #999;
				font-size: 15px;
				text-align: center;
				line-height: 24px;
			}
			
			.box a.readMore {
				margin-top: 0px;
				float: right;
				color: #8f1818;
			}
			
	#contactForm textarea {
		width: 300px;
	}
	
	#contactForm input {
		width: 298px;
	}
	
	#contactForm textarea, input {
		font-family: 'PT Sans', 'Arial',  sans-serif; 
		padding: 6px 8px 6px 8px;
		border: 1px solid #dfdfdf;
		border-radius: 3px;
		background: #fff url('images/form.png') repeat-x;
	}
	
	#contactForm input[type="submit"] {
		width: 180px;
		background: #fff url('images/form.png') repeat-x;
		cursor:pointer;
		
	}
		
	.line {
		width: 1000px;
		height: 1px;
		margin: 0 auto;
		background: #858585;
		margin-bottom: 16px;
		transform: translate(0, 10px);
	}
	
		
footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 36px;
	display: block;
	font-size: 13px;
	height: 40px;
}

	footer #footerLinks {
		float: left;
		width: 400px;
	}
	
	footer #footerSocial {
		float: right;
		width: 400px;
		text-align: right;
		margin-top: -6px;
	}
	
	.gallery img {
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-opera-transition: 0.3s ease all;
	}
	
	.gallery img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 1px;
    clear: both;
    font-size: 0;
    visibility: hidden;
}
/*														1024 or less	
-----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px){

h1 {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-weight: bold;
	color: #8f1818;
	font-size: 46px;
	margin-top: 0;
	margin-bottom: 6px;
}

h2 {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #222;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}

h3 {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-weight: normal;
	font-size: 19px;
	text-transform: uppercase;
	color: #1d1d1d;
	margin: 0 0 8px 0;
	padding: 0;
}

h4 {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}

p {
	font-family: 'PT Sans', 'Arial',  sans-serif; 
	font-size: 16px;
	color: #858585;
	margin-top: 0;
	margin-bottom: 12px;
}

	p strong {
		color: #555;
	}

a {
	color: #8f1818;
	text-decoration: none;
}

	a.readMore {
		font-size: 14px;
		padding: 4px 10px 4px 10px;
		background: url('images/button-bg.png') repeat-x;
		color: #fff;
		text-transform: uppercase;
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-opera-transition: 0.3s ease all;
	}
	
		a.readMore:hover {
			opacity: 0.8;
			filter: alpha(opacity=80);
		}
		
a img, img a {
	border: 0;
}

#wrapper {
	width: auto;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 2px #e5e5e5;
	-mox-box-shadow: 0px 0px 8px 2px #e5e5e5;
	box-shadow: 0px 0px 8px 2px #e5e5e5;
}

header {
	display: block;
	width: auto;
	height: 140px;
	margin: 0 auto;
}

	#logo {
		float: left;
		width: 30%;
		height: 80px;
		margin-top: 30px;
		margin-left:20px;
	}
	
#content {
	width: auto;
	margin: 0 auto;
	padding:0 20px 0 20px;
}

	#mainContent {
		float: left;
		width: 60%;
	}
		#mainContent iframe{
			width:100%;
		}
	
	
	#latestNews {
		background: #f0f0f0;
		padding: 12px;
		margin-bottom: 16px;
		border-radius: 0 0 12px 0;
	}

	#latestNews ul {
		list-style-type: none;
		padding-left: 12px;
	}
	
		#latestNews ul li {
			margin-bottom: 6px;
		}
		
			#latestNews ul li a {
				color: #333;
			}
			
				#latestNews ul li a:hover {
					color: #8f1818;
				}
		
		#latestNews ul li span {
			color: #8f1818;
		}
	
	#facebook {
		margin-top: 22px;
	}
	#facebook iframe {
		width:100%!important;
	}
	
	#sidebar {
		float: right;
		width: 35%;
	}

	nav {
		float: right;
		display: block;
		margin: 0 auto;
		height: 40px;
		margin-top: 50px;
	}
	
		nav ul {
			font-family: 'Oswald', 'Calibri', sans-serif;
			float: right;
			display: inline;
			padding-left: 0;
			margin-right:20px;
		}
		
			nav ul li {
				font-family: 'Oswald', 'Calibri', sans-serif;
				font-size: 14px;
				float: left;
				display: inline;
				text-transform: uppercase;
				margin-left: 4px;
				
			}
			
			nav ul li a {
				font-family: 'Oswald', 'Calibri', sans-serif;
				color: #8f1818;
				padding: 6px 6px 6px 6px;
				-webkit-transition: 0.3s ease all;
				-moz-transition: 0.3s ease all;
				-opera-transition: 0.3s ease all;
			}
			
				nav ul li a:hover, nav ul li.current_page_item a {
					color: #fff;
					background: #333;
				}
	
#slider{
		width:99%!important;
		height:auto!important;
		overflow:visible!important;
		position: relative!important;
		margin-bottom:64%;
	} 
	.showcase-content {
		width:100%!important;
		height:auto!important;
	}

	.showcase-content-container {
		overflow:visible!important;
		width:100%!important;
		height:auto!important;
		position: relative!important;
	
	} 
	
		#sliderShadow {
			display:none;
		}
	
	#slider .showcase-button-wrapper {
		float: right;
		z-index: 3;
		margin: 0 auto;
		margin-top: -40px;
		/*margin-left: 935px;*/
		position: absolute;
		text-align: right;
		font-size: 28px;
		color: #fff;
		cursor: pointer;
		display:flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;	
		
	}

	
		#slider .showcase-button-wrapper .active {
			color: #8f1818;
		}
	
		#slider .caption {
			width: 400px;
			height: 100%;
			background: url('images/trans-white.png');
			position: absolute;
			top:0;
			left:0;
			z-index: 2;
			margin-top: 0;
			margin-left: 0;
		}
		
			#slider .title {
				font-family: 'Oswald', 'Calibri', sans-serif;
				font-weight: bold;
				font-size: 46px;
				color: #8f1818;
				text-transform: uppercase;
				margin-top: 10px;
				margin-left: 20px;
			}
			
			#slider .header {
				font-family: 'Oswald', 'Calibri', sans-serif;
				font-size: 26px;
				color: #222;
				text-transform: uppercase;
				margin-left: 20px;
			}
			
			#slider .text {
				font-family: 'PT Sans', 'Arial',  sans-serif; 
				font-size: 16px;
				color: #000;
				margin-top: 18px;
				margin-left: 20px;
				width: 350px;
			}
			
			.sliderReadMore {
				font-family: 'Oswald', 'Calibri', sans-serif;
				text-transform: uppercase;
				color: #fff;
				font-size: 26px;
				width: 280px;
				height: 84px;
				background: url('images/slider-ribbon.png') no-repeat;
				position: absolute;
				bottom:0;
				left:-21px;
				z-index: 5;
				margin-top: 0;
				margin-left: 0;
				padding: 36px 0 0 64px;
			}
			
				.sliderReadMore a {
					color: #fff;
				}
				
					.sliderReadMore a:hover {
						color: #f2f2f2;
					}
		
	#boxesStart {
		width: auto;
		margin: 0 auto;
	}
	
		#boxesStart .box {
			width: 28%;
			margin:20px 0 20px 4%;
			float: left;
			font-family: 'Oswald', 'Calibri', sans-serif;
		}
			.box img {
				-webkit-box-shadow: 0px 0px 8px 2px #e5e5e5;
				-mox-box-shadow: 0px 0px 8px 2px #e5e5e5;
				box-shadow: 0px 0px 8px 2px #e5e5e5;
				width: 258px;
				height: 128px;
			}
		
			.box h2 {
				font-size: 28px;
				color: #858585;
				text-transform: uppercase;
			}
			
			.box .boxContent{
				margin-top: 22px;
				color: #999;
				font-size: 15px;
				text-align: center;
				line-height: 24px;
			}
			
			.box a.readMore {
				margin-top: 0px;
				float: right;
				color: #8f1818;
			}
			
	#contactForm textarea {
		width: 92%;
	}
	
	#contactForm input {
		width: 92%;
	}
	
	#contactForm textarea, input {
		font-family: 'PT Sans', 'Arial',  sans-serif; 
		padding: 6px 8px 6px 8px;
		border: 1px solid #dfdfdf;
		border-radius: 3px;
		background: #fff url('images/form.png') repeat-x;
	}
	
	#contactForm input[type="submit"] {
		width: 180px;
		background: #fff url('images/form.png') repeat-x;
		cursor:pointer;
		
	}
		
	.line {
		width: auto;
		height: 1px;
		margin: 0 auto;
		background: #858585;
		margin-bottom: 16px;
		/*transform: translate(0, 20px);*/
	}
	
		
footer {
	width: auto;
	margin: 0 auto;
	padding-top: 36px;
	display: block;
	font-size: 13px;
	height: 40px;
}

	footer #footerLinks {
		float: left;
		width: auto;
		margin:0 0 0 4%;
	}
	
	footer #footerSocial {
		float: right;
		width: auto;
		text-align: right;
		margin-top: -6px;
	}
	
	.gallery img {
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-opera-transition: 0.3s ease all;
	}
	
	.gallery img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
}
/*															650 or less
---------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 650px){
header{
	height: 200px;
	display:flex;
	flex-direction: column;
}
#logo {
	float: none;
	width: auto;
	height: 120px;
	text-align:center;
	margin-top: 0;
	padding:10px 0 0 0;
	margin:0;
}
nav {
	float: none;
	display: block;
	margin: 0 auto;
	height: 40px;
	text-align:center;
	margin-top: 10px;
}
	nav ul {
	float: none;
	display: inline-block;
}
#slider .title {
		font-size: 20px;
		}
#slider .header {
	font-size: 14px;
	}
	#slider .text {
	margin-top:5px;
	font-size: 12px;
	width: 200px;
	}
	#slider .caption {
	width: 328px;
	height: 100%;
	background: url('images/trans-white.png');
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-top: 0;
	margin-left: 0;
	}

#boxesStart .box {
	width: auto;
	margin: 20px 20px 70px 20px;
	float: none;
	font-family: 'Oswald', 'Calibri', sans-serif;
}
.box img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#mainContent {
	float: none;
	width: auto;
	}
#sidebar {
	float: none;
	width: auto;
	margin:40px 0 0 0;
}
		#latestNews {
		width:auto;
		float:none;
		}
		#facebook {
		width:auto;
		float:none;
		}
		footer{
			padding:20px 0 20px 0;
			text-align:center;
		}
		footer p{
		font-size:12px;
		}
footer #footerLinks {
	float: none;
	width: auto;
	margin: 0 0 0 4%;
	}
	footer #footerSocial {
	float: none;
	width: auto;
	text-align: center;
	margin: 6px 0 0 0;
	}
		
}
/*															480 or less
-----------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px){
header{
	height:160px;
	display:flex;
	flex-direction: column;
}
	#logo{
		height:auto;
	}
nav{
	margin-left:10px;
	margin-top:5px;
}
	nav ul {
	margin-top:0;
	}
	nav ul li {
		margin-bottom:20px;
	}
	nav ul li {
	font-family: 'Oswald', 'Calibri', sans-serif;
	font-size: 11px;
	float: left;
	display: inline;
	text-transform: uppercase;
	margin-left: 0;
	}
	nav ul li a {
	font-family: 'Oswald', 'Calibri', sans-serif;
	color: #8f1818;
	padding: 4px 4px 4px 4px;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-opera-transition: 0.3s ease all;
	}
	#slider{
		position:relative;
		margin-bottom:134%;
	}
#slider .caption {
			width: auto;
			height: auto;
			background: url('images/trans-white.png');
			position: static;
			top:0;
			left:0;
			z-index: 2;
			margin-top: 0;
			margin-left: 0;
		}
		
			#slider .title {
				font-family: 'Oswald', 'Calibri', sans-serif;
				font-weight: bold;
				font-size: 26px;
				color: #8f1818;
				text-transform: uppercase;
				margin-top: 10px;
				margin-left: 20px;
			}
			
			#slider .header {
				font-family: 'Oswald', 'Calibri', sans-serif;
				font-size: 16px;
				color: #222;
				text-transform: uppercase;
				margin-left: 20px;
			}
			
			#slider .text {
				font-family: 'PT Sans', 'Arial',  sans-serif; 
				font-size: 14px;
				color: #000;
				margin-top: 18px;
				margin-left: 20px;
				width: auto;
			}
			
			.sliderReadMore {
				font-family: 'Oswald', 'Calibri', sans-serif;
				text-transform: uppercase;
				color: #fff;
				font-size: 26px;
				width: 100%;
				height: 84px;
				background: url('images/slider-ribbon.png') no-repeat;
				background-size:88% 100px;
				position: static;
				bottom:0;
				left:0;
				z-index: 5;
				margin-top: 20px;
				margin-left: -30px;
				padding: 31px 0 0 64px;
			}
				#slider .showcase-button-wrapper {
				display:none;
				text-align: right;
				font-size: 28px;
				position:absolute;
				top:-20px;
				right:10px;
				color: #fff;
				cursor: pointer;
				padding:2px;
	
				}
}

@media screen and (max-width: 436px){
	#slider{
		margin-bottom:170%; 
	}
}
