html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Avenir Next', sans-serif;
    -webkit-font-smoothing: antialiased; and -moz-osx-font-smoothing: grayscale;
    /*margin-bottom: 500px; !* Margin bottom by footer height *!*/
    padding-top: 74px;
    background-color: #0B0B0B;
    color: #f4f5f9;
}

@media print {
    body {
        margin-bottom: 0;
        color: #1a1a1a;
    }
    .badge.badge-success{
        background-color: transparent !important;
        color: black !important;
        padding-top: 13px;
    }
    * {
        background-color: transparent !important;
    }
    .row {
        display: flex;
        justify-content: space-between;
    }
    .col-md-6{
        max-width: 50% !important;
    }
    .col-md-6.text-md-right{
        text-align: right !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid black !important;
    }
}

.container-fluid {
    padding: 0;
}

h1 {
    /*color: #1a1a1a;*/
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 2.25em;
    /*color: #1a1a1a;*/
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
}

h3 {
    /*color: #1a1a1a;*/
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
}

h4 {
    font-size: 1.5em;
    /*color: #1a1a1a;*/
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
}

/*p {*/
/*    color: #555;*/
/*}*/
a{
    color: #59BDE8;
}
.fade-enter-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.jumbotron {
    border-radius: 0;
}

.jumbotron.gradient-bg {
    background: #0B0B0B;
    /*background-image: linear-gradient(45deg, rgba(0,154,255,0.33) 0%, rgba(185,57,191,0.33) 64%, rgba(121,0,72,0.33) 100%);*/
    /*box-shadow: inset 0 -1px 6px 0 rgba(0,0,0,0.05);*/
}

.jumbotron.gradient-bg h1 {
    color: #fff;
}

.lead {
    font-weight : normal;
}

.jumbotron.gradient-bg .lead {
    color: #fff;
}

.navbar {
    display: flex;
    align-items: center;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
    transition: all 0.2s ease;
    height: 74px;
    min-height: 74px;
    line-height: 74px;
    padding: 0 20px;
}

.navbar #logo {
    display: inline-flex;
    background-image: url('../images/logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 159px;
    height: 32px;
    vertical-align: middle;
}

.navbar-solid {
    background-color: #0B0B0B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-transparent {
    width:100%;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    /*background-color: rgba(0, 0, 0, 0.10);*/
    background-color: #0B0B0B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-transparent #logo {
    background-image: url('../images/logo_white.svg');
}

.navbar-transparent .nav-item a {
    color: #fff;
}

.navbar-transparent .nav-item a:hover {
    color : #59BDE8;
}

.navbar-solid {
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.05);
}

.navbar-solid .nav-item a {
    color: #F4F5F9;
}

.navbar-solid .nav-item a:hover {
    color: #59BDE8;
}

.navbar-solid #logo {
    background-image: url('../images/logo_white.svg');
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler {
    padding: 0;
    padding-left: 22px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    z-index: 1000;
    border: none;
    background: transparent !important;
}

.navbar-toggler-icon {
    width: 64px;
    height: 64px;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #F4F5F9;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.nav-link {
    padding: 0;
    color: #444;
    transition: all 0.2s ease;
}

.nav-link:hover {
    color: #1a1a1a;
}

.navbar-transparent .nav-item.active a {
    color: #fff;
    background-color: #59BDE8;
}

.navbar-solid .nav-item.active {
    background-color: #59BDE8;
}

.navbar-solid .nav-item.active a {
    color: #fff;
}

.overlay {
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    background: rgba(25, 25, 25, 0.95);
    z-index:1000;
    display: none;
}

.btn {
    border-radius: 6px;
    padding: 10px 20px 10px 20px;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
}

.btn:hover {
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}

.btn-link:hover {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:focus, .btn.focus {
    box-shadow:none;
}

.btn-primary {
    background-color: #59BDE8;
    border: 0;
    padding: 11px 20px 11px 20px;
}

.btn-lg {
    font-size :100%;
}

.btn-xl {
    font-size :125%;
    padding: 12px 24px 12px 24px;
}

.btn-primary:hover {
    background-color: #59BDE8;
}

.btn-outline-primary {
    background-color: #161616;
    border: 1px solid #59BDE8;
    color: #59BDE8;
}

.btn-outline-primary:hover {
    border: 1px solid #59BDE8;
    color: #fff;
    background-color: #59BDE8;
}

.btn-outline-secondary {
    border: 1px solid #e5e5e5;
    color: #444;
    background-color: #fff;
}

.btn-outline-secondary:hover {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    color: #59BDE8;
}

.text-light {
    #fff;
}

.icon-arrow {
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('../images/icon_arrow.svg');
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.footer {

    background-color: #161616;
    padding: 84px 56px 0px 56px;
    color: #F4F5F9;
    font-size: 0.85em;
    /*position:absolute;*/
    bottom:0;
    width: 100%;
}

#footer-bottom {
    padding: 16px 0px;
    margin-top:84px;
    border-top: 1px solid #ddd;
}

.footer h4 {
    font-size: 1.175em;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
    margin-bottom: 1em;
}

.footer p {
    font-size: 1.05em;
    /*color: #555;*/
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
}

.footer a {
    color: #59BDE8;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 600;
}

.footer a:hover {
    color: #59BDE8;
    text-decoration: underline;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
    margin-bottom: 0.5em;
}

.footer .social-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    opacity: 0.85;
    transition: all 0.2s ease;
}

.footer .social-icon:hover {
    opacity: 1;
}

.footer #icon-facebook {
    background: url('../images/icon_fb.svg') no-repeat;
}

.footer #icon-instagram {
    background: url('../images/icon_ig.svg') no-repeat;
}

#jumbotron {
    margin-top:-100px;
    background-color: #000;
}

#jumbotron h1 {
    text-shadow: 0 0 6px rgba(0,0,0,0.10);
}

a.media-object {
    color : #f4f5f9;
    /*background-color : #FFF;*/

}

a.media-object:hover {
    text-decoration:none;
}

a.media-object > div {
    /*margin:-20px;*/
    font-size:15px;
    padding:10px;
    border-radius:5px;
    background-color : #161616;
}


/*a.media-object:hover > div {*/
/*    background-color: #f5f5f5;*/
/*}*/

.table-bordered{
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#shippingCalculatorCountrySelect{
    background-color: #161616;
    color: #F4F5F9;
}

.card{
    background-color: #161616;
    color: #F4F5F9;
}

.btn-link{
    color: #59BDE8;
}


@media screen and (max-width: 767px) {
    body {
        padding-top: 64px;
        margin-bottom: 0;
    }
    .navbar {
        height: 64px;
        min-height: 64px;
        line-height: 64px;
        padding: 0;
    }

    .navbar #logo {
        height: 28px;
    }

    .navbar-brand {
        margin-left: 16px;
    }

    .navbar-collapse {
        background-color: #0B0B0B;
        padding: 64px 0;
        position: relative;
        top: -64px;
    }

    .navbar-transparent .nav-item a {
        color: #1a1a1a;
    }

    .navbar-transparent .nav-item a:hover {
        color: #59BDE8;
    }

    .navbar-transparent .navbar-toggler.collapsed .icon-bar {
        background-color: #fff;
    }

    h1 {
        font-size: 1.5em;
    }

    .footer {
        padding: 0 24px;
        position: static;
    }

    #footer-top {
        padding: 40px 0;
    }

    #footer-bottom {
        line-height: 2;
        padding: 20px 0;
        margin-top: 0;
    }
}
