#acs-link{
	width: 136px;
	height: 36px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 7000;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #670a66;
	font-size: 23px !important;
	 border-bottom-left-radius:10px;
	line-height: 36px;
}

@media(max-width:800px){

#acs-link {
    bottom: 0;
    top: 526px;
    left: 0;
    background: url(../img/nagish.png) no-repeat top center #ec5ea8 !important;
    background-size: 100% 100%!important;
    width: 36px;
    height: 37px;
    text-indent: -9999999px;
    border-top-left-radius: 10px;
	}
}

#acs-link.backgroungWhite{
	border: 1px solid #000;
	border-right: none;
}

#acs-link.backgroundBlack{:;
}

#acs-link.backgroungWhite img{
	display: none;
}

#acs-link img{
	display: block;
	margin: 10px auto 0;
	transition: all .3s linear;
}

#acs{
	min-width: 340px;
	position: fixed;
	top: 0;
	right: -100%;
	transition: all 0.2s linear;
	z-index: 9999999;
	background: rgba(255,255,255, 1);
	box-shadow: 0px 0px 15px #ccc;
}

@media (max-width: 960px){
	#acs{
    top: 101px;
    height: 293px;
}
}


#acs.active{
	right: 0;
}

#acs-link.active{
}

#acs a{
	color: #231f20;
	text-decoration: underline;
	margin: 0 15px 10px;
}

#acs a:hover{
	text-decoration: none;
}

#textMagnifyingGlass{
	z-index: 999999;
	border: 2px solid #316DB4;
	position: absolute;
	padding: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 3px #000;
	font-size: 2em;
	line-height: 1;
}


/*acs Panel*/
.acsHeader{
	height: 60px;
	position: relative;
}

#acs .acsHeader #acsClose{
	position: absolute;
	top: 10px;
	right: 0;
	width: 15px;
	height: 15px;
	display: block;
	background: url('img/close.png') no-repeat center !important;
}

.backgroundBlack #acs .acsHeader #acsClose{
	background: url('img/close-yellow.png') no-repeat center !important;
}

#acs .acsHeader #acsClose:hover{
	transform: rotate(180deg);
}

#acs .acsHeader p{
	float: none;
	display: block;
	margin: 0;
	line-height: 60px;
	background: #670a66;
	color: #FFF;
	font-size: 23px;
	height: 59px;
	width: 100%;

	text-align: center;
	
}

#acs .acsHeader a{
	display: none;
}

.backgroundBlack #acs .acsHeader a{
	background: url('img/go-webtime-yellow.png') no-repeat center red !important; 
}

#acs .acsSection{
	overflow: hidden;
	text-align: center;
	position: relative;
}

.acsSection::after {
    content: "";
    clear: both;
    display: table;
}

#acs .acsSection:before{
	content: none;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18%;
	height: 100%;
	background-color: #316DB4 !important;
}

#acs .acsSection label{
	font-size: 16px !important;
	font-weight: normal;
	display: block;
	width: 100%;
	float: none;
	height: 100%;
	cursor: pointer;
	margin: 0;
	border-bottom: 1px solid #670a66;
	padding: 0 10px;
	padding: 11px;
}

#acs .acsSection label:focus, #acs .acsSection label:hover{
	color: #000;
	/* box-shadow: 0px 6px 16px -6px #4F4C4C; */
	position: relative;
}

b#loupeText {
    display: none;
}

#acs .acsSection label span{
	display: block;
	width: 100%;
	font-size: 16px !important;
	color:#000;
}

#acs .acsSection label.acs-text-block{
	width: 100%;
	border: none;
	border-bottom: 1px solid;
	color:#000;
}

label[for=acsHelp] {
    display: none !important;
    color: transparent;
}

#acs .acsSection input[type="button"]{
	width: 0;
	height: 0;
	border: none;
	padding: 0;
}

#acs .acsSection input[type="image"]{
	display: block;
	margin: 5px auto 0;
	display: none;
}

#acs .acsSection input[type="text"]{
	background: none;
	width: 0;
	height: 0;
	border: none;
	padding: 0;
	overflow: hidden;
	/* display: none; */
	margin: 0;
	position: absolute;
}

#acs .acsSection .section-icon{
	display: block;
	float: right;
	width: 18%;
	height: 60px;
	background-color: #316DB4 !important;
	position: relative;
	display: none;
}

.acsFooter{
	background: #316DB4 !important;
	color: #000;
	text-align: center;
	padding: 10px;
	display: none;
}

/*Icons*/
#acs .loupe-icon{
	background: url('img/loupe.png') no-repeat center !important;
}

#acs .text-icon{
	background: url('img/text-icon.png') no-repeat center !important;
}

.acs-ru #acs .text-icon{
	background: url('img/text-icon-ru.png') no-repeat center !important;
}

#acs .background-icon{
	background: url('img/background-icon.png') no-repeat center !important;
}

#acs .custom-color-icon{
	background: url('img/custom-background.png') no-repeat center !important;
}

#acs .cursor-icon{
	background: url('img/cursor-icon.png') no-repeat center !important;
}

#acs .link-icon{
	background: url('img/link-icon.png') no-repeat center !important;
}

#acs .upgrade-font-icon{
	background: url('img/upgrade-font.png') no-repeat center !important;
}

#acs .reset-all-icon{
	background: url('img/reset-all.png') no-repeat center !important;
}

#acs .acs-help-icon{
	background: url('img/help-icon.png') no-repeat center !important;
}

#acs .color-text-icon:before{
	content: none;
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 16px;
	background: url('img/color-text.png') no-repeat center !important;
}

#acs .color-title-icon:before{
	content: none;
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 16px;
	background: url('img/color-title.png') no-repeat center !important;
}

#acs .color-background-icon:before{
	content: none;
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 16px;
	background: url('img/color-background.png') no-repeat center !important;
}


.outline{
	outline: 2px solid red !important;
	transition: all .3s linear !important;
}



.headingBtn{
	margin: 0;
}

.headingBtn a{
	position: fixed;
	bottom: -200px;
	left: 0;
	width: 100%;
	overflow: hidden;
	transition: all .3s linear;
}

.headingBtn a:focus{
	z-index: 999999 !important;
	background: rgba(84, 197, 208, 0.75);
	padding: 35px 30px;
	margin: 0 !important;
	color: #fff;
	font-size: 20px;	
	width: 100%;
	bottom: 0 !important;
	left: 0 !important;
	color: #fff !important;
	border-top: 1px solid #000;
}

.underlineLink{
	text-decoration: underline !important; 
}

.upgradeFont{
	font-family: Arial !important;
}

/* Black background */
.acsBlack{
  -webkit-filter: grayscale(100%);
}

.backgroundBlack{
	background: none;
	background-color: rgb(0, 0, 0);
}

.colorBlack{
	color: yellow !important;
}

.backgroundBlack .headingBtn a:focus {
	background: rgba(0, 0, 0, 0.75);
	border-top: 1px solid #000;
	color: yellow;
}

.backgroundBlack a:focus{
	outline: 2px solid yellow !important;
}

.backgroundBlack #acs .loupe-icon{
	background: url('img/loupe-yellow.png') no-repeat center !important;
}

.backgroundBlack #acs .text-icon{
	background: url('img/text-icon-yellow.png') no-repeat center !important;
}

.acs-ru.backgroundBlack #acs .text-icon{
	background: url('img/text-icon-yellow-ru.png') no-repeat center !important;
}

.backgroundBlack #acs .background-icon{
	background: url('img/background-icon-yellow.png') no-repeat center !important;
}

.backgroundBlack #acs .custom-color-icon{
	background: url('img/custom-background-yellow.png') no-repeat center !important;
}

.backgroundBlack #acs .cursor-icon{
	background: url('img/cursor-icon-yellow.png') no-repeat center !important;
}

.backgroundBlack #acs .link-icon{
	background: url('img/link-icon-yellow.png') no-repeat center !important;
}

.backgroundBlack #acs .upgrade-font-icon{
	background: url('img/upgrade-font-yellow.png') no-repeat center !important;
}

.backgroundBlack #acs .reset-all-icon{
	background: url('img/reset-all-yellow.png') no-repeat center !important;
}

.backgroundBlack #acs .acs-help-icon{
	background: url('img/help-icon-yellow.png') no-repeat center !important;
}

.backgroundBlack #acs .color-text-icon:before{
	margin: 0 auto;
	width: 18px;
	height: 16px;
}

.backgroundBlack #acs .color-title-icon:before{
	display: block;
	height: 16px;
}

.backgroundBlack #acs .color-background-icon:before{
	content: '';
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 16px;
	background: url('img/color-background-yellow.png') no-repeat center !important;
}

.backgroundBlack  #acs .acsSection:before{
	background-color: #000 !important;
}

/* White background */
.acsWhite{
  -webkit-filter: grayscale(100%);
}

.backgroungWhite  #acs .acsHeader a{
	background-color: #000 !important;
	border: 1px solid #000;
}

.backgroungWhite  #acs .acsSection:before{
	background-color: #fff !important;
}

/*----------------------*/
/*    Color Picker      */
/*----------------------*/
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(images/colorpicker_background.png) !important;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	z-index:9999;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(images/colorpicker_overlay.png) !important;
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(images/colorpicker_select.gif) !important;
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(images/colorpicker_indic.gif) left top !important;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(images/colorpicker_hex.png) top !important;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(images/colorpicker_rgb_r.png) !important;
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(images/colorpicker_rgb_g.png) !important;
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(images/colorpicker_rgb_b.png) !important;
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(images/colorpicker_hsb_h.png) !important;
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(images/colorpicker_hsb_s.png) !important;
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(images/colorpicker_hsb_b.png) !important;
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(images/colorpicker_submit.png) top !important;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

.backgroungWhite{
	background: #fff;
}