/*
blue: #009ddc,#0090ce
grey: 	#f5f5f5
*/

body{
	font-family:'Arial',sans-serif;
}

#main-slide {
	/*border-radius:5px;*/
	border:0px solid #C8C8C8;
	/*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);*/
	
}

.carousel-inner > .item > .carousel-caption {
	display: none;
}

.carousel-inner > .item  > img {
	min-width: 450px; 
}

.carousel-controls{
	position:relative; 
	width:100%;
	margin:0 auto;
	top:-30px;
	/*border:1px solid black;*/
}

.carousel-indicators{
   bottom:0px;
}

.carousel-indicators li{
	 border:1px solid #C8C8C8;
}

.carousel-indicators .active {
	background-color:#0090ce;
}

h1.nshead
{
	padding:10px;
	background-color:rgba(10,10,10,1);
	font-size: 40px;	
	text-align:left	;
	font-family:'Arial';    
	color: #0090ce;
	line-height:60px;
    /*text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px 	#5e77ae;	*/)
	}
	/*
	h1.nshead .top {
		color:black;
	}
	
	h1.nshead .bottom {
		color:black;
	}
*/

.shdesc{
	color:#000;
	font-size: 20px;
}


h5
{
	color:#fedf19;
	border:0px solid blue;
}

h2{
	color:red;
	
}



.fa-desktop {
	font-size:48px;
}

.fa-envelope{
	font-size:48px;
}

.btn-nila {
	background-color:#009ddc;
	padding:10px;
	color:white;
	border-radius:3px;

}

.btn-nila:hover {
	background-color:transparent;
	padding:10px;
	color:black;
	border-radius:3px;
	border:1px solid black;
	text-decoration:none;

}

.phead {
	color:red;
}


.desti
{
	border: 0px solid #888;
    border-radius:3px;
	font-size:14px;
}

.content_top {
	font-size:1.3em;
	line-height: 2.5em;
	margin-bottom: 24px;
	margin: 0;
	background-color:#040e2f;
	padding-bottom:25px;
	}	
	
.wel
{
	font-size:30px;
	text-align:center;
	color:#ffffff;
}
	
.wel-cont
{
font-size:16px;
color:#ffffff;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.memberleft-divider{
	border-left:0px solid #e8e8e8;
	height:77px;
}

.memberright-divider{
	border-right:0px solid #e8e8e8;
	height:77px;
}

.memberlefttitle-divider{
	border-left:1px solid #e8e8e8;
	height:20px;
}

.memberrighttitle-divider{
	border-right:1px solid #e8e8e8;
	height:20px;
}

.acc-bar {
	background-color:#5e77ae;
}

.tour {
	border-radius:5px;
	border:1px solid #C8C8C8;
	padding:10px;
	background:white;
	text-align:justify;
}

.tour::after {
    content: '';
    position: absolute;
    z-index: -1; /* hide shadow behind image */
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);                
    width: 70%; 
    left: 15%; /* one half of the remaining 30% */
    height: 100px;
    bottom: 0;
}

.tour-head {
	font-family:'Century Gothic';
}


/* for desktop */  
@media screen and (min-width: 768px) {
	.carousel-inner > .item > .carousel-caption {
			display:block;
	}
	.carousel-caption {
	top: 9%;
	/*transform: translateY(-25%);*/
	bottom: initial;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border-radius:10px;
	/*border: 1px dashed #fff;
	background-color:rgba(255,255,255,0.5);*/
	}
	/*
	.blur {
		-webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
		/*filter: blur(3px);
	}*/
	
	.tour {
		border:1px solid #C8C8C8;
		padding:10px;
		text-align:justify;
		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
		background-color:white;
	}
	
	.memberleft-divider{
	border-left:1px solid #e8e8e8;
	height:77px;
	}
	
	.memberright-divider{
	border-right:1px solid #e8e8e8;
	height:77px;
	}

	
	.carousel-controls{
		position:relative; 
		width:100%;
		margin:0 auto;
		top:-30px;
		/*border:1px solid black;*/
	}
	.glyphicon {
		color:black;
	}

	.carousel-indicators{
	   bottom:0px;
	}
	
	.carousel-indicators li{
		 border:1px solid #C8C8C8;
	}
	
	.carousel-indicators .active {
		background-color:#0090ce;
	}

}
	


	


	