/** {
	border: 1px solid red !important;
}*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 500px) {
	p {
		display:none;

	}
}

/*@media only screen and (max-width: 500px) and (orientation:landscape) {
	p {
		display:none;
	}
}

@media only screen and (min-width: 500px) {
	p {
		display:none;
	}
}

@media only print and (max-width: 500px) {
	p {
		display:none;
	}
}
*/


.row {
	width: 100%;
	display: -webkit-box;
	display: -moz-box-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-wrap:wrap;

}
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.67%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.67%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.67%;
}
.col-12 {
	width: 100%;
}

hr {
	display: block;
	height: 1px;
	border: 1px solid;
	margin: 0 0 2em 0;
	padding: 0;
	width: 100%;
}
