@-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; } }
.pcfontsize, .pcfontsize input, .pcfontsize select {
	font-size:14px;
}
.pcfontsizebig, .pcfontsizebig input, .pcfontsizebig select {
	font-size:13px !important;
}
.pcfontsizebigger, .pcfontsizebigger input, .pcfontsizebigger select {
	font-size:14px !important;
}
.pc_displaynone {
	display:none !important;	
}
.pc_visiblenone {
	visibility:hidden;
}
.pc_marginbottom{
	height:20px;
}
.photo-contest-animation, .pc-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;
	
}
.pc-menu-animation{
	-webkit-animation-delay: 0.5s;
   -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.photo-contest-animation{
	-webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.photo-contest{
	color:#757575;
	max-width:1100px;
	-webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.photo-contest a{
	border:none !important;
	outline:none !important;
	
}
.photo-contest .fa{
	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{
}
.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:100%;
	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%;
	color:#575757 !important;
	line-height:1.4 !important;
	background-color:#FFF;
}
.gallery-wrap.plusthree {
	width: calc(100% + 3px) !important;
}
.gallery-wrap.plusfive {
	width: calc(100% + 5px) !important;
}
.gallery-wrap.plussix {
	/*width: calc(100% + 6px) !important;*/
}
.gallery-wrap img{
	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;
    box-shadow:none !important;
	border: none !important;
	border-radius: 0 !important;
	max-width:100%;
	object-fit:cover;
	width:100%;
	/*height:100%;*/
}
.gallery-wrap .imagebox{

} 
.gallery-wrap img:hover{
	opacity: 0.5 !important;	
  -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.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:0px 0px !important;
	position:relative !important;
	margin:0 0px 0px 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 0px 0px 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 .imagebox > a, .gallery-wrap .one-third .imagebox > a, .gallery-wrap .one-fourth .imagebox > a, .gallery-wrap .one-half .imagebox > a img, .gallery-wrap .one-third .imagebox > a img, .gallery-wrap .one-fourth .imagebox > 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;
	font-size:16px !important;
	padding: 23px 50px 21px !important;
}
.clear {
	clear:both !important;
	margin:0 !important;
	padding:0 !important;
}
.order-list {
	float:right;
	text-align:right !important;
	margin:-45px 20px 0px 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:91% !important;
	margin:0 0 2px 0px !important;
	display:inline-block;
	float:right;
}
.gallery-votes span{
	display:block;
	margin:0 2px 0 2px !important;
	padding:0px !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{
	margin:0 !important;
	padding:0 !important;
	float:none !important;
	display:inline !important;
	color:#999999 !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;
	border:1px solid #cccccc !important;
	padding:8px 8px 7px !important;
	font-size:12px;
	min-height:30px;
}
.contest-pagination{
	text-align:center;
	margin-top:35px;
}
.contest-pagination span{
	padding:3px 9px !important;
	display:inline-block !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:#FFFFFF !important;
	font-weight:bold !important;
	/*filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;*/
	
}
.contest-pagination span a{
	color:#ffffff  !important;
	box-shadow:none !important;	
}
.contest-pagination span:hover {
	background-color:#eb840b !important;	
}
.contest-pagination span:hover a{
	color:#ffffff  !important;
	background-color:#eb840b !important;	
}
.contest-pagination span a{
	color:#000000  !important;
	text-decoration:none  !important;
	display:block !important;
	width:100% !important;
}
.contest-pagination span.current{
	background-color:#eb840b !important;
	cursor:pointer;
}
.contest-pagination span.inactive{
	cursor:pointer;
}
.gallery-wrap .gallery-title-autor{
	background-color:#f0f0f0 !important;
	padding:10px 8px !important;
	line-height: 1 !important;
}
.gallery-wrap .gallery-title-autor .author{
	font-weight:700 !important;
	text-transform:uppercase !important;
	float:left;
}
.gallery-wrap .gallery-title-autor .title{
	overflow:hidden !important;
	font-weight:700 !important;
	text-align:left;
	margin-top:8px;	
	color:#222222 !important	
}
.gallery-wrap .gallery-title-autor .title a{
	text-decoration:none !important;
	color:#222222 !important	
}
.gallery-wrap .gallery-title-autor .title a:hover{
	text-decoration:underline !important;
}
.gallery-wrap .gallery-title-autor .fa{
	color:#cccccc;
}
.image_infos_hover {
	background:rgba(0,0,0,.8);
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	padding:0 10px;
	color:#FFF;
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	opacity:0;
	-webkit-transition: all 0.4s; 
	-moz-transition: all 0.4s; 
	-ms-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	transition: all 0.4s;
}
.image_infos_hover:hover {
	opacity:1;
}
.image_infos_hover .title {
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.image_infos_hover .author, .image_infos_hover .author a{
	color:#c7c7c7;
	font-style:italic;
	text-decoration:none;
	margin-bottom:3px;
}
.image_infos_hover .category i {
	display:none;
}
.image_infos_hover .tags {
    margin-bottom:10px;
}
.image_infos_hover .tags a {
    color:#ffffff;
    font-size:20px;
}
/*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 auto;
	padding:60px 0 0 0;
	line-height:1 !important;
	background-color:#efefef;
}
.photo-contest-image #photo-contest-image-wrap {
	background-color:#ffffff;
	display:inline-block;
	max-width:1000px;
	padding:10px 10px 0;
}
.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;
	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-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;
}
@media only screen and (max-width: 1100px) {
.photo-contest-image #photo-contest-image-wrap > div {
	position:relative;
}
.previous_photo, .next_photo{
	background:#FFF;
	padding:5px 0;
	top:55%;
	margin-top:-37px;
}
.previous_photo img, .next_photo img{
	max-height:75px !important;	
}
.next_photo{
	right:10px;
	padding-left:12px;
}
.previous_photo{
	left:10px;
	padding-right:12px;
}
}
.previous_photo img, .next_photo img{
	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{
	moz-transition: border .9s ease-out;
    -webkit-transition: border .9s ease-out;
    -o-transition: border .9s ease-out;	
}
.image_float_box{
    left: 0;
	/*width:100%;*/
	padding:20px 20px 24px;
	text-align:right;
}
.image_float_box .fa, .firstbox_count .fa{
	color:#b2b2b2;
								 
}
.image_float_box_element{
	display:inline-block;
	vertical-align: middle;
    font-size:13px;
	color:#333333;
}
.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:1%;								 
}
#photo-infos {
	text-align:left;	
	width:80%;
	margin-right:13%;
}
#photo-likes, #photo-views {
	text-align:center;
	color:#b2b2b2;
	margin-top:10px;
	width:3%;	 
}
#photo-likes .fa {
	font-size:14px;	 
}
#photo-views {
	margin-top:8px;	 
}
#photo-views .fa {
	font-size:16px;	 
}
.image_float_box_element .inumbers{
	font-size:11px !important;
	margin-top:3px;						 
}
.image_float_box_element .ititle{
	font-weight:700;
	font-size:32px;
	text-transform:uppercase;
	color:#000;		 
}
.image_float_box_element .iauthor{
	margin-top:4px;
	color:#939393;
	font-style:italic;				 
}
.image_float_box_element .iauthor span{
}

.image_float_box_element .icategory{
	margin-top:6px;
	display:none; 
}
.image_float_box_element .pays-photo{
	margin-top:6px;
}
.image_float_box_element .toppading{
	padding-top:4px;				 
}
.image_float_box_element .icontent{
	margin-top:15px;
	color:#939393;	 
}
.image-bottom-box {
	background-color:#efefef;
	padding:30px 0 35px;
	line-height:1 !important;
	text-align:center;
}
.image-bottom-box span.nocomment{
	display:inline-block;
	padding:10px;
}
.image-bottom-box .under-image-bar {
	max-width:100% !important;
	margin:0 auto !important;
	display:inline-block;
}

.image-bottom-box .under-image-bar .under-image-bar-left {
	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 !important;
	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;
	display:inline-block;
}
.image-bottom-box .under-image-bar-left-div:first-child {
	border:none !important;
	background-color: transparent !important;
}
.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;
}
.image-bottom-box .under-image-bar-left-div-right {
	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 {
	margin-right:3px
}
.image-bottom-box .padding-d span i {
	font-size:18px;

}
.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 !important;
}
.a-5down {
	margin-bottom:15px;
}
.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;
	font-size:100% !important;
}
.redb {
	background-color: #af0000 !important;
}
.redb:hover {
	background-color: #af0000 !important;
	color:#FFF !important;
}
.greenb {
	background-color: #390 !important;
}
.greenb:hover {
	background-color: #390 !important;
	color:#FFF !important;
}
.contest-vote-padding span {
	display:inline-block;
	padding-top:7px;
	color:#FFFFFF;
	font-weight:bold;
}
.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:#efefef !important;
	color:#555555 !important;
	padding:55px 0px !important;
	text-align:center;
	font-size:24px;
	font-weight:300;
}
.contest-info-bar-green{
	background-color:#efefef !important;
	padding-top:40px;
}
.contest-info-bar-green > div{
	background-color:#390 !important;
	border:none !important;
	color:#fff !important;
	font-weight:700;
	padding:14px 15px !important;
	margin: 0 auto;
    max-width: 650px !important;
}
.contest-upload-form-box{
	margin:0px 0 0px 0 !important;
	background-color:#efefef !important;
	padding:70px 20px 55px !important;
	color:#000000 !important;
	text-align:center;
}
.contest-upload-form-box form{
	max-width:650px !important;
	line-height:1.7;
	margin:0 auto;
}
.contest-upload-form-box h4{
	font-weight:bold !important;
	margin:0 !important;
	padding:1px !important;
}
.contest-upload-form-box > div{
	margin:10px auto 0 !important;
	max-width:650px;
}
.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-tags{
	margin-bottom:7px !important;
}
.contest-upload-form-box .contest-button{
	margin:10px 0 0 0 !important;
	text-align:center;
}
.photo-contest form #submit-photo{
	font-size:17px;
	padding:23px 35px 21px;
}
.photo-contest form #submit-photo .fa{
	color:#FFF;
	margin-right:10px;
}
.photo-contest form #submit-photo:hover .fa{
	color:#000;
}
.contest-small-font{
	font-size:91% !important;
	margin:0 !important;
}
.contest-upload-form-box .contest-small-font-2{
	font-style:italic !important;
}
.contest-red-color{
	color:#fff !important;
	background-color:#C00;
	margin-bottom:7px;
	border-radius:5px;
	padding:6px 0 5px;
}

/*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:220px;
	height:215px;
	overflow:hidden;
	border:1px solid #d8d8d8;
	padding:15px;
	box-sizing: content-box;
	display: inline-block;
}
.firstbox_number{
	width:102px;
	height:80px;
	float:left;
	text-align:center;
	font-size:55px !important;
	color:#FFFFFF;
	padding-top:22px;
	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:102px;
	height:102px;
	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{
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-top:15px;
}
.firstbox_title{
	color:#333333;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-top:8px;
}
.firstbox_count{
	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 !important;
	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;
	font-size:14px;
	line-height:1.2;
}
.widget-contest-rank-num {
	float:left !important;
	font-size:36px;
}
.widget-contest-rank-num .widget-contest-rank-pos {
	
}
.widget-contest-rank-num .widget-contest-rank-pos a{
	text-decoration:none !important;
	outline:none !important;
}
.widget-contest-rank-info {
	padding:0 0 0 30px !important;
}
.widget-contest-rank-info div{
}
.widget-contest-rank-info div span{
	font-weight:bold !important;
}
.widget-contest-rank-info div span a{
	text-decoration:none !important;
	outline:none !important;
}
.widget-contest-rank-info div.widget-contest-votes {
	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;
	
}
.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;
}
.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;
}
.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;
	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;
	width:auto !important;
	}
.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{
	margin:0;
	padding:0 0 10px 0;
	font-weight:700;
	font-size:32px;
} 
.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:30%;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;
	text-align:left;
} 
.halfform input#user_email, .halfform input#user_login, .halfform input#user_pass {
	width:80% !important;
}  
.contest-upload-form-box #output {
	display:none;
} 
.uploadimage{
	padding:5px;
	background-color:#FFFFFF;
	margin:0px 0 0 0;
	width:50%;
	display:inline-block !important;
} 
.contest-vote-button .fa{
	color: #FFF !important;
} 
.bp-photo-contest-comment img{
	width:100px;
	float: left;
	margin: 0px 15px 15px 0px;
} 

@media (max-width: 800px) {
.gallery-wrap.plusthree {
	width: calc(100% + 3px) !important;
}
.gallery-wrap.plusfive {
	width: calc(100% + 3px) !important;
}
.gallery-wrap.plussix {
	width: calc(100% + 0px) !important;
}
.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;
}
.photo-contest-image {
    padding:0px 0 0;
}
.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;
}
.bp-photo-contest-comment img{
	width:100px;
	float: none;
} 

	}  	   	
@media (max-width: 500px) {
.gallery-wrap.plusthree {
	width: calc(100% + 1px) !important;
}
.gallery-wrap.plusfive {
	width: calc(100% + 1px) !important;
}
.gallery-wrap.plussix {
	width: calc(100% + 0px) !important;
}
.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;
  
}
.photo-contest-image {
    background-color: #ffffff;
    padding: 0px 0 0;
}
.image_float_box {
	/*visibility:hidden;
	display:none;*/
	padding: 20px 0px 15px;
}
#photo-infos {
    margin-right: 0;
    width: 100%;
}
#photo-likes, #photo-views {
    float: left;
    width: 48%;
	margin-top:20px;
}
.image-bottom-box {
    background-color: #fff;
    padding:0px;
}
.photo_vote {
    font-size: 15px !important;
    padding: 23px 35px 21px !important;
}
.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:none !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:none !important;
}
.order-list{
	float:none;
	clear:both;
	margin: 0 35px 5px 0 !important;
}
.order-list form{
	margin-right:0px !important;
	text-align:left;
	float:left;
	width:100%;
}
.order-list form select{
}
.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 {
}
.contest-upload-form-box input {
}
.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{
	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 10px 5px 0;
}

}    	
@media (max-width: 340px) {
	.firstbox{
	width:calc(100% - 32px)
}	
	} 