html, body {
    background: #ffffff;
    color: #000000;
    min-width: 280px;
    padding: 0px !important;
}

#content {
    padding: 10px;
}

#menu {
    background-color: #000;
}

#menu li:hover {
    background: #f7921e;
}

.active{
    background-color:#f7921e;
}

.navbar .btn-navbar {
    background-color: #f7921e;
    background-image: linear-gradient(to bottom, #f7921e, #f7921e);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus{
    background-color: #f7921e;
    color: #ffffff;
}
a {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

.navbar-inner {
    background: #000;
    border: none;
    border-radius:0px;
}

.navbar-inner ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.navbar-inner ul li a {
    display: inline-block;
    padding: 15px;
}

#footer ul {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

#footer ul li a {
    display: inline-block;
    padding: 0 15px;
}

#legal-text {
    background-color: #000;
    color: #fff;
    padding: 15px 15px 15px 35px;
}

a:hover, a:focus {
    text-decoration: none;
}

.row {
    margin-left: 0;
}

[class*="span"] {
    margin-left: 0;
}

ul, ol {
    margin: 0;
}

#content a {
    color: #ee577c;
    text-decoration: underline;
}

#content ul, #content ol {
    margin: 0 0 10px 25px;
}

@media (max-width: 979px) {
    #menu ul {
        flex-direction: column;
    }

    #menu ul li a {
        display: block;
    }
}

@media (max-width: 480px) {
    #contact {
        margin: 10px !important;
    }
}


/*start contact form css*/

#contact {
    font-size: small;
    margin: 30px;
    max-width: 800px;
}
#contactInfo {
    float: right;
    margin: -164px 33px 0 0;
}
#contact label {
    display: block;
    float: left;
    font-size: small;

    width: 200px;
}
#contact span {
    float: left;
}
#contact input[type="text"] {
    display: block;
    float: left;
    width: 240px;
}
#contact input.msisdn[type="text"] {
    display: block;
    float: left;
    width: 240px;
}
#contact input[type="radio"] {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 0;
}
#contact span.unsub {
    margin-bottom: 6px;
    visibility: visible;
}
#contact span {
    visibility: hidden;
}
#contact textarea  {
    width: 100% !important;
}
#contact .error {
    background: #f8dbdb none repeat scroll 0 0;
    border-color: #e77776;
}
#contact span.error {
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    border: medium none;
    color: red;
    font-size: small;
    visibility: visible;
}

#contact div.message {
    color: red;
    font-weight: bold;
    position: absolute;
    top: 247px;
}
#ccSubmit {
    background-color: #f7921e;
    border: 1px solid #000;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    padding: 0 14px;
    text-align: center;


}
#ccSubmit:hover {
    background: #087880 -moz-linear-gradient(center top , #087880 5%, #41b8c0 100%) repeat scroll 0 0;
}


/*end contact form css*/