/* bootstrap adjustments */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

html {
    -ms-overflow-style: scrollbar;
    /*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

html {
    overflow-y: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
}



.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: center;
    border-top: 0px solid;
}
/*.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    white-space: nowrap;
    padding: 15px 35px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0;
}

    .btn:hover,
    .btn:focus {
        color: #161a12;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 30px;
    color: #fff;
    background-color: #00689b;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle .btn-default {
        color: #fff;
        background: #065981;
    }

.btn-primary {
    color: #161a12;
    background-color: #ffcc39;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle .btn-primary {
        color: #161a12;
        background: #f5c12d;
    }*/

  