/* General */
body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	overflow-x: hidden;
}

a {
	color: #000;
	font-weight: bold;
}


/* Header */
header {
	background-color: #000;
	padding-top: 20px;
}

.menu-bar {
	background-color:#000;
	margin-top: 20px;
	color:  #fff;
}
	.menu-bar a {
		color:  #fff;
		font-size: 16px;
		font-weight: 500;
	}
	
	.menu-bar a:hover {
		text-decoration: none;
		color: #0064ab;
	}

.menu-list {
	padding: 12px 0;
	margin-bottom: 0;
}
	.menu-list > li:not(:last-child) {
		margin-right: 40px;
	}

/* Content */

/* Main */
#main > .container {
	box-shadow: 0 7px 18px rgba(0, 0, 0, .5);
}

/* Carousel */
#slider-home {
	margin-bottom: 50px;
}

.carousel-caption {
	background-color: rgba(79, 79, 79, 0.75);
	height: 100%;
	left: 0;
	top: 0;
	padding: 30px 45px;
	text-align: left;
	width: 340px;
}

	.carousel-caption p {
		font-size: 14px;
		line-height: 18px;
	}

	.carousel-caption h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.carousel-caption .h4 {
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 8px;
	}

	.carousel-caption img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.carousel-caption a {
		border-radius: 0;
		font-weight: bold;
		color: #000;
		border: none;
	}

/* Info content */
h3 {
	font-size: 24px;
	border-bottom: 2px solid #9e9e9e;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
	h3 i {
		color: #0064ab;
	}

p {
	font-size: 16px;
}

/* Footer */
footer {
	background-color: #fff;
	font-size: 12px;
	padding: 10px 0;
}

	footer ul {
		margin-bottom: 0;
	}

	footer a:hover {
		color: #000;
		text-decoration: none;
	}


/* Footer sidebars */
.sidebars-zone {
	background-color: #e0e0e0;
	padding-top: 20px;
}
	.sidebars-zone h4 {
		font-size: 20px;
		border-bottom: 2px solid #fff;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.sidebars-zone a {
		margin-bottom: 18px;
		display: block;
	}

	.sidebars-zone a:hover {
		color: #000;
	}

	


/* Helpers */
.mar-top-80 {
	margin-top: 80px;
}


.logo{  
   	width: 220px;
    height: 120px;
    margin-top: 0;
    z-index: 9999999;
}

header{
	margin-bottom: 5px;
}


ul.navbar-nav.nav.item{
	color:#000;
}




@media (min-width: 768px) {
	.navbar{
		width: 100%;
		height: 130px;
		display: absolute;
	}	

	.navbar-brand {
            position: absolute;
            left: 10%;
			transform: translateX(-50%);
			
	}
	
	.logo{  
		width: 220px;
		height: 115px;
		margin-top: 0;
		z-index: 9999999;
 	}
	
}	
