/*
    Document   : home_custom
    Created on : 6 Jul, 2012, 1:47:00 PM
    Author     : swapnil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@font-face {
    font-family: 'Museo300Regular';
    src: url('../fonts/museo300-regular_0-webfont.eot');
    src: url('../fonts/museo300-regular_0-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/museo300-regular_0-webfont.woff') format('woff'), url('../fonts/museo300-regular_0-webfont.ttf') format('truetype'), url('../fonts/museo300-regular_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500Regular';
    src: url('../fonts/museo500-regular_0-webfont.eot');
    src: url('../fonts/museo500-regular_0-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/museo500-regular_0-webfont.woff') format('woff'), url('../fonts/museo500-regular_0-webfont.ttf') format('truetype'), url('../fonts/museo500-regular_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

root {
    display: block;
}

.navbar-inner {
    background: url(../img/hdrBtmBrdr.jpg) repeat-x left bottom #f0f2f5;
    min-height: 50px;
    border-bottom: 1px solid #cecece;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .12), inset 0 -1px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .12), inset 0 -1px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .12), inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.navbar .brand {
    margin-left: 0;
    padding: 8px 25px 0 0;

}

.searchForm, .control-group, input {
    margin: 0;
}

.searchForm {
    margin-top: 7px;
}

.searchForm input {
    background: url(../img/sprite.png) no-repeat 9px 9px #ffffff;
    border: 1px solid #dddddd;
    color: #bbbbbb;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 4px 4px 37px;
    padding: 6px 4px 2px 37px;
    height: 26px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 317px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

.searchForm input:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
}

.headerRight .pull-left {
    line-height: 50px;
    margin-right: 30px;
    text-shadow: 0 1px 0 #ffffff;
}

.headerRight .logIn .pull-left {
    margin-right: 10px;
}

.profilePic, .profile li .btm .profilePic {
    padding: 3px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    height: 24px;
    width: 24px;
    margin: 10px 7px 0 0;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.profileBox img, .profile li .btm .profilePic {
    display: block;
    max-height: 24px;
    max-width: 24px;
}

.navbar .btn-group {
    float: left;
    padding: 0;
    margin-top: 23px;
    margin-right: 13px;
}

.profileBox .dropdown-toggle, .profileBox .btn-group.open .dropdown-toggle {
    background: url(../img/sprite.png) no-repeat 0 -26px;
    width: 9px;
    height: 5px;
    box-shadow: none;
    float: right;
    padding: 0;
}

.profileBox .dropdown-menu {
    font-size: 13px;
    line-height: 16px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.navbar .pull-right .dropdown-menu {
    top: 29px;
    right: -16px;
}

.profileBox .dropdown-menu li {
    margin: 0 15px;
}

.profileBox .dropdown-menu li a {
    border-bottom: 1px solid #eeeeee;
    color: #225588;
    padding: 7px 0;
}

.profileBox .dropdown-menu li a:hover {
    background: none;
    color: #222222;
}

.profileBox .dropdown-menu li:last-child a {
    border-bottom: none;
}

.headerRight {
    /*  width: 380px;*/
}

.profileBox {
    width: 59px;
}

.headerRight .profileBox {
    width: 61px;
}

.headerRight .logIn {
    width: auto;
}

.headerRight .logIn .pull-left {
    margin-right: 10px;
}

.headerRight {
    color: #225588;
}

.txtUppercase {
    text-transform: uppercase;
}

body > section {
    margin-top: 74px;
    min-height: 550px;
}

.homeBannerBg {
    background: url('../img/homeBannerBg.jpg') repeat-x;
    min-height: 340px;
    margin-top: -23px;
    padding-top: 45px;
    margin-bottom: 44px;
}

.homeBannerLeft h1, .homeBannerLeft h2 {
    font-size: 42px;
    line-height: 44px;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .25);
    font-family: 'Museo500Regular';
    font-weight: normal;
    margin: 17px 0 38px 19px;
}

.homeBannerLeft h1 span {
    display: block;
    font-size: 28px;
    line-height: 56px;
}

.bannerHeading {
    background: url('../img/bannerHeading.png') no-repeat;
    height: 85px;
    width: 555px;
    text-indent: -5000px;
    margin: 24px 0 46px 19px;
}

.homeBannerLeft .visual > h3 {
    width: 30.333%;
    margin-right: 3%;
    float: left;
    padding-top: 76px;
    color: #55aaee;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .40);
    text-align: center;
}

.visual .video {
    background: url('../img/homeVideoIcon.png') center -130px no-repeat;
}

.visual .qa {
    background: url('../img/homeQAIcon.png') center -130px no-repeat;
}

.visual .badges {
    background: url('../img/homeBadgesIcon.png') center -130px no-repeat;
}
.visual .video:hover, .visual .qa:hover, .visual .badges:hover{
    background-position: center 0;
}

.bannerConnectBox {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #334455;
    margin-left: -1px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    padding: 25px 24px 32px;
}

.bannerConnectBox h2 {
    color: #444444;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
}

.bannerConnectBox .or {
    height: 20px;
    background: url('../img/orBg.jpg') top center no-repeat;
    margin-bottom: 10px;
}

.connect {
    margin-top: 12px;
}

.bannerConnectBox .connect {
    margin: 0 auto 10px;
}

.connect a {
    width: 120px;
    height: 32px;
    background: url("../img/connectWithBtns.png") no-repeat 0 0;
    margin: 0 6px 6px 0;
    padding: 0;
    display: inline-block;
}

.connect a.fbBtn {
    background-position: 0 0;
}
.connect a.fbBtn:hover {
    background-position: 0 -160px;
}
.connect a.twtrBtn {
    background-position: 0 -40px;
    margin-right: 0;
}
.connect a.twtrBtn:hover {
    background-position: 0 -200px;
}
.connect a.gglBtn {
    background-position: 0 -80px;
    margin-bottom: 0;
}
.connect a.gglBtn:hover {
    background-position: 0 -240px;
}

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

a.homeSignUpBtn {
    display: block;
    background: url(../img/extraBigBtnBg.jpg) repeat-x 0 0 #1f5081;
    border: 1px solid #113d6a;
    text-shadow: 0 -1px 0 #1f5081;
    font-size: 18px;
    line-height: 20px;
    padding: 11px 14px 12px;
    color: #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 4px rgba(0, 0, 0, .15);
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 15px;
    width: 100px;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
}

.homeSignUpBtn:hover {
    color: #ffffff;
    background: url("../img/extraBigBtnBg.jpg") 0 -44px repeat-x #303030;
    text-shadow: 0 -1px 0 #222222;
    border: 1px solid #222222;
}

.bannerInner {
    min-height: 340px;
}

.statsOuter {
    border-bottom: 1px solid #dedede;
    background: #fafafa;
    border-bottom: 1px solid #dedede;
}

.stats {
    border-right: 1px solid #dedede;
    min-height: 80px;
    background: #fafafa;
}

.stats ul {
    margin: 0;
    padding: 0;
}

.stats ul li {
    display: block;
    float: left;
    width: 16.66666666666667%;
}

.stats ul li h5 {
    display: block;
    min-height: 65px;
    border-left: 1px solid #dedede;
    font-size: 28px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    color: #444444;
    padding-top: 15px;
    font-family: 'Museo300Regular';
}

.stats ul li h5 a {
    color: #444 !important;
}

.stats ul li h5 a:hover {
    color: #222222 !important;
}

.stats ul li h5 span {
    font-size: 13px;
    line-height: 15px;
    color: #666666;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.mainPage h2.heading {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 8px;
    border-bottom: 10px;
    color: #888888;
    border-bottom: 1px solid #dddddd;
}

.mainPage h3.heading {
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 8px;
    border-bottom: 10px;
    color: #888888;
    border-bottom: 1px solid #dddddd;
}

.mainPage h3.heading.borderNone {
    border-bottom: 0;
    padding-bottom: 3px;
}

ul.questionList {
    margin: 0 0 45px;
}

ul.questionList li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    margin-top: 10px;
}

ul.questionList li .videoLink {
    width: 62px;
    height: 52px;
    padding: 4px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
}

ul.questionList li .videoLink a.videoLinkBtn {
    height: 52px;
    width: 62px;
    position: absolute;
    display: block;
    background: url("../img/videoLinkBtn.png") no-repeat;
    z-index: 10;
    top: 4px;
    left: 4px;
}

ul.questionList li .videoLink a.downloadLinkBtn {
    height: 52px;
    width: 62px;
    position: absolute;
    display: block;
    background: url("../img/downlodLinkBtn.png") no-repeat;
    z-index: 10;
    top: 4px;
    left: 4px;
}

ul.questionList li .questionInner {
    margin-left: 80px;
    min-height: 60px;
}

ul.questionList li .questionInner .profilePic {
    margin: 0 10px 0 0;
}

ul.questionList li .questionInner .question {
    margin-left: 42px;
    position: relative;
    /* word-wrap: break-word;*/
}

ul.questionList li .questionInner .question p {
    margin-bottom: 4px;
    word-wrap: break-word;
}

ul.questionList li .questionInner {
    color: #222222;
}

ul.questionList li:hover, .profile-block:hover {
    background: #F5F5F5;
}
.questionInner .question .questionInfo {
    font-size: 13px;
    color: #888888;
    min-height: 30px;
    padding-right: 75px;
    word-wrap: break-word;
}

.questionInner .question .questionInfo a.name {
    color: #225588;
}

.questionInner .question a.college {
    color: #222222;
}

.question .by {
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 4px;
    color: #3c3e4a;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 0;
    line-height: 12px;
    border-radius: 2px;
}

.question .by.lightBlue {
    background: #ccdff1;
}

.question .by.lightGreen {
    background: #b8ec7d;
}

.lightBlue {
    background: #CCDFF1 !important;
}

.lightGreen {
    background: #b8ec7d !important;
}

.contributersList {
    margin: 0;
    list-style: none;
    margin-top: 14px;
    margin-bottom: 25px;
}

.contributersList li {
    padding: 3px;
    background: white;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    width: 32px;
/*    min-height: 32px;*/
    height: 32px;
    margin: 0 10px 10px 0;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DDD;
    float: left;
    text-align: center;
}
.contributersList li img{
    max-width: 32px;
    max-height: 32px;
}
.profile-block {

    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*    width: 300px;*/
    margin: 5px 0 15px 0;
    background: #fff;
}

.profile-block:before,
.profile-block:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 5px;
    width: 35%;
    height: 35%;
    max-width: 300px;
    -webkit-box-shadow: 0 15px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 8px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);

}

.profile-block:after {
    right: 5px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.profile-block .details {
    padding: 10px 15px 0;
}

.profile-block .profile-left .profilePic {
    height: 60px;
    width: 60px;
    padding: 5px;
    margin: 0;
}

.profile-block .profile-left .profilePic img {
    height: 60px;
    width: 60px;
    display: block;
}

.profile-left {
    width: 70px;
    float: left;
}

.profile-right {
    width: 180px;
    float: right;
}

.ask-que {
    color: #888888;
    font-size: 13px;
    margin: 10px 0 0;
}

.ask-que span {
    color: #222222;
    font-weight: normal;
}

.profile-block .right-panel-heading {
    line-height: 24px;
    font-weight: normal;
    /*margin-top: 8px;*/
}

.right-panel-heading {
    color: #222;
    font-size: 17px;
    font-weight: bold;

}

.right-panel-heading-type {
    font-size: 13px;
    font-weight: normal;
}

.right-panel-heading-type a {
    color: #258;
}

.designation {
    background: #CCDFF1;
    color: #3C3E4A;
    font-size: 10px;
    text-transform: uppercase;
    width: 70px;
    float: left;
    margin: 10px 0;
    text-align: center;
    line-height: 12px;
    padding: 4px 0;
}

designation.mentor {
    background: #B8EC7D;
}

ul.courseList {
    margin: 9px 0;
}

ul.courseList li {
    font-size: 13px;
    list-style: none;
    line-height: 24px;
}

.subjectList ul li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
}

.subjectList ul li.clearfix {
    margin-bottom: 0;
}

.subjectList ul li a {
    color: #222222;
}

.subjectList {
    border-bottom: 1px solid #DDD;
}

.subjectList ul {
    margin: 17px 0 40px;
    list-style: none;
}

.officelPartners {
    border-bottom: 1px solid #DDD;
    margin-bottom: 80px;
}

.officelPartners .inner {
    margin: 15px auto;
    width: 480px;
}

.officelPartners .inner h2.heading {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
    float: left;
    margin-right: 40px;
    border-bottom: none;
    padding-bottom: 0;
}

.officelPartners .inner ul.partners {
    margin: 0;
    list-style: none;
    float: left;
}

.officelPartners .inner ul.partners li {
    float: left;
    margin-right: 40px;
}

.officelPartners .inner ul.partners li a {
    display: block;
    height: 50px;
}

.officelPartners .inner ul.partners li a.mhrd {
   width: 127px;
    height: 56px;
    background: url('../img/sakshatLogo.png') no-repeat;
}
.officelPartners .inner ul.partners li a.mhrd:hover {
    background-position: 0 -62px;
}

.officelPartners .inner ul.partners li a.nptel {
    width: 45px;
    height: 55px;
    background: url('../img/nptel.png') no-repeat 0 0;
}

.officelPartners .inner ul.partners li a.nptel:hover {
    background-position: 0 -55px;
}

.officelPartners .inner ul.partners li a.nptel1 {
    width: 127px;
    height: 55px;
    background: url('../img/mlLogo.png') no-repeat;
}

.officelPartners .inner ul.partners li a.nptel1:hover {
    width: 127px;
    height: 55px;
    background: url('../img/mlHLogo.png') no-repeat;
}

/*Footer*/

footer {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
    margin-bottom: 20px;
    font-size: 13px;
}

footer ul li {
    display: inline;
    margin-right: 16px;
}

footer ul li a {
    text-transform: uppercase;
    font-weight: bold;
}

footer ul li a span {
    text-transform: capitalize;
    font-weight: normal;
}

footer p {
    color: #888888;
    margin: 0;
    text-align: right;
}

.innerLoginBox, .signUpBlock {
    padding: 28px 0 10px 10px;
    width: 524px;
    border-bottom: 1px solid #EEE;
    /* margin-bottom: 16px;
   width: 254px;*/
}

.innerLoginBox, .signUpBlock .pull-left.connetLeft {
    /*padding: 12px 20px;*/
    width: 250px;
}

.innerLoginBox, .signUpBlock .pull-left.connetRight {
    padding: 12px 20px;
    width: 250px;
}

.innerLoginBox, .signUpBlock.topConnect {
    width: 262px !important;
}

.innerLoginBox, .signUpBlock .blackTxt {
    color: #444;
    margin-bottom: 8px;
}

.innerLoginBox, .signUpBlock .connetLeft {
    border-right: 1px solid #DDD;
    padding-right: 20px;
    margin-right: 20px;
}

.grayTitie {
    color: #444444;
    font-size: 15px;
    line-height: 18px;
}

.connect {
    margin-top: 12px;
}

.innerLoginBox, .signUpBlock .hrLine {
    border-bottom: 1px solid #dddddd;
    margin: 12px 0 8px 0;
}

.innerLoginBox, .signUpBlock .innerForm {
    margin: 12px 0 0;
}

.innerLoginBox, .signUpBlock .innerForm input.span3, .insideUl .innerForm input.span3 {
    font-size: 13px;
    line-height: 16px;
    height: 16px;
    width: 244px;
}

.innerLoginBox, .signUpBlock .innerForm .checkbox {
    color: #444444;
    font-size: 13px;
    line-height: 18px;
}

.innerLoginBox, .signUpBlock .controls > .radio:first-child, .innerLoginBox .signUpBlock .controls > .checkbox:first-child {
    padding-top: 0;
}

.innerLoginBox, .signUpBlock .blueBtn, .customBtn .blueBtn {
    background: url("../img/smallBlueBg.jpg") repeat-x 0 0 #1f5081;
    color: #ffffff;
    text-shadow: 0 -1px 0 #1f5081;
    border: 1px solid #113d6a;
}

.innerLoginBox, .signUpBlock .blueBtn:hover, .customBtn .blueBtn:hover {
    background: url("../img/btnHoverBg.jpg") repeat-x 0 0 #303030;
    text-shadow: 0 -1px 0 #222222;
    color: #ffffff;
    border: 1px solid #222222;
}

.innerLoginBox, .dropdown-menu .signUpBlock .member a {
    display: inline;
    padding: 0;
    color: #258;
}

/* homeBannerBgAfterLogin */

.homeBannerBgAfterLogin {
    background: url("../img/homeBannerBgAfterLoginBg.jpg") repeat-x 0 0;
    min-height: 130px;
    padding-top: 0;

}

.homeBannerBgAfterLogin  h1, .homeBannerBgAfterLogin  h2 {
    margin: 30px 0 0;
    text-align: center;
}

.homeBannerBgAfterLogin .bannerInner {
    min-height: 130px;
}

.stats ul li h5:hover {
    color: #222222;
}

ul.questionList li {
    padding: 20px 10px;
    margin-top: 0;
}

ul.questionList li:hover, .profile-block:hover {
    background: #f5f5f5;
}

.homeBannerLeft .visual > h3, .stats ul li h5 {
    cursor: default;
}

.homeBannerLeft .visual > h3:hover {
    color: #65b9fc;

}

.dropdown-menu .signUpBlock .member a {
    display: inline;
    padding: 0;
    color: #258;
}

.subjectList ul li a:hover {
    color: #258;
}

/* search result dropdown */
.navbar-search {
    margin: 0;
}

.navbar .nav > li.searchBox a.closeIcon {
    color: #CCCCCC;
    cursor: pointer;
    font-size: 20px;
    height: 18px;
    left: auto;
    line-height: 18px;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 12px;
}

.navbar .nav > li > a.searchField {
    padding: 0;
}

.searchForm ul.dropdown-search {
    padding: 10px 15px;
    max-width: 328px;
    font-size: 13px;
/*    max-height: 250px;*/
/*    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;*/
}

.searchForm ul.dropdown-search a {
    padding: 0;
    font-size: 13px;
    background: none;
    white-space: normal;
}

.searchForm ul.dropdown-search a em {
    color: #225588;
    font-style: normal;
}

.searchForm ul.dropdown-search a:hover {
    color: #000000;
}
.searchForm ul.dropdown-search .moreBtn{
    text-align: right;
}
.searchForm ul.dropdown-search .moreBtn a{
    font-weight: bold;
    color: #225588;
}
.searchForm ul.dropdown-search li {
    margin-bottom: 3px;
}

.searchForm ul.dropdown-search li.searchResultError {
    color: #B94A48;
}

.searchForm ul.dropdown-search ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

/* dropdown courselist*/

/*.courseDropdown {
    padding-right: 18px;
    background: url("../img/sprite.png") no-repeat scroll 82px -20px
}*/
.courseDropdown .icon-downArrow{
    margin-top: 7px;
    margin-left: 7px;
    padding: 0;
    width: 9px;
    height: 5px;
    background: url("../img/sprite.png") no-repeat scroll 0 -26px transparent;
}

.navbar .pull-right ul.hdrCourceList {
    top: 56px;
    margin: 0;
    padding: 15px 0 15px 20px;
    list-style: none;
    font-size: 12px;
    line-height: 18px;
    min-width: 740px;
}
ul.hdrCourceList li{
    float: left;

    margin: 0 20px 3px 0;
    padding: 5px 0 4px;
    width: 220px;
    line-height: 18px;
    border-top: 1px solid #eeeeee;
    word-wrap: break-word;
}

ul.hdrCourceList li:first-child, ul.hdrCourceList li:nth-child(2), ul.hdrCourceList li:nth-child(3){
    padding: 0 0 4px;
    border-top: none;
}
ul.hdrCourceList li.clearfix{
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}

ul.hdrCourceList a {
    display: inline;
    padding: 0;
    line-height: 18px;
    color: #225588;
    background: none;
    white-space: normal;
}

ul.hdrCourceList a:hover {
    color: #222222;
    background: none;
}

ul.hdrCourceList em {
    margin-left: 3px;
    font-style: normal;
    color: #888888;
}


@media (max-width: 979px) and (min-width: 768px){
    .navbar .pull-right ul.hdrCourceList{
        min-width: 620px;
        right: -100px;
    }
    ul.hdrCourceList li{
        width: 185px;
    }
    .navbar .hdrCourceList.pull-right:before{
        right: 96px;
    }
    .navbar .hdrCourceList.pull-right:after{
        right: 97px;
    }
}

@media (max-width: 767px) {
    .navbar .pull-right ul.hdrCourceList {
        min-width: 150px;
    }

    .navbar .pull-right ul.hdrCourceList::after{
        right: 99px;
    }
    .navbar .pull-right ul.hdrCourceList::before{
        right: 98px;

    }

    .navbar .pull-right ul.hdrCourceList {
        left: -70px;
        right: auto;
    }
    ul.hdrCourceList li:nth-child(2), ul.hdrCourceList li:nth-child(3){
        padding: 5px 0 4px !important;
        border-top: 1px solid #eeeeee !important;
    }
}

@media (max-width: 480px) {
    .searchForm ul.dropdown-search {
        min-width: 220px
    }
}

/*.cake-sql-log{
    display: none;
}*/

.officelPartners .inner ul.partners li a.mhrd:hover {
    background-position: 0 -62px;
}

.questionInner .question a.college:hover, .subjectList ul li a:hover {
    color: #225588
}

.questionInner .question .questionInfo a.name:hover, .right-panel-heading-type a:hover {
    color: #222222;
}

.signUpBlock.topConnect {
    width: 254px !important;
    padding: 10px 10px 10px 10px !important;
    border-bottom: none;
}
.officelPartners .inner{
	width: 580px;
}
.officelPartners .inner h2.heading{
	margin-right: 33px;
}