@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext");
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,400italic,300italic,600,600italic,700,900&subset=latin,latin-ext);


/* 2. General Styles */


.slider {
	background: #344353;
	width: 100%;
	height: 350px;
	margin-bottom:0px;
}

.slider .item {
	width: 100%;
	height: 350px;
}
.slider .slider-cover {
	background-size: cover;
	width: 105%;
	height: 350px;
}
.slider .slider-desc {
	padding:10px;
	margin-left:2px;
	font-size:18px;
	width: 100%;
	height:auto;
	font-family: 'Titillium Web', sans-serif;
	background-color:#344353;
	
}
.slic{
	padding:10px;
	background-color:d2a953;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#fff;
	
}
.slider .slider-desc p {
	color: #fff;
}

.slider .carousel-control {
	background-color: #f8f8f8 !important;
	background-image: none !important;
	width: 40px;
	height: 40px;
	opacity: 1 !important;
	text-align: center;
	padding-top:2px;
	margin-top: 290px;
	margin-right:20px;
	color:#139bc2;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size:32px;

}

.slider .carousel-control.right {
	background-image: none !important;
}
.slider .prev {
	border-right: #2c3e50 0px solid;
	margin-right: 70px !important;
}




@media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx) {
}

/* 9. Mobile Fixes */

@media only screen and (max-width: 768px) {
	.navbar-brand {
		height: 50px;
		position: relative;
		margin: 10px auto;
		padding: 0 0;
	}
	.navbar-brand img {
		height: 50px;
	}
	
	.slider .carousel-control {
	background-color: #d2a953 !important;
	background-image: none !important;
	width: 40px;
	height: 40px;
	opacity: 1 !important;
	text-align: center;
	padding-top:2px;
	margin-top: 290px;
	margin-right:20px;
	color:#f8f8f8;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size:32px;

}
	
}