/* -- Common styles --------------------------------------------------------------------------------------- */

html,body {

	height: 100%;
	width: 100%;
}

.facade {
	min-height: 100%;
	position: relative;
	width: 100%;
}

.site {
	margin: 0 auto;
	padding: 0 0 130px;
	width: 900px;
}

/*
 * Menubar
 */
ul.menubar {
	font-size: 0;
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 1px;
	width: 900px;
	white-space: nowrap;
}

ul.menubar > li {
	-moz-box-sizing: border-box;
	-moz-transition: background-image 400ms ease-in-out;
	-ms-transition: background-image 400ms ease-in-out;
	-o-box-sizing: border-box;
	-o-transition: background-image 400ms ease-in-out;
	-webkit-box-sizing: border-box;
	-webkit-transition: background-image 400ms ease-in-out;
	background: -moz-linear-gradient(top,  rgba(92,43,76,1) 0%, rgba(41,14,32,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,43,76,1)), color-stop(99%,rgba(41,14,32,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(92,43,76,1) 0%,rgba(41,14,32,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(92,43,76,1) 0%,rgba(41,14,32,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(92,43,76,1) 0%,rgba(41,14,32,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(92,43,76,1) 0%,rgba(41,14,32,1) 99%); /* W3C */
	box-sizing: border-box;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2b4c', endColorstr='#290e20',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	padding: 15px 5px;
	position: relative;
	text-align: center;
	transition: background-image 400ms ease-in-out;
	width: 127.7px;
}

ul.menubar > li:hover, ul.menubar > li.active {
	background-image: -moz-linear-gradient(top,  rgba(168,79,138,1) 0%, rgba(102,35,79,1) 99%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,79,138,1)), color-stop(99%,rgba(102,35,79,1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(168,79,138,1) 0%,rgba(102,35,79,1) 99%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(168,79,138,1) 0%,rgba(102,35,79,1) 99%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(168,79,138,1) 0%,rgba(102,35,79,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(168,79,138,1) 0%,rgba(102,35,79,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a84f8a', endColorstr='#66234f',GradientType=0 ); /* IE6-9 */
}

ul.menubar > li:hover a, ul.menubar > li.active a {
	color: #C5BB0E;
}

ul.menubar > li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

ul.menubar > li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul.menubar > li:not(:last-child) {
	margin-right: 1px;
}

ul.menubar > li a {
	color: #ed97d1;
	text-decoration: none;
}

/*
 * Cover
 */
div.cover {
	background-image: url(../img/cover.png);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 4px;
	height: 400px;
	margin-bottom: 1px;
	width: 900px;
}

/*
 * Map
 */
iframe {
	border: 0;
	height: 400px;
	margin: 0;
	width: 900px;
}

/*
 * Content
 */
div.content {
	font-size: 0;
	width: 900px;
}

div.box {
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(92,43,76,1) 0%, rgba(41,14,32,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,43,76,1)), color-stop(99%,rgba(41,14,32,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(92,43,76,1) 0%,rgba(41,14,32,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(92,43,76,1) 0%,rgba(41,14,32,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(92,43,76,1) 0%,rgba(41,14,32,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(92,43,76,1) 0%,rgba(41,14,32,1) 99%); /* W3C */
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c2b4c', endColorstr='#290e20',GradientType=0 ); /* IE6-9 */
	font-size: 0;
	height: 280px;
	margin-bottom: 1px;
	position: relative;
	vertical-align: top;
	width: 299px;
}

div.box:not(:last-child) {
	margin-right: 1px;
}

div.box img {
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 149px;
}

div.box > h3 {
	font-size: 18px;
	margin: 13px 20px 0 35px;
	padding: 0;
	text-align: left;
}

div.box > span.icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 10;
}

div.box ul {
	font-size: 14px;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 20px;
}

div.box > div {
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	padding: 20px;
	vertical-align: top;
}

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

div.box > div a.button {
	border-radius: 4px;
	color: #ED97D1;
	background-color: #5c2b4c;
	padding: 6px 8px;
}

div.box > div a.button:hover {
	background-color: #ED97D1;
	color: #36192D;
	text-decoration: none;
}

div.box.slide-show.preview {
	height: 400px;
	width: 349px;
}

div.box.slide-show.preview > div {
	overflow: auto;
}

div.box.slide-show.preview ul {
	font-size: 0;
	list-style-position: inside;
	list-style-type: none;
	height: 360px;
	margin: 0;
	padding: 0;
}

div.box.slide-show.preview ul li {
	background-color: #c5bb0e;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 115px;
	border: 2px solid #c5bb0e;
	cursor: pointer;
	display: inline-block;
	height: 62px;
	margin: 3px;
	padding: 0;
	vertical-align: top;
	width: 62px;
}

div.box.slide-show.preview ul li:last-child {
	margin-bottom: 20px;
}

div.box.slide-show.preview ul li.active, div.box.slide-show.preview ul li:hover {
	background-color: #ED97D1;
	border-color: #ED97D1;
}

div.box.slide-show {
	height: 400px;
	width: 549px;
}

div.box.slide-show > div.mask {
  height: 360px;
}

div.box.slide-show > div.mask > ul {
	font-size: 0;
	list-style-position: inside;
	list-style-type: none;
	height: 360px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

div.box.slide-show > div.mask > ul > li {
	background-position: center center;
	background-repeat: no-repeat;
	height: 360px;
	position: absolute;
	top: -360px;	/* Original Position - Outside of the Slider */
	width: 509px;
}

div.box.slide-show > div.mask > ul > li.in {
	top: 0;
}

div.box.slide-show > div.mask > ul > li.out {
	top: 720px;
}

div.box.slide-show > div.controls {
	background-color: #290E20;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	bottom: -31px;
	font-size: 0;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 10px;
	width: 61px;
	z-index: 100;
}

div.box.slide-show > div.controls a.icon {
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
}

div.box.slide-show > div.controls a.icon:not(:last-child) {
	margin-right: 1px;
}

div.box.slide-show > div.controls a.icon:hover, div.box.slide-show > div.controls a.icon.active {
	background-color: #ED97D1;
}

div.box.slide-show > div.controls a.icon.play {
	background-image: url(../img/controls/play.png);
}

div.box.slide-show > div.controls a.icon.pause {
	background-image: url(../img/controls/pause.png);
}

div.box.content {
	width: 549px;
}

div.box.content img {
	float: left;
	margin: 0 20px 20px 0;
}

div.box.aside {
	margin-right: 0;
	width: 349px;
}

div.box.large {
	height: auto;
	width: 899px;
}

div.box.large img {
	margin: 0 20px 20px 0;
	vertical-align: middle;
	width: auto;
}

div.box.large > div {
	padding: 30px;
}

div.box.large ul {
	padding-top: 0;
}

div.box.large a, div.box.large a:hover {
	background-color: transparent;
}

div.box.large > div.center, div.box.content > div.center {
	text-align: center;
}

div.box.large small.gloss {
	border-top: 1px dotted #ED97D1;
	display: block;
	padding-top: 10px;
	width: 100%;
}
	

/* -- Footer ---------------------------------------------------------------------------------------------- */

div.footer { 
	background-image: url(../img/bottom.gif);
	background-repeat: repeat;
	bottom: 0;
	display: block;
	height: 116px;
	position: absolute;
	width: 100%;
}

div.footer > div {
	font-size: 0;
	height: 116px;
	margin: 0 auto;
	width: 900px;
}

div.footer > div > div {
	color: #ED97D1;
	display: inline-block;
	font-size: 11px;
	margin-top: 57px;
	margin-left: 40px;
	vertical-align: top;
}

div.footer > div > a.facebook {
	background-image: url(../img/social-media/facebook.png);
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	height: 25px;
	margin-top: 57px;
	margin-right: 20px;
	width: 25px;
}

div.footer a {
	color:#bf7ca9; 
	text-decoration: none;
}  

div.footer a:hover {
	text-decoration: underline;
}
