*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
body, html { font-size: 100%; padding: 0; margin: 0;}

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

body {
    color: #000000;
	min-width:340px;
	width: auto !important;
	width:340px;
}

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

i a:hover {
	color: #dac847;
	text-decoration: underline;
}

i a:link {
	COLOR: #47a3da;
}

i a:visited {
	COLOR: #da7e47;
}

i a:active {
	COLOR: #00FF00;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
}
h1 a:link {
	color: #000000;
}
h1 a:visited {
	color: #000000;
}
h1 a:active {
	color: #000000;
}

.container > header {
	width: 80%;
	margin: 0 auto;
	padding: 0 0.5em 0.5em;
}

.main {
	width: 93%;
	padding: 0em;
	margin: 0 auto;
}


.label {
	text-align: center;
	font-size: 28px;
	background-color: #000000;
	color: #FFF
	
}

#right_box {
	position: relative;
	z-index:2;
	float:right;
	width: 51%;
	right:2%;
}


#left_box {
	position:relative;
	width: 45%;
	left: 2%;
	top: 50px;
	padding-bottom:50px;
	z-index:1;
	display: inline-block;
}

#middle_box {
	position: relative;
	width: 60%;
	max-width:800px;
	margin: auto;
	bottom: 20px;
	z-index:2;
}

#subtext {
	position: relative;
	width: 100%;
	padding: 4px 4px 4px 4px;
	font-family:"Helvetica";
	text-align:center;
	font-size: 14px;
	color: #000000;
	text-shadow:1px 1px 1px #BBBBBB;
	line-height:4px;
	display: inline-block;
}

#caption {
	font-size: 1.5em;
	line-height: 0.3;
	text-align: right;
	font-weight: bold;
	position:inherit;
	right:50px;
}

.thumbnail
{
	margin: 20px 8px 0px 8px;
	width: 45%;
	float: left;
	text-align: center;
}	
.thumbnail img
{
	display: inline;
	width: 100%;
	border: 4px solid #000000;
	box-shadow:3px 3px 4px -1px #443D69;
	max-width:299px;
	
	
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 20px 0px 20px 0px;
	-khtml-border-radius: 20px 0px 20px 0px;
}
.thumbnail a:hover img {
	border: 4px solid #47da7e;
}

.logo {
	width:60%;
	height:60%;
	padding-bottom:10px;
	margin-left:20%;
	max-width:400px;
}

#main_text {
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	height: auto;
	z-index: 6;
	bottom: 10px;
	background-color: #000000;
	padding: 20px 25px 25px 35px;
}

#main_text i{
	font-size:28px;
	color: #444;
	font-family: Lato, Calibri, Arial, sans-serif;
	font-style:normal;
}
	

.container > header h1 {
	font-size: min(6vw,40px);
	padding: 20px 25px 25px 35px;
	background-color: #000000;
	color: #FFF;
	line-height: 0.3;
	float: center;
	text-align: center;
}

.container > header h1 :visited{
  color:#FFF;
}


.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
	text-align: center;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #000000;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #000000;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #000000;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

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

.bp-icon:after {

	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

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

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}
@media screen and (min-width: 1500px) {
	#right_box {
		width: -moz-calc(96% - 660px);
		width: -webkit-calc(96% - 660px);
		width: -o-calc(96% - 660px);
		width: calc(96% - 660px);
	}
	
	#left_box {
			max-width:665px;
	}
}
@media screen and (max-width: 1200px) {
	.thumbnail{
		width:90%
	}
	
	#left_box {
			max-width:333px;
	}
	#right_box {
		width: -moz-calc(96% - 333px);
		width: -webkit-calc(96% - 333px);
		width: -o-calc(96% - 333px);
		width: calc(96% - 333px);
	}
	#middle_box {
		width:76%;
		left: 12%;
	}
}

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

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
	}

	.container > header nav {
		margin: 0 auto;
	}
	
	#right_box {
		width: 90%;
		right: 5%;
	}
	
	#left_box {
		position:inherit;
		width: 98%;
		padding-left:5%;
		padding-right:0px;
		float:center;
		max-width:none;
	}
	#middle_box {
		width:90%;
		left: 5%;
	}
	
	.container > header > span {
		text-indent: 30px;
	}
}
