@charset "utf-8";
/* CSS Document */
ul.showhide{
	padding:0;}
ul.showhide  li{
	float: left;
	margin:22px 0;
	cursor: pointer;
	text-align:center;
	background-color: #ED7103;
	padding: 15px;
	color:#FFF;
	list-style: none;
	font-size:20px;	
}
ul.showhide  li:hover{
	background-color: #04c1e3;
}



.sel_optn1, .sel_optn2, .sel_optn3, .sel_optn4, .sel_optn5, .sel_optn6, .sel_optn7, .sel_optn8, .sel_optn9, .sel_optn10, .sel_optn11, .sel_optn12{
	position: fixed;
	height: 80%;
	width:90%;
	max-width:1200px;
	border: 1px solid;
	z-index: 1000;
	margin:auto;
	top:-1%;
	left:-1%;
	right:-1%;
	bottom:-1%;
	z-index:5000;
	background-color:#FFFFFF;
	-webkit-animation: load .5s 1;
  	   -moz-animation: load .5s 1; 
  			animation: load .5s 1; 
	
	
	-webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.scroller{
	overflow:auto;
	height: 100%;
}
.transparentBg, .transparentBg2, .transparentBg3, .transparentBg4, .transparentBg5, .transparentBg6, .transparentBg7, .transparentBg8, .transparentBg9, .transparentBg10, .transparentBg11, .transparentBg12{
	 background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:2000}
.close{
	opacity:1;}
.close a, .close a:visited{
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight:200;
	margin-right: 0px;
	margin-top: -24px;
	float: right;
	position: relative;
	z-index: 15px;
	padding: 1px 5px;
	line-height: 22px;
	width: 40px;
	display: block;
	background-color: #999;	
}
.close:hover {
	opacity:1;}
.close a:hover{
	background-color: #FF1778;	
}

@-webkit-keyframes load{
from { 

	opacity:0;
	
	}

to {
	opacity:1; 

	}
}

@-moz-keyframes load{
from { 
  	height: 0;
	width: 0;
	opacity:0;
	
	}
50% {
	opacity:.5;
	width:800px;
	height:20px;
	}	
to {
	opacity:1; 
	height: 90%;
	}
}

@-o-keyframes load{
from { 
  	height: 0;
	width: 0;
	opacity:0;
	
	}
50% {
	opacity:.5;
	width:800px;
	height:20px;
	}	
to {
	opacity:1; 
	height: 90%;
	}
}
@keyframes load{
from { 
  	height: 0;
	width: 0;
	opacity:0;
	
	}
50% {
	opacity:.5;
	width:800px;
	height:20px;
	}	
to {
	opacity:1; 
	height: 90%;
	}
}
