/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0 auto;
		padding: 0;
		border: 0;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	img {
		max-width: 100%;
		height: auto;
		vertical-align: middle; }
	iframe {
		max-width: 100%;
		vertical-align: middle; }
	ol, ul, li {
		padding-left: 10px;
		margin-left: 10px; }
	ul {
		list-style: disc; }
	ol {
		list-style: decimal; }
	hr {
		height: 20px;
		margin: 0 0 20px;
		clear: both;
		border: 1px solid #CCC;
		border-width: 0 0 1px;
	}


/* #Basic Styles
================================================== */
body {
	background: #FFF url(../images/slideshow/01.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font: 15px/23px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
html,
body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
footer,
.push {
	height: 50px; /* .push must be the same height as .footer */
}

header {
	float: left;
	width: 286px;
}
nav {
	float: right;
	width: -webkit-calc(100% - 286px);
	width: -moz-calc(100% - 286px);
	width: calc(100% - 286px);
	position: relative;
	z-index: 1000;
}
.logo {
	padding: 15px 15px 0;
}
.subHeader {
	padding: 0 15px 15px;
	text-align: center;
}

footer {
	background: rgba(51, 51, 51, 0.6);
	clear: both;
}
.logos {
	float: right;
	width: auto;
}
.facebookWidget {
	float: left;
	width: 68px;
	padding: 10px;
}
.copyright {
	float: left;
	width: auto;
}
#Content {
	padding: 10px 0;
	width: -webkit-calc(100% - 286px);
	width: -moz-calc(100% - 286px);
	width: calc(100% - 286px);
	float: left;
}
.content {
	background: rgba(255, 255, 255, 1);
	padding: 40px;
}
.inside {
	padding-left: 20%;
}



/* #Fonts
================================================== */
h1 {
	font: normal 28px/36px Georgia, "Times New Roman", Times, serif;
	color: #35C0FF;
}
.subHeader h1,
.subHeader h1 a,
.subHeader h1 a:visited {
	color: #35C0FF;
	font: bold 33px/40px Arial, Helvetica, sans-serif;
	-webkit-text-shadow: 0 0 4px #000;
	-moz-text-shadow: 0 0 4px #000;
	text-shadow: 0 0 4px #000;
	text-decoration: none;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.subHeader h1 a:hover,
.subHeader h1 a:active {
	color: #FFF;
	-webkit-text-shadow: 0 0 10px #000;
	-moz-text-shadow: 0 0 10px #000;
	text-shadow: 0 0 10px #000;
}
h2 {
	font: normal 25px/32px Georgia, "Times New Roman", Times, serif;
	color: #35C0FF;
}
.subHeader h2 {
	color: #FFF;
	font: 13px/20px Arial, Helvetica, sans-serif;
	-webkit-text-shadow: 0 0 4px #000;
	-moz-text-shadow: 0 0 4px #000;
	text-shadow: 0 0 4px #000;
	text-transform: uppercase;
	
}
h3 {
	font: bold 20px/28px Arial, Helvetica, sans-serif;
	color: #35C0FF;
}
h4 {
	font: bold 15px/23px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
}
h5 {
	font: bold 13px/21px Arial, Helvetica, sans-serif;
	color: #35C0FF;
}
h6 {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	color: #333;
}
.copyright {
	font: 10px/19px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 6px 10px 6px 0;
}
.copyright p {
	clear: both;
}
.copyright a,
.copyright a:visited {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover,
.copyright a:active {
	text-decoration: underline;
	color: #FFF;
}
.centered {
	text-align: center;
}
a,
a:visited {
	color: #35c0ff;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
a:hover, 
a:active {
	color: #333;
}
a.back,
a.back:visited {
	clear: both;
	text-align: right;
	color: #555;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #CCC;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
a.back:hover,
a.back:active {
	color: #35c0ff;
}





/* #Navigation
================================================== */
#NavigationTrigger {
	display: none;
}
nav ul {
	background: rgba(51, 51, 51, 0.5);
	float: right;
	width: auto;
	position: relative;
	padding: 7px;
	margin: 0;
}
nav ul:before {
	content: '';
	display: block;
	position: absolute;
	left: -24px;
	top: 0;
	height: 0;
	width: 0;
	border-top: 21px solid rgba(51, 51, 51, 0.5);
	border-right: 12px solid rgba(51, 51, 51, 0.5);
	border-bottom: 21px solid rgba(51, 51, 51, 0);
	border-left: 12px solid rgba(51, 51, 51, 0);
}
nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: auto;
	position: relative;
}
nav ul li a,
nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 0px;
	margin: 0 15px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a.selected {
	border-bottom-color: rgba(255, 255, 255, 0.5);
	color: #FFF;
}
nav ul ul {
	position: absolute;
	display: none;
	width: 180px;
}
nav ul ul:before {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
}
nav ul ul li a,
nav ul ul li a:visited {
	text-transform: none;
	display: block;
}
nav li:hover ul {
	display: block;
}


.copyright ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.copyright ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: auto;
	text-transform: uppercase;
}
.copyright ul li a,
.copyright ul li a:visited {
	position: relative;
}
.copyright ul li + li a:before {
	content: '|';
	display: inline-block;
	position: relative;
	padding: 0 3px 0;
}


/* #Lists
================================================== */
.gallery {
	padding: 0;
	margin: -20px 0 0 -30px;
	list-style: none;
}
.gallery li {
	padding: 0;
	margin: 20px 0 0 30px;
	list-style: none;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	overflow: hidden;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	float: left;
	text-align: center;
}
.gallery li:hover,
.gallery li:active {
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
.gallery a,
.gallery a:visited,
.gallery a:hover,
.gallery a:active {
	text-decoration: none;
	display: block;
	position: relative;
}
.gallery img {
	opacity: 0.85;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.gallery a:hover img,
.gallery a:active img {
	opacity: 1;
}
.gallery h3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	z-index: 100;
	padding: 5px 0;
	text-align: center;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px); 
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}
.gallery a:hover h3,
.gallery a:active h3 {
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-o-transform: translateY(200%);
	transform: translateY(200%);
}

.gallery-02 li {
	width: -webkit-calc(100% / 2 - 30px);
	width: -moz-calc(100% / 2 - 30px);
	width: calc(100% / 2 - 30px);
}
.gallery-03 li {
	width: -webkit-calc(100% / 3 - 30px);
	width: -moz-calc(100% / 3 - 30px);
	width: calc(100% / 3 - 30px);
}
.gallery-04 li {
	width: -webkit-calc(100% / 4 - 30px);
	width: -moz-calc(100% / 4 - 30px);
	width: calc(100% / 4 - 30px);
}
.gallery-05 li {
	width: -webkit-calc(100% / 5 - 30px);
	width: -moz-calc(100% / 5 - 30px);
	width: calc(100% / 5 - 30px);
}



.logos ul {
	padding: 5px 0 5px 5px;
	margin: 0;
	list-style: none;
}
.logos ul li {
	padding: 5px 5px 5px 0;
	margin: 0;
	list-style: none;
	float: left;
	width: auto;
}


ul.formList {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.formList li {
	padding: 3px 0;
	margin: 0;
	list-style: none;
	float: left;
}
ul.formList li.required {
	width: 100%;
	text-align: right;
	font-style: italic;
	color: #666666;
	font-size: 11px;
}
ul.formList li.label {
	width: -webkit-calc(40% - 5px);
	width: -moz-calc(40% - 5px);
	width: calc(40% - 5px);
	padding-right: 5px;
	text-align: right;
	font-style: italic;
	color: #666666;
	font-size: 11px;
}
ul.formList li.field {
	width: 60%;
}
ul.formList li.labelField {
	width: 100%;
}
ul.formList li.button,
ul.formList li.noLabel {
	width: 60%;
	margin-left: 40%;
}

/* GLOSSARY OF FEATURES */
ul.glossary {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #0196BC;
	overflow: hidden;
	font-size: 13px;
	line-height: 19px;
}
ul.glossary > li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #0196BC;
}
ul.glossary > li li {
	padding-left: 7px;
	margin-left: 7px;
	list-style: disc;
	float: none;
}
ul.glossary > li:nth-of-type(2n+1) {
	width: 130px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	clear: both;
}
ul.glossary > li img {
	max-width: -webkit-calc(100% - 4px);
	max-width: -moz-calc(100% - 4px);
	max-width: calc(100% - 4px);
	background: #FFF;
	padding: 2px;
	margin-bottom: 4px;
	box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
}
ul.glossary > li:nth-of-type(2n) {
	width: -webkit-calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: calc(100% - 160px);
	padding: 5px;
}
ul.glossary > li:nth-of-type(1),
ul.glossary > li:nth-of-type(2) {
	background: #0196BC;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
ul.glossary > li:nth-of-type(1) {
	padding: 5px 10px;
}
/* END OF GLOSSARY OF FEATURES */



.twoColumns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
}

/* #Forms
================================================== */
.infusion-form {
	max-width: 500px;
	padding: 1px 4px;
	border: 1px solid #CCC;
}
.field input,
.field select,
.field textarea {
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	height: 16px;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #333;
}
.field select {
	width: 100%;
	height: 26px;
}
.field textarea {
	height: 80px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: #35C0FF;
}
.field input[type="radio"],
.field input[type="checkbox"] {
	width: auto;
}
.button input {
	font: bold 11px/28px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #333;
	border: none;
	padding: 0px 15px;
	height: 28px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}
.button input:hover {
	background: #35C0FF;
}



/* #Images
================================================== */
.imgCenter,
.imgRight,
.imgLeft {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 10px auto;
	display: block;
}
.imgCenter {
	max-width: -webkit-calc(100% - 10px);
	max-width: -moz-calc(100% - 10px);
	max-width: calc(100% - 10px);
}
.imgLeft {
	float: left;
	max-width: 40%;
	margin: 10px 15px 10px 0;
}
.imgRight {
	float: right;
	max-width: 40%;
	margin: 10px 0 10px 15px;
}
.videoContent {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.videoContent iframe,
.videoContent object,
.videoContent embed {
	position: absolute;
	top: 0;
	left: 0;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	height: calc(100% - 10px);
	padding: 4px;
	border: 1px solid #CCC;
}

.noBorder {
	border:0;
}

/* #Scripts
================================================== */
.no_js { 
	display: block;
}
.has_js { 
	display: none;
}
.js .no_js { 
	display: none;
}
.js .has_js {
	display: block;
}
