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

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 15px; 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; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #89867e;
	background: #f9f9f9;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.col-xs-2 {margin: 10px 0;}
.col-sm-2 {min-height:3px;}
.col-sm-2:nth-child(1) {background-color: rgb(208, 101, 3);}
.col-sm-2:nth-child(2) {background-color: rgb(233, 147, 26);}
.col-sm-2:nth-child(3) {background-color: rgb(22, 145, 190);}
.col-sm-2:nth-child(4) {background-color: rgb(22, 107, 162);}
.col-sm-2:nth-child(5) {background-color: rgb(27, 54, 71);}
.col-sm-2:nth-child(6) {background-color: rgb(21, 40, 54);}

.bf {
	background-color: #fff;
}

.mb30 {
	margin-bottom: 30px;
}

.mt30 {
	margin-top: 30px;
}