@charset "UTF-8";
@-webkit-keyframes WPEC-rotate {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}
	25% {
		-webkit-transform: rotateZ(-90deg);
		transform: rotateZ(-90deg)
	}
	50% {
		-webkit-transform: rotateZ(-180deg);
		transform: rotateZ(-180deg)
	}
	75% {
		-webkit-transform: rotateZ(-270deg);
		transform: rotateZ(-270deg)
	}
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg)
	}
}

@keyframes WPEC-rotate {
	0% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0)
	}
	25% {
		-webkit-transform: rotateZ(-90deg);
		transform: rotateZ(-90deg)
	}
	50% {
		-webkit-transform: rotateZ(-180deg);
		transform: rotateZ(-180deg)
	}
	75% {
		-webkit-transform: rotateZ(-270deg);
		transform: rotateZ(-270deg)
	}
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg)
	}
}

@-webkit-keyframes WPEC-emphasize {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes WPEC-emphasize {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes WPEC-fadein {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes WPEC-fadein {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.WPEC-button-group {
    border: 2px solid #da140a;
    background-color: #da140a;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color .2s ease-out;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    padding: 0;
}

.WPEC-button-group.WPEC-button-export,
.WPEC-button-group.WPEC-button-import {
	box-sizing: content-box
}

.WPEC-button-group.WPEC-button-export.WPEC-open>.WPEC-dropdown-menu {
	height: 364px;
	border-top: 1px solid #27ae60
}

.WPEC-button-group.WPEC-button-import.WPEC-open>.WPEC-dropdown-menu {
	height: 30px;
	border-top: 1px solid #27ae60
}

.WPEC-button-group .WPEC-button-main {
    position: relative;
    padding: 11px 13px;
    box-sizing: content-box;
}
.WPEC-button-group .WPEC-dropdown-menu {
	height: 0;
	overflow: hidden;
	transition: height .2s cubic-bezier(.19, 1, .22, 1);
	border-top: none
}

.WPEC-dropdown-menu {
	list-style: none
}
.WPEC-button-main a {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 51px;
    font-size: 16px;
}
.copy-right {
    background: #3b3939;
    text-align: right;
    padding: 12px 10px;
    font-size: 13px;
    color: #ffffff;
    clear: both;
}
.WPEC-dropdown-menu,
.WPEC-dropdown-menu li {
	margin: 0!important;
	padding: 0
}
.WPEC-button-main:hover {
    background-color: #DA140A;
    border-color: #DA140A;
}

.WPEC-dropdown-menu li a,
.WPEC-dropdown-menu li a:visited {
	display: block;
	padding: 5px 26px;
	text-decoration: none;
	color: #27ae60;
	text-align: left;
	box-sizing: content-box
}

.WPEC-dropdown-menu li a:hover,
.WPEC-dropdown-menu li a:visited:hover {
	text-decoration: none;
	color: #111
}

.ai1mw-lines {
	position: absolute;
	width: 12px;
	height: 10px;
	top: 9px;
	right: 20px
}

.WPEC-line {
	position: absolute;
	width: 100%;
	height: 2px;
	margin: auto;
	background: #ffffff;
	transition: all .2s ease-in-out
}

.WPEC-line-first {
	top: 0;
	left: 0
}

div.WPEC-open .WPEC-line-first,
div.WPEC-open .WPEC-line-third {
	top: 50%
}

.WPEC-line-second {
	top: 50%;
	left: 0
}

.WPEC-line-third {
	top: 100%;
	left: 0
}

.WPEC-button-blue, .WPEC-button-gray, .WPEC-button-green, .WPEC-button-green-small, .WPEC-button-red {

    display: inline-block;
    border: 2px solid #da140a;
    background-color: #da140a;
    color: #95a5a6;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 25px 5px 26px;
    text-transform: uppercase;
    font-weight: 600;
    outline: 0;
    transition: background-color .2s ease-out;
    text-decoration: none;
    color: #fff;

}

.WPEC-button-gray:hover {
	background-color: #95a5a6;
	color: #fff
}

.WPEC-button-blue, .WPEC-button-green, .WPEC-button-green-small, .WPEC-button-red {

    border: 2px solid #da140a;
    color: #ffffff;

}
.WPEC-button-green:hover {

    background-color: #757575;
    color: #fff;

}.WPEC-button-green {
	background: #da140a !important;
	border: 2px solid #da140a !important;
	color: #fefefe;
}	
.WPEC-button-blue,
.WPEC-button-green-small,
.WPEC-button-red {
	border: 2px solid #6eb649;
	color: #6eb649
}

.WPEC-button-green-small:hover {
	background-color: #6eb649;
	color: #fff
}

.WPEC-button-blue,
.WPEC-button-red {
	border: 2px solid #00aff0;
	color: #00aff0
}

.WPEC-button-blue:hover {
	background-color: #00aff0;
	color: #fff
}

.WPEC-button-red {
    border: 2px solid #da140a;
    color: #ffffff;
    background-color: #da140a;
    padding: 11px 47px;
    font-size: 14px;
}

.WPEC-button-red:hover {
	background-color: #DA140A;
	color: #fff;
}

.WPEC-button-blue[disabled=disabled],
.WPEC-button-green-small[disabled=disabled],
.WPEC-button-green[disabled=disabled],
.WPEC-button-red[disabled=disabled] {
	opacity: .6;
	cursor: default
}

.WPEC-button-blue[disabled=disabled]:hover {
	color: #00aff0
}

.WPEC-button-red[disabled=disabled]:hover {
	color: #e74c3c
}

.WPEC-button-green[disabled=disabled]:hover {
	color: #27ae60
}

.WPEC-button-blue[disabled=disabled]:hover,
.WPEC-button-green-small[disabled=disabled]:hover,
.WPEC-button-green[disabled=disabled]:hover,
.WPEC-button-red[disabled=disabled]:hover {
	background: 0 0
}

.WPEC-message-close-button {
	position: absolute;
	right: 10px;
	top: 6px;
	text-decoration: none;
	font-size: 10px
}

input[type=radio].WPEC-flat-radio-button {
	display: none
}

input[type=radio].WPEC-flat-radio-button+a i,
input[type=radio].WPEC-flat-radio-button+label i {
	vertical-align: middle;
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: 0 0;
	border: 2px solid #ccc;
	content: " ";
	cursor: pointer;
	position: relative;
	box-sizing: content-box
}

input[type=radio].WPEC-flat-radio-button:checked+a i,
input[type=radio].WPEC-flat-radio-button:checked+label i {
	background-color: #d9d9d9;
	border-color: #6f6f6f
}

.WPEC-clear {
	*zoom: 1;
	clear: both
}

.WPEC-clear:after,
.WPEC-clear:before {
	content: " ";
	display: table
}

.WPEC-clear:after {
	clear: both
}

.WPEC-container .WPEC-row label {
	position: relative;
	top: -1px
}

.WPEC-container .WPEC-row label:after {
	content: "\200E"
}

.WPEC-share-button-container {
	text-align: center
}

.WPEC-share-button-container .WPEC-share-button {
	text-decoration: none;
	margin: 10px;
	font-size: 30px
}

.WPEC-report-problem {
	position: relative;
	float: right
}

.WPEC-report-problem-dialog {
	position: absolute;
	z-index: 999;
	width: 280px;
	right: 0;
	background-color: #fff;
	margin: 6px 0 0;
	padding: 15px 15px 10px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 #fff inset;
	display: none
}

.WPEC-report-email {
	width: 100%;
	font-weight: 400;
	font-size: .8rem;
	height: 2.3rem;
	line-height: 2.3rem;
	border-radius: 5px;
	margin-bottom: 4px;
	padding: 0 10px
}

.WPEC-report-message {
	width: 100%;
	border-radius: 3px;
	font-size: .8rem;
	padding: 6px 10px;
	resize: none
}

.WPEC-feedback-cancel:active,
.WPEC-feedback-cancel:link,
.WPEC-feedback-cancel:visited,
.WPEC-report-cancel:active,
.WPEC-report-cancel:link,
.WPEC-report-cancel:visited {
	float: left;
	line-height: 34px;
	outline: 0;
	text-decoration: none;
	color: #e74c3c
}

.WPEC-form-submit {
	float: right
}

.WPEC-report-active {
	display: block
}

.WPEC-report-terms-segment {
	font-size: .7rem;
	line-height: 1rem;
	margin: 4px 0 8px
}

.WPEC-report-terms-segment>.WPEC-report-terms {
	border-radius: 3px
}

.WPEC-import-info a,
.WPEC-no-underline,
.WPEC-unlimited-import a {
	text-decoration: none
}

.WPEC-top-negative-four {
	top: -4px
}

.WPEC-feedback-form {
	display: none
}

.WPEC-feedback-types {
	margin: 0;
	padding: 0;
	list-style: none
}

.WPEC-feedback-types li {
	margin: 14px 0;
	padding: 0
}

.WPEC-feedback-types>li>a>span,
.WPEC-feedback-types>li>label>span {
	display: inline-block;
	padding: 5px 0 6px 8px
}

.WPEC-feedback-types>li>a {
	height: 29px;
	outline: 0;
	color: #333;
	text-deciration: none
}

.WPEC-loader {
	display: inline-block;
	width: 128px;
	height: 128px;
	position: relative;
	-webkit-animation: WPEC-rotate 1.5s infinite linear;
	animation: WPEC-rotate 1.5s infinite linear;
	background: url(../img/logo-128x128.png);
	background-repeat: no-repeat;
	background-position: center center
}

.WPEC-hide,
div.WPEC-expandable input {
	display: none
}

.WPEC-label {
	border: 1px solid #5cb85c;
	background-color: transparent;
	color: #5cb85c;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	outline: 0;
	transition: background-color .2s ease-out;
	padding: .2em .6em;
	font-size: .8em;
	border-radius: 5px
}

.WPEC-label:hover {
	background-color: #5cb85c;
	color: #fff
}

.WPEC-dialog-message {
	text-align: left;
	line-height: 1.5em
}

.WPEC-import-info {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 16px
}

[class*=" WPEC-icon-"],
[class^=WPEC-icon-] {
	font-family: 'wpecmask';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.WPEC-icon-file-zip:before {
	content: "\e60f"
}

.WPEC-icon-folder:before {
	content: "\e60e"
}

.WPEC-icon-file:before {
	content: "\e60b"
}

.WPEC-icon-file-content:before {
	content: "\e60c"
}

.WPEC-icon-cloud-upload:before {
    content: "\e604";
    font-size: 25px;
    width: 200px;
    background: url(../../../../lib/view/assets/img/upload-red.png) no-repeat center center;
    color: transparent;
    background-size: 21px;
}

.WPEC-icon-history:before {
	content: "\e603"
}

.WPEC-icon-notification:before {
	content: "\e619"
}

.WPEC-icon-arrow-down:before {
	content: "\e604"
}

.WPEC-icon-close:before {
	content: "\e61a"
}

.WPEC-icon-wordpress2:before {
	content: "\e620"
}

.WPEC-icon-arrow-right:before {
	content: "\e605"
}

.WPEC-icon-plus2:before {
	content: "\e607"
}

.WPEC-icon-export:before {
	content: "\e601"
}

.WPEC-icon-publish:before {
	content: "\e602"
}

.WPEC-icon-paperplane:before {
	content: "\e608"
}

.WPEC-icon-help:before {
	content: "\e609"
}

.WPEC-icon-chevron-right:before {
	content: "\e60d"
}

.WPEC-icon-dropbox:before {
	content: "\e606"
}

.WPEC-icon-gear:before {
	content: "\e60a"
}

.WPEC-icon-database:before {
	content: "\e964"
}

.WPEC-icon-upload2:before {
	content: "\e9c6"
}

.WPEC-icon-checkmark:before {
	content: "\ea10"
}

.WPEC-icon-checkmark2:before {
	content: "\ea11"
}

.WPEC-icon-enter:before {
	content: "\ea13"
}

.WPEC-icon-exit:before {
	content: "\ea14"
}

.WPEC-icon-amazon:before {
	content: "\ea87"
}

.WPEC-icon-onedrive:before {
	content: "\eaaf"
}

@media (min-width:855px) {
	.WPEC-row {
    margin: 0 auto;
    width: 100%;
    max-width: 75%;
    text-align: center;
}
/*	.WPEC-row {
		margin-right: 399px
	}*/
	.WPEC-row:after,
	.WPEC-row:before {
		content: " ";
		display: table
	}
	.WPEC-row:after {
		clear: both
	}
	.WPEC-left {
		float: left;
		width: 100%
	}
	.WPEC-right {
		float: right;
		width: 377px;
		margin-right: -399px
	}
	.WPEC-right .WPEC-sidebar {
		width: 100%
	}
	.WPEC-right .WPEC-segment {
		width: 333px;
		border: 1px solid #d6d6d6;
		border-radius: 3px;
		box-shadow: inset 0 1px 0 0 #fff;
		color: #333;
		background-color: #f9f9f9;
		padding: 20px;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff;
		background-clip: padding-box
	}
	.WPEC-right .WPEC-segment h2 {
		margin: 22px 0 0;
		padding: 0;
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		text-align: center
	}
	.WPEC-right .WPEC-feedback-email {
		width: 100%;
		font-weight: 400;
		font-size: .8rem;
		height: 2.3rem;
		line-height: 2.3rem;
		border-radius: 5px;
		margin-bottom: 4px;
		padding: 0 10px
	}
	.WPEC-right .WPEC-feedback-message {
		width: 100%;
		border-radius: 3px;
		font-size: .8rem;
		padding: 6px 10px;
		resize: none
	}
	.WPEC-right .WPEC-feedback-terms-segment {
		font-size: .7rem;
		line-height: 1rem;
		margin: 4px 0 8px
	}
	.WPEC-right .WPEC-feedback-terms-segment>.WPEC-feedback-terms {
		border-radius: 3px
	}
}

.WPEC-holder {
    position: relative;
    border: 1px solid #757575;
    border-radius: 3px;
  /*  box-shadow: inset 0 1px 0 0 #fff;*/
    padding: 20px;
    background: #757575;
}
.WPEC-holder h1 {
	float: left;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase
}

/*.WPEC-holder h1 i {
	position: relative;
	top: 2px
}*/

@media (max-width:854px) {
	.WPEC-container {
		margin-left: 10px!important
	}
	.WPEC-right,
	.WPEC-row {
		margin-right: 0!important
	}
	.WPEC-right {
		float: left!important;
		width: 100%!important;
		margin-top: 18px
	}
	.WPEC-right .WPEC-sidebar {
		width: auto!important;
		border: 1px solid #d6d6d6;
		border-radius: 3px;
		box-shadow: inset 0 1px 0 0 #fff;
		padding: 20px;
		background: #f9f9f9
	}
	.WPEC-right .WPEC-feedback-email {
		width: 100%;
		font-weight: 400;
		font-size: .8rem;
		height: 2.3rem;
		line-height: 2.3rem;
		border-radius: 5px;
		margin-bottom: 4px;
		padding: 0 10px
	}
	.WPEC-right .WPEC-feedback-message {
		width: 100%;
		border-radius: 3px;
		font-size: .8rem;
		padding: 6px 10px;
		resize: none
	}
	.WPEC-right .WPEC-feedback-terms-segment {
		font-size: .7rem;
		line-height: 1rem;
		margin: 4px 0 8px;
		border-radius: 3px
	}
	.WPEC-right .WPEC-feedback-terms-segment>.WPEC-feedback-terms {
		border-radius: 3px
	}
}

.WPEC-container {
	margin: 20px 20px 0 2px
}

.WPEC-container:after,
.WPEC-container:before {
	content: " ";
	display: table
}

.WPEC-container:after {
	clear: both
}

.WPEC-replace-row {
	width: 100%;
	box-shadow: outset 0 1px 0 0 white;
	border-radius: 3px;
	color: #333;
	font-size: 11px;
	font-weight: 700;
	background-color: #f9f9f9;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	background-clip: padding-box;
	margin-bottom: 10px
}

.WPEC-field {
	margin-bottom: 4px
}

.WPEC-field input[type=text],
.WPEC-field textarea {
	width: 100%;
	font-weight: 400
}

.WPEC-field-set {
	margin-top: 18px
}

.WPEC-message {
	-moz-box-sizing: border-box;
	background-color: #efefef;
	border-radius: 4px;
	color: rgba(0, 0, 0, .6);
	height: auto;
	margin: 10px 0;
	min-height: 18px;
	padding: 6px 10px;
	position: relative;
	border: 1px solid;
	transition: opacity .1s ease 0s, color .1s ease 0s, background .1s ease 0s, box-shadow .1s ease 0s
}

.WPEC-message.WPEC-success-message {
	background-color: #f2f8f0;
	color: #119000;
	font-size: 12px
}

.WPEC-message.WPEC-info-message {
	background-color: #d9edf7;
	color: #31708f;
	font-size: 11px
}

.WPEC-message.WPEC-error-message {
	background-color: #f1d7d7;
	color: #a95252;
	font-size: 12px
}

.WPEC-message.WPEC-red-message {
	color: #d95c5c;
	border: 2px solid #d95c5c;
	background-color: transparent
}

.WPEC-message.WPEC-red-message h3 {
	margin: .4em 0;
	color: #d95c5c
}

.WPEC-message p {
	margin: 4px 0;
	font-size: 12px
}

.WPEC-message-warning {
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 20px;
	margin: 0 0 22px;
	background-color: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 #fff inset;
	border-left: 4px solid #ffba00
}

.WPEC-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #757575;
	z-index: 100001
}

.WPEC-modal-container {
    width: 90%;
    height: auto;
    padding: 32px;
    margin: 10px auto;
    border: 2px solid #757575;
    box-shadow: 0 2px 6px #292929;
    border-radius: 6px;
    background: #757575;
    box-sizing: border-box;
    text-align: center;
    clear: both;
}

.WPEC-modal-container section {
	display: block;
	min-height: 102px
}

.WPEC-holder h1,
.WPEC-modal-container section h1 {
	margin: 0;
	padding: 0
}

.WPEC-modal-container section h1 .WPEC-title-green {
    color: #21ff00cc;
    font-size: 20px;
}


.WPEC-modal-container section h1 .WPEC-title-red {
	color: #e74c3c;
	font-size: 20px
}

.WPEC-modal-container section h1 .WPEC-title-grey {
	color: gray;
	font-size: 20px
}

.WPEC-modal-container section h1 .WPEC-loader {
	width: 32px;
	height: 32px;
	background: url(../img/loading.png)
}

.WPEC-modal-container section h1 .WPEC-icon-notification {
	font-size: 1.2em;
	color: #e74c3c
}

.WPEC-modal-container section p {
	margin: 0;
	padding: 12px 0
}

.WPEC-modal-container section p .WPEC-modal-sites p {
	padding: 4px 10px;
	text-align: left
}

.WPEC-modal-container section p .WPEC-modal-sites input,
.WPEC-modal-container section p .WPEC-modal-sites select {
	padding: 0 6px;
	width: 100%;
	border-radius: 3px;
	height: 30px;
	line-height: 30px
}

.WPEC-modal-container section p .WPEC-modal-subtitle-green {
	color: #27ae60
}

.WPEC-modal-container section p .WPEC-modal-subtitle-red {
	color: #e74c3c
}

.WPEC-modal-container section p .WPEC-modal-subdescription {
	display: block;
	text-align: left
}

.WPEC-modal-container section p a.WPEC-button-green {
	display: inline-block;
	position: relative;
	top: 26px
}

.WPEC-modal-container section p a.WPEC-emphasize {
	-webkit-animation: WPEC-emphasize 1s infinite;
	animation: WPEC-emphasize 1s infinite
}

.WPEC-modal-container section p em {
	display: block;
	color: #34495e;
	font-style: normal
}

.WPEC-modal-container section p.WPEC-import-modal-content {
	text-align: left;
	color: #fff;

}

.WPEC-modal-container .WPEC-import-modal-actions {
	border-top: 1px solid #ccc;
	padding-top: 32px;
	text-align: right
}
#WPEC-import-init br {
    display: none;
}
#running-process p{
	color:#ffffff;
	font-size: 16px;
	text-align:center;
}
.WPEC-modal-container .WPEC-import-modal-actions .WPEC-button-gray {
	margin-right: 1em
}

.WPEC-modal-container .WPEC-import-modal-notice {
	border-top: 1px solid #ccc
}

.WPEC-modal-container .WPEC-import-modal-notice p {
	font-weight: 700;
	margin: 0;
	padding-top: 16px;
	text-align: center
}

.WPEC-drag-drop-area {
	border: 3px dashed #ddd;
	height: 200px;
	margin: 20px 0 16px;
	background: #fff;
	text-align: center;
	border-radius: 30px
}

.WPEC-drag-drop-area>* {
	pointer-events: none
}

div.WPEC-expandable.WPEC-open input {
	display: inline-block
}
.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#WPEC-import-file,
.WPEC-import-form {
	position: relative
}

#WPEC-import-file input[type=file] {
	position: absolute;
	width: 100%;
	height: 21px;
	cursor: pointer;
	opacity: 0;
	z-index: 9999;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0
}

.WPEC-icon-import i{
	position: absolute;
    top: 0;
    left: 0;
}

.WPEC-icon-import:before{
	content: "";
	background: url(../../../../lib/view/assets/img/logo-20x20.png) no-repeat center center;
	background-size: 20px;
	position: absolute;
	left: 4px;
	top: 19px;
	height: 20px;
	width: 20px;
}
#WPEC-import-file input[type=file]::-webkit-file-upload-button {
	cursor: pointer
}

.WPEC-drag-drop-area.dragover {
	background: rgba(255, 255, 255, .4);
	border-color: green
}

.WPEC-drag-over.WPEC-drag-drop-area {
	border-color: #83b4d8
}

#WPEC-import-init {
    text-align: center;
    padding:40px 0;
}

#WPEC-import-init br {
    display: none;
}
#WPEC-import-init p {
	font-size: 18px;
	color: #9e9e9e
}

#WPEC-import-init p i {
    font-size: 46px;
    color: #da140a;
    text-align: center;
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
}
#WPEC-import-init div.WPEC-button-import {
	pointer-events: all
}
#WPEC-import-init p {
    color: #02A4DE;
}
.WPEC-holder h1 {
    color: #ffffff;
    position: relative;
    padding: 0 0 0 28px !important;
}
.WPEC-icon-logo {
    position: absolute !important;
    right: 9px;
    top: -3px !important;
}

.WPEC-icon-logo:before {
   content: "";
    background: url(../../../../lib/view/assets/img/wp-logo.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 58px;
    width: 200px;

}
.WPEC-holder h1 {
        float: left;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    padding: 17px 0 15px 28px !important;
    position: relative;
    color: #ffffff;
    width: 100%;
    text-align: left;
    float: left;
    width: 100%;
    clear: both;
    margin: 0 !important;
    max-width: 97%;
    background: #ffffff;
    color: #3B3939;
    border-bottom: 1px solid #c9c6c6;
}
}
i.WPEC-icon-logo {
    position: absolute !important;
    right: 20px;
    top: 0 !important;
}
#WPEC-import-init p {
    color: #da140a !important;
    text-align: center !important;
   /* padding: 30px 0;*/
   margin: 0;
}
#WPEC-import-form p {
    color: #ffffff;
    text-align: left;
}
.WPEC-max-upload-size {
	border-bottom: 1px solid #000
}

i.WPEC-icon-cloud-upload {
    width: 200px !important;
    font-size: 25px;
}
.WPEC-progress-bar {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	height: 32px;
	width: 100%;
	border-radius: 15px;
	top: 35px
}

.WPEC-progress-bar-meter,
.WPEC-progress-bar-percent {
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #fff
}

.WPEC-progress-bar-meter {
	background-color: #da140a;
	border-radius: 15px;
	text-align: center;
	width: 0
}

.WPEC-progress-bar-percent {
	position: absolute;
	width: 50px;
	left: 50%;
	-webkit-transform: translate(-24px, 0);
	transform: translate(-24px, 0);
	font-size: .5em;
	background: 0 0;
	color: #000000;
}

#running-process {
	padding: 20px;
	clear: both;
}