@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Literata:opsz,wght@7..72,200&display=swap');


body {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

footer {
    background-color: #000000;
    color: #fff;
    padding: 2rem 0;
}

footer ul li a, footer .body-font, footer li.body-font a, footer p, footer h5, footer h6, footer h4, footer h3, footer h2, footer h1 {
    color: #fff !important;
}


.custom-bg {
    background-color: #fff4ec;
}

.itemgroup-bg {
    background-color: #f4f4f4;
}

.navbar-bg {
    background-color: #f7f7f7;
}

.bronze-bg {
    color: #000;
    background-color: #f7f7f7;

}

.item-bg {
    background-color: #f7f7f7;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.575rem 0.95rem;
    font-size: 14px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.breadcrumb a {
    color: #000;
    text-transform: uppercase;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.slider-image a {
    color: rgba(0,0,0,0.0);
    text-decoration: none;
}

/*
Fonts
 */
.display-6 {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.red {
    color: red;
}

a {
    text-decoration: none;
}

/*
Buttons
 */
.btn-link {
    color: #000;
    text-decoration: none;
}

.btn-link:hover {
    color: #000;
    text-decoration: none;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-custom {
    color: #fff;
    background-color: #a07454;
    border-color: #a07454;
    padding: 10px;
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.custom-header {
    font-family: 'Literata', serif;
}

/*
Tables
 */

tfoot td {
    border: none;
}

/*
Utillities
 */
.uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #6a11cb;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1))
}

/*
Breadcrumb
 */

.breadcrumb a {
    color: #000;
}

/*
Navbar
 */


.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
}

.dropdown-item {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 25vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%);
}

#quicorder.offcanvas-body {
    flex-grow: 1;
    padding: 0.5rem 0.5rem;
    overflow-y: auto;
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 50vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%);
}

.live-video video {
    width: 100%;
    height: 40rem;
    border-radius: 8px;
}

li.live-btn-holder {
    padding: 8px 0px;
}

.nav-live-btn {
    background-color: rgba(255, 255, 255, .5);
    font-weight: 400 !important;
    border: none !important;
    width: 60px;
    height: 25px;
    border-radius: 3px !important;
    padding: 0px 3px !important;
}

.nav-live-btn:hover {
    background-color: rgba(255, 255, 255, .75);
}

.live-items {

    padding-bottom: 5%;
}

.spinner-grow {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.start-10 {
    left: 10%!important;
}
.start-20 {
    left: 20%!important;
}
.start-30 {
    left: 30%!important;
}
.start-40 {
    left: 40%!important;
}
.start-60 {
    left: 60%!important;
}
.start-70 {
    left: 70%!important;
}
.start-80 {
    left: 80%!important;
}
.start-90 {
    left: 90%!important;
}

.top-10 {
    top: 10%!important;
}
.top-20 {
    top: 20%!important;
}
.top-30 {
    top: 30%!important;
}
.top-40 {
    top: 40%!important;
}
.top-60 {
    top: 60%!important;
}
.top-70 {
    top: 70%!important;
}
.top-80 {
    top: 80%!important;
}
.top-90 {
    top: 90%!important;
}
.footer ul{
    list-style-type: none;
    padding-left: 0;
}
.footer ul li a{
    color: black;
    text-transform: uppercase;
}
.footer .header-font{
    text-transform: uppercase;
    margin-bottom: 1rem!important;
    margin-top: 2rem!important;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #a07454;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid #a07454;
}
.nav-right-box{
    justify-content: flex-end;
    flex-wrap: wrap;
}
@font-face{
    font-family: AireBoldPro;
    src: local("AireBoldPro"), url("/assets/fonts/AireBoldPro/aire-bold-pro.woff2") format("opentype");
}
@font-face{
    font-family: AireBoldItalicPro;
    src: local("AireBoldItalicPro"), url("/assets/fonts/AireBoldItalicPro/AireBoldItalicPro.woff2") format("opentype");
}
@font-face{
    font-family: AireBoldStd;
    src: local("AireBoldStd"), url("/assets/fonts/AireBoldStd/font.woff2") format("opentype");
}
@font-face{
    font-family: AireBoldItalicStd;
    src: local("AireBoldItalicStd"), url("/assets/fonts/AireBoldItalicStd/font.woff2") format("opentype");
}

.custom-header-font{
    font-family: AireRomanPro!important;
}

