/* 
    Document   : home_custom_responsive
    Created on : 8 Jul, 2012, 7:43:55 PM
    Author     : swapnil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
/*@media (min-width: 1200px) {
    .profile-right {
        width: 250px;
        float: right;
    }
    .contributersList li {
        margin:0 15px 15px 0;
    }
}*/
@media (max-width: 979px){
    body > section {
        margin-top: 0;
        min-height: 550px;
    }
    .homeBannerBg {
        margin-top: -18px;
    }
    .connect a {
        width: 85px;
        background: url("../img/connectWithBtnsIpad.png") no-repeat 0 0;
    }
    .dropdown-menu .connect a {
        width: 120px;
        background: url("../img/connectWithBtns.png") no-repeat 0 0;
    }
    .connect a.fbBtn {
        background-position: 0 0;
    }

    .connect a.twtrBtn {
        background-position: 0 -40px;
        margin-right: 0;
    }

    .connect a.gglBtn {
        background-position: 0 -80px;
        margin-bottom: 0;
    }

    .connect a.lnkdnBtn {
        background-position: 0 -120px;
        margin-right: 0;
        margin-bottom: 0;
    }
    .homeBannerLeft h1, .homeBannerLeft h2 {
        font-size: 36px;
        line-height: 38px;
    }
    .homeBannerLeft h1 span {
        font-size: 22px;
        line-height: 36px;
    }
    .contributersList li {
        margin: 0 8px 8px 0;
    }
    .profile-right {
        width: 122px;
        float: right;
    }
    .right-panel-heading {
        font-size: 14px;
    }
    .right-panel-heading-type {
        font-size: 12px;
    }
    .ask-que {
        font-size: 12px;
    }
    .mainPage h2.heading {
        font-size: 14px;
    }
    .mainPage h1.heading {
        font-size: 21px;
    }
}
@media (max-width: 979px) and (min-width: 768px) {

    /*.signUpBlock.topConnect {
        width: 186px !important;
    }*/

}
@media (max-width: 767px) {
    .headerRight .profileBox.logIn.pull-left {
        margin-right:10px;
    }
    .homeBannerBg {
        margin-left:-20px;
        margin-right:-20px;
        background: url('../img/homeBannerBgIpad.jpg') repeat;
    }
    .bannerConnectBox {
        width:251px;
        margin: 15px auto;
    }
    .connect a {
        width: 120px;
        background: url("../img/connectWithBtns.png") no-repeat 0 0;
    }
    .connect a.fbBtn {
        background-position: 0 0;
    }

    .connect a.twtrBtn {
        background-position: 0 -40px;
        margin-right: 0;
    }

    .connect a.gglBtn {
        background-position: 0 -80px;
        margin-bottom: 0;
    }

    .connect a.lnkdnBtn {
        background-position: 0 -120px;
        margin-right: 0;
        margin-bottom: 0;
    }


}
@media (max-width: 480px) {
    .stats ul li {
        width: 33.33%;
    }
    .searchForm input {
        width:100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height:34px;
    }
    .mobBlock {
        float:none !important;
    }
    .officelPartners .inner {
        width: auto;
    }
    .profile-right {
        width: auto;
        float: none;
        margin-left: 80px;
    }

}