/* General Demo Style */
@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;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}
.container {
	overflow: hidden;
}
/*menu button styling*/
.main {
	width: 100%;
	height: 16px;
	/*position: relative;*/
	/*top: 160px;*/
	/*left: -426px;*/
	z-index: 600000;
	/*display: inline;*/
	position: fixed;
	/*bottom: 0;*/
	right: 0;
}


.main,
.container > header {
	width: 220px;
	/*max-width: 69em;*/
	margin: 0 auto;
	/*padding: 0 1.875em 3.125em 1.875em;*/
}

.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 span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

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

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	/*top: 120%;*/
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

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

.container > header nav a:hover {
	/*background: #47a3da;*/
}

.main > section {
	/*max-width: 260px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
	right: 0;
	/*background: rgba(43, 44, 44, 0.8);*/
}

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

.main > section button {
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	text-transform:uppercase;
	font-size: 16px !important;
	letter-spacing: 1px;
	border: none;
	background: transparent;
	color: #999;
	/*padding: 1.5em;*/
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 10px 0;
	font-size: 1.8em;
	position: relative;
	transition: all .5s;
	/*left: 50%;*/
	/*top: 30px;*/
	
}

.main > section button:hover {
	/*background: rgba(43, 44, 44, 1);*/
	color: #fff;
}

.main > section button.active {
	/*background: rgba(43, 71, 63, 0.8);*/
}

.main > section button.disabled {
	/*background: #aaa;*/
	pointer-events: none;
}
#leftButton {
	/*position: absolute;*/
	/*width: 260px;*/
	/*left: 10px;*/
	/*bottom: 0px;*/
	/*z-index: 600000;*/
	/*transition: bottom 0.5s ease;*/
	top: 4px;
}
.rightButton, .leftButton {
	/*position: relative;*/
	/*top: -13px;*/
	/*left: 80%;*/
	width: 160px;
	/*z-index: 200001;*/
	border: none;
	background: transparent;
	color: #fff;
	cursor: pointer;
	/*font-family: 'Helvetica Neue', arial, sans-serif;*/
        font-weight: 200;
	transition: all 0.5s ease;
}
.leftButton {
	position: relative;
	width: 42px;
	/*top: 4px;*/
	height: 16px;
	margin-right: 4px;
}
.leftButton img {
	top: 4px;
	opacity: 0.6;
	transition: all 0.5s ease;
}
.leftButton img:hover {
	opacity: 1;
}
.rightButton:hover, .leftButton:hover {
	cursor: pointer;
	color: #fff;
	background: rgba(43, 44, 44, 0.3);
}
#rightButton {
	/*position: absolute;*/
	/*right: 0;*/
}
#showRight.active {
	/*background: rgba(33, 44, 65, 0.8);*/
}
#menu2 {
	background: rgba(33, 44, 65, 0.4);
}
#aboutme {
	left: 0 !important;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

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

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

.icon-arrow-left:before {
	content: "\f060";
}

#sig {
	width: 100%;
	text-align: center;
	opacity: 0.7;
}
@media (max-width: 1038px) {
        #sig img {
		width: 80%;
	}
}


.exhibitions26 {
	width: 2em;
	height: 2em;
	font-weight: bold;
}
