/* General Demo Style */
@media screen and (min-width: 0px) and (max-width: 768px){
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.clearfix:after {
	clear: both;
}

body {

}

a {

	color: #D4C383;
	text-decoration: none;
}

a:hover {
	color: #D4C383;
}

.main,


.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header nav {
	float: right;
		z-index:990;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #7A4E1A;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #7A4E1A;
	text-indent: -8000px;
			z-index:990;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #7A4E1A;
	position: absolute;
	width: 600%;
	top: 0%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
			z-index:990;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #7A4E1A;
}

.main > section {
	max-width: 100px;
	width: 90%;
	margin: 0 auto;

}

.main > section h2 {
	font-weight: 300;
	color: #ccc;
}

.main > section button {
	border: none;
	background: transparent;
	color: #D4C383;
	padding-top: 25px;
	display: block;
	width: 35%;
	cursor: pointer;
	margin: -50px 5px 0px ;
	padding-bottom: 0px;
	font-size: 0.9em;
	z-index:9998;
	position: absolute;
	right:0;
}

.main > section button:hover {
	background: #7A4E1A;
	font-weight: 700;
}

.main > section button.active {
	background: #7A4E1A;
}

.main > section button.disabled {
	background: #aaa;
	pointer-events: none;
}

.icon-drop:before, 


.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}
}
@media screen and (min-width: 320px) and (max-width: 600px){
.main > section button {
	border: none;
	background: transparent;
	color: #D4C383;
	padding-top: 5%;
	padding-bottom: 0px;
	display: block;
	width: 35%;
	cursor: pointer;
	margin: -60px 5px 0px ;
	font-size: 1.0em;
	z-index:9998;
	position: absolute;
	right:0;

}
}
@media screen and (min-width: 600px) and (max-width: 768px){
.main > section button {
	border: none;
	background: transparent;
	color: #D4C383;
	padding-top: 4.5vh;
	display: block;
	width: 35%;
	cursor: pointer;
	margin: -50px 5px 0px ;
	font-size: 1.2em;
	z-index:9998;
	position: absolute;
	right:0;
}

}