html, body {
	font-family: 'Calibri'
}
input[type="file"] {
	height: 0;
	width: 0;
}
.white-box {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}
.white-box .col-md-6:first-child {
	padding-right: 7px;
	z-index: 2;
}
.white-box .col-md-6:last-child {
	padding-left: 7px;
	z-index: 1;
}
.blue-box {
	margin: 12px 0;
	padding: 15px;
	border-radius: 5px;
	background: #a7cce6;
	-webkit-box-shadow: -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: -5px 5px 15px 0px rgba(50, 50, 50, 0.4);
}
.blue-box.left {
	padding-bottom: 100px;
}
.blue-box.left .row-1,
.blue-box.left .row-2,
.blue-box.left .row-3 
{
	position: relative;
}
.blue-box.left .row-1 {
	background: url("../img/i (4).png") 0 0 no-repeat;
	padding: 30px 0 54px 138px;
	font-size: 18px;
	color: #7a7a7a;
	font-weight: 700;
}
.blue-box.left a {
	color: #7d8082;
}
.blue-box.left .row-2 {
	height: 157px;
	background: url("../img/i (10).png") 50% 0 no-repeat;
	top: -30px;
}
.blue-box.left .row-3 {
	position: absolute;
	bottom: 20px;
	text-align: center;
	color: #7d8082;
	padding: 20px 123px 25px 0;
	background: url("../img/i (2).png") 100% 0 no-repeat;
	font-size: 16px;
}
.blue-box.right {
	text-align: center;
	background: #a7cce6 url("../img/i (1).png") 17px 94% no-repeat;
}
.blue-box.right form > span {
	font-size: 12px;
	display:block;
	text-align:left;
	color: #3B5898;
	padding-left: 25px;
}
.blue-box.right form a {
	display: block;
	font-size: 14px;
	color: #3B5898;
	margin-top: 10px;
} 
.blue-box.right .title {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
.blue-box.right button {
	margin-top: 9px;
	background: none;
	border: 0;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.form-group {
	padding: 0 25px;
}
.shadow {
	padding-top: 30px;
	height: 20px;
	clear: both;
	position: relative;
	top: -1px;
	background: url(../img/shadow.jpg) 50% 0 no-repeat;
}
.five-blocks {
	text-align: center;
	color: #7a7a7a;
}
.five-blocks div div {
	line-height: 1.6;
}
.five-blocks h2 {
	font-size: 25px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.footer {
	color: #7a7a7a;
	font-size: 24px;
	font-weight: 700;
}
.footer > div img, .footer > div div{
	display: inline-block;
	vertical-align: middle;
}
.footer > div:nth-child(1) {
	margin-top: 20px;
}
.footer > div:nth-child(2) {
	margin-left: 150px;
	position: relative;
	top: -20px;
}
.footer > div:last-child {
	margin-top: 50px;
	margin-bottom: 20px;
}
@media (max-width: 992px) {
	.white-box .col-md-6 {
		padding: 0 15px 0 15px !important;
	}
	.blue-box.left .row-3 {
	    padding: 20px 152px 25px 0;
	    background: url("../img/i (2).png") 80% 0 no-repeat;
	    width: 100%;
	    text-align: left;
	}
	.footer > div:nth-child(2) {
		top: 0px;
	}
}
@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
	.blue-box.left .row-3 {
	    padding: 20px 152px 25px 0;
	    background: url("../img/i (2).png") 89% 0 no-repeat;
	}
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

#content.container {
	padding-top: 70px;
}

div[class*="col-"] {
	margin-bottom: 0 !important;
}