@font-face {
    font-family: 'Albertus MT Std Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Albertus MT Std Regular'), url('../fonts/AlbertusMTStd.woff') format('woff');
}


@font-face {
    font-family: 'Albertus MT Std Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Albertus MT Std Italic'), url('../fonts/AlbertusMTStdItalic.woff') format('woff');
}


@font-face {
    font-family: 'Albertus MT Std Light';
    font-style: normal;
    font-weight: normal;
    src: local('Albertus MT Std Light'), url('../fonts/AlbertusMTStdLight.woff') format('woff');
}

body {
    padding: 0px;
    margin: 0px;
    background: transparent;
}

.clear { clear: both; }
.ray {
    background: url(../images/ray.png) no-repeat;
    width: 249px;
    height: 266px;
    position: absolute;
    left: 170px;
    top: 30px;
    animation: ray 14s infinite linear;
    transform: rotate(0deg);
    opacity: 0.6;
}
@keyframes ray {
    0% {
        transform: rotate(0deg);
}
    100% {
        transform: rotate(360deg);
}
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.sparks { position: absolute; width: 100%; bottom: 280px; }

.sparks > div { position: absolute; }

.sparks .spark_1 { background: url(../images/spark_1.png) no-repeat; width: 764px; height: 313px; right: 0; bottom: -120px; transform: scale(0.6); opacity: 0; animation: spark-1 4s linear infinite; animation-delay: 1s; }

@keyframes spark-1 { 0% { bottom: -320px; transform: scale(0.6); opacity: 1; }
    25% { bottom: -240px; transform: scale(0.7); opacity: 1; }
    50% { bottom: -160px; transform: scale(0.8); opacity: 1; }
    75% { bottom: -80px; transform: scale(0.9); opacity: 0.5; }
    to { bottom: 0; transform: scale(1); opacity: 0; } }
.sparks .spark_2 { background: url(../images/spark_2.png) no-repeat; width: 149px; height: 335px; right: 230px; bottom: -320px; transform: scale(0.6); animation: spark-1 4s linear infinite; animation-delay: 2s; opacity: 0; }

.sparks .spark_3 { background: url(../images/spark_3.png) no-repeat; width: 128px; height: 165px; right: 280px; bottom: -140px; transform: scale(0.6); animation: spark-3 4s linear infinite; animation-delay: 2s; opacity: 0; }

@keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 1; }
    25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
    50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
    75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
    to { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

.sparks .spark-big { background: url(../images/spark_4.png) no-repeat; width: 794px; height: 176px; right: 0; bottom: -180px; transform: scale(0.6); animation: spark-5 4s linear infinite; opacity: 0; }

@keyframes spark-5 { 0% { bottom: -180px; transform: scale(0.6); opacity: 1; }
    25% { bottom: -120px; transform: scale(0.7); opacity: 1; }
    50% { bottom: -60px; transform: scale(0.8); opacity: 1; }
    75% { bottom: 0; transform: scale(0.9); opacity: 0.5; }
    to { bottom: 60px; transform: scale(1); opacity: 0; } }

.launcher {
    background: url("../images/bg.png") no-repeat top center;
    width: 810px;
    height: 580px;
    position: relative;
    -webkit-user-select: none;
    -webkit-app-region: drag;
    overflow: hidden;
}
.launcher .buttons {
    background: url('../images/sprite-buttons.png') no-repeat top center;
    width: 15px;
    height: 443px;
    position: absolute;
    left: 15px;
    top: 20px;
}
.launcher .buttons .home {
    background: url('../images/icon-home.png');
    width: 43px;
    height: 43px;
    position: relative;
    margin: 162px 0px 0px 0px;
    left: -14px;
    -webkit-app-region: no-drag;
}
.launcher .buttons .home:hover {
    transform: scale(1);
    animation: pulse 2s infinite;
}
.launcher .buttons .user {
    background: url('../images/icon-register.png');
    width: 43px;
    height: 43px;
    position: relative;
    margin: 0px 0px 0px 0px;
    left: -14px;
    -webkit-app-region: no-drag;
}
.launcher .buttons .user:hover {
    transform: scale(1);
    animation: pulse 2s infinite;
}
.launcher .buttons .settings {
    background: url('../images/icon-settings.png');
    width: 43px;
    height: 43px;
    position: relative;
    margin: 0px 0px 0px 0px;
    left: -14px;
    -webkit-app-region: no-drag;
    cursor: pointer;
}
.launcher .buttons .settings:hover {
    transform: scale(1);
    animation: pulse 2s infinite;
}
.launcher .minimizer {
    background: url('../images/minimizer.png') 0 0 no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 50px;
    top: 35px;
    opacity: 0.57;
    cursor: pointer;
    -webkit-app-region: no-drag;
}
.launcher .minimizer:hover {
    opacity: 1;
}

.launcher .closed {
    background: url('../images/closed.png') 0 0 no-repeat;
    width: 48px;
    height: 54px;
    top: 5px;
    position: absolute;
    right: 18px;
    cursor: pointer;
    -webkit-app-region: no-drag;
}
.launcher .closed:hover {
    filter: brightness(150%);
}
.launcher .logo {
    /* background: url("../images/logo.png"); */
    width: 404px;
    height: 334px;
    top: 135px;
    margin: 40px auto 0px;
    position: relative;
    z-index: 100;
}
@keyframes fadeInAndSlide {
    0% {
        transform: translateY(-50px) rotate(45deg);
    opacity: 0;
}
    60% {
        transform: translateY(0) rotate(0deg);
    opacity: 1;
}
    100% {
        transform: translateY(0) rotate(0deg);
    opacity: 1;
}
}

.launcher .logo .one {
    background: url('../images/logo-1.png') no-repeat top center;
    width: 192px;
    height: 173px;
    position: absolute;
    animation: fadeInAndSlide 1s ease-in-out;
}

.launcher .logo .two {
    background: url('../images/logo-2.png') no-repeat top center;
    width: 170px;
    height: 224px;
    position: absolute;
    margin: 13px 0px 0px 106px;
    animation: fadeInAndSlide 1s ease-in-out 0.3s;
}

.launcher .logo .three {
    background: url('../images/logo-3.png') no-repeat top center;
    width: 186px;
    height: 167px;
    position: absolute;
    margin: 6px 0px 0px 189px;
    animation: fadeInAndSlide 1s ease-in-out 0.6s;
}
.launcher .winmode {
	position: relative;
	top: 70px;
	left: 55px;
	-webkit-app-region: no-drag;
}
.launcher .winmode .container {
    width: auto;
    display: block;
    position: relative;
    padding-left: 53px;
	padding-top: 11px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #fff;
	font-family: "Albertus MT Std Regular";
}

.launcher .winmode input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.launcher .winmode .checkwin {
    position: absolute;
    top: -1px;
    left: 0;
    height: 43px;
    width: 43px;
    background: url('../images/checkbox.png') no-repeat;
}

.launcher .winmode .checkwin:after {
    content: "";
    position: absolute;
    display: none;
}

.launcher .winmode .container input[type="checkbox"]:checked ~ .checkwin:after {
    display: block;
}

.launcher .winmode .container .checkwin:after {
    left: 17px;
    top: 15px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.launcher .start {
    background: url("../images/start.png");
    width: 267px;
    height: 112px;
    position: relative;
    top: 37px;
    margin: 18px 0px 0px 263px;
    z-index: 100;
    cursor: pointer;
    -webkit-app-region: no-drag;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.launcher .start:hover {
    filter: brightness(120%);
    transform: scale(1.05);
}

.launcher .box-settings {
    position: absolute;
    background: url("../images/settings.png");
    width: 344px;
    height: 446px;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    -webkit-app-region: no-drag;
    display: none;
}
.launcher .box-settings .closed {
    right: -10px;
    top: -10px;
}
.launcher .box-settings .title {
    font-family: "Albertus MT Std Regular";
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: 30px 0px 25px 0px;;
}
.launcher .box-settings .separator {
    width: 90%;
    margin: 20px auto;
    background-color: #0b0c0c;
    height: 1px;
}
.launcher .box-settings .form-group {
    margin: 10px auto 0px;
    display: flex;
    align-items: center;
    justify-items: center;
}
.launcher .box-settings .form-group.form-50 {
    width: 50%;
    display: inline-block;
    float: left;
}
.launcher .box-settings .form-group label {
    font-family: "Albertus MT Std Regular";
    color: #39393a;
    font-weight: 400;
    font-size: 14px;
    width: 90px;
    text-align: left;
    margin: 0px 0px 0px 25px;
}
.launcher .box-settings .form-group input[type="text"] {
    background: #060607;
    border: 2px solid #39393a;
    outline: none;
    line-height: 20px;
    color: #fff;
    font-family: "Albertus MT Std Regular";
    font-size: 14px;
    padding: 3px 8px;
    width: 180px;
}
.launcher .box-settings .form-group select {
    background: #060607;
    border: 2px solid #39393a;
    outline: none;
    line-height: 21px;
    color: #fff;
    font-family: "Albertus MT Std Regular";
    font-size: 14px;
    padding: 3px 8px 4px 8px;
    width: 200px;
}
.launcher .box-settings .form-group .container {
    width: auto;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.launcher .box-settings .form-group input[type="radio"], .launcher .box-settings .form-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.launcher .box-settings .form-group .checkradio {
    position: absolute;
    top: -2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

.launcher .box-settings .form-group .container input[type="radio"] ~ .checkradio {
    border: 1px solid #060607;
    background-color: #39393a;
}

.launcher .box-settings .form-group .checkradio:after {
    content: "";
    position: absolute;
    display: none;
}

.launcher .box-settings .form-group .container input[type="radio"]:checked ~ .checkradio:after {
    display: block;
}

.launcher .box-settings .form-group .container .checkradio:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.launcher .box-settings .form-group .checkbox {
    position: absolute;
    top: -1px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #060607;
    background-color: #39393a;
}

.launcher .box-settings .form-group .checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.launcher .box-settings .form-group .container input[type="checkbox"]:checked ~ .checkbox:after {
    display: block;
}

.launcher .box-settings .form-group .container .checkbox:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 6px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.launcher .box-settings .form-group input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 58%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
    margin: 0px 0px 0px 0px;
    border: none;
}

.launcher .box-settings .form-group input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background-color: #39393a;
    border: none;
    border-radius: 16px;
}

.launcher .box-settings .form-group input[type="range"]::-moz-range-track {
    height: 15px;
    background-color: #39393a;
    border-radius: 16px;
}

.launcher .box-settings .form-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #39393a;
    box-shadow: -407px 0 0 400px #fff;
}


.launcher .box-settings .form-group input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #39393a;
    border-radius: 50%;
    border: 1px solid #fff;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #39393a;
}

.launcher .box-settings .save {
    background: url('../images/save.png');
    width: 193px;
    height: 54px;
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    margin: 15px auto;
    transition: filter 0.3s ease, transform 0.3s ease;
}
.launcher .box-settings .save:hover {
    filter: brightness(120%);
    transform: scale(1.05);
}