@font-face {
    font-family: "FontBold";
    font-style: normal;
    font-weight: 500;
    src: url("Fonts/PantonMtav3-Bold.otf") format("opentype");
}

@font-face {
    font-family: "FontExtraBold";
    font-style: normal;
    font-weight: 500;
    src: url("Fonts/PantonMtav3-ExtraBold.otf") format("opentype");
}

@font-face {
    font-family: "FontRegular";
    font-style: normal;
    font-weight: 500;
    src: url("Fonts/PantonMtav3-Regular.otf") format("opentype");
}

@font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    src: url("Fonts/icomoon.eot?") format("eot"), url("Fonts/icomoon.ttf") format("truetype"), url("Fonts/icomoon.woff") format("woff"), url("Fonts/icomoon.svg#icomoon") format("svg");
}

@font-face {
    font-family: "pnr";
    font-style: normal;
    font-weight: 500;
    src: url("Fonts/pantonnusx3-regular.ttf") format("truetype");
}

@font-face {
    font-family: "pnb";
    font-style: normal;
    font-weight: 500;
    src: url("Fonts/pantonnusx3-bold.ttf") format("truetype");
}

[class^="ico-"], [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-dram:before {
    content: "\e900";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    margin: 0;
    padding: 0;
    background-size: auto;
    background-color: white;
}

@media screen and (max-width: 750px) and (min-width: 320px) {
    body {
        background-color: black;
        padding-bottom: 90px;
        background-color: white;
    }
}

.container {
    width: 940px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) and (min-width: 320px) {
    .container {
        width: 100%;
        background-size: auto;
    }
}

#_blankPageWhileLoading {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 99;
}

.HeaderpanelKant {
    display:  none;
}

.thumb__img {
    border: 0px solid #ffffff0f !important;
  }

@media screen and (max-width: 750px) and (min-width: 320px) {
  .thumb__img {
    border: 0px solid #ffffff0f !important;
  }
  .thumb__header {
    text-align: center;
    font-size: 3.4vw;
  }
}

.hd {
    display:  none !important; 
}