@font-face {
    font-family: 'Overlock';
    src: url('fonts/overlock.eot');
    src: url('fonts/overlock.eot?#iefix') format('embedded-opentype'),
         url('fonts/overlock.woff') format('woff'),
         url('fonts/overlock.ttf') format('truetype'),
         url('fonts/overlock.svg#OverlockRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*@font-face
{
    font-family: 'Overlock';
    src: url('fonts/overlock-italic.eot');
    src: url('fonts/overlock-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/overlock-italic.woff') format('woff'),
         url('fonts/overlock-italic.ttf') format('truetype'),
         url('fonts/overlock-italic.svg#overlockitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face
{
    font-family: 'Overlock';
    src: url('fonts/overlock-bold.eot');
    src: url('fonts/overlock-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/overlock-bold.woff') format('woff'),
         url('fonts/overlock-bold.ttf') format('truetype'),
         url('fonts/overlock-bold.svg#overlockbold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body
{
	font-family: Overlock, Arial, sans-serif;
	background: #000;
	font-weight: 400;
	color: #aa3e03;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	overflow: hidden;
}

a
{
	color: #333;
	text-decoration: none;
}

.frame,
.slideshow,
.slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.slideshow:after { 
    content: '';
    background: transparent url(../img/pattern.png) repeat top left; 
}
.slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
}

.slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 5.6%;
	width: 32.6%;
	min-width: 320px;
	height: 5.57%;
	height: 40px;
    text-align: left;
    opacity: 0;
    color: #fff;
}

.slideshow li div h4
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 100%;
	color: #fff;
	font-size: 19px;
	white-space: nowrap;
	height: 30px;
	line-height: 27px;
	margin: 5px 15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.info
{
	color: #fff;
	background-color: #000;
	background-color: hsla(0,0%,0%,0.8);
	/*box-shadow: 0 0 5px 1px rgba(0,0,0,0.6);*/
	width: 32.6%;
	min-width: 320px;
	height: 23.6%;
	min-height: 110px;
	position: absolute;
	bottom: 0;
	left: 5.6%;
	text-align: center;
	z-index: 2;
}

.info header
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-bottom: 40px solid transparent;
	position: relative;
}

.info header h1
{
	font-size: 36px;
	/*letter-spacing: 0.05em;*/
	position: absolute;
	top: 33%;
	width: 100%;
	margin: 0 auto;
	line-height: 0;
	height: 0;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.6);*/
}

.info header h2
{
	font-size: 24px;
	/*letter-spacing: 0.05em;*/
	position: absolute;
	top: 73%;
	width: 100%;
	margin: 0 auto;
	line-height: 0;
	height: 0;
	color: hsla(0,100%,100%,0.8);
}

.info nav
{
	width: 100%;
	height: 30px;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
}

.info nav a
{
	display: inline-block;
	color: hsla(0,100%,100%,0.3);
	font-size: 19px;
	height: 30px;
	line-height: 27px;
	/*font-style: italic;*/
	padding: 0 3%;
	border-left: 1px solid hsla(0,100%,100%,0.15);
	margin-left: -1px;
}

.info nav a:hover,
.info nav a:active
{
	color: hsla(0,100%,100%,0.8);
}

.info nav a.active,
.info nav a:focus
{
	color: hsla(0,100%,100%,0.8);
	outline: 0 none;
	border: 1px solid hsla(0,100%,100%,0.15);
	border-right: 1px solid transparent;
	margin: -1px -1px -1px -1px;
}

.info nav a:first-child
{
	border-left: 1px solid transparent;
}

.info nav a.active:first-child,
.info nav a:first-child:focus
{
	border-left: 1px solid hsla(0,100%,100%,0.15);
}

.info nav a.active:last-child,
.info nav a:last-child:focus
{
	border-right: 1px solid hsla(0,100%,100%,0.15);
}

.content
{
	width: 100%;
	position: absolute;
	top: 100%;
	color: #fff;
	color: hsla(0,100%,100%,0.8);
	background-color: #000;
	background-color: hsla(0,0%,0%,0.6);
	/*border-top: 1px solid hsla(0,100%,100%,0.15);*/
	text-align: left;
	overflow: hidden;
	font-size: 19px;
}

.content .section
{
	padding: 5%;
	position: relative;
	top: 0;
}

.content .section + .section
{
	padding-top: 0;
}

.content .section h3
{
	color: hsla(0,100%,100%,0.3);
	font-size: 100%;
}

.content .section a
{
	color: #fff;
	color: hsla(0,100%,100%,0.8);
}

.content .section a:focus
{
	outline: 0 none;
}

.control
{
	width: auto;
	height: 30px;
	padding: 5px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.control a
{
	display: inline-block;
	background-color: hsla(0,0%,0%,0.2);
	float: left;
	width: 24px;
	height: 24px;
	border: 3px solid hsla(0,100%,100%,0.5);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-right: 10px;
	color: hsla(0,100%,100%,0.5);
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 27px;
	line-height: 20px;
}

.control a:hover,
.control a:active,
.control a:focus,
.control a.active
{
	border-color: hsla(0,100%,100%,1.0);
	color: hsla(0,100%,100%,1.0);
	outline: 0 none;
}

.control a.prev,
.control a.next
{
	display: none;
}

.control a.prev:after
{
	content: "\2039";
	position: relative;
	top: 0;
	left: 6px;
	width: 0;
	height: 0;
}

.control a.next:after
{
	content: "\203a";
	position: relative;
	top: 0;
	left: 8px;
	width: 0;
	height: 0;
}

.control a.pause:after
{
	display: block;
	content: "";
	position: relative;
	top: 6px;
	left: 8px;
	width: 2px;
	height: 12px;
	border-left: 3px solid hsla(0,100%,100%,0.5);
	border-right: 3px solid hsla(0,100%,100%,0.5);
}
.control a.pause:hover:after,
.control a.pause:active:after,
.control a.pause:focus:after,
.control a.pause.active:after
{
	border-color: #fff;
}

/*.control a.play:after
{
	font-size: 14px;
	line-height: 0em;
	content: "\25b6";
	position: relative;
	top: -3px;
	left: 7px;
	width: 0;
	height: 0;
}*/

.loader
{
	display: none;
	/*background-color: hsla(0,0%,0%,0.2);*/
	position: absolute;
	bottom: 45px;
	right: 0;
	width: 24px;
	height: 24px;
	border: 3px solid hsla(0,100%,100%,0.5);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border-left: 3px solid hsla(0,100%,100%,1);
	margin-right: 10px;
}

.loader span
{
	display: none;
	color: #fff;
	font-size: 19px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
}

.no-cssanimations .loader
{
	border-color: transparent;
}

.no-cssanimations .loader span
{
	display: block;
}

.loader.loading
{
	display: block;
}

/* Smaller Screen Version */
@media screen and (max-width: 1023px)
{
	.info header h1
	{
		font-size: 28px;
	}
	
	.info header h2
	{
		font-size: 19px;
	}
	
	.info nav a
	{
		font-size: 17px;
	}
	
	.content
	{
		font-size: 15px;
	}
	
	.slideshow li div h4
	{
		font-size: 17px;
	}
}

/* Smaller Screen Version */
@media screen and (max-width: 640px)
{
}

/* Mobile Version */
@media screen and (max-width: 499px)
{
	.info
	{
		width: 100%;
		height: 23.6%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.content
	{
		width: 100%;
		/*max-height: 76.4%;
		overflow: hidden;*/
		position: absolute;
		top: 100%;
		left: 0;
	}
	
	.control
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.slideshow li div
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		min-width: 0;
	}
	
	.loader
	{
		position: absolute;
		top: 45px;
		right: 0;
	}
}

/* Ornament Styling */

.ornament
{
	width: 350px;
	height: 350px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	/*background-color: hsla(255,100%,50%,0.5);*/
}

.ornament.left
{
	left: 0;
}

.ornament div
{
	display: block;
	position: absolute;
	border: 10px solid #000;
	border: 10px solid hsla(0,0%,0%,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 10%;
	height: 10%;
}

.ornament.right div:nth-child(1)
{
	right: 10%;
	top: 0;
	border-top: 0 none;
	border-right: 0 none;
}

.ornament.right div:nth-child(2)
{
	right: 0;
	top: 10%;
	border-top: transparent;
	border-right: transparent;
}

.ornament.right div:nth-child(3)
{
	right: 20%;
	top: 10%;
	border-right: 0 none;
	border-bottom: 0 none;
	margin-top: -10px;
}

.ornament.right div:nth-child(4)
{
	right: 10%;
	top: 20%;
	border-top: 0 none;
	border-left: 0 none;
	margin-right: -10px;
}

.ornament.right div:nth-child(5)
{
	width: 20%;
	height: 20%;
	right: 0;
	top: 20%;
	border-top: 0 none;
	border-right: 0 none;
	/*padding-right: 10px;
	margin-top: 20px;*/
}

.ornament.right div:nth-child(6)
{
	width: 20%;
	height: 20%;
	right: 20%;
	top: 0;
	border-top: 0 none;
	border-right: 0 none;
	/*padding-top: 10px;
	margin-right: 20px;*/
}

.ornament.right div:nth-child(7)
{
	right: 40%;
	top: 10%;
	border-top: 0 none;
	border-right: 0 none;
	/*margin-right: 30px;
	margin-top: 10px;*/
}

.ornament.right div:nth-child(8)
{
	right: 10%;
	top: 40%;
	border-top: 0 none;
	border-right: 0 none;
	/*margin-top: 30px;
	margin-right: 10px;*/
}

.ornament.right div:nth-child(9)
{
	right: 50%;
	top: 0;
	border-top: 0 none;
	border-right: 0 none;
	/*margin-right: 30px;*/
}

.ornament.right div:nth-child(10)
{
	right: 0;
	top: 50%;
	border-top: 0 none;
	border-right: 0 none;
	/*margin-top: 30px;*/
}

.ornament.right div:nth-child(11)
{
	right: 30%;
	top: 20%;
	border-top: 0 none;
	border-right: 0 none;
	/*margin-right: 20px;
	margin-top: 20px;*/
}

.ornament.right div:nth-child(12)
{
	right: 20%;
	top: 30%;
	border-top: 0 none;
	border-right: 0 none;
	/*margin-right: 20px;
	margin-top: 20px;*/
}

.ornament.right div:nth-child(1):after,
.ornament.right div:nth-child(6):after,
.ornament.right div:nth-child(8):after,
.ornament.right div:nth-child(9):after,
.ornament.right div:nth-child(11):after
{
	content: "";
	width: 0px;
	height: 0px;
	border: inherit;
	display: block;
	position: absolute;
	right: -10px;
	bottom: -10px;
}

.ornament.left div:nth-child(1)
{
	left: 10%;
	top: 0;
	border-top: 0 none;
	border-left: 0 none;
}

.ornament.left div:nth-child(2)
{
	left: 0;
	top: 10%;
	border-top: transparent;
	border-left: transparent;
}

.ornament.left div:nth-child(3)
{
	left: 20%;
	top: 10%;
	border-left: 0 none;
	border-bottom: 0 none;
	margin-top: -10px;
}

.ornament.left div:nth-child(4)
{
	left: 10%;
	top: 20%;
	border-top: 0 none;
	border-right: 0 none;
	margin-left: -10px;
}

.ornament.left div:nth-child(5)
{
	width: 20%;
	height: 20%;
	left: 0;
	top: 20%;
	border-top: 0 none;
	border-left: 0 none;
	/*padding-left: 10px;
	margin-top: 20px;*/
}

.ornament.left div:nth-child(6)
{
	width: 20%;
	height: 20%;
	left: 20%;
	top: 0;
	border-top: 0 none;
	border-left: 0 none;
	/*padding-top: 10px;
	margin-left: 20px;*/
}

.ornament.left div:nth-child(7)
{
	left: 40%;
	top: 10%;
	border-top: 0 none;
	border-left: 0 none;
	/*margin-left: 30px;
	margin-top: 10px;*/
}

.ornament.left div:nth-child(8)
{
	left: 10%;
	top: 40%;
	border-top: 0 none;
	border-left: 0 none;
	/*margin-top: 30px;
	margin-left: 10px;*/
}

.ornament.left div:nth-child(9)
{
	left: 50%;
	top: 0;
	border-top: 0 none;
	border-left: 0 none;
	/*margin-left: 30px;*/
}

.ornament.left div:nth-child(10)
{
	left: 0;
	top: 50%;
	border-top: 0 none;
	border-left: 0 none;
	/*margin-top: 30px;*/
}

.ornament.left div:nth-child(11)
{
	left: 30%;
	top: 20%;
	border-top: 0 none;
	border-left: 0 none;
	/*margin-left: 20px;
	margin-top: 20px;*/
}

.ornament.left div:nth-child(12)
{
	left: 20%;
	top: 30%;
	border-top: 0 none;
	border-left: 0 none;
	/*margin-left: 20px;
	margin-top: 20px;*/
}

.ornament.left div:nth-child(1):after,
.ornament.left div:nth-child(6):after,
.ornament.left div:nth-child(8):after,
.ornament.left div:nth-child(9):after,
.ornament.left div:nth-child(11):after
{
	content: "";
	width: 0px;
	height: 0px;
	border: inherit;
	display: block;
	position: absolute;
	left: -10px;
	bottom: -10px;
}

/* Responsive Ornament */

/*Min Width 500px*/
@media screen and (max-width: 499px)
{
	.ornament
	{
		display: none;
	}
}
/*Min Height 450px*/
@media screen and (max-height: 449px)
{
	.ornament
	{
		display: none;
	}
}

@media screen and (min-width: 500px) and (min-height: 450px) and (max-height: 539px)
{
	.ornament
	{
		width: 250px;
		height: 250px;
	}
	
	.ornament div
	{
		border-width: 7px;
	}
	
	.ornament.right div:nth-child(3),
	.ornament.left div:nth-child(3)
	{
		margin-top: -7px;
	}

	.ornament.right div:nth-child(4)
	{
		margin-right: -7px;
	}
	
	.ornament.left div:nth-child(4)
	{
		margin-left: -7px;
	}
	
	.ornament.left div:nth-child(1):after,
	.ornament.left div:nth-child(6):after,
	.ornament.left div:nth-child(8):after,
	.ornament.left div:nth-child(9):after,
	.ornament.left div:nth-child(11):after
	{
		left: -7px;
		bottom: -7px;
	}
	
	.ornament.right div:nth-child(1):after,
	.ornament.right div:nth-child(6):after,
	.ornament.right div:nth-child(8):after,
	.ornament.right div:nth-child(9):after,
	.ornament.right div:nth-child(11):after
	{
		right: -7px;
		bottom: -7px;
	}
}

@media screen and (min-width: 600px) and (min-height: 540px) and (max-height: 629px)
{
	.ornament
	{
		width: 300px;
		height: 300px;
	}
	
	.ornament div
	{
		border-width: 9px;
	}
	
	.ornament.right div:nth-child(3),
	.ornament.left div:nth-child(3)
	{
		margin-top: -9px;
	}

	.ornament.right div:nth-child(4)
	{
		margin-right: -9px;
	}
	
	.ornament.left div:nth-child(4)
	{
		margin-left: -9px;
	}
	
	.ornament.left div:nth-child(1):after,
	.ornament.left div:nth-child(6):after,
	.ornament.left div:nth-child(8):after,
	.ornament.left div:nth-child(9):after,
	.ornament.left div:nth-child(11):after
	{
		left: -9px;
		bottom: -9px;
	}
	
	.ornament.right div:nth-child(1):after,
	.ornament.right div:nth-child(6):after,
	.ornament.right div:nth-child(8):after,
	.ornament.right div:nth-child(9):after,
	.ornament.right div:nth-child(11):after
	{
		right: -9px;
		bottom: -9px;
	}
}

@media screen and (min-width: 700px) and (min-height: 630px) and (max-height: 719px)
{
	/* Default */
}

@media screen and (min-width: 800px) and (min-height: 720px) and (max-height: 899px)
{
	.ornament
	{
		width: 400px;
		height: 400px;
	}
	
	.ornament div
	{
		border-width: 11px;
	}
	
	.ornament.right div:nth-child(3),
	.ornament.left div:nth-child(3)
	{
		margin-top: -11px;
	}

	.ornament.right div:nth-child(4)
	{
		margin-right: -11px;
	}
	
	.ornament.left div:nth-child(4)
	{
		margin-left: -11px;
	}
	
	.ornament.left div:nth-child(1):after,
	.ornament.left div:nth-child(6):after,
	.ornament.left div:nth-child(8):after,
	.ornament.left div:nth-child(9):after,
	.ornament.left div:nth-child(11):after
	{
		left: -11px;
		bottom: -11px;
	}
	
	.ornament.right div:nth-child(1):after,
	.ornament.right div:nth-child(6):after,
	.ornament.right div:nth-child(8):after,
	.ornament.right div:nth-child(9):after,
	.ornament.right div:nth-child(11):after
	{
		right: -11px;
		bottom: -11px;
	}
}

@media screen and (min-width: 1000px) and (min-height: 900px) and (max-height: 1079px)
{
	.ornament
	{
		width: 500px;
		height: 500px;
	}
	
	.ornament div
	{
		border-width: 14px;
	}
	.ornament.right div:nth-child(3),
	.ornament.left div:nth-child(3)
	{
		margin-top: -14px;
	}

	.ornament.right div:nth-child(4)
	{
		margin-right: -14px;
	}
	
	.ornament.left div:nth-child(4)
	{
		margin-left: -14px;
	}
	
	.ornament.left div:nth-child(1):after,
	.ornament.left div:nth-child(6):after,
	.ornament.left div:nth-child(8):after,
	.ornament.left div:nth-child(9):after,
	.ornament.left div:nth-child(11):after
	{
		left: -14px;
		bottom: -14px;
	}
	
	.ornament.right div:nth-child(1):after,
	.ornament.right div:nth-child(6):after,
	.ornament.right div:nth-child(8):after,
	.ornament.right div:nth-child(9):after,
	.ornament.right div:nth-child(11):after
	{
		right: -14px;
		bottom: -14px;
	}
}

@media screen and (min-width: 1200px) and (min-height: 1080px)
{
	.ornament
	{
		width: 600px;
		height: 600px;
	}
	
	.ornament div
	{
		border-width: 17px;
	}
	
	.ornament.right div:nth-child(3),
	.ornament.left div:nth-child(3)
	{
		margin-top: -17px;
	}

	.ornament.right div:nth-child(4)
	{
		margin-right: -17px;
	}
	
	.ornament.left div:nth-child(4)
	{
		margin-left: -17px;
	}
	
	.ornament.left div:nth-child(1):after,
	.ornament.left div:nth-child(6):after,
	.ornament.left div:nth-child(8):after,
	.ornament.left div:nth-child(9):after,
	.ornament.left div:nth-child(11):after
	{
		left: -17px;
		bottom: -17px;
	}
	
	.ornament.right div:nth-child(1):after,
	.ornament.right div:nth-child(6):after,
	.ornament.right div:nth-child(8):after,
	.ornament.right div:nth-child(9):after,
	.ornament.right div:nth-child(11):after
	{
		right: -17px;
		bottom: -17px;
	}
}