body {
    padding-top: 30px;
    background: #740705 url(../img/main.jpg) no-repeat fixed 0 0 / 100% auto;
}
.header {
    width: 100%;
    max-width: 1200px;
}
.class
{
    text-align: center;
}
.navbar-my-fixed {
    position: fixed;
    z-index: 1000;
    width: calc(100% - 30px);
}

@media (min-width: 768px) {
    .navbar-my-fixed {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .navbar-my-fixed {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .navbar-my-fixed {
        width: 1140px;
    }
}

.jumbotron p {
    font-size: unset;
    margin: 0;
}

.divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.navbar-inverse  .navbar-toggle > div {
    color: #ffffff;
}

.navbar  {
    margin-bottom: 9px;
}

.nav > li {
    font-size: 18px;
}

.navbar-toggle > div:nth-child(1) {
    float: left;
    margin: 2px;
    font-weight: bold;
}

.navbar-toggle > div:nth-child(2) {
    float: right;
    margin: 5px;
}

#div-qform {
    display: none;
}

textarea {
    resize: none;
}

.my-hidden {
    display: none;
}

/* PIN CAPTCHA */
#pin-area {
    padding: 15px 10px 15px 130px;
    width: 390px;
    font: bold 36px/100px Tahoma;
    color: #507680;
    position: relative;
    border-radius: 5px;
    background-color: rgb(235, 235, 228);
    border: 1px solid rgb(198, 218, 222);
    margin: 10px auto;
}

img#pin-sec {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100px;
    height: 100px;
    background: #222;
}

.pinload {
    background: rgba(0, 0, 0, 0.3) url("../img/load.gif") no-repeat 50% 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100px;
    height: 100px;
}

ul#pin-input {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100px;
    position: absolute;
    top: 15px;
    left: 15px;
}

ul#pin-input li {
    float: left;
    width: 32px;
    height: 32px;
    margin: 1px 0 0 1px;
    text-indent: -10000px;
    cursor: pointer;
}

ul#pin-input li:hover {
    background: rgba(255, 255, 255, 0.4);
}

#pincode {
    color: #9D4949;
}

#pincode b {
    color: #40963A;
    text-shadow: 0 0 7px rgba(180, 255, 150, 0.75);
}

#mybackload {
    display: none;
    z-index: 1500;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background-color: #000000;
    opacity: 0.5;
    text-align: center;
}

#mybackload > img {
    padding: 10% 0;
}

/* PIN CAPTCHA END */

/* LOADING */

/* END LOADING */