* {
    box-sizing: border-box;
}

html {
    width: 100%;
}

body {
    font-family: 'museo', sans-serif !important;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

.menuBar {
    width: 100%;
    background: #000000;
    color: #ffffff;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
}

.logo {
    width: 250px;
    height: auto;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand > img {
        height: auto;
        width: 251px;
    }

.breadcrumb-cont {
    margin: 0 5px;
}

.colc-logo-container {
    width: 251px;
    max-height: 100%;
    vertical-align: middle;
}

.colc-logo {
    width: 251px;
    height: auto;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(font/Proxima-Nova-Bold.otf);
}

@font-face {
    font-family: 'Museo500';
    src: url(font/museo-500-webfont.ttf);
}

.colc-nav a {
    font-family: 'Proxima Nova Alt';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-custom {
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    height: 100px;
    padding: 25px 150px 25px 150px;
}

    .navbar-custom .navbar-nav > li > a {
        color: #ffffff;
    }

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        background-color: transparent;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            text-decoration: none;
            color: #a9adb2;
            background-color: #000000;
        }

    .navbar-custom .navbar-brand {
        color: #eeeeee;
    }

    .navbar-custom .navbar-toggle {
        background-color: #eeeeee;
    }

    .navbar-custom .icon-bar {
        background-color: #000000;
    }

.ui-link {
    color: #ffffff !important;
}

    .ui-link :hover {
        color: #a9adb2 !important;
    }

.navbar-brand > img {
    height: 100%;
    width: auto;
}

.breadcrumb {
    background: #000000;
}

.black-theme {
    background: #000000;
}

.custom-text {
    color: #000000 !important;
}

.btn-cust {
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 0.05em;
}

    .btn-cust:hover,
    .btn-cust:active,
    .btn-cust:focus,
    .btn-cust.active {
        background: #888888;
        color: #000000;
    }

    .btn-cust > a {
        text-decoration: none !important;
    }

        .btn-cust > a:hover {
            text-decoration: none !important;
        }

#giftDetailTable .wtHolder {
    background-color: transparent;
}

/* All headers */
.handsontable th {
    background-color: #ffffff;
}


#regForm {
    background-color: #ffffff;
    padding: 40px;
    width: 100%;
}

h1 {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proxima Nova';
}

p {
    font-family: 'Museo500';
}

a {
    color: #0a0a0a;
}

    a:hover {
        color: #0a0a0a;
        text-decoration: underline;
    }

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}

    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
}

    button:hover {
        opacity: 0.8;
    }

.button-cust {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 10px 0;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
}

    .button-cust:hover {
        opacity: 0.8;
    }

    .button-cust a {
        text-decoration: none;
        color: #ffffff;
        background-color: transparent;
        padding: 10px 20px;
    }

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #000000;
    }

.menuBar {
    width: 100%;
    background-color: #000000;
    margin-top: 0;
    padding: 20px;
}

.logo {
    width: 250px;
    height: auto;
}

.innerBackground {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

.cardImg {
    width: 100%;
    height: auto;
}

.cards {
    margin: 100px;
}

.custom-a {
    color: #000000;
}

    .custom-a:hover {
        color: #888888;
    }

.custom-a-light {
    color: #ffffff;
}

    .custom-a-light:hover {
        color: #aaaaaa;
        text-decoration: none;
    }

.active-light {
    color: #aaaaaa;
}

.close-modal {
    color: #000000;
}

.select-btn {
    /*background-color: #000000;*/
}

@media (max-width:768px) {
    .cust-padding {
        margin: 20px !important;
    }

    .container {
        margin: 15px 50px 15px 50px;
    }

    .navbar-header {
        margin: 0px;
    }

    .navbar-brand {
        padding: 15px 0px;
    }

    .navbar-brand > img {
        width: 150px;
        height: auto;
        vertical-align: middle;
    }

    .colc-logo-container {
        width: 150px;
        max-height: 100%;
        vertical-align: middle;
    }

    .colc-logo {
        width: 150px;
        height: auto;
    }

    .navbar-custom {
        background-color: #000000;
        color: #ffffff;
        border-radius: 0;
        height: 100px;
        padding: 25px 50px 25px 50px;
    }
}

#copyright {
    background: #000000;
    color: #ffffff;
    padding-top: 20px;
    position: relative;
    width: 100%;
    bottom: 0;
    margin-bottom: -5px;
    padding-bottom: 10px;
}

h5 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    font-size: large;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}

.panel-default > .panel-footer {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}

.cust-btn-a {
    text-decoration: none;
}

.button-cart {
    background-color: #000000;
    color: #ffffff;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
}

    .button-cart:hover {
        opacity: 0.8;
    }

.input-btn {
    background-color: transparent;
    border-color: transparent;
}

.shop-btn-p {
    margin-bottom: 10px;
}

.cust-text-a > a {
    text-decoration: none !important;
    color: #000000;
}

    .cust-text-a > a:hover {
        text-decoration: none !important;
        color: #888888;
    }

.reg-container {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.text-form {
    padding: 0 0 10px 0;
}

.text-form-1 {
    margin: 10px 0 0 0;
}


/* header */

@font-face {
    font-family: "Proxima";
    src: url("font/proxima_nova_altbold.woff") format("woff"), url("font/proxima-nova-alt-bold-webfont.ttf") format("truetype");
}

.header {
    background-color: #000;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    top: 0;
    width: 100%;
    min-height: 100px;
    z-index: 3;0
}

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .header li a {
        display: block;
        padding: 20px 20px;
        text-decoration: none;
        color: #ffffff;
        text-transform: uppercase;
        font-family: Proxima;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 400;
    }

        .header li a:hover,
        .header .menu-btn:hover {
            color: #cccccc;
        }

    .header .logo {
        display: block;
        float: left;
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        font-size: 2em;
        padding: 10px 20px;
        margin-left: 300px;
        text-decoration: none;
    }

.logo-img {
    width: 251px;
    height: auto;
}

.menu-right {
    top: 0;
    min-height: 100px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 300px;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 40px 20px;
    position: relative;
    user-select: none;
}

    .header .menu-icon .navicon {
        background: #ffffff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

        .header .menu-icon .navicon:before,
        .header .menu-icon .navicon:after {
            background: #ffffff;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .header .menu-icon .navicon:before {
            top: 5px;
        }

        .header .menu-icon .navicon:after {
            top: -5px;
        }

/* menu btn */

.header .menu-btn {
    display: none;
}

    .header .menu-btn:checked ~ .menu {
        max-height: 500px;
        height: fit-content;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .header .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .header .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 10px;
    }

/* 1600px */

@media (max-width: 1600px) {
    .header .logo {
        display: block;
        float: left;
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        font-size: 2em;
        padding: 10px 20px;
        margin-left: 200px;
        text-decoration: none;
    }

    .logo-img {
        width: 251px;
        height: auto;
    }

    .menu-right {
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-right: 200px;
    }
}

/* 1400px */

@media (max-width: 1400px) {
    .header .logo {
        display: block;
        float: left;
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        font-size: 2em;
        padding: 10px 20px;
        margin-left: 100px;
        text-decoration: none;
    }

    .logo-img {
        width: 251px;
        height: auto;
    }

    .menu-right {
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-right: 100px;
    }
}

/* 1200px */

@media (max-width: 1200px) {
    .header .logo {
        display: block;
        float: left;
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        font-size: 2em;
        padding: 10px 20px;
        margin-left: 50px;
        text-decoration: none;
    }

    .logo-img {
        width: 251px;
        height: auto;
    }

    .menu-right {
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-right: 50px;
    }
}

/* 1024px */

@media (max-width: 1024px) {
    .header .logo {
        display: block;
        float: left;
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        font-size: 2em;
        padding: 10px 20px;
        margin-left: 20px;
        text-decoration: none;
    }

    .logo-img {
        width: 251px;
        height: auto;
    }

    .menu-right {
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-right: 20px;
    }
}

/* 900px */

@media (max-width: 900px) {
    .header .logo {
        display: block;
        float: left;
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        font-size: 2em;
        padding: 10px 20px;
        margin-left: 10px;
        text-decoration: none;
    }

    .logo-img {
        width: 175px;
        height: auto;
    }

    .menu-right {
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-right: 10px;
    }
}

/* 768px */

@media only screen and (max-width: 768px) {
    .header .logo {
        display: block;
        float: left;
        top: 0;
        min-height: 100px;
        align-items: center;
        display: flex;
        font-size: 2em;
        padding: 10px 20px;
        margin-left: 20px;
        text-decoration: none;
    }

    .logo-img {
        width: 175px;
        height: auto;
    }

    .menu-right {
        top: 0;
        min-height: 100px;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
        margin-right: 20px;
    }
}

/* 768px */

@media (min-width: 768px) {
    .header li {
        float: left;
    }

        .header li a {
            padding: 20px 10px;
        }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 768px) {
    .container {
        margin: 0 !important;
    }
    div.cards {
        margin: 0px auto !important;
        max-width: 1150px !important;
        text-align: center !important;
    }
}

.card-info {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

    .card-info:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.container-card {
    padding: 10px 15px;
    width: 100%;
}

.cardImg-card {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.match-height {
    display: flex;
    flex-wrap: wrap;
}

.card-a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
}