@charset "UTF-8";
/* CSS Document */

.poster_div {
	width: 200px;
	height: 200px;
	background-color:#999999;
	margin: 8px;
	float: left;
	overflow:hidden;
}

.poster-size-outter{}
.poster-size-inner{height: calc((1080px - 4em) / 4);}
/* .poster-size-inner{height: 270px;} */
.poster-cls{}

.illustration_div {
	/*float: left;*/
	overflow:visible;
	width: auto;
	height: 110px;
	padding: 0em;
	margin: 0em 0em 0em 1em;
}

.illustration_img {margin: 0px;}

.download_div {
	width: 120px;
	margin-left: 8px;
	float: left;
	background-color:#CCCCCC;
}

.payment_div {
	width: 40%;
	margin: 0em auto 0em auto;
	float: left;	
}

.viewfont_div { 
	width: 60%;
	margin: 0em auto 0em auto;
	float: left;
}

.info_div {
    display: block;
    max-width: 100%;
    margin: 0em 0em 1em 1em;
    padding: .5em;
    background-color: #E8E8E8;
    /* border: 1px solid #000; */
}

.info_div_left {text-align: left; max-width: 100%; }
.info_div_right {text-align: right; max-width: 100%; padding: .3em 0em 0em 0em; }

.update_div {
	margin: 1em 0em .5em 0em;
    padding: .5em;
    width:calc(100% - 1em);
    /* border: 1px solid #000; */
    /* align-content: center; */
    text-align: right;
}

.font_alphabet {
	margin:0px auto 0px auto;
	font-size:48pt;
	overflow:hidden;
	padding: 0px 0px 0px 16px;
	max-height:100px;
}

.download_div a:link {
	display:block;
	width:120px;
	height: 16px;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	background-color:#999999;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #666666,  #333333); /* for firefox 3.6+ */
} 

.download_div a:hover {
	background-color:#666666;
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#666666)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #CCCCCC,  #666666); /* for firefox 3.6+ */
}

.description_div {
	float:left;
	margin:8px;
	text-align: left;
	width:824px;
	height:200px;
	/*display:inline;*/
}

.desc2_div {
	float: left;
	text-align:left;
}

.fontfaces_box {
	width: 100%;
	float:none;
	clear: both;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
	background-color:#CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 432px;
}

.font-info {float:right;  text-align:right;}

.description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.poster {
	width: 200px;
	height: 220px;
	background-color:#EBEBEB;
	margin: 1em;
	padding: 1em;
	float: left;
}

.poster:hover {
	width: 200px;
	height: 220px;
	background-color:#CCC;
	margin: 1em;
	padding: 1em;
	float: left;
}

.poster_thumb {
	width: 200px;
	height: 220px;
	background-color:#CCC;
	margin: 4px 4px 4px 4px;;
	padding: 6px;
	float: left;
}

.poster_thumb:hover {
	width: 200px;
	height: 220px;
	background-color:#999;
	margin: 4px 4px 4px 4px;
	padding: 6px;
	float: left;
}

.poster-2x1-thumb { height: calc((1080px - 6em) / 8);}

.title_link {
	color:#000;
	text-decoration:none;
}

.font_title {
	font-size:48px;
}

.add_button {
	float:right;
}

.toptitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-right: 20px;
	text-decoration:none;
	color:#000;
	font-style: bold;
}

.topcount {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-right: 20px;
	text-decoration:none;
	color:#333;
}

.toplist ul {}
.toplist li {}

#viewmodes {float:right;}



/* 320 - 640 - Smartphones (portrait and landscape) ----------- */
@media only screen 
	and (min-width : 320px) 
	and (max-width : 640px) 
{
	
	.info_div {margin: 0em 0em 1em 0em; padding-bottom: 1em;}
	.info_div_left {text-align: center;}
	.info_div_right {text-align: center; }
	.payment_div {  width: 50%; padding: 1em 0em 1em 0em; margin-top:1em; /* border: 1px solid #000; */}
	.viewfont_div { width: 50%; padding: 1em 0em 1em 0em; margin-top:1em; /* border: 1px solid #000; */}
	.illustration_div { margin:0em 0em 1em 0em; height: auto;}
	.illustration_img { margin: 0px auto 0px auto; }
	.font_alphabet { padding:0em; margin:.5em auto 0em auto;}
	.font-info {float:left;  text-align:left; margin:.5em 0em 0em .5em;}
	.update_div { text-align: center; }
	.add_button {float:left;}
	
		/*.poster-size{max-width:calc(640px - 3em); max-height:calc(640px - 3em;} /* FORCES POSTER SIZE */
	
		.poster-size-outer {
		position:relative;
		height:0;
		overflow:visible;
		padding-top: calc(100vw - 4em - 2px);
		}
		.poster-size-inner {
		position:absolute;
		display:flex;
		top:0;
		left:0;
		/* width:  100%; */
		width: calc((100vw - 4em - 2px) * 1); /* RESOLVE CLS */
		/* height: 100%; */
		height: calc((100vw - 4em - 2px) * 1); /* RESOLVE CLS */
		max-height: calc(100vw - 4em - 2px);  /* RESOLVE CLS */
		justify-content: center;
		align-items: center;
		}
		.poster-cls{
		height: calc(100vw - 4em - 2px); 
		max-height: calc(100vw - 4em - 2px); 
		width: calc(100vw - 4em - 2px); 
		max-width: calc(100vw - 4em - 2px); 
		}
	
		#viewmodes {float:left; margin-top:.5em;}
		.poster-2x1-thumb {height:auto;}
} /* END 320 - 640 */


/* 641 - 960 - MID SIZE (TABLETS) */
@media only screen
	and (min-width : 641px) 
	and (max-width : 960px)
{ 

	.payment_div {  width: 50%; border: }
	.viewfont_div { width: 50%;  border:}
	.update_div { text-align: center; }
	.add_button {float:left;}
	.info_div_right {padding-left: 1em; }
	.poster-2x1-thumb {height:auto;}
}


/* 961 - 1079 - LESS THAN FULL SIZE (ANY REDUCTION) */
@media only screen
	and (min-width : 961px) 
	and (max-width : 1079px)
{
	.poster-size-inner{height: calc((1080px - 3em) / 4);}
	.poster-2x1-thumb {height:auto;}
	
} /* END - ANY REDUCTION */


