<!--

UI Developed by Parameswaran -->
body {
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.cont-container {
    margin-top: 80px;
}

.form-horizontal .control-label {
    padding-top: 12px;
}

.form-control {
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 0px;
    box-shadow: none!important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

a:hover {
    text-decoration: none;
}

.online-txt {
    font-size: 16px;
    color: #FF9600;
}

.control-label {
    padding-right: 0;
}

.btn.green-meadow:not(.btn-outline) {
    color: #FFF;
    background-color: #1BBC9B;
    border-color: #1BBC9B;
}


.btn.green-meadow:hover {
    color: #FFF;
    background-color: #169d81;
    border-color: #1BBC9B;
}




.btn-warning.focus, .btn-warning:focus {
    background-color: #ec971f;
    border-color: #985f0d;
    color: #fff;
}

.btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}






.btn-container {
    margin: 15px 0;
    overflow: hidden;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    vertical-align: middle;
}

.profile-inner-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
    list-style-type: decimal;
}

    .profile-inner-usermenu ul li.active, .profile-inner-usermenu ul li:last-child {
        border-bottom: none;
    }

    .profile-inner-usermenu ul li a {
        font-size: 14px;
        font-weight: 400;
        color: #0a7f46;
    }

        .profile-inner-usermenu ul li a i {
            margin-right: 8px;
            font-size: 14px;
        }

        .profile-inner-usermenu ul li a:hover {
            background-color: #fafcfd;
            color: #5b9bd1;
        }

    .profile-inner-usermenu ul li.active a {
        color: #0a7f46!important;
        background-color: #f6f9fb;
        border-left: 2px solid #5b9bd1;
        margin-left: -2px;
    }

.profile-inner-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}


.breadcrumb {
    padding: 0px;
    margin-bottom: 10px;
    background-color: inherit;
}

.page-title {
    display: inline-block;
    float: left;
    padding: 5px 0 10px;
}

    .page-title > h1 {
        color: #000;
        font-size: 34px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

        .page-title > h1 span {
            color: #000;
        }

.page-sub-title > h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.lucas-table {
}

    .lucas-table > thead > tr > th {
        background-color: #42484b;
        border-color: #666666;
        color: #FFFFFF;
        font-weight: 400;
        vertical-align: middle;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0063a5;
}

.pagination > li > a {
    color: #000000;
}


.online-payment, .new-features {
    float: right;
    margin-left: 15px;
    margin-bottom: 20px;
}

.pagination-container {
    float: right;
}

.small-text {
    font-size: 12px;
    color: #8F8F8F;
    margin-bottom: 15px;
}

    .small-text span {
        display: block;
    }

.first-child {
    padding-left: 16px !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.input-icon {
    position: absolute;
    left: 8px;
    top: 10px;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    color: #555;
    display: block;
}

    .icon-addon:after, .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon .fa, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon.addon-md .glyphicon {
        position: absolute;
        z-index: 2;
        left: 10px;
        font-size: 14px;
        width: 20px;
        margin-left: -2.5px;
        text-align: center;
        padding: 10px 0;
        top: 1px;
    }

    .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 46px;
        padding: 10px 16px 10px 40px;
    }

    .icon-addon.addon-sm .form-control {
        height: 30px;
        padding: 5px 10px 5px 28px;
        font-size: 12px;
        line-height: 1.5;
    }

    .icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
        font-size: 18px;
        margin-left: 0;
        left: 11px;
        top: 4px;
    }

    .icon-addon .form-control, .icon-addon.addon-md .form-control {
        padding-left: 30px;
        float: left;
        font-weight: 400;
    }

    .icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
        margin-left: 0;
        font-size: 12px;
        left: 5px;
        top: -1px;
    }

    .icon-addon .form-control:focus + .fa, .icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .fa, .icon-addon:hover .glyphicon {
        color: #918f8f;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #cccccc;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.caret-sub {
    display: none;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    cursor: pointer;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a {
    color: beige;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #134e81;
        color: #d4e5ed;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #FFFFFF;
    color: #000000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #134e81;
    color: #d4e5ed;
}

.dropdown-menu > li > a {
    background: #0a7f46;
    border-bottom: 1px solid #073E23;
    padding: 5px 15px;
    color: #fff;
}

    .dropdown-menu > li > a:hover {
        background: #134e81;
        color: #fff;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: #134e81;
        color: #FFFFFF;
    }

.dropdown-menu {
    padding: 0;
    min-width: 220px; /* left:-63px; margin-top:-1px !important*/
    margin-top: -1px !important;
}

    .dropdown-menu > li > a {
        white-space: normal;
    }

.navbar-default {
    background-color: #0a7f46;
    color: #FFFFFF;
    border-radius: 0px;
}

.navbar {
    margin-bottom: 10px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #134e81;
        color: #d4e5ed;
    }

.icon-bar {
    background-color: #fff !important;
}

.navbar-toggle {
    border-radius: 0;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: inherit;
}

.caret-up {
    border-bottom: 4px solid;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    display: inline-block;
    height: 0;
    margin-left: 2px;
    width: 0;
    vertical-align: middle;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #134e81;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #134e81;
    color: #fff;
}

.menu-mbl-on {
    display: none !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #134e81;
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}


.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

    .checkbox .cr,
    .radio .cr {
        position: relative;
        display: inline-block;
        background-color: #FFF;
        border-radius: .25em;
        width: 25px;
        height: 25px;
        float: left;
        margin-right: .5em;
        text-align: center;
        line-height: 1.8;
    }

.radio .cr {
    border-radius: 50%;
}


    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }


/*footer css*/
.footer {
    background-color: #33373a;
}

    .footer p {
        color: #FFF;
        font-size: 14px;
        padding: 16px 0;
        margin: 0;
    }

    .footer li a {
        color: #FFFFFF;
    }

    .footer li {
        padding: 10px 0;
    }

.footercopy {
    float: right;
    padding-top: 5px;
}

.list-inline {
    margin-left: 0;
}

.toggle {
    margin: 5px 5px 0 0;
}



.logo-inner {
    float: left;
}

.profile-inner {
    float: right;
    margin-top: 15px;
}

.profile-inner-sidebar {
    margin-top: 15px;
}



/*@media (min-width: 320px) and (max-width: 768px) {
   
.pur-form{width:50%; float:left;}
.ser-cle-exp{width:33.333%;}
.dropdown-submenu .dropdown-menu{ left:0; margin-left:0; border:none; margin-bottom:0}
.dropdown-menu li a{padding:5px 15px 5px  30px !important;}
.dropdown-submenu > dropdown-menu li a{padding:5px 15px 5px  45px !important;}
.dropdown-submenu > a:after{ display:none;}
.caret-sub{ display:inline-block;} 

}*/

@media (width: 480px) {
    .footer p {
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 10px 0 0 10px;
    }

    .footercopy {
        padding-top: 0;
    }

    .btn-prim {
        width: 50% !important;
        float: left;
    }

    .page-title > h1 {
        color: #000;
        font-size: 28px;
        font-weight: 400;
        margin: 0 0 20px;
        padding: 0;
    }
}




@media (min-width:320px) and (max-width:991px) {

    .caret-sub {
        display: inline-block;
    }

    .dropdown-submenu > a::after {
        border: none;
    }

    .dropdown-submenu > .dropdown-menu li a {
        padding: 5px 15px 5px 45px !important;
    }
}




@media (width: 320px) {
    .page-title > h1 {
        color: #000;
        font-size: 22px;
        font-weight: 400;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    .breadcrumb {
        background-color: inherit;
        font-size: 12px;
        margin-bottom: 10px;
        padding: 0;
    }

    .footer p {
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 10px 0 0 10px;
    }

    .footercopy {
        padding-top: 0;
    }
}


@media (width: 640px) {

    .pur-form {
        width: 50%;
        float: left;
    }

    .ser-cle-exp {
        width: 33.333%;
    }

    .form-g-genuine {
        width: 50%;
        float: left;
    }

    .btn-prim {
        width: 50% !important;
        float: left;
    }

    .ser-cle-new {
        width: 33.333%;
        float: left;
    }

    .prim-new {
        width: 30%;
        float: right;
    }

    .footercopy {
        padding-top: 0;
    }
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    height: 50px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
    height: 50px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .profile-inner a {
        color: #FFFFFF;
    }

    .online-payment, .new-features {
        float: none;
        margin-left: 0;
        text-align: left;
        margin-bottom: 20px;
    }

    .profile-inner fa-user {
        font-size: 18px;
    }

    .profile-inner-sidebar > .dropdown-menu {
        right: 0;
        left: inherit;
    }

    .profile-inner {
        position: absolute;
        top: 48px;
        z-index: 9999;
    }

    .profile-inner-txt {
        display: none;
    }

    .navbar-collapse {
        padding-left: 15px !important;
    }

    .logo-inner {
        float: left;
        margin-top: 0;
    }

    .jodiar {
        border-bottom: solid 1px #d7d7d7;
        border-right: 0;
    }

    nav.navbar-lucas ul.navbar-nav li a {
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        padding: 13px 5px;
    }

    .profile-inner-sidebar {
        padding: 10px 0 10px 0;
        background: #fff;
        width: 200px !important;
        position: absolute;
        right: 0;
        top: 34px;
        border-radius: 0;
    }

    .footer p {
        text-align: center;
    }

    .first-child {
        padding-left: 15px !important;
    }

    .footercopy {
        float: none;
        text-align: center;
    }
}

@media (max-width:1000px) {
    .first-child {
        padding-left: 15px !important;
    }
}




@media (min-width:768px) and (max-width:991px) {

    .dropdown-submenu .dropdown-menu {
        left: 0;
        margin-left: 0;
        border: none;
        margin-bottom: 0;
    }

    .dropdown-menu li a {
        padding: 5px 15px 5px 30px !important;
    }

    .dropdown-submenu > .dropdown-menu li a {
        padding: 5px 15px 5px 45px !important;
    }

    .dropdown-submenu > a:after {
        display: none;
    }

    .caret-sub {
        display: inline-block;
    }

    .ser-cle-new {
        width: 33.333%;
        float: left;
    }

    .dropdown-menu {
        position: relative;
    }
}




/* Mobile Menu Expand */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-nav {
        width: 100%;
    }

        .navbar-nav > li {
            float: none;
        }

    .navbar-header {
        float: none;
    }

    .dropdown-menu {
        width: 100%; /*position:relative;*/
        box-shadow: none;
        margin-bottom: 15px;
    }

    .navbar-collapse {
        padding: 0;
        border-top: 1px solid #fff;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
            display: block !important;
        }

    .exam-courses-tab-content .resp-vtabs .resp-tabs-list li {
        font-size: 16px !important;
        padding: 15px 10px !important;
    }
}


@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > .dropdown-menu {
        display: none !important;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }
}


@media (min-width:992px) and (max-width:1104px) {
    .dropdown-menu { /*left:-63px;*/
        margin-top: -1px !important;
    }
}




.inner-page-b {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    font-size: 16px;
}

.profile-inner-sidebar {
    position: absolute;
}

.footer p {
    color: #fff;
    padding-bottom: 0;
    text-align: center;
}

.footercopy {
    float: none;
    margin-bottom: 0;
    text-align: center;
}



.dashboard-srl {
    overflow: auto;
}

.dashboard {
    padding: 5px 0 5px 0;
}

    .dashboard h2 {
        color: #2b333c;
        font-size: 22px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }

    .dashboard h4 {
        color: #495b6c;
        font-size: 17px;
        font-weight: 400;
        margin: 0;
        padding: 20px 10px 10px 0;
    }



.dashboard-icon {
    padding-right: 5px;
}

.dashboard-new-pro {
    padding: 20px;
    border: 1px solid #ccc;
    height: 153px;
}

.dashboard-box-inner {
    overflow: hidden;
}

.dashboard-box-inner-bullet {
    color: #7d7d7d;
    line-height: 20px;
    padding: 20px;
}

    .dashboard-box-inner-bullet li {
        margin-bottom: 16px;
        list-style: square;
    }

@media only screen and (width:1024px) {
    .dashboard h4 {
        color: #495b6c;
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        padding: 20px 10px 10px 0;
    }
}



/* Thiru */

.online-txt {
    animation-name: online-txt;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes online-txt {
    from {
        color: #067e33;
    }

    to {
        color: #e85c10;
    }
}


.new-product-h {
    font-size: 20px !important;
    color: #0a7f46 !important;
    text-align: left;
}

.new-product-sub li {
    font-size: 14px !important;
    text-align: left !important;
}


.gallery-img {
    width: 100%;
    height: 260px;
}

.product-image {
    width: 190px;
    height: 190px;
}

.online-auction {
    font-size: 18px;
    color: #fec200;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    border-right: 1px solid #FFF;
}

    .online-auction:last-child {
        border: none;
    }

.online-auction {
    animation-name: online-auction;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes online-auction {
    from {
        color: #fec200;
    }

    to {
        color: #ffffff;
    }
}

.online-action-bg {
    background: radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.15) 30%, rgba(255,255,255,.3) 32%, rgba(255,255,255,0) 33%) 0 0, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.3) 13%, rgba(255,255,255,0) 14%) 0 0, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 17%, rgba(255,255,255,.43) 19%, rgba(255,255,255,0) 20%) 0 110px, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) -130px -170px, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.2) 11%, rgba(255,255,255,.4) 13%, rgba(255,255,255,0) 14%) 130px 370px, radial-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.1) 11%, rgba(255,255,255,.2) 13%, rgba(255,255,255,0) 14%) 0 0, linear-gradient(45deg, #343702 0%, #184500 20%, #187546 30%, #006782 40%, #0b1284 50%, #760ea1 60%, #83096e 70%, #840b2a 80%, #b13e12 90%, #e27412 100%);
    background-size: 470px 470px, 970px 970px, 410px 410px, 610px 610px, 530px 530px, 730px 730px, 100% 100%;
    background-color: #840b2a;
}

.f-group {
    margin-bottom: 12px;
}

.captcha {
    width: 112px;
    float: left;
    margin-right: 6px;
    height: 44px;
}

.captcha-image {
    width: 132px;
    float: left;
    margin-right: 4px;
    height: 44px;
}

.captcha-refresh {
    width: 44px;
    float: left;
    height: 44px;
}

.logbox {
    margin-bottom: 12px;
}

.f-group {
    margin-bottom: 12px;
}

@media (min-width: 320px) and (max-width:1023px) {
    .captcha {
        width: 180px;
        float: left;
        margin-right: 4px;
        height: 44px;
        margin-bottom: 12px;
    }
}




.clients {
    text-align: left;
    border: solid 1px #d7d7d7;
}

    .clients img {
        text-align: center;
    }

    .clients ul {
        margin: 0;
        padding: 0;
    }

        .clients ul li {
            list-style: none;
            text-align: center;
        }

            .clients ul li a {
            }

#clientsCarousel {
    text-align: center;
    padding: 20px 0;
}

.clients-carousel-inner .active.left {
    left: -25%;
}

.clients-carousel-inner .next {
    left: 25%;
}

.clients-carousel-inner .prev {
    left: -25%;
}

.clients-carousel-control {
    width: 4%;
}

    .clients-carousel-control.left, .clients-carousel-control.right {
        margin-left: 15px;
        background-image: none;
    }





@media (min-width: 320px) and (max-width: 640px) {
    .online-auction {
        font-size: 14px;
        color: #fec200;
        text-align: center;
        font-weight: bold;
        margin-top: 12px;
        border-right: none;
    }

    .new-product-h {
        text-align: center !important;
    }

    .new-product-sub li {
        text-align: center !important;
    }

    .carousel-inner {
        margin-bottom: 10px;
    }
}

@media only screen and (width:640px) {
    .clients .col-sm-6 {
        width: 50%;
    }
}


/* jodidar login */


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .jodidar-checkbox {
        margin-bottom: 10px;
    }

    .form-signin .jodidar-checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 200px;
    height: 180px;
    margin: 0 auto 10px;
    display: block;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}











/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    height: 20px;
    position: absolute;
    right: -8px;
    top: -8px;
    text-decoration: none;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    width: inherit;
    border-radius: 50%;
    background: #da2244;
    padding: 16px 8px;
}

.mfp-counter {
    top: 0;
    right: 0;
    text-align: center;
    color: #111111;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 9px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto 20px auto;
    border: 4px solid #fff;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
        border: 6px solid #cdcdcd;
        background-color: #fff;
    }

.mfp-bottom-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding: 20px;
    background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    margin-left: 4px;
    margin-right: 16px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.serch {
    background-color: #eee;
}
