/* Eric Meyer's Reset Reloaded */ html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* =Clearfix (all browsers)--------------------------------*/.group:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .group {height: 1%;}/* IE7 */*:first-child+html .group {min-height: 1px;}

html {
	background-color: #fff;
}

body {
	color: #7b7b7b;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: small;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

#outer {
	overflow: hidden;
	width: 100%;
}

a, a:active {
	color: #160295;
	transition: 600ms;
	-webkit-transition: 600ms;
	-moz-transition: 600ms;
	-o-transition: 600ms;
}

a:visited {
	color: #766cb7;
}

p {
	margin-bottom: 1em;
}

p1 {
	color: #7b7b7b;
	font-size: .75em;
}

p2 {font-size: .50em;
	
}
strong,
b {
	font-weight: 700;
}

img {
	max-width: 100%;
}

ol {
	list-style-type: decimal;
	padding-left: 1.5em;
}

ul {
	list-style: square;
	padding-left: 1.5em;
}

li {
	margin-bottom: .75em;
}

h1, h2, h3, h4 {
	font-family: 'Great Vibes', cursive;
	font-weight: normal;
	margin-bottom: 14px;
	color: #160295
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}

#wrapper {
	margin: 0 auto;
	max-width: 1000px;
	padding: 40px 10px;
	text-align: left;
}

.row {
	margin-bottom: 40px;
}

#logo {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
}

#logo a {
	background: white url(img/logo.jpg) no-repeat 0 0;
	display: block;
	height: 38px;
	outline: none;
	text-indent: -9999px;
	width: 290px;
}

#navigation {
	display: inline-block;
	float: right;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li a {
	border-bottom: solid 1px transparent;
	display: block;
	margin-bottom: 20px;
	padding: 6px 10px;
	color: #160295;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover {
	border-color: #160295;
}

#footer ul {
	float: right;
	list-style: none;
	padding: 0;
}

#footer ul li {
	float: left;
	font-size: .75em;
	margin-right: 1em;
}

#footer ul li a {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}

#footer ul li a:hover {
	color: #160295;
}

/* HOMEPAGE */

#cta1,
#cta2 {
	padding: 50px 0;
	text-align: center;
}

#cta1 {
	background: transparent url(../images/bg-cta1.jpg) no-repeat 0 0;
}

#cta2 {
	background: transparent url(../images/bg-cta2.jpg) no-repeat right top;
}

#cta1 a,
#cta2 a {
	background: rgba(255,255,255, 0.7);
	display: block;
	padding: 15px;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
}

/* GALLERY */

#gallery .wrap {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
}

#gallery ul {
	list-style: none;
	padding: 0;
	position: relative;
	width: 300%;
}

#gallery ul li {
	margin: 0;
	padding: 0;
}

#gallery ul li.slide {
	/* display: none; */
	float: left;
	width: 33.333333333333333%;
}

#gallery #placeholder {
	display: none;
	width: 33.333333333333333%;
}

#gallery.its-on ul {
	list-style: none;
	position: relative;
}

#gallery.its-on .wrap {
	overflow: hidden;
}

#gallery.its-on ul li.slide {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0; left: 0;
}

#gallery.its-on #placeholder {
	display: block;
}

#thumbs {
	height: auto;
	overflow: hidden;
}

#thumbs div a {
	display: block;
	text-align: center;
}

/* COLUMN CLASSES */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%;
}

.one-third,
.two-sixths {
	width: 30.555555555%;
}

.four-sixths,
.two-thirds {
	width: 65.277777777%;
}

.one-fourth {
	width: 21.875%;
}

.three-fourths {
	width: 73.958333333%;
}

.one-fifth {
	width: 16.666666666%;
}

.two-fifths {
	width: 37.5%;
}

.three-fifths {
	width: 58.333333333%;
}

.four-fifths {
	width: 79.166666666%;
}

.one-sixth {
	width: 13.194444444%;
}

.five-sixths {
	width: 82.638888888%;
}

.first {
	margin-left: 0;
}

/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {
	#go-menu {
		display: none !important;
	}
}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	#navigation {
		float: left;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 1.5em;
		width: 100%;
	}
	
	#thumbs .one-third.first {
		margin-left: 0;
	}
	
	#thumbs .one-third {
		margin-left: 4.166666666%;
		width: 30.555555555%;
	}
	
	#go-menu {
		display: block;
	}
	
	#go-menu {
		background: #ccc; /* Old browsers */
		background: -moz-linear-gradient(top,  #efefef 0%, #cccccc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #efefef 0%,#cccccc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #efefef 0%,#cccccc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
		border-top: solid 1px #ccc;
		padding: 7px;
		position: fixed;
		bottom: 0; left: 0;
		z-index: 100;
		text-decoration: none;
		text-transform: lowercase;
		width: 100%;
		display: none;
	}

}
