/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	top:0;
	background-image:url(../images/home-pattern.html);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
	padding: 0;
	overflow: hidden;
	position:relative;
	height:100%
}

#home .captions {
	left:0;
	position: absolute;
	
	top: 40%;
	width: 100%;
	z-index: 10;	
	text-align:center;
	z-index:101;
}

#home .captions  .slide-show {
	width:100% !important;
	padding:0;
}

#home .captions  ul li {
	font-size:24px;
	color:#fdfdfd;
	line-height:45px;
	text-align:left;
	margin-left:15%;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
	
}

#home .captions  ul li span {font-size:20px;}

#home .welcome-message {
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top:35%;
	width: 100%;
	z-index:100;
}

#home .welcome-message h2 {	
	color: #BDC3C7;
	font-size: 25px;	
	left: 0;
	margin-top:90px;
	text-align: left;
	margin-left:15%;
	width: 100%;
	z-index: 10;
	position:relative;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
}

#home .welcome-message h2 span {
	color:#99ca39;
}

.btn-started {
	background-color: #3498DB;
	border: medium none;
	color: #F6F6F6;
	display: inline-block;
	font-size: 35px;
	position: relative;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 15;
	margin-top:80px;
	padding:10px 20px;
}

.btn-started:hover {
	background-color:#333;
	opacity:1
}

#main-slider {
	margin:0;
	padding:0;
}

.bx-controls {
	display:none;
}


#main-slider img {
width:100%;
height:auto;
}


/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	
	#home .captions ul li {
		font-size:40px;
	}	
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
			
	#home .captions ul li {
		font-size:40px;
	}
	
	#home .welcome-message h2 {
		font-size:25px;
		margin-top:70px;
	}
}

/* xs */
@media (max-width: 767px) {
		
	#home .captions ul li {
		font-size:30px;
	}
	
	#home .welcome-message h2 {
		font-size:18px;
		margin-top:70px;
	}
	
}

/* XS Portrait */
@media (max-width: 479px) {
	
	
	#home .captions {
		left:0;
		top:15%;
	}
	
	#home .captions ul li {
		font-size:20px;
	}
	
	#home .welcome-message {
		left: 0;
		top: 0;
	}
	
	#home .welcome-message h2 {
		font-size: 14px;
		font-weight: 400;
		left: 0;
		margin-top: 65px;
	}
		
}
