/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.0.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/




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

.feather-text .heading {
	color:#fff;
}



@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:#000;
	line-height:normal;
}

	
.featherlight:last-of-type{
	background-color:rgba(0, 0, 0, 0.8);
	
	}
.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:50%;
	margin-left:25%;
	margin-right:25%;
	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:25px;
	right:25px;
	line-height:45px;
	width:50px;
	height:50px;
	border-radius: 50px;
	cursor:pointer;
	text-align:center;
	font:Arial,sans-serif;
	font-weight:bold;
	background-color:#00B9FF;
	color:#fff;
}	
.featherlight .featherlight-close-icon:hover{
	background-color:#1C90C5;	
	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;
}



}










