@charset 'UTF-8';
/*@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,500,400italic,600');*/
@import url("http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,100italic,300italic,400italic,500italic");
@import url('font-awesome.min.css');

@import url('http://fonts.googleapis.com/css?family=Lusitana:400,700');
@import url('http://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Stalemate&display=swap');
@import url('https://fonts.googleapis.com/css?family=Antic+Didone&display=swap');
@import url('https://fonts.googleapis.com/css?family=Homemade+Apple&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
/*@import url('http://fonts.googleapis.com/css?family=Vollkorn');*/


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	html, body {
		background: #f0f4f4;
		color: #4b4b4b;
	}

	body.is-loading * {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	body,input,textarea,select {
		font-size: 16px;
		line-height: 1.75em;
		font-family: "Roboto", Helvetica, sans-serif;
		/*font-weight: 200;*/
	}

	h1,h2,h3,h4,h5,h6 {
		font-weight: 300;
		color: #483949;
		line-height: 1em;
		margin-bottom: 0.2em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		border-bottom-color: transparent;
	}

	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-weight: 600;
	}

	h2 {
		font-size: 2.3em;
		line-height: 1.2em;
	}

	h3 {
		font-size: 2em;
		line-height: 1.2em;
	}

	h4 {
		font-size: 1.4em;
		line-height: 1.2em;
	}

	h5 {
		font-size: 1.2em;
		line-height: 1.2em;
	}

	h6 {
		font-size: 16px;
		line-height: 1.2em
	}

	strong, b {
		font-weight: 500;
	}

	em, i {
		font-style: italic;
		font-weight: 500;
	}

	div.error {
		color: #e44c65;
		font-weight: 700;
		width: 250px;

	}

	.error {
		border-color: #e44c65;
		color: #e44c65;
		font-weight: 700;
	}

	.bg-it{
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		background: #f0f4f4;
		padding-bottom: 40px;
	}

	a {
		color: inherit;
		border-bottom: solid 1px rgba(128,128,128,0.15);
		text-decoration: none;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}

		a:hover {
			color: #7bd4c1 !important;
			border-bottom-color: transparent;
		}

		p > a, section > a {
			color: #455fb3 !important;
		}

		.nobottomborder {
			border-bottom: 0px;
			border-bottom-color: transparent;
		}
		.pws_tabs_controll > li > a {
			border-bottom: 0px;
			border-bottom-color: transparent;
		}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	.hint {
		font-size: 20px;
		top: 30px;
		color: #4860ab;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ol, dl, table { /* ul deleted for tabs */
		margin-bottom: 1em;
	}

	p {
		text-align: justify;
	}

		.centered {
			text-align: center;
			width:100%;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1em;
		}

	br.clear {
		clear: both;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(210, 210, 210, 0.6);
		margin: 1em 0;
	}

		hr.major {
			margin: 4em 0;
		}

		hr:before,
		hr:after {
			content: '';
			position: absolute;
			top: -8px;
			display: block;
			width: 1px;
			height: 9px;
			background: rgba(128,128,128,0.2);
		}

		.navfont {
			font-family: 'Stalemate', cursive;
				font-size: 45px;
		}

		.newromanfont {
			font-family: Antic Didone;
			color: #333333 !important;
		}

		.homemadeapplefont {
			font-family: Homemade Apple;
			color: #333333 !important;
		}

		.ralewayfont {
			font-family: Raleway, sans-serif;
			color: #333333 !important;
		}

	.romanfont {
		font-family: Cinzel, Lusitana, Times;
	}

	.romanfont2 {
		font-family: Vollkorn, serif, Times;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
	}

	.red-it {
		color: #e44c65;
	}
	.green-it {
		color: #7bd4c1 !important;
	}

	.blue-it {
		color: #4860ab !important;
	}

	code {
		background: rgba(200, 200, 200, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
		color: #333333 !important;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.timestamp {
		color: rgba(128,128,128,0.75);
		font-size: 0.8em;
	}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

	/* Sections/Article */

		section,
		article
		{
			margin-bottom: 2em;
		}

			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

			.row > section,
			.row > article
			{
				margin-bottom: 0;
			}

			section.special > header,
			section.special > footer,
			article.special > header,
			article.special > footer
			{
				text-align: center;
			}

		header {
			margin: 0 0 1em 0;
		}

			header > p {
				display: block;
				font-size: 1.5em;
				margin: 1em 0 0.5em 0;
				line-height: 1.0em;
				text-align: inherit;
			}

		footer {
			margin: 1.5em 0 0 0;
		}

	/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #281929;
		display: block;
		font-size: 1.2em;
		font-weight: 300;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		color: #000000;
		display: block;
		padding: 0 1em;
		text-decoration: none;
		background: #F9F9F9; /* very light grey */
		width: 100%;
		border-radius: 0.0em;
		border: solid 1px #E3E3E3; /* a bit darker light grey */
	}

		input[type="text"].small {
			height: 40px;
		}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			background: #fff
			border-color: #df7366; /* THIS IS THE ONE */
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(255, 255, 255, 0.3);
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	select option {
		background-color: #df7366;
		color: #ffffff;
	}

	select:focus::-ms-value {
		background: transparent;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: rgba( 75, 75, 75, 0.8) !important;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.55em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px rgba(85, 85, 85, 0.3);
				content: '';
				display: inline-block;
				height: 1.8em;
				left: 0;
				line-height: 1.725em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.8em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: rgba(180, 180, 180, 0.5);
			color: #555555;
			content: '\f00c';
		}

		input[type="checkbox"]:disabled + label:before{
			background: rgba(0, 0, 0, 0.5);
			color: #555555;
			content: '-';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #e44c65;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		color: rgba(85, 85, 85, 0.5) !important;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.alt {
			text-decoration: none;
		}

			.icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.icon.alt:before {
				color: #1c1d26 !important;
				text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
			}

		.icon.major {
			background: #272833;
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 6em;
			line-height: 6em;
			margin: 0 0 2em 0;
			text-align: center;
			width: 6em;
		}

			.icon.major:before {
				font-size: 2.25em;
			}

			.icon.major.alt {
				text-decoration: none;
			}

				.icon.major.alt:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				.icon.major.alt:before {
					color: #272833 !important;
					text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
				}

	/* Image */

		.image {
			position: relative;
			display: inline-block;
			border: 0;
			outline: 0;
		}

			/* Uncomment the block below if you want linked images to highlight on hover */

			.image img {
				display: block;
				width: 100%;
		border-radius: 4px;
			}

			.image.fit {
				display: block;
				width: 100%;
			}

			.image.featured {
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}

			.image.left {
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.right {
				float: right;
				margin: 0 0 2em 2em;
			}

			.image.centered {
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img {
					margin: 0 auto;
					width: auto;
				}

	/* List */

		ul {
		}

			ul.default {
				list-style: disc;
				padding-left: 1em;
			}

				ul.default li {
					padding-left: 0.5em;
				}

			ul.actions {
				margin: 3em 0 0 0;
			}

				form ul.actions {
					margin-top: 0;
				}

				ul.actions li {
					display: inline-block;
					margin: 0 0.75em 0 0.75em;
				}

				ul.actions li:first-child {
					margin-left: 0;
				}

				ul.actions li:last-child {
					margin-right: 0;
				}

			ul.divided {
			}

				ul.divided li {
					border-top: solid 1px rgba(128,128,128,0.2);
					padding-top: 1.5em;
					margin-top: 1.5em;
				}

				ul.divided li:first-child {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

			ul.menu {
				height: 1em;
				line-height: 1em;
			}

				ul.menu li {
					display: inline-block;
					border-left: solid 1px rgba(128,128,128,0.2);
					padding-left: 1.25em;
					margin-left: 1.25em;
				}

				ul.menu li:first-child {
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

		ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
		}

			ol.default {
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li {
					padding-left: 0.25em;
				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		font-size:12px;
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(80, 80, 80, 0.3);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(80, 80, 80, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #A3A3A3;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 1px rgba(80, 80, 80, 0.3);
		}

		table tfoot {
			border-top: solid 1px rgba(80, 80, 80, 0.3);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(80, 80, 80, 0.3);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: 0;
		box-shadow: inset 0 0 0 1px rgba(180, 180, 180, 0.7);
		color: #A3A3A3 !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		height: 3em;
		line-height: 3em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		.button:hover,
		.button:active {
			box-shadow: inset 0 0 0 1px #e44c65;
			color: #e44c65 !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: rgba(228, 76, 101, 0.15);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #e44c65;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #e76278;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #e13652;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: rgba(255, 255, 255, 0.3) !important;
			box-shadow: none !important;
			color: #ffffff !important;
			cursor: default;
			opacity: 0.25;
		}

	/* Post */

		.post
		{
		}

			.post.stub
			{
				text-align: center;
			}

				.post.stub header
				{
					margin: 0;
				}

/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 5em;
		left: 50%;
		margin: 0 0 0 -5em;
		overflow: hidden;
		position: absolute;
		text-indent: 10em;
		white-space: nowrap;
		width: 10em;
		z-index: 1;
	}

		.goto-next:before {
			background-image: url("images/arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			content: '';
			display: block;
			height: 1.5em;
			left: 50%;
			margin: -0.75em 0 0 -1em;
			position: absolute;
			top: 50%;
			width: 2em;
			z-index: 1;
		}

/* Spotlight */

	.spotlight {
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		height: 100vh;
		overflow: hidden;
		position: relative;
	}

		.spotlight:nth-last-of-type(1) {
			z-index: 1;
		}

		.spotlight:nth-last-of-type(2) {
			z-index: 2;
		}

		.spotlight:nth-last-of-type(3) {
			z-index: 3;
		}

		.spotlight:nth-last-of-type(4) {
			z-index: 4;
		}

		.spotlight:nth-last-of-type(5) {
			z-index: 5;
		}

		.spotlight:nth-last-of-type(6) {
			z-index: 6;
		}

		.spotlight:nth-last-of-type(7) {
			z-index: 7;
		}

		.spotlight:nth-last-of-type(8) {
			z-index: 8;
		}

		.spotlight:nth-last-of-type(9) {
			z-index: 9;
		}

		.spotlight:nth-last-of-type(10) {
			z-index: 10;
		}

		.spotlight:nth-last-of-type(11) {
			z-index: 11;
		}

		.spotlight:nth-last-of-type(12) {
			z-index: 12;
		}

		.spotlight:nth-last-of-type(13) {
			z-index: 13;
		}

		.spotlight:nth-last-of-type(14) {
			z-index: 14;
		}

		.spotlight:nth-last-of-type(15) {
			z-index: 15;
		}

		.spotlight:nth-last-of-type(16) {
			z-index: 16;
		}

		.spotlight:nth-last-of-type(17) {
			z-index: 17;
		}

		.spotlight:nth-last-of-type(18) {
			z-index: 18;
		}

		.spotlight:nth-last-of-type(19) {
			z-index: 19;
		}

		.spotlight:nth-last-of-type(20) {
			z-index: 20;
		}

		.spotlight:before {
			/*background-image: url("images/overlay.png");*/
			content: '';
			display: block;
			height: 100%;
			left: 0;
			top: 0;
			width: 100%;
		}

		.spotlight .image.main {
			display: none;
		}

			.spotlight .image.main img {
				position: relative;
			}

		.spotlight .content {
			-moz-transform: -moz-translate(0,0);
			-webkit-transform: -webkit-translate(0,0);
			-o-transform: -o-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-o-transition: -o-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			background: rgba(23, 24, 32, 0.95);
			border-style: solid;
			opacity: 1;
			position: absolute;
		}

		.spotlight .goto-next {
			-moz-transform: -moz-translate(0,0);
			-webkit-transform: -webkit-translate(0,0);
			-o-transform: -o-translate(0,0);
			-ms-transform: -ms-translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
			-o-transition: -o-transform 0.75s ease, opacity 1s ease-in;
			-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
			transition: transform 0.75s ease, opacity 1s ease-in;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-o-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			opacity: 1;
		}

		.spotlight.top .content, .spotlight.bottom .content {
			left: 0;
			padding: 5.1em 0 3.1em 0;
			width: 100%;
		}

		.spotlight.top .content {
			border-bottom-width: 0.35em;
			top: 0;
		}

		.spotlight.bottom .content {
			border-top-width: 0.35em;
			bottom: 0;
		}

		.spotlight.left .content, .spotlight.right .content {
			height: 101%;
			padding: 6em 3em;
			top: 0;
			width: 28em;
		}

		.spotlight.left .content {
			border-right-width: 0.35em;
			left: 0;
		}

		.spotlight.right .content {
			border-left-width: 0.35em;
			right: 0;
		}

		.spotlight.style1 .content {
			border-color: #e44c65;
		}

		.spotlight.style2 .content {
			border-color: #5480f1;
		}

		.spotlight.style3 .content {
			border-color: #39c088;
		}

		.spotlight.inactive .content {
			opacity: 0;
		}

		.spotlight.inactive .goto-next {
			-moz-transform: translate(0,1.5em);
			-webkit-transform: translate(0,1.5em);
			-o-transform: translate(0,1.5em);
			-ms-transform: translate(0,1.5em);
			transform: translate(0,1.5em);
			opacity: 0;
		}

		.spotlight.inactive.top .content {
			-moz-transform: translate(0,-5em);
			-webkit-transform: translate(0,-5em);
			-o-transform: translate(0,-5em);
			-ms-transform: translate(0,-5em);
			transform: translate(0,-5em);
		}

		.spotlight.inactive.bottom .content {
			-moz-transform: translate(0,5em);
			-webkit-transform: translate(0,5em);
			-o-transform: translate(0,5em);
			-ms-transform: translate(0,5em);
			transform: translate(0,5em);
		}

		.spotlight.inactive.left .content {
			-moz-transform: translate(-5em,0);
			-webkit-transform: translate(-5em,0);
			-o-transform: translate(-5em,0);
			-ms-transform: translate(-5em,0);
			transform: translate(-5em,0);
		}

		.spotlight.inactive.right .content {
			-moz-transform: translate(5em,0);
			-webkit-transform: translate(5em,0);
			-o-transform: translate(5em,0);
			-ms-transform: translate(5em,0);
			transform: translate(5em,0);
		}

	body.is-touch .spotlight {
		background-attachment: scroll;
	}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

		.icon > .label {
			display: none;
		}

		.icon.circled
		{
			position: relative;
			display: inline-block;
			background: #2b252c;
			color: #fff;
			border-radius: 50%;
			width: 3em;
			height: 3em;
			line-height: 3.25em;
			text-align: center;
			font-size: 1.25em;
		}

			header .icon.circled
			{
				margin: 0 0 2em 0;
			}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	.wrapper
	{
		background: #fff;
		margin: 0 0 2em 0;
		padding: 6em 0 3em 0;
	}

		.wrapper.style1
		{
			padding-top: 2em;
		}

		.wrapper.style2
		{
			padding-top: 0;
		}

	.wrap {
		margin: 0 auto;
		overflow: hidden;
		padding: 0 0 15 px;
		position: relative;
		text-align: center;
		/*width: 1000 px;*/
		width: 100%;
	}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background-image: url('../images/header.jpg');
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		color: #fff;
		text-align: center;
		cursor: default;
		padding: 9em 0 2em 0;
	}

		.homepage #header
		{
			padding: 4em 0 4em 0;
		}

			.homepage #header .overlay
			{
				content: '';
				background: #1C0920;
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				opacity: 1.0;
				-moz-transition: opacity 2s ease-in-out;
				-webkit-transition: opacity 2s ease-in-out;
				-o-transition: opacity 2s ease-in-out;
				-ms-transition: opacity 2s ease-in-out;
				transition: opacity 2s ease-in-out;
			}

			.homepage #header.ready .overlay
			{
				opacity: 0;
 				filter: alpha(opacity=0);
				z-index: 1;
			}

		#header .inner /* class ---- 'id' would be with a '#' before */
		{
			position: relative;
			z-index: 1;
			margin: 0;
			padding: 0 0 3em 0; /* try to take out 3em here to see what it does */
		}

		#header h2 /* element */
		{
			color: #c14167;
			font-size: 3em;
			line-height: 1em;
		}

			.homepage #header h1
			{
				font-size: 4em;
			}

			#header h1 a
			{
				color: inherit;
			}

		#header header > p
		{
			font-size: 1.25em;
			margin: 0;
		}

		#header .button
		{
			display: inline-block;
			border-radius: 0.0em;
			width: 4.5em;
			height: 4.5em;
			line-height: 4.5em;
			text-align: center;
			font-size: 1.25em;
			padding: 0;
		}

		#header header
		{
			display: inline-block;
		}

		#header footer
		{
			margin: 1em 0 0 0;
		}

		#header hr
		{
			top: 1em;
			margin-bottom: 2em;

			border-bottom-color: rgba(192,192,192,0.35);
			box-shadow: inset 0 1px 0 0 rgba(192,192,192,0.35);
			filter: alpha(opacity=35);
		}

			#header hr:before,
			#header hr:after
			{
				background: rgba(192,192,192,0.35);
				filter: alpha(opacity=35);
			}


/*********************************************************************************/
/* MS TOP LEFT                                                                   */
/*********************************************************************************/

#ms_top_left {
	position: absolute;
	top: 0px;
	left: 65px;
	cursor: default;
	z-index: 270;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
}

/*********************************************************************************/
/* Topdate                                                                       */
/*********************************************************************************/
.container{

}

#topdate
{
	position: absolute;
	top: 14%;
	width: 38%;
	max-width: 455px;
	min-width: 285px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.0);
	filter: alpha(opacity=0);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 0 0 0;
}

	#topdate > a, #topdate > a > img
	{
		filter: alpha(opacity=95);
	}

/*********************************************************************************/
/* Back To Home                                                                           */
/*********************************************************************************/

#BTHimagelink {
	position: absolute;
	bottom: 15%;
	width: 20%;
	min-width: 50px;
	max-width: 200px;
	background: rgba(0,0,0,0.0);
	filter: alpha(opacity=0);
	align: center;
	text-align: center;
	padding: 0 0 0 0;
	left: 40px;
	z-index: 1000;
}

#BTHimagelink_top {
	position: absolute;
	top: 15px;
	width: 20%;
	min-width: 50px;
	max-width: 200px;
	background: rgba(0,0,0,0.0);
	filter: alpha(opacity=0);
	align: center;
	text-align: center;
	padding: 0 0 0 0;
	left: 40px;
	z-index: 1000;
}

	#BTHimagelink > a > img
	{
		filter: alpha(opacity=100);
	}

	#BTHimagelink a {
		z-index:1200;
		text-align: center;
		border-bottom: solid 0px rgba(128,128,128,0.15);
		margin-left: auto;
		margin-right: auto;
	}

#BTHimagetext {
	margin-left: auto;
	margin-right: auto;
	z-index: 220;
	position: absolute;
	bottom: 9%;
	text-align: center;
	margin-bottom: auto;
	margin-top: auto;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	width: 100%;
}

/*********************************************************************************/
/* RSVP                                                                           */
/*********************************************************************************/

#RSVPimagelink {
	position: absolute;
	top: 34%;
	width: 40%;
	min-width: 300px;
	max-width: 509px;
	cursor: default;
	background: rgba(0,0,0,0.0);
	filter: alpha(opacity=0);
	margin-left: auto;
	margin-right: auto;
	align: center;
	text-align: center;
	padding: 0 0 0 0;
	left: 0;
	right: 0;
}


	#RSVPimagelink > a > img
	{
		filter: alpha(opacity=100);
	}

	#RSVPimagelink a {
		z-index:1;
		text-align: center;
		border-bottom: solid 0px rgba(128,128,128,0.15);
		margin-left: auto;
		margin-right: auto;
	}

#RSVPimagetext {
	margin-left: auto;
	margin-right: auto;
	z-index: 220;
	position: absolute;
	bottom: 9%;
	text-align: center;
	margin-bottom: auto;
	margin-top: auto;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	width: 100%;
}

#header_rsvp_topdate {
    /* background: url("../img/bg-menu-shadow.png") repeat-x scroll center bottom transparent;*/
    /*background: #FF0000;*/
    padding: 0 0 0 0;
    position: fixed;
    top: 0px; /* -115*/
    width: 100%;
    z-index: 300;
}

.boxshade {
    box-shadow: 0 0.15em 0.25em 0 rgba(0,0,0,0.25);
}

#header_rsvp_topdate .wrap {
    width: auto;
}

#rsvp {
    background: rgba(256,256,256,0.80);
    filter: alpha(opacity=80);
    font-family: inherit;
    font-size: 16px;
    text-align: left;
}

#rsvp .inside {
    height: 5%;
    margin: 0 0 0 10%;
    overflow: hidden;
    padding: 45px 0 20px 5%;
    position: relative;
    text-align: left;
    width: 80%;
    filter: alpha(opacity=100);
}

#rsvp .title-wrap {
	width: 210px;
	margin: 0 20px 10px 0;
	font-family: Cinzel;
	font-weight: 350;
    display: block;
	float:left;
}
#rsvp p {
    clear: both;
    color: #D53535;
    line-height: 1;
    display: block;
	float:left;
}
#rsvp .rsvp-link {
    background: url("../images/btn-x.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 34px;
    position: absolute;
    right: 12%;
    top: 45px;
    width: 34px;
}

#rsvp .another-wrap {
    overflow: hidden;
    display: block;
	float:left;
}

#rsvp .input-wrap {
	width: 140px;
	margin: 0 0 2px;
	padding: 0 5px;
	display: block;
	float:left;
}

#rsvp label {
	width: 300px;
	display: block;
	float:left;
	padding: 0 5px;
	margin-bottom: 5px;
}

#rsvp input.text {
    /*height: 15px;*/
    /*line-height: 15px;*/
    /*padding: 0;*/
    margin: 0;
    width: 250px;
}

#rsvp .submit {
    /*background: url("../img/btn-submit.png") no-repeat scroll 0 0 transparent;*/
    /*border: medium none;*/
    cursor: pointer;
    /*height: 0;*/
    /*margin: 16px 0 0;*/
    /*padding-top: 19px;*/
    /*width: 56px;*/
}

#rsvp .close-btn {
}

#rsvp .rsvp-received {
    font-size: 30px;
    left: 160px;
    position: absolute;
    top: 39px;
}

#rsvp .error {
    color: #D53535;
    font-style: italic;
    margin: 10px 0 0;
    text-transform: none;
}

/*********************************************************************************/
/* welcometext                                                                           */
/*********************************************************************************/

#welcometext
{
	/* my insertion */
	background: rgba(256,256,256,0.21);
	filter: alpha(opacity=21);
	-webkit-transition: background .6s;
	-moz-transition: background .6s;
	-o-transition: background .6s;
	transition: background .6s;
	transition-property: background;
	transition-duration: 0.6s;
	transition-timing-function: initial;
	transition-delay: initial;

	position: absolute;
	top: 0%;
	right: 0;
	width: 450px;
	height: 240px;
	text-align: center;
	padding: 5em 3em 3em 3em;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
	z-index: 1000;
	overflow: hidden;
}

#welcometext_our_family
{
	/* my insertion */
	background: rgba(256,256,256,0.0);
	filter: alpha(opacity=0);
	-webkit-transition: background .6s;
	-moz-transition: background .6s;
	-o-transition: background .6s;
	transition: background .6s;
	transition-property: background;
	transition-duration: 0.6s;
	transition-timing-function: initial;
	transition-delay: initial;

	position: absolute;
	top: 50px;
	left: 450px;
	width: 820px;
	height: 200px;
	text-align: center;
	padding: 4em 3em 3em 3em;
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
	z-index: 1000;
	overflow: hidden;
}

#image_our_family
{
	/* my insertion */
	filter: alpha(opacity=66);
	-webkit-transition: background .6s;
	-moz-transition: background .6s;
	-o-transition: background .6s;
	transition: background .6s;
	transition-property: background;
	transition-duration: 0.6s;
	transition-timing-function: initial;
	transition-delay: initial;

	background-image: url('../images/family_h.jpg');
	background-repeat: no-repeat;
	background-size: cover;

	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 100%;
	display: block;
	z-index: 1000;
	overflow: hidden;
}

#image_ultrasound
{
	/* my insertion */
	filter: alpha(opacity=66);
	-webkit-transition: background .6s;
	-moz-transition: background .6s;
	-o-transition: background .6s;
	transition: background .6s;
	transition-property: background;
	transition-duration: 0.6s;
	transition-timing-function: initial;
	transition-delay: initial;

	background-image: url('../images/ultrasound_pix.png');
	background-repeat: no-repeat;
	background-size: contain;

	position: absolute;
	top: 200px;
	right: 250px;
	width: 60%;
	height: 70%;
	display: block;
	z-index: 1000;
	overflow: hidden;
}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

.header-container {
	width: 100%;
}

	#nav
	{
		/* my insertion */
		background: rgba(0,0,0,0.75);
		filter: alpha(opacity=75);
		-webkit-transition: background .6s;
		-moz-transition: background .6s;
		-o-transition: background .6s;
		transition: background .6s;
		transition-property: background;
		transition-duration: 0.6s;
		transition-timing-function: initial;
		transition-delay: initial;

		position: absolute;
		bottom: 18%;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 0.4em 0 0.4em 0;
		z-index: 1100;
		overflow: hidden;
	}

	#nav.dark-header{
		background: rgba(0,0,0,0.75);
		filter: alpha(opacity=75);
		position: fixed;
		top: 0px;
		bottom: auto;
		-webkit-transition: background .4s;
		-moz-transition: background .4s;
		-o-transition: background .4s;
		transition: background .6s;
		transition-property: background;
		transition-duration: 0.6s;
		transition-timing-function: initial;
		transition-delay: initial;
		z-index:999;
	}

	#nav.flying-header{
		background: rgba(0,0,0,0.75);
		filter: alpha(opacity=75);
		position: absolute;
		bottom: 18%;
		z-index:999;
	}

		#nav > ul
		{
			line-height: 0px;
			position: relative;
			display: inline-block;
			margin: 0;

			height: 21px;
			//border-left: solid 1px rgba(192,192,192,0.35);
			//border-right: solid 1px rgba(192,192,192,0.35);
		}

/*			#nav > ul:before,
			#nav > ul:after
			{
				content: '';
				display: block;
				width: 300%;
				position: absolute;
				top: 50%;
				margin-top: -2px;

				height: 5px;
				border-top: solid 1px rgba(192,192,192,0.35);
				border-bottom: solid 1px rgba(192,192,192,0.35);
			}

			#nav > ul:before
			{
				left: 100%;
				margin-left: 1px;
			}

			#nav > ul:after
			{
				right: 100%;
				margin-right: 1px;
			}*/

			#nav > ul > li
			{
				filter: alpha(opacity=100);
				display: inline-block;
				margin: -9px 0.5em 0 0.5em;
				border-radius: 0.0em;
				padding: 0.85em;
				border: solid 1px transparent;
				-moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				font-size: 20px;
			}

				#nav > ul > li.active, #nav > ul > li > a:hover
					color: #7bd4c1;		{
					/*border-color: rgba(192,192,192,0.35);*/
				}

				#nav > ul > li > a,
				#nav > ul > li > span
				{
					display: block;
					color: inherit;
					text-decoration: none;
					border: 0;
					outline: 0;
				}

				#nav > ul > li > ul
				{
					display: none;
				}

	.dropotron
	{
		background: rgba(255,255,255,0.75);
		filter: alpha(opacity=75);
		padding: 0.75em 1em 0.75em 1em;
		line-height: 0.6em;
		height: auto;
		text-align: left;
		border-radius: 0.0em;
		box-shadow: 0 0.15em 0.25em 0 rgba(0,0,0,0.25);
		min-width: 12em;
		margin-top: -1em;
	}

		.dropotron li
		{
			border-top: solid 1px rgba(128,128,128,0.2);
			filter: alpha(opacity=100);
			color: #5b5b5b;
		}

			.dropotron li:first-child
			{
				border-top: 0;
				font-weight: 400;
			}

			.dropotron li:hover
			{
				color: #7bd4c1;
				font-weight: 400;
			}

			.dropotron li a,
			.dropotron li span
			{
				display: block;
				border: 0;
				padding: 0.5em 0 0.5em 0;
				-moz-transition: color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out;
				-o-transition: color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out;
				font-weight: 400;
			}

		.dropotron.level-0
		{
			margin-top: 2em;
			font-size: 0.9em;
			filter: alpha(opacity=100);
		}

			.dropotron.level-0:before
			{
				content: '';
				position: absolute;
				left: 50%;
				top: -0.7em;
				margin-left: -0.75em;
				border-bottom: solid 0.75em rgba(255,255,255,0.975);
				border-left: solid 0.75em rgba(64,64,64,0);
				border-right: solid 0.75em rgba(64,64,64,0);
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		background: #fff;
		text-align: center;
		padding: 4.5em 0 4.5em 0;
		margin-bottom: 0;
	}

		#banner header > p
		{
			margin-bottom: 0;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

		#content > hr
		{
			top: 3em;
			margin-bottom: 6em;
		}

		#content > section
		{
			margin-bottom: 0;
		}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

		#sidebar > hr.first
		{
			display: none;
		}

		#sidebar > hr
		{
			top: 1.5em;
			margin-bottom: 2em;
		}

		#sidebar > section
		{
			margin-bottom: 0;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		margin-bottom: 0;
	}

		#main section:first-of-type
		{
			padding-top: 1em;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: relative;
		overflow: hidden;
		padding: 6em 0 6em 0;
		background: #2b252c;
		color: #fff;
	}

		#footer .icon.circled
		{
			background: #fff;
			color: #2b252c;
		}

		#footer header
		{
			text-align: center;
			cursor: default;
		}

		#footer h2,
		#footer h3,
		#footer h4,
		#footer h5,
		#footer h6
		{
			color: #fff;
		}

		#footer .contact
		{
			text-align: center;
		}

			#footer .contact p
			{
				text-align: center;
				margin: 0 0 3em 0;
			}

		#footer .copyright
		{
			text-align: center;
			color: rgba(128,128,128,0.75);
			font-size: 0.8em;
			cursor: default;
		}

			#footer .copyright a
			{
				color: rgba(128,128,128,0.75);
				opacity: 0.75;
			}

				#footer .copyright a:hover
				{
					color: rgba(212,212,212,0.85);
					opacity: 0.85;
				}

/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/

	.carousel
	{
		position: relative;
		overflow: hidden;
		padding: 2em 0 2em 0;
		margin-bottom: 0;
	}

		.carousel .forward,
		.carousel .backward
		{
			position: absolute;
			top: 50%;
			width: 6em;
			height: 12em;
			margin-top: -6em;
			cursor: pointer;
		}

		.carousel .forward
		{
			right: 0;
		}

		.carousel .backward
		{
			left: 0;
		}

			.carousel .forward:before,
			.carousel .backward:before
			{
				content: '';
				display: block;
				width: 6em;
				height: 6em;
				border-radius: 0.0em;
				background-color: rgba(72,57,73, 0.5);
				opacity: 0.5;
				position: absolute;
				top: 50%;
				margin-top: -3em;
				-moz-transition: background-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out;
				-webkit-backface-visibility: hidden;
			}

			.carousel .forward:after,
			.carousel .backward:after
			{
				content: '';
				width: 3em;
				height: 3em;
				position: absolute;
				top: 50%;
				margin: -1.5em 0 0 0;
				background: url('images/arrow.svg') no-repeat center center;
			}

			.carousel .forward:after
			{
				right: -0.25em;
			}

			.carousel .backward:after
			{
				left: -0.25em;
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
    		}

			.carousel .forward:before
			{
				right: -3em;
			}

			.carousel .backward:before
			{
				left: -3em;
			}

			.carousel .forward:hover:before,
			.carousel .backward:hover:before
			{
				background-color: rgba(239,131,118, 0.75);
				opacity: 0.75;
			}

		.carousel .reel
		{
			white-space: nowrap;
			position: relative;
			-webkit-overflow-scrolling: touch;
			padding: 0 2em 0 2em;
		}

		.carousel article
		{
			display: inline-block;
			width: 18em;
			background: #fff;
			text-align: center;
			padding: 0 1em 3em 1em;
			margin: 0 2em 0 0;
			white-space: normal;
			opacity: 1.0;
			-moz-transition: opacity 0.75s ease-in-out;
			-webkit-transition: opacity 0.75s ease-in-out;
			-o-transition: opacity 0.75s ease-in-out;
			-ms-transition: opacity 0.75s ease-in-out;
			transition: opacity 0.75s ease-in-out;
		}

			.carousel article.loading
			{
				opacity: 0;
			}

			.carousel article .image
			{
				position: relative;
				left: -1em;
				top: 0;
				width: auto;
				margin-right: -2em;
				margin-bottom: 3em;
			}

			.carousel article p
			{
				text-align: center;
			}


/*********************************************************************************/
/* Lean overlay                                                                  */
/*********************************************************************************/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/*********************************************************************************/
/* New Clearfix                                                                  */
/*********************************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
