* {
	padding:0;
	margin:0;
}

/* body {
	background:#FFFFFA;
} */

header {
	width:100%;
}

header nav {
	width:90%;
	margin:20px auto;
	max-width:1000px;
	background:#f3f3f3;
}

.menu_bar {
	display:none;
}

header nav ul {
	list-style:none;
	/*overflow:hidden;*/
}

header nav ul li {
	float: left;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a{
	display:block;
	padding:20px;
	color:black;
	text-decoration:none;
}

/*header nav ul li a:hover {
	background:#037E8C;
}*/

section {	
	margin: auto;
	/*max-width:940px;*/
	/*padding: 20px;*/
	/*background: #C6d5c5;*/
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

@media screen and (max-width:800px) {
	header nav {
		width:50%;
		height:100%;
		margin:0;
		position: fixed;
		left:-100%;
		top:0px;
		overflow:auto;
	}

	.menu_bar {
		display:block;
		width:100%;
		/*background:#ccc;*/
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		/*background:#21b4d9;*/
		overflow: hidden;
		font-size:25px;
		font-weight:bold;
		/*color:#fff;*/
		text-decoration:none;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid #ddd;
	}
}

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'letra';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
	content: "\e604";
}
.icon-house:before {
	content: "\e622";
}
.icon-rocket:before {
	content: "\e650";
}
.icon-suitcase:before {
	content: "\e652";
}
.icon-earth:before {
	content: "\e654";
}
.icon-cross:before {
	content: "\e678";
}
.icon-list2:before {
	content: "\e696";
}

#con_del{
	z-index: 1;
}
