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

@font-face {
	font-family: Dinpro;
	src: url(../font/DINPro-Medium.ttf);
}
@font-face {
	font-family: Dinpro-Regular;
	src: url(../font/DINPro-Regular.ttf);
}
#btnback {
	background:#ec008c; 
	color:white; 
	padding:8px; 
	text-align:center; 
	cursor:pointer;
	width:170px; 
	font-size:16px;
	font-family:DinPro;
	letter-spacing:1px;
}
#btnback:hover {
	background:#58595b;
}
#btnback1 {
	border:1px solid #e10279; color:#e10279; padding:5px; display:block; width:170px; margin:auto; text-align:center;
}
#btnback1:hover {
	border:solid 1px #58595b; 
	color:#58595b;
}
.style1 {
	color: #EC008C;
	font-weight: bold;
}
.sqr {
	text-decoration:none;
	color:#57585b;
}
.sqr:hover {
	text-decoration:underline;
	opacity:0.7;
}
#textbox {
	margin-top:5px;
	margin-left:10px;
	border:solid 1px #41230b;
	background:none;
	color:#666666;
	font-size:16px;
	padding:5px 5px;
	width:360px;
	font-family:Dinpro;
}
#fileupload {
	width: 300px;
	height: 30px;
	background:none;

	position:relative;
	border: 1px solid #41230b;
}
#cv{
	width:305px;
	height:30px;
	opacity:0
}
#tbrowse {
	width: 305px;
	height:30px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left:5px;
	font-size:16px;
	line-height: 25px;
	pointer-events: none;
	color:#666666;
	font-family:Dinpro;

}
#browse {
	cursor: pointer;
	display: block;
	width: 90px;
	background:#ec008c; /* old browsers */
	height:28px;
	color: white;
	position: absolute;
	right:0;
	top: 0;
	font-size: 16px;
	font-family:Dinpro;
	line-height:25px;
	text-align: center;
	-webkit-transition: 500ms all;
	-moz-transition: 500ms all;
	transition: 500ms all;
}
#browse:hover {
	opacity: .7;
}
.iconhov1 img {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.iconhov1:hover img {
    -webkit-transform: translate(2em,-2em) scale(1.2); /* Safari and Chrome */
    -moz-transform: translate(2em,-2em) scale(1.2); /* Firefox */
    -ms-transform: translate(2em,-2em) scale(1.2); /* IE 9 */
    -o-transform: translate(2em,-2em) scale(1.2); /* Opera */
     transform: translate(2em,-2em) scale(1.2);
}
.iconhov2 img {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.iconhov2:hover img {
    -webkit-transform: translate(3em,-0.5em) scale(1.2); /* Safari and Chrome */
    -moz-transform: translate(3em,-0.5em) scale(1.2); /* Firefox */
    -ms-transform: translate(3em,-0.5em) scale(1.2); /* IE 9 */
    -o-transform: translate(3em,-0.5em) scale(1.2); /* Opera */
     transform: translate(3em,-0.5em) scale(1.2);
}
.iconhov3 img {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.iconhov3:hover img {
    -webkit-transform: translate(-3em,0em) scale(1.2); /* Safari and Chrome */
    -moz-transform: translate(-3em,0em) scale(1.2); /* Firefox */
    -ms-transform: translate(-3em,0em) scale(1.2); /* IE 9 */
    -o-transform: translate(-3em,0em) scale(1.2); /* Opera */
     transform: translate(-3em,0em) scale(1.2);
}
.iconhov4 img {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.iconhov4:hover img {
    -webkit-transform: translate(1em,1em) scale(1.2); /* Safari and Chrome */
    -moz-transform: translate(1em,1em) scale(1.2); /* Firefox */
    -ms-transform: translate(1em,1em) scale(1.2); /* IE 9 */
    -o-transform: translate(1em,1em) scale(1.2); /* Opera */
     transform: translate(1em,1em) scale(1.2);
}
#iconhov1:hover:after {
content: 'FANBASE AWARDS';
border: 1px solid #cccccc;
background-color: #efefef;
position: absolute;
padding: 3px 8px;
font-size: 14px;
font-weight:500;
z-index: 9999999;
margin-left: 0px;
margin-top: 30px;
width: 170px;
color:#ec008c;
font-family:Dinpro;
}
#iconhov2:hover:after {
content: 'DREAMERS MARKET';
border: 1px solid #cccccc;
background-color: #efefef;
position: absolute;
padding: 3px 8px;
font-size: 14px;
font-weight:500;
z-index: 9999999;
margin-left: 0px;
margin-top: 30px;
width: 170px;
color:#ec008c;
font-family:Dinpro;
}
#iconhov3:hover:after {
content: 'FANBASE & COMMUNITY PROJECTS';
border: 1px solid #cccccc;
background-color: #efefef;
position: absolute;
padding: 3px 8px;
font-size: 14px;
font-weight:500;
z-index: 9999999;
margin-left: 0px;
margin-top: 30px;
width: 170px;
color:#ec008c;
font-family:Dinpro;
}
#iconhov4:hover:after {
content: 'COMMUNITY AWARDS';
border: 1px solid #cccccc;
background-color: #efefef;
position: absolute;
padding: 3px 8px;
font-size: 14px;
font-weight:500;
z-index: 9999999;
margin-left: 0px;
margin-top: 30px;
width: 170px;
color:#ec008c;
font-family:Dinpro;
}
#home-fanbase{
border:solid 1px #d60680; color:#d60680; font-family: Dinpro; font-size:28px; float:left; padding:0px 10px
}
#home-fanbase:hover{
border:solid 1px #858994; color:#858994; font-family: Dinpro; font-size:28px; float:left; padding:0px 10px
}
#home-community{
border-right:solid 1px #d60680; border-top:solid 1px #d60680; border-bottom:solid 1px #d60680; color:#d60680; font-family: Dinpro; font-size:28px; float:left; padding:0px 10px
}
#home-community:hover{
border-right:solid 1px #858994; border-top:solid 1px #858994; border-bottom:solid 1px #858994; color:#858994; font-family: Dinpro; font-size:28px; float:left; padding:0px 10px
}
#btnvote{
font-family: Dinpro-Regular; font-size:26px; background-color:#d3067d;color:#fff; padding:0px 25px 4px; border:none;cursor:pointer;
}
#btnvote:hover{
font-family: Dinpro-Regular; font-size:26px; background-color:#858994;color:#fff;padding:0px 25px 4px;border:none;cursor:pointer;
}
#btnjoin {
	background:#ec008c; 
	color:white; 
	padding:5px; 
	text-align:center; 
	cursor:pointer;
	width:170px; 
	font-size:15px;
	font-family:DinPro;
}
#btnjoin:hover {
	background:#58595b;
}
.view {

	/*margin: -2px 25px 25px 2px;*/
	margin: 0px 0px 10px 10px;/*0px 45px 40px 2px;*/
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	cursor: default;
	background: #fff ; /*url(style/images/bgimg.jpg) no-repeat center center*/
	width:140px; height:140px; 
}

.view .mask,.view .content {
	width: 140px;
	height: 140px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view-tenth img {
	width: 140px;
	height: 140px;
	display: block;
	position: relative;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.view-tenth .mask {
	background-color: #dbdfea;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.view-tenth h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 13px;
	font-weight:normal;
	text-rendering: optimizeLegibility; 
	padding: 5px 8px 3px 8px;
	background: #0c6f74;
	margin: 0px 0 14px 0;
}

.view-tenth p {
	color: #555;
	font-size: 11px;
	text-align: center;
	text-shadow: none;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	display: inline-block;
	text-decoration: none;
	padding: 2px 10px 10px 10px;
	background: #0c6f74;
	font-size: 10px;
	color: #fff;
	font-weight:normal;
	margin-right: 5px;
	text-transform: uppercase;
	height: 16px;
	text-shadow: none;
	font-weight:700; 
}

.view-tenth:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
