/* General Demo Style */
/*@import url(http://fonts.googleapis.com/css?family=Lato:400,700);*/
/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(fontello.css);



html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    background: #f6f6f6;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
}



a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.main,
.container > header {
	/*width: 90%;*/
	/*max-width: 1060px;*/
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}


