/*
Site: 		
Url: 		
Autor: 		MonWebPro.com
Version: 	
*/

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?b2om2p');
	src:  url('fonts/icomoon.eot?b2om2p#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?b2om2p') format('truetype'),
	url('fonts/icomoon.woff?b2om2p') format('woff'),
	url('fonts/icomoon.svg?b2om2p#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon {
	font-family: 'icomoon';
}

html, body {
	width: 100%;
}
div.clearboth {
	width: 100%; 
	height: 0;
	clear: both; 
	float: none;
}

/* HEADER */
header {
	width: 100%;
}


/*** MAIN ***/
main {
    width: 100%;
}

/*** FOOTER ***/
footer {
	width: 100%;
    height: auto;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(245, 245, 241, 1.0);
    color: #999;
    font-size: 0.9em;
}
footer ul {
    width: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
footer ul li {
    display: inline-block;
    width: auto;
    margin: 0 2px;
    text-align: center;
}
footer ul li a {
    color: #999;
}
footer:hover,
footer:hover ul li a {
    color: #333;
}

@media screen and (max-width: 780px) {

}
