@charset "utf-8";

@font-face {
	font-family: "EB Garamond";
	font-style: normal;
	font-weight: 400;
	src: local("EB Garamond"), local("EBGaramond"), url("fonts/ebgaramond/ebgaramond.ttf") format("truetype");
}

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; padding: 0; border: 0; font-size: 100%; font: inherit; font-weight: normal; 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; }

body {
	font-family: Arial, sans-serif;
	color: #444;
	margin: 0;
	background: #1f2123;
	min-width: 1000px;
	font-size: 16px;
	line-height: 22px;
}

#page {
	margin: 0 auto;
}

header a,
footer a,
footer .news a strong,
header nav {
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

a {
	color: #61b8e1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header-behind {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 225px;
	overflow: hidden;
}

#header-behind div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center -125px;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: none;
}

#header-behind div.himg1 { background-image: url("../img/header-run.jpg"); display: block; }
#header-behind div.himg2 { background-image: url("../img/header-couch.jpg"); background-position: center -175px; }
#header-behind div.himg3 { background-image: url("../img/header-roof.jpg"); }
#header-behind div.himg4 { background-image: url("../img/header-stairs.jpg"); }

header {
	position: relative;
	background: transparent;
	width: 100%;
	height: 225px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 -2px 10px 0 inset;
	overflow: hidden;
	z-index: 2;
}

.start header,
.start #header-behind {
	height: 450px;
}

.start #header-behind div {
	background-position: center top;
}

header a#logo {
	display: block;
	width: 258px;
	height: 107px;
	width: 272px;
	height: 121px;
	background-color: transparent;
	background-image: url("../img/logo-s.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	z-index: 10;
	position: absolute;
	top: 35px;
	left: -7px;
}

header nav {
	position: absolute;
	top: 50px;
	top: 38px;
	left: auto;
	right: 0;
	background: #111;
	text-transform: lowercase;
	padding: 0;
	padding-right: 8px;
	font-size: 15px;
	font-size: 23px;
	line-height: 17px;
	font-family: Garamond, "EB Garamond", serif;
	text-align: right;
	box-shadow: rgba(0, 0, 0, 0.4) 0 8px 8px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: 56px;
	border-radius: 3px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

header nav:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

header nav a {
	color: white;
	display: inline-block;
	margin: -1px 0 0 8px;
	padding: 20px 14px;
	position: relative;
	height: 18px;
}

header nav a:hover {
	color: #fdda44;
	text-decoration: none;
}

header nav a.active {
	background-color: #ffe577;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmZlNTc3Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmRkYTQ0Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffe577), color-stop(100%, #fdda44));
	background-image: -webkit-linear-gradient(top, #ffe577 0%, #fdda44 100%);
	background-image: -moz-linear-gradient(top, #ffe577 0%, #fdda44 100%);
	background-image: -ms-linear-gradient(top, #ffe577 0%, #fdda44 100%);
	background-image: -o-linear-gradient(top, #ffe577 0%, #fdda44 100%);
	background-image: linear-gradient(to bottom, #ffe577 0%, #fdda44 100%);
	color: #111;
}

#teaser h1 {
	position: absolute;
	top: 182px;
	left: 212px;
	padding: 14px 35px 18px 35px;
	line-height: 49px;
	font-size: 46px;
	font-weight: bold;
	font-family: Garamond, "EB Garamond", serif;
	color: #fdda44;
	text-shadow: rgba(0, 0, 0, 0.75) 0 2px 8px;
}

#teaser a.btn-buy,
.c30 a.button {
	position: absolute;
	top: 260px;
	left: 378px;
	display: block;
	color: white;
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 26px;
	font-family: Garamond, "EB Garamond", serif;
	background-color: transparent;
	background-color: #2080eb;
	background-image: url("../img/arrow-white.png");
	background-repeat: no-repeat;
	background-position: 220px 17px;
	padding: 8px 39px 10px 14px;
	text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 0 0;
	border-radius: 3px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

#teaser a.btn-buy:hover,
.c30 a.button:hover {
	color: #2080eb;
	background-color: white;
	background-image: url("../img/arrow-blue.png");
	text-decoration: none;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

#content {
	background-color: #e4eaf0;
	background-image: url("../img/bg.jpg");
	background-repeat: repeat;
	background-position: center top;
	padding: 0;
	margin-bottom: -50px;
	*margin-bottom: 0px;
}

#main {
	position: relative;
	z-index: 10;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 40px 45px;
	width: 910px;
	margin: 0 auto;
	top: -50px;
	*top: 0px;
	background-color: rgb(255, 255, 255);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjc1IiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMCkiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZzEpIiAvPjwvc3ZnPg==);
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(75%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
	box-shadow: rgba(0, 0, 0, 0.25) 0 -2px 10px 0;
}

#main .inner {
	width: auto;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.c30 {
	float: left;
	width: 30%;
}

.c70 {
	float: left;
	width: 70%;
}

.c70 h2 {
	font-family: Garamond, "EB Garamond", serif;
	font-size: 22px;
	line-height: 30px;
	border-bottom: 3px solid #61b8e1;
	display: inline-block;
	color: #222;
}

.c70 h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	margin: 4px 0;
}

.c30 h3 {
	font-weight: bold;
	margin: 0 0 12px;
}

.c30 h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 16px 0 0;
}

.c30 p,
.c30 ul li {
	font-size: 14px;
	line-height: 20px;
}

.c30 ul {
	margin: 0 0 12px 24px;
}

.c30 ul li {
	list-style-type: square;
}

.c70 h1,
.admin h1 {
	font-family: Garamond, "EB Garamond", serif;
	font-size: 36px;
	line-height: 42px;
	margin: 0 0 24px;
	color: #333;
}

.c70 p {
	margin: 0 0 36px;
	color: #777;
	line-height: 24px;
}

.c70 p a img {
	display: inline-block;
}

.c70 a.quick-look img {
	width: 180px;
	height: 120px;
	margin: 0 20px 0 0;
}

.c30 .cinner {
	padding-right: 20px;
}

.c70 .cinner {
	padding-left: 25px;
}

footer {
	background: #1f2123;
}

footer .inner {
	position: static;
}

footer .news {
	background: #262829;
	color: #fff;
	padding: 40px 0;
}

footer .news a {
	display: block;
	float: left;
	width: 25%;
	color: #d7d7d7;
}

footer .news a.heading {
	text-align: right;
}

footer .news a:hover {
	text-decoration: none;
	color: #f0f0f0;
}

footer .news a strong {
	display: block;
	margin: 0 0 15px;
	padding: 0 30px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #fdda44;
}

footer .news a:hover strong {
	color: #fde272;
}

footer .news a.heading strong {
	font-family: Garamond, "EB Garamond", serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	padding-right: 50px;
}

footer .news a span {
	display: block;
	padding: 0 30px 0 0;
	font-size: 14px;
	line-height: 20px;
}

footer .news a.heading span {
	padding-right: 50px;
}

footer .info {
	display: block;
	padding: 40px 0;
	font-size: 11px;
	line-height: 23px;
	text-align: right;
	position: relative;
	color: #b7b7b7;
	letter-spacing: 1px;
}

footer .info a {
	color: #b7b7b7;
	margin: 0 10px;
}

footer .info a:hover {
	color: #fff;
	text-decoration: none;
}

footer .info span.divider {
	color: #6d7173;
}

footer .info .image {
/*	position: absolute;
	top: 6px;
	left: 0;*/
	float: left;
	padding-top: 6px;
	text-align: left;
}

footer .info .image a {
	display: block;
	width: 120px;
	height: 35px;
	background-color: transparent;
	background-image: url("../img/footer-jailers.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	opacity: 0.66;
	filter: alpha(opacity=66);
}

footer .info .copyright {
/*	position: absolute;
	top: 3px;
	left: 150px;*/
	float: left;
	padding-top: 3px;
	text-align: left;
}

footer .info .copyright a {
	display: block;
	width: 165px;
	height: 38px;
	background-color: transparent;
	background-image: url("../img/footer-vaw.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	opacity: 0.66;
	filter: alpha(opacity=66);
}

footer .info .copyright a:hover,
footer .info .image a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-wrap,
#loopedSlider {
	border: 1px solid #d6d6d6;
	margin: 0 0 44px;
	background: white;
	padding: 15px 0 30px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 25px 0 inset;
}

#loopedSlider {
	padding-top: 12px;
	padding-bottom: 85px;
	*padding-top: 85px;
	*padding-bottom: 15px;
}

.carousel-wrap img {
	border: 1px solid #e0e0e0;
}

.carousel-noborder img {
	border: 0;
}

.carousel-wrap #left-button,
.carousel-wrap #right-button,
#loopedSlider a.previous,
#loopedSlider a.next {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 105;
	width: 65px;
	height: 55px;
	background-color: rgba(255, 255, 255, 0.4);
	background-image: url("../img/carousel-left.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -5000px;
	text-transform: capitalize;
	cursor: pointer;
	border: 1px solid #d6d6d6;
}

#loopedSlider a.previous {
	left: 34px;
	bottom: 25px;
	*bottom: auto;
	*top: 25px;
}

.carousel-wrap #right-button,
#loopedSlider a.next {
	left: auto;
	right: 15px;
	background-image: url("../img/carousel-right.png");
}

#loopedSlider a.next {
	right: 34px;
	bottom: 25px;
	*bottom: auto;
	*top: 25px;
}

.carousel-wrap #left-button:active,
.carousel-wrap #right-button:active,
#loopedSlider a.previous:active,
#loopedSlider a.next:active {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.carousel-wrap #title-text {
	text-align: center;
	color: #222;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 20px 0 0;
	font-family: Garamond, "EB Garamond", serif;
    position: relative;
    z-index: 100;
    text-shadow: 0 0 10px #fff;
}

.carousel-wrap {
	overflow: hidden;
}

#carousel1 {
	overflow: visible !important;
}

.fancybox-title-outside {
	*display: none !important;
}

.social {
	margin: 25px 0;
}

.error .social {
	margin-top: 10px;
}

.social .note-feedback,
.quote {
	background-color: #eee;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZjJmMmYyIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #eeeeee), color-stop(100%, #f2f2f2));
	background-image: -webkit-linear-gradient(top, #eeeeee 0%, #f2f2f2 100%);
	background-image: -moz-linear-gradient(top, #eeeeee 0%, #f2f2f2 100%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #f2f2f2 100%);
	background-image: -o-linear-gradient(top, #eeeeee 0%, #f2f2f2 100%);
	background-image: linear-gradient(to bottom, #eeeeee 0%, #f2f2f2 100%);
	border-radius: 3px;
	padding: 15px 22px 17px;
	font-size: 12px;
	line-height: 20px;
	margin: 0 10px 25px 0;
	color: #444;
}

.social .note-feedback strong,
.quote strong {
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 28px;
	font-family: Garamond, "EB Garamond", serif;
}

.quote-pointer {
	width: 42px;
	height: 42px;
	background-color: transparent;
	background-image: url("../img/quote-pointer.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: -25px 0 0 150px;
}

.social a.facebook {
	background-color: transparent;
	background-image: url("../img/fb-icon.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 0 45px;
	display: block;
	line-height: 16px;
	font-size: 14px;
	height: 35px;
	font-weight: bold;
	color: #4866a0;
	width: 166px;
	margin: 0 auto 12px;
}

.social a.rss {
	background-color: transparent;
	background-image: url("../img/rss-icon.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 0 45px;
	display: block;
	line-height: 16px;
	font-size: 14px;
	height: 35px;
	font-weight: bold;
	color: #f99b39;
	width: 166px;
	margin: 0 auto 10px;
}

input[type="text"],
input[type="password"],
textarea {
	display: block;
	color: #444;
	background: white;
	font-family: Garamond, "EB Garamond", serif;
	font-size: 19px;
	line-height: 21px;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
	width: 320px;
	padding: 10px;
	margin: 0 0 15px;
}

textarea {
	width: 560px;
	height: 100px;
	resize: vertical;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: 0;
	border-color: #61b8e1;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset, 0 0 3px 0 #61b8e1;
}

input[type="submit"],
.submit-button {
	position: relative;
	display: block;
	font-family: Garamond, "EB Garamond", serif;
	background: white;
	cursor: pointer;
	border: 1px solid #aaa;
	color: #444;
	padding: 10px;
	margin: 20px 0 15px;
	font-size: 19px;
	line-height: 21px;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), 0 -1px 1px 0 rgba(0, 0, 0, 0.15) inset;
}

input[type="submit"]:active,
.submit-button:active {
	top: 1px;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.15) inset;
}

.admin-signin header a#logo {
	left: 50%;
	margin-left: -135px;
}

.admin-signin header nav {
	display: none;
}

.admin-signin #main {
	width: 450px;
	padding-left: 55px;
	padding-right: 55px;
}

.admin-signin input[type="text"],
.admin-signin input[type="password"],
.admin input[type="text"] {
	width: 90%;
}

.admin-signin footer .info {
	text-align: center;
}

.admin-signin footer .info .copyright,
.admin-signin footer .info .image {
	display: none;
}

#admin-badge {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 27px;
	font-size: 15px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 0;
	font-family: Garamond, "EB Garamond", serif;
	color: #666;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.95);
	padding: 0 10px 1px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	z-index: 10;
}

#admin-badge span {
	color: #999;
	margin: 0 3px;
}

#admin-badge a {
	margin: 0;
	padding: 0;
	color: #999;
}

.alert-success,
.alert-error {
	background: #e16161;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	margin: 0 0 25px;
	padding: 6px;
}

.alert-success {
	background: #61e173;
}

.c30 a.button {
	position: static;
	top: 0;
	left: 0;
	font-size: 19px;
	padding: 14px 45px 14px 25px;
	margin: 0 0 25px;
	background-position: 217px 21px;
}

.c30 a.button:hover {
	background-color: #f5f5f5;
}

.c30 a.button-small {
	font-size: 17px;
	padding: 12px 35px 13px 19px;
	margin: 20px 10px 40px 0;
	background-position: 210px 19px;
}

table {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

table th,
table td {
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

table th {
	font-size: 19px;
	line-height: 25px;
	border-width: 2px;
	font-family: Garamond, "EB Garamond", serif;
}

table td {
	color: #666;
}

a.delete {
	color: #e16161;
}

table tr:last-child th,
table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #eee;
}

nav.side {
	margin: 0 0 40px;
}

nav.side a {
	position: relative;
	display: block;
	line-height: 16px;
	font-size: 16px;
	padding: 13px 15px 14px;
	margin: 0;
	color: #5394de;
	background-image: url("../img/nav-side-divider.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

nav.side a:hover {
	background-color: #eee;
	background-image: url("../img/nav-side-arrow.png");
	background-position: right center;
	text-decoration: none;
	color: #555;
}

nav.side a.active {
	background-color: #3c85da;
	background-image: url("../img/nav-side-arrow.png");
	background-position: right center;
	color: #fff;
}

nav.page ul {
	margin: 40px 0 15px;
	text-align: center;
}

nav.page ul li {
	display: inline;
	margin: 0 4px 0 0;
}

nav.page ul li a,
nav.page ul li span.paginationPageCurrent {
	padding: 3px 8px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
}

nav.page ul li a:hover,
nav.page ul li a:focus {
	background: #f0f0f0;
	border-color: #ccc;
	text-decoration: none;
}

nav.page ul li a:active {
	background: #fff;
	border-color: #ddd;
}

.container {
	width: 610px;
	height: 400px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.slides {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.slides li {
	position: absolute;
	top: 0;
	width: 550px;
	display: none;
	padding: 0 30px 10px;
	margin: 0;
}

#loopedSlider h3 {
	padding: 18px 0 15px;
	text-align: left;
	color: #222;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0;
	font-family: Garamond, "EB Garamond", serif;
}

#loopedSlider p {
	margin: 0 0 0 220px;
	padding: 0;
}

#loopedSlider .pagination {
	padding: 0 30px;
}

#loopedSlider .pagination li {
	float: left;
	width: 52px;
	height: 52px;
	margin: 4px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#loopedSlider .pagination li.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.actions {
	float: right;
	text-align: right;
	padding: 4px 0 0;
	font-size: 14px;
	line-height: 20px;
}

.feedback-input {
	background-color: #ffe577;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmZlNTc3Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmRkYTQ0Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffe577), color-stop(100%, #fdda44));
	background-image: -webkit-linear-gradient(top, #ffe577 0%, #fdda44 100%);
	background-image: -moz-linear-gradient(top, #ffe577 0%, #fdda44 100%);
	background-image: -ms-linear-gradient(top, #ffe577 0%, #fdda44 100%);
	background-image: -o-linear-gradient(top, #ffe577 0%, #fdda44 100%);
	background-image: linear-gradient(to bottom, #ffe577 0%, #fdda44 100%);
	padding: 22px 30px 30px;
	margin: 0 0 28px;
	position: relative;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px 0;
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.feedback-input span.enter {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #222;
	font-family: Garamond, "EB Garamond", serif;
	letter-spacing: 1px;
	text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}

.feedback-input span.write {
	display: block;
	font-size: 16px;
	line-height: 34px;
	color: #777;
	text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
}

.feedback-input input[type="text"] {
	margin: 8px 0 0;
	width: 528px;
}

.feedback-input input[type="submit"] {
	position: absolute;
	top: 88px;
	left: 505px;
	width: 77px;
	height: 47px;
	padding: 0;
	margin: 0;
	display: block;
	box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.15), 0 -1px 1px 0 rgba(0, 0, 0, 0.15) inset;
	background-image: url("../img/raquo.png");
	background-repeat: no-repeat;
	background-position: 27px 12px;
	text-indent: -5000px;
}

.feedback-input input[type="submit"]:active {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
	background-position: 27px 13px;
}

.board #main {
	width: 640px;
}

.board .alert-error,
.board .alert-success {
	margin-left: 20px;
	margin-right: 20px;
}

.board-write .feedback-input {
	margin-top: -5px;
	background: #1A71D3;
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px 0, rgba(255, 255, 255, 0.4) 0 1px 5px 0 inset, rgba(0, 0, 0, 0.4) 0 -1px 5px 0 inset;
}

.board-write .feedback-input span.enter {
	color: white;
	text-shadow: none;
}

.board-write .feedback-input textarea {
	margin: 18px 0 0;
	width: 516px;
	border: 1px solid rgba(0, 0, 0, 0.66);
	font-size: 14px;
	height: 150px;
	font-family: Arial, sans-serif;
}

.board-write .feedback-input textarea:focus {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset, 0 0 3px 0 white;
}

.board-write .feedback-input input[type="submit"] {
	text-indent: 0;
	background: white;
	position: static;
	top: 0;
	left: 0;
	padding: 10px;
	margin: 20px 0 0;
	width: auto;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.66);
}

.paypal-logo {
	text-align: center;
	margin: 5px 20px 20px 0;
}

.mc30 .social {
	margin-top: 10px;
}

.mc30 .c70 table {
	margin-bottom: 36px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.mc30 .c70 table th {
	font-size: 17px;
	border-width: 1px;
}

.mc30 .c70 table td {
	font-size: 14px;
}

.mc30 .c70 h2 {
	margin: 0 0 15px;
}

.mc30 .c70 h2 {
	margin-top: 0;
}

@media print {
	body {
		color: black;
		background: white;
	}
	
	#header-behind,
	header,
	footer,
	.actions,
	.noprint,
	.board .feedback-input {
		display: none;
	}
	
	#content {
		background: white;
	}
	
	#content .inner,
	#main,
	.board .c70 {
		width: auto !important;
	}
	
	#main {
		box-shadow: none;
	}
	
	.c70 p {
		color: black;
	}
}