@-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; } }
.video-contest-animation, .vc-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;
	
}
.vc-menu-animation{
	-webkit-animation-delay: 0.5s;
   -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.video-contest-animation{
	-webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.video-contest{
	color:#757575;
	background-color:#FFF;
	max-width:1000px;
	-webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
    animation-delay: 1s;
	padding-top:2px;
	letter-spacing: normal !important;
}

.vc_displaynone {
	display:none !important;	
}
.vc_visiblenone {
	visibility:hidden;
}
.vc_marginbottom{
	height:20px;
}
.video-contest a{
	box-shadow:none !important;
	text-decoration:none !important;
	border-bottom:none !important;
}
.video-contest input, .video-contest textarea, .video-contest select{
	background-color:#FFF !important;
	line-height:1 !important;
	padding:8px;
}
.video-contest img{
	border-radius: 0px !important;
}
.video_description-textarea {
	width:100% !important;
	min-height:100px !important;
}
.video_form-error {
	color:red !important;
	margin-bottom:5px !important;
}

/*Gallery*/
/*Gallery*/
/*Gallery*/
/*Gallery*/
/*Gallery*/
/*Gallery*/
.video_gallery-wrap {
	float:left !important;
	width:100% !important;
	color: #747474 !important;
    line-height: 1.4 !important;
}
.video_gallery-wrap .one-full {
	width:100%;
	max-width:500px;
	-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;
}
.video_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 !important;
}
.video_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-bottom:4px !important;
	padding-right:4px !important;
	margin:0 !important;
}
.video_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-bottom:4px !important;
	padding-right:4px !important;
	margin:0 !important;
}
.video_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;
	padding:2px !important;
	position:relative !important;
	margin:0 !important;
}
.video_gallery-wrap .one-full a, .video_gallery-wrap .one-half a, .video_gallery-wrap .one-third a, .video_gallery-wrap .one-fourth a, .video_gallery-wrap .one-full a img, .video_gallery-wrap .one-half a img, .video_gallery-wrap .one-third a img, .video_gallery-wrap .one-fourth a img, .video_gallery-wrap .one-fifth a, .video_gallery-wrap .one-fifth a img {
	float:left !important;
	width:100%;
	margin:0 !important;
	display:block;
	background-repeat: no-repeat;
	background-size: cover;  
    background-position: center;
	background-color:#000000;
}
.video_gallery-wrap .imagebox{
	border-top:1px solid  #e7e7e7;
	border-left:1px solid  #e7e7e7;
	border-right:1px solid  #e7e7e7;
	position: relative;
	filter: grayscale(0%);
}
.video_gallery-wrap .imagebox a{
	background-color:#090;

} 
.video_gallery-wrap .imagebox:hover{
	filter: grayscale(100%);
}

.video_gallery-wrap .imagebox a:hover img{

}  
.video_gallery-wrap .imagebox img{
	vertical-align: top;
}
.overicon {
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0 !important;
	-webkit-transition: opacity 1s ease;
     -moz-transition: opacity 1s ease;
       -o-transition: opacity 1s ease;
      -ms-transition: opacity 1s ease;
          transition: opacity 1s ease;
}
.overicon a, .overicon .fa{
	background:none !important;
	color:#FFFFFF !important;
}
.imagebox:hover .overicon{
	cursor:pointer;
	filter: alpha(opacity=95) !important;
	opacity: 0.95 !important;
	-webkit-transition: opacity 1s ease;
     -moz-transition: opacity 1s ease;
       -o-transition: opacity 1s ease;
      -ms-transition: opacity 1s ease;
          transition: opacity 1s ease;
		  
}
.video_clear {
	clear:both !important;
	margin:0 !important;
	padding:0 !important;
}
.video_order-list {
	float:right !important;
	text-align:right !important;
	width:auto !important;
	margin:0 0 5px 0 !important;
	padding:0 !important;
}
.video_gallery-votes {
	border: #e7e7e7 solid 1px !important;
	margin:0 0 2px 0px !important;
	background-color:#f2f2f2 !important;
}
.video_gallery-votes span{
	display:block;
	margin:0 2px 0 2px !important;
	padding:4px !important;
	float:right !important;	
}
.video_gallery-votes span.left{
	display:block !important;
	margin:0 2px 0 2px !important;
	padding:4px !important;
	float:left !important;	
}
.video_gallery-votes span span{
	margin:0 !important;
	padding:0 !important;
	float:none !important;
	display:inline !important;
}
.video_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;
}
.video_gallery-wrap .gallery-title-autor .author{
	text-align:center;
	filter: alpha(opacity=90) !important;
	opacity: 0.9 !important;
	text-transform:uppercase !important;
	margin-bottom:8px;	
}
.video_gallery-wrap .gallery-title-autor .pc-title{
	overflow:hidden !important;
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
	text-align:center;

}
.video_order-list select {
    margin: 0 0 0 5px !important;
    float: left;
    width: auto !important;
}
.video_order-list select, .video_order-list option{
	padding:5px !important;	
}
.video_contest-pagination{
	margin:auto;
	text-align:center;
	display: table;
		
}
.video_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;
	
}
.video_contest-pagination span a{
	box-shadow:none !important;	
	color:#ffffff  !important;
	text-decoration:none  !important;
	display:block !important;
	width:100% !important;
}
.video_contest-pagination span:hover {
	background-color:#bebebe !important;	
}
.video_contest-pagination span:hover a{
	color:#000000  !important;
	background-color:#bebebe !important;	
}
.video_contest-pagination span.current{
	background-color:#bebebe !important;
	cursor:pointer;
	color:#333333 !important;
}
.video_contest-pagination span.inactive{
	cursor:pointer;
}
/*Image Detail Page*/
/*Image Detail Page*/
/*Image Detail Page*/
/*Image Detail Page*/
/*Image Detail Page*/
.video_video-container {
    position: relative !important;
    padding-bottom: 56.5% !important;
	height: 0 !important; 
	overflow: hidden !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
 
.video_video-container iframe,
.video_video-container object,
.video_video-container embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% ;
    height: 100% ;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.video_contest-image {
	text-align:center !important;
	position:relative;
	width:100% !important;
	max-width:1000px !important;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}
.video_contest-image img{
	max-height:750px !important;
}
.video_contest-detail-info {
	margin:4px 0 0px 0 !important;
	border:1px solid #d8d8d8 !important;
	padding:15px 120px 15px 15px;
	position:relative !important;
	line-height:1.8;
	min-height:100px;
	box-sizing:content-box !important;
	
}
.video_contest-detail-info a{
	text-decoration:none !important;	
}
.video_contest-detail-qrcode{
	position:absolute;
	right:0;
	top:0;
	padding:15px;	
}
.video_previous{
	position:absolute !important;
	left:10px !important;
	top: 50%;
	transform: translate(0, -50%);
}
.video_next{
	position:absolute !important;
	right:10px !important;
	top: 50%;
	transform: translate(0, -50%);
}
.video_content .video-contest-share {
	margin:10px 0 0 0 !important;
	padding:0  !important;
	list-style: none  !important;
	float:left !important;
	width:100% !important;
}

.video_content .video-contest-share a{
	display:block !important;
	color:#000000  !important;
	padding:2px !important;
}
.video_content .video-contest-share li{
	display:block;
	margin:0 0 0 5px !important;
	float:left !important;
	line-height:1px !important;
}
.video_content .video-contest-share li.cright{
	float:right !important;
	margin:0 0 0 5px !important;	
}
.video_content .video-contest-share li.cleft{
	margin:0 10px 0 0 !important;	
}
.video_content .video-contest-share li:hover {
	filter: alpha(opacity=90) !important;
	opacity: 0.9 !important;
}
.email_verify {
    cursor: pointer !important;
}
.valid-email{
	max-width:400px; !important;
	margin:0 auto -10px!important;
}
#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;	
}
/*Upload Page*/
/*Upload Page*/
/*Upload Page*/
/*Upload Page*/
/*Upload Page*/

.video_contest-info-bar{
	border:#d8d8d8 1px solid !important;
	padding:10px 20px !important;
	margin-bottom:5px;
}
.video_contest-info-bar-green{
	border:#d8d8d8 1px solid !important;
	color:#555555 !important;
	padding:10px 20px !important;
	margin-bottom:5px;
}

.video_contest-upload-form-box{
	margin:0 0 15px 0 !important;
	background-color:#FFFFFF;
}
.contest-message-box{
	margin:5px 0 5px 0 !important;
	background-color:#FFFFFF;
	border: 1px solid #d8d8d8 !important;
    padding: 10px 20px !important;
}
.video_contest-small-font{
	font-size:100%;
	margin:0 0 3px 0!important;
}
.video_contest-red-color{
	color:#CC0000 !important;
}
.video-contest label strong {
    font-weight: 400;
}
/*Rules and Prizes*/
/*Rules and Prizes*/
/*Rules and Prizes*/
/*Rules and Prizes*/
/*Rules and Prizes*/
.video_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;
	font-size:14px;
}
.video_contest-rules img.alignright{
	margin:7px 0 20px 20px !important;
}
.video_contest-rules img.alignleft{
	margin:0 20px 20px 0!important;
}
.video_contest-rules h1, .video_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;
}
.video_contest-rules h3, .video_contest-rules h4 {
	font-family: 'Oswald', Segoe UI, Arial !important;
	margin:20px 0;
}
/*Top10*/
/*Top10*/
/*Top10*/
/*Top10*/
/*Top10*/
.v_top10wrap{
	margin:5px auto;
	line-height:1;
	text-align:center;
}
.v_top10wrap img{
	background-repeat: no-repeat !important;
	background-size: cover !important;   
    background-position: center !important;
	background-color: #000 !important;
	width:102px;
	height:102px !important;
}
.v_top10wrap .firstbox{
	width:220px;
	height:215px;
	overflow:hidden;
	border:1px solid #d8d8d8;
	padding:15px;
	box-sizing: content-box;
	display: inline-block;
}
.v_top10wrap .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;
}
.v_top10wrap .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);
}
.v_top10wrap .firstbox_image:hover, .v_top10wrap .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);
}
.v_top10wrap .firstbox_author{
	font-size:14px;
	text-transform:uppercase;
	color:#333333;
	
	width:100%;
	text-align:center;
	margin-top:15px;
}
.v_top10wrap .firstbox_title{
	color:#333333;
	
	width:100%;
	text-align:center;
	margin-top:8px;
}
.v_top10wrap .firstbox_count{
	color:#FFF;
	width:100%;
	text-align:center;
}
.v_top10wrap .firstbox_count span{
	background-color:#575757;
	padding:5px 10px;
	display:inline-block;
	margin:12px auto 0px;
}
.v_top10wrap .firstbox_share{
	font-size:16px !important;
	color:#333333;
	
	width:100%;
	text-align:center;
	margin-top:12px;
}
.v_top10wrap .firstbox_share a:link, .v_top10wrap .firstbox_share a:visited, .v_top10wrap .firstbox_share a:active{
	color:#333333 !important;
	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;	
}
.v_top10wrap .firstbox_share a:hover{
	color:#333333 !important;
	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;	
}
.v_top10wrap .image_float_box .fa, .firstbox_count .fa{
	color:#FFFFFF !important;
								 
}

.vc-loginform{
	padding:10px;
} 
.pc-halfform{
	width:50%;
	float:left;
	padding-right:20px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.pc-halfform.pc-lev-pad{
	padding-right:0px;
} 
.vc-image-bottom-box {
	border:1px solid #d8d8d8;
	margin-top:5px;
	padding:5px;
	line-height:1 !important;
	position:relative;
}
.vc-image-bottom-box .under-image-bar {
	width:352px !important;
	max-width:100% !important;
	margin:auto !important;
}

.vc-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;
}
.vc-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;
}
.vc-image-bottom-box .under-image-bar-left-div {
	border: 1px solid #dadada !important;
	background-color:#fff !important;
	box-sizing: content-box;
}
.vc-image-bottom-box .under-image-bar-left-div.width{
	margin-right:5px !important;
}
.vc-image-bottom-box .under-image-bar-left-div.width-2{
	width:203px !important;
	float:left;
}
.vc-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;
}
.vc-image-bottom-box .under-image-bar-left-div-right .fa{
	width:auto !important;
}
.vc-image-bottom-box .under-image-bar-left-div-right.nopadd {
	padding:0;
	width:100%;
	float:none;
}
.vc-image-bottom-box .under-image-bar-left-div-right.padding-c {
	padding:0;
}
.vc-image-bottom-box .under-image-bar-left-div-right.padding-d {
	padding:5px 5px 3px 6px;
}
.vc-image-bottom-box .under-image-bar-left-div-right.padding-m {
	padding:7px 5px 3px 6px;
}
.vc-image-bottom-box .under-image-bar-left-div-right span i {
	font-size:16px;
	margin-right:3px
}
.vc-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;
} 
.vc-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;
}
.vc-image-bottom-box .a-5down {
	margin-bottom:5px;
}
.vc-image-bottom-box .a-left {
	float:left;
}
.video_vote {
	cursor:pointer !important;
}
.vc-image-bottom-box .contest-vote-button {
	text-align:center !important;
	width:100% !important;
}
.vc-image-bottom-box .contest-vote-padding {
	margin:1px 1px 1px 1px;
	height: 26px;
}
.vc-image-bottom-box .contest-vote-padding.redb {
	background-color: #af0000;
}
.vc-image-bottom-box .contest-vote-padding.blueb {
	background-color: #09F;
}
.vc-image-bottom-box .contest-vote-padding.greenb {
	background-color: #390;
}
.vc-image-bottom-box .contest-vote-padding span {
	display:inline-block;
	padding-top:7px;
	color:#FFFFFF;
	font-size:12px;	
}
.vc-image-bottom-box .contest-vote-padding span a {
	color:#FFFFFF !important;	
}
.video-contest .border-line{
	border-bottom:#e7e7e7 1px solid !important;
	margin:20px 0 0 0 !important;
}
.vc-form-title{
	font-size:14px;
	margin:0;
	padding:0 0 10px 0;
	font-weight:bold;
} 
.vc-form-label{
	padding:0 0 5px 0;
} 
.vc-form-input{
	margin:0 0 10px 0;
	width:100%;
} 
.vc-form-input input{
	padding:10px;
	border:1px solid #d8d8d8;
	width: calc(100% - 10px) !important;
	box-sizing: border-box;
	max-width:350px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.vc-form-warning{
	padding:10px;
} 
.vc-image-bottom-box .fifty{
	display:none !important;
} 
.one-half.vcmobile, .one-full.vcmobile, .padb, .vc-showm {
	display:none !important;
}  

.video-contest .formbreak {
	display:none;
} 
.disqus_thread{
	margin:0 10px;
} 
.vc-image-bottom-box span.nocomment{
	display:inline-block;
	padding:10px;
}
.vc-comment-bottom-box {
	display:table;
	margin:0 0 5px 0;
	width:100%;
	max-width:1200px;
	line-height:1;
}

.vc-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;
	
}
.vc-comment-form-box table td{
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	vertical-align:top !important;
}
.vc-comment-form-box table tr{
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}
.vc-comment-list-box {
	background-color:#FFFFFF;
	border:1px solid #d8d8d8;
	padding:10px;
	display: table-row;
}
.vc-comment-list-box .vc-avatar-comments-list {
	width:54px;
	display:table-cell;
	vertical-align:top;
}
.vc-comment-list-box .vc-right-comments-list {
	color:#666666;
	display:table-cell;
	vertical-align:top;
	padding:10px 10px 10px 0;
}
.vc-right-comments-list .vc-autor-comments-list {
	padding-bottom:8px;
	padding-left:10px;
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
}
.vc-right-comments-list .vc-autor-comments-list span{
	display:inline-block;
	min-width:80px;
	font-weight:bold;
}
.vc-right-comments-list .vc-text-comments-list {
	padding-left:10px;
}
.vc-comment-list-box .vc-avatar-comments-list img{
	width:44px;
	height:44px;
	margin:10px 0px 10px 10px !important;
	vertical-align:top !important;
}
.vc-comment-form-box {
	background-color:#FFF;
	padding:10px;
}
.vc-comment-form-author {
	padding:3px 0 0 0;
}
.vc-comment-form-author a{
	color:#333333;
}
.vc-comment-form-author span{
	font-weight:500;
}
.vc-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;
	}
.vc-comment-form-textarea {
	padding:10px 0 0 0;
	background-color:#FFFFFF;
}
.vc-comment-form-textarea textarea {
	color:#333;
}
.vc-comment-form-textarea textarea{
	padding:10px;
	border:1px solid #d8d8d8;
	box-sizing: border-box;
	width:100% !important;
	min-height:100px;
	background-color:#FFFFFF
}
.contest-vote-button .fa{
	color: #FFF !important;
	font-size:12px !important;
} 
.vcfontsize, .vcfontsize input, .vcfontsize select {
	font-size:12px !important;
}
.vcfontsizebig, .vcfontsizebig input, .vcfontsizebig select {
	font-size:13px !important;
}
.vcfontsizebigger, .vcfontsizebigger input, .vcfontsizebigger select {
	font-size:14px !important;
}
.g-recaptcha{
	margin:auto;
	display:block;
	width:304px;
}
@-moz-document url-prefix() {
    .g-recaptcha{
	padding-top:15px;
}
}
/*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-share-input, .pc-share-icons{
	width:100%;
	margin:10px auto;
	text-align:center;
}
.pc-control-img{
	width:100%;
	max-width:400px;
	margin:10px auto;
	text-align:center;
}
.pc-control-img .pc-shared-image{
	width:100%;
	max-width:400px;
}
.pc-control-img a img{
	margin:0 !important;
	display:block;
	background-repeat: no-repeat;
	background-size: cover;  
    background-position: center;
	background-color:#000000;	
	
}
.pc-share-input input{
	width:100%;
	max-width:400px !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 !important;
 list-style-image:none !important;
 float: left;
 margin:10px 5px 0 0 !important; 
}
ul.pc-social  li:last-child {
 margin:10px 0 0 0!important;
}
ul.pc-social  li a{
 text-decoration:none!important;
}
 
ul.pc-social  li i {
 background: #205D7A;
 color: #fff;
 width: 32px!important;
 font-size: 16px;
 text-align: center;
 padding-top: 22%;
 padding-bottom: 22%;
 cursor:pointer;
}
ul.pc-social li i {
 transition: all 0.2s ease-in-out;
}
ul.pc-social li i:hover {
	background:#333;
    border-radius: 28px;
}
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;
}
ul.pc-social .fa-qrcode {
 background:#333;
 cursor:pointer;
}
.video_content strong{
	font-weight: 500;
}

@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;
}
.pc-halfform{
	width:100%;
	float:none;
	padding-right:0px !important;
} 
	}
@media (max-width: 900px) {
.video_contest-detail-qrcode {
	display:none;
} 
.video_contest-detail-info {
	padding:15px;
} 
} 
@media (max-width: 800px) {
.vc-image-bottom-box .under-image-bar  {
	width:300px;
} 
.one-full{
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
} 
.one-full img{
	width:100%;
}
.one-full.vcdesktop, .one-half.vcdesktop, .one-third.vcdesktop, .one-fourth.vcdesktop, .one-fifth.vcdesktop, .contest-detail-info.vcdesktop, .vc-hidem {
	display:none !important;
}
one-full img {
	max-height:none !important;
}
.one-half.vcmobile{
	display:block !important;
}
.padb {
	height:1px;
	display:block !important;
	
} 
.one-half.vcmobile, .vc-showm{
	display:block !important;
} 
.vc-styled-button.vc-showm 
 {
	 float:none !important;
	 margin:10px auto !important;
}
.g-recaptcha{
	width:272px;
}
#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) {
.video_order-list{
	float:left;
	clear:both;
	width:100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.video-contest  #video-name, .video-contest  #contest-video, .video-contest  #email, .video-contest  #username, .video-contest  #user_login, .video-contest  #user_pass, .video-contest  #user_email, .video_video-description-textarea, .video-contest  .selimg, .video-contest select{
	width:100% !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;	
}
.video_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;
  
}
.contest-upload-form-box form {
	font-size:12px !important;
	font:12px Arial, Helvetica, sans-serif !important;
}	 

.vc-styled-button, .video_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;
}
.vc-image-bottom-box .under-image-bar-left-div.width-2, .vc-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;
} 
.vc-image-bottom-box .under-image-bar-left-div.width-2.fifty, .vc-image-bottom-box .under-image-bar-left-div.width.fifty{
	width: calc(50% - 3px) !important;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float:left;
  display:block !important;
}  
.vc-image-bottom-box .under-image-bar-left-div.width-2.fifty{

  float:right;
  width: calc(50% - 2px) !important;

}  
.vc-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;
} 
.vc-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;
}
.vc-image-bottom-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;
}
.video_previous, .video_next, .video-contest-share, .border-line{
	display:none;
}
.one-half.vcmobile{
	display:none !important;
}
.one-full.vcmobile{
	display:block !important;
} 
.formbreak {
	display:block !important;
	clear: both;
	margin-top:20px;
} 
.video_order-list select{
	margin:0 0 5px 0 !important;
}
.video_order-list form{
	margin-right:0px !important;
	text-align:left;
	float:left;
	width:100%;
}
.g-recaptcha{
	width:218px;
}
#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;}
.video_contest-rules img.alignright, .video_contest-rules img.alignleft{
	margin:0 0 20px 0 !important;
}
} 
@media (max-width: 340px) {
.v_top10wrap .firstbox{
	width:calc(100% - 32px)
}
.g-recaptcha{
	width:197px;
}
#rc-imageselect, .g-recaptcha, #recaptcha1, #recaptcha2  {transform:scale(0.65);-webkit-transform:scale(0.65);transform-origin:0 0;-webkit-transform-origin:0 0;}	
	} 