@-webkit-keyframes pcpluginfadein { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes pcpluginfadein { from { opacity:0; } to { opacity:1; } }
@keyframes pcpluginfadein { from { opacity:0; } to { opacity:1; } }
.photo-contest, .ug-menu-animation {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:pcpluginfadein ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:pcpluginfadein ease-in 1;
	animation:pcpluginfadein ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:0.8s;
	-moz-animation-duration:0.8s;
	animation-duration:0.8s;
	
}
.ug-menu-animation{
	-webkit-animation-delay: 0.5s;
   -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.photo-contest{
	color:#757575;
	background-color:#FFF;
	max-width:1100px;
	-webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
    animation-delay: 1s;
	padding-top:2px;
}
.photo-contest a{
	background:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: 0 0 0 0 #FFF !important;
	border:none !important;
	outline:none !important;
}
.photo-contest .fa{
	color:#575757;
	margin:0;
}
.photo-contest td, .photo-contest table{
	background:none !important;
	color:#757575;
	text-align:left;
}
.photo-contest form{
	margin:0;
	padding:0;
	line-height:1;
}
.photo-contest input, .photo-contest select, .photo-contest textarea{
	font-family: inherit;
	padding:6px;
	background: #FFF;
}
.photo-contest .under-image-bar-left-div-right  input{
	height:auto !important;
	background: #FFF !important;
}
.photo-contest  #photo-name, .photo-contest  #email, .photo-contest  #username, .photo-contest  #user_login, .photo-contest  #user_pass, .photo-contest  #user_email{
	background: #FFF !important;
	width:380px;
	max-width:100%;
	border-radius: 0px;
	border-color:#d8d8d8;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.photo-contest input[type="text"], .photo-contest input[type="password"]{
	padding:10px 10px 10px 10px;
	height:auto !important;
}
.photo-description-textarea {
	width:100% !important;
	min-height:100px !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color:#FFF !important;
}
.photo-form-error {
	color:red !important;
	margin-bottom:5px !important;
}

/*Gallery*/
/*Gallery*/
/*Gallery*/
/*Gallery*/
/*Gallery*/
/*Gallery*/
.gallery-wrap {
	float:left !important;
	width:100% !important;
	color:#575757 !important;
	line-height:1.4 !important;
	background-color:#FFF;
}
.gallery-wrap img{
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
   -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px);
  filter: brightness(1.01);
    box-shadow:none !important;
	border: none !important;
	border-radius: 0 !important;
	max-width:100%;	
}
.gallery-wrap .imagebox{
	border-top:1px solid  #e7e7e7;
	border-left:1px solid  #e7e7e7;
	border-right:1px solid  #e7e7e7;

} 
.gallery-wrap img:hover{
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;	
  -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);
}
.gallery-wrap .one-full{
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	text-align:center !important;
	margin:auto !important;
	padding-bottom:20px !important;
}
.gallery-wrap .one-full img{
	max-height:750px !important;
	width:100%;
}
.gallery-wrap .one-half {
	float:left !important;
	width:50% !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	padding:2px !important;
	position:relative !important;
	margin:0 0 4px 0!important;
}

.gallery-wrap .one-third {
	float:left !important;
	width:33.33% !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	margin:0 0 4px 0!important;
	padding-right:4px !important;;
}
.gallery-wrap .one-fourth {
	float:left !important;
	width:25% !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	display:block !important;
	margin:0 0 4px 0!important;
	padding-right:4px !important;
}

.gallery-wrap .one-fifth {
	float:left !important;
	width:20% !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position:relative !important;
	margin:0 0 4px 0!important;
	padding-right:4px !important;
}
.gallery-wrap .one-half a, .gallery-wrap .one-third a, .gallery-wrap .one-fourth a, .gallery-wrap .one-half a img, .gallery-wrap .one-third a img, .gallery-wrap .one-fourth a img {
	float:left !important;
	width:100% !important;
	margin:0 !important;
}
.gallery-wrap .one-full img, .gallery-wrap .one-half img, .gallery-wrap .one-third img, .gallery-wrap .one-fourth img, .gallery-wrap .one-fifth img{
	box-shadow:none !important;
	}
.photo_vote {
	cursor:pointer !important;
}
.clear {
	clear:both !important;
	margin:0 !important;
	padding:0 !important;
}
.order-list {
	float:right;
	text-align:right !important;
	margin:0 0 5px 0 !important;
	padding:0 !important;
}
.gallery-list-grid {
	float:left !important;
	text-align:left !important;
	max-width:200px !important;
	margin-left:2px !important;
	margin-top:2px !important;
	padding:0 !important;
}
.gallery-votes {
	font-size:12px !important;
	border: #e7e7e7 solid 1px !important;
	margin:0 0 2px 0px !important;
	background-color:#eeeeee !important;
}
.gallery-votes span{
	display:block !important;
	margin:0 2px 0 2px !important;
	padding:4px !important;
	float:right !important;	
}
.gallery-votes span.left{
	display:block !important;
	margin:0 2px 0 2px !important;
	padding:4px !important;
	float:left !important;	
}
.gallery-votes span span{
	font-size:11px !important;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold !important;
	float:none !important;
	display:inline !important;
}
.pop .gallery-votes span span{
	filter: alpha(opacity=90) !important;
	opacity: 0.9 !important;	
}
.pop .gallery-votes span{
	filter: alpha(opacity=90) !important;
	opacity: 0.9 !important;	
}
.pop:hover .gallery-votes span{
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
}
.pop .gallery-votes span.right{
	float:right !important;
	cursor:pointer !important;
}
.zip .gallery-votes span span{
	filter: alpha(opacity=90) !important;
	opacity: 0.9 !important;	
}
.zip .gallery-votes span{
	filter: alpha(opacity=90) !important;
	opacity: 0.9 !important;	
}
.zip:hover .gallery-votes span{
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
}
.zip .gallery-votes span.right{
	float:right !important;
	cursor:pointer !important;
}


.order-list select, .order-list option{
	padding:5px !important;	
}
.order-list select{
	margin:0 0 0 5px;
	float:left;
	width:auto !important;
}
.contest-pagination{
		
}
.contest-pagination span{
	padding:3px 6px !important;
	display:block !important;
	border:1px solid #e7e7e7 !important;
	min-width:15px !important;
	max-width:40px !important;
	min-height:15px !important;
	max-height:40px !important;
	text-align:center !important;
	float:left !important;
	margin:5px 5px 0 0 !important;
	color:#FFFFFF !important;
	background-color:#eeeeee !important;
	font-weight:bold !important;
	font-size:12px !important;
	filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;
	
}
.contest-pagination span a{
	color:#ffffff  !important;
	background-color:#eeeeee !important;
	box-shadow:none !important;	
}
.contest-pagination span:hover {
	background-color:#bebebe !important;	
}
.contest-pagination span:hover a{
	color:#ffffff  !important;
	background-color:#bebebe !important;	
}
.contest-pagination span a{
	color:#000000  !important;
	text-decoration:none  !important;
	display:block !important;
	width:100% !important;
}
.contest-pagination span.current{
	background-color:#bebebe !important;
	cursor:pointer;
}
.contest-pagination span.inactive{
	cursor:pointer;
}
.gallery-wrap .gallery-title-autor{
	background-color:#ffffff !important;
	border-left:#e7e7e7 1px solid !important;
	border-right:#e7e7e7 1px solid !important;
	padding:10px 5px !important;
	font-size:12px !important;
	line-height: 1 !important;
}
.gallery-wrap .gallery-title-autor .author{
	text-align:center;
	font-weight:bold !important;
	filter: alpha(opacity=90) !important;
	opacity: 0.9 !important;
	text-transform:uppercase !important;
	margin-bottom:8px;	
}
.gallery-wrap .gallery-title-autor .title{
	font-size:12px !important;
	overflow:hidden !important;
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
	font-weight:bold !important;
	text-align:center;
	font-style:italic;
	
}
.gallery-wrap .gallery-title-autor .title a{
	text-decoration:none !important;
	color:#575757 !important	
}
.gallery-wrap .gallery-title-autor .title a:hover{
	text-decoration:underline !important;
	color:#9A9A9A !important	
}
/*Image Detail Page*/
/*Image Detail Page*/
/*Image Detail Page*/
/*Image Detail Page*/
/*Image Detail Page*/
.photo-contest-image {
	position:relative !important;
	text-align:center !important;
	margin:0;
	padding:0;
	line-height:1 !important;
}
.photo-contest-image a{
	display:block;
}
.photo-contest-image img{
	height: auto !important; 
    width: auto !important; 
    max-width: 100% !important; 
    max-height: 660px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display:inline-block !important;
}
.contest-detail-info {
	margin:10px 0 0px 0 !important;
	background-color:#eeeeee !important;
	border:1px solid #d8d8d8 !important;
	padding:10px 10px !important;
	position:relative !important;
	font-size:12px;
	text-align:center;
	
}
.contest-detail-vote{
	text-align:center !important;
	padding:4px 0px !important;
	min-width:100px !important;
	max-width:300px !important;
	background-color:#0085f6 !important;
	color:#fff !important;
	margin:auto !important;
	font-size:12px !important;
	font-weight:bold !important;
}
.contest-detail-vote.fin{
	background-color: #C00 !important;
}
.contest-detail-vote.thx{
	background-color: #336600 !important;
}
.contest-detail-vote a{
	display:block !important;
	width:100% !important;
	color:#fff  !important;
	text-decoration:none  !important;
}
.contest-detail-vote a:hover{
	color:#ccc !important;	
}
.previous_photo, .next_photo{
	position: absolute;
	top: 49%;
	transform: translate(0, -50%);
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
	-moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;	
}
.next_photo{
	right: 0px;	
}
.previous_photo{
	left: 0px;
}
.previous_photo img, .next_photo img{
	border:#fff 1px solid;
	moz-transition: border .9s ease-out;
    -webkit-transition: border .9s ease-out;
    -o-transition: border .9s ease-out;		
}
.photo-contest-image:hover .previous_photo, .photo-contest-image:hover .next_photo{
	filter: alpha(opacity=100) !important;
	opacity: 0.8 !important;
	-moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;		

}
.photo-contest-image:hover .previous_photo img, .photo-contest-image:hover .next_photo img{
	border:#858585 1px solid;
	moz-transition: border .9s ease-out;
    -webkit-transition: border .9s ease-out;
    -o-transition: border .9s ease-out;	
}
.image_float_box{
    position: absolute;
    bottom: 12px;
    left: 0;
	width:100%;
								 
}
.image_float_box .fa, .firstbox_count .fa{
	color:#FFFFFF;
								 
}
.image_float_box_element{
	display:inline-block;
	border:1px solid #FFF;
	background-color:#000000;
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
	color:#FFF;
	height:46px;
	padding:5px 17px;
	vertical-align: middle;
	font-size:14px !important;
	box-sizing: content-box;
	-moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;	
										 
}
.photo-contest-image:hover .image_float_box_element{
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;	
	-moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;									 
}
.image_float_box_element.elpad{
	margin-right:10px;								 
}
.image_float_box_element .inumbers{
	margin-top:3px;
	font-weight:bold;						 
}
.image_float_box_element .ititle{
	margin-top:2px;
	font-size:12px;	
	font-weight:bold;				 
}
.image_float_box_element .iauthor{
	margin-top:4px;
	font-size:10px;						 
}
.image_float_box_element .iauthor span{
	text-transform:uppercase;						 
}

.image_float_box_element .icategory{
	margin-top:4px;
	font-size:10px;					 
}
.image_float_box_element .iauthor{
	font-weight:bold;				 
}
.image_float_box_element .toppading{
	padding-top:6px;				 
}
.image-bottom-box {
	background-color:#eeeeee;
	border:1px solid #d8d8d8;
	margin-top:10px;
	padding:5px;
	line-height:1 !important;
	font-size:12px;
}
.image-bottom-box span.nocomment{
	display:inline-block;
	padding:10px;
}
.image-bottom-box .under-image-bar {
	width:352px !important;
	max-width:100% !important;
	margin:auto !important;
}

.image-bottom-box .under-image-bar .under-image-bar-left {
	width:352px !important;
	max-width:100% !important;
	margin:0 5px 0 0 !important;
	padding:0 !important;
	overflow:hidden;
	box-sizing: content-box;
}
.image-bottom-box .under-image-bar-left-div-left {
	font-size:14px;
	padding:5px 8px;
	border-right:1px solid #d8d8d8;
	width:13px;
	background-color:#fff !important;
	float:left;
	box-sizing: content-box;
}
.image-bottom-box .under-image-bar-left-div {
	border: 1px solid #dadada !important;
	background-color:#fff !important;
	box-sizing: content-box;
}
.image-bottom-box .under-image-bar-left-div.width{
	margin-right:5px !important;
}
.image-bottom-box .under-image-bar-left-div.width-2{
	width:203px !important;
	float:left;
}
.image-bottom-box .under-image-bar-left-div-right {
	font-size:12px;
	padding:4px 8px;
	float:left;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.image-bottom-box .under-image-bar-left-div-right.nopadd {
	padding:0;
	width:100%;
	float:none;
}
.image-bottom-box .under-image-bar-left-div-right.padding-c {
	padding:4px 5px 2px 5px;
}
.image-bottom-box .under-image-bar-left-div-right.padding-d {
	padding:5px 5px 3px 6px;
}
.image-bottom-box .under-image-bar-left-div-right.padding-m {
	padding:7px 5px 3px 6px;
}
.image-bottom-box .under-image-bar-left-div-right span i {
	font-size:16px;
	margin-right:3px
}
.image-bottom-box .under-image-bar-left-div-right span i.fa-reddit-square {
	margin-right:0px
}
.under-image-bar-left-div-right span a:link, .under-image-bar-left-div-right span a:visited, .under-image-bar-left-div-right span a:active  {
	color:#333;
} 
.under-image-bar-left-div-right span a:hover  {
	color:#666;
} 
.image-bottom-box .under-image-bar-left-div input {
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	width:159px !important;
	color:#595959;
	font-size:12px;
}
.a-5down {
	margin-bottom:5px;
}
.a-left {
	float:left;
}
.contest-vote-button {
	text-align:center !important;
	width:100% !important;
	overflow:hidden;
}
.contest-vote-padding {
	margin:1px 1px 1px 1px;
	height: 26px;
}
.contest-vote-padding.redb {
	background-color: #af0000;
}
.contest-vote-padding.greenb {
	background-color: #390;
}
.contest-vote-padding span {
	display:inline-block;
	padding-top:7px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;	
}
.contest-vote-padding span a {
	color:#FFFFFF !important;	
}
.border-line{
	border-bottom:#e7e7e7 1px solid !important;
	border-top:#d5d5d5 1px solid !important;
	margin:10px 0 0 0 !important;
}

/*Upload Page*/
/*Upload Page*/
/*Upload Page*/
/*Upload Page*/
/*Upload Page*/

.contest-info-bar{
	background-color:#eeeeee !important;
	border:#d8d8d8 1px solid !important;
	color:#555555 !important;
	padding:4px 10px !important;
	margin-bottom:5px;
}
.contest-info-bar-green{
	background-color:#eeeeee !important;
	border:#d8d8d8 1px solid !important;
	color:#555555 !important;
	padding:4px 10px !important;
}
.contest-upload-form-box{
	margin:5px 0 15px 0 !important;
	background-color:#eeeeee !important;
	border:1px solid #d8d8d8 !important;
	padding:10px 20px !important;
	color:#000000 !important;
}
.contest-upload-form-box form{
	max-width:750px !important;
	line-height:1.7;
}
.contest-upload-form-box h4{
	font-size:16px !important;
	font-weight:bold !important;
	margin:0 !important;
	padding:1px !important;
}
.contest-upload-form-box div{
	margin:10px 0 0 0 !important;
}
.contest-upload-form-box .contest-input{
	margin:0 0 0 0 !important;
	width:100%;
	max-width:100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	
}
.contest-upload-form-box .contest-button{
	margin:10px 0 0 0 !important;
	float:right !important;
}
.contest-small-font{
	font-size:12px !important;
	margin:0 !important;
}
.contest-upload-form-box .contest-small-font-2{
	font-style:italic !important;
}
.contest-red-color{
	color:#CC0000 !important;
}

/*Rules and Prizes*/
/*Rules and Prizes*/
/*Rules and Prizes*/
/*Rules and Prizes*/
/*Rules and Prizes*/

.contest-rules {
	margin:0px 0 15px 0 !important;
	background-color:#eeeeee !important;
	border:1px solid #d8d8d8 !important;
	padding:15px 15px !important;
	position:relative !important;
	color:#000000 !important;
}
.contest-rules img.alignright{
	margin:0 0 20px 20px !important;
}
.contest-rules img.alignleft{
	margin:0 20px 20px 0!important;
}
/*Top10*/
/*Top10*/
/*Top10*/
/*Top10*/
/*Top10*/
.top10wrap{
	margin:5px auto;
	line-height:1;
	text-align:center;
}
.firstbox{
	width:250px;
	height:235px;
	overflow:hidden;
	border:1px solid #d8d8d8;
	padding:15px;
	box-sizing: content-box;
	display: inline-block;
}
.firstbox_number{
	width:117px;
	height:92px;
	float:left;
	text-align:center;
	font-size:60px;
	color:#FFFFFF;
	padding-top:25px;
	box-sizing: content-box; 
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.firstbox_image{
	width:117px;
	height:117px;
	float:right;
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);
}
.firstbox_image:hover, .firstbox_number:hover{
	cursor:pointer;
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);
}
.firstbox_author{
	font-size:14px;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-top:15px;
}
.firstbox_title{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-top:8px;
}
.firstbox_count{
	font-size:16px;
	color:#FFF;
	width:100%;
	text-align:center;
}
.firstbox_count span{
	background-color:#575757;
	padding:5px 10px;
	display:inline-block;
	margin:12px auto 0px;
}
.firstbox_share{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-top:12px;
}
.firstbox_share a:link, .firstbox_share a:visited, .firstbox_share a:hover, .firstbox_share a:active{
	color:#333333 !important;
}
/*Widgets*/
/*Widgets*/
/*Widgets*/
/*Widgets*/
/*Widgets*/
.widget-contest-gallery-div {
	width:45px !important;
	height:45px !important;
	float:left !important;
	margin:0 2px 2px 0 !important;
}
.widget-contest-gallery-div a{
	outline:none !important;
}
.widget-contest-gallery-img {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	width:45px !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);
}
.widget-contest-classic-div {
	margin:0 0 2px 0 !important;
}
.widget-contest-classic-div a{
	outline:none !important;
}
.widget-contest-classic-img {
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
}
.widget-contest-rank {
	margin-bottom:5px !important;
}
.widget-contest-rank-num {
	float:left !important;
	font-size:36px !important;
}
.widget-contest-rank-num .widget-contest-rank-pos {
	
}
.widget-contest-rank-num .widget-contest-rank-pos a{
	text-decoration:none !important;
	color:#000 !important;
	outline:none !important;
}
.widget-contest-rank-info {
	padding:0 0 0 30px !important;
}
.widget-contest-rank-info div{
	font-size:12px !important;
}
.widget-contest-rank-info div span{
	font-weight:bold !important;
	font-size:13px !important;
}
.widget-contest-rank-info div span a{
	text-decoration:none !important;
	color:#1D1D1D !important;
	outline:none !important;
}
.widget-contest-rank-info div.widget-contest-votes {
	font-size:11px !important;
	font-weight:bold !important;
}
.widget-photo-thumb img, .widget-contest-classic-div img{
	border:none !important;
	box-shadow:none !important;
	border-radius: 0px !important;        
	
}
.widget-photo-thumb, .widget-contest-classic-div .photo-thumb img {
	filter: alpha(opacity=100) !important;
	opacity: 1.0 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);	
}
.widget-photo-thumb:hover, .widget-contest-classic-div .photo-thumb img:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  transform: translate3d(0px,0px,0px); 
  filter: brightness(1.01);	
}

.pc-comment-bottom-box {
	display:table;
	margin:0 0 5px 0;
	width:100%;
	max-width:1200px;
	line-height:1;
}

.pc-comment-form-box table {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	border-collapse:collapse !important;
	line-height:1.5 !important;
	font-size:12px;
	
}
.pc-comment-form-box table td{
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	vertical-align:top !important;
}
.pc-comment-form-box table tr{
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}
.pc-comment-list-box {
	background-color:#FFFFFF;
	border:1px solid #d8d8d8;
	padding:10px;
	display: table-row;
}
.pc-comment-list-box .pc-avatar-comments-list {
	width:54px;
	display:table-cell;
	vertical-align:top;
}
.pc-comment-list-box .pc-right-comments-list {
	color:#666666;
	display:table-cell;
	vertical-align:top;
	padding:10px 10px 10px 0;
}
.pc-right-comments-list .pc-autor-comments-list {
	padding-bottom:8px;
	padding-left:10px;
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
	font-size:11px;
}
.pc-right-comments-list .pc-autor-comments-list span{
	display:inline-block;
	min-width:80px;
	font-weight:bold;
}
.pc-right-comments-list .pc-text-comments-list {
	padding-left:10px;
	font-size:13px;
}
.pc-comment-list-box .pc-avatar-comments-list img{
	width:44px;
	height:44px;
	margin:10px 0px 10px 10px !important;
	vertical-align:top !important;
}
.pc-comment-form-box {
	background-color:#FFF;
	padding:10px;
}
.pc-comment-form-author {
	padding:3px 0 0 0;
	font-weight:bold;
}
 .pc-comment-form-avatar {
	width:25px;
	height:25px;
	padding-right:10px;
}
.pc-styled-button {
	background: #25A6E1;!important;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0))!important;
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0)!important;
	padding:5px 8px!important;
	color:#fff!important;
	font-family:'Helvetica Neue',sans-serif!important;
	font-size:12px!important;
	border-radius:4px!important;
	-moz-border-radius:4px!important;
	-webkit-border-radius:4px!important;
	border:1px solid #1A87B9!important;
	float:right!important;
	margin:0 0 10px 0;
	}
.pc-comment-form-textarea {
	padding:10px 0 0 0;
	background-color:#FFFFFF
	
}
.pc-comment-form-textarea textarea{
	padding:10px;
	border:1px solid #d8d8d8;
	box-sizing: border-box;
	width:100% !important;
	min-height:100px;
	background-color:#FFFFFF
}
.pc-form-title{
	font-size:14px;
	margin:0;
	padding:0 0 10px 0;
	font-weight:bold;
} 
.pc-form-label{
	padding:0 0 5px 0;
} 
.pc-form-input{
	margin:0 0 10px 0;
	width:100%;
} 
.pc-form-input input{
	padding:10px;
	border:1px solid #d8d8d8;
	width:250px;
} 
.pc-form-warning{
	padding:10px;
} 
.pc-loginform{
	padding:10px;
}    
.disqus_thread{
	margin:0 10px;
}  
.one-half.pcmobile, .one-full.pcmobile, .padb, .fifty, .contest-detail-info.pcmobile, .showm, .formbreak {
	display:none !important;
}  
.halfform{
	width:50%;
	float:left;
} 
.halfform input#user_email, .halfform input#user_login, .halfform input#user_pass,{
	width:90%;
}  
.uploadimage{
	padding:5px;
	background-color:#FFFFFF;
	margin:20px 0 0 0;
	width:150px;
} 
.contest-vote-button .fa{
	font-size:12px !important;
	color: #FFF !important;
} 
@media (max-width: 800px) {
.photo-contest  #photo-name, .photo-contest  #email, .photo-contest  #username, .photo-contest  #user_login, .photo-contest  #user_pass, .photo-contest  #user_email{
	width:100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contest-upload-form-box{
	padding:8px !important;
	width:100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.one-full{
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.one-full img{
	width:100%;
}
.one-half.pcmobile, .showm{
	display:block !important;
} 
.one-full.pcdesktop, .one-half.pcdesktop, .one-third.pcdesktop, .one-fourth.pcdesktop, .one-fifth.pcdesktop, .contest-detail-info.pcdesktop, .hidem {
	display:none !important;
}
.gallery-wrap .one-full img {
	max-height:none !important;
}
.padb {
	height:1px;
	display:block !important;
}
.pc-styled-button.showm 
 {
	 float:none !important;
	 margin:20px auto !important;
}
	}  	   	
@media (max-width: 500px) {
.contest-rules img{
	float:none !important;
	max-width:100% !important;
	width:100% !important;
	margin:0 0 20px 0 !important;
	padding:0 !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}
.image_float_box {
	visibility:hidden;
	display:none;
} 
.image-bottom-box .under-image-bar-left-div.width-2, .image-bottom-box .under-image-bar-left-div.width{
	float:none;
	margin: 2px auto;
	width: 100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.image-bottom-box .under-image-bar-left-div.width-2.fifty, .image-bottom-box .under-image-bar-left-div.width.fifty{
	width:49% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:left;
  display:block !important;
}  
.image-bottom-box .under-image-bar-left-div input{
	width: 100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.image-bottom-box .under-image-bar-left-div form{
	width: 100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.under-image-bar-left-div-right.padding-c  {
	width: 80% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contest-detail-info.pcmobile{
	display:block !important;
}
.order-list{
	float:left;
	clear:both;
	width:100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.order-list form{
	margin-right:0px !important;
	text-align:left;
	float:left;
	width:100%;
}
.order-list form select{
	width:100%;
}
.formbreak {
	display:block !important;
	clear: both;
}  
.halfform{
	width:100%;
	float:none;
}  
.halfform input#user_email, .halfform input#user_login, .halfform input#user_pass{
    width: 100%;
	max-width:100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: nowrap;
}
.contest-upload-form-box form {
	font-size:12px !important;
	font:12px Arial, Helvetica, sans-serif !important;
}
.contest-upload-form-box input {
	font-size:12px !important;
}
.contest-rules img.alignright, .contest-rules img.alignleft{
	margin:0 0 20px 0 !important;
}
.uploadimage{
	margin:10px auto;
	width:100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}  
.photo-contest  #photo-name, .photo-contest  #email, .photo-contest  #username, .photo-contest  #user_login, .photo-contest  #user_pass, .photo-contest  #user_email, .photo-description-textarea, .photo-contest  .selimg, .photo-contest select{
	width:100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	
}
.pc-styled-button, .contest-button {
	width:100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin:0 0 0 0 !important;
}
.one-half.pcmobile{
	display:none !important;
}
.one-full.pcmobile{
	display:block !important;
} 
.order-list select{
	margin:0 0 5px 0;
}	
} 

	}