html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*---------NO Responsive---------*/

* {
    max-height: 5000em;
}

@media screen and (max-width: 969px) {
    body {
        width: 970px !important;
    }
}

.container {
    width: 970px;
    max-width: none !important;
}

/*------------------------------*/

.img-responsive.img-center {
    margin: 0 auto;
}

.img-responsive.img-right {
    float: right;
}

/*------------------------------*/

.no-margin {
    margin: 0 !important;
}

.no-margin-t {
    margin-top: 0 !important;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

.no-margin-l {
    margin-left: 0 !important;
}

.no-margin-r {
    margin-right: 0 !important;
}

/*------------------------------*/

.no-padding {
    padding: 0 !important;
}

.no-padding-t {
    padding-top: 0 !important;
}

.no-padding-b {
    padding-bottom: 0 !important;
}

.no-padding-l {
    padding-left: 0 !important;
}

.no-padding-r {
    padding-right: 0 !important;
}

/*------------------------------*/

a {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover > img {
    opacity: 0.7;
}

a.active {
    text-decoration: underline;
}

/*------------------------------*/

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

.under_construction {
    z-index: 5000;
}

.under_construction .modal {
    text-align: center;
    padding: 0 !important;
}

.under_construction .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2px;
}

.under_construction .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.under_construction .modal-content {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 20px;
    margin: 0 auto;
}

.under_construction .close {
    background-color: transparent;
    color: #000000;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-family: sans-serif;
    font-size: 30px;
    padding: 0 5px;
}

.under_construction .modal-body {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    padding: 5px 10px 5px 10px;
}

@media (min-width: 768px) {
    .under_construction .modal-content {
        width: 450px;
    }
}

/*------------------------------*/