﻿.aboutUs ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

    .aboutUs ul li.subject {
        color: rgba(255,255,255,.8);
        padding: 10px 0 5px 0;
    }

    .aboutUs ul li {
        display: block;
        color: rgba(255,255,255,.55);
    }

.contactus {
    height: 200px;
    overflow: hidden;
}
.aboutus {
    /*height: 200px;*/
    height:auto;
    padding:10px;
    overflow: hidden;
}
.contactus-pattern, .aboutus-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url('../banner/About.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100%;
}
.bannerSection img {
    width: 100%;
    height: 100%;
}

.rules-pattern {
    background-image: url('../banner/Rules.jpg');
}
.Privacy-pattern {
    background-image: url('../banner/Privacy.jpg');
}


.my_aboutus_img img {
    width: 100%;
    height: auto;
}

.my_aboutus_caption h2 {
    font-size: 25px;
    margin-top: 10px;
    padding-right: 5px;
}

.my_aboutus_caption small {
}

.my_aboutus_caption p {
    margin: 5px 0;
    text-align: justify;
}

.my_aboutus_link .my_social_list {
    float: right;
}

    .my_aboutus_link .my_social_list li {
        margin: 10px 0px 0 5px;
        border-radius: 5px;
        overflow: hidden;
    }

.my_contact_us {
    /*margin-top: 25px;*/
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 1px 0 5px rgba(33, 33, 33, 0.49);
    padding: 10px;
    border-radius: 3px;
}

.contact_border {
    border: 1px solid;
}
