/* 
    Document   : pc-style.css
    Created on : May 14, 2013, 2:00:00 AM
    Author     : Shamim
    Description: Main Stylesheet for LotsOfEssays.com
    Updated    : July 17, 2014, 8:00:00 AM 
*/
@media only screen and (min-width: 64.063em) {
    .navcontainer {
        padding-left: 22px;
    }
    .top-bar-section ul li {
        background: none;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: none;
        padding: 0 5px;

    }
    .top-bar-section ul li:hover:not(.has-form)>a,
    .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #000;
        background: none;
    }
    .top-bar-section ul li:hover:not(.has-form)>a {
        color: #846ba2 !important;
    }
    .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: #846ba2 !important;
        background-color: none;
        background: none;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: none;
    }
    .header .top-bar {
        /*margin-top: 30px;*/
        margin-bottom: 0;
    }
    .top-bar .name h1 a {
        padding: 0 10px;
        margin: 0 5px;   
        line-height: 2em;
    }
    .top-bar, .top-bar-section ul {
        background: none;
    }
    .top-bar .toggle-topbar.menu-icon a,
    .top-bar a, .top-bar-section ul li > a, .top-bar .name h1 a {
        color: #000;
    }
    .top-bar-section li a:not(.button) {
        padding: 0 5px;
        margin: 0 5px;
        line-height: 2em;
        text-align: center;
    }

    /* DROPDOWN */
    .top-bar-section .dropdown {
        border: solid 1px #CCC;
    }
    .top-bar-section .dropdown li {
        background: #FFF;
    }
    .top-bar-section .dropdown li a {
        color: #333;
    }
    .top-bar-section .has-dropdown > a {
        background: url('../images/nav-has-sub.png') no-repeat center right !important;
        padding-right: 13px !important;        
    }


    .top-bar .name h1 a:hover,
    .top-bar .name h1 a.active,
    .top-bar-section li a.active,
    .top-bar-section li a:hover {
        /*color: #2ba6cb;*/
        color: #846ba2 !important;
        /*        background: #9fd0de;
                background: -moz-linear-gradient(90deg, #9fd0de 50%, #a1d2e0 50%);
                background: -webkit-linear-gradient(90deg, #9fd0de 50%, #a1d2e0 50%);
                background: -o-linear-gradient(90deg, #9fd0de 50%, #a1d2e0 50%);
                background: -ms-linear-gradient(90deg, #9fd0de 50%, #a1d2e0 50%);
                background: linear-gradient(180deg, #9fd0de 50%, #a1d2e0 50%);*/
        /*        box-shadow: 0 1px 0 #FFF inset;
                -webkit-box-shadow: 0 1px 0 #FFF inset;
                -moz-box-shadow: 0 1px 0 #FFF inset;*/
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
    }
    .top-bar-section .has-dropdown.hover>.dropdown, .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        background: #846ba2;
    }
    .top-bar-section .dropdown.category {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        right: -222px !important;
        background: #FFF !important;
    }
    .top-bar-section .dropdown li a {
        color: #333;
        text-align: left;
    }
    .content .registrationform label,
    .content .extendedregistration label,
    .content .extendedregistration2 label{
        text-align: right;
        padding-right: 10px;
        line-height: 2em;
    }
    .content .finalcheckhead h6,
    .content .finalcheckhead p {
        text-align: right
    } 
    .footer .footerbox .columns {
        height: 130px;
    }

}