/*mobile display*/
@media only screen and (max-width : 959px) {
	#header span#mobile-navigation {
		visibility: visible;
		background: transparent url(../img/mobile/mobile-menu.png) no-repeat;
		display: block;
		height: 50px;
		margin: 0;
		padding: 0 0 0 0;
		/*
		position: absolute;
		right: 3%;
		top: 14px;
		*/
		float: right;
		width: 50px;
		z-index: 999;
	}
	#header ul#nav {
		background-image: none;
		background: rgba(98, 0, 49, 0.91);
		border: 1px solid #f1f2f2;
		border-radius: 0;
		display: none;
		float: none;
		height: auto;
		padding: 0;
		position: absolute;
		left: 5%;
		top: 64px;
		width: 80%;
		z-index: 1000;
	}
	#header ul#nav > li {
		border-left: 0;
		border-top: 1px solid #f1f2f2;
		margin: 0;
		height: auto;
		padding: 0;
		position: relative;
		text-align: left;
		width: 100%;
	}
	#header ul#nav > li:first-child {
		border-top: 0;
	}
	#header ul#nav > li:hover {
		background-color: transparent;
	}
	#header ul#nav li a {
		border: none;
		color: #eeeced;
		display: block;
		font-family: Arial;
		font-size: 1.125em;
		font-weight: normal;
		height: 3em;
		line-height: 3.125em;
		min-height: 54px;
		padding: 0 10px;
		text-align: left;
		text-decoration: none;
		text-shadow: none;
		width: auto;
	}
	#header .mobile-submenu {
		background: rgba(98, 0, 49, 0.91) url(../img/mobile/mobile-expand.png) no-repeat center;
		border-left: 1px solid #f1f2f2;
		display: inline-block;
		height: 3.4em;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		z-index: 0;
	}
	#header ul#nav li ul {
		background: none;
		border-top: 1px solid #f1f2f2;
		padding: 0;
		position: static;
		right: 0;
		text-align: left;
		width: 100%;
		z-index: 999;
	}
	#header ul#nav li ul, #header ul#nav li:hover ul {
		display: none;
	}
	#header ul#nav li {
		height: auto;
		width: 100%;
		z-index: 40;
	}
	#header ul#nav li ul li {
		background: rgba(98, 0, 49, 0.91);
		border-top: 1px solid #f1f2f2;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	#header ul#nav li ul li:first-child {
		border: none;
	}
	#header ul#nav li ul li a {
		background: rgba(98, 0, 49, 0.91);
		color: #eeeced;
		padding-left: 20px;
		text-align: left;
		text-decoration: none;
		width: auto;
	}
	#header ul#nav li:hover a, #header ul#nav li.selected a, #header ul#nav li:hover ul li a, #header ul#nav li:hover ul li a:hover, #header ul#nav li ul li.selected a {
		display: block;
	}
	#header ul#nav li.selected > a {
		background: rgba(0, 0, 0, 0.91);
		color: #eeeced;
		text-decoration: none;
	}
}

/*normal display*/

body {
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
	background-color: #000000; /* to change */
	z-index: 3;
}

.body.y {
	background: none;
	background-color: #fffde4;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	height: auto;
	color: white;
	text-align: center;
}

div[id='body ey'] div, div[id='body pre'] div, div[id='body tk'] div, div[id='body kinder'] div {
	margin: 2% 0;
}

div[id='body programs'] {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	height: auto;
	color: white;
	text-align: center;
}

div[id='body programs'] h1, .body.vids h1 {
	display: block;
	font-family: 'Audiowide', cursive;
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	margin-left: 30px;
	position: relative;
	text-transform: uppercase;
	z-index: 20;
	color: white;
	float: center;
}

.body.vids input[type='button'] {
	border-radius: 10px;
	display: inline-block;
	width: 75px;
	background-color: white;
	color: black;
}

div[id='body contact'] div h3 {
	color: white;
	display: block;
	font-family: 'Audiowide', cursive;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 auto;
	padding: 8px 0 62px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	max-width: device-width;
}

::-webkit-input-placeholder {
	color: #b30000;
}

a {
	text-decoration: none;
	outline: none;
}
a:active {
	background: none;
}
img {
	border: none;
}

div[id='body founder'] img {
	max-height: 300px;
}

.body.y h1 {
	color: black;
	display: block;
	font-family: 'Audiowide', cursive;
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	margin-left: 30px;
	position: relative;
	text-transform: uppercase;
	z-index: 20;
	color: black;
}

.body.y div h2 {
	color: #FFFFFF;
	display: block;
	font-family: 'Audiowide', cursive;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 10px 0 2% 0;
	position: relative;
	text-transform: capitalize;
	z-index: 20;
	color: black;
}

.des, .goal {
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	display: block;
	width: auto;
	margin: 2% auto;
	border-radius: 10px;
}

.des {
	background-color: #00b300;
	text-align: left;
}

.goal {
	background-color: #e6b800;
	text-align: right;
	color: black;
}

.des h3, .goal div h3 {
	display: block;
	font-family: 'Audiowide', cursive;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	position: relative;
	text-transform: uppercase;
	z-index: 20;
	border-bottom-color: black;
	border-bottom-style: dashed;
	margin: 2% 0;
}

.goal.curric {
	background-color: #b30000;
	text-align: left;
	color: white;
	font-weight: bolder;
}

.goal.prereq {
	background-color: #e699ff;
}

.goal.curric div h3, .des h3{
	border-bottom-color: white;
}

.goal div {
	text-align: left;
	float: right;
}

.goal.curric div {
	float: left;
}

.goal div h3 {
	margin-right: 2%;
}

.body div .des p {
	float: left;
}

.post h3, .goals h3 {
	color: #FFFFFF;
	display: block;
	font-family: 'Audiowide', cursive;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin-left: 30px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	z-index: 20;
}

.body.y .post h1 {
	color: #FFFFFF;
	display: block;
	font-family: 'Audiowide', cursive;
	font-size: 30px;
	font-weight: normal;
	line-height: 60px;
	margin-left: 30px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	z-index: 20;
}

.post, .goals {
	margin: 2% auto;
	max-width: 940px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	display: block;
	width: auto;
	max-width: device-width;
	text-align: left;
	background-color: #00b300;
	border-radius: 10px;
}

.body .post p, .goals ul {
	display: block;
	float: left;
	text-align: justify;
	text-justify: inter-word;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
}

.des p, .goal div ul, .goal.prereq div ul {
	display: block;
	text-align: justify;
    text-justify: inter-word;
	position: relative;
	font-family: 'Source Sans Pro', cursive;
	margin-right: 2%;
}

.goals {
	background-color: #b30000;
}

@media only screen and (max-width: 800px) {
	.des, .goal ul{
		max-width: 740px;
	}

	.goal img {
		display: block;
		float: center;
		transform: translateX(25%);
	}
}

@media only screen and (min-width: 800px) {
	.des h3, .des p {
		width: 60%;
	}

	.des img {
		display: block;
		float: center;
		transform: translateX(25%);
	}

	div[id="body kinder"] .des div, .des img {
		display: block;
	}

	div[id="body kinder"] .des div h3, div[id="body kinder"] .des div p {
		width: 100%;
	}

	.des, .goal {
		width: 100%;
		border-radius: 0;
		max-width: device-width;
		margin: 0;
	}

	.goal div {
		display: block;
	}

	.goal img {
		display: block;
		float: center;
		transform: translateX(50%);
	}

	div[id="body tk"] .goal div ul, div[id="body kinder"] .goal div ul {
		width: 80%;
	}

	.goal.prereq img {
		display: inline-block;
		float: left;
		width: 200px;
		transform: translateY(0);
	}

	.goal.prereq div {
		width: 50%;
		
	}

	.body div .des p{
		max-width: 60%;
	}
}

@media only screen and (min-width: 1050px) {
	div[id="body kinder"] .des img {
		width: 200px;
		position: relative;
		display: inline-block;
		float: right;
	}

	div[id="body kinder"] .des div {
		position: relative;
		display: inline-block;
		float: left;
		width: 80%;
	}

	div[id="body kinder"] .des div {
		width: 70%;
	}

	div[id="body kinder"] .des img {
		width: 200px;
		transform: translateY(75%);
	}

	.goal img {
		display: inline-block;
		float: left;
		width: 180px;
	}

	div[id="body ey"] .goal img, div[id="body kinder"] .goal.skill img {
		transform: translateY(50%);
	}

	div[id="body pre"] .goal img, div[id="body tk"] .goal img , div[id="body kinder"] .goal img {
		transform: translateY(25%);
	}

	div[id="body ey"] .goal.curric img, div[id="body pre"] .goal.curric img, div[id="body tk"] .goal.curric img, div[id="body kinder"] .goal.curric img {
		float: right;
		width: 250px;
		transform: translateY(10%);
	}

	div[id="body ey"] .goal.prereq img, div[id="body pre"] .goal.prereq img, div[id="body tk"] .goal.prereq img, div[id="body kinder"] .goal.prereq img {
		width: 300px;
		transform: translateY(0);
	}

	div[id="body kinder"] .goals.skill div {
		max-width: 60%;
	}
}

@media only screen and (min-width: 1200px) {
	.goal img {
		width: 300px;
	}

	div[id="body kinder"] .des div {
		width: 60%;
	}

	div[id="body kinder"] .des img {
		width: 400px;
		transform: translateY(50%);
	}

	div[id="body ey"] .goal img {
		transform: translateY(25%);
	}

	div[id="body ey"] .goal.curric img, div[id="body tk"] .goal.skill img, div[id="body pre"] .goal.curric img, div[id="body kinder"] .goal.skill img {
		transform: translateY(20%);
	}

	div[id="body tk"] .goal.curric img, div[id="body kinder"] .goal.curric img {
		transform: translateY(15%);
	}

	div[id="body ey"] .goal.prereq img, div[id="body pre"] .goal img, div[id="body tk"] .goal img, div[id="body kinder"] .goal img {
		transform: translateY(0);
	}

	div[id="body tk"] .goals.skill div, div[id="body kinder"] .goal.skill img {
		max-width: 70%;
	}
}

/*----------------------------------------header-styles---------------------------------------*/
#header {
	margin: 0;
	min-height: 60px;
	padding: 0;
	width: auto;
	text-align: center;
}

#logo {
	background-color: white;
	width: 100%;
	float: center;
	min-height: 120px;
}

#logo a {
	width: auto;
	display: block;
	float: center;
}

#logo a img {
	margin: 0 10px 0 0;
	padding: 0;
	max-height: 120px;
	float: center;
}

#logo div span {
	color: red;
	font-family: 'Indie Flower', cursive;
	font-size: 18;
	font-weight: bolder;
	padding: 5px;
	display: block;
	position: relative;
}

#logo div .gr {
	color: green;
}

@media only screen and (max-width: 800px) {
	#logo {
		text-align: center;
	}
	#logo a {
		text-align: center;
	}
	#logo a img {
		float: center;
		display: inline-block;
		visibility: visible;
	}
	#logo img {
		visibility: hidden;
	}
}

@media only screen and (min-width: 800px) {
	#logo {
		float: left;
	}

	#logo a {
		float: left;
	}

	#logo a img {
		display: inline-block;
		float: left;
		padding: 5px;
	}

	#logo div span {
		display: block;
		font-size: 20;
	}

	#logo div {
		position: absolute;
		left: 50%;
		width: auto;
		transform: translateX(-50%);
	}
}

@media only screen and (min-width: 1200px) {
	#logo div span {
		font-size: 24;
	}
}

#logo img {
	margin: 0 10px;
	padding: 0;
	max-width: 100px;
	display: block;
}

@media only screen and (min-width: 600px) {
	#logo img {
		max-width: 200px;
		float: right;
		display: inline-block;
		padding: 5px;
	}
}

#header ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#header ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: center;
}

#header ul li a {
	color: #ffffff;
	display: block;
	font-family: 'Chewy', cursive;
	font-size: 16px;
	font-weight: normal;
	line-height: 59px;
	margin: 0;
	min-height: 60px;
	padding: 0 15px;
	*padding: 0 15px;
	text-align: center;
	text-transform: capitalize;
	width: auto;
}

@media only screen and (min-width: 600px) {
	#header ul li a {
		font-size: 18px;
	}
}

@media only screen and (min-width: 750px) {
	#header ul li a {
		font-size: 20px;
		text-transform: uppercase;
	}
}

#header ul li a:hover {
	background-color: #b30000;
	color: #ffffff;
}

#header ul li.selected a {
	background-color: #800000;
	color: #a3a3a3;
}
#header ul li {
	position: relative;
	text-align: center;
}
#header ul li ul {
	display: block;
	left: -99999px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	width: 142px;
	z-index: 50;
	text-align: center;
}

#header ul li:hover ul.dropdown {
	left: 0;
}

#header ul li ul.dropdown.selected {
	left: 0;
}

#header ul li ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom-style: dotted;
	border-color: #b30000;
	text-align: center;
}

#header ul li ul li a, #header ul li.selected ul li a {
	background-color: #b30000;
	color: #ffffff;
	display: block;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	min-height: 50px;
	padding: 0 5px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	font-family: 'Chewy', cursive;
}

#header ul li ul.dropdown.selected li a, #header ul li.selected ul.dropdown.selected li a{
	background-color: #000000;
	color: #a3a3a3;
}

/*----------------------------------------body-home-styles---------------------------------------*/
/*
body {
	background-color: #000000;
	margin: 0;
	min-height: 808px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}*/

.body {
	background: none;
	margin: 0;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.featured {
	background: none;
	margin: 2% 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-align: center;
}

.featured.s h3 {
	color: black;
}

.featured div {
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	max-width: device-width;
	text-align: center;
}

div[id='body programs'] .featured div {
	margin: 0 auto;
	max-width: 70%;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	text-align: center;
	float: none;
}

.featured div iframe {
	display: block;
	margin: 2% 0;
	width: 560;
	height: 315;
	z-index: 10;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.featured div iframe {
		max-width: 100%;
	}
}

@media only screen and (min-width: 600px) {
	.featured div iframe {
		padding: 0 10%;
		max-width: 80%;
	}
}

@media only screen and (min-width: 900px) {
	.featured div iframe {
		padding: 0 20%;
	}
}

.featured div h1 {
	color: #FFFFFF;
	display: block;
	float: right;
	font-family: audiowide-regular-webfont;
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
	margin: 187px 0 27px;
	padding: 0 38px 0 399px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 503px;
	z-index: 20;
}

.featured div h2 {
	color: #FFFFFF;
	display: block;
	float: right;
	font-family: Arial;
	font-size: 43px;
	font-weight: normal;
	line-height: 43px;
	margin: 0 0 36px;
	padding: 0 146px 0 506px;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	width: 288px;
	z-index: 20;
}

.featured div a.more {
	background-color: #000000;
	color: #a3a3a3;
	display: block;
	float: right;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	height: 49px;
	line-height: 49px;
	margin: 0 200px 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	width: 180px;
	z-index: 15;
}

.featured div a.more:hover {
	background-color: #ab000b;
	color: #ffffff;
}

.featured div h3 {
	color: #A3A3A3;
	font-family: 'Chewy', cursive;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	min-height: 27px;
	padding: 17px 0 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	float: center;
	/*
	color: #A3A3A3;
	float: left;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 96px 0 0;
 *margin: 102px 0 0;/* Needed for IE8 and old versions */
	/*min-height: 27px;
	padding: 17px 0 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 940px;*/
}

.featured div ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0 0 -6px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

.featured div ul li:first-child {
	padding: 0;
}

.featured.s {
	border-radius: 20px;
}

.featured div ul li {
	border: medium none;
	font-family: 'Chewy', cursive;
	color: white;
	text-shadow: 2px 2px black;
	float: left;
	margin: 5px 0;
	padding: 5px 0;
	width: auto;
	text-align: left;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.featured div ul li a {
	display: block;
	float: none;
	height: 156px;
	margin: 0;
	padding: 0;
	width: 235px;
}

.featured div ul li a img {
	cursor: pointer;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1.0;
	display: block;
	margin: 0;
	padding: 0;
	width: 178px;
	height: 178px;
}

.featured div ul li a img:hover {
	filter: alpha(opacity=70);/* Needed for IE8 and old versions */
	opacity: 0.7;
}

.body.vids {
	text-align: center;
}

.body.vids .featured div video {
	display: block;
	margin: 2% 0;
	width: 560;
	height: 315;
	z-index: 10;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.featured div video {
		max-width: 100%;
	}
}

@media only screen and (min-width: 600px) {
	.featured div video {
		padding: 0 10%;
		max-width: 80%;
	}
}

@media only screen and (min-width: 900px) {
	.featured div video {
		padding: 0 20%;
	}
}

.body.vids .featured div ul li {
	display: block;
	float: left;
	clear: left;
}

.body.photos .featured div ul li a img {
	cursor: pointer;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1.0;
	display: block;
	margin: 0;
	padding: 0;
	width: 178px;
	height: 178px;
}

.body.photos .featured div ul li a img:focus {
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1;
	-webkit-transform: scale(2);
}

.contact {
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	display: block;
	width: auto;
	margin: 2% auto;
	max-width: 940px;
	max-width: device-width;
	border-radius: 10px;
	text-align: left;
	background-color: #b30000;
}

.info {
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	display: block;
	width: auto;
	margin: 2% auto;
	max-width: 940px;
	max-width: device-width;
	border-radius: 10px;
	text-align: center;
	background-color: #00b300;
}

table {
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
}

tr, td {
	overflow: hidden;
	padding: 0 10px;
	width: auto;
	margin: 2% auto;
	max-width: 940px;
}

.body div form {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: device-width;
}

.body div form p {
	max-width: 90%;
}

.body div form p select {
	max-width: 90%;
}

.body div form input {
	border: medium none;
	color: white;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: 43px;
	line-height: 43px;
	margin: 0 0 29px;
	padding: 0 0 0 20px;
	text-align: left;
	text-transform: uppercase;
	width: 75%;
}

.body div form input[type='text'] {
	background-color: #A3A3A3;
	color: black;
}

.body div form input[name='submit'] {
	background-color: transparent;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	text-align: center;
	width: auto;
}

.body div form textarea {
	background-color: #A3A3A3;
	border: medium none;
	color: #000000;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: 150px;
	line-height: 24px;
	margin: 0 0 31px;
	overflow: auto;
	padding: 15px 0 0 20px;
	resize: none;
	text-align: left;
	text-transform: uppercase;
	width: 75%;
}

.body div form input#submit {
	background-color: #e6b800;
	color: black;
	cursor: pointer;
	display: block;
	float: right;
	font-family: 'Chewy', cursive;
	font-size: 18px;
	font-weight: normal;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

.body div form div {
	float: left;
	height: auto;
	max-width: 90%;
}

.body div form div input[type=checkbox] {
	height: 15px;
	display: inline-block;
	float: left;
	width: 15px;
	margin-right: 5px;
}

#vidNames {
	max-height: 150px;
	max-width: 100%;
	overflow-y: scroll;
	border-width: 2px;
	border-color: white;
}

.body div form div label {
	display: inline-block;
	float: right;
}

@media only screen and (min-width: 600px) {
	.body div form {
		width: 461px;
	}

	.body div form input {
		font-size: 18px;
		width: 441px;
	}

	.body div form textarea {
		font-size: 18px;
		height: 98px;
		width: 441px;
	}

	.body div form input#submit, .body div form input[name='submit'] {
		width: 120px;
	}
}

.body div form input#submit:hover {
	background-color: #ff9933;
}

.post a {
	background-color: white;
	color: black;
	padding: 10px;
	max-width: 50%;
	width: 100px;
	border-radius: 10px;
	margin: 10px;
}

.post a:hover {
	background-color: #A3A3A3;
}

#body.home .body {
	background-color: #630031;
	margin: 0;
	min-height: 168px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#body.home .body div {
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	padding: 31px 10px 0;
}

#body.home .body div h1 {
	color: #FFFFFF;
	display: block;
	font-family: audiowide-regular-webfont;
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	margin: 0 auto 24px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 780px;
}
#body.home .body div p {
	color: #ffffff;
	display: block;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 780px;
}
#body.home .body div p a {
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-decoration: underline;
}
#body.home .body div p a:hover {
	color: #a3a3a3;
}
#body.home .footer {
	background-color: #000000;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#body.home .footer div {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 32px 0 16px;
}
#body.home .footer div ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: auto;
}
#body.home .footer div ul li:first-child {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 460px;
}
#body.home .footer div ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	width: 440px;
}
#body.home .footer div ul li h1 {
	color: #FFFFFF;
	font-family: audiowide-regular-webfont;
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	margin: 0 0 44px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body.home .footer div ul li a {
	display: block;
	height: 258px;
	margin: 0;
	position: relative;
	padding: 0;
	width: 460px;
}
#body.home .footer div ul li a img {
	cursor: pointer;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1.0;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
#body.home .footer div ul li a:hover img {
	filter: alpha(opacity=70);/* Needed for IE8 and old versions */
	opacity: 0.7;
}
#body.home .footer div ul li a span {
	background: url(../images/icons.png) no-repeat 0 -152px;
	display: block;
	height: 72px;
	left: 199px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 94px;
	width: 62px;
}
#body.home .footer div ul li a:hover span {
	background: url(../images/icons.png) no-repeat 0 -226px;
}
#body.home .footer div ul li ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 440px;
}
#body.home .footer div ul li ul li {
	border-top: 1px solid #A3A3A3;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 39px 10px 38px 0;
	width: 440px;
}
#body.home .footer div ul li ul li:first-child {
	border: medium none;
	margin: 0;
	padding: 0 0 38px;
	width: 440px;
}
#body.home .footer div ul li ul li a {
	display: block;
	float: left;
	height: 90px;
	margin: 0 20px 0 0;
	padding: 0;
	width: 100px;
}
#body.home .footer div ul li ul li a img {
	cursor: pointer;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1.0;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
#body.home .footer div ul li ul li a img:hover {
	filter: alpha(opacity=70);/* Needed for IE8 and old versions */
	opacity: 0.7;
}
#body.home .footer div ul li ul li h1 {
	color: #A3A3A3;
	float: left;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0;
	padding: 4px 0 8px;
	text-align: left;
	text-transform: uppercase;
	width: 310px;
}
#body.home .footer div ul li ul li span {
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 310px;
}
#body.home .footer div ul li ul li a.more {
	background-color: #3c0f38;
	color: #ffffff;
	display: block;
	float: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
#body.home .footer div ul li ul li a.more:hover {
	background-color: #620031;
}
/*----------------------------------------body-styles---------------------------------------*/
#body.about .header {
	background: center top #000000;
	margin: 0;
	min-height: 455px;
	padding: 0;
	width: 100%;
}
#body.about .header div, #body .header div {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 65px 0 40px;
}
#body.about .header div h1, #body .header div h1 {
	color: #FFFFFF;
	display: block;
	font-family: audiowide-regular-webfont;
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	margin: 0 auto 87px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 940px;
}
#body.about .header div h2 {
	color: #FFFFFF;
	display: block;
	font-family: audiowide-regular-webfont;
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	margin: 0 auto 24px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 820px;
}
#body.about .header div p {
	color: #ffffff;
	display: block;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 820px;
}
#body.about .header div p a {
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body.about .header div p a:hover {
	color: #a3a3a3;
}
#body.about .body {
	background-color: #620031;
	margin: 0;
	min-height: 253px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
#body.about .body div {
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	padding: 36px 10px 35px;
}
#body.about .body div h2 {
	color: #A3A3A3;
	float: left;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 18px 0 26px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 620px;
}
#body.about .body div p {
	color: #ffffff;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 620px;
}
#body.about .body div p a {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body.about .body div p a:hover {
	color: #a3a3a3;
}
#body.about .body div img {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
}
#body.about .footer {
	background-color: #000000;
	margin: 0;
	min-height: 366px;
	padding: 0;
	width: 100%;
}
#body.about .footer div {
	margin: 0 auto;
	overflow: hidden;
	padding: 79px 0 0 10px;
	width: 950px;
}
#body.about .footer div h2 {
	color: #A3A3A3;
	float: right;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 34px 0 24px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 557px;
}
#body.about .footer div p {
	color: #ffffff;
	display: block;
	float: right;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 557px;
}
#body.about .footer div p a {
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-decoration: underline;
}
#body.about .footer div p a:hover {
	color: #a3a3a3;
}
#body.about .footer div img {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
#body.about .section {
	background-color: #3c0f38;
	margin: 0;
	min-height: 234px;
	padding: 0;
	width: auto;
}
#body.about .section div {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 58px 0 55px;
}
#body.about .section div h2 {
	color: #A3A3A3;
	display: block;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 auto 26px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 780px;
}
#body.about .section div p {
	color: #ffffff;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 780px;
}
#body.about .section div p a {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body.about .section div p a:hover {
	color: #a3a3a3;
}
#body .header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#body .header div ul {
	display: inline-block;
	max-width: 940px;
	list-style: none outside none;
	margin: 0;
	padding: 3px 10px 0;
}
#body .header div ul li:first-child {
	border: none;
	padding: 0 0 38px;
}
#body .header div ul li {
	border-top: 1px solid #A3A3A3;
	margin: 0;
	overflow: hidden;
	padding: 38px 0;
	width: auto;
}
#body .header div ul li a {
	display: block;
	float: left;
	height: 217px;
	margin: 0 40px 0 0;
	padding: 0;
	width: 380px;
}
#body .header div ul li a img {
	cursor: pointer;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1.0;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
#body .header div ul li a img:hover {
	filter: alpha(opacity=70);/* Needed for IE8 and old versions */
	opacity: 0.7;
}
#body .header div ul li div {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 520px;
}
#body .header div ul li div h1 {
	color: #A3A3A3;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 26px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 520px;
}
#body .header div ul li div p {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 41px;
	padding: 0;
	text-align: left;
	width: 520px;
}
#body .header div ul li div p a {
	color: #FFFFFF;
	display: inline;
	float: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	width: auto;
}
#body .header div ul li div p a:hover {
	color: #a3a3a3;
}
#body .header div ul li div a.more {
	background-color: #3c0f38;
	color: #ffffff;
	display: block;
	float: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
#body .header div ul li div a.more:hover {
	background-color: #620031;
}
#body .header div img {
	display: block;
	margin: 0 auto;
	padding: 3px 0 0;
	width: auto;
}
#body .header div h2 {
	color: #A3A3A3;
	display: block;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 auto;
	padding: 53px 0 27px;
	text-align: center;
	text-transform: uppercase;
	width: 780px;
}
#body .header div p {
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto 48px;
	padding: 0;
	text-align: center;
	width: 780px;
}
#body .header div p a {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-decoration: underline;
}
#body .header div p a:hover {
	color: #a3a3a3;
}
#body .header div .article {
	float: left;
	margin: 0 40px 0 10px;
	padding: 0;
	width: 560px;
}
#body .header div .article ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	padding: 3px 0 0;
	width: 560px;
}
#body .header div .article ul li:first-child {
	border: none;
	padding: 0 0 38px;
}
#body .header div .article ul li {
	border-top: 1px solid #a3a3a3;
	margin: 0;
	overflow: hidden;
	padding: 38px 0 38px;
	width: auto;
}
#body .header div .article ul li a {
	display: block;
	height: 241px;
	margin: 0 0 29px;
	padding: 0;
	width: 560px;
}
#body .header div .article ul li a img {
	cursor: pointer;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1.0;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
#body .header div .article ul li a img:hover {
	filter: alpha(opacity=70);/* Needed for IE8 and old versions */
	opacity: 0.7;
}
#body .header div .article ul li h1 {
	color: #A3A3A3;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 8px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body .header div .article ul li span {
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 28px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body .header div .article ul li p {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 29px;
	padding: 0;
	text-align: left;
	width: auto;
}
#body .header div .article ul li p a {
	color: #FFFFFF;
	display: inline;
	float: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	width: auto;
}
#body .header div .article ul li p a:hover {
	color: #a3a3a3;
}
#body .header div .article ul li a.more {
	background-color: #3c0f38;
	color: #ffffff;
	display: block;
	float: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
#body .header div .article ul li a.more:hover {
	background-color: #620031;
}
#body .header div .sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 340px;
}
#body .header div .sidebar ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 340px;
}
#body .header div .sidebar ul li:first-child {
	border: medium none;
	padding: 0 0 34px;
}
#body .header div .sidebar ul li {
	border-top: 1px solid #A3A3A3;
	margin: 0;
	overflow: hidden;
	padding: 32px 0 34px;
	width: auto;
}
#body .header div .sidebar ul li h1 {
	color: #FFFFFF;
	font-family: audiowide-regular-webfont;
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
	margin: 0 0 25px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 340px;
}
#body .header div .sidebar ul li a {
	display: block;
	float: none;
	height: 187px;
	margin: 0 0 29px;
	padding: 0;
	width: 34px;
}
#body .header div .sidebar ul li a img {
	cursor: pointer;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1.0;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
#body .header div .sidebar ul li a img:hover {
	filter: alpha(opacity=70);/* Needed for IE8 and old versions */
	opacity: 0.7;
}
#body .header div .sidebar ul li h2 {
	color: #A3A3A3;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 7px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body .header div .sidebar ul li span {
	color: #ffffff;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body .header div .sidebar ul li ul {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	padding: 12px 0 0;
	width: 340px;
}
#body .header div .sidebar ul li ul li:first-child {
	padding: 0;
}
#body .header div .sidebar ul li ul li {
	border: medium none;
	margin: 0 0 26px;
	overflow: hidden;
	padding: 0;
	width: auto;
}
#body .header div .sidebar ul li ul li a {
	display: block;
	float: left;
	height: 54px;
	margin: 0 20px 0 0;
	padding: 0;
	width: 60px;
}
#body .header div .sidebar ul li ul li a img {
	cursor: pointer;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1.0;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
#body .header div .sidebar ul li ul li a img:hover {
	filter: alpha(opacity=70);/* Needed for IE8 and old versions */
	opacity: 0.7;
}
#body .header div .sidebar ul li ul li h2 {
	color: #A3A3A3;
	float: left;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 6px 0 11px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 260px;
}
#body .header div .sidebar ul li ul li span {
	color: #ffffff;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body .header div .article img {
	display: block;
	margin: 3px 0 29px;
	padding: 0;
	width: auto;
}
#body .header div .article h1 {
	color: #A3A3A3;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 0 7px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body .header div .article span {
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 29px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
#body .header div .article p {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 24px;
	padding: 0;
	text-align: left;
	width: auto;
}
#body .header div .article p a {
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#body .header div .article p a:hover {
	color: #a3a3a3;
}
#body .header .contact h2 {
	color: #A3A3A3;
	display: block;
	font-family: audiowide-regular-webfont;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0 auto;
	padding: 8px 0 62px;
	text-align: center;
	text-transform: uppercase;
	width: 500px;
}
#body .header div form {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 461px;
}
#body .header div form input {
	background-color: #A3A3A3;
	border: medium none;
	color: #000000;
	display: block;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	height: 43px;
	line-height: 43px;
	margin: 0 0 29px;
	padding: 0 0 0 20px;
	text-align: left;
	text-transform: uppercase;
	width: 441px;
}
#body .header div form textarea {
	background-color: #A3A3A3;
	border: medium none;
	color: #000000;
	display: block;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	height: 98px;
	line-height: 24px;
	margin: 0 0 31px;
	overflow: auto;
	padding: 15px 0 0 20px;
	resize: none;
	text-align: left;
	text-transform: uppercase;
	width: 441px;
}
#body .header div form input#submit {
	background-color: #3c0f38;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
#body .header div form input#submit:hover {
	background-color: #620031;
}
/*----------------------------------------footer-styles---------------------------------------*/
#footer {
	margin: 2% 0;
	padding: 0;
	width: auto;
	text-align: center;
}
#footer .connect {
	background-color: #b30000;
	margin: 1% 0;
	min-height: 84px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}
#footer .connect div {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 24px 0 0;
}
#footer .connect div h1 {
	color: #FFFFFF;
	float: left;
	font-family: 'Chewy', cursive;
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0;
	padding: 8px 25px 0 0;
	text-align: right;
	text-transform: uppercase;
	max-width: device-width;
}
#footer .connect div div {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 20px;
	width: 380px;
}
#footer .connect div div a {
	background: url(../img/icons.png) no-repeat;
	display: block;
	float: left;
	height: 36px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	width: 18px;
}
#footer .connect div div a.facebook {
	background-position: 0 0;
	margin: 0 0 0 16px;
	width: 18px;
}
#footer .connect div div a.twitter {
	background-position: 0 -114px;
	margin: 0 0 0 28px;
	width: 44px;
}
#footer .connect div div a.googleplus {
	background-position: 0 -38px;
	margin: 0 0 0 27px;
	width: 37px;
}

#footer .connect div div a.pinterest {
	background-position: 0 -76px;
	margin: 0 0 0 29px;
	width: 30px;
}

#footer .connect div div a.facebook:hover {
	background-position: -20px 0;
}

#footer .connect div div a.twitter:hover {
	background-position: -46px -114px;
}

#footer .connect div div a.googleplus:hover {
	background-position: -38px -38px;
}

#footer .connect div div a.pinterest:hover {
	background-position: -32px -76px;
}

#victoria {
	background-color: black;
	margin: 0;
	min-height: 84px;
	overflow: hidden;
	padding: 0;
	width: auto;
	text-align: center;
}

#victoria em {
	font-family: 'Audiowide', cursive;
	font-size: 16px;
}

#victoria span, a {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 5px auto;
	padding: 0;
	text-transform: uppercase;
}

#footer .copyright {
	background-color: black;
	margin: 0;
	min-height: 84px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

#footer .copyright div {
	margin: 0 auto;
	overflow: hidden;
	padding: 34px 0 0;
	width: auto;
}

#footer .copyright div p {
	color: white;
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	max-width: device-width;
}
#wix {
	max-width: 728px;
	margin: 0 auto;
}
#wix a img {
	width: 100%;
}
