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

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

}



* {
	box-sizing: border-box;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'fjalla_oneregular';
    color: #5c5c5c;
    padding-bottom: 15px;
}
.main-title h3 {
    color: #a5a5a5;
    text-transform: uppercase;
}
.block h2 {
    text-transform: uppercase;
}
.feature h1 {
	color: white;
}
.feature li {
	color: white;
	font-size: 20px;
	padding-top: 10px;
	line-height: 1.6;
}
p {
    font-size: 14px;
    font-family: 'source_sans_proregular';
    color: #a5a5a5;
    margin: 0 0 10px;
    line-height: 24px;
    display: -webkit-box;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.main-title {
	padding: 10px 0;
	overflow: hidden;
	padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.ruler {
    height: 1px;
    background: #dfdfdf;
}
.featured-items {
    padding: 60px 0;
    overflow: hidden;
}
.block {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.img-circle {
	border-radius: 50%;
	float:left;
	margin-right: 20px;
}
.img-rigth {
	width: 100%;
}
.feature {
    background: #1275c2; /*#5c5c5c;*/
    padding: 30px;
    border-radius: 3px;
    overflow: hidden;
}
.feature .block{
    width: 50%;
}
.button {
	background-color: #ff0000;
	border: none;
	font: inherit;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	height: 38px;
	padding: 0 50px;
	display: block;
	margin: 30px auto 30px;
	font-size: 20px;
}
.button:hover {
    background-color: #fb882d;
}




@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
	.block {
		width: 33.333333%;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}