/* #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;
	}
	a,
	a:visited {
		color: #e01c23;
		-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;
	}


/* DESCRIPTION OF #Section-01 */
.slideshowContent,
.slideshowContent li {
	list-style: none;
}
/* CSS FOR PARALLAX ON #Section-03 AND #Section-05 */
html, body {
	height:100%;
}
.skrollr-desktop body {
	height:100% !important;
}
.parallax-image-wrapper {
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
}
.parallax-image-wrapper-50 {
	height:50%;
	top:-50%;
}
.parallax-image-wrapper-100 {
	height:100%;
	top:-100%;
}
.parallax-image {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.parallax-image-50 {
	height:200%;
	top:-50%;
}
.parallax-image-100 {
	height:100%;
	top:0;
}
.parallax-image.skrollable-between {
	display:block;
}
.no-skrollr .parallax-image-wrapper {
	display:none !important;
}
#skrollr-body {
	height:100%;
	overflow:visible;
	position:relative;
}

/* #Basic Styles
================================================== */
body {
	background: #FFF;
	font: 16px/27px 'oxygenregular';
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
header {
	background: #FFF;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
section {
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: none;
	background-position: center;
	position: relative;
	z-index:10;
}
#Section-04 .background {
	height: 100vh;
	background: none;
	bottom: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.background {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #FFF;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}
#Section-01 .background:before {
	top: -105px;
	left: 0;
	right: 0;
	display: block;
	content: '';
	position: absolute;
	background: url(../images/before-s1-1920.png) bottom no-repeat;
	background-size: contain;
	height: 105px;
}
#Section-02 .background:before {
	top: -123px;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	position: absolute;	
	background: url(../images/before-s2-1920.png) bottom no-repeat;
	background-size: contain;
	height: 123px;	
}
#Section-03 .background:before {
	top: -112px;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	position: absolute;	
	background: url(../images/before-s3-1920.png) bottom no-repeat;
	background-size: contain;
	height: 112px;	
}
#Section-01 .content {
	max-width: 90%;
	padding-bottom: 30px;
	text-align: center;
}
#Section-02 .content {
	padding: 30px 0;
	max-width: 620px;
	text-align: center;
}
#Section-03 .content {
	padding: 30px 0;
	max-width: 880px;
}
#Section-04 .content {
	padding: 30px 0;
	max-width: 560px;
}
#Section-04 .wrap {
	height: 100%;
	max-width: 625px;
	vertical-align: middle;
	display: table;
}
#Section-04 .container {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#Section-04 .content {
	background: #FFF url(../images/bkg-s4.jpg) bottom no-repeat;
	background-size: contain;
	padding: 30px;
	position: relative;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}
.internal .wrapper {
	height: 100%;
}
.internal footer, .push {
	height: 70px; /* .push must be the same height as .footer */
}
#MainSection {
	background-image: url(../images/bkg-01.jpg);
	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 -70px; /* the bottom margin is the negative value of the footer's height */
}
#MainSection .background {
	bottom: auto;
	position: relative;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#MainSection .content {
	padding: 30px 40px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	margin-top: 130px;
}
.logo {
	float: left;
	width: 200px;
	padding: 20px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.area {
	position: absolute;
	width: 201px;
	top: 0;
	left: 20px;
	padding: 90px 10px 5px;
	text-align: center;
	z-index: 100;
}
.area2 {
	position: absolute;
	width: 600px;
	top: 0;
	right: 20px;
	padding: 90px 10px 5px;
	text-align: right;
	z-index: 100;
	color: #FFF;
}
.headerActivated .logo {
	padding: 10px 20px;
	width: 150px;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
footer {
	background: #e01c23;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	position: relative;
	z-index: 10;
}
.copyright {
	color: #FFF;
	padding: 7px 10px;
	font-family: 'josefin_sansregular';
}
.headingMarginL {
	margin-left: 20%;
}



/* #Fonts
================================================== */
h1 {
	font: 28px/36px 'josefin_sansregular';
	color: #e01c23;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.area h1,
.area h1 a,
.area h1 a:visited,
.area2 h1 {
	color: #FFF;
	font: 26px/40px 'oxygenregular';
	text-transform: uppercase;
	text-decoration: none;
	margin: auto;
	letter-spacing: 2px;
	-webkit-text-shadow: 0 0 4px #000;
	-moz-text-shadow: 0 0 4px #000;
	text-shadow: 0 0 4px #000;
}
.area h1 a:hover,
.area h1 a:active {
	text-decoration: underline;
	color: #FFF;
}
h2 {
	font: 22px/28px 'josefin_sansregular';
	color: #e01c23;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.circlesThree h2 {
	background: rgba(224, 28, 35, 0.9);
	position: absolute;
	bottom: 0px;
	text-align: center;
	font: 18px/30px 'josefin_sansregular';
	color: #FFF;
	width: 100%;
	text-transform: uppercase;
	padding: 5px 0 40px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	margin: auto;
}
.circlesThree li:hover h2 {
	line-height: 250px;
	padding: 0;
	background: rgba(224, 28, 35, 1);
}
.area h2 {
	color: #FFF;
	font: 13px/25px 'oxygenregular';
	text-transform: uppercase;
	margin: auto;
	-webkit-text-shadow: 0 0 4px #000;
	-moz-text-shadow: 0 0 4px #000;
	text-shadow: 0 0 4px #000;
}
h3 {
	font: bold 17px/23px 'josefin_sansbold';
	color: #e01c23;
	text-transform: uppercase;
}
h4 {
	font: bold 12px/21px 'josefin_sansbold';
	text-transform: uppercase;
	color: #e01c23;
}
h5 {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	color: #e01c23;
}
h6 {
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	color: #e01c23;
}

a.button {
	background: #e01c23;
	border: 3px solid #1a1a1a;
	border-width: 0 0 3px;
	padding: 10px 35px 10px 15px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	position: relative;	
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	margin: 10px auto;
	font-family: 'josefin_sansbold';
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
a.button:after {
	position: absolute;
	right: 15px;
	height: 0;
	width: 0;
	border-left: 4px solid #FFF;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	display: block;
	content: '';
	top: 50%;
	margin-top: -4px;
}
a.button:hover,
a.button:active {
	background: #666666;
	border-color: #333333;
}
.copyright {
	font-size: 11px;
	line-height: 18px;
}
.centered {
	text-align: center;
}
a.back,
a.back:visited {
	clear: both;
	text-align: right;
	color: #555;
	text-transform: uppercase;
	font-size: 11px;
	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: #e01c23;
}



/* #Navigation
================================================== */
#NavigationTrigger {
	display: none;
}
.navigation {
	float: right;
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	width: calc(100% - 240px);
	padding: 40px 0 0;
	font: 13px/25px 'josefin_sansbold';
	text-transform: uppercase;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.headerActivated .navigation {
	padding: 20px 0 0;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.navigation ul {
	float: right;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}
.navigation li {
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.navigation a,
.navigation a:visited {
	text-decoration: none;
	color: #e01c23;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	display: block;
	padding: 2px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.navigation a:hover,
.navigation a:active,
.navigation a.selected {
	color: #FFF;
	background: #e01c23;
}
.copyright ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	width: 100%;
	overflow: hidden;
}
.copyright li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: auto;
	text-transform: uppercase;
}
.copyright a,
.copyright a:visited {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover,
.copyright a:active {
	color: #FFF;
	text-decoration: underline;
}
.copyright li + li a:before {
	position: relative;
	display: inline-block;
	text-align: center;
	content: '|';
	padding: 0 5px;
}



/* #Lists
================================================== */
.circlesThree {
	padding: 0;
	margin: -30px 0 0 -30px;
	list-style: none;
}
.circlesThree li {
	padding: 0;
	margin: 30px 0 0 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	float: left;
	width: 250px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.circlesThree li:hover {
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.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;
	color: #333;
}
.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 div {
	background: rgba(0, 0, 0, 0.1);
	padding: 0 0 10px;
}
.gallery div h3 {
	position: relative;
	bottom: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	margin-bottom: 5px;
	
}
.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);
}

.twoContent {
	padding: 0;
	margin: -30px 0 0 -30px;
	list-style: none;
}
.twoContent li {
	padding: 0;
	margin: 30px 0 0 30px;
	list-style: none;
	float: left;
	width: -webkit-calc(100% / 2 - 30px);
	width: -moz-calc(100% / 2 - 30px);
	width: calc(100% / 2 - 30px);
}

form.infusion-form {
	max-width: 500px;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	padding: 3px 6px;
}
.req {
	color: #e01c23;
}
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-size: 13px;
	font-style: italic;
}
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-size: 13px;
	font-style: italic;
}
ul.formList li.field {
	width: 60%;
}
ul.formList li.field label {
	font-size: 13px;
	font-style: italic;
}
ul.formList li.labelField {
	width: 100%;
}
ul.formList li.field span {
	display: block;
}
ul.formList li.button,
ul.formList li.noLabel {
	width: 60%;
	margin-left: 40%;
}


/* #Forms
================================================== */
.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;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.field select {
	width: 100%;
	height: 26px;
}
.field textarea {
	height: 80px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: #e01c23;
}
.field input[type="radio"],
.field input[type="checkbox"] {
	width: auto;
}
.button input {
	font: bold 11px/26px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #333;
	border: none;
	padding: 0px 15px;
	height: 26px;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.button input:hover {
	background: #e01c23;
}




/* #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;
}
#Section-03 img,
#Section-04 img {
	float: left;
	width: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	margin: 0 40px 20px 0;
}
#Section-04 img {
	float: right;
	margin: 0 0 20px 40px;
}
#Section-03 img:hover,
#Section-04 img:hover {
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}


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

/* ADDED BY IPANEMADESIGN*/
.renovationBox li {
	background: #fff;
	padding-bottom: 7px;
}

.renovationBox li img {
	border: 0;
}
.renovationBox li p {
	text-align: left;
	margin: 0 7px;
	font-size: 14px;
	line-height: 23px;
}
.renovationBox li h4 {
	margin-top: 5px;
}


.success {
	padding: 5px 10px;
	margin: 15px 10px;
	max-width: 100%;
	background: #CFF09E;
	border: 1px solid #A5B670;
	text-align: center;
	font-styte: italic;
}
.error {
	padding: 5px 10px;
	margin: 15px 10px;
	max-width: 100%;
	background: #F5A2A2;
	border: 1px solid #962A2D;
	text-align: center;
	font-styte: italic;
}
