<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	background:
		url(../images/bg_2015.jpg) no-repeat top center,
		url(../images/bg_2015_2.jpg) center center;
}

div.col1 {
	float:left;
	width:49%;
}

div.col2 {
	float:right;
	width:49%;
}

div.content {
	float:left;
	width:66%;
	max-width:620px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.contact div.content, body.gallery div.content {
	width:49%;
	max-width:460px;
}

body.shop div.content {
	float:right;
	width:74%;
	max-width:700px;
}

div#footer {
	clear:both;
	padding:20px;
	position:relative;
	color:#7f7f7f;
}

div#header {
	border-bottom:1px solid #e6e6e6;
	position:relative;
	height:130px;
}

div#logo {
	width:200px;
	height:31px;
	position:absolute;
	top:55px;
	left:40px;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
	display:block;
	z-index:100;
}

div#logo a {
	width:200px;
	height:31px;
	display:block;
}

div#main {
	padding:20px 20px 0 20px;
}

div.sidebar {
	width:33%;
	max-width:300px;
	float:right;
}

body.contact div.sidebar, body.gallery div.sidebar {
	width:49%;
	max-width:460px;
}

body.shop div.sidebar {
	float:left;
	width:23%;
	max-width:220px;
}

div.welcome-copy {
	padding:0 40px;
}

div#wrapper {
	width:100%;
	max-width:980px;
	margin: 20px auto;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.2);
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	border-radius: 5px;
}

.flex-direction-nav {
	display: none;
}

@media only screen and (max-width: 1100px){

	body {
		background:#fff;
	}

	div#wrapper {
		margin: 0 auto;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

}

@media only screen and (max-width: 600px){

	div.col1 {
		float:none;
		width:100%;
	}

	div.col2 {
		float:none;
		width:100%;
	}

	div.content {
		float:none;
		width:100%;
	}

	body.contact div.content, body.gallery div.content, body.shop div.content {
		float:none;
		width:100%;
	}

	div#footer {
		padding:10px 10px 5px 10px;
		text-align:center;
	}

	div#footer p.float-left {
		float:none;
	}

	div#header {
		height:90px;
	}

	div#logo {
		width:140px;
		height:22px;
		top:38px;
		left:40px;
	}

	div#logo a {
		width:140px;
		height:22px;
	}

	div#main {
		padding:15px 10px 0 10px;
	}

	div.sidebar {
		float:none;
		width:100%;
	}

	body.contact div.sidebar, body.gallery div.sidebar, body.shop div.sidebar {
		float:none;
		width:100%;
}

	div#wrapper {
		padding:0;
	}

}

.simple #header {
	text-align: center;
	padding: 20px;
}

.simple #header img {
	max-width: 40%;
    margin: 20px;
}

.simple #header h1 {
	border: none;
}

.simple #main {
    padding: 40px 20px 40px 20px;
}

.simple ul {
	margin: 0 70px;
}

.simple ul li {
	position: relative;
	padding-bottom: 20px;
}

.simple ul li input[type='checkbox'] {
	transform: scale(1.5);
    position: absolute;
    left: -35px;
	top: 3px;
}

.simple .red {
	color: red;
}

.simple .spaced textarea {
	box-shadow: none;
	font-size: 14px;
}

.simple .spaced input[type='text'], .simple select {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
    color: #808080;
    padding: 8px 8px;
	width: 50%;
	font-family: 'Cutive Mono';
	font-size: 14px;
}

.simple .button.small {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    min-height: 30px;
}

.simple fieldset select {
	display: inline-block;
	width: 15%;
	margin-right: 2%;
}

.simple ul.disc {
	list-style: disc;
	margin: 0 30px;
}

.simple ul.disc a {
	color: red;
}

#floatingbadge {
    width: 150px;
    height: 150px;
    padding: 15px 10px 20px 10px;
    color: #fff;
    background: #1b1a1a;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 75px;
    z-index: 900;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

@media (max-width:800px) {
	#floatingbadge {
		width:120px;
		height:120px;
		padding:10px 5px 15px 5px;
		bottom:20px;
		right:20px;
		font-size:14px;
		line-height: 18px;
	}
}</pre></body></html>