/* Elastislide demo.css */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* Ende Elastislide demo.css */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    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;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
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;
}
section, header{
	display: block;
}
/* General Demo Style */
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; 
	background: #fff url(../images/bg.jpg) 0 0 no-repeat fixed;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	;
	font-weight: 400;
	font-size: 15px;
	color: #391b27;
	overflow-y: scroll;
	overflow-x: hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 70px;
	line-height: 70px;
	position: relative;
	font-weight: 400;
	color: #ffffff;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.1);'*/
	text-shadow: 0 0 1px rgba(60,60,60,0.8), 3px 3px 3px rgba(120,120,120,2.2);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #ffffff;
	/*text-shadow: 0px 1px 1px rgba(255,255,255,0.8);*/
	text-shadow: 0 0 1px rgba(60,60,60,0.8), 3px 3px 3px rgba(120,120,120,2.2);
}
.container > header h2{
	font-size: 22px;
	font-style: normal;
	color: #555555;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);

}
.container > header h3{
	font-size: 12px;
	font-style: italic;
	color: #391b27;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);

}
/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
.codrops-demos{
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 5px 0px 15px 0px;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
}
.codrops-demos a{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	display: inline-block;
	margin: 0px 5px;
	padding: 0px 5px;
	color: #555555;
	line-height: 22px;
	font-style: normal;
	font-size: 16px;
	border-radius: 5px;
	background: rgba(103,59,77,0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.codrops-demos a:hover{
	background: rgba(103,59,77,0.4);
}
.codrops-demos a.current-demo{
	/*background: rgba(103,59,77,0.4);*/
	background: rgba(255,255,255,0.4);
	box-shadow: 0 0 1px rgba(60,60,60,0.8), 3px 3px 3px rgba(120,120,120,2.2);
}
.codrops-demos a.current-demo:hover{
	/*background: rgba(103,59,77,0.4);*/
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 1px rgba(60,60,60,0.8), 3px 3px 3px rgba(120,120,120,2.2);
}

/* Elastislide demo.css */
.column {
	width: 50%;
	float: left;
	padding: 20px;
	min-height: 300px;
}

.column p {
	text-align: left;
}

.column-20 {
	width: 20%;
}

.column-80 {
	width: 80%;
}
.js .fixed-bar {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}

.js .gallery {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
	background: #000 url(../images/black_denim.png);
	box-shadow: 0 2px 1px rgba(255,255,255,0.9), 0 -2px 1px rgba(255,255,255,0.9);
}

.lt-ie8 .elastislide-list {
	display: none;
}
