/* ===================================
   custom css
====================================== */

.image-home { 
	background-image: url("../images/image-home.jpg");
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #3a414e;
}

.image-divider { 
	background-image: url("../images/image-divider.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.image-divider-2 { 
	background-color: #33aeab;
}

.image-contact { 
	background:url("../images/bg-contact-mobile.jpg");
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #3a414e;
}

.text-shadow {
	text-shadow: 1px 1px 15px #000;
}

.text-uppercase {
	text-transform: uppercase;
}

.margin-seven-bottom {
	margin-bottom:7%
}
.input-alpha {
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	color: #999999;	
}

.icon-extra-medium i{
	display: inline-block !important;
}

.loader-logo {
    position: absolute;
    height: 44px;
	right: 50%;
    bottom: 50%;
    z-index: 105;
	margin: 0 -75px 100px 0;
	display: block;
}

.text-black {
	color: #000000;
}

/* ===================================
   custom css
====================================== */

@media (min-width: 1250px) {

	.image-contact { 
		background-image: url("../images/bg-contact.jpg");
		background-size: auto 100%;
		background-position: left;
		background-repeat: no-repeat;
		background-color: #3a414e;
		}

}