@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: GOTHAM;
	src: url(../font/GOTHAM-BOOK.OTF);
}
@font-face {
font-family: poppins-regular;
src: url(../font/Poppins-Regular.ttf);
}
#section1{
background: #d60181; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#d60181, #472be2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d60181, #472be2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d60181, #472be2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d60181, #472be2); /* Standard syntax */
margin-top:-16px;
}
#section2{
background: #d60181; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#d60181, #472be2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d60181, #472be2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d60181, #472be2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d60181, #472be2); /* Standard syntax */
margin-top:-16px;
}
#bg-df2017{
background: #d60181; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#d60181, #472be2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d60181, #472be2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d60181, #472be2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d60181, #472be2); /* Standard syntax */
}
.border-df2017{ 
border: 5px solid transparent;
-moz-border-image: -moz-linear-gradient(top, #d60181 0%, #472be2 100%);
-webkit-border-image: -webkit-linear-gradient(top, #d60181 0%, #472be2 100%);
border-image: linear-gradient(to bottom, #d60181 0%, #472be2 100%);
border-image-slice: 1;
}
.link-df2017{

}
.link-df2017:hover{
opacity:.6;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.link2-df2017{
color:#fff; text-decoration:none
}
.link2-df2017:hover{
color:#fff; text-decoration:underline
}
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin-left:50px !important; 
	padding:0;		
	height:30px;
	padding-top:3px;
	font-family: GOTHAM;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:14px;
	display:block;
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:white;
	width:auto;
	padding:5px 20px;
	margin:0px;	
	position:relative;
	color:white;	
	
}

ul.tabs a:active {
	outline:none;	
	border:none;	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	text-decoration:underline;
	color:#ff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	outline:none;	
	border:none;	
	cursor:default !important; 
	color:#fff !important;
	text-decoration:underline;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* tab pane styling */
div.panes div {

	border-top:0;
	height:300px;
	font-size:14px;
	padding:10px;
}
#btnback {
background: #d60181; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#d60181, #472be2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d60181, #472be2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d60181, #472be2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d60181, #472be2); /* Standard syntax */
color:white; 
padding:8px; 
text-align:center; 
cursor:pointer;
width:170px; 
font-size:16px;
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, .textbox, .txtDOB {
	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:bold;
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:bold;
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:bold;
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:bold;
font-weight:
z-index: 9999999;
margin-left: 0px;
margin-top: 30px;
width: 170px;
color:#ec008c;
font-family:Dinpro;
}
a.tooltip span{
z-index: 99999;
display: none;
border-radius:4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
a.tooltip:hover span{
display: inline;
position: absolute;
border: 1px solid #cccccc;
background-color: #efefef;
width:170px;
height:30px;
padding:3px 8px;
font-size: 14px;
font-weight:bold;
color:#ec008c;
font-family:Dinpro;
}
a.tooltip > span{
width: 500px;
padding: 10px 12px;
opacity: 0;
visibility: hidden;
z-index: 10;
position: absolute;
font-size: 12px;
font-style: normal;
-webkit-border-radius: 3px;
-moz-border-radius: 3px; -o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 4px 4px 4px #d9b3c3;
-moz-box-shadow: 4px 4px 4px #d9b3c3;
box-shadow: 4px 4px 4px #d9b3c3;
}
a.tooltip:hover > span{
opacity: 1;
text-decoration:none;
visibility: visible;
overflow: visible;
margin-top: 40px;
display: inline;
margin-left: -200px;
}
#btnvote{
font-family: GOTHAM;
font-size:26px; 
color:#FFF;
background: #d60181; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#d60181, #472be2); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#d60181, #472be2); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#d60181, #472be2); /* For Firefox 3.6 to 15 */
background: linear-gradient(#d60181, #472be2); /* Standard syntax */
padding:4px 25px 4px; border:none;cursor:pointer;
}
#btnvote:hover{
font-family: GOTHAM;
font-size:26px;
color:#FFF;
background: #472be2; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#472be2, #d60181); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#472be2, #d60181); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#472be2, #d60181); /* For Firefox 3.6 to 15 */
background: linear-gradient(#472be2, #d60181); /* Standard syntax */
padding:4px 25px 4px; border:none;cursor:pointer;
}

.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;
}
#btnvote2023{
font-family: poppins-regular;
font-size:26px; 
color:#FFF;
background: #fc697c; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#fc697c, #fea1ab); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#fc697c, #fea1ab); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#fc697c, #fea1ab); /* For Firefox 3.6 to 15 */
background: linear-gradient(#fc697c, #fea1ab); /* Standard syntax */
padding:4px 25px 4px; border:none;cursor:pointer;
}
#btnvote2023:hover{
font-family: poppins-regular;
font-size:26px;
color:#FFF;
background: #fea1ab; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(#fea1ab, #fc697c); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#fea1ab, #fc697c); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#fea1ab, #fc697c); /* For Firefox 3.6 to 15 */
background: linear-gradient(#fea1ab, #fc697c); /* Standard syntax */
padding:4px 25px 4px; border:none;cursor:pointer;
}
