.contactus * {
    margin: 0px;
    padding: 0px;
}
.contactus *, .contactus *:after, .contactus *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.contactus .clearfix:before, .contactus .clearfix:after {
    display: table;
    content: '';
}
.contactus .clearfix:after {
    clear: both;
}

.contactus input:focus, .contactus textarea:focus, .contactus keygen:focus, .contactus select:focus {
    outline: none;
}
.contactus ::-moz-placeholder {
    color: #666;
    font-weight: 300;
    opacity: 1;
}

.contactus ::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}

/* Contact Form Styling */
.contactus .container {
    background-color: black;
}
.contactus .textcenter {
    text-align: center;
}
.contactus .section1 {
    text-align: center;
    display: table;
    width: 100%;
}
.contactus .section1 .shtext {
    display: block;
    margin-top: 20px;
}
.contactus .section1 .seperator {
    border-bottom: 1px solid #a2a2a2;
    width: 35px;
    display: inline-block;
    margin: 20px;
}

.contactus .section1 h1 {
    font-size: 40px;
    color: #A44DD8;
    font-weight: normal;
}

.contactus .section2 {
    width: 1200px;
    margin: 0px auto;
}
.contactus .section2 .col2 {
    width: 48.71%;
}
.contactus .section2 .col2.first {
    float: left;
}
.contactus .section2 .col2.last {
    float: right;
}
.contactus .section2 .col2.column2 {
    padding: 0 30px;
}
.contactus span.collig {
    color: #a2a2a2;
    margin-right: 10px;
    display: inline-block;
}
.contactus .sec2addr {
    display: block;
    line-height: 26px;
}
.contactus .sec2addr p:first-child {
    margin-bottom: 10px;
}
.contactus .sec2contactform input[type="text"], 
.contactus .sec2contactform input[type="email"],
.contactus .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.contactus .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize: none;
}
.contactus .sec2contactform input[type="submit"] {
    padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #A44DD8;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.contactus .sec2contactform h3 {
    font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #A44DD8;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
    .contactus .section2 {
        width: 100%;
    }
}
@media only screen and (max-width: 960px) {
    .contactus .container {
        padding: 0 30px 70px;
    }
    .contactus .section2 .col2 {
        width: 100%;
        display: block;
    }
    .contactus .section2 .col2.first {
        margin-bottom: 10px;
    }
    .contactus .section2 .col2.column2 {
        padding: 0;
    }
    .contactus .sec2map {
        height: 250px !important;
    }
}
@media only screen and (max-width: 768px) {
    .contactus .sec2addr {
        font-size: 14px;
    }
    .contactus .sec2contactform h3 {
        font-size: 16px;
    }
    .contactus .sec2contactform input[type="text"], .contactus .sec2contactform input[type="email"], .contactus .sec2contactform textarea {
        padding: 10px;
        margin: 3px 0;
    }
    .contactus .sec2contactform input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 420px) {
    .contactus .section1 h1 {
        font-size: 28px;
    }    
}
