
.feather-text{
	
	width:100%;
	float:left;
	padding:50px;
	color:#FFF;
	text-align:center;
	
}

.feather-text .heading{
	color:#FFF;
	font-size:40px;
}
 

@media all{
.light-box {
	display: none;
	}



.featherlight{
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999;
	white-space:nowrap;
	cursor:pointer;
	background-color:#31AFB4
	line-height:normal;
}

	
.featherlight:last-of-type{
	background-color:rgba(49, 175, 180, 0.9);
	background-repeat: no-repeat;
	background-position: center center;
	}
.featherlight:before{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-.25em;
	}
	
.featherlight .featherlight-content{
	position:relative;
	padding:0;
	text-align:left;
	vertical-align:middle;
	display:inline-block;
	overflow:auto;
	/*border-bottom:25px solid transparent;*/
	min-width:70%;
	margin-left:15%;
	margin-right:15%;
	max-height:100%;
	/*background:rgba(0,0, 0,0.1);*/
	/*background-image: linear-gradient(to right, #0D84B9 , #4FBAB3);*/
	cursor:auto;
	white-space:normal;

	}
	
	
.featherlight .featherlight-inner{
	display:block;
	}
.featherlight .featherlight-close-icon{
	position:fixed;
	z-index:9999;
	top:0;
	right:0;
	line-height:60px;
	width:60px;
	height:60px;
	/*border-radius: 50px;*/
	cursor:pointer;
	text-align:center;
	font:Arial,sans-serif;
	font-weight:bold;
	background-color:#000;
	color:#fff;
}	
.featherlight .featherlight-close-icon:hover{
	background-color:#434B55;
	color:#FFF;
}
.featherlight-content{
	border-bottom:0;
	padding:0;
	}
	

	}
	
	
	
@media only screen and (max-width:1024px){

.featherlight .featherlight-content{
	min-width:90%;
	margin-left:5%;
	margin-right:5%;
	}
	
	.feather-text{
	padding:20px;
}



}










