﻿body {
    color: #515151;
    /*padding-top: 120px !important;*/
}

/*---Page Overlay---*/
.page-overlay {
    /*background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    padding: 50px 0;
    display: none;
    z-index: 1090;
    position: fixed;
    top: 0;*/
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: 2100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

body.overlay--active .page-overlay {
    /*display: block;*/
    left: 0;
    opacity: 1;
}

body.overlay--active.nav-overlay .page-overlay {
    /*display: block;*/
    left: 0;
    opacity: 1;
    z-index: 2030;
}

body.overlay--active,
.no-overflow {
    overflow: hidden;
}
/*---Page Overlay---*/

.hide {
    display: none !important;
}

.nonizmopaddingfix {
    padding: 12px !important;
}

#livechat {
    width: 100px;
    height: 40px;
    background-color: #0093C6;
    font-size: 14px;
    color: white;
    position: fixed;
    top: 50%;
    right: -30px;
    margin: -20px 0 0 0;
    padding: 8px;
    transform: rotate(90deg);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    z-index: 1050;
    box-shadow: 0 0 3px #000;
}

#livechat:hover {
    cursor: pointer;
}

#livechat i {
    margin: 3px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: landscape) {

    #livechat {
        top: 80%;
    }
}

/*---//---*/

.container-fluid {
    padding: 0 60px !important;
}

@media (min-width: 1400px) {
    .container-fluid {
        padding: 0 80px !important;
    }
}