/* 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;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #47a3da;

}

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


}

a:hover {
	color: #000;
}


.backgr {
	background-color:rgba(47,59,75,0.7);
	padding:  20px 20px 10px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	max-width: 360px;
}


.backgr img {
	margin-left: auto;
	margin-right: auto;
	max-width: 328px;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.backgr img:hover {
    opacity: 0.8 !important;
    filter: alpha(opacity=80); /* For IE8 and earlier */
} 


.backgr p {
	text-align: center;
	margin-top: 10px;
	font-weight: 200;
	font-size: 15px;
	font-style: oblique;
	color: #f9f9f9;
}

.main,
.container > header {
	width: 90%;
	max-width: 60em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

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

.container > header h1 {
	text-align: center;
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0 20px !important;
	float: left;
	font-weight: 400;
}

.container > header span {
	text-align: center;
	border-bottom: 1px solid #2f3b4b;
	margin: 50px 50px 25px 50px;
	font-size: 1.26em;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0.7em 0 0.6em 0.1em;
	color: #2f3b4b;
}




.container > header nav {
	text-align: center;
	float: right;
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 20px 0 0;
	font-weight: 400;
}



.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";
}


@media screen and (max-width: 979px) and (min-width: 768px) {

.container > header h1 {
	margin-left: 0 !important;
	float: none;

}


.container > header nav {
	margin-right: 0 !important;
	float: none;
}

.backgr img {
	max-width: 300px !important;

}
	
}


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

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

.container > header h1 {
	margin-left: 0 !important;
	float: none;

}


.container > header nav {
	margin-right: 0 !important;
	float: none;
}

.backgr img {
	max-width: 270px !important;

}

	
}

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

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

.container > header h1 {
	margin-left: 0 !important;
	float: none;
}


.container > header nav {
	margin-right: 0 !important;
	float: none;
}

.backgr img {
	max-width: 200px !important;

}
	
}

