﻿#navbar-collapse-1 {
    margin: 0 auto;
}

    #navbar-collapse-1 > ul > li > a {
        font-size: 11pt;
        font-weight: bold;
    }

.navbar-default {
    margin-bottom: 4px;
}

.container-top {
    margin: 5px;
}

.img-center {
    margin: 0 auto;
}

.panel-default {
    box-shadow: 5px 5px 5px #CCC;
}

#carousel .carousel-indicators img {
    border: 1px solid #CCCCCC;
}

    #carousel .carousel-indicators img.active {
        border: 1px solid #880015;
        height: auto !important;
        width: auto !important;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.panel-body > h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel-group .panel {
    margin-bottom: 8px;
}

.breadcrumb {
    padding: 4px 15px;
    margin-bottom: 4px;
    background-color: #FFFFFF;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #000000;
        content: "\003e";
    }

.page-header-no-bottom {
    padding-bottom: 9px;
    margin: 5px 0 5px;
    border-bottom: none;
}

.row {
    margin-bottom: 4px;
}

.shipping-title {
    margin-top: 8px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: white;
}

.goal-btn {
    background: #17b59a;
    border-radius: 5px;
    color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 6px 0 #000000;
    text-shadow: 1px 1px 6px #000000;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    width: 200px;
}

    .goal-btn:hover {
        background: #199681;
        color: #FFFFFF;
    }

    .goal-btn p {
        margin: 0 0 0;
        font-size: 11px;
        color: black;
        text-shadow: 1px 1px 25px #000000;
    }

.tr-goal td {
    padding: 14px
}

@media screen and (max-width: 992px) {
    .goal-btn {
        width: 100%;
    }

    .tr-goal td{
        padding: 4px;
    }
}

.video-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.replay-btn {
    display: none;
    background-image: url(../repeat.png);
    background-repeat: no-repeat;
    width: 25%;
    height: 25%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10%;
    margin: auto;
    background-size: contain;
    background-position: center;
    border: none;
    border-radius: 10px;
    background-color: transparent;
}
