@font-face {
    font-family: "GothamMedium";
    src: url('../fonts/ufonts.com_gotham-light-webfont.eot');
    src: url('../fonts/ufonts.com_gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ufonts.com_gotham-light-webfont.svg#Bauhaus 93') format('svg'),
    url('../fonts/ufonts.com_gotham-light-webfont.woff') format('woff'),
    url('../fonts/ufonts.com_gotham-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'GothamMedium';
}

body, h1, h2, h3, p { font-family: 'GothamMedium';}

body{
    font-size: 15px;
    font-family: 'GothamMedium';
    font-weight: 300;
    background: #191919;
    color: #fff;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track-piece {
    background-color: #191919;
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 2px solid #191919;
    outline-offset: -2px;
    border: 2px solid #191919
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #9f9f9f;
    -webkit-border-radius: 4px
}

/**********************************/
/**********************************/

.enwHeader{
    width: 100%;
    z-index: 100;
    background: #333;
    color: #fff;
}

.enwHeader button{
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    font-size: 25px;
    border: none;
    line-height: 56px;
    height: 50px;
    vertical-align: top;
    background: transparent;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

button:focus{
    outline: none;
}

/**********************************/
/**********************************/
.cbp-spmenu {
    background: #333;
    position: fixed;
    overflow: hidden;
}

.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu a {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.cbp-spmenu a:hover {
    background: #242424;
    text-decoration: none;
}

.cbp-spmenu a:active {
    background: #000000;
    color: #b6422b;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    padding: 10px 15px;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cbp-spmenu h3 {
    color: rgb(153, 153, 153);
    font-size: 17px;
    padding: 8px 5px 8px 10px;
    margin: 0;
    font-weight: 300;
    background: rgb(68, 68, 68);
    border-bottom-color: rgb(153, 153, 153);
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}


/*********************************/
/*********************************/

.footer{
    background: #333;
    color: #fff;
    position: relative;
    padding: 10px 0;
}

/********************************/
/********************************/

@media (max-width: 767px){
    
}

@media (min-width: 576px){
    
}

@media (min-width: 992px){
    
}

@media (min-width: 1200px){
   .container, .container-sm, .container-md, .container-lg, .container-xl {
       
    }  
}
