/**
 * 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.
**/

.featherlight .table2{
background-color:transparent;}
.cer, .cerbg{
	width:100%;
	position:relative;
	float:left;
	
}
.cer img{
	width:100%;
	display:block;
}
.cerbg{
	background-image: url(../images/certificate-bg03.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size:100%;
	
}

.att {
	background-image: url(../images/certificate-bg12.jpg);
	height:148px;
	
	
}


.att2 {
	background-image: url(../images/certificate-bg-1.jpg);
	height:40px;
	
}

.att3{background-image: url(../images/certificate-bg-1.jpg);
	height:25px;}
	
	
.att4{background-image: url(../images/certificate-bg-1.jpg);
	height:45px;}
	
.att5{background-image: url(../images/certificate-bg-1.jpg);
	height:35px;}
	
	
.att6{background-image: url(../images/certificate-bg13.jpg);
	height:46px;}



.certificate-text{}




.inputwrap{
	width:70%;
	margin:0 auto;
}


.cell{
	width:30%;
	float:left;
	text-align:center;
	margin-right:5%;
}
.end{
	margin-right:0;
}
.txt-center{
	text-align:center;
}
.st1{
	font-family:'GothamBold_0';
	font-size:24px;
	color:#000;
}
.st2{
	font-family:'open_sansregular';
	font-size:20px;
	color:#000;
}
.st3{
	font-family:'GothamBold_0';
	font-size:18px;
	color:#000;
}
.st4{
	font-family:'GothamBold_0';
	font-size:20px;
	text-transform:uppercase;
	color:#6E6E6E;
	text-align:center;
}
.para{
	width:100%;
	float:left;
	position:relative;
	font-size:14px;
	
}

.photo{
	width:117px;
	float:left;
	margin:0 20px 0px 0;
}
.photo img{
	border:1px solid #E5E5E5;
}
.detail{
	font-family:'open_sansregular';
	font-size:14px;
	color:#000;
	

}
/***************************/



.featherlight .table2 td{
	vertical-align:top;}


.featherlight h2{
	color:#481562;
	font-size:18px;
	font-family:'GothamBold_0';
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.featherlight strong{
	font-family:'GothamBold_0';
	color:#000;
}

@media all{
.lightbox {
	display: none;
	}



.featherlight{
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999999999;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	/*background-color:rgba(117, 191, 29, 0.9);*/
	
	}
	
.featherlight:last-of-type{
	/*background-color:rgba(255, 255, 255, 0.9);*/
	}
.featherlight:before{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-.25em;
	}
	
.featherlight .featherlight-content{
	position:relative;
	text-align:left;
	vertical-align:middle;
	display:inline-block;
	overflow:auto;
	/*padding:25px 25px 0;*/
	
	min-width:50%;
	margin-left:25%;
	margin-right:25%;
	max-height:95%;
	/*background:#fff;*/
	cursor:auto;
	white-space:normal;
	color:#000;
	background-image: url(../images/texture2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	
	
.featherlight .featherlight-inner{
	display:block;
	border:10px solid #990;
	overflow:hidden;
/*	padding:25px;*/
	/* border-image: url(../images/border.png) 27 27 27 27 stretch stretch;*/

	}
.featherlight .featherlight-close-icon{
	position:absolute;
	z-index:9999;
	top:0;right:0;
	line-height:25px;
	width:25px;
	cursor:pointer;
	text-align:center;
	font:Arial,sans-serif;
	background:#990;
	color:#fff;
}	
.featherlight .featherlight-close-icon:hover{
	background:#000;
	color:#fff;
}
.featherlight-content{
	border-bottom:0;
	padding:0;
	}
	

	}
	
	
	
@media only screen and (max-width:1024px){
	.featherlight .featherlight-content{
		margin-left:0;
		margin-right:0;
		max-height:98%;
		width:80%;
	

		}
		}
		
@media only screen and (max-width:480px){

.photo, .detail, .cell{
	width:100%;
	margin:0 0 25px 0;
	text-align:center;
}

.inputwrap{
	width:70%;
	margin:0 auto;
}

}




