img {
	max-width: 100%;
}
.bg-dark {
    background-color: #28aae1 !important;
}
.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

::-moz-selection {
	background: #6d9055;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #6d9055;
	color: #fff;
	text-shadow: none;
}

/***** General style, all sections *****/

.section-container {
	margin: 0 auto;
	padding-bottom: 30px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 30px;
	padding-bottom: 10px;
}

.section-description p {
	margin-top: 20px;
	padding: 0 120px;
}

.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}


/***** Section 3 *****/

.section-3-box {
	margin-top: 20px;
	text-align: left;
}

.section-3-box .section-3-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;

	background: rgb(2, 151, 217) !important;
	/* Old browsers */
	background: -moz-linear-gradient(top, #E6762B 0%, #E6762B 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6762B), color-stop(100%, #E6762B));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #79a05f 0%, #E6762B 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E6762B 0%, #E6762B 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E6762B 0%, #E6762B 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #E6762B 0%, #E6762B 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6762B', endColorstr='#E6762B', GradientType=0);
	/* IE6-9 */

	font-size: 28px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.section-3-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}


/***** Footer *****/

.footer-top {
	padding: 30px 0;
	text-align: left;
	color: #fff;
	
}

.footer-top h3 {
	padding-bottom: 10px;
	color: #fff;
}

.footer-about img.logo-footer {
	max-width: 74px;
	margin-top: 0;
	margin-bottom: 18px;
}

.footer-contact p {
	word-wrap: break-word;
}

.footer-contact i {
	padding-right: 10px;
	font-size: 18px;
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
}

.footer-links a {
	color: #fff;
	border: 0;
}

.footer-links a:hover,
.footer-links a:focus {
	color: #fff;
}

.footer-bottom {
	padding: 10px 0 10px 0;
	background: #000;
	text-align: left;
	color: #aaa;
}

.footer-social {
	padding-top: 3px;
	text-align: right;
}

.footer-social a {
	margin-left: 20px;
	color: #777;
	border: 0;
}

.footer-social a:hover,
.footer-social a:focus {
	color: #79a05f;
	border: 0;
}

.footer-social i {
	font-size: 24px;
	vertical-align: middle;
}

.footer-copyright {
	padding-top: 5px;
}

.footer-copyright a {
	color: #fff;
	border: 0;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	color: #aaa;
	border: 0;
}

.footer-bg {
	background-color: #28aae1;
}


/****************/
.carousel-indicators {
	position: relative !important;
	bottom: 0;
}

.carousel-indicators li {
	background-color: #222 !important;
	cursor: pointer;
	border-radius: 50%;
	height: 15px;
	width: 15px;
}

.carousel-indicators .active {
	opacity: 0.5;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.carousel-inner p {
		font-size: 14px;
		margin: 20px 0;
	}

	.carousel-inner button {
		display: block;
		margin: 0 auto;
	}

	.carousel-title {
		font-size: 18px;
		margin-top: 20px;
	}

	.carousel-indicators {
		top: 20px;
	}
}