.toolCompress{
	margin: 30px 0 30px 0;
}


.toolCompress .ctlBox{
	position: absolute;
	right: 10px;
	bottom: 10px;
	max-width: 280px;
}

.fileContainer .compressBar{
  background-color: #ff4c23;
  width:0px;
  height: 2px;
}

.compressResult{
	display: none;
  overflow: hidden;
  padding: 0 20px;
  right: 0px;
  position: absolute;
}

.compressResultTip{
	font-size: 20px;
  margin-bottom: 20px;
}


.startOverBtn{
	border: 2px solid #262626;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 20px;
	color: #262626;
	text-decoration: none;
	display: inline-block;
}
.startOverBtn i{
	float: left;
	width:22px;
	height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
	background-image: url(/themes/default/images/nunoUI/startOver.png);
  background-size: cover;
  -ms-behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  margin: 2px 4px 0 0;
}


.downloadAllBtn{
	border: 2px solid #262626;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 20px;
	color: #262626;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
}
.downloadAllBtn i{
	float: left;
	width:22px;
	height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
	background-image: url(/themes/default/images/nunoUI/download.png);
  background-size: cover;
  -ms-behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  behavior: url(/themes/default/images/nunoUI/backgroundsize.min.htc);
  margin: 2px 4px 0 0;
}

.fileItems div.fileIMG{
  height: 64px;
  background: url(/themes/default/images/nunoUI/video.png) no-repeat center center;
}

.fileItems.comressSuccess{
	padding:10px;
	border-bottom: 2px dashed #ededed;
}

.comressSuccess .fileZone{
	border-color: #262626;
	background: none;
	color: #262626;
}

.comressSuccess .fileZone div.fileIMG{
  background-image: url(/themes/default/images/nunoUI/videoDark.png);
  padding: 14px 10px;
}

.comressSuccess .ulProgressBar{
	display: none;
}

.comressSuccess .execProgressBar{
	display: none;
}

.comressSuccess .fileStatus{
	font-size: 14px;
  margin-bottom: 4px;
}

.comressSuccess .fileDownload{
	position: relative;
	color: #fff;
  background: #006749;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}


.comressSuccess .tipZone a{
	color: #2c3239;
  text-decoration: underline;
}

.comressSuccess .tipZone a.btn {
  color: #fff;
  text-decoration: none;
  margin: 20px 0 0 10px;
}

.fileContainer.singleFile .compressResult{
	text-align: right;
	padding: 10px;
}

.fileContainer.singleFile .compressResultTip{
	display: none;
}

.fileContainer.singleFile .downloadAllBtn{
	display: none;
}

.comressFail div{

}


.comressFail .fileZone{
	border-color: #bbb;
}

.comressFail .execProgressBar{
	background: #ccc;
	right: 0;
}


.features {
  margin: 50px auto 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1400px;
}

.features .feature {
  float: left;
  margin-bottom: 30px;
  padding: 0 0px;
  box-sizing: border-box;
  width: 30%;
  margin-right: 3%;
  min-height: 150px;
}

.features .feature img{
	width: 40px;
	margin-bottom: 10px;
}

.features .feature h3{
	font-size: 16px;
	font-weight: inherit;
	margin: 0 0 10px 0;
}

.features .feature p{
	font-size: 14px;
}

.tools li{
}
.tools li a{
	font-size: 16px;
	text-decoration: none;
	float: left;
	padding: 6px 20px;
  margin-right: 4px;
}

.tools li a.active,
.tools li a:hover{
	background: #ff4c23;
	color: #fff;
}

.tools li a h3{
	font-weight: 500;
}
.tools li a.active h3,
.tools li a:hover h3{
	color: #fff;
}

.previewTable{
	font-size: 14px;
}

.previewTable th{
	font-weight: 500;
	text-align: right;
}

.previewTable td{
	text-align: right;
	color: #00a373;
	padding: 4px 0;
}

.slowTip{
	display: none;
}

.fileItems{
	float: none;
	text-align: center;
}

.ctlContainer{
  padding: 20px;
}

.videoSource{
  display: none;
}

.videoBox{
  text-align:center;
}


.videoBox video{
  max-width: 100%;
  /*max-height: 700px;*/
}

.workInfo{
  margin: 0 0 10px;
}

.getvideoimage{
  background: #428bca;
  border-color: #357ebd;
}

.stopvideoimage{
  background: #d9534f;
  border-color: #d43f3a;
}

.addvideoimage{
  background: #5cb85c;
  border-color: #4cae4c;
}

#video2gifinfo{
  padding: 10px 0 10px 0;
  display: block;
  color:#d60608;
}

.video2gifWidth{
  width: 60px;
}

.canvasBox{
  background: #eee;
  display: none;
}

.gifBox{
  display: none;
  text-align: center;
}

.reload,
.gifTip{
  font-size: 16px;
  margin-top: 10px;
}

.uploadBtnBox{
  max-width: none;
}

.dropFileHere span{
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.compressStart{
  border-width: 1px 4px 4px 1px;
  border-style: solid;
  border-radius: 10px;
  border-color: #f39818 #d08214 #d08214 #f39818;
  background: #f39818;

}

.gifPro{
  display: none;
}


.optLoad,
.optResult{
  padding: 10px;
  font-size: 16px;
}

.setWidth{
  display: none;
}

.optResult{
  background: #eaf0f4;
  border-collapse: initial;
  border-spacing: 2px;
  padding: 2px;
  width: 100%;
  margin: 10px 0;
}

.optResult tr{

} 

.optResult tr td{
  padding: 6px 6px;
  background: #fff;
  text-align: left;
}

.optResult tr th{
  padding: 2px 6px;
}

.tooBig{
  font-size: 14px;
  color: #d08214;
}

.previewLocal,
.previewOnline{
  cursor: pointer;
}

.videoPreview{
  position: relative;
}

.img-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#cropper{
  opacity: 0;
  filter:Alpha(Opacity=100);
}

.cropper-wrap-box img, 
.cropper-canvas img{
  opacity: 0;
  filter:Alpha(Opacity=100);
}

.cropper-view-box img{
  opacity: 0.0;
  filter:Alpha(Opacity=100);
}

.cropper-modal{
  opacity: 0;
  filter:Alpha(Opacity=100);
}

.watermarkSuccess{
  font-size: 16px;
  margin: 20px;
  display: block;
}

.proDown{
  float: left;
  font-size: 16px;
}

.preDown{
  float: left;
  font-size: 16px;
  margin-right: 20px;
}

.watermarkLoading{
  margin: 20px;
}

.watermarkWait{
  font-size: 16px;
}