* {
    margin: 0;
    outline: none;
}
html {
    margin: 0 !important;
    box-sizing: border-box;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    overflow: hidden;
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    font-size: 16px;
}
body::before,
body::after {
    background-color: transparent;
    box-shadow: none;
    height: 0 !important;
}
a,
a:active,
a:hover,
a:focus,
a:visited {
    outline: none;
    color: #FFFFFF;
    background-color: transparent;
}
#db-switcher {
    background-color: #000000;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.db-switcher-child {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.db-switcher-left {
    justify-content: flex-start;
}
#branding {
    padding-left: 30px;
}
#branding img {
    vertical-align: top;
    height: 60px;
    width: inherit;
}
#responsive {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
}
#responsive a {
    background-size: 140px !important;
}
#responsive a.desktop, #responsive a.desktop:hover, #responsive a.desktop.current {
    background: url(../images/devices-demo-bar.png) no-repeat 0 0;
    width: 25px;
    height: 22px;
}
#responsive a.desktop:hover,
#responsive a.desktop.current {
    background-image: url(../images/devices-demo-bar-hover.png);
}
#responsive a.tabletlandscape, #responsive a.tabletlandscape:hover, #responsive a.tabletlandscape.current {
    background: url(../images/devices-demo-bar.png) no-repeat -32px 0;
    width: 28px;
    height: 17px;
}
#responsive a.tabletlandscape:hover, #responsive a.tabletlandscape.current {
    background-image: url(../images/devices-demo-bar-hover.png);
}
#responsive a.tabletportrait, #responsive a.tabletportrait:hover, #responsive a.tabletportrait.current {
    background: url(../images/devices-demo-bar.png) no-repeat -67px 0;
    width: 22px;
    height: 21px;
}
#responsive a.tabletportrait:hover, #responsive a.tabletportrait.current {
    background-image: url(../images/devices-demo-bar-hover.png);
}
#responsive a.mobilelandscape, #responsive a.mobilelandscape:hover, #responsive a.mobilelandscape.current {
    background: url(../images/devices-demo-bar.png) no-repeat -96px 0;
    width: 21px;
    height: 21px;
}
#responsive a.mobilelandscape:hover, #responsive a.mobilelandscape.current {
    background-image: url(../images/devices-demo-bar-hover.png);
}
#responsive a.mobileportrait, #responsive a.mobileportrait:hover, #responsive a.mobileportrait.current {
    background: url(../images/devices-demo-bar.png) no-repeat -125px 0;
    width: 22px;
    height: 21px;
}
#responsive a.mobileportrait:hover, #responsive a.mobileportrait.current {
    background-image: url(../images/devices-demo-bar-hover.png);
}
#frame-area {
    margin: 0 auto;
    padding-top: 60px;
    display: block;
    position: fixed;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.customize-support #frame-area {
    top: 30px !important;
}
/* Dropdown */
#dropdown {
    padding: 18px 20px 15px;
    width: 255px;
    position: relative;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
#dropdown ul {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0;
    display: none;
    background: #2b2b2b;
    list-style-type: none;
    left: 0;
    height: auto;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
}
#dropdown ul li {
    font-size: 0.9em;
}
#dropdown ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 11px 15px;
    background: #000000;
    border-bottom: solid 1px #101010;
}
#dropdown ul li a:hover {
    background: #414141;
}
.db-button-group {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap:10px;
}
.db-button-group .btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 8px;
    line-height: normal;
}
.btn-theme-download {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
}
.btn-theme-download:hover,
.btn-theme-download:focus {
    border-color: #89e791;
    color: #89e791;
}
.btn-theme-purchase {
    background: #36be41;
    border: solid 2px #89e791;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.btn-theme-purchase:hover,
.btn-theme-purchase:focus {
    background-color: #4CAF50;
    color: #fff;
}
.btn-close {
    color: #FFFFFF;
    text-decoration: none;
}
.btn-close:hover {
    color: #fff !important;
}
@media only screen and (max-width: 1200px) {
    .db-button-group .btn.btn-theme-download{
        display: none;
        width: auto;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (max-width: 991px) {
    #dropdown{
        display: none;
        width: auto;
        visibility: hidden;
        opacity: 0;
    }
}
@media only screen and (max-width: 640px) {
    #branding {
        padding-left: 0;
    }
    .db-button-group .btn.btn-theme-purchase {
        display: none;
        width: auto;
        visibility: hidden;
        opacity: 0;
    }
}