.our-services .col-sm-4 {
	padding-bottom: 10px;
}

.service-icon {
	line-height: 84px;
	margin-bottom: 36px;
}

.navbar-brand {
	padding: inherit;
	xmargin-top: 10px;
	padding-top: 10px;
	height: 80px;
}

.footer-logo img, .navbar-brand img {
	max-width: 148px;
	margin-top: 15px;
}

.footer-bottom .col-sm-12 p {
	text-align: center;
}

.entry-header h3 {
	color: #c40000;
}

.caption .btn-start {
	background-color: #c40000;
}

.caption .btn-start:hover {
	background-color: #9d0000;
}

#mobileLogos {
	margin: auto;
	display: inline-block;
	margin-bottom: 80px;
	text-align: center;
}

#mobileLogos img {
	width: 301px;
	margin: 0 30px;
}

#mobileLogos img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	filter: alpha(opacity = 70); /* For IE8 and earlier */
}

#home-slider .fa-angle-down {
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 0 0 0 17px;
	line-height: 47px;
	height: 51px;
	width: 51px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left: -25px;
}

#home-slider .fa-angle-down:hover {
	background-color: #9d0000;
	border-color: #9d0000;
}

.footerLinkBig {
	width: auto !important;
}

.footerLinkBig:hover {
	background-color: transparent !important;
}

.footerLinkBig img {
	max-height: 36px;
}

.left-control, .right-control {
	line-height: 47px;
}

.left-control i {
	margin-left: -1px;
}

@media ( min-width : 1200px) {
	.our-services .col-sm-4 {
		min-height: 300px;
	}
}

@media ( min-width : 768px) and (max-width: 1199px) {
	.our-services .col-sm-4 {
		min-height: 400px;
	}
	#mobile #mobileLogos img {
		width: 200px;
		margin: 0 20px;
	}
}

@media ( max-width : 767px) {
	.our-services .col-sm-4 {
		min-height: none;
	}
	.service-icon {
		line-height: 58px;
		margin-bottom: 36px;
	}
	#mobileLogos img {
		margin-bottom: 36px;
	}
	.navbar-brand {
		padding: inherit;
		margin-left: 10px;
		padding-top: 0;
		height: 50px;
		margin-top: 0;
	}
	.footer-logo img, .navbar-brand img {
		margin-top: 10px;
	}
}

/* md */
@media ( min-width : 992px) and (max-width: 1199px) {
}

/* sm */
@media ( min-width : 768px) and (max-width: 991px) {
}

/* xs */
@media ( max-width : 767px) {
}

/* XS Portrait */
@media ( max-width : 479px) {
}