@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,700i,800,800i');

body {
	background: #e8e8e8 url(../images/bg-main.jpg) no-repeat;
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
    font-weight: 700;
}

a {
	cursor: pointer;
}

	.mobile {
		display: none !important;
	}

header .logo {
	max-width: 300px;
	width: 100%;
}

.blue {
	color: #0099cc !important;
}

.blue-bg {
	background: #0099cc !important;
}

.container {
	max-width: 830px;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.carousel-item {
	border: 5px solid #fff;
	border-radius: 15px; 
}
	.carousel-item img { 
		border-radius: 10px; 
	}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #fff;
}

	 

.quick-access {
	position: relative;
	z-index: 999;
}

.modal h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 1rem;
    color: #09c;
}

footer.main-footer {
	background: url(../images/bg-footer.png) no-repeat;
	min-height: 400px;
	position: relative;
	z-index: 888;	
	margin-top: -100px;
	font-size: 11px;
}

	footer.main-footer .logo {
		position: relative;
		margin-top: -25px;
		max-width: 200px;	
	}

	footer.main-footer .copyright {
		border-top: 1px solid #ccc;
		font-size: 12px;
		font-weight: bold;
	}

@media only screen and (max-width: 568px) { 

	.mobile {
		display: block !important;
	}

	.login h2 {
		text-transform: uppercase;
	    color: #0099cc !important;
	    font-size: 1.5rem;
	    font-weight: 700;
	}

	.hero {
		display: none;
	}

	.hero {
		display: none;
	}

	.mobile-container {
		padding: 1rem !important;
	} 

	footer.main-footer {
		margin-top: -25px;
	}

}	