#wfd-link{
width: 71px;
height: 93px;
position: fixed;
top: 50px;
left: 0;
background: #c2e7eb !important;
z-index: 7000;
transition: all .3s linear;
}
#wfd-link.backgroungWhite{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/disabled-icon-black.png) no-repeat center !important;
border: 1px solid #000;
border-right: none;
}
#wfd-link.backgroundBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/disabled-icon-yellow.png) no-repeat center !important;
border: 1px solid #000;
border-right: none;
}
#wfd-link.backgroungWhite img{
display: none;
}
#loupeText{
font-weight: normal;
}
#wfd-link img{
display: block;
margin: auto 0;
transition: all .3s linear;
}
#wfd{
min-width: 340px;
position: fixed;
top: 15px;
left: -1000px;
transition: all 0.4s linear;	
z-index: 7000;
font-family: Arial;		
box-shadow: 0px 0px 15px #ccc;	
border-radius: 15px;		
height: 100%;
overflow: auto;	
}
#wfdPanel{
color: #000;
}
#wfd.active{
left: 0;
}
#wfd-link.active{
left: -64px;
}
#wfd a{
color: #231f20;
text-decoration: underline;
margin: 0 15px 10px;
}
#wfd a:hover{
text-decoration: none;
}
#textMagnifyingGlass{
z-index: 999999;
border: 2px solid #54c5d0;
padding: 5px;
background-color: rgba(255, 255, 255, 0.7);
box-shadow: 1px 1px 3px #000;
font-size: 2em;
position: absolute;
z-index: 9999;
display: flex;
align-items: center;
flex-direction: row;
justify-content: center;
} .wfdHeader{
height: 50px;
position: relative;
}
#wfd .wfdHeader #wfdClose{
position: absolute;
top: 10px;
right: 10px;
width: 15px;
height: 15px;
display: block;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/close.png) no-repeat center !important;
transition: all .3s linear;
}
#wfd .wfdHeader #wfdClose.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/close-yellow.png) no-repeat center !important;
}
#wfd .wfdHeader #wfdClose:hover{
transform: rotate(180deg);
}
#wfd .wfdHeader p{
float: left;
display: block;
margin: 0;	
line-height: 50px;
background: #9ee5ec;
color: #000;
font-size: 18px;
height: 50px;
width: 100%;
text-align: center;
border-top-right-radius: 15px;	
}
#wfd .wfdHeader a{
display: block;
float: right;
margin: 0;
width: 18%;
height: 50px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/go-webtime.png) no-repeat center #54c5d0 !important; 
}
#wfd .wfdHeader a.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/go-webtime-yellow.png) no-repeat center #54c5d0 !important; 
}
#wfd .wfdSection{
min-height: 50px;
overflow: hidden;
text-align: center;
position: relative;
background: rgba(255,255,255, 0.9);	
display: flex;
justify-content: center;
align-items: center;	
flex-direction: row-reverse;	
}
#wfd .loupe{
background: #dddcda;
color: #000;
}
#wfd .loupe i{
display: inline-block;
width: 21px;
height: 27px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/loupe.png) no-repeat;
margin: 0 0px -10px 10px;	
}
#wfd .wfdSection label{
font-size: 13px;
font-weight: normal;
display: block;
width: 33.33%;
cursor: pointer;
margin: 0;
border-right: 1px solid #ebebeb !important;	
}
#wfd .wfdSection label:focus, #wfd .wfdSection label:hover{
background: #54c5d0;
color: #fff;
}
#wfd .wfdSection label span{
display: block;
width: 100%;
}
#wfd .wfdSection label.wfd-text-block{
width: 100%;
line-height: 50px;
border: none;
}
#wfd .wfdSectionTitle{
line-height: 50px;
position: relative;
overflow: initial;	
}
#wfd .wfdSectionTitle:after{
content: '';
position: absolute;
bottom: -7px;
left: 0;
height: 7px;
width: 100%;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/title-shadow.png) no-repeat;
background-size: cover;
}
#wfd .backgroundTitle{
background: #e8d782;
color: #fff;
}
#wfd .textTitle{
background: #9bcfae;
color: #fff;
}
#wfd .mouseTitle{
background: #c5da9a;
color: #fff;
}
#wfd .colorTitle{
background: #c09ece;
color: #fff;
}
#wfd .upgradeLink{
background: #f2b5ae;
}
#wfd .resetWfd{
background: #f7c4d2;	
}
#wfd .backgroundTitle i{
display: inline-block;
width: 32px;
height: 27px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/bg.png) no-repeat;
margin: 0 0 -10px 10px;
}
#wfd .textTitle i{
display: inline-block;
width: 62px;
height: 27px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/text-he.png) no-repeat;
margin: 0 -25px -7px 10px;	
}
#wfd .mouseTitle i{
display: inline-block;
width: 32px;
height: 27px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/mouse.png) no-repeat;
margin: 0 0px -3px 10px;	
}
#wfd .colorTitle i{
display: inline-block;
width: 32px;
height: 27px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color.png) no-repeat;
margin: 0 0px -7px 10px;	
}
input[type="text"]#colorBackground, input[type="text"]#colorTitle, input[type="text"]#colorText{
display: none;
}
#wfd .wfdSection input[type="button"]{
width: 0;
height: 0;
border: none;
padding: 0;
}
#wfd .wfdSection input[type="image"]{
display: block;
margin: 5px auto 0;
}
#wfd .wfdSection input[type="text"]{
background: none;
width: 0;
height: 0;
border: none;
padding: 0;	
overflow: hidden;
}
#wfd .wfdSection .section-icon{
display: inline-block;
width: 30px;
height: 30px;
position: relative;
margin: 0 0px -10px 10px;	
}
.wfdFooter{
background: #c2e7eb !important;
color: #000;
text-align: center;
padding: 20px 10px 20px;
border-bottom-right-radius: 15px;	
} #wfd .loupe-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/loupe.png) no-repeat center !important;
}
#wfd .text-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/text-icon.png) no-repeat center !important;
}
.wfd-ru #wfd .text-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/text-icon-ru.png) no-repeat center !important;
}
#wfd .background-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/background-icon.png) no-repeat center !important;
}
#wfd .custom-color-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/custom-background.png) no-repeat center !important;
}
#wfd .cursor-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/cursor-icon.png) no-repeat center !important;
}
#wfd .link-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/link.png) no-repeat center !important;
}
#wfd .upgrade-font-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/upgrade-font.png) no-repeat center !important;
}
#wfd .reset-all-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/reset-all.png) no-repeat center !important;
}
#wfd .wfd-help-icon{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/help-icon.png) no-repeat center !important;
}
#wfd .color-text-icon:before{
content: '';
display: block;
margin: 0 auto;
width: 18px;
height: 16px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-text.png) no-repeat center !important;
}
#wfd .color-title-icon:before{
content: '';
display: block;
margin: 0 auto;
width: 18px;
height: 16px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-title.png) no-repeat center !important;
}
#wfd .color-background-icon:before{
content: '';
display: block;
margin: 0 auto;
width: 18px;
height: 16px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-background.png) no-repeat center !important;
}
.outline{
outline: 2px solid #54c5d0 !important;
transition: all .3s linear !important;
}
a:focus{
outline: 2px solid #54c5d0 !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;
} .wfd-ru img.wfdBlack, .wfdBlackFilter, .wfdBlack:after, .wfdBlack:before{
-webkit-filter: grayscale(100%) !important;
}
iframe.wfdBlack{
-webkit-filter: grayscale(100%) !important;
}
.wfdBlack, .wfd-ru .wfdBlack:after, .wfd-ru .wfdBlack:before{
q-webkit-filter: grayscale(100%);
color: yellow !important;	
background-color: #000 !important;
border-color: yellow !important;
}
.wfdBlack .headingBtn a:focus {
background: rgba(0, 0, 0, 0.75);
border-top: 1px solid #000;
color: yellow;
}
.wfdBlack a:focus{
outline: 2px solid yellow !important;
}
#wfd .loupe i.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/loupe-yellow.png) no-repeat center !important;
}
#wfd .text-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/text-icon-yellow.png) no-repeat center !important;
}
#wfd .text-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/text-icon-yellow-ru.png) no-repeat center !important;
}
#wfd .background-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/background-icon-yellow.png) no-repeat center !important;
}
#wfd .custom-color-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/custom-background-yellow.png) no-repeat center !important;
}
#wfd .cursor-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/cursor-icon-yellow.png) no-repeat center !important;
}
#wfd .link-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/link-icon-yellow.png) no-repeat center !important;
}
#wfd .upgrade-font-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/upgrade-font-yellow.png) no-repeat center !important;
}
#wfd .reset-all-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/reset-all-yellow.png) no-repeat center !important;
}
#wfd .wfd-help-icon.wfdBlack{
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/help-icon-yellow.png) no-repeat center !important;
}
#wfd .color-text-icon.wfdBlack:before{
content: '';
display: block;
margin: 0 auto;
width: 18px;
height: 16px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-text-yellow.png) no-repeat center !important;
}
#wfd .color-title-icon.wfdBlack:before{
content: '';
display: block;
margin: 0 auto;
width: 18px;
height: 16px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-title-yellow.png) no-repeat center !important;
}
#wfd .color-background-icon.wfdBlack:before{
content: '';
display: block;
margin: 0 auto;
width: 18px;
height: 16px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-background-yellow.png) no-repeat center !important;
}
.backgroundBlack  #wfd .wfdSection:before{
background-color: #000 !important;
} .wfdWhite{
-webkit-filter: grayscale(100%);
}
.backgroungWhite  #wfd .wfdHeader a{
background-color: #000 !important;
border: 1px solid #000;
}
.backgroungWhite  #wfd .wfdSection:before{
background-color: #fff !important;
}   .colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/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(/wp/wp-content/themes/twentyfourteen/wfd/images/colorpicker_overlay.png) !important;
}
.colorpicker_color div div {
position: absolute;
top: 0;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/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(/wp/wp-content/themes/twentyfourteen/wfd/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(/wp/wp-content/themes/twentyfourteen/wfd/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(/wp/wp-content/themes/twentyfourteen/wfd/images/colorpicker_rgb_r.png) !important;
top: 52px;
left: 212px;
}
.colorpicker_rgb_g {
background-image: url(/wp/wp-content/themes/twentyfourteen/wfd/images/colorpicker_rgb_g.png) !important;
top: 82px;
left: 212px;
}
.colorpicker_rgb_b {
background-image: url(/wp/wp-content/themes/twentyfourteen/wfd/images/colorpicker_rgb_b.png) !important;
top: 112px;
left: 212px;
}
.colorpicker_hsb_h {
background-image: url(/wp/wp-content/themes/twentyfourteen/wfd/images/colorpicker_hsb_h.png) !important;
top: 52px;
left: 282px;
}
.colorpicker_hsb_s {
background-image: url(/wp/wp-content/themes/twentyfourteen/wfd/images/colorpicker_hsb_s.png) !important;
top: 82px;
left: 282px;
}
.colorpicker_hsb_b {
background-image: url(/wp/wp-content/themes/twentyfourteen/wfd/images/colorpicker_hsb_b.png) !important;
top: 112px;
left: 282px;
}
.colorpicker_submit {
position: absolute;
width: 22px;
height: 22px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/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;
}   @media(max-width:1300px) {
#wfd{
min-width: 280px;
top: 0;
}
#wfd .wfdHeader p{
font-size: 14px;
height: 35px;
line-height: 35px;
}
.wfdHeader{
height: 35px;
}
#wfd .wfdSection{
min-height: 35px;
}
#wfd .wfdSection label.wfd-text-block{
line-height: 35px;
}
#wfd .wfdSectionTitle{
line-height: 40px;
}
.wfdFooter{
padding: 5px 10px;
}
#wfd .backgroundTitle i{
display: inline-block;
width: 23px;
height: 20px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/bg.png) no-repeat;
background-size: contain;
margin: 0 0 -2px 10px;		
}
#wfd .textTitle i {
display: inline-block;
width: 45px;
height: 18px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/text.png) no-repeat;
background-size: contain;
margin: 0 -25px 2px 10px;
}	
#wfd .loupe i {
display: inline-block;
width: 14px;
height: 18px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/loupe.png) no-repeat;
background-size: contain;
margin: 0 0 -5px 10px;
}	
#wfd .mouseTitle i {
display: inline-block;
width: 13px;
height: 20px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/mouse.png) no-repeat;
background-size: contain;
margin: 0 0px 3px 10px;
}	
#wfd .colorTitle i {
display: inline-block;
width: 20px;
height: 19px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color.png) no-repeat;
background-size: contain;
margin: 0 0px 0px 10px;
}	
#wfd .upgrade-font-icon {
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/upgrade-font.png) no-repeat center !important;
background-size: contain !important;
width: 25px !important;
}	
#wfd .link-icon {
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/link.png) no-repeat center !important;
background-size: contain !important;
width: 20px !important;
}
#wfd .reset-all-icon {
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/reset-all.png) no-repeat center !important;
background-size: contain !important;
width: 15px !important;
}	
#wfd .color-background-icon:before {
content: '';
display: block;
margin: 5px auto 0;
width: 15px;
height: 15px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-background.png) no-repeat center !important;
background-size: contain !important;
}	
#wfd .color-title-icon:before {
content: '';
display: block;
margin: 5px auto 0;
width: 13px;
height: 15px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-title.png) no-repeat center !important;
background-size: contain !important;
}	
#wfd .color-text-icon:before {
content: '';
display: block;
margin: 5px auto 0;
width: 14px;
height: 15px;
background: url(/wp/wp-content/themes/twentyfourteen/wfd/img/color-text.png) no-repeat center !important;
background-size: contain !important;
}	
#wfd .wfdSection input[type="image"]{
max-width: 15px;
}
}
@media(max-width:600px) {
#wfd-link{
display: none !important;
}
}