@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
	background: #000 url(../images/bg-main.jpg?001) no-repeat;
	background-size: cover;	
	font-family: 'Roboto', sans-serif;
}

a {
	cursor: pointer;
	color: #007bff;
}

	.mobile {
		display: none !important;
	}

h1,h2,h3,h4 {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}


.header .container {
	border-bottom: 1px solid #777;
    background: #333;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #222, #555);
    background-image: -ms-linear-gradient(top, #222, #555);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#555));
    background-image: -webkit-linear-gradient(top, #222, #555);
    background-image: -o-linear-gradient(top, #222, #555);
    background-image: linear-gradient(top, #222, #555);
    box-shadow: 0px 0px 4px 3px #111;
    border-radius: 12px 12px 0 0;
    margin-top: 2rem;
}

.header .logo {
	/*max-width: 200px;*/
	width: 100%;
}


.container {
	max-width: 900px;
}

.menu-sep {
	background: -moz-linear-gradient(left, rgba(204,0,0,0) 0%, rgba(204,0,0,0.98) 49%, rgba(204,0,0,1) 50%, rgba(204,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(204,0,0,0) 0%,rgba(204,0,0,0.98) 49%,rgba(204,0,0,1) 50%,rgba(204,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(204,0,0,0) 0%,rgba(204,0,0,0.98) 49%,rgba(204,0,0,1) 50%,rgba(204,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc0000', endColorstr='#00cc0000',GradientType=1 ); /* IE6-9 */	
	height: 1px;
	width: 100%;
	border-bottom: 0 !important;
	margin: 5px 0;
}

.main-menu {
	padding: 0;
}

.main-menu a {
	text-transform: uppercase;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 500;
}

.call-free {
	color: #fff;
	text-transform: uppercase;
}

.img-fluid {
    width: 100%;
}

.hero {
	background-color: #000;
    border: 1px solid #444;
    background-color: #333;
    color: white;
    box-shadow: 0px 0px 4px 3px #111;
}

.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: 1px solid #333;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #fff;
}

 

.quick-access {
	position: relative;
	z-index: 999;
}

	.quick-access .box {
		border: 1px solid #333;
		color: #fff !important;
		border-radius: 0;
	}

	.quick-access .box h3 {
		padding-top: 5px;
		border-top: 1px solid #d1ab24;
	}

	.quick-access .box a {
		border: 1px solid #ccc;
		display: block;
		max-width: 50%;
		border-radius: 25px;
		margin: 90px auto 15px auto;
		text-transform: uppercase;
		color: #fff;
		padding: 5px 15px;
	}

	.quick-access .box-1 { background: #111; }
	.quick-access .box-2 { background: #111; }
	.quick-access .box-3 { background: #111; }	

.modal h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 1rem;
    color: #007bff;
}

.wrap-content .container {
	background: #eaeaea;
	border-radius: 8px;
}

.breadcrumb {
    background-color: transparent; 
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

.features .container {
	background: #333;
}


	footer.main-footer .container {
		background: #444;
	    background-repeat: repeat-x;
	    background-image: -moz-linear-gradient(top,#505050,#222);
	    background-image: -ms-linear-gradient(top,#505050,#222);
	    background-image: -webkit-gradient(linear,left top,left bottom,from(#505050),to(#222));
	    background-image: -webkit-linear-gradient(top,#505050,#222);
	    background-image: -o-linear-gradient(top,#505050,#222);
	    background-image: linear-gradient(top,#505050,#222);
	    border-top: 1px solid #777;
	    padding: 12px;
	    color: #8df;
	    font-size: 11px;
	    border-radius: 0 0 12px 12px;
	}

@media only screen and (max-width: 568px) { 

	.mobile {
		display: block !important;
	}

	.hero {
		display: none;
	}

	.login h2 {
		text-transform: uppercase;
		color: #fff;
	    font-weight: 700;
	    font-style: italic;
	}

	.mobile-container {
		padding: 1rem !important;
	} 



}	