#CecutientWrapper {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    max-height: 180px;
    z-index: 99999;
    box-shadow: 0px 0px 5px #000;
    overflow: hidden;
    padding: 5px 0;
}

#CecutientBtn {
    cursor: pointer;
}

#CecutientBlock {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 35px;
}

#CecutientBlock div {
    margin-right: 20px;
}

#CecutientBlock:last-child {
    margin-right: 0px;
}

@media only screen and (max-width: 767px) {
    #CecutientBlock {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
    }
}

#CecutientOn,
#CecutientOff,
#ImageOn,
#ImageOff {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    padding: 0px;
    height: 20px;
    width: 50px;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    margin-top: -2px;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
}

#CecutientOn,
#ImageOff {
    display: inline-block;
}

#CecutientOff,
#ImageOn {
    display: none;
}

#SmallFonts,
#MediumFonts,
#BigFonts,
#SuperBigFonts,
#WhiteStyle,
#BlackStyle,
#BlueStyle,
#GreenStyle {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    margin-top: -2px;
    cursor: pointer;
}

#SmallFonts,
#MediumFonts,
#BigFonts,
#SuperBigFonts {
    border: 1px solid #000;
    color: #000;
}

#SmallFonts {
    font-size: 14px;
}

#MediumFonts {
    font-size: 19px;
}

#BigFonts {
    font-size: 24px;
}

#SuperBigFonts {
    font-size: 28px;
}

#WhiteStyle,
#BlackStyle,
#BlueStyle,
#GreenStyle {
    font-size: 18px;
}

#WhiteStyle {
    border: 1px solid #000;
    color: #000;
}

#BlackStyle {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}

#BlueStyle {
    border: 1px solid #063462;
    color: #063462;
    background-color: #9DD1FF;
}

#GreenStyle {
    border: 1px solid #A9E44D;
    color: #A9E44D;
    background-color: #3B2716;
}

#CecutientTop,
.CecutientTopMenu {
    display: none;
}

#CecutientTop {
    position: relative;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    font-size: 18px;
}

.SmallFonts {
    font-size: 14px !important;
    line-height: 16px !important;
}

.MediumFonts {
    font-size: 18px !important;
    line-height: 22px !important;
}

.BigFonts {
    font-size: 22px !important;
    line-height: 26px !important;
}

.SuperBigFonts {
    font-size: 28px !important;
}

#page .WhiteStyle,
.WhiteStyle #page *::after,
.WhiteStyle #page *::before {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    box-shadow: none !important;
}

#page .BlackStyle,
.BlackStyle #page *::after,
.BlackStyle #page *::before {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
}

#page .BlueStyle,
.BlueStyle #page *::after,
.BlueStyle #page *::before {
    background: #9DD1FF !important;
    color: #063462 !important;
    border-color: #063462 !important;
    box-shadow: none !important;
}

#page .GreenStyle,
.GreenStyle #page *::after,
.GreenStyle #page *::before {
    background: #3B2716 !important;
    color: #A9E44D !important;
    border-color: #A9E44D !important;
    box-shadow: none !important;
}

#page .WhiteStyle .nicdark_menu > li > a:after {
    color: #000 !important;
}

#page .BlackStyle .nicdark_menu > li > a:after {
    color: #fff !important;
}

#page .BlueStyle .nicdark_menu > li > a:after {
    color: #063462 !important;
}

#page .GreenStyle .nicdark_menu > li > a:after {
    color: #A9E44D !important;
}

#page .WhiteStyle.sub-menu li:first-child:before {
    color: #000 !important;
}

#page .BlackStyle.sub-menu li:first-child:before {
    color: #fff !important;
}

#page .BlueStyle.sub-menu li:first-child:before {
    color: #063462 !important;
}

#page .GreenStyle.sub-menu li:first-child:before {
    color: #A9E44D !important;
}

#page .WhiteStyle .container.menu-bg:before,
#page .WhiteStyle .container.menu-bg:after,
#page .WhiteStyle .bottom-bg:before,
#page .WhiteStyle .bottom-bg:after {
    display: none !important;
}

#page .BlackStyle .container.menu-bg:before,
#page .BlackStyle .container.menu-bg:after,
#page .BlackStyle .bottom-bg:before,
#page .BlackStyle .bottom-bg:after {
    display: none !important;
}

#page .BlueStyle .container.menu-bg:before,
#page .BlueStyle .container.menu-bg:after,
#page .BlueStyle .bottom-bg:before,
#page .BlueStyle .bottom-bg:after {
    display: none !important;
}

#page .GreenStyle .container.menu-bg:before,
#page .GreenStyle .container.menu-bg:after,
#page .GreenStyle .bottom-bg:before,
#page .GreenStyle .bottom-bg:after {
    display: none !important;
}
