html.wp-toolbar, #wpbody-content{
	padding: 0px !important;
	margin: 0px !important;
}
#adminmenumain, #wpadminbar, #wpfooter{
	display: none !important;
}
#wpcontent, #wpfooter{
	margin: 0px !important;
	padding: 0px !important;
}
.mixer-start{
	cursor: pointer;
    position: relative;
    opacity: 0;
    left: -50px;
}
#mix-centre{
	display:inline-block;
	width:100%;
	font-size: 13px;
	min-height: calc(100vh - 100px);
}
#mix-centre ul, #mix-centre ul li{
	margin: 0px;
}
#mix-centre #browse-photos .item-list-photo,#mix-centre #func-bar .item-list-photo{
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
	height: 180px;
	line-height: 200px;
	overflow: hidden;
	position: relative;
	width: 200px;
	float:left;
	text-align:center;
	background:rgba(250,250,250,0.9) url('../images/grid.png');
}
#mix-centre .noshadow .item-drag-body__ .item-list-photo{
	box-shadow:none !important;
}
#mix-centre  #main-panel-bar{
    display:none;
	
	width:100%;
	margin: 0;
	border-bottom:1px solid #fff;
	position:relative;
	transition: all 250ms ease;
	margin-bottom: 15px;
} 
#mix-centre  #main-panel-bar #panel-bar{
	background: #fff url('../images/logo.png?ddf') no-repeat center center;
	width:100%;
	height:100%;
	display:inline-block;
	background-size: 190px 73px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
}	
#mix-centre  #main-panel-bar #panel-bar #icon-free-button li{
	margin-top: 15px;
    width: auto;
}
#mix-centre  #main-panel-bar #panel-bar #icon-free-button li span{
	color: #333;
	font-size: 14px;
}
#mix-centre  #main-panel-bar #panel-bar #icon-free-button li i{
	float: left;
}	
.con-cloud-upload{
    display:none;
}
#mix-centre #browse-photos div.item-list-photo .item-drag-body-layer__{
	position:absolute;
	top:0px;
	left:0px;
	height:150px;
	width:200px;
	z-index:11;
}
#mix-centre #browse-photos{
	width: calc(100% - 6px);
	border:3px dashed transparent;
	display:inline-block;
	position:relative;
	height: calc(100vh - 180px);
}
#mix-centre #browse-photos #drag-files-notice{
	border: 3px dashed hsl(0, 0%, 91%);
	left: 50%;
	padding: 80px 180px;
	position: absolute;
	top: 110px;
	transform: translateX(-50%);
}	
#mix-centre #browse-photos #drag-files-notice.item-drag-wrap__{
	position: static;
	transform: none;
	padding: inherit;
	box-sizing: border-box;
	height: 180px;
	margin: 0px;
	padding: 70px 20px 0;
	overflow: hidden;
}
#editor-save-photo{
	position: absolute;
	top: 200;
	right: 0;
}
#iphotor-main-nav{
	padding: 25px;
	position: relative;
	z-index: 1000000;
}
#iphotor-main-nav>i{
	font-size: 24px;;
	color: #585858;
}
#iphotor-main-nav:hover>i{
	color: #d43fa9;
}
#iphotor-main-nav a.ibtn{
	text-decoration: none;
	margin-top: -5px;
}
#iphotor-main-nav>ul{
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align: left;
	top: 90%;
	left: 5px;
	background: #282828;
	min-width: 140px;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.);
	border-radius: 2px;
	display: none;
}
#iphotor-main-nav:hover>ul{
	display: block;
}
#iphotor-main-nav>ul:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 22px;
	border: 10px solid transparent;
	border-bottom: 10px solid #282828;
}
#iphotor-main-nav>ul li{
	padding: 14px 14px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin: 0px;
}
#iphotor-main-nav>ul li:hover{
	background: rgba(255, 255, 255, .25);
}
#iphotor-main-nav>ul li:hover a{
	color: #ccc;
}
#iphotor-main-nav>ul li:hover i{
	color: #d43fa9;
}
#iphotor-main-nav>ul li a{
	color: #aaa;
	text-decoration: none;
}
#iphotor-main-nav>ul li a:hover{
	text-decoration: none;
}
#iphotor-main-nav>ul li a i{
	font-size: 16px;
	margin-bottom: -3px;
	float: left;
	margin-right: 8px;
	color: #7a7e75
}
.iphotor-func-btns ul li{
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 17px 15px 0 0 !important;
	background: #2a3f54;
	color: #aaa;
	padding: 0 20px;
	border-radius: 2px;
	font-size: 13px;
	cursor: pointer;
}
.iphotor-func-btns li:hover{
	background: #0d1f31;
}
.iphotor-func-btns li.btn-color{
	background: #d43fa9;
	color: #fff;
}
.iphotor-func-btns li.btn-color:hover{
	background: #922071;
}
.iphotor-func-btns li i{
	position: relative;
	bottom: -2px;
}
.iphotor-func-btns ul li a{
	color: #aaa;
	text-decoration: none;
}
#drag-files-notice .ibtn{
	margin: 0px;
	position: relative;
}
#drag-files-notice .ibtn input{
	cursor:pointer;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
}
#iphotor-footer{
	color: #40556b;
	font-size: 13px;
	text-align: center;
	margin: 20px 0;
}
#iphotor-footer a{
	text-decoration: none;
	color: #d43fa9;
}
#iphotor-footer a:hover{
	text-decoration: underline;
}
#body-content #mix-centre .holder-hover{
	border:3px dashed rgba(0,0,0,0.1);	
}
#mix-centre #browse-photos div.item-list-photo canvas{
	width:200px;
	max-width:200px;
}	
#mix-centre #browse-photos div.item-list-photo:hover canvas{

}	
#mix-centre #browse-photos .item-list-photo span.funct-item{
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: rgba(250,250,250,0.9);
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: rgba(2,90,141,0.8);
    border-top: 1px solid rgba(20,20,20,0.04);
    display: block;
}
#mix-centre #browse-photos .item-list-photo span.funct-item .itbtn{
    width: 33.33%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    height: 30px;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
}
#mix-centre #browse-photos .item-list-photo span.funct-item .itbtn img{
	display: inline-block;
	margin-top: 5px;
}
#mix-centre #browse-photos .item-list-photo span.funct-item .itbtn i{
	display: inline-block;
}
#mix-centre #browse-photos .item-list-photo span.funct-item .itbtn[data-status="pending"] i{
	color: #d440a8;
}
#mix-centre #browse-photos .item-list-photo span.funct-item .itbtn:last-child{
	border: none;
}
#mix-centre #browse-photos .item-list-photo span.funct-item .itbtn:hover{
	color: #d141aa;
	background: rgba(0, 0, 0, 0.07);
}
#mix-centre #browse-photos .item-list-photo span.funct-item .itbtn-delete{
	position: absolute;
    top: -140px;
    right: 10px;
    color: rgba(255, 0, 0, 0.5);
    font-size: 16px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    padding: 3px 5px;
    border-radius: 2px;
    line-height: initial;
}
#mix-centre #browse-photos .item-list-photo span.funct-item .itbtn-delete:hover{
    color: rgba(255, 0, 0, 0.95);
    background: rgba(255, 255, 255, 0.85);	
}

#mix-centre #browse-photos .item-list-photo span.funct-item>span:after{
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    background: rgba(51, 51, 51, 0.5);
    color: #eee;
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 3px;
    transform: translateX(-50%) scale(0.85);
    opacity: 0;
    transition: all 250ms ease 0ms;
    font-size: 13px;
}
#mix-centre #browse-photos .item-list-photo span.funct-item>span:hover:after{
	transform: translateX(-50%) scale(1);
    opacity: 1;
    transition: all 250ms ease 150ms;
}
#mix-centre #browse-photos .item-drag-body__{
	width:auto;
	height:auto;
	line-height:auto;
	background:transparent;
	border:none;
	clear:none;
}
#mix-centre #browse-photos .item-drag-wrap__{
	height:auto;
	clear:none;
	margin: 20px 0 0 0;
}
#mix-centre .item-drag-block__ .item-drag-mash__{
	clear:none;
	width: 24px;
	height:180px;
	margin:0;
}
#preview-shapes-eff{
	background: rgba(247, 247, 247, 0.1);
	border-radius: 100px;
	margin: 10px 0;
}	
.noshadow .item-drag-mash__{
	-moz-transition: all;-moz-transition-timing-function: ease-out;-moz-transition-duration: 300ms;	-webkit-transition: all;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 300ms;-o-transition: all;-o-transition-timing-function: ease-out;-o-transition-duration: 300ms;-ms-transition: all;-ms-transition-timing-function: ease-out;-ms-transition-duration: 300ms;
}
#mix-centre #browse-photos #item-drag-detection__ .item-drag-mash__,#mix-centre #browse-photos #item-drag-detection__ {
	width:200px;
	margin-right:60px !important;
	margin-left:50px !important;
}
#mix-centre #browse-photos .item-object-dragging__{
	width:0px;
	margin:0 0px;
	height:200px;
}
#item-drag-lastest__  .item-list-photo,#func-bar  .item-list-photo{
	position:relative;
}
#func-bar   .item-list-photo input{
	cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#mix-centre #item-drag-lastest__ .item-drag-body__ div.item-list-photo{
	position:relative;
	cursor:default;
	width: 230px;
}
#item-drag-lastest__ div.item-list-photo div,##func-bar  div.item-list-photo div{
	position:absolute;
	top:20px;
	left:20px;
	cursor:pointer;
	overflow:hidden;
	border:1px solid transparent;
}
#item-drag-lastest__ div.item-list-photo div:hover{
	border: 1px solid #FFFFFF;
    box-shadow: 0 0 5px 0 #AEE9FA;
}	
#func-bar  div.item-list-photo div.browse-ui{
	background: url("icons.png") no-repeat scroll 13px -490px transparent;
    height: 80px;
    width: 80px;
	line-height: 133px;
	float:left;
	cursor:pointer;
	position:relative;
	padding:0 10px;
	-moz-transition: all;-moz-transition-timing-function: ease-out;-moz-transition-duration: 300ms;	-webkit-transition: all;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 300ms;-o-transition: all;-o-transition-timing-function: ease-out;-o-transition-duration: 300ms;-ms-transition: all;-ms-transition-timing-function: ease-out;-ms-transition-duration: 300ms;	
}
#func-bar  div.item-list-photo div.browse-ui .browse-ui-label{
    background: url("../images/grid.png") repeat scroll 0 0 rgba(250, 250, 250, 0.8);
    border: 1px solid #FFFFFF;
    box-shadow: 3px 3px 5px 0 #CCCCCC;
    color: #666666;
    height: 25px;
    left: 0;
    line-height: 25px;
    opacity: 0;
    padding: 0 5px;
    position: absolute;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 0;
    width: 140px;
    z-index: -1;
	margin-left:-1px;
	-moz-transition: all;-moz-transition-timing-function: ease-out;-moz-transition-duration: 300ms;	-webkit-transition: all;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 300ms;-o-transition: all;-o-transition-timing-function: ease-out;-o-transition-duration: 300ms;-ms-transition: all;-ms-transition-timing-function: ease-out;-ms-transition-duration: 300ms;	
}
#func-bar  div.item-list-photo div.browse-ui:hover .browse-ui-label{
	opacity:1;
	top:-30px;
}
#func-bar  div.item-list-photo div.browse-ui:hover{
	background-color: rgba(0, 0, 0, 0.07);
}
#func-bar  div.item-list-photo div.browse-ui-computer{
	background-position: 10px -580px;
    position: relative;
}
#func-bar  div.item-list-photo div.browse-ui-facebook{
	background-position: 22px -799px;
	border-right:1px solid #fff;
}
#func-bar  div.item-list-photo div.browse-ui-share{
	border-left: 1px solid #E9E9E9;
	background-position: 30px -892px;
    width: 120px;
}
#func-bar{
	display: inline-block;
    float: left;
    height: 80px;
    margin-left: 55px;
    margin-top: 25px;
}
#sample-photos #func-bar .item-list-photo{
	background: none repeat scroll 0 0 rgba(250, 250, 250, 0.8);
    height: 80px;
    opacity: 1;
    width: auto;
	overflow: visible;
}	

#handTool-eff-wrp{
	display:none;
}
div#handTool-eff-tool-bar{
	display:inline-block;
	width:100%;
	padding: 10px 0;
	background: #314a63;
	border-bottom:1px solid #ccc;
	position:relative;
	z-index:10;
	color: #aaa;
}
div#handTool-eff-tool-bar ul{
	margin: 0 1%;
	width: 99%;
}
div#handTool-eff-tool-bar li{
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 20px;
	padding: 0 15px;
	position: relative;
	font-size: 13px;
	letter-spacing: 0.3px;
	border-right: 1px solid rgba(255,255,255,.2);
	margin: 0px;
}
div#handTool-eff-tool-bar li select{
	height: 25px;
	border: none;
	width: 50px
}
div#handTool-eff-tool-bar li.bor{
	background: none repeat scroll 0 0 #CCCCCC;
    border-right: 1px solid #FFFFFF;
    height: 15px;
    width: 1px;
}	
#handTool-eff-body{
	display: inline-block;
    text-align: center;
    width: 100%;
}	
#handTool-eff-canvas-wrp{
	position:relative;
	display:inline-block;
	overflow:auto;
	-moz-transition: all;-moz-transition-timing-function: ease-out;-moz-transition-duration: 300ms;	-webkit-transition: all;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 300ms;-o-transition: all;-o-transition-timing-function: ease-out;-o-transition-duration: 300ms;-ms-transition: all;-ms-transition-timing-function: ease-out;-ms-transition-duration: 300ms;
}

#handTool-eff-brush{
	position:absolute;
	border:1px solid #ccc;
	display:none;
	cursor: crosshair;
	-moz-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:2;
	box-sizing: border-box;
}
#handTool-eff-canvas-wrp:hover #handTool-eff-brush{
	display:block;
}
#handTool-eff-tool-bar span.handToolSubBarLabel{
	float: left;
    height: 20px;
    line-height: 20px;
}	
#handTool-eff-tool-bar .handToolSubBarWrp{
	display: none;
	left: -21px;
	padding: 19px 20px 20px;
	position: absolute;
	top: 22px;
}
#handTool-eff-tool-bar .handToolSubBar{
	background: rgba(0,0,0,.75);
	padding: 10px;
	display:inline-block;
	white-space: nowrap;
}	
#handTool-eff-canvas,#handTool-eff-canvas-layer{
	float:left;
	-moz-transition: all;-moz-transition-timing-function: ease-out;-moz-transition-duration: 300ms;	-webkit-transition: all;-webkit-transition-timing-function: ease-out;-webkit-transition-duration: 300ms;-o-transition: all;-o-transition-timing-function: ease-out;-o-transition-duration: 300ms;-ms-transition: all;-ms-transition-timing-function: ease-out;-ms-transition-duration: 300ms;	
}
#handTool-eff-canvas-layer{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;	
}
#handTool-eff-tool-bar input.handToolSubBarInput{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 24px;
	text-align:right;
	color: inherit;
}
#handTool-eff-tool-bar  li .ibtn{
	margin: -10px -25px;
	height: 40px;
	line-height: 40px;
}
#handTool-eff-tool-bar  li.barOpt:hover{
	color: #fff;
}
#handTool-eff-tool-bar  li.barOpt:hover .handToolSubBarWrp{
	display:block;
}
#handTool-eff-tool-bar  li.barOpt span.arr{
	height: 5px;
	left: 80px;
	position: absolute;
	top: -6px;
	width: 0px;
	border: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,.75);
}	


/*
*	===============Designs===============
*/

input, textarea, select {
    outline: none;
}

.hidden {
    display: none;
}

.ibtn {
    height: 36px;
    font-size: 14px;
    text-transform: inherit;
    padding: 0 18px;
    border: none;
    background: #d43fa9;
    color: #fff;
    cursor: pointer;
    line-height: 36px;
    border-radius: 1px;
    margin: 10px 0;
    float: left;
}

.ibtn:hover {
    background: #9e297c;
    text-decoration: none !important;
}

.ibtn.gray {
    background: #40556b;
}

.ibtn.gray:hover {
    background: #282828;
}

.ibtn i {
    margin-top: 2px;
    position: relative;
    bottom: -2px;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left;
}

.imirror {
    transform: scaleX(-1);
}

.vmirror {
    transform: rotate(90deg);
}

.displayBlock {
    display: block !important;
}

.slide-drag-bar-a, .slide-drag-bar {
    background: none;
}

.slide-drag-bar-a:after, .slide-drag-bar:after {
    width: 100%;
    height: 1px;
    background: #aaa;
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
}

.slide-drag-bar-a .bound-dragtable:before, .slide-drag-bar .bound-dragtable:before {
    content: "";
    height: 13px;
    width: 13px;
    background: #aaa;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    box-shadow: 0 0 5px 0 rgba(255,255,255,.4) inset;
}

.slide-drag-bar-a .bound-dragtable, .slide-drag-bar .bound-dragtable {
    background: rgba(150,150,150,.7);
    box-shadow: none;
    border: 5px solid rgba(0,0,0,.2);
    box-sizing: content-box;
    top: -3px !important;
}

.slide-drag-bar-a .bound-dragtable:hover, .slide-drag-bar .bound-dragtable:hover {
    border: 5px solid rgba(250,250,250,.35);
}

.slide-drag-bar-a .bound-dragtable:hover:before, .slide-drag-bar .bound-dragtable:hover:before {
    background: #d43fa9;
}

.tab-active,.side-active {
    display: inline-block !important;
    position: static !important;
}

.active {
    display: inline-block !important;
}

.vhidden,.vhidden * {
    visibility: hidden !important;
}

#dsg-main #dsg-content .over-visible {
    overflow: visible;
}

.loading {
    background: transparent url('loading.gif') no-repeat center center !important;
    text-indent: -100000px !important;
    min-height: 14px;
    min-width: 14px;
    margin: 3px 5px;
    display: inline-block;
}

#dsg-main {
    font-size: 12px;
    margin: 10px auto;
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
}

#mix-area-centre {
    width: 100%;
}

#dsg-content {
    display: inline-block;
    float: left;
    min-height: 500px;
    min-width: 990px;
    position: relative;
    text-align: center;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#dsg-content ul{
	margin: 0px;
}
#dsg-content ul li{
	margin-bottom: 0px;
}
#dsg-content .opacityChild .drag-item {
    opacity: 0.1;
}

#effects-area-centre {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
}

#effects-area-centre .effects-ctrl-bar {
    float: left;
    position: relative;
    background: #2a3f54;
    width: 232px;
    margin-top: 5px;
    margin-left: 5px;
}

#effects-area-centre .effects-ctrl-bar {
    width: 85px;
    float: left;
    z-index: 10;
    color: #aaa;
    font-size: 13px;
    letter-spacing: .3px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

#effects-area-centre .effects-ctrl-bar .icon-fx-ctrl {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
    text-align: center;
}

#effects-area-centre .effects-ctrl-bar span.icon-fx-ctrl:hover {
    color: #fff;
}

#effects-area-centre .effects-ctrl-bar .icon-fx-ctrl span.box-ctrl {
    cursor: pointer;
    float: left;
    padding: 15px 0;
    width: 100%;
    position: relative;
}

#effects-area-centre .effects-ctrl-bar .icon-fx-ctrl span.box-ctrl i {
    font-size: 24px;
    display: block;
}

#dsg-content #dsg-on-front {
    display: inline-block;
    margin: 15px;
    position: relative !important;
    float: left;
    clear: both;
    text-align: left;
    z-index: 9;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
    background: rgba(250,250,250,0.3);
    transform-origin: top left !important;
    transition: all 150ms ease;
}

#dsg-content .dsg-limit-border {
    position: relative;
    float: left;
}

#dsg-content .dsg-limit-border .content-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
}

#design-content-inner canvas#canvas-shape-layer,#canvas-effects-show canvas#canvas-handTool-layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

#main-photo-layer {
    border: none;
    float: left;
    margin: 0px;
    padding: 0px;
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -o-transition: all;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 500ms;
    -ms-transition: all;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 500ms;
}

#dsg-on-front .dsg-limit-border .art-item {
    position: absolute;
    cursor: move;
}

#dsg-content #fn-right-tabs .fn-tabs {
    float: left;
    clear: both;
    width: 100%;
    position: absolute;
    top: -10000px;
    color: #282828;
}

#dsg-content #fn-right-tabs .fn-tabs .label-fn-tab {
    clear: both;
    float: left;
    font-weight: bold;
    height: 27px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: -moz-linear-gradient(top, #FFFFFF, #f0f0f0);
    background: -webkit-linear-gradient(top, #FFFFFF, #f0f0f0);
    background: -o-linear-gradient(top, #FFFFFF, #f0f0f0);
    background: -ms-linear-gradient(top, #FFFFFF, #f0f0f0);
}

#dsg-content #fn-right-tabs .fn-tabs .label-fn-tab label {
    padding-left: 10px;
    text-align: left;
}

#dsg-content .body-fn-tab {
    clear: both;
    float: left;
    padding: 0 14px 15px 14px;
    color: #aaa;
    font-size: 13px;
    box-sizing: border-box;
    width: 100%;
}

#dsg-content .body-fn-tab h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0 0px;
    letter-spacing: 1px;
    border-bottom: 1px dotted rgba(255,255,255,.1);
    padding-bottom: 10px;
    color: #ddd;
}

#dsg-content .body-fn-tab h3 i {
    font-size: 20px;
    position: relative;
    bottom: -3px;
}

#dsg-content #tabs-main-body .fnTabActive {
    position: static;
    top: 0px;
}

#dsg-content #fn-right-tabs #layers-fn-tab {
    width: 100%;
}

#dsg-content #fn-right-tabs .fn-tabs #holder-drag-upload {
    width: 100%;
    float: left;
    text-align: center;
    border: none;
    padding: 0px;
}

#arts-fn-tab .clipart-from-computer {
    width: 50%;
    float: left;
    position: relative;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}
#arts-fn-tab .clipart-from-computer input {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 34px;
    opacity: 0;
    cursor: pointer;
}

#makeup-fn-tab .body-fn-tab ul {
    display: inline-block;
}

#makeup-fn-tab .body-fn-tab li {
    width: 100%;
    text-align: left;
    float: left;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .3px;
    height: 44px;
    line-height: 44px;
    transition: all 250ms ease;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

#makeup-fn-tab .body-fn-tab li:hover,#makeup-fn-tab .body-fn-tab li.actived {
    color: #d43fa9;
}

#makeup-fn-tab .body-fn-tab li:hover label,#makeup-fn-tab .body-fn-tab li.actived label {
    color: #eee;
}

#makeup-fn-tab .body-fn-tab li i {
    float: left;
    margin-right: 10px;
    font-size: 22px;
    margin-top: 10px;
}

#makeup-fn-tab .body-fn-tab li label {
    font-weight: normal;
    text-align: left;
    cursor: pointer;
    color: #aaa;
    width: auto;
    line-height: 44px;
    float: left;
}

#makeup-fn-tab .body-fn-tab li#tab-li-dyes-color {
    background-position: 5px -1060px;
}

#makeup-fn-tab .body-fn-tab li#tab-li-smooth-skin {
    background-position: 2px -1137px;
}

#makeup-fn-tab .body-fn-tab li#tab-li-drawing {
    background-position: -76px -177px;
}

#makeup-fn-tab .body-fn-tab li#tab-li-blusher {
    background-position: 5px -1295px;
}

#dsg-content #fn-right-tabs .fn-tabs .holder-hover {
    border: 2px dashed green !important;
}

#arts-fn-tab .sys-wrap-scrollbar {
    /*height:400px;*/
}

#arts-fn-tab .sys-wrap-scrollbar {
    /*height:60px;*/
}

#wrap-input-upload-art {
    float: left;
    clear: both;
    width: 100%;
}

#arts-fn-tab #arts-sample-wrp {
    background: rgba(64, 85, 107, 0.95);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
    height: 250px;
    left: 255px;
    position: absolute;
    top: 114px;
    width: 640px;
    z-index: 2147483647;
}
#arts-fn-tab #arts-sample-wrp:after {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    top: 10px;
    left: -20px;
    border-right: 10px solid rgba(64, 85, 107, 0.95);
}
.body-fn-tab span.art-item {
    cursor: pointer;
    float: left;
    height: 55px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 60px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.24);
}

.body-fn-tab span.art-item span {
    display: none;
    position: absolute;
    bottom: -1px;
    right: 0px;
    padding: 0px 1px;
    background: #F0F0F0;
    color: maroon;
    font-family: arial;
    font-size: 10px;
    height: 14px;
    width: 14px;
    line-height: 17px;
}

.body-fn-tab span.art-item:hover span {
    display: block;
}

#arts-fn-tab .art-item span.remove-my-clip-art:hover {
    background: #ccc;
    color: #fff;
}

#shapes-fn-tab .list-shapes {
    float: left;
    clear: both;
    width: 100%;
    margin-left: 5px;
    margin-top: 10px;
}

#shapes-fn-tab ul.list-shapes-tmpl {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

#shapes-fn-tab {
    position: relative !important;
    top: 0 !important;
    width: 259px !important;
    overflow: hidden;
}

#list-shapes-tmpl-prev,#list-shapes-tmpl-next {
    background: rgba(255,255,255,0.4);
    box-shadow: 0 0 3px 0 #CCCCCC;
    cursor: pointer;
    left: -1px;
    padding: 5px 5px 5px 0px;
    position: absolute;
    top: 20px;
    z-index: 1000;
    font-weight: bold;
}

#list-shapes-tmpl-next {
    left: auto;
    right: -1px;
    padding: 5px 2px 5px 5px;
}

#list-shapes-tmpl-prev:hover,#list-shapes-tmpl-next:hover {
    background: #eaeaea;
}

#shapes-fn-tab ul li {
    background: url('../images/shapes_tmpl.png');
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 60px;
    cursor: pointer;
    transform: scale(0.5);
}

#shapes-fn-tab ul li:hover {transform: scale(0.75);}

#shapes-fn-tab ul li.shape0 {
    background-position: -799px 7px;
    opacity: 0.4;
}

#shapes-fn-tab ul li.shape1 {
    background-position: -3px -5px;
}

#shapes-fn-tab ul li.shape2 {
    background-position: -68px -5px;
}

#shapes-fn-tab ul li.shape3 {
    background-position: -138px -3px;
}

#shapes-fn-tab ul li.shape4 {
    background-position: -215px -2px;
}

#shapes-fn-tab ul li.shape5 {
    background-position: -287px -2px;
}

#shapes-fn-tab ul li.shape6 {
    background-position: -367px -2px;
}

#shapes-fn-tab ul li.shape7 {
    background-position: -439px -6px;
}

#shapes-fn-tab ul li.shape8 {
    background-position: -508px -4px;
}

#shapes-fn-tab ul li.shape9 {
    background-position: -570px -4px;
}

#shapes-fn-tab ul li.shape10 {
    background-position: -632px -4px;
}

#shapes-fn-tab ul li.shape11 {
    background-position: -701px -4px;
}

#shapes-fn-tab ul li.shape12 {
    background-position: 2px -83px;
}

#shapes-fn-tab ul li.shape13 {
    background-position: -65px -81px;
}

#shapes-fn-tab ul li.shape14 {
    background-position: -147px -79px;
}

#shapes-fn-tab ul li.shape15 {
    background-position: -230px -70px;
    width: 130px;
    clear: both;
    display: block;
    float: none;
    margin-left: 40px;
}

#shapes-fn-tab .effects-ctrl-bar {
    clear: both;
    float: left;
    margin: 20px 0;
    width: 100%;
}

#shapes-fn-tab .effects-ctrl-bar .group-effects {
    clear: both;
    float: left;
    margin: 0 2%;
    width: 86%;
}

#shapes-fn-tab .effects-ctrl-bar label {
    min-width: 50px;
    margin: 5px 0px;
    height: 25px;
    line-height: 25px;
    border: none;
    text-align: left;
}

#shapes-fn-tab .effects-ctrl-bar .effs-ctrl-vl {
    border: none;
    margin: 5px 0px;
}

#func-ctrl-shapes-cv span.undo {
    background-position: -23px -550px;
    float: right;
}

#shapes-fn-tab div.hr-group-effs {
    line-height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #666;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.art-item span img {
    position: absolute;
    z-index: 10000;
    background: #fff;
    right: 0;
    top: 12px;
    width: auto !important;
    display: none;
    max-height: 400px;
    border: 1px solid #EBEBEB;
    box-shadow: 1px 1px 2px 1px #EBEBEB;
}

.body-fn-tab span.art-item span.preview-my-clip-art {
    left: 0;
    color: #282828;
}

span.preview-my-clip-art:hover {
    background-color: #fff !important;
    color: #282828 !important;
}

span.art-item:hover {
    background-color: #F5F5F5;
}

#Arts-list .art-item canvas,#arts-free-tab .art-item canvas {
    width: 55px;
}

.art-item,.art-item canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.showmore-ajax {
    width: 100px;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
    left: 50%;
    top: 10px;
    padding: 3px 0;
    background: #f1efef;
    border: 1px solid #ccc;
    margin-left: -50px;
    border-radius: 3px;
    cursor: pointer;
}

.drag-item {
    width: 100px;
    position: absolute;
    border: 1px solid transparent;
}

.drag-item-selected {
    background: rgba(229, 229, 229, 0.25);
    cursor: move;
    border: 1px solid rgba(250, 250, 250, 0.35);
}

.drag-item img {
    width: 100%;
    float: left;
}

.drag-item .item-remove-on,.drag-item .item-rotate-on {
    background: none repeat scroll 0 0 rgba(120, 120, 120, 0.15);
    border-radius: 100%;
    color: #d43fa9;
    cursor: pointer;
    display: none;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    height: 14px;
    left: -12px;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: -11px;
    width: 14px;
    z-index: 100000000 !important;
}

#drag-item-selected .item-remove-on,#drag-item-selected .item-rotate-on {
    display: block;
}

.drag-item div.item-remove-on:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.drag-item .item-rotate-on {
    border-radius: 100%;
    bottom: -8px;
    height: 14px;
    left: auto !important;
    right: -8px !important;
    top: auto !important;
    width: 14px;
    opacity: 0.8;
    cursor: default;
}

.drag-item div.item-rotate-on:hover {
    opacity: 1;
    background: rgba(255,255,255,.85);
}

#dsg-content #mask-item-active div.item-rotate-on:hover,#dsg-content #mask-item-active div.item-resizable-handle:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.drag-item-selected .item-resizable-handle,.drag-item-selected .item-info-handle,.drag-item-selected .item-remove-on,.drag-item-selected .item-rotate-on,.drag-item-selected .fillColor-ctrl {
    display: block !important;
}

#text-free-tab .line-write-text {
    border: none;
    background: none;
    outline: none;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    margin-top: 5px;
}

#text-lines {
    border: none;
    padding: 10px;
    height: 100px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
}

#text-button {
    clear: both;
    float: left;
    margin: 20px 0;
    width: 100%;
    z-index: 120;
}

#preview-font-text-body {
    max-height: 450px;
    overflow: auto;
}

#preview-font-text {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 100%;
    position: absolute;
    text-align: left;
    top: 45px;
    width: 230px;
    z-index: 121;
    box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.3);
}
#preview-font-text:after{
    content: "";
    position: absolute;
    top: 242px;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
}
#preview-font-text ul {
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0px !important;
}

#preview-font-text ul li {
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.03);
}

#preview-font-text div#loadmorefonts {
    background: #eee;
    display: inline-block;
    padding: 10px;
    width: 210px;
    text-align: center;
    font-size: 15px;
    color: #2b4055;
    cursor: pointer;
}
#preview-font-text div#loadmorefonts:hover {
	background: #2b4055;
	color: #eee;
}
#preview-font-text ul li:hover {
    background: #e1e1e1;
}

#preview-font-text ul li.font-active {
    background: #d43fa9;
    color: #fff;
    text-transform: capitalize;
}

#text-font-family {
    float: left;
    height: 30px;
    padding: 0 10px;
    width: 158px;
    box-sizing: border-box;
    font-size: 13px;
    margin: -5px 0 0 0;
}

input#text-font-family:focus {
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px 0 #fff;
}

#text-style {
    float: left;
}

#text-fn-tab label.tit {
    float: left;
    line-height: 20px;
    margin-right: 14px;
    width: 50px;
    text-align: right;
    color: #aaa;
    height: inherit;
    font-family: inherit;
    min-width: inherit;
}

#text-style div {
    font-weight: bold;
    float: right;
    width: 20px;
    line-height: 25px;
    margin: 0 0 0 10px;
    text-align: center;
    cursor: pointer;
    font-family: icon;
}

#text-style div:hover {
    color: #fff;
}

#text-style div.active {
    color: #d43fa9;
}

#text-style .style-i {
    font-style: italic;
}

#text-style .style-u {
    text-decoration: underline;
}

#text-align {
    float: right;
}

#text-align span {
    width: 20px;
    line-height: 26px;
    float: right;
    margin: 0 0 0 12px;
    cursor: pointer;
    text-align: right;
}

#text-align span:hover {
    color: #fff;
}

#text-align span.active {
    color: #d43fa9;
}

#text-colors {
    float: left;
    clear: both;
    width: 100%;
}

#text-colors label {
    min-width: 55px;
}

#text-colors span {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#text-color,#text-shadow-color {
    border: 1px solid #CCCCCC;
    float: right;
    font-size: 12px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 115px;
}

#text-shadow-color {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin-top: 5px;
}

#dsg-side-thubmn {
    position: absolute;
    top: 0px;
    left: 35%;
}

#dsg-side-thubmn ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#dsg-side-thubmn ul li {
    float: left;
    width: 30px;
    height: 35px;
    margin: 5px;
    border: 1px solid #F2F2F2;
    cursor: pointer;
    box-shadow: 1px 1px 1px #f3f3f3;
}

#dsg-side-thubmn ul li:hover,#dsg-side-thubmn ul li.tab-side-active {
    border-color: #ccc;
}

#dsg-preview-btn,#dsg-reset-btn {
    background: url("icons.png") no-repeat scroll -71px -25px transparent;
    cursor: pointer;
    height: 43px;
    margin-top: -4px;
    width: 50px;
}

#dsg-reset-btn {
    display: none;
    background-position: -70px -77px;
    height: 42px;
    margin-top: -3px;
}

#dsg-loading-btn {
    background: #fff url('loading2.gif') no-repeat center center;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 100000;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    opacity: 0.8;
    box-shadow: 0 0 3px 2px #E5E5E5;
    border-radius: 5px;
}

#dsg-tool-cav {
    float: left;
 
}

#dsg-tools, .nav1-wrp {
    background: #2a3f54;
    float: left;
    height: 45px;
    margin-left: 1px;
    padding: 5px;
    width: auto;
    left: 239px;
    top: 0px;
    z-index: 10;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

#dsg-tools-screen-drawing {
    display: none;
}

#fn-right-tabs {
    background: #2a3f54;
    float: left;
    margin-left: 10px;
    width: 250px;
    position: relative;
    z-index: 1000;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

#fn-right-tabs #tabs-main-body {
    overflow: hidden;
    padding: 5px 0;
    display: block;
    clear: both;
}

#fn-right-tabs #fn-tab-labels {
    float: left;
    width: 100%;
}

#fn-tab-labels ul {
    width: 100%;
    float: left;
}

#fn-tab-labels ul li {
    clear: none;
    width: 33.33%;
    float: left;
    margin: 0px;
    padding: 10px 0;
    line-height: 18px;
    background: #40556b;
    cursor: pointer;
    border-right: 1px solid rgba(255,255,255,.1);
    box-sizing: border-box;
}

#fn-tab-labels ul li i {
    font-size: 20px;
    color: #aaa;
}

#fn-tab-labels ul li:hover, #fn-tab-labels ul li.fnTabActive {
    background: #2a3f54;
    border-bottom: 2px solid #d43fa9;
}

#fn-tab-labels ul li.fnTabActive i {
    color: #d43fa9;
    text-shadow: 0 0 5px rgba(212, 63, 169, 0.7);
}

.dsg-tools-unactive #duplicate-item,.dsg-tools-unactive #opacity-item,.dsg-tools-unactive #rotate-cycle,.dsg-tools-unactive #shadow-item {
    z-index: -1;
    display: none;
}

#dsg-tools .ibtn {
    margin: -5px 10px 0 10px;
    padding: 0px 18px !important;
    font-size: 14px !important;
    color: #fff;
    line-height: 45px !important;
    height: 45px;
    letter-spacing: .3px;
}

#dsg-tools #history-item span#history-ctrl {
    margin-left: 0px;
    width: 130px;
    height: auto;
    padding: 0px;
}

#dsg-tools #history-item span#history-ctrl:after {
    left: 20px;
}

#dsg-tools #history-item span#history-ctrl ul {
    width: 100%;
}

#dsg-tools #history-item span#history-ctrl ul li {
    border-bottom: 1px solid rgba(217, 217, 217, 0.12);
    height: 30px;
    line-height: 30px;
    padding: 2px 10%;
    text-align: left;
    width: 80%;
}

#dsg-tools #history-item span#history-ctrl ul li:hover {
    background: rgba(0,0,0,.4);
    cursor: pointer;
}

#dsg-tools #shadow-item {
    background-color: transparent;
    background-image: none;
    border: medium none;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    position: relative;
    width: 90px;
}

#dsg-tools #shadow-item a {
    color: #d43fa9;
}

#dsg-tools #eff-item {
    font-size: 14px;
    color: #fff;
}

#dsg-tools #shadow-item .tool-item-alt {
    background-color: rgba(0,0,0,.8);
    left: 20px;
    padding: 15px;
    position: absolute;
    top: 41px;
    z-index: 10000;
    cursor: default;
    color: #aaa;
    text-align: left;
}

#dsg-tools #eff-item .tool-item-alt span:after {
    left: auto;
    right: 40px;
}

#dsg-tools #shadow-item span.label,#dsg-tools #eff-item span.label {
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    color: #aaa;
}

#dsg-tools #shadow-item span.label:hover,#dsg-tools #eff-item span.label:hover {
    color: #d43fa9;
}

#dsg-tools #eff-item .tool-item-alt {
    right: 0px;
    left: auto;
}

#dsg-tools #eff-item .tool-item-alt span {
    float: right;
}

#dsg-tools #eff-item .eff-tem-logo {
    position: absolute;
    top: -10px;
    right: -13px;
    background: url('icons.png') no-repeat 0 -994px;
    height: 42px;
    width: 42px;
}

#dsg-content #mask-item-active {
    position: absolute;
    display: none;
    width: 100px;
    height: 100px;
    left: 100px;
    top: 100px;
    z-index: 4;
}

#dsg-content #mask-item-active .marqueeHtop {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-position: 0 top;
}

#dsg-content #mask-item-active .marqueeHtop div {
    height: 100%;
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#dsg-content #mask-item-active .marqueeHbottom {
    background-position: 0 bottom;
}

#dsg-content #mask-item-active .marqueeVleft {
    background-position: left 0;
}

#dsg-content #mask-item-active .marqueeVright {
    background-position: right 0;
}

#dsg-content #mask-item-active .marqueeHoriz {
    background-image: url('../images/marqueeHoriz.gif');
    background-repeat: repeat-x;
    opacity: 0.6;
}

#dsg-content #mask-item-active .marqueeVert {
    background-image: url('../images/marqueeVert.gif');
    background-repeat: repeat-y;
}

#dsg-tools #delete-item {
    background-position: -91px 2px;
    background-color: rgba(255, 0, 0, 0.8);
    color: maroon;
    font-weight: bold;
}

#dsg-tools #save-item {
    background-position: -74px -161px;
    background-color: rgba( 153 , 255, 0, 0.8);
    color: maroon;
    font-weight: bold;
}

#dsg-tools .line-item {
    background: none repeat scroll 0 0 #CCCCCC;
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 30px;
    margin-left: 10px;
    margin-top: 3px;
    width: 1px;
}

#dsg-tools #opacity-item span.sublabel {
    color: #A6A6A6;
    font-size: 11px;
    opacity: 1;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 300ms;
    -ms-transition: opacity;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 300ms;
}

#dsg-tools #opacity-item input {
    background: url("../images/opacity_bg.jpg") no-repeat center;
    color: #555;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 60px;
    border-radius: 60px;
    background-size: 100px;
    padding: 0px;
}

#dsg-tools div.active {
    color: #d43fa9;
}

#dsg-tools #rotate-cycle {
    margin-top: -9px;
    float: left;
    position: relative;
    padding: 0px;
    font-size: 12px;
}

#dsg-tools #rotate-deg {
    border: 1px dashed #E3E3E3;
    border-radius: 50px 50px 50px 50px;
    clear: both;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 10px 2px;
    padding: 2px 0;
    text-align: center;
    width: 34px;
}

#dsg-tools #bould-rotate {
    cursor: pointer;
    float: left;
    font-family: tahoma;
    height: 45px;
    left: 15px !important;
    position: absolute;
    top: 5px !important;
    width: 10px;
}

#dsg-tools #bould-rotate span {
    background: hsla(317, 63%, 54%, 0.5);
    border-radius: 10px;
    float: left;
    height: 4px;
    width: 4px;
    top: 0px !important;
    left: 0px !important;
    border: 3px solid rgba(255,255,255,.35);
}

#dsg-tools div#reset-rotate:hover {
    color: maroon;
}

#dsg-tools div#fillColor-item {
    margin-right: 10px;
    padding-top: 2px;
    display: none;
}

#art-fill-color-inp {
    background: none repeat scroll 0 0 #E9FFC7;
    border-radius: 20px;
    color: #000000;
    height: 30px;
    text-align: center;
    width: 55px;
}

#dsg-tools .tool-item {
    position: relative;
    float: left;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
    padding: 9px 10px 8px;
    line-height: 18px;
}
#dsg-tools #sizedable.tool-item{
    border-right: 1px solid rgba(204, 204, 204, 0.42);
    margin-top: -5px;
    height: 28px;
}
#dsg-tools #sizedable.tool-item:hover{
	text-decoration: none;
}
#dsg-tools #sizedable.tool-item input{
    width: 50px;
    height: 27px;
    border: none;
    padding: 0 8px;
}
#dsg-tools .tool-item .clicktable {
    position: relative;
    z-index: 100000;
}

#dsg-tools .tool-item:hover, #dsg-tools .tool-item a:hover {
    color: #d43fa9;
}

#dsg-tools .tool-item a {
    color: #f76ccf;
    text-decoration: none;
}

#dsg-tools .tool-item .tool-item-alt, #overlay-effects-ctr li .tool-item-alt{
    left: 0;
    min-width: 400px;
    opacity: 0;
    display: none;
    padding-top: 22px;
    position: absolute;
    top: 29px;
    z-index: -1000;
    color: #555;
    font-size: 14px;
}

#dsg-tools .tool-item .tool-item-alt span, #overlay-effects-ctr li .tool-item-alt span {
    background: rgba(0,0,0,.65);
    float: left;
    font-weight: normal;
    height: 10px;
    line-height: 10px;
    padding: 10px;
    color: #ccc;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    text-transform: initial;
    border-radius: 2px;
}

#dsg-tools .tool-item .tool-item-alt span:after, #overlay-effects-ctr li .tool-item-alt span:after {
    position: absolute;
    top: -10px;
    left: 20px;
    height: 0px;
    width: 0px;
    border: 5px solid transparent;
    content: "";
    border-bottom: 5px solid rgba(0,0,0,.65);
}

#dsg-tools #zoom-item .tool-item-alt .slide-drag-bar-a, #overlay-effects-ctr li .tool-item-alt .slide-drag-bar-a{
    width: 223px;
}
#dsg-tools #zoom-item .tool-item-alt .slide-drag-bar-a:before, #overlay-effects-ctr li .tool-item-alt .slide-drag-bar-a:before{
    content: "";
    position: absolute;
    left: 110px;
    top: 7px;
    height: 3px;
    width: 3px;
    border-radius: 5px;
    background: #aaa;
    font-size: 20px;
    z-index: 10;
}
#dsg-tools #history-item {
    margin-right: -9px;
}

#dsg-tools #zoom-item {
    margin-right: -9px;
}
#dsg-tools #zoom-item a{
    margin: 3px 0 0 8px;
    float: left;
}
#dsg-tools #zoom-item .tool-item-alt span {
    padding: 10px 15px 15px;
}

#dsg-tools #zoom-item .tool-item-alt div.label {
    margin: 5px 10px 0 0;
    min-width: 40px;
    text-align: center;
}

#dsg-tools #fillColor-item.tool-item .tool-item-alt span {
    margin-left: 28px;
}

#dsg-tools div.tool-item:hover .tool-item-alt,#dsg-tools div.tool-item-active .tool-item-alt, #overlay-effects-ctr li:hover .tool-item-alt{
    display: block;
    z-index: 100;
    opacity: 1;
}

#dsg-tools #dsg-reset-btn .tool-item-alt {
    top: 32px;
}

#dsg-tools #dsg-preview-btn .tool-item-alt {
    left: -313px;
    padding-left: 7px;
    top: 33px;
    padding-bottom: 30px;
}

#dsg-tools #dsg-preview-btn span.nonselect {
    height: 14px;
    width: 340px;
}

#dsg-preview-btn div.zoom-label {
    line-height: 15px;
    margin-right: 5px;
}

#dsg-preview-btn input#zoom-ctrl-input {
    border: medium none;
    height: 15px;
    margin-left: 5px;
    background: transparent;
}

#dsg-tools #rotate-cycle .tool-item-alt {
    left: 0;
    padding-top: 29px;
    top: 30px;
}

#dsg-tools #opacity-item {
    padding: 2px 10px;
}

#dsg-tools #opacity-item .label {
    margin: 3px 10px 0 0;
}

#opacity-drag-bar {
    width: 123px;
    margin-right: 10px;
    margin-left: 5px;
}

#dsg-tools #opacity-item .tool-item-alt {
    height: 50px;
    left: 0;
    padding-left: 0;
}

#dsg-tools #opacity-item .tool-item-alt span {
    height: 18px;
    margin-left: 10px;
}

#dsg-tools #opacity-item .tool-item-alt span:after {
    left: 28px
}

#text-size {
    margin: 14px 0 10px 82px;
}

#dsg-tools #rotate-bar-item #ball-rotate-bar {
    left: -5px !important;
}

#layers-fn-tab #layer-item {
    clear: both;
    float: left;
    margin-top: 5px;
    width: 100%;
}

#layers-fn-tab #layer-item ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#layers-fn-tab #layer-item ul li {
    background: #40556b;
    clear: both;
    cursor: pointer;
    float: left;
    height: 32px;
    line-height: 32px;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    text-align: left;
    width: 100%;
    color: #aaa;
}

#layers-fn-tab #layer-item ul li input {
    margin: 0 12px;
    float: left;
    height: 32px;
    line-height: 32px;
    opacity: 0;
    position: relative;
    z-index: 100000;
    cursor: pointer;
}

#layers-fn-tab #layer-item ul li span {
    float: left;
    height: 32px;
    line-height: 32px;
    position: relative;
}

#layers-fn-tab #layer-item ul li input[type=checkbox] + span:before {
    position: absolute;
    left: -25px;
    top: 9px;
    content: "\7c";
    font-family: "iphotor" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

#layers-fn-tab #layer-item ul li input[type=checkbox]:checked + span:before {
    content: "\5e";
}

#layers-fn-tab #layer-item ul li span input {
    margin-top: 5px;
    margin-left: 5px;
}

#layers-fn-tab #layer-item ul li i.icon-x {
    float: right;
    display: none;
    margin-right: 10px;
    font-size: 16px;
    color: #d43fa9;
    cursor: pointer;
    margin-top: 7px;
}

#layers-fn-tab #layer-item ul li i.icon-x:hover {
    color: #9e297c;
}

#layers-fn-tab #layer-item ul li:hover i.icon-x {
    display: block;
}

#layers-fn-tab #layer-item ul li:hover,#layers-fn-tab #layer-item ul li.active {
    color: #fff;
}

.slide-drag-bar-a .line-center {
    color: #666666;
    font-size: 6px;
    margin-top: -1px;
}

#display-font-size {
    margin: 5px 0 0 -82px;
    font-size: 13px;
    float: left;
}

#text-shadow-blur,#text-shadow-offsetx,#text-shadow-offsety {
    clear: both;
    float: left;
    margin-bottom: 0;
    margin-top: 45px;
    width: 100%;
}

#display-text-shadow-blur,#display-text-shadow-offsetx,#display-text-shadow-offsety {
    font-size: 12px;
    margin-top: -20px;
    width: 200px;
    float: left;
    text-align: left;
}
}

#arts-fn-tab .submit-browse {
    width: auto;
    border: 1px solid #ccc;
    padding: 2px 1px;
    float: left;
    border-radius: 2px;
}

#arts-fn-tab .submit-loading {
    width: 40px;
    border: 1px solid #ccc;
    padding: 2px 1px;
    float: right;
    margin-top: 0px;
    display: none;
    border-radius: 5px;
}

#arts-gn-tab .submit-btn {
    padding: 0 1px;
    float: right;
}

.myArt-uploading .submit-btn {
    display: none;
}

.myArt-uploading .submit-loading {
    display: block !important;
}

#arts-fn-tab input.submit:hover {
    background-color: #fff;
}

.addtocart-bar input {
    float: left;
}

#uploadInMeForm {
    float: left;
    margin: 0 0 20px 20px;
}

#dsg-content .fn-tabs .submit-browse {
    width: 170px;
    float: left;
    margin-left: -3px;
}


#mix-centre #effects-area-centre .mixcolor-vertical {
    -moz-transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    float: right;
    margin-top: 0;
    position: absolute;
    right: -273px;
    top: 373px;
}

#effects-area-centre #effects-area ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#effects-area-centre #effects-area ul li {
    color: #aaa;
    display: inline-block;
    height: 100px;
    padding: 12px 0 0 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 110px;
    margin: 0px;
}

#mix-centre #effects-area-centre .mixcolor-vertical ul li {
    height: 110px;
    padding: 15px 0;
    width: 145px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

#mix-centre #effects-area-centre .mixcolor-vertical ul li label {
    width: 140px;
}

#effects-area-centre #effects-area ul li span {
    height: 75px;
    width: 100px;
    display: inline-block;
    overflow: hidden;
    border: 0 solid transparent;
    cursor: pointer;
    margin-top: 5px;
    transition: all 250ms ease;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
}

#mix-centre #effects-area-centre .mixcolor-vertical ul li span {
    margin-top: -5px;
}

#effects-area-centre #effects-area ul li img {
    cursor: pointer;
    height: 90px;
    width: 100px;
    z-index: 5;
}

#effects-area-centre #effects-area ul li:hover label,#effects-area-centre #effects-area ul li.eff-active label {
    color: #fff;
}

#effects-area-centre #effects-area ul li label {
    text-align: center;
    width: 100%;
    margin-top: 0px;
    color: #aaa;
}

#effects-area-centre #effects-area ul li:hover label {
    color: #fff;
}

#effects-area-centre #effects-area ul li ul li.etree-select {
    background: #FFFFFF;
    letter-spacing: 1px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #D6D6D6;
    opacity: 0;
    z-index: 16;
    padding: 11px;
    left: 65px;
    top: -5px;
    width: 0px;
    height: 0px;
    line-height: 20px;
    border-radius: 30px;
    color: #666;
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -o-transition: all;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 300ms;
    -ms-transition: all;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 300ms;
}

#effects-area-centre #effects-area ul li:hover ul li.etree-select {
    z-index: 16;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

#effects-area-centre #effects-area ul li ul li.etree-select:hover {
    background-color: #D4D4D4;
}

#effects-area-centre #effects-area ul li:hover ul li.ets1 {
    left: 15px;
}

#effects-area-centre #effects-area ul li:hover ul li.ets2 {
    left: 60px;
}

#effects-area-centre #effects-area ul li:hover ul li.ets3 {
    left: 105px;
}

#effects-area-centre #effects-area #mix-color-label {
    background: url("../images/shapes_tmpl.png") no-repeat scroll -821px -67px transparent;
    height: 135px;
    left: 0px;
    position: absolute;
    top: 7px;
    width: 34px;
}
#eff-area-body {
    float: left;
    width: 140px;
    max-height: 700px;
    overflow: auto;
}

.effects-ctrl-bar .group-effects {
    float: left;
    clear: both;
    position: absolute;
    top: 0px;
    left: 97px;
    min-width: 245px;
    z-index: 19;
    display: none;
    background-color: rgb(42, 63, 84);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    color: #aaa;
}
.effects-ctrl-bar .group-effects:after {
    width: 12px;
    height: 100%;
    content: "";
    position: absolute;
    left: -12px;
    top: 0px;
}
#effects-ctrl-bar>span:not(#darken-edges-fx-ctrl):hover .group-effects {
    display: block !important;
    opacity: 1 !important;
}
.effects-ctrl-bar .group-effects #fxEffectContent {
    max-height: 500px;
    overflow: auto;
}

#darken-edges-fx-ctrl .group-effects {
    top: -65px;
    min-width: 250px;
}
#darken-edges-fx-ctrl .group-effects label{
    min-width: 55px;
    text-align: right;
    clear: left;
}
#darken-edges-fx-ctrl .group-effects .msgbox-content-arrow {
    top: 90px;
}

.effects-ctrl-bar .group-effects .sys-wrap-scrollbar {
    min-height: 350px;
}

#overlay-ctrl-panel {
    width: auto;
    color: #aaa;
    display: none;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

#overlay-ctrl-panel #overlay-effects-ctr {
    background: #2a3f54;
    display: block;
    height: 45px;
    float: left;
}
#overlay-ctrl-panel #overlay-effects-ctr ul{
	margin: 0px;
}
#overlay-effects-ctr #overlay-effects-transparent .tool-item-alt span{
    padding-bottom: 15px;
}
#overlay-ctrl-panel #overlay-effects-ctr>ul>li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    letter-spacing: .5px;
}
#overlay-ctrl-panel #overlay-effects-ctr>ul>li:hover{
    color: #fff;
}
#overlay-effects-ctr li .tool-item-alt{
    top: 30px;
}
#overlay-effects-ctr #overlay-effects-size span{
    height: auto;
}
#overlay-ctrl-panel #overlay-effects-ctr li span:after{
}
#overlay-effects-ctr #overlay-effects-size span select{
    border: none;
    background: none;
    color: #aaa;
    font-size: 14px;
    width: 70px;
}
#overlay-effects-ctr #overlay-effects-size span select:hover{
    color: #fff;
}
#overlay-effects-ctr #overlay-effects-size span li:hover, #overlay-effects-ctr #overlay-effects-size span li.active{
    background: #d43fa9;
    color: #fff;
}
#overlay-effects-ctr #overlay-effects-size i, #overlay-effects-ctr #overlay-effects-transparent i{
    position: relative;
    display: inline-block;
    bottom: -3px;
    font-size: 15px;
} 
#overlay-ctrl-panel #overlay-effects-ctr span.label {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    padding: 5px 5px 5px 1px;
    position: relative;
    text-shadow: 1px 1px 1px #FFFFFF;
}

#overlay-ctrl-panel #overlay-effects-ctr span.label input {
    opacity: 0;
}

#overlay-ctrl-panel #overlay-effects-ctr span.btn {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25px;
    border: none;
    background: none;
    color: #aaa;
    text-shadow: none;
    font-size: 15px;
    line-height: 45px;
    display: inline-block;
    padding: 0;
}

#overlay-ctrl-panel #overlay-effects-ctr span.btn:hover {
    color: #fff;
    box-shadow: none;
}
#overlay-ctrl-panel #overlay-effects-ctr input#opacity-overlay-eff-ctrl {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 15px;
    margin-left: 10px;
    padding: 0;
    text-align: right;
    width: 22px;
    color: #aaa;
    margin-right: 2px;
}
#overlay-ctrl-panel #overlay-effects-ctr small{
    color: #aaa;
    line-height: 15px;
}

#brightness-fx-ctrl .group-effects,#Saturation-fx-ctrl .group-effects,#softFocus-fx-ctrl .group-effects,#contrast-fx-ctrl .group-effects {
    top: 20px;
}

#brightness-fx-ctrl .group-effects .msgbox-content-arrow,#Saturation-fx-ctrl .group-effects .msgbox-content-arrow,#softFocus-fx-ctrl .group-effects .msgbox-content-arrow,#grid-effects-fx-ctrl .group-effects .msgbox-content-arrow,#contrast-fx-ctrl .group-effects .msgbox-content-arrow {
    top: 8px;
}
#color-gram-fx-ctrl label{
    float: left;
    clear: both;
    min-width: 50px;
    text-align: right;
}
#overlay-effects-fx-ctrl .group-effects {
    top: -10px;
    height: 455px;
    width: 290px;
    padding: 5px 1px;
}

#overlay-effects-content {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.msgbox-content-arrow {
    height: 0px;
    width: 0px;
    position: absolute;
    left: 15px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,.8);
}

.icon-fx-ctrl .msgbox-content-arrow {
    border: 10px solid transparent;
    border-right: 10px solid rgb(42, 63, 84);
    left: -20px;
    top: 23px;
}

.effects-ctrl-bar .effs-ctrl-vl {
    float: left;
    margin: 10px 0;
    position: relative;
    text-align: left;
}

.effects-ctrl-bar .effs-ctrl-vl .slide-drag-bar {
    margin: 2px 40px 2px 20px;
}

.shapes-item-ctr .effs-ctrl-vl .slide-drag-bar {
    margin: 2px 0px;
    width: 150px;
}

.effects-ctrl-bar label {
    margin: 13px 5px 13px;
    font-size: 13px;
    letter-spacing: .3px;
    text-align: left;
    float: left;
    min-width: auto;
    color: #aaa;
}

.effects-ctrl-bar .inp-val {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #aaa;
    font-size: 12px;
    outline: medium none;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
    width: 30px;
    height: 20px;
    text-align: center;
}
.effects-ctrl-bar.drawing-ctrl .inp-val:not(.color){
    margin-top: -14px;
    margin-right: -10px
}
.effects-ctrl-bar .group-effects .slide-onOff {
    background: rgba(253, 151, 42, 0.9);
    cursor: pointer;
}

.effects-ctrl-bar .group-effects .slide-onOff-green {
    background: rgba(176, 251, 94, 0.9);
}

.effects-ctrl-bar .group-effects .slide-onOff .bound-dragtable {
    height: 18px;
    left: 1px;
    top: 1px !important;
    width: 45%;
    color: #666;
    text-shadow: 1px 1px 1px #9B9A9A;
    font-size: 10px;
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 150ms;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 150ms;
    -o-transition: all;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 150ms;
    -ms-transition: all;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 150ms;
}

.effects-ctrl-bar .group-effects .slide-drag-bar div.bound-dragtable:hover {
    box-shadow: 0 0 3px #363535;
}

.effects-ctrl-bar .group-effects .slide-onOff div.bound-dragtable:hover {
    box-shadow: 0 0 1px #666666;
}

.effects-ctrl-bar .hr-group-effs {
    height: 36px;
    float: left;
    clear: both;
    background: rgba(225, 225, 223, 0.13);
    line-height: 36px;
    color: #ddd;
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.effects-ctrl-bar #hue-preview-color {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 20px;
    width: 100%;
}

.effects-ctrl-bar input.color {
    float: left;
    height: 30px;
    margin: 5px 10px 0 20px;
    width: 125px;
}

.effects-ctrl-bar .shapes-item-ctr input.color {
    margin-left: 10px;
    width: 140px;
}

.shapes-item-ctr label {
    min-width: 50px;
}

.freedrawingmode #free-drawing-ctrl {
    display: block;
}

.freedrawingmode #fn-tab-labels,.freedrawingmode #tabs-main-body,.freedrawingmode #sys-wrap-scrollbar-layers-fn-tab,.freedrawingmode .nofreedrawfn,.freedrawfn {
    display: none;
}

#canvas-effects-show {
    position: relative;
    max-width: 1200px;
    display: inline-block;
    float: left;
}

#canvas-effects-body {
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    transform-origin: top left !important;
    transition: all 250ms ease;
}

#canvas-effects-show #layer-defines-coo-rotate {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 180px;
    left: 280px;
    display: none;
    z-index: 10;
}

#canvas-effects-show #layer-defines-coo-rotate:after {
    height: 1px;
    width: 80px;
    background: rgba(240, 240, 240, 0.45);
    content: "";
    top: 70%;
    left: 42%;
    transform: rotate(45deg);
    position: absolute;
}

#canvas-effects-show #layer-defines-vcoo {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 250px;
    left: 0px;
    background: rgba(240, 240, 240, 0.45);
    display: none;
}

#canvas-effects-show #layer-defines-hcoo {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 350px;
    top: 0px;
    background: rgba(240, 240, 240, 0.45);
    display: none;
}

#tip-guide-eff-custom {
    background: none repeat scroll 0 0 #FBF7D2;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    padding: 8px 10px;
    display: none;
    z-index: 10;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 10px 0 0;
    clear: both;
    float: right;
    display: inline-block;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}

#tip-guide-eff-custom div.free-drawing,#tip-guide-eff-custom div.overlay-coordi {
    display: none;
    white-space: nowrap;
}
#effects-preview-zoom, #effects-btn-controls{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: #2a3f54;
    padding: 0 18px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    margin: 0 3px;
}
#effects-preview-zoom span{
    float: left;
    color: #aaa;
}
#effects-preview-zoom .slide-drag-bar{
    margin: 15px;
}
#effects-preview-zoom a{
    color: #d43fa9;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    float: left;
    text-decoration: none;
}
#effects-btn-controls{
    padding: 0px;
}
#effects-btn-controls ul{
    float: left;
    margin: 0px;
}
#effects-btn-controls ul li{
    float: left;
    margin: 0px;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
}
#effects-btn-controls ul li.gray{
    background: transparent;
    color: #aaa;
    border-right: 1px solid rgba(255,255,255,.15);
}
#effects-btn-controls ul li.gray:hover{
    background: #112940;
    color: #d43fa9;
}
#effects-btn-controls ul li .tool-item-alt{
    left: 0;
    min-width: 400px;
    display: none;
    padding-top: 22px;
    position: absolute;
    top: 29px;
    z-index: -1000;
    color: #555;
    font-size: 14px;
}
#effects-btn-controls ul li .tool-item-alt>span{
    background: rgba(0,0,0,.65);
    float: left;
    font-weight: normal;
    height: 10px;
    line-height: 10px;
    padding: 10px;
    color: #ccc;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    text-transform: initial;
    border-radius: 2px;
}
#effects-btn-controls ul li .tool-item-alt>span:after{
    position: absolute;
    top: -10px;
    left: 20px;
    height: 0px;
    width: 0px;
    border: 5px solid transparent;
    content: "";
    border-bottom: 5px solid rgba(0,0,0,.65);
}
#effects-btn-controls ul li:hover .tool-item-alt{
    display: block;
}
#canvas-effects-show div.free-drawing-tip,#canvas-effects-show div.overlay-coordi-tip div.overlay-coordi,#canvas-effects-show div.free-drawing-tip div.free-drawing {
    display: inline-block;
}

#effect-editor #canvas-effects-show div.free-drawing-tip div.overlay-coordi,#tip-guide-eff-custom {
    display: none;
}

div#canvas-effects-show:hover .free-drawing-tip {
    display: inline-block;
}
#effect-2nd-nav{
    float: left;
    margin: 5px 0 20px 1px;
    width: calc(100% - 100px);
    position: relative;
    z-index: 9;
    text-align: center;
    font-size: 13px;
}
#effect-editor {
    margin: 5px auto 0;
    position: relative;
    text-align: center;
    display: inline-block;
}

#canvas-effects-show #tip-guide-eff-custom span.arrow {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: none repeat scroll 0 0 #FBF7D2;
    border-radius: 25px 0 0 0;
    bottom: -5px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
    height: 10px;
    left: 50%;
    position: absolute;
    width: 10px;
    margin-left: -5px;
}

#canvas-effects-show #tip-guide-eff-custom span.overlay-rotate-icon {
    background: url("../images/shapes_tmpl.png") no-repeat scroll -978px -180px transparent;
    display: inline-block;
    height: 23px;
    width: 34px;
}

#effects-area-centre div.radianTmplAccess:hover #layer-defines-vcoo, #effects-area-centre div.radianTmplAccess:hover #layer-defines-hcoo, #effects-area-centre div.radianTmplAccess:hover #layer-defines-coo-rotate, #effects-area-centre div.rotateDefines #layer-defines-vcoo, #effects-area-centre div.rotateDefines #layer-defines-hcoo, #effects-area-centre div.rotateDefines #layer-defines-coo-rotate, #effects-area-centre .radianTmplAccess:hover .overlay-coordi-tip {
    display: block;
}

#canvas-effects-show #layer-defines-coo-rotate span {
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 25px;
    margin-left: 123px;
    margin-top: 123px;
    text-shadow: 1px 1px 1px #000;
    width: 25px;
    text-indent: 30px;
    background: rgba(100,100,100,.5);
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    z-index: 10000;
}

#canvas-effects-show #layer-defines-coo-rotate span:after {
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: "\34";
    text-shadow: none;
    font-size: 15px;
    font-family: "iphotor" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    z-index: 100000;
}

#canvas-effects-show #layer-defines-coo-rotate span:hover {
    background: rgba(55,55,55,2.5);
}

#preview-effects-canvas {
    opacity: 1;
    float: left;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

#border-effects-content {
    height: 100%;
    overflow: auto;
}

.group-effects span.thumbn-item {
    float: left;
    height: 75px;
    line-height: 20px;
    margin: 10px 0 0 4%;
    position: relative;
    color: #aaa;
    width: 28%;
}
#border-effects-content span.thumbn-item:not([id]){
	clear: both;
}
.group-effects span.thumbn-item:hover {
    color: #fff;
}

.free-drawing-dpl span.thumbn-item {
    display: none !important;
}

#free-drawing-ctrl, #canvas-shape-layer, .freedrawingmode .drag-item, .freedrawingmode #dsg-tools #dsg-tools-screen-edit, .freedrawingmode #makeup-fn-tab {
    display: none;
}

.freedrawingmode #dsg-tools #dsg-tools-screen-drawing {
    display: inline-block;
}

#dsg-tools #dsg-tools-screen-drawing .ibtn {
    margin-right: 0px;
    margin-left: 1px;
    color: #ddd;
    font-size: 14px;
}

#dsg-tools .ibtn:last-child {
    margin-right: -5px !important;
}

.freedrawingmode #canvas-shape-layer {
    display: block !important;
}

.freedrawingmode #free-drawing-ctrl {
    display: block;
    width: 260px;
    color: #aaa;
}

.freedrawingmode #free-drawing-ctrl .drawing-ctrl {
    box-shadow: none;
    margin: 0;
    width: 100%;
    padding-top: 20px;
    height: auto;
}

.freedrawingmode #free-drawing-ctrl .shapes-item-ctr {
    float: left;
    width: 100%;
}
.freedrawingmode #free-drawing-ctrl .shapes-item-ctr.shape-random{
    padding: 10px 0;
}
.freedrawingmode #free-drawing-ctrl .shapes-item-ctr.shape-random input{
    margin-right: 10px;
}
.freedrawingmode #free-drawing-ctrl .shapes-item-ctr .effs-ctrl-vl {
    padding-left: 10px;
}

.group-effects span.thumbn-item input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #CCCCCC;
    cursor: pointer;
    font-size: 11px;
    height: 10px;
    margin-left: 1px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px #F0F0F0;
    top: 20px;
    width: 69px;
    left: 0px;
}

.group-effects span.thumbn-item span {
    width: 100%;
    height: 20px;
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 12px;
    letter-spacing: .3px;
}

.group-effects span.thumbn-item canvas,.group-effects span.thumbn-item span.loadmore {
    border: 0px;
    height: 50px;
    clear: both;
    display: block;
    margin: 0px;
    cursor: pointer;
    width: 100%;
    line-height: 50px;
    background: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    float: left;
}

.group-effects span.thumbn-item span.loadmore {
    background: #d43fa9;
    border-radius: 2px;
    clear: both;
    color: #FFFFFF;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

.group-effects span.thumbn-item span.loadmore:hover {
    background: #a52480;
}

.group-effects span.thumbn-item-active {
}

.group-effects span.thumbn-item-active span {
    color: #fff;
    background: #d43fa9;
}

#span-free-drawing-eff-overlay canvas {
    background: url("../images/shapes_tmpl.png") no-repeat scroll -42px -155px #fff;
}

#lightbox-panel .inlightboxMixNow {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-left: 10px;
    line-height: 65px;
    color: #fff;
}

#lightbox-panel span.inlightboxMixNow:hover {
    box-shadow: 0 0 3px 0 #fff;
}

#lightbox-body #tag-frame-viewer,#lightbox-body .tag-item-selected {
    position: absolute;
    top: -100px;
    left: -100px;
    height: 50px;
    width: 50px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(250, 250, 250, 0.5);
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 200ms;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 200ms;
    -o-transition: opacity;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 200ms;
    -ms-transition: opacity;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 200ms;
}

#lightbox-body .tag-item-selected {
    background: url("../../../../theme/images/vicons.png") no-repeat scroll -21px -2091px rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 5px;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    width: auto;
    z-index: 2;
}

#lightbox-body:hover #tag-frame-viewer,#lightbox-body:hover .tag-item-selected {
    opacity: 1;
}

#lightbox-body span.tag-item-selected:hover {
    background-color: rgba(226,47,64,0.5);
    border: 1px solid rgba(250, 250, 250, 0.5);
}

#lightbox-wrapper #friends-selector-4-tag {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 0px;
    left: 0px;
}

#lightbox-wrapper #friends-selector-listing {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 400px;
    margin: -211px auto 0;
    padding: 10px;
    position: relative;
    top: 50%;
    width: 200px;
}

#lightbox-wrapper #friends-selector-listing input {
    background: url('../../../../theme/images/vicons.png') no-repeat -21px -1103px;
    padding-left: 25px;
    width: 150px;
}

#lightbox-wrapper #friends-selector-listing ul {
    margin-top: 10px;
}

#lightbox-wrapper #friends-selector-listing ul li {
    width: 182px;
    display: inline-block;
    clear: both;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
}

#lightbox-wrapper #friends-selector-listing ul li * {
    cursor: pointer;
}

#lightbox-wrapper #friends-selector-listing ul li:hover {
    background: rgba(0,0,0,0.05);
}

#lightbox-wrapper #friends-selector-listing ul li img {
    float: left;
    height: 39px;
    width: 39px;
    margin: 0 5px 1px 2px;
}

#lightbox-wrapper #friends-selector-listing ul li label {
    height: 20px;
    line-height: 20px;
}

#lightbox-wrapper #friends-selector-listing ul li label span {
    color: #999;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

#lightbox-wrapper #friends-selector-listing span.loading {
    position: absolute;
    right: 20px;
    top: 40px;
    display: none;
}

#lightbox-header a.download-photo span {
    display: none;
    font-size: 11px;
}

#lightbox-header a.download-photo:hover span {
    display: inline-block;
    text-decoration: none;
}

#btn-funct-fxeffect {
    display: inline-block;
    margin-top: -165px;
    position: absolute;
    right: -80px;
    top: 50%;
}

#btn-funct-fxeffect ul li {
    display: inline-block;
    margin: 10px 20px;
    color: #666;
    clear: both;
}

#effs-loading-progress {
    background: #fff;
    border-radius: 2px;
    left: 50%;
    padding: 10px 20px 20px;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#effs-loading-progress progress {
    height: 20px;
    width: 200px;
}

#effs-loading-progress span {
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 12px;
    transform: translateX(-50%);
}

#arts-fill-color {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 0px;
}

#videoWrp {
    float: left;
    margin: 10px;
    text-align: center;
    position: relative;
}

#videoWrp #snapshotPreview {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #EAEAEA;
    box-shadow: 3px 3px 10px 0 #CCCCCC;
    width: 600px;
    height: 450px;
}

#videoWrp video,#design-content-inner video {
    background: #CCCCCC url('access_camera.jpg') no-repeat center center;
    border: 1px solid #EAEAEA;
    box-shadow: 3px 3px 10px 0 #CCCCCC;
    width: 600px;
    height: 450px;
}

#design-content-inner video {
    position: absolute;
    top: 0px;
    left: 0px;
}

#videoWrp #fun-btn-video span {
    margin: 20px;
}

#list-video-shoted-wrp {
    float: left;
    height: 500px;
    margin-top: 10px;
    width: 170px;
}

#list-video-shoted {
    float: left;
    min-height: 500px;
    width: 150px;
    margin-left: 20px;
}

#list-video-shoted span {
    clear: both;
    float: left;
    height: 90px;
    padding-bottom: 0px;
    width: 120px;
    position: relative;
}

#list-video-shoted span canvas {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 5px solid #fff;
    box-shadow: 3px 3px 10px 0 #CCCCCC;
    height: 90px;
    width: 120px;
    border-radius: 5px;
}

.drag-item .fillColor-ctrl {
    border-radius: 10px 10px 10px 10px;
    bottom: -8px;
    font-size: 0;
    height: 15px;
    left: -15px;
    opacity: 0.8;
    position: absolute;
    width: 12px;
    display: none;
    background: #000;
}

#notLike-wrp,#notLike-wrp input#send-request-btn {
    font-family: georgia;
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    margin: 30px auto;
    padding: 10px 0;
    text-align: center;
    width: 600px;
}

#notLike-wrp input#send-request-btn {
    background: #D5EEFF;
    height: 30px;
    margin: 0;
    padding: 0 8px;
    width: auto;
}

#send-request-btn {
    cursor: pointer;
}

#notLike-wrp input#send-request-btn:hover {
    background: #a8dafc;
}

#iph_asw-wrp {
    width: 500px;
    float: left;
    max-height: 100%;
    overflow: auto;
}

#iph__asw-body {
    float: left;
    width: 500px;
}

#iph__asw-body span {
    background: #fff;
    float: left;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    width: 65px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all 250ms ease;
}
#iph__asw-body span.loadmore {
    color: #fff;
    background: #d43fa9;
}
#iph__asw-body span.loadmore:hover {
    background: #962174;
}
#__asw-i-signs span {
    width: 130px;
}

#__asw-i-signs span canvas {
    max-width: 130px !important;
}

#iph__asw-body span:hover {
    transform: scale(1.2);
}

#__asw-icons {
    float: right;
    background: #2a3f54;
    height: 100%;
}

#__asw-icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#__asw-icons ul li {
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0;
    text-align: left;
    width: 100px;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.09);
    color: #aaa;
    transition: all 250ms ease;
}

#__asw-icons ul li._fnTabLabelActive,#__asw-icons ul li:hover {
    background: #d43fa9;
    color: #fff;
}

#fn-btn-preview li {
    clear: both;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 60px;
    line-height: 20px;
    margin-bottom: 20px;
    opacity: 0.5;
    width: 60px;
    position: relative;
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -o-transition: all;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 250ms;
    -ms-transition: all;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 250ms;
}

#fn-btn-preview li span {
    background: url("icons.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #000;
    cursor: pointer;
    display: block;
    height: 50px;
    width: 60px;
    font-size: 0px;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 650ms;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 650ms;
    -o-transition: all;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 650ms;
    -ms-transition: all;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 650ms;
}

#fn-btn-preview li:hover {
    opacity: 1;
    font-size: 12px;
    color: #fff;
}

#fn-btn-preview li:hover span {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#fn-btn-preview li.prv-effect span {
    background-position: 8px -673px;
}

#fn-btn-preview li.prv-comment span {
    background-position: 7px -724px;
    position: relative;
}

#fn-btn-preview li.prv-comment div {
    color: #FFFFFF;
    font-size: 12px;
    left: 60px;
    opacity: 0;
    position: absolute;
    text-align: right;
    top: -15px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 100000000;
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -o-transition: all;
    -o-transition-timing-function: ease-out;
    -o-transition-duration: 300ms;
    -ms-transition: all;
    -ms-transition-timing-function: ease-out;
    -ms-transition-duration: 300ms;
}

#fn-btn-preview li.prv-comment:hover div {
    opacity: 1;
    width: 300px;
    height: 150px;
}

#fn-btn-preview li.prv-comment div textarea {
    height: 115px;
    width: 290px;
}

#fn-btn-preview li.prv-clearTags span {
    background-position: -57px -674px;
}

#fn-btn-preview li.prv-download span {
    background-position: -58px -725px;
}

.sys-colorPicker {
    margin-top: 5px;
}

.sys-colorPicker .extendRGBA {
    bottom: 12px;
    ; left: 10px;
    position: absolute;
}

.sys-colorPicker .extendRGBA select {
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    padding: 2px;
    width: 99%;
}

.sys-colorPicker .extendRGBA select option {
    padding: 15px 10px;
}

.sys-colorPicker .extendRGBA button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 2px;
    cursor: pointer;
    padding: 3px 7px;
    color: #fff;
}

.sys-colorPicker .extendRGBA button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}

.sys-colorPicker .extendRGBA input {
    font-size: 12px;
    padding: 1px;
    height: 20px;
    width: 25px;
    background: none;
    border: none;
}

#kc-color-picker-btn {
    position: absolute;
    width: 100%;
    top: 135px;
    left: 15px;
}

#kc-color-picker-btn button {
    border: none;
    padding: 5px 8px;
    text-align: center;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background: rgba(255, 255, 255, 0.14902);
    float: left;
    margin-right: 8px;
    font-size: 12px;
}

#kc-color-picker-btn button:hover {
    background: rgba(255, 255, 255, 0.25);
}

#kc-color-picker-btn div {
    width: 100%;
    height: 10px;
    display: block;
    clear: both;
}

#kc-color-picker-btn span.fix-std {
    float: left;
    margin: 0px 0 0 9px;
    height: 27px;
    width: 27px;
    cursor: pointer;
    border-radius: 27px;
}

#kc-color-picker-btn span.preset {
    float: left;
    margin: 5px 6px 0 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 2px;
}

#kc-color-picker-btn span:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}

#kc-color-picker-sldM {
    display: block;
    position: absolute;
    right: 40px;
    top: 0px;
    width: 38px;
    height: 211px;
    cursor: pointer;
    background: url("../jscolor/arrow.gif") no-repeat 0px 10px;
}

#kc-color-picker-sldBO {
    display: block;
    position: absolute;
    right: 14px;
    top: 0px;
    width: 38px;
    height: 211px;
    cursor: pointer;
    background: url("../jscolor/arrow.gif") no-repeat 0px 10px;
}

#kc-color-picker-sldO {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 211px;
    cursor: pointer;
    background: url("../jscolor/arrow.gif") no-repeat 0px 10px;
}

#kc-color-picker-sldBO {
    display: block;
    position: absolute;
    right: 14px;
    height: 101px;
    width: 15px;
    top: 15px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
    border-radius: 2px;
    background: url("../jscolor/opa.gif") 0% 0% / 100% no-repeat rgb(255, 255, 255);
}

#kc-color-picker-sldB {
    display: block;
    position: absolute;
    right: 55px;
    top: 15px;
    border-width: 0px;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

#kc-color-picker-padB {
    position: absolute;
    left: 15px;
    top: 15px;
    border-width: 0px;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

#kc-color-picker-padM {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 203px;
    height: 211px;
    cursor: crosshair;
    background: url("../jscolor/cross.gif") no-repeat;
}

#kc-color-picker-pad {
    width: 181px;
    height: 101px;
    border-radius: 2px;
    background-image: url("../jscolor/hs.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kc-color-picker-sld {
    overflow: hidden;
    width: 15px;
    height: 101px;
    border-radius: 2px;
}

#kc-color-picker-boxB {
    position: absolute;
    clear: both;
    z-index: 180000002;
    border-width: 0px;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, 0.34902) 2px 2px 10px;
    border-radius: 1px;
    background: rgba(70, 85, 89, 0.972549);
}

#effects-area-centre #effects-area ul li span {
    background: url('../images/eff_example_thumbn.jpg') no-repeat;
}

#effects-area-centre #effects-area ul li span.Original {
    background-position: 0 0;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Vintage {
    background-position: 0 -75px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Galaxy {
    background-position: 0 -150px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Ronny {
    background-position: 0 -225px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-SadRainning {
    background-position: 0 -300px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Tonny {
    background-position: 0 -375px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Gordon {
    background-position: 0 -450px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Purplegram {
    background-position: 0 -525px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Snowfall {
    background-position: 0 -607px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Lovebubbles {
    background-position: 0 -682px;
}

#effects-area-centre #effects-area ul li span.eff-thumbn-Dandelions {
    background-position: 0 -756px
}

/*
*	=================Cropper===============
*/

.imgCrop_wrap {
	/* width: 500px;   @done_in_js */
	/* height: 375px;  @done_in_js */
	position: relative;
	float:left;
	display: table;
	text-align:center;
}

/* an extra classname is applied for Opera < 9.0 to fix it's lack of opacity support */
.imgCrop_wrap.opera8 .imgCrop_overlay,
.imgCrop_wrap.opera8 .imgCrop_clickArea { 
	background-color: transparent;
}

.imgCrop_overlay {
	background-color: #000;
	opacity: 0.4;
	filter:alpha(opacity=40);
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
}

.imgCrop_selArea {
	position: absolute;
	/* @done_in_js 
	top: 20px;
	left: 20px;
	width: 200px;
	height: 200px;
	background: transparent url(castle.jpg) no-repeat  -210px -110px;
	*/
	cursor: move;
	z-index: 12;
}

/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */
.imgCrop_clickArea {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.01;
	filter:alpha(opacity=01);
}
.imgCrop_info{
	background: rgba(250,250,250,0.7);
    float: left;
    font-family: arial;
    font-size: 10px;
    height: 10px;
    left: 0;
    line-height: 10px;
    padding: 2px 3px;
    position: absolute;
    top: 0;
}
.imgCrop_marqueeHoriz {
	position: absolute;
	width: 100%;
	height: 1px;
	background: transparent url('../images/marqueeHoriz.gif') repeat-x 0 0;
	z-index: 3;
}

.imgCrop_marqueeVert {
	position: absolute;
	height: 100%;
	width: 1px;
	background: transparent url('../images/marqueeVert.gif') repeat-y 0 0;
	z-index: 3;
}

/* 
 *  FIX MARCHING ANTS IN IE
 *	As IE <6 tries to load background images we can uncomment the follwoing hack 
 *  to remove that issue, not as pretty - but is anything in IE?
 *  And yes I do know that 'filter' is evil, but it will make it look semi decent in IE
 *
* html .imgCrop_marqueeHoriz,
* html .imgCrop_marqueeVert {
	background: transparent;
	filter: Invert; 
}
* html .imgCrop_marqueeNorth { border-top: 1px dashed #000; }
* html .imgCrop_marqueeEast  { border-right: 1px dashed #000; }
* html .imgCrop_marqueeSouth { border-bottom: 1px dashed #000; }
* html .imgCrop_marqueeWest  { border-left: 1px dashed #000; }
*/

.imgCrop_marqueeNorth { top: 0; left: 0; }
.imgCrop_marqueeEast  { top: 0; right: 0; }
.imgCrop_marqueeSouth { bottom: 0px; left: 0; }
.imgCrop_marqueeWest  { top: 0; left: 0; }


.imgCrop_handle {
	position: absolute;
	border: 1px solid #333;
	width: 6px;
	height: 6px;
	background: #FFF;
	opacity: 0.4;
	filter:alpha(opacity=40);
	z-index: 4;
}

/* fix IE 5 box model */
* html .imgCrop_handle {
	width: 8px;
	height: 8px;
	wid\th: 6px;
	hei\ght: 6px;
}

.imgCrop_handleN {
	top: -3px;
	left: 50%;
	/* margin-left: 49%;    @done_in_js */
	cursor: n-resize;
}

.imgCrop_handleNE { 
	top: -3px;
	right: -3px;
	cursor: ne-resize;
}

.imgCrop_handleE {
	top: 50%;
	right: -3px;
	/* margin-top: 49%;    @done_in_js */
	cursor: e-resize;
}

.imgCrop_handleSE {
	right: -3px;
	bottom: -3px;
	cursor: se-resize;
}

.imgCrop_handleS {
	left: 50%;
	bottom: -3px;
	/* margin-right: 49%; @done_in_js */
	cursor: s-resize;
}

.imgCrop_handleSW {
	left: -3px;
	bottom: -3px;
	cursor: sw-resize;
}

.imgCrop_handleW {
	top: 50%;
	left: -3px;
	/* margin-top: 49%;  @done_in_js */
	cursor: w-resize;
}

.imgCrop_handleNW {
	top: -3px;
	left: -3px;
	cursor: nw-resize;
}

/**
 * Create an area to click & drag around on as the default browser behaviour is to let you drag the image 
 */
.imgCrop_dragArea {
	z-index: 200;
	position: relative;
	cursor: crosshair;
	top: 0;
	left: 0;
	margin: 0px;
	display:inline-block;
	float:left;
	background: url("../images/grid.png") repeat scroll 0 0 #EAEAEA;
	overflow: hidden;
}
.imgCrop_dragArea canvas{
	float: left;
	transform-origin: top left !important;
}
.imgCrop_dragArea  img{
	float:left;
}
.imgCrop_previewWrap {
	/* width: 200px;  @done_in_js */
	/* height: 200px; @done_in_js */
	overflow: hidden;
	position: relative;
}

.imgCrop_previewWrap img {
	position: absolute;
}

.imgCrop_clickArea_scan{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
}
#crop-image-area{
	float:left;
	display:none;
}
.imgCrop_wrap button{
	line-height: 50px;
	font-size: 13px;
	margin: 0px;
	float: left;
	width: 50%;
	border: none;
	height: 50px;
	cursor: pointer;
	background: #182a3c;
	color: #aaa;
	text-transform: capitalize;
}
.imgCrop_wrap button:hover{
	background: #0c1721;
}
.imgCrop_wrap button i{position: relative;bottom: -2px;}
.imgCrop_wrap button.apply{
	background: #d43fa9;
	color: #fff;
}
.imgCrop_wrap button.apply:hover{
	background: #8a1f6b;
}


#iphotor-processing{
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    color: #555;
    text-align: center;
    height: 100%;
    width: 100%;
    align-items: center;
    z-index: 10000000;
    max-height: 100vh;
    opacity:0;
    display: none;
    transition: opacity 250ms ease;
}
#iphotor-processing h3.mesg {
    font-weight: 300;
    font-size: 22px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 50px 50px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 1px;
    line-height: 32px;
}
#iphotor-processing h3.mesg i {
    font-size: 45px;
    margin: 20px;
    display: inline-block;
}
#iphotor-processing h3.mesg.error i{
    color: #DC4D4D;
}
#iphotor-processing h3.mesg.success i{
    color: #66f566;
}
#iphotor-processing .ibtn{
	font-size: 16px;
	float: none;
	height: 44px;
	padding: 0 25px;
	margin-top: 20px;
}
span.kc-loader {
    animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite kc-spinner;
    -webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite kc-spinner;
    display: inline-block;
    height: 50px;
    margin: 20px;
    width: 50px;
    background: url(../images/loader.png) center center no-repeat;
    background-size: 50px 50px;
}
@keyframes kc-spinner {
  0% {
      transform: scale(1) rotate(0deg);
      -o-transform: scale(1) rotate(0deg);
  }
  100% {
      transform: scale(1) rotate(720deg);
      -o-transform: scale(1) rotate(720deg);
  }
}

@-webkit-keyframes kc-spinner {
  0% {
      -webkit-transform: scale(1) rotate(0deg);
  }
  100% {
     -webkit-transform: scale(1) rotate(720deg);
  }

}