@-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; } }
.pc-small{
	font-size:12px !important;
}
.form-white-back{
	background-color:#FFFFFF;
}
.g-recaptcha{
	margin:auto;
	display:block;
	width:304px;
}
@-moz-document url-prefix() {
    .g-recaptcha{
	padding-top:15px;
}
}
.upload-label{
	text-align:left;
	width:100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top:5px;
}
#looklikeform{
	width:165px;
	height:24px !important;
	max-height:24px !important;
	line-height: 25px;
	white-space: nowrap;
	display:inline-block;
	overflow:hidden;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin:auto 0;
  padding:0 5px;
	
}
.pcfontsize, .pcfontsize input, .pcfontsize select {
	font-size:12px !important;
}
.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;
	background-color:#FFFFFF;
}
.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 label strong{
	font-weight:400;
}

.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-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;
}
.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{
	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;
	max-width:100%;
}
.gallery-wrap .one-half {
	float:left !important;
	width: calc(50% + 0px) !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-third {
	float:left !important;
	width: calc(33.30% - 1px) !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;
}
.email_verify{
	cursor:pointer !important;
}
.valid-email{
	max-width:300px; !important;
	margin:0 auto -10px!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:5px 0 0 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;
	border: #e7e7e7 solid 1px !important;
	margin:0 0 2px 0px !important;
	background-color:#f2f2f2 !important;
}
.gallery-votes span{
	display:block;
	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{
	margin:0 !important;
	padding:0 !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;
	color:#333333;
}
.contest-pagination{
	margin:auto;
	text-align:center;
	display: table;
		
}
.contest-pagination span{
	padding:6px 6px !important;
	display: inline-block !important;
	border:1px solid #e7e7e7 !important;
	min-width:30px !important;
	max-width:50px !important;
	min-height:15px !important;
	max-height:40px !important;
	text-align:center !important;
	margin:5px 5px 0 0 !important;
	color:#FFFFFF !important;
	background-color:#666666 !important;
	font-weight:bold !important;
	
}
.contest-pagination span a{
	box-shadow:none !important;	
	color:#ffffff  !important;
	text-decoration:none  !important;
	display:block !important;
	width:100% !important;
}
.contest-pagination span:hover {
	background-color:#bebebe !important;	
}
.contest-pagination span:hover a{
	color:#000000  !important;
	background-color:#bebebe !important;	
}
.contest-pagination span.current{
	background-color:#bebebe !important;
	cursor:pointer;
	color:#333333 !important;
}
.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;
	line-height: 1 !important;
}
.gallery-wrap .gallery-title-autor .author{
	text-align:center;
	font-weight:400;
	text-transform:uppercase !important;
}
.gallery-wrap .gallery-title-autor .pc-title{
	overflow:hidden !important;
	font-weight:400;
	text-align:center;
	margin-top:8px;	
	
}
.gallery-wrap .gallery-title-autor .pc-title a{
	text-decoration:none !important;
	color:#575757 !important	
}
.gallery-wrap .gallery-title-autor .pc-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;
	border:1px solid #d9d9d9 !important;
	padding:20px 20px !important;
	position:relative !important;
	text-align: justify;
	background-color:#FFFFFF;
	color:#333;
	
}
.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;
}
.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;
	box-sizing: content-box;
	-moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;	
    font-size:12px;	
										 
}
.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{
	font-size:14px !important;
	margin-top:3px;						 
}
.image_float_box_element .ititle{
	margin-top:1px;
	font-weight: normal;			 
}
.image_float_box_element .iauthor{
	margin-top:4px;					 
}
.image_float_box_element .iauthor span{
	text-transform:uppercase;						 
}

.image_float_box_element .icategory{
	margin-top:4px;		 
}
.image_float_box_element .toppading{
	padding-top:6px;				 
}
.image-bottom-box {
	border:1px solid #d9d9d9;
	margin-top:10px;
	padding:5px;
	line-height:1 !important;
	background-color:#FFFFFF;
}
.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 !important;
	padding:5px 8px;
	border-right:1px solid #d9d9d9;
	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 {
	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:0;
}
.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:16px;

}
.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: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;
	font-size:100% !important;
}
.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;
}
.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{
	border:#d9d9d9 1px solid !important;
	color:#555555 !important;
	padding:10px 20px !important;
	margin-bottom:5px;
}
.contest-info-bar-green{
	border:#d9d9d9 1px solid !important;
	color:#555555 !important;
	padding:20px !important;
	background-color:#FFFFFF;
}
.contest-upload-form-box{
	margin:0 0 15px 0 !important;
	background-color:#FFFFFF;
}
.contest-message-box{
	margin:5px 0 15px 0 !important;
	background-color:#FFFFFF;
	border: 1px solid #d8d8d8 !important;
    padding: 10px 20px !important;
}
.contest-upload-form-box form{
/*	max-width:750px !important;*/
	line-height:1.7;
}
.contest-upload-form-box h4{
	font-weight:bold !important;
	margin:0 !important;
	padding:1px !important;
}
.contest-upload-form-box .contest-button{
	margin:auto;
}
.contest-small-font{
	font-size:91% !important;
	margin:0 0 3px 0!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:#FFFFFF;
	border:1px solid #d9d9d9 !important;
	padding:20px !important;
	position:relative !important;
	color:#000000 !important;
}
.contest-rules img.alignright{
	margin:7px 0 20px 20px !important;
}
.contest-rules img.alignleft{
	margin:0 20px 20px 0!important;
}
.contest-rules h1, .contest-rules h2 {
	margin-left:-21px;
	margin-bottom:20px;
	padding:3px 25px 5px;
	background-color: #777e85;
	display:inline-block;
	vertical-align: top;
	font-size:19px !important;
	line-height:24px !important;
	color:#FFFFFF !important; 
	font-family: 'Oswald', Segoe UI, Arial !important;
	font-weight:200;
}
.contest-rules h3, .contest-rules h4 {
	font-family: 'Oswald', Segoe UI, Arial !important;
	margin:20px 0;
}

/*Top10*/
/*Top10*/
/*Top10*/
/*Top10*/
/*Top10*/
.top10wrap{
	margin:auto;
	line-height:1;
	text-align:center;
	border:1px solid #d9d9d9 !important;
	padding-top:20px;
	background-color:#FFFFFF;
}
.firstbox{
	width:220px;
	height:215px;
	overflow:hidden;
	border:1px solid #d9d9d9;
	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;
	width:100%;
	text-align:center;
	margin-top:15px;
}
.firstbox_title{
	color:#333333;
	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;
}


.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;
	background:none !important;
}
.pc-comment-form-box table tr{
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	background:none !important;
}
.pc-comment-list-box {
	background-color:#FFFFFF;
	border:1px solid #d9d9d9;
	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:0.9em;
}
.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:1.1em;
}
.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;
}
 .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;
	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 #d9d9d9;
	box-sizing: border-box;
	width:100% !important;
	min-height:100px;
	background-color:#FFFFFF
}
.pc-form-title{
	margin:0;
	padding:0 0 10px 0;
} 
.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 #d9d9d9;
	width:250px;
} 
.pc-form-warning{
	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;
	padding-right:20px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.halfform.pc-lev-pad{
	padding-right:0px;
} 
 
.uploadimage{
	padding:5px;
	background-color:#FFFFFF;
	margin:20px 0 10px 0;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width:100%
} 
.uploadimage{
	width:100%;
	text-align:center;
} 
.contest-vote-button .fa{
	color: #FFF !important;
} 
.bp-photo-contest-comment img{
	width:100px;
	float: left;
	margin: 0px 15px 15px 0px;
} 
.contest-small-font-2{
	font-size:small;
}
/*Share-Page*/
/*Share-Page*/
/*Share-Page*/
/*Share-Page*/
/*Share-Page*/
/*Share-Page*/
.pc-share-page {
	margin:0px 0 15px 0 !important;
	background-color:#FFFFFF;
	border:1px solid #d9d9d9 !important;
	padding:25px !important;
	position:relative !important;
	color:#000000 !important;
}
.pc-thank-you{
	width:100%;
	margin:20px auto;
	font-size:28px;
	text-align:center;
	text-transform:uppercase;
}
.pc-thank-you span{
	display:block;
	padding:10px;
	border:1px solid #d9d9d9 !important;
	color:#333;
	margin:auto;
	max-width:400px;
	background-color:#f2f2f2;
}
.pc-control-text{
	width:100%;
	margin:10px auto;
	font-size:16px;
	text-align:center;
}
.pc-control-text.pc-bigger{
	font-size:18px;
}
.pc-control-img, .pc-share-input, .pc-share-icons{
	width:100%;
	margin:10px auto;
	text-align:center;
}
.pc-control-img .pc-shared-image{
	width:300px;
}
.pc-share-input input{
	width:100%;
	max-width:300px !important;
	padding:11px 12px !important;
	border:1px solid #d9d9d9 !important;
}


ul.pc-social {
 overflow: auto!important;
 margin:auto !important;
 padding:0!important;
 display:inline-block !important;
}
 
ul.pc-social  li {
 list-style-type: none;
 float: left;
 margin:10px 10px 0 0!important;
}
ul.pc-social  li a{
 text-decoration:none!important;
}
 
ul.pc-social  li a i {
 background: #205D7A;
 color: #fff;
 width: 40px!important;
 font-size: 25px;
 text-align: center;
 padding-top: 20%;
 padding-bottom: 20%;
}
ul.pc-social li a i {
 transition: all 0.2s ease-in-out;
}
ul.pc-social li a i:hover {
	background:#333;
 border-radius: 30px;
}
ul.pc-social .fa-facebook {
 background:#3b5998;
} 
ul.pc-social .fa-linkedin {
 background:#007bb6;
}
ul.pc-social .fa-twitter {
 background:#00aced;
}
ul.pc-social .fa-google-plus {
 background:#dd4b39;
}
ul.pc-social .fa-pinterest {
 background:#d01d15;
}
ul.pc-social .fa-tumblr {
 background:#34465d;
}
ul.pc-social .fa-reddit {
 background:#ed1c24;
}
ul.pc-social .fa-delicious {
 background:#3399ff;
}
ul.pc-social .fa-digg {
 background:#286091;
}
ul.pc-social .fa-stumbleupon {
 background:#eb4924;
}
ul.pc-social .fa-500px {
 background:#151515;
}
ul.pc-social .fa-linkedin {
 background:#007bb6;
}
@media (max-width: 1100px) {
#recaptcha1, #recaptcha2  {transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;}
.formbreak {
	display:block !important;
	clear: both;
}
.halfform{
	width:100%;
	float:none;
	padding-right:0px !important;
} 
	}
@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% + 3px) !important;
}
.contest-upload-form-box{
	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;
} 
#rc-imageselect, .g-recaptcha{transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;}
#recaptcha1, #recaptcha2  {transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;}
	}  		
@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% + 1px) !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;
  
}
.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% !important;
}
.halfform{
	width:100%;
	float:none;
}  

.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;
}  
.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;
}
#rc-imageselect, .g-recaptcha {transform:scale(0.72);-webkit-transform:scale(0.72);transform-origin:0 0;-webkit-transform-origin:0 0;}
#recaptcha1, #recaptcha2  {transform:scale(0.60);-webkit-transform:scale(0.60);transform-origin:0 0;-webkit-transform-origin:0 0;}
}    	
@media (max-width: 340px) {
.firstbox{
	width:calc(100% - 32px);
}
.pc-control-img .pc-shared-image{
	width:180px;
}
#rc-imageselect, .g-recaptcha, #recaptcha1, #recaptcha2  {transform:scale(0.65);-webkit-transform:scale(0.65);transform-origin:0 0;-webkit-transform-origin:0 0;}
	} 
	
#gallery-order { display:none;}	