@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	background-color: #56004e;
}
a { color: #000; }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5 {
	margin: 0 0 9px 0;
	padding: 0;
	color: #56004e;
}
h1 {
	font-size: 48px;
	font-weight: normal;
	line-height: 48px;
}
h2 {
	font-size: 36px;
	font-weight: normal;
	color: #7f4098;
}
h3 {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #7f4098;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 12px;
	font-weight: normal;
}
h4 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7f4098;
	margin: 0;
}
h5 { font-size: 12px; }
p, #main li {
	font-size: 18px;
	line-height: 32px;
	padding: 0;
	margin-top: 0 0 16px 0;
	color: #666;
}
p .span { font-size: 36px; }
.wrapper {
	margin: auto;
	background: url(../../images/shadow.gif) repeat-x 0 167px;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* ====================
HEADER
===================== */

header {
	border-bottom: 4px solid #ccc;
	background: #fff no-repeat center top;
	text-align: center;
}
.logo {
	margin: auto;
	text-align:center;
}

.logo img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) { 
}

@media (min-width: 870px) {
	header {
		border-bottom: 4px solid #ccc;
		height: 167px;
		background: #fff no-repeat center top;
		text-align: center;
	}

	header .logo {
		margin: auto;
		width: 840px;
	} 
}
/* ====================
MAIN CONTENT
===================== */

main {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 20px 15px 0 15px;
}

main img {
	max-width: 100%;
	height: auto;
}
main .half-right {
}

	#gallery { 
		list-style-type:none;
		margin: 0;
		padding:0;
	}
	
	#gallery li {
		margin-bottom: 20px;
	}
	
	#gallery li:last-of-type {
		margin-bottom: 0;
	}


@media (min-width: 768px) { 
	main {
		background-color: #fff;
		padding: 30px 0;
		border: 1px solid #ccc;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin: 30px 20px 0 20px;
		box-sizing:border-box;
		display: block;
	}
	
	main .half-left {
		float: left;
		width: 50%;
		padding: 0 20px;
		box-sizing:border-box;
	}
	main .half-right {
		float: left;
		width: 50%;
		padding: 0 20px;
		box-sizing:border-box;
	}
	
	#gallery { 
		visibility: hidden; 
		margin: auto;
	}
	#gallery li {
		margin-bottom: 0;
	}

	
	
	

}

@media (min-width: 870px) { 
	main {
		width: 840px;
		margin: 30px auto 0 auto;
	}
}
#form1 {
	background-color: #e8e8e8;
	padding: 20px;
}
#form1 input {
	background-image: none;
	height: 20px;
	width: 168px;
	border: 1px solid #999;
	padding: 5px;
}
#form1 textarea {
	height: 118px;
	width: 348px;
	border: 1px solid #999;
	padding: 5px;
}
#form1 p {
	margin-top: 9px;
	margin-bottom: 0px;
}
#form1 #button {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	width: 78px;
	margin-top: 18px;
	background-color: #9cc;
	color: #fff;
	height: 30px;
}
p .first {
	font-style: italic;
	color: #56004e;
	font-size: 22px;
}
.table {
	display: table;
	margin: 0 auto;
}
h2 a {
	text-decoration: none;
	color: #7f4098;
}
h2 a:hover { color: #56004E; }
main .menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	line-height: 24px;
	font-size: 18px;
}
main .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.acc_container .menu li { padding-bottom: 20px; }

main .half-left .acc_container .menu li {
	margin-top: 8px;
	line-height: 20px;
}

/* ====================
FOOTER
===================== */
footer {
	padding: 30px ;
	color: #ccc;
	clear: both;
	margin: auto;
}
.footer p {
	font-size: 14px;
	line-height: 32px;
	margin: 0;
	color: #fff;
}
p.tel {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

p.credit, p.credit a {
	color: #7E3E97;
	font-size: 12px;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	clear:both;
	margin-top: 10px;
}

.badges a { 
	clear: both;
	margin-bottom: 5px;
	display: block;

}

@media (min-width: 870px) { 
	
	.footershadow { background: url(../../images/undershadow.jpg) no-repeat center top; }
	
	footer { width: 840px; }
	
	.badges { float:right; }
	
	.badges a { text-align: right; }
	
	p.tel {float:left;}

}




/* ====================
NAVIGATION
===================== */

.nav {
	clear: both;
	display: table;
	margin: 0 auto;
	height: 30px;
	text-align: center;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav ul li {
	position: relative;
	display: inline-block;
}
.nav ul li a {
	display: block; /*background of menu items (default state)*/
	color: #666;
	text-decoration: none;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.nav ul .live a { color: #56004e; }

.nav ul li a:hover {
	color: #fff;
	background-color: #ccc;
}

@media (min-width: 768px) { 

.nav ul li a {
	display: block; /*background of menu items (default state)*/
	color: #666;
	text-decoration: none;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-top-left-radius: 7px 7px 0 0;
}
.nav ul .live a { 
	background-color: #ccc; 
	color:#fff;
}

}
@media (min-width: 870px) { 

.nav { width: 840px; }


}

/* =====================
CALL OUT
=======================*/



.callOut {
	display:none;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #56004e;
	color: #fff;
	margin:15px;
	padding: 30px 15px 15px 15px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
	z-index:100;
}

.callOut h2 {
	color:#fff;
}

.callOut p { 
	color: #fff;
	line-height: 24px;
}

.callOut a.more {
	display: block;
	background: #fff;
	padding: 5px;
	float: right;
	border-radius: 4px;
	text-decoration:none;
}

.callOut .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #7E3E97;
	cursor:pointer;
}
@media (min-width: 768px) { 

.callOut { width: 300px; }


}

