html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height:inherit;
	vertical-align:baseline;
	background: #f9f9f9;
	-webkit-text-size-adjust: 100%;
}


body
{
	line-height:1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section

{
	display:block;
}

nav ul
{
	list-style:none;
}

blockquote, q
{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content:'';
	content:none;
}

a
{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


a:link
{
	color: #666666;
	text-decoration: none;
}

a:active
{
	color: #B73045;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #B73045;
	text-decoration: none;
}

/* change colours to suit your needs */
ins
{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark
{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del
{
	text-decoration: line-through;
}

abbr[title], dfn[title]
{
	border-bottom:1px dotted;
	cursor:help;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr
{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select
{
	vertical-align:middle;
}

/* ========== reset css end ========== */






































/* Facebook like and Twitter followers */
.social
{
	font-size: 1px;
	float: left;
	z-index: 999;
	height: 40px;
	width: 100%;
	max-width: 260px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0.0);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

/* This gets Facebook to fall into place */
.social iframe
{
	vertical-align: middle;
	width: 100%;
	height: 20px;
	background-color: rgba(0,0,0,0.0);
}

/* Set an optional width for your button wrappers */
.social div
{
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	background-color: rgba(0,0,0,0.0);
}

.Facebook
{
	height: 20px;
	width: 80px;
	background-color: rgba(255, 255, 255, 0.0);
}




/* General Styles */

.outerBanner
{
	width: 100%;
	height: 100%;
	min-height: 250px;
	background-size: cover;
	position: relative;
}

.topBannerStripe
{
	width: 100%;
	background-color: rgba(247,247,247,1.0);
	border-bottom: 1px solid #cccccc;
}

.bannerContainer
{
	width: 100%;
	max-width: 980px;
	height: 100%;
	max-height: 90px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0.0);
}

.topImages
{
	width: 100%;
	max-width:180px;
	height: 100%;
	max-height: 60px;
	float: right;
	position: relative;
	margin-top: 10px;
	list-style-type: none;
	background-color: rgba(0,0,0,0.0);
}

.topImages ul
{
	background-color: rgba(0,0,0,0.0);
}

.topImages li
{
	list-style-type: none;
	background-color: rgba(0,0,0,0.0);
}

.topImageLeft
{
	float: left;
}

.topImageRight
{
	float: right;
}

.banImgContLogo
{
	width: 150px;
	height: 100%;
	margin-left: 30px;
	position: relative;
	float: left;
	background-color: rgba(0,0,0,0.0);
}

.banImgContLogo img
{
	width: 70px;
	height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.0);
}

.banImgCont
{
	width: 60px;
	height: 60px;
	position: relative;
	background-color: rgba(0,0,0,0.0);
}

.banImgCont img
{
	background-color: rgba(0,0,0,0.0);
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity:0.7;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.banImgCont img:hover
{
	width: 60px;
	height: 60px;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}


.contentHeadText
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.contentHeadText p
{
	font-family:'Garamond';
	text-align:center;
	font-size:20px;
	font-style:italic;
	font-weight:500;
	color:#fe5522;
	line-height: 2;
	padding-top: 30px;
}

.imageContent
{
	width: 100%;
	height: 100%;
	max-width: 980px;
	min-height: 250px;
	margin-left: auto;
	margin-right: auto;
}

.imgCont
{
	width: 100%;
	height: 400px;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

.imgCont p
{
	font-family: 'Arial';
	text-align: center;
	background-color: rgba(0,0,0,0.0);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	color: #4976d1;
	line-height: 1;
	position: absolute;
	bottom: 3;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	text-decoration: none;
}

.imgCont p:hover
{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	color: #fe5522;
}

.imgCont img
{
	left-align: 50px;
	top-align: 50px;
	width: auto;
	height: auto;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.imgCont img:hover
{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	/* box-shadow: 0px 0px 20px #666; */
	transform: scale(1.05);
}

.imageContent li
{
	width: 100%;
	max-width: 325px;
	min-height: 150px;
	float: left;
	list-style-type: none;
}

.outerFooter
{
	width: 100%;
	min-height: 70px;
	float: left;
	background: #686868;
	position: relative;
}

.footerContainer
{
	width: 100%;
	height: 120px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #686868;
}

.footerContainer p
{
	width: 50%;
	height: 100%;
	float: left;
	font-family: Museo Sans, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	background: #686868;
	color: #fff;
}




















@media only screen
and (min-width : 569px)
and (max-width : 736px)
{
	.outerBanner
	{
		width: 100%;
		height: 100%;
		min-height: 250px;
		background-size: cover;
		position: relative;
	}

	.bannerContainer
	{
		width: 100%;
		max-width: 736px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.topImages
	{
		width: 100%;
		height: 100%;
		max-height: 60px;
		float: left;
		position: relative;
		margin-top: 25px;
		margin-right: 0px;
		max-width: 736px;
	}

	.topImages ul
	{
		width: 180px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.topImageLeft
	{
		width: 100%;
		float: left;
	}

	.topImageRight
	{
		float: left;
	}

	.banImgContLogo
	{
		width: 100%;
		height: 100px;
		position: relative;
		margin-bottom: 10px;
		margin-left: 0px;
	}

	.banImgContLogo img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.banImgCont
	{
		position: relative;
		float: left;
	}

	.banImgCont img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.imageContent
	{
		width: 100%;
		max-width: 600px;
		height: 100%;
		min-height: 150px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.imgCont
	{
		width: 100%;
		height: 380px;
		float: left;
		position: relative;
	}

	.imgCont img
	{
		left-align: 50px;
		top-align: 50px;
		width: 252px;
		height: 333px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 0px;
	}

	.imageContent li
	{
		width: 50%;
		max-width: 100%;
		margin-bottom: 0px;
		float: left;
	}

	.footerContainer p
	{
		width: 100%;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		text-align: center;
		line-height: 30px;
	}
}




















@media only screen
and (min-width : 320px)
and (max-width : 568px)
{
	.outerBanner
	{
		width: 100%;
		height: 100%;
		min-height: 180px;
		background-size: cover;
		position: relative;
	}

	.bannerContainer
	{
		width: 100%;
		max-width: 736px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.topImages
	{
		width: 100%;
		height: 100%;
		max-height: 60px;
		float: left;
		position: relative;
		margin-top: 25px;
		margin-right: 0px;
		max-width: 568px;
	}

	.topImages ul
	{
		width: 180px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.topImageLeft
	{
		width: 100%;
		float: left;
	}

	.topImageRight
	{
		float: left;
	}

	.banImgContLogo
	{
		width: 100%;
		height: 100px;
		position: relative;
		margin-bottom: 10px;
		margin-left: 0px;
	}

	.banImgContLogo img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.banImgCont
	{
		position: relative;
		float: left;
	}

	.banImgCont img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.imageContent
	{
		width: 100%;
		max-width: 568px;
		height: 100%;
		min-height: 150px;
		margin-left: auto;
		margin-right: auto;
	}

	.imgCont
	{
		width: 100%;
		height: 380px;
		float: left;
		position: relative;
	}

	.imgCont img
	{
		left-align: 50px;
		top-align: 50px;
		width: 252px;
		height: 333px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 0px;
	}

	.imageContent li
	{
		width: 100%;
		max-width: 100%;
		margin-bottom: 0px;
		float: left;
	}

	.footerContainer p
	{
		width: 100%;
		margin: auto;
		top: 10;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		text-align: center;
		line-height: 20px;
	}
}




















@media only screen
and (min-width : 737px)
and (max-width : 979px)
{
	.outerBanner
	{
		width: 100%;
		height: 100%;
		min-height: 120px;
		background-size: cover;
		position: relative;
	}

	.bannerContainer
	{
		width: 100%;
		max-width: 600px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.topImages
	{

		max-height: 70px;
		float: right;
		position: relative;
		margin-top: 10px;
		margin-right: 20px;
	}

	.topImages ul
	{
		width: 180px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.topImageLeft
	{
		width: 100%;
		float: left;
	}

	.topImageRight
	{
		float: left;
	}

	.banImgContLogo
	{
		height: 100px;
		position: relative;
		margin-bottom: 10px;
		margin-left: 0px;
	}

	.banImgContLogo img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.banImgCont
	{
		position: relative;
		float: left;
	}

	.banImgCont img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.imageContent
	{
		width: 100%;
		max-width: 600px;
		height: 100%;
		min-height: 150px;
		margin-left: auto;
		margin-right: auto;
	}

	.imgCont
	{
		width: 100%;
		height: 380px;
		float: left;
		position: relative;
	}

	.imgCont img
	{
		left-align: 50px;
		top-align: 50px;
		width: 252px;
		height: 333px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 0px;
	}

	.imageContent li
	{
		width: 50%;
		max-width: 736px;
		float: left;
	}

}




















@media only screen
and (min-width : 980px)
and (max-width : 1200px)
{
	.outerBanner
	{
		width: 100%;
		height: 100%;
		min-height: 150px;
		background-size: cover;
		position: relative;
	}

	.bannerContainer
	{
		width: 100%;
		max-width: 980px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.topImages
	{
		width: 100%;
		max-width:180px;
		height: 100%;
		max-height: 60px;
		float: right;
		position: relative;
		margin-top: 10px;
		margin-right: 30px;
	}

	.topImageLeft
	{
		float: left;
	}

	.topImageRight
	{
		float: right;
	}

	.banImgContLogo
	{
		margin-left: 30px;
		position: relative;
		float: left;
	}

	.banImgContLogo img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.banImgCont
	{
		position: relative;
	}

	.banImgCont img
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.imageContent
	{
		width: 100%;
		max-width: 980px;
		max-height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.imgCont
	{
		width: 100%;
		height: 400px;
		float: left;
		position: relative;
	}

	.imgCont img
	{
		left-align: 50px;
		top-align: 50px;
		width: 252px;
		height: 333px;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.imageContent li
	{
		width: 33%;
		float: left;
	}
}
