/* html {
    background-color: #F3F7F8;;
} */

.db-content-href a {
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    color: #3f414c !important;
    text-decoration: none !important;
}

.db-content-href .box{
    box-shadow: inset -2px 0 0 #3f414c;
}

.db-content-href a:hover {
    color: #960518 !important;
}

.db-content-padding {
    padding: 15px;
}

hr{
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%,100);
    height: auto !important;
    width: 1px;
}

.db-content-container {
    padding-left: 0px !important;
    padding-top: 75px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    /* background-color: #F3F7F8; */
}

.db-page-content {
    border-radius: 30px 30px 0 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 39px 0 rgba(0,0,0,0.05);
    /* padding: 30px 30px 0px 30px; */
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    text-align: center;
}

.col-right {
    display:inline-block;
    float:none;
    text-align: right;
}

.col-left {
    display:inline-block;
    float:none;
    text-align: left;
}

.logo{
    width: 241px;
    cursor: pointer;
    content: url("../img/logo.png");
}

.android{
    cursor: pointer;
    padding: 5px;
    content: url("../img/android.png");
}

.ios{
    cursor: pointer;
    padding: 5px;
    content: url("../img/ios.png");
}

/*BottleBird*/
.overflow-x-hidden{
    overflow-x:hidden;
}

.bottle-bird-logo{
    width: 241px;
    cursor: pointer;
}

.bottle-bird-navbar {
    background-color: #FFFFFF !important;
    border-width: 0px;
    z-index:3;
    min-height: 65px !important;
}

.bottle-bird-navbar-title {
    color: #fff;
    font-family: Avenir;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.56px;
    line-height: 50px;
    vertical-align: middle;
}

.bottle-bird-column{
    vertical-align: top;
}

.bottle-bird-logo-small{
    width: 150px;
    cursor: pointer;
}

.bottle-bird-apps{
    cursor: pointer;
    padding: 5px;
}

.bottle-bird-content-gray{
    background-color: #F3F7F8;
}

.bottle-bird-padding {
    padding: 15px;
}

.bottle-bird-content-padding {
    margin: 15px 10px 15px 10px;
}

.bottle-bird-content-margin-50 {
    margin: 50px 10px 50px 10px;
}

.bottle-bird-content-size {
    max-width: 80%;
}

.padding-top-5{
    padding-top: 5px;
}

.bottle-bird-content-size-800 {
    max-width: 800px;
    width: 100%;
}

.bottle-bird-input{
    border: 1px solid rgba(76,81,93,1);
    color: #020020;
    font-size: inherit;
    display: block;
    width: 100%;
    height: 2em;
    margin: 0;
    padding: 0 0.5em;
    line-height: inherit;
    border-radius: 3px;
}

.db-nav-menu-item a {
    color: #333333 !important;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.db-nav-menu-item a:hover {
    color: rgb(204,204,204) !important;
}

a {
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover {
    color: #960518 !important;
}

a:link{
text-decoration: none!important;
}

.bottle-bird-content-href a {
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    color: #3f414c !important;
    text-decoration: none !important;
}

.bottle-bird-content-href a:hover {
    color: #960518 !important;
}

.bottle-bird-content-href .box{
    box-shadow: inset -2px 0 0 #3f414c;
}

.bottom-box{
    box-shadow: inset 0 -2px 0 #3f414c;
}

.bottle-bird-footer {
    color: #F3F7F8;
    background-color: #960518;
    border-width: 0px;
    height: 100px;
    display: table;
    width: 100%;
}

.bottle-bird-footer-href{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.bottle-bird-footer-href a {
    color: #F3F7F8;
    text-decoration: none;
    padding: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bottle-bird-footer-href a:hover {
    color: #F3F7F8 !important;
}

.bottle-bird-navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.bottle-bird-navbar-nav>li {
    float: none;
}
.bottle-bird-navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff !important;
}

:root {
    --primary-color: #960518;
    --overlay-color: #3f414c;
    --menu-speed: 0.75s;
  }

/* MENU STYLES */
.menu-wrap {
    display: none;
}

.menu-wrap .menu {
    display: none;
}

.font-scale-80{
    font-size: 80px;
}

.font-scale-40{
    font-size: 40px;
}

.font-scale-30{
    font-size: 30px;
}

.font-scale-20{
    font-size: 20px;
}

.font-scale-15{
    font-size: 15px;
}

.font-color-primary{
    color: var(--primary-color);
}

.font-color{
    color: var(--overlay-color);
}

.font-color-gray{
    color: rgb(149, 151, 155);
}

.bottle-bird-box{
    width: 50px; height: 50px;
    display: inline-block;
    margin: 0px auto;
    text-align:center;
    padding:1em;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bottle-bird-box-icon{

}

.bottle-bird-box:hover{
    background-color: rgb(204,204,204);
}

.bottle-bird-button{
    border-color: #960518 !important;
    background: #960518 !important;
    color: #fff;
    width: 100%;
    font-weight: bold;
    min-height: 36px;
    min-width: 72px;
    padding: 8px 18px;
}

input[type=checkbox]:after{
    background: rgb(204,204,204);
    color: #fff;
}

input[type=checkbox]:checked:after{
    background: rgb(204,204,204);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .menu-wrap {
        display: inline-block;
        cursor: pointer;
        position: fixed;
        z-index: 100;
        right: 5px;
        top: 5px;
        width: 60px;
        height: 60px;
        border: none;
        padding: 0;
        box-shadow: 0px 4px 24px rgba(#000, 0.24);
        line-height: 0.6;
        text-align: center;
      }

    .menu-wrap .toggler {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer;
        width: 50px;
        height: 50px;
        opacity: 0;
      }

    .menu-wrap .hamburger {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 60px;
        height: 60px;
        padding: 1rem;
        background: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* Hamburger Line */
    .menu-wrap .hamburger > div {
        position: relative;
        flex: none;
        width: 100%;
        height: 2px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    /* Hamburger Lines - Top & Bottom */
    .menu-wrap .hamburger > div::before,
    .menu-wrap .hamburger > div::after {
        content: '';
        position: absolute;
        z-index: 1;
        top: -10px;
        width: 100%;
        height: 2px;
        background: inherit;
    }

    /* Moves Line Down */
    .menu-wrap .hamburger > div::after {
        top: 10px;
      }

    /* Toggler Animation */
    .menu-wrap .toggler:checked + .hamburger > div {
        transform: rotate(135deg);
      }

    /* Turns Lines Into X */
    .menu-wrap .toggler:checked + .hamburger > div:before,
    .menu-wrap .toggler:checked + .hamburger > div:after {
        top: 0;
        transform: rotate(90deg);
    }

    /* Rotate On Hover When Checked */
    .menu-wrap .toggler:checked:hover + .hamburger > div {
        transform: rotate(225deg);
    }

    /* Show Menu */
    .menu-wrap .toggler:checked ~ .menu {
        visibility: visible;
    }

    .menu-wrap .toggler:checked ~ .menu > div {
        transform: scale(1);
        transition-duration: var(--menu-speed);
    }

    .menu-wrap .toggler:checked ~ .menu > div > div {
        opacity: 1;
        transition:  opacity 0.4s ease 0.4s;
    }

    .menu-wrap .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-wrap .menu > div {
        background: var(--overlay-color);
        border-radius: 50%;
        width: 250vw;
        height: 250vw;
        display: flex;
        flex: none;
        align-items: center;
        justify-content: center;
        transform: scale(0);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .menu-wrap .menu > div > div {
        text-align: center;
        max-width: 90vw;
        max-height: 100vh;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .menu-wrap .menu > div > div > ul > li {
        list-style: none;
        color: #fff;
        font-size: 1.5rem;
        padding: 1rem;
    }

    .menu-wrap .menu > div > div > ul > li > a {
        color: inherit;
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}
