@charset "UTF-8";
/* Curtain */
#curtain-container {
display: none;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
}

#curtain-container .main .close-curtain {
 color: #CCCCCC;
 float: right;
 font-size: 22px;
 text-decoration: none;
}

#curtain-container .main {
 background: #FFFFFF;
 left: 50%;
 margin-left: -325px;
 padding: 25px;
 position: absolute;
 top: 25%;
 width: 600px;
}

#curtain-container .main p img {
 float: left;
 margin: 0 10px 10px 0;
 max-height: 100px;
 width: auto;
}

#curtain-container .main h2 {
 color: #000000;
 font-style: normal;
 margin-left: 0;
 font-size: 28px;
 line-height: 30px;
 margin-bottom: 20px;
 border-bottom: 1px solid #990000;
 padding-bottom: 8px;
}

#curtain-container .main .subscription {
 border: 1px solid #ECECEC;
 margin: 20px auto 10px;
 padding: 10px 20px;
}

#curtain-container .main .subscription table {
 width: 100%;
}

#curtain-container .main .subscription td {
 width: 50%;
}

#curtain-container .main .subscription strong {
 font-size: 20px;
}


#curtain-container .main .subscription td {
 width: 50%;
}

#curtain-container .main .subscription .price {
 float: right;
}

#curtain-container .main .subscription .price a {
 color: #FAFAFA;
 display: block;
 font-size: 23px;
 height: 50px;
 line-height: 27px;
 padding: 14px 20px 17px;
 text-align: center;
 width: 80px;

 background: #990000; /* Old browsers */
 background: -moz-linear-gradient(top,  #990000 0%, #792121 90%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(90%,#792121)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #990000 0%,#792121 90%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #990000 0%,#792121 90%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #990000 0%,#792121 90%); /* IE10+ */
 background: linear-gradient(to bottom,  #990000 0%,#792121 90%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#792121',GradientType=0 ); /* IE6-9 */
}

#curtain-container .main .subscription .price a:hover {
 opacity: 0.8;   
}

#curtain-container .main .subscription .price a,
#curtain-container .main .subscription .price a:hover
{
 text-decoration: none;
}

#curtain-container .shadow {
 background: rgba(0, 0, 0, 0.75);
 height: 100%;
 position: absolute;
 width: 100%;
 
}
/* Counter */
/*#count-container {
 background: #FFFFFF;
 border: 2px solid #990000;
 box-shadow: 0 0 3px #666666;
 bottom: 50px;
 color: #990000;
 cursor: pointer;
 font-family: Verdana, Arial, Geneva, Helvetica;
 font-size: 20px;
 font-style: normal;
 font-weight: normal;
 padding-right: 10px;
 left: -2px;
 margin-bottom: 0;
 position: fixed; 
} */
#count-container {
	background: #990000;
	box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.35);
	border:solid 2px #FF0000;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0px;
	width:700px;
	overflow:auto;
	left: -2px;
	bottom: 3px;
	margin-bottom: 0; 
	position: fixed; 
	z-index:1000;
}
#count-container .red {
}
/*
#count-container .count {
	float:left;
	padding: 20px 15px;
	background-color:#990000;
	color:#FAFAFA;
	margin:0px;
}*/
#count-container .text {
	padding: 15px 5px;
	margin:0px;
	color:#ffffff;
	margin-left:15px;
}
#count-container .pages {
	font-size:130%;
}

#count-container:hover {
 border-color: #FF0000;
 background-color:#ff0000;
}

/*
#count-container p {
 display: inline-block;
 padding-top: 20px;
}

#count-container .red {
 background: #990000;
}

#count-container .count {
 color: #FAFAFA;
 font-weight: bold;
 height: 23px;
 margin-bottom: 0;
 padding: 14px 8px 7px 16px;
 margin-right: 10px;
}

#count-container .text {
 background: #FFFFFF;
 margin-bottom: 0;
 padding: 15px 0 15px 10px;
}*/
@media screen and (max-width:640px){

#curtain-container .main {
	left: 27%;
	margin-left: -25%;
	padding: 25px;
	top: 15%;
	width: 85%;	
	font-size: 80%;
}
#count-container {
	font-size:15px;
	width:550px;
}
#count-container .count {
	padding:10px 10px 10px 10px;
}
#count-container .text {
	padding:10px;
	margin-left:10px;
	font-size:90%;
}
}

@media screen and (max-width:480px){
#count-container {
	width:95%;
	bottom: 0px;
	margin-bottom:0px;
}
#count-container .count {
	font-size:15px;
	padding: 10px;
	vertical-align:middle;
}
#count-container .text {
	padding:4px;
	margin-left:35px;
	text-indent:-24px;
	float:none;
	width: 83%;
	font-size:80%;
}
#curtain-container .main {
	left: 17%;
	margin-left: -15%;
	padding: 5px 20px 5px 5px;
	top: 20px;
	width: 90%;	
	font-size: 70%;
}

}

