/* Minification failed. Returning unminified contents.
(3316,13): run-time error CSS1035: Expected colon, found '}'
(3345,1): run-time error CSS1035: Expected colon, found '}'
 */

.form-signin .btn-login, .form-signin h2.form-signin-heading, .timeline-desk span a, a.logo, h3.timeline-title {
    text-transform: uppercase;
}

.form-signin .btn-login, .form-signin .checkbox, .form-signin h2.form-signin-heading, .modal-body label, .modal-header h4.modal-title, body {
    font-family: 'Open Sans',sans-serif;
}

.chat-room, .mail-box, .pro-box, .timeline {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

body {
    color: #E01E2E;
    background: #f1f2f7;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul li {
    list-style: none;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

/*::selection {
    background: #FF6C60;
    color: #fff;
}

::-moz-selection {
    background: #FF6C60;
    color: #fff;
}*/

.image_bg, .login-body {
    background-attachment: fixed;
    background-size: cover;
}

#container {
    width: 100%;
    height: 100%;
}

.login_logo {
    width: 300px;
    padding: 16% 0 0;
    margin: 100px auto 0;
    /*background-image: url(/images/logo.png);*/
    background-repeat: no-repeat;
}

.message {
    padding: 12px;
    max-width: 263px;
    margin: 20px auto 0;
    background-color: rgba(255,255,255,.2);
    border-left: 4px solid #7AD03A;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    color: #fff;
}

.login-body {
    background-image: url(/images/login.jpg);
}

.image_bg {
    background-image: url(/images/online-training.jpg);
}

.form-signin {
    max-width: 330px;
    /*margin: 20px 10% 0 auto;*/
    background: rgba(0,0,0,.5);
    float: right;
    position:relative;
    z-index:9999;
    margin: 5% 10px 10px 0px;
}

    .form-signin h2.form-signin-heading {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        background: #41cac0;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
    }

    .form-signin .checkbox {
        margin-bottom: 14px;
        color: #777;
        font-weight: 300;
    }

    .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], .form-signin input[type=password] {
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        font-size: 12px;
        min-width: 291px;
    }

    .form-signin .btn-login {
        background: #3354a5;
        color: #fff;
        font-weight: 300;
        box-shadow: 0 4px #3354a5;
        margin-bottom: 20px;
        width: 100%;
        border: 1px solid #3354a5;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #41cac0;
}

    .form-signin a:hover {
        color: #b6b6b6;
    }

.login-wrap {
    padding: 20px;
}

.login-social-link {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .login-social-link a {
        color: #fff;
        padding: 15px 28px;
        border-radius: 4px;
    }

        .login-social-link a:hover {
            color: #fff;
        }

        .login-social-link a i {
            font-size: 20px;
            padding-right: 10px;
        }

        .login-social-link a.facebook {
            background: #5193ea;
            margin-right: 22px;
            box-shadow: 0 4px #2775e2;
            float: left;
        }

        .login-social-link a.twitter {
            background: #44ccfe;
            box-shadow: 0 4px #2bb4e8;
            float: left;
        }

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #2a3542;
}

    #sidebar ul li {
        position: relative;
    }

    #sidebar .sub-menu > .sub li {
        padding-left: 32px;
    }

        #sidebar .sub-menu > .sub li:last-child {
            padding-bottom: 10px;
        }

.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(../images/nav-expand.png) top no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.active .dcjq-icon {
    background: url(../images/nav-expand.png) bottom no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

    #sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
        display: block;
    }

ul.sidebar-menu li ul.sub li {
    background: #35404D;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a {
        font-size: 12px;
        padding: 6px 0;
        line-height: 35px;
        height: 35px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        color: #aeb2b7;
    }

        ul.sidebar-menu li a, ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
        }

        ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
            color: #FF6C60;
            transition: all .3s ease;
            display: block;
        }

ul.sidebar-menu li {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        color: #aeb2b7;
        text-decoration: none;
        display: block;
        padding: 15px 0 15px 10px;
        font-size: 12px;
        outline: 0;
        transition: all .3s ease;
    }

        ul.sidebar-menu li a.active, ul.sidebar-menu li a:focus, ul.sidebar-menu li a:hover {
            background: #35404d;
            color: #fff;
            display: block;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
        }

        ul.sidebar-menu li a i {
            font-size: 15px;
            padding-right: 6px;
        }

        ul.sidebar-menu li a.active i, ul.sidebar-menu li a:focus i, ul.sidebar-menu li a:hover i {
            color: #FF6C60;
        }

.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

#main-content {
    margin-left: 210px;
}

#main-exam {
    margin-left: 100px;
}

.footer, .header {
    min-height: 60px;
    padding: 0 0px;
}

.header {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 1002;
}

.white-bg {
    background: #fff;
    border-bottom: 1px solid #f1f2f7;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}

.notify-row, a.logo {
    float: left;
    margin-top: 15px;
}

a.logo {
    font-size: 21px;
    color: #2e2e2e;
}

    a.logo:focus, a.logo:hover {
        text-decoration: none;
        outline: 0;
    }

    a.logo span {
        color: #FF6C60;
    }

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    margin-left: 92px;
}

    .notify-row .notification span.label {
        display: inline-block;
        height: 18px;
        width: 20px;
        padding: 5px;
    }

ul.top-menu > li > a {
    color: #666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

    ul.top-menu > li > a:focus, ul.top-menu > li > a:hover {
        border: 1px solid #f0f0f8 !important;
        background-color: #fff !important;
        text-decoration: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #2E2E2E !important;
    }

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0,0,0,.176) !important;
    }
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

    .dropdown-menu.extended li p.green {
        background-color: #a9d86e;
        color: #fff;
    }

    .dropdown-menu.extended li p.red {
        background-color: #ff6c60;
        color: #fff;
    }

    .dropdown-menu.extended li p.yellow {
        background-color: #fcb322;
        color: #fff;
    }

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

    .dropdown-menu.extended li a:hover {
        background-color: #F7F8F9 !important;
        color: #2E2E2E;
    }

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: 400;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: 700;
        position: absolute;
        right: 5px;
    }

.border-head h3, .search:focus, .state-overview .value h1 {
    font-weight: 300;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 268px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #a9d96c;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #a4abbb;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: 0 0 !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: 0 0 !important;
}

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: 0 0;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:focus, .top-nav ul.top-menu > li > a:hover {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url(../images/arrow-up.png) no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all .25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.search, .search:focus {
    box-shadow: none;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}

.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}

.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}

.search {
    margin-top: 6px;
    width: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    background: url(../images/search-icon.png) 10px 8px no-repeat;
    padding: 0 5px 0 35px;
    color: #000;
}

    .search:focus {
        margin-top: 5px;
        width: 180px;
        border: 1px solid #eaeaea;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #c8c8c8;
    }

.custom-bar-chart .bar .value, .vertical-menu li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }

.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0;
}

.sidebar-closed #sidebar {
    margin-left: -210px;
}

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

    .state-overview .value h1, .state-overview .value p {
        margin: 0;
        padding: 0;
        color: #c6cad6;
    }

    .state-overview .symbol i {
        color: #fff;
        font-size: 50px;
    }

.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.state-overview .value {
    float: right;
    width: 58%;
    padding-top: 21px;
}

.state-overview .terques {
    background: #6ccac9;
}

.state-overview .red {
    background: #ff6c60;
}

.state-overview .yellow {
    background: #f8d347;
}

.state-overview .blue {
    background: #57c8f2;
}

.border-head h3 {
    border-bottom: 1px solid #c9cdd7;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

    .custom-bar-chart .bar {
        height: 100%;
        position: relative;
        width: 4.3%;
        margin: 0 2%;
        float: left;
        text-align: center;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0x;
        border-radius: 5px 5px 0 0;
        z-index: 10;
    }

        .custom-bar-chart .bar .title {
            position: absolute;
            bottom: -30px;
            width: 100%;
            text-align: center;
            font-size: 12px;
        }

        .custom-bar-chart .bar .value {
            position: absolute;
            bottom: 0;
            background: #bfc2cd;
            color: #bfc2cd;
            width: 100%;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            transition: all .3s ease;
        }

            .custom-bar-chart .bar .value:hover {
                background: #e8403f;
                color: #fff;
            }

.y-axis {
    position: absolute;
    width: 100%;
    color: #555;
    text-align: right;
}

    .y-axis li {
        border-top: 1px dashed #dbdce0;
        display: block;
        height: 58px;
        width: 100%;
    }

        .y-axis li:last-child {
            border-top: none;
        }

        .y-axis li span {
            display: block;
            margin: -10px 0 0 -25px;
            padding: 0 10px;
            width: 40px;
        }

.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .chart .heading {
        text-align: left;
    }

        .chart .heading span {
            display: block;
        }

#barchart, .inline-block, .panel.green-chart .chart-tittle, .task-thumb-details {
    display: inline-block;
}

.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    font-weight: 400;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#barchart {
    margin-bottom: -15px;
}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: #41cac0;
    color: #fff;
}

    .panel.terques-chart .chart-tittle .value {
        float: right;
        color: #fff;
    }

        .panel.terques-chart .chart-tittle .value a {
            color: #fff;
            font-size: 12px;
        }

            .panel.terques-chart .chart-tittle .value a.active, .panel.terques-chart .chart-tittle .value a:hover {
                color: #55f2e7;
                font-size: 12px;
            }

    .panel.terques-chart .chart-tittle {
        font-size: 16px;
        padding: 15px;
        display: inline-block;
        font-weight: 400;
        background: #39b7ac;
        width: 100%;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

.panel-body.chart-texture {
    background: url(../images/chart-texture.jpg);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.task-thumb {
    width: 90px;
    float: left;
    margin-bottom: 5px;
}

    .task-thumb img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.task-thumb-details {
    margin: 25px 0 0 10px;
}

.task-progress {
    float: left;
}

    .task-progress h1, .task-progress h1 a, .task-thumb-details h1, .task-thumb-details h1 a {
        color: #39b5aa;
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

    .task-progress p, .task-thumb-details p {
        padding-top: 5px;
        color: #a4aaba;
    }

.personal-task tbody tr td {
    padding: 11px 15px;
    border-color: #eeeff1;
}

    .personal-task tbody tr td i {
        font-size: 20px;
        color: #c7cbd4;
    }

.personal-task.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f7f8fc;
}

    .personal-task.table-hover > tbody > tr:hover > td i {
        color: #39b5aa;
    }

.personal-task > tbody > tr > td:last-child {
    text-align: right;
}

.task-option {
    float: right;
}

    .task-option select {
        height: 35px;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 8px;
        color: #a4abbb;
    }

.progress-panel {
    padding-bottom: 5px;
}

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}

.timeline {
    display: table;
    position: relative;
    width: 100%;
}

    .timeline:before {
        background-color: #C7CBD6;
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        top: 0;
        width: 2px;
        z-index: 0;
    }

h3.timeline-title {
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
}

.t-info {
    color: #C8CCD7;
}

.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-item .timeline-desk .arrow, .timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    height: 0;
    top: 13px;
    width: 0;
    display: block;
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
}

.timeline-desk .panel {
    display: block;
    margin-left: 25px;
    position: relative;
    text-align: left;
    background: #F4F4F4;
}

.timeline-item .timeline-desk .arrow {
    left: -7px;
    position: absolute;
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    right: -7px;
    position: absolute;
    left: auto;
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
    border: 3px solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green {
    color: #39B6AE;
}

.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}

.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}

.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item.alt:after, .timeline-item:before {
    content: "";
    display: block;
    width: 50%;
}

.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

    .timeline-desk .album a {
        margin-right: 5px;
        float: left;
    }

.timeline-desk .notification {
    background: #FFF;
    margin-top: 20px;
    padding: 8px;
}

.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}

.revenue-head {
    background: #ff6c60;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    line-height: 50px;
}

    .revenue-head span {
        background: #e56155;
        padding: 16px;
        -webkit-border-radius: 4px 0 0;
        border-radius: 4px 0 0;
    }

        .revenue-head span i {
            font-size: 18px;
        }

    .revenue-head h3 {
        display: inline;
        padding: 0 10px;
        font-size: 16px;
        font-weight: 300;
    }

.chart-info, .chart-info .decrease, .chart-info .increase, .easy-pie-chart {
    display: inline-block;
}

.revenue-head span.rev-combo {
    background: #e56155;
    padding: 16px;
    line-height: normal;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.easy-pie-chart {
    padding: 30px 0;
}

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }
}

.panel-footer.revenue-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

    .panel-footer.revenue-foot ul li {
        float: left;
        width: 33.33%;
    }

        .panel-footer.revenue-foot ul li.first a, .panel-footer.revenue-foot ul li.first a:hover {
            border-radius: 0 0 0 4px;
        }

        .panel-footer.revenue-foot ul li.last a, .panel-footer.revenue-foot ul li.last a:hover {
            -webkit-border-radius: 0 0 4px;
            border-radius: 0 0 4px;
            border-right: none;
        }

        .panel-footer.revenue-foot ul li a {
            display: inline-block;
            width: 100%;
            padding: 14px 15px;
            text-align: center;
            border-right: 1px solid #d5d8df;
            color: #797979;
        }

            .panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
                background: #fff;
                position: relative;
            }

            .panel-footer.revenue-foot ul li a i {
                color: #c6cad5;
                display: block;
                font-size: 16px;
            }

            .panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
                color: #ff6c60;
                display: block;
                font-size: 16px;
            }

a.view-all, ul.ft-link li {
    display: inline-block;
    text-align: center;
}

.flat-carousal {
    background: #58c9f3;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    color: #fff;
    position: relative;
}

.owl-buttons, .owl-next, .owl-prev {
    position: absolute;
}

.flat-carousal h1 {
    text-align: center;
    font-size: 16px;
    margin: 30px 20px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
}

a.view-all, ul.ft-link li a {
    font-size: 12px;
    text-transform: uppercase;
}

a.view-all {
    color: #fff;
    background: rgba(0,0,0,.1);
    padding: 8px 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 18px;
}

ul.ft-link {
    margin: 0;
    padding: 0;
}

    ul.ft-link li {
        border-right: 1px solid #E6E7EC;
        line-height: 30px;
        margin: 8px 0;
        width: 24%;
    }

        ul.ft-link li a {
            color: #74829c;
        }

            ul.ft-link li a:hover, ul.ft-link li.active a {
                color: #58c9f3;
            }

        ul.ft-link li:last-child {
            border-right: none;
        }

        ul.ft-link li a i {
            display: block;
        }

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-buttons {
    top: 70px;
    width: 100%;
}

    .owl-buttons .owl-next, .owl-buttons .owl-prev {
        text-indent: -9999px;
        width: 6px;
        height: 10px;
        display: inline-block;
    }

.owl-next {
    right: 0;
}

.owl-buttons .owl-prev {
    background: url(../images/left-arrow.png) no-repeat;
}

.owl-buttons .owl-next {
    background: url(../images/right-arrow.png) no-repeat;
}

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    display: table;
    width: 100%;
}

.post-info {
    position: relative;
}

.arrow-pro.right:after {
    border-left-color: #FFF;
    border-right-width: 0;
    top: 85px;
    content: " ";
}

.arrow-pro.left:after {
    border-right-color: #FFF;
    border-left-width: 0;
    top: 80px;
    content: " ";
}

.arrow-pro.left {
    left: -8px;
}

.arrow-pro:after {
    border-width: 7px;
    content: "";
}

.arrow-pro, .arrow-pro:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -5px;
}

.post-info .desk, .pro-thumb {
    display: inline-block;
}

.post-highlight.yellow {
    background: #f8d347;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.post-highlight.terques {
    background: #41cac0;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.post-info h1 {
    margin: 0;
    font-size: 18px;
    color: #a19899;
    font-weight: 300;
}

.post-highlight.terques h2 {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    padding: 0 20px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
}

    .post-highlight.terques h2 a, .post-highlight.terques h2 span {
        color: #92faf3;
    }

.post-info h1 strong {
    text-transform: uppercase;
    color: #937b7b;
}

.post-info .desk h3 {
    font-size: 16px;
}

.post-info .desk.yellow h3 {
    color: #f8d347;
}

.post-btn a {
    float: left;
    margin-right: 8px;
    font-size: 18px;
    color: #9a9a9a;
}

    .post-btn a:hover {
        color: #727272;
    }

.pro-thumb {
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,.4);
}

    .pro-thumb img {
        text-align: center;
        width: 112px;
        height: 112px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.v-align {
    vertical-align: middle !important;
}

.twite h1 {
    margin: 50px 0;
}

.social-footer {
    display: inline;
    text-align: center;
}

    .social-footer ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .social-footer ul li {
            display: inline-block;
            margin: 0 20px;
        }

            .social-footer ul li a {
                font-size: 25px;
                color: #ceced0;
            }

                .social-footer ul li a:hover i.fa-facebook, .social-footer ul li.active a i.fa-facebook {
                    color: #486eac;
                }

                .social-footer ul li a:hover i.fa-twitter, .social-footer ul li.active a i.fa-twitter {
                    color: #58c9f3;
                }

                .social-footer ul li a:hover i.fa-google-plus, .social-footer ul li.active a i.fa-google-plus {
                    color: #4a4a4a;
                }

                .social-footer ul li a:hover i.fa-pinterest, .social-footer ul li.active a i.fa-pinterest {
                    color: #d1282d;
                }

.follower, .pie-foot {
    color: #fff;
    text-align: center;
}

.pie-foot {
    background: #6b6b6b;
    padding: 18px 15px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-size: 16px;
    font-weight: 300;
}

.follower {
    background: #01a89e;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.follower-foot {
    padding: 8px 5px 5px;
    color: #757575;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    font-weight: 300;
}

    .follower-foot ul {
        padding: 0;
        margin: 0;
    }

        .follower-foot ul li {
            display: inline-block;
            text-align: center;
            width: 48%;
            line-height: normal;
        }

            .follower-foot ul li h5 {
                margin: 5px 0 0;
            }

.follower h4 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 300;
}

.follow-ava {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #18b2a6;
    display: inline-block;
}

.follower img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 62px;
    height: 62px;
}

.weather-bg {
    background: #8175c7;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

    .weather-bg .degree, .weather-bg i {
        font-size: 60px;
    }

    .weather-bg i {
        display: block;
    }

.weather-category {
    padding: 15px 0;
    color: #74829C;
}

    .weather-category ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

        .weather-category ul li {
            width: 32%;
            text-align: center;
            border-right: 1px solid #e6e6e6;
            display: inline-block;
        }

            .weather-category ul li h5 {
                margin: 0 0 5px;
                text-transform: uppercase;
                font-weight: 300;
            }

            .weather-category ul li:last-child {
                border-right: none;
            }

.fontawesome-icon-list h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px;
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #C9CDD7;
}

.fontawesome-icon-list a {
    color: #797979;
}

    .fontawesome-icon-list a:hover {
        color: #35404D;
    }

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px;
}

#brand, #currency, #directional, #medical, #text-editor, #video-player, #web-application {
    margin-top: 10px;
}

.mail-box {
    display: table;
    width: 100%;
}

    .mail-box aside {
        display: table-cell;
        float: none;
        height: 100%;
        padding: 0;
        vertical-align: top;
    }

    .mail-box .sm-side {
        width: 25%;
        background: #e5e8ef;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
    }

    .mail-box .lg-side {
        width: 75%;
        background: #fff;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }

    .mail-box .sm-side .user-head {
        background: #00a8b3;
        border-radius: 4px 0 0;
        -webkit-border-radius: 4px 0 0;
        padding: 10px;
        color: #fff;
        min-height: 80px;
    }

.user-head .inbox-avatar {
    width: 65px;
    float: left;
}

    .user-head .inbox-avatar img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}

    .user-head .user-name h5 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 0;
        font-weight: 300;
    }

        .user-head .user-name h5 a {
            color: #fff;
        }

    .user-head .user-name span a {
        font-size: 12px;
        color: #87e2e7;
    }

a.mail-dropdown {
    background: #80d3d9;
    padding: 3px 5px;
    font-size: 10px;
    color: #01a7b3;
    border-radius: 2px;
    margin-top: 20px;
}

.inbox-body {
    padding: 20px;
}

.btn-compose {
    background: #ff6c60;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

    .btn-compose:hover {
        background: #f5675c;
        color: #fff;
    }

ul.inbox-nav {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df;
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}

    ul.inbox-nav li a {
        color: #6a6a6a;
        line-height: 45px;
        width: 100%;
        display: inline-block;
        padding: 0 20px;
    }

        ul.inbox-nav li a:focus, ul.inbox-nav li a:hover, ul.inbox-nav li.active a {
            color: #6a6a6a;
            background: #d5d7de;
        }

        ul.inbox-nav li a i {
            padding-right: 10px;
            font-size: 16px;
            color: #6a6a6a;
        }

        ul.inbox-nav li a span.label {
            margin-top: 13px;
        }

ul.labels-info li h4 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    color: #5c5c5e;
    font-size: 13px;
    text-transform: uppercase;
}

ul.labels-info li {
    margin: 0;
}

    ul.labels-info li a {
        color: #6a6a6a;
        border-radius: 0;
    }

        ul.labels-info li a:focus, ul.labels-info li a:hover {
            color: #6a6a6a;
            background: #d5d7de;
        }

        ul.labels-info li a i {
            padding-right: 10px;
        }

.nav.nav-pills.nav-stacked.labels-info p {
    margin-bottom: 0;
    padding: 0 22px;
    color: #9d9f9e;
    font-size: 11px;
}

.inbox-head {
    padding: 20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

    .inbox-head h3 {
        margin: 0;
        display: inline-block;
        padding-top: 6px;
        font-weight: 300;
    }

    .inbox-head .sr-input {
        height: 40px;
        border: none;
        box-shadow: none;
        padding: 0 10px;
        float: left;
        border-radius: 4px 0 0 4px;
        color: #8a8a8a;
    }

    .inbox-head .sr-btn {
        height: 40px;
        border: none;
        background: #00a6b2;
        color: #fff;
        padding: 0 20px;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

    .table-inbox tr td {
        padding: 12px !important;
    }

        .table-inbox tr td:hover {
            cursor: pointer;
        }

        .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
            color: #f78a09;
        }

        .table-inbox tr td .fa-star {
            color: #d5d5d5;
        }

    .table-inbox tr.unread td {
        font-weight: 600;
        background: #f7f7f7;
    }

ul.inbox-pagination {
    float: right;
}

    ul.inbox-pagination li {
        float: left;
    }

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

    .mail-option .btn-group, .mail-option .chk-all {
        margin-right: 5px;
    }

        .mail-option .btn-group a.btn, .mail-option .chk-all {
            border: 1px solid #e7e7e7;
            padding: 5px 10px;
            display: inline-block;
            background: #fcfcfc;
            color: #afafaf;
            border-radius: 3px !important;
            -webkit-border-radius: 3px !important;
        }

.inbox-pagination a.np-btn {
    border: 1px solid #e7e7e7;
    padding: 5px 15px;
    display: inline-block;
    background: #fcfcfc;
    color: #afafaf;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    margin-left: 5px;
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    padding: 0;
    border: none;
}

.inbox-pagination li span {
    display: inline-block;
    margin-top: 7px;
    margin-right: 5px;
}

.fileinput-button {
    border: 1px solid #e6e6e6;
    background: #eee;
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.btn-send, .btn-send:hover {
    background: #00A8B3;
    color: #fff;
}

    .btn-send:hover {
        background: #009da7;
    }

.modal-header h4.modal-title {
    font-weight: 300;
}

.modal-body label {
    font-weight: 400;
}

.heading-inbox h4 {
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
}

.sender-info {
    margin-bottom: 20px;
}

    .sender-info img {
        width: 30px;
        height: 30px;
    }

.sender-dropdown {
    background: #eaeaea;
    padding: 0 3px;
    color: #777;
    font-size: 10px;
}

.view-mail a {
    color: #FF6C60;
}

.attachment-mail {
    margin-top: 30px;
}

    .attachment-mail ul {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }

        .attachment-mail ul li {
            float: left;
            width: 150px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .attachment-mail ul li img {
                width: 100%;
            }

            .attachment-mail ul li span {
                float: right;
            }

    .activity, .attachment-mail .file-name, .bio-chart, .bio-desk, .bio-row {
        float: left;
    }

    .attachment-mail .links {
        width: 100%;
        display: inline-block;
    }

.body-404 {
    background: #18d4cb;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

    .error-wrapper .icon-404 {
        background: url(../images/404_icon.png) no-repeat;
        width: 289px;
        height: 274px;
        display: inline-block;
        margin-left: 30px;
    }

    .error-wrapper h1 {
        font-size: 90px;
        font-weight: 300;
        margin: -50px 0 0;
    }

    .error-wrapper h2 {
        font-size: 20px;
        font-weight: 300;
        margin: 0 0 30px;
    }

    .error-wrapper p, .error-wrapper p a {
        font-size: 18px;
        font-weight: 300;
    }

        .error-wrapper p.page-404 {
            color: #7dfff7;
        }

            .body-500, .error-wrapper p.page-404 a, .error-wrapper p.page-404 a:hover, .error-wrapper p.page-500 a, .error-wrapper p.page-500 a:hover {
                color: #fff;
            }

.body-500 {
    background: #8075c6;
}

.error-wrapper p.page-500 {
    color: #afa5f1;
}

.error-wrapper .icon-500 {
    background: url(../images/500_icon.png) no-repeat;
    width: 289px;
    height: 274px;
    display: inline-block;
    margin-left: 55px;
}

.profile-nav .user-heading {
    background: #ff766c;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

    .profile-nav .user-heading.round a {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 10px solid rgba(255,255,255,.3);
        display: inline-block;
    }

    .profile-nav .user-heading a img {
        width: 112px;
        height: 112px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .profile-nav .user-heading h1 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .profile-nav .user-heading p {
        font-size: 12px;
    }

.profile-nav ul {
    margin-top: 1px;
}

    .profile-nav ul > li {
        border-bottom: 1px solid #ebeae6;
        margin-top: 0;
        line-height: 30px;
    }

        .profile-nav ul > li:last-child {
            border-bottom: none;
        }

        .profile-nav ul > li > a {
            border-radius: 0;
            -webkit-border-radius: 0;
            color: #89817f;
            border-left: 5px solid #fff;
        }

            .profile-nav ul li.active a, .profile-nav ul > li > a:focus, .profile-nav ul > li > a:hover {
                background: #f8f7f5 !important;
                border-left: 5px solid #ff766c;
                color: #89817f !important;
            }

        .profile-nav ul > li:last-child > a:last-child {
            border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
        }

        .profile-nav ul > li > a > i {
            font-size: 16px;
            padding-right: 10px;
            color: #bcb3aa;
        }

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}

.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color: #f8f7f5;
    border-top: 1px solid #e7ebee;
}

    .profile-info .panel-footer ul li a {
        color: #7a7a7a;
    }

.bio-graph-heading {
    background: #41cac0;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

    .bio-graph-info h1 {
        font-size: 22px;
        font-weight: 300;
        margin: 0 0 20px;
    }

.bio-row {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 15px;
}

    .bio-row p span {
        width: 100px;
        display: inline-block;
    }

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

    .bio-desk h4 {
        font-size: 15px;
        font-weight: 400;
    }

        .bio-desk h4.terques {
            color: #4CC5CD;
        }

        .bio-desk h4.red {
            color: #e26b7f;
        }

        .bio-desk h4.green {
            color: #97be4b;
        }

        .bio-desk h4.purple {
            color: #caa3da;
        }

.file-pos {
    margin: 6px 0 10px;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

    .summary-head h4 {
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .summary-head p {
        color: rgba(255,255,255,.6);
    }

ul.summary-list {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

    ul.summary-list > li {
        display: inline-block;
        width: 19.5%;
        text-align: center;
        border-right: 1px solid #eaeaea;
    }

.activity, .activity.alt {
    width: 100%;
    margin-bottom: 10px;
}

ul.summary-list > li > a > i {
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li:last-child {
    border-right: none;
}

.activity.alt {
    float: right;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}

.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}

.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}

.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}

.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top: 0;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.invoice-btn a, .invoice-list h4 {
    font-size: 16px;
    font-weight: 300;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

    .activity.alt .activity-desk .panel {
        float: right;
        position: relative;
    }

.activity-desk .panel {
    background: #F4F4F4;
    display: inline-block;
}

.activity .activity-desk .arrow, .activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    top: 13px;
    width: 0;
    position: absolute;
}

.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
    left: -7px;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
    right: -7px;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

    .activity-desk .album a {
        margin-right: 10px;
    }

        .activity-desk .album a:last-child {
            margin-right: 0;
        }

.invoice-list {
    margin-bottom: 30px;
}

.invoice-block {
    text-align: right;
}

ul.amounts li {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.invoice-btn a {
    margin: 0 5px;
}

.corporate-id {
    margin-bottom: 30px;
}

.panel-primary > .panel-heading.navyblue {
    background-color: #2A3542;
    border-color: #2A3542;
    color: #FFF;
}

.table-advance tr td {
    vertical-align: middle !important;
}

.no-border {
    border-bottom: none;
}

.dataTables_filter, .dataTables_length {
    padding: 15px;
}

.dataTables_info {
    padding: 0 15px;
}

.dataTables_filter {
    float: right;
}

.dataTables_length select {
    width: 65px;
    padding: 5px 8px;
}

.dataTables_filter label, .dataTables_length label {
    font-weight: 300;
}

.dataTables_filter label {
    width: 100%;
}

    .dataTables_filter label input {
        width: 78%;
    }

.border-top {
    border-top: 1px solid #ddd;
}

.dataTables_paginate.paging_bootstrap.pagination li {
    float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
        color: #c7c7c7;
    }

    .dataTables_paginate.paging_bootstrap.pagination li a {
        color: #797979;
        padding: 5px 10px;
        display: inline-block;
    }

    .dataTables_paginate.paging_bootstrap.pagination li.active a, .dataTables_paginate.paging_bootstrap.pagination li:hover a {
        color: #797979;
        background: #eee;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-top: -5px;
    margin-bottom: 15px;
}

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    margin-top: -50px;
    vertical-align: top;
}

.fc-view {
    margin-top: -50px;
    overflow: hidden;
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #F3F3F3 !important;
    border-color: #DDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #FF6C60 !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #6883a3 !important;
    border-color: #6883a3 !important;
    color: #FFF !important;
}

.fc-grid th {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F3F3F3 !important;
}

.fc-header-title h2 {
    font-size: 20px !important;
    color: #C8CCD7;
    font-weight: 300;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type=checkbox] {
    margin: 0;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 4px 6px;
}

.fc-corner-left {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.fc-corner-right {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}

.btn-row {
    margin-bottom: 10px;
}

.tab-head {
    background: #7087a3;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.tab-container {
    margin-top: 10px;
}

.tab-head .nav-tabs > li > a {
    border-radius: 0;
    margin-right: 1px;
    color: #fff;
}

    .tab-head .nav-tabs > li.active > a, .tab-head .nav-tabs > li.active > a:focus, .tab-head .nav-tabs > li.active > a:hover, .tab-head .nav-tabs > li > a:hover {
        background-color: #f1f2f7;
        border-color: #f1f2f7;
        color: #797979;
    }

.progress-xs {
    height: 8px;
}

.progress-sm {
    height: 12px;
}

.panel-heading .nav {
    border: none;
    font-size: 13px;
    margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
    background: #7087A3;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:focus, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li > a {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

    .panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
        color: #47596f;
        background: #fff;
    }

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0;
    -webkit-border-radius: 4px 0 0;
}

.tab-right {
    height: 38px;
}

    .panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
    }

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0;
}

.m-bot20 {
    margin-bottom: 20px;
}

.m-bot-none {
    margin-bottom: 0;
}

.wht-color {
    color: #fff;
}

.close-sm {
    font-size: 14px;
}

.carousel-indicators li {
    background: rgba(0,0,0,.2);
    border: none;
    transition: background-color .25s ease 0s;
    -moz-transition: background-color .25s ease 0s;
    -webkit-transition: background-color .25s ease 0s;
}

.carousel-indicators .active {
    background: #ff6c60;
    height: 10px;
    margin: 1px;
    width: 10px;
}

.carousel-indicators.out {
    bottom: -5px;
}

.carousel-control {
    color: #999;
    text-shadow: none;
    width: 45px;
}

    .carousel-control i {
        display: inline-block;
        height: 25px;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 20px;
        z-index: 5;
    }

    .carousel-control.left, .carousel-control.right {
        background: 0 0;
        filter: none;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #CCC;
        opacity: .9;
        text-decoration: none;
    }

.carousel-inner h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.carousel-inner {
    margin-bottom: 15px;
}

.gritter-close {
    left: auto !important;
    right: 3px !important;
}

.sm-input {
    width: 175px;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .form-horizontal.tasi-form .form-group:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .form-horizontal.tasi-form .form-group .help-block {
        margin-bottom: 0;
    }

.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}

.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border: none;
}

.iconic-input {
    position: relative;
}

    .iconic-input i {
        color: #CCC;
        display: block;
        font-size: 16px;
        height: 16px;
        margin: 8px 5px 8px 10px;
        position: absolute;
        text-align: center;
        width: 16px;
    }

    .iconic-input input {
        padding-left: 30px !important;
    }

    .iconic-input.right input {
        padding-left: 10px !important;
        padding-right: 30px !important;
    }

    .iconic-input.right i {
        float: right;
        right: 5px;
    }

input.spinner[type=time], input.spinner[type=week], input.spinner[type=number], input.spinner[type=email], input.spinner[type=url], input.spinner[type=search], input.spinner[type=tel], input.spinner[type=color], input.spinner[type=text], input.spinner[type=password], input.spinner[type=datetime], input.spinner[type=datetime-local], input.spinner[type=date], input.spinner[type=month] {
    background: url(../images/input-spinner.gif) right no-repeat !important;
}

.cmxform .form-group label.error {
    display: inline;
    margin: 5px 0;
    color: #B94A48;
    font-weight: 400;
}

.cmxform .form-group input.error, .cmxform .form-group textarea.error, input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus {
    border-color: #B94A48 !important;
}

#signupForm label.error {
    display: inline;
    margin: 5px 0;
    width: auto;
    color: #B94A48;
}

.checkbox, .checkbox:focus, .checkbox:hover {
    border: none;
}

table.sliders tr td {
    padding: 30px 0;
    border: none;
}

.slider {
    margin-top: 3px;
}

.slider-info {
    padding-top: 10px;
}

.sliders .ui-widget-header {
    background: #22bacf !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 0 !important;
}

#eq span {
    height: 120px;
    float: left;
    margin: 15px;
}

.ui-widget-content {
    background: #f0f2f7 !important;
    border: none !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}

.ui-slider-horizontal {
    height: 8px !important;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.57em !important;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 3px solid #22bacf !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

.ui-slider-vertical {
    width: 8px !important;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.5em !important;
    }

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2;
}

.has-switch label, .has-switch span {
    float: left;
    height: 29px;
    -webkit-backface-visibility: hidden;
}

.bound-s {
    width: 90px;
    margin-bottom: 15px;
}

.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url(../images/mask.png) 0 0 no-repeat;
    mask: url(../images/mask.png) 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .has-switch.deactivate, .has-switch.deactivate label, .has-switch.deactivate span {
        cursor: default !important;
    }

    .has-switch.deactivate {
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .has-switch > div {
        width: 162%;
        position: relative;
        top: 0;
    }

        .has-switch > div.switch-animate {
            -webkit-transition: left .25s ease-out;
            -moz-transition: left .25s ease-out;
            -o-transition: left .25s ease-out;
            transition: left .25s ease-out;
            -webkit-backface-visibility: hidden;
        }

        .has-switch > div.switch-off {
            left: -63%;
        }

            .has-switch > div.switch-off label {
                background-color: #7f8c9a;
                border-color: #bdc3c7;
                -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.5);
                -moz-box-shadow: -1px 0 0 rgba(255,255,255,.5);
                box-shadow: -1px 0 0 rgba(255,255,255,.5);
            }

        .has-switch > div.switch-on {
            left: 0;
        }

            .has-switch > div.switch-on label {
                background-color: #41cac0;
            }

    .has-switch input[type=checkbox] {
        display: none;
    }

    .has-switch span {
        cursor: pointer;
        font-size: 14.99px;
        font-weight: 700;
        line-height: 19px;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 5px;
        position: relative;
        text-align: center;
        width: 50%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transition: .25s ease-out;
        -moz-transition: .25s ease-out;
        -o-transition: .25s ease-out;
        transition: .25s ease-out;
    }

        .has-switch span.switch-left {
            border-radius: 30px 0 0 30px;
            background-color: #2A3542;
            color: #41cac0;
            border-left: 1px solid transparent;
        }

        .has-switch span.switch-right {
            border-radius: 0 30px 30px 0;
            background-color: #bdc3c7;
            color: #fff;
            text-indent: 7px;
        }

            .has-switch span.switch-right [class*=fui-] {
                text-indent: 0;
            }

    .has-switch label {
        border: 4px solid #2A3542;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: 0 -21px 0 -14px;
        padding: 0;
        position: relative;
        vertical-align: middle;
        width: 29px;
        z-index: 100;
        -webkit-transition: .25s ease-out;
        -moz-transition: .25s ease-out;
        -o-transition: .25s ease-out;
        transition: .25s ease-out;
    }

.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url(../images/mask.png) 0 0 no-repeat;
    mask: url(../images/mask.png) 0 0 no-repeat;
}

    .switch-square > div.switch-off label {
        border-color: #7f8c9a;
        border-radius: 6px 0 0 6px;
    }

    .switch-square span.switch-left {
        border-radius: 6px 0 0 6px;
    }

    .switch-square label, .switch-square span.switch-right {
        border-radius: 0 6px 6px 0;
    }

    .switch-square span.switch-left [class*=fui-] {
        text-indent: -10px;
    }

    .switch-square span.switch-right [class*=fui-] {
        text-indent: 5px;
    }

    .switch-square label {
        border-color: #41cac0;
    }

.tagsinput {
    border: 1px solid #e3e6ed;
    border-radius: 6px;
    height: 100px;
    padding: 6px 1px 1px 6px;
    overflow-y: auto;
    text-align: left;
}

    .tagsinput .tag {
        border-radius: 4px;
        background-color: #41cac0;
        color: #fff;
        cursor: pointer;
        margin-right: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        line-height: 15px;
        padding: 6px 13px 8px 19px;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        zoom: 1;
        -webkit-transition: .14s linear;
        -moz-transition: .14s linear;
        -o-transition: .14s linear;
        transition: .14s linear;
        -webkit-backface-visibility: hidden;
    }

        .tagsinput .tag:hover {
            background-color: #39b1a8;
            color: #fff;
            padding-left: 12px;
            padding-right: 20px;
        }

            .tagsinput .tag:hover .tagsinput-remove-link {
                color: #fff;
                opacity: 1;
                display: block;\9
            }

    .tagsinput input {
        background: 0 0;
        border: none;
        color: #34495e;
        font-family: Lato,sans-serif;
        font-size: 14px;
        margin: 0 5px 5px 0;
        padding: 0 0 0 5px;
        outline: 0;
        width: 12px;
    }

.tagsinput-remove-link {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    opacity: 0;
    padding: 7px 7px 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    display: none;\9
}

.add-on, .stepy-tab {
    text-align: center;
}

.tagsinput-remove-link:before {
    color: #fff;
    content: "\f00d";
    font-family: FontAwesome;
}

.tagsinput-add-container {
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
}

.tagsinput-add {
    background-color: #d6dbdf;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 6px 9px;
    display: inline-block;
    zoom: 1;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden;
}

    .tagsinput-add:hover {
        background-color: #3bb8af;
    }

    .tagsinput-add:before {
        content: "\f067";
        font-family: FontAwesome;
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0;
}

.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.radios {
    padding-top: 18px;
}

.label_check input, .label_radio input {
    margin-right: 5px;
}

.has-js .label_check, .has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(../images/checkbox/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../images/checkbox/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../images/checkbox/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../images/checkbox/radio-on.png) no-repeat;
}

.has-js .label_check input, .has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
}

.button-back, .stepy-tab ul li {
    float: left;
}

.add-on .btn {
    padding: 9px;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0;
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px;
}

.datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active:active, .datepicker td span.active:hover, .datepicker td span.active[disabled], .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active:active, .datepicker td.active:hover, .datepicker td.active:hover:active, .datepicker td.active:hover:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover, .daterangepicker td.active, .daterangepicker td.active:hover, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled.active:hover, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled.disabled:hover, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled[disabled]:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active[disabled]:hover {
    background: #41CAC0;
}

.daterangepicker .calendar td, .daterangepicker .calendar th {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
}

.datepicker td span.active, .datepicker td.active, .datepicker td.active:hover, .daterangepicker td.active, .daterangepicker td.active:hover {
    text-shadow: none;
}

.datepicker th.switch {
    width: 125px;
}

.datepicker td span {
    height: 40px;
    line-height: 40px;
}

.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.cke_bottom, .cke_top {
    background: #F5F5F5 !important;
    background: -moz-linear-gradient(center top,#F5F5F5,#F5F5F5) #F5F5F5 !important;
    background: -webkit-linear-gradient(center top,#F5F5F5,#F5F5F5) #F5F5F5 !important;
    background: -o-linear-gradient(center top,#F5F5F5,#F5F5F5) #F5F5F5 !important;
    box-shadow: none;
    padding: 6px 8px 2px;
}

.cke_top {
    border-bottom: 1px solid #ccc !important;
}

.cke_chrome {
    display: block;
    padding: 0;
}

.stepy-tab ul {
    display: inline-block;
}

.step label, .stepy-titles li span {
    display: block;
}

.step legend {
    border: none;
}

.button-next, .finish {
    float: right;
}

.button-back, .button-next, .finish {
    cursor: pointer;
    text-decoration: none;
}

.step {
    clear: left;
}

.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 10px 15px;
}

    .stepy-titles li.current-step div {
        color: #fff;
        cursor: auto;
        background: #A9D86E;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .stepy-titles li div {
        font-size: 16px;
        font-weight: 300;
        background: #eee;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

.user-heading.alt {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alt.green-bg {
    background: #aec785;
}

.profile-nav.alt.green-border ul li.active a, .profile-nav.alt.green-border ul > li > a:focus, .profile-nav.alt.green-border ul > li > a:hover {
    border-left: 5px solid #aec785;
}

.user-heading.alt a {
    float: left;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    border: 5px solid rgba(255,255,255,.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .user-heading.alt a img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.twt-feed {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    color: #FFF;
    padding: 10px;
    position: relative;
    text-align: center;
}

    .twt-feed.blue-bg {
        background: #58C9F3;
    }

    .twt-feed h1 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .twt-feed a {
        border: 8px solid #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        display: inline-block;
        margin-bottom: -55px;
    }

        .twt-feed a img {
            height: 112px;
            width: 112px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }

.twt-category {
    display: inline-block;
    margin-bottom: 11px;
    margin-top: 55px;
    width: 100%;
}

.chat-form .input-cont, .twt-write {
    margin-bottom: 10px;
}

.twt-category ul li {
    color: #89817f;
    font-size: 13px;
}

.twt-category h5 {
    font-size: 20px;
    font-weight: 300;
}

.twt-write .t-text-area {
    border: 1px solid #eee;
    border-radius: 0;
}

.twt-footer {
    padding: 10px 15px;
}

.btn-space {
    padding-left: 11.6%;
    padding-right: 11%;
}

.p-head {
    color: #f77b6f;
    font-weight: 400;
    font-size: 14px;
}

.cmt-head {
    font-weight: 400;
    font-size: 13px;
}

.p-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.pull-right.chat-features {
    margin-top: 10px;
}

.chat-form {
    margin-top: 25px;
    clear: both;
}

    .chat-form .input-cont input {
        margin-bottom: 0;
        border: 1px solid #d3d3d3 !important;
        margin-top: 0;
        min-height: 45px;
        background-color: #fff !important;
    }

.chat-features a {
    margin-left: 10px;
}

    .chat-features a i {
        color: #d0d0d0;
    }

.timeline-messages:before {
    background: rgba(0,0,0,.1);
    bottom: 0;
    width: 2px;
}

.msg-time-chat .text:before, .msg-time-chat:before, .timeline-messages:before {
    content: "";
    left: 60px;
    position: absolute;
    top: -2px;
}

.msg-time-chat, .timeline-messages, .timeline-messages .msg-in, .timeline-messages .msg-out {
    position: relative;
}

    .timeline-messages .msg-in .arrow, .timeline-messages .msg-out .arrow {
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        display: block;
        height: 0;
        left: -8px;
        position: absolute;
        top: 13px;
        width: 0;
    }

    .msg-time-chat:first-child:before {
        margin-top: 16px;
    }

    .msg-time-chat:before {
        background: #CCC;
        border: 2px solid #FAFAFA;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        height: 14px;
        margin: 23px 0 0 -6px;
        width: 14px;
    }

    .msg-time-chat:hover:before {
        background: #41cac0;
    }

span.customSelect, span.customSelect.changed {
    background-color: #fff;
}

.msg-time-chat:first-child {
    padding-top: 0;
}

.message-img {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

    .message-img img {
        display: block;
        height: 44px;
        width: 44px;
    }

#taglist, #time, .adtocart, .lock-wrapper .locked, .pro-title, .rating span.star {
    display: inline-block;
}

.flot-chart .bars, .flot-chart .chart, .flot-chart .pie, .gmaps {
    height: 300px;
}

.message-body {
    margin-left: 80px;
}

.msg-time-chat .msg-in .text, .msg-time-chat .msg-out .text {
    border: 1px solid #e3e6ed;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-time-chat p {
    margin: 0;
}

.msg-time-chat .attribution {
    font-size: 11px;
    margin: 0 0 5px;
}

.msg-in a, .msg-in a:hover, .msg-out a, .msg-out a:hover {
    text-decoration: none;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

.msg-time-chat {
    overflow: hidden;
    padding: 8px 0;
}

.msg-in a, .msg-in a:hover {
    color: #b64c4c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.msg-out a, .msg-out a:hover {
    color: #288f98;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

span.customSelect {
    font-size: 12px;
    padding: 10px;
    border: 1px solid #EAEAEA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #A4AABA;
}

.customSelectInner {
    background: url(../images/customSelect-arrow.gif) center right no-repeat;
}

.boxed-page {
    background-color: #ccc !important;
}

    .boxed-page .container {
        background: #2A3542;
        padding-left: 0;
        padding-right: 0;
    }

        .boxed-page .container #sidebar {
            position: inherit;
        }

        .boxed-page .container .header .container {
            background: #fff;
        }

        .boxed-page .container aside {
            float: left;
        }

        .boxed-page .container .wrapper {
            background: #F1F2F7;
            min-height: 900px;
        }

.tools a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}

.gmaps {
    width: 100%;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}

    .rating span.star {
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
    }

#headerLeft h2, #headerLeft h3, #time {
    font-family: 'Open Sans',sans-serif;
}

.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #BEC3C7;
}

.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #41CAC0;
}

.classic-search {
    margin-bottom: 30px;
}

    .classic-search h4 {
        margin-bottom: 3px;
        font-weight: 300;
        font-size: 16px;
    }

        .classic-search h4 a {
            color: #314558;
        }

            .classic-search h4 a:hover {
                text-decoration: underline;
            }

#editor-container {
    width: 100%;
    margin: 10px auto 0;
}

#header-editor {
    overflow: hidden;
    padding: 0 0 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

#headerLeft, #headerRight {
    width: 49%;
    overflow: hidden;
}

#headerLeft {
    float: left;
    padding: 10px 1px 1px;
}

    #headerLeft h2, #headerLeft h3 {
        margin: 0;
        overflow: hidden;
        font-weight: 400;
    }

    #headerLeft h2 {
        font-size: 2.6em;
        line-height: 1.1em;
        text-transform: capitalize;
        color: #314558;
        margin-bottom: 20px;
    }

    #headerLeft h3 {
        font-size: 1.5em;
        line-height: 1.1em;
        margin: .2em 0 0;
        color: #757575;
    }

#headerRight {
    float: right;
    padding: 1px;
}

    #headerRight p {
        line-height: 1.8em;
        text-align: justify;
        margin: 0;
    }

        #headerRight p + p {
            margin-top: 20px;
        }

    #headerRight > div {
        padding: 20px;
        margin: 0 0 0 30px;
        font-size: 1.1em;
        color: #757575;
    }

#columns {
    color: #757575;
    overflow: hidden;
    padding: 20px 0;
}

    #columns h3 {
        color: #314558;
    }

    #columns > div {
        float: left;
        width: 33.3%;
    }

    #columns #column1 > div {
        margin-left: 1px;
    }

    #columns #column3 > div {
        margin-right: 1px;
    }

    #columns > div > div {
        margin: 0 10px;
        padding: 10px 20px;
    }

    #columns blockquote {
        margin-left: 15px;
    }

#taglist {
    font-weight: 700;
    margin: 0 0 0 20px;
}

.cke_editable.cke_editable_inline.cke_focus {
    background: #fcfcfc;
    border: 1px solid #eaeaea;
    cursor: text;
    outline: 0;
}

.adv-table table tr td {
    padding: 10px;
}

.adv-table table.display thead th {
    border-bottom: 1px solid #DDD;
    padding: 10px;
}

tr.even.gradeA td.sorting_1, tr.odd td.sorting_1, tr.odd.gradeA td.sorting_1 {
    background: 0 0;
}

td.details {
    background-color: #eee;
}

    .dataTable tr:last-child, td.details table tr td {
        border: none;
    }

.adv-table table.display tr.odd.gradeA {
    background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
    background-color: #FFF;
}

.adv-table .dataTables_filter label input {
    float: right;
    margin-left: 10px;
    width: 78%;
}

.adv-table .dataTables_filter label {
    line-height: 33px;
    width: 100%;
}

.adv-table .dataTables_length select {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    width: 65px;
}

.adv-table .dataTables_filter, .adv-table .dataTables_info, .adv-table .dataTables_length, .dataTables_paginate {
    padding: 15px 0;
}

.cke_chrome {
    border: none !important;
}

.editable-table .dataTables_filter {
    width: 80%;
}

table.display tr.even.gradeC, table.display tr.even.gradeU, table.display tr.even.gradeX, table.display tr.gradeC, table.display tr.gradeU, table.display tr.gradeX, tr.even td.sorting_1, tr.even.gradeU td.sorting_1, tr.even.gradeX td.sorting_1, tr.odd.gradeC td.sorting_1, tr.odd.gradeU td.sorting_1, tr.odd.gradeX td.sorting_1 {
    background: 0 0 !important;
}

.demo-xchart {
    height: 400px;
    width: 100%;
}

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

    .horizontal-menu .navbar-nav > li > a {
        padding-bottom: 20px;
        padding-top: 20px;
    }

.full-width .navbar-header {
    width: 100%;
}

.full-width .nav .open > a, .full-width .nav .open > a:focus, .full-width .nav .open > a:hover, .full-width .nav li.active a, .full-width .nav li.dropdown a:hover, .full-width .nav li.dropdown.open a:focus, .full-width .nav > li > a:hover {
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.full-width .dropdown-menu {
    box-shadow: none;
}

    .full-width .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 13px;
    }

.form-body {
    padding: 20px;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #2A3542;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

.ms-container .ms-list, .ms-container .ms-list.ms-focus {
    box-shadow: none !important;
}

    .ms-container .ms-list.ms-focus {
        border: 1px solid #2A3542;
    }

.ms-selectable .search-input, .ms-selection .search-input {
    margin-bottom: 10px;
}

.spinner-buttons.btn-group-vertical .btn {
    height: 17px;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 22px;
}

    .spinner-buttons.btn-group-vertical .btn i {
        margin-top: -3px;
    }

    .spinner-buttons.btn-group-vertical .btn:first-child {
        border-radius: 0 4px 0 0 !important;
        -webkit-border-radius: 0 4px 0 0 !important;
    }

    .spinner-buttons.btn-group-vertical .btn:last-child {
        border-radius: 0 0 4px !important;
        -webkit-border-radius: 0 0 4px !important;
    }

.wysihtml5-toolbar .btn-default {
    background: #fff;
    color: #757575;
}

#sortable {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

    #sortable li {
        padding-left: 3em;
        font-size: 12px;
    }

        #sortable li i {
            position: absolute;
            left: 6px;
            padding: 4px 10px 0;
            cursor: pointer;
        }

        #sortable li input[type=checkbox] {
            margin-top: 0;
        }

.ui-sortable > li {
    padding: 15px 0 15px 35px !important;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom: none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

.lock-screen {
    background: url(../images/lock-bg.jpg) #02bac6;
    background-size: cover;
}

.lock-wrapper {
    margin: 10% auto;
    max-width: 330px;
}

.lock-box {
    background: rgba(255,255,255,.3);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

.lock-wrapper img {
    position: absolute;
    left: 40%;
    top: -40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid #fff;
}

.lock-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0 0;
}

.lock-wrapper .locked {
    margin-bottom: 20px;
    color: #026f7a;
}

.btn-lock, .btn-lock:hover {
    background: #02b5c2;
    color: #fff;
}

.lock-input {
    width: 83%;
    border: none;
    float: left;
    margin-right: 3px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 60px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 300;
}

.language {
    margin-top: 4px;
}

    .language .dropdown-menu {
        border: 1px solid #eee;
        box-shadow: 0 2px 3px rgba(0,0,0,.176) !important;
    }

        .language .dropdown-menu li a {
            border-bottom: 1px solid #eee;
            padding: 10px;
            font-size: 13px;
        }

        .language .dropdown-menu li:last-child a {
            border-bottom: none;
        }

.prod-cat li a {
    border-bottom: 1px dashed #d9d9d9;
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

    .prod-cat li ul li a {
        border-bottom: none;
    }

        .prod-cat li a.active, .prod-cat li a:focus, .prod-cat li a:hover, .prod-cat li ul li a:focus, .prod-cat li ul li a:hover, .prod-cat li ul li.active a {
            background: 0 0;
            color: #ff7261;
        }

.pro-lab {
    margin-right: 20px;
    font-weight: 400;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

    .adtocart i {
        color: #fff;
        font-size: 25px;
        line-height: 42px;
    }

.pro-title {
    color: #5A5A5A;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color: #fc5959;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

    .pro-img-details img {
        width: 100%;
    }

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

    .product_meta span {
        display: block;
        margin-bottom: 10px;
    }

    .pro-price, .product_meta a {
        color: #fc5959;
    }

.amount-old, .pro-price {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

    .pro-img-list a {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

/*.site-footer {
    background: #5b6e84;
    color: #fff;
    padding: 10px 0;
}*/

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .go-top i {
        color: #2A3542;
    }

.site-min-height {
    min-height: 900px;
}

.always-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.feature-head {
    padding: 10px 0 50px;
}

    .feature-head h1 {
        font-size: 25px;
        font-weight: 400;
    }

.pricing-table {
    background: #fff;
    text-align: center;
    padding: 0 0 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .pricing-table.most-popular {
        top: -20px;
        position: relative;
    }

.most-popular {
    background: #f77b6f;
    color: #fff;
}

    .most-popular h1 {
        font-size: 25px !important;
        padding-bottom: 10px;
        padding-top: 17px !important;
    }

    .most-popular h2 {
        background: #d76b61 !important;
        margin-top: 20px !important;
    }

    .most-popular ul li {
        border-bottom: 1px dotted #d76b61 !important;
    }

    .most-popular .price-actions .btn {
        background: #d76b61 !important;
        margin: 10px 0;
        cursor: pointer;
    }

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #acacac;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head h1 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
}

.pricing-head h2 {
    padding: 30px 0;
    background: #777;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.pricing-table ul {
    margin: 15px 0;
    padding: 0;
}

    .pricing-table ul li {
        border-bottom: 1px dotted #CCC;
        margin: 0 2em;
        padding: 1em 0;
        text-align: center;
        font-weight: 300;
    }

.pricing-head span.note {
    display: inline;
    font-size: 25px;
    line-height: .8em;
    position: relative;
    top: -18px;
}

.pricing-quotation, .team-info {
    background: #EEE;
    padding: 20px 20px 35px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .pricing-quotation h3, .team-info h3 {
        font-weight: 300;
    }

    .pricing-quotation p, .team-info p {
        margin-bottom: 0;
    }

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEE;
    border-color: #EEE;
    border-image: none;
    border-right: 1px solid #EEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

.cover-photo, .profile-thumb {
    position: relative;
}

.sortable .panel .panel-heading {
    cursor: move;
}

.vertical-menu li a {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #797979;
    transition: all .3s ease;
}

    .chat-room-head .search-btn, .vertical-menu li a:focus, .vertical-menu li a:hover, .vertical-menu li.active a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .vertical-menu li a:focus, .vertical-menu li a:hover, .vertical-menu li.active a {
        background: #2A3542;
        width: 100%;
        float: left;
        padding: 10px;
        margin-bottom: 5px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #fff;
        transition: all .3s ease;
    }

.fb-timeline-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.profile-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -90px;
    border: 3px solid #fff;
}

.fb-border, .fb-comments li {
    border-top: 1px solid #ebeef5;
}

.profile-thumb {
    float: left;
}

.fb-user-mail {
    margin: 10px 0 0 20px;
    display: inline-block;
}

.fb-name {
    bottom: 5px;
    left: 175px;
    position: absolute;
}

    .fb-name h2 a {
        color: #FFF;
        text-rendering: optimizelegibility;
        text-shadow: 0 0 3px rgba(0,0,0,.8);
        font-size: 25px;
    }

.fb-user-thumb {
    float: left;
    width: 70px;
    margin-right: 15px;
}

    .fb-user-thumb img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.fb-user-details h3 {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
}

.fb-user-details p {
    color: #c3c3c3;
}

.fb-user-status {
    padding: 10px 0;
    line-height: 20px;
}

.fb-time-action {
    padding: 15px 0;
}

    .fb-time-action a, .fb-time-action span {
        margin-right: 5px;
    }

    .fb-time-action a {
        color: #2972a1;
    }

        .fb-time-action a:hover {
            text-decoration: underline;
        }

    .fb-time-action span {
        color: #5a5a5a;
    }

.fb-comments li, .fb-status-container {
    margin: 0 -15px;
    padding: 0 15px;
}

.fb-gray-bg {
    background: #f6f6f6;
}

.fb-comments li {
    padding: 15px;
}

.fb-comments .cmt-thumb {
    width: 50px;
    float: left;
    margin-right: 15px;
}

    .fb-comments .cmt-thumb img {
        width: 50px;
    }

.fb-comments .cmt-details {
    padding-top: 5px;
}

    .fb-comments .cmt-details a {
        font-size: 14px;
        font-weight: 700;
    }

        .fb-comments .cmt-details a.like-link {
            font-size: 12px;
            font-weight: 400;
        }

.cmt-form {
    display: inline-block;
    width: 90%;
}

    .cmt-form textarea {
        height: 50px;
        line-height: 35px;
    }

.fb-timeliner h2 {
    background: #828283;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.fb-timeliner ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

    .fb-timeliner ul li {
        margin-bottom: 3px;
    }

        .fb-timeliner ul li a {
            color: #999797;
            border-left: 4px solid #d3d7dd;
            padding-left: 10px;
            padding-top: 3px;
            padding-bottom: 3px;
            display: block;
        }

            .fb-timeliner ul li a:hover {
                color: #999797;
                border-left: 4px solid #b1b1b1;
                padding-left: 10px;
            }

        .fb-timeliner ul li.active a {
            color: #7a7a7a;
            border-left: 4px solid #7a7a7a;
            padding-left: 10px;
        }

.recent-highlight {
    background: #FF6C60 !important;
}

.chat-room {
    display: table;
    width: 100%;
    position: relative;
}

    .chat-room aside {
        display: table-cell;
        float: none;
        height: 100%;
        padding: 0;
        vertical-align: top;
    }

    .chat-room .left-side {
        width: 25%;
        background: #e5e8ef;
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
    }

    .chat-room .mid-side {
        width: 50%;
        background: #fff;
        border-right: 1px solid #e5e8ef;
    }

    .chat-room .right-side {
        width: 25%;
        background: #fff;
        border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
    }

    .chat-room .left-side .user-head {
        background: #00A8B3;
        border-radius: 4px 0 0;
        -webkit-border-radius: 4px 0 0;
        color: #FFF;
        min-height: 70px;
        padding: 15px;
    }

    .chat-room .right-side .user-head {
        background: #00A8B3;
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
        color: #FFF;
        min-height: 70px;
        padding: 10px;
        border-left: 1px solid #00A8B3;
        margin-left: -1px;
        position: relative;
    }

    .chat-room .user-head i {
        float: left;
        font-size: 40px;
        margin-right: 10px;
    }

    .chat-room .user-head h3 {
        margin: 6px 0 0;
        font-weight: 100;
        letter-spacing: 1px;
    }

.chat-room-head {
    background: #41CAC0;
    color: #FFF;
    min-height: 70px;
    padding: 15px;
}

    .chat-room-head h3 {
        margin: 5px 0 0;
        font-weight: 100;
        letter-spacing: 1px;
        display: inline-block;
    }

    .chat-room-head .search-btn {
        width: 20px;
        transition: all .3s ease;
        box-shadow: none;
        background: url(../images/chat-search.png) 12px 9px no-repeat #01a6b2;
        padding: 0 5px 0 35px;
        margin-top: 2px;
        border: none;
        color: #fff;
    }

        .chat-room-head .search-btn:focus, header.blue-bg .search, header.dark-bg .search, header.green-bg .search, header.purple-bg .search {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            box-shadow: none;
        }

        .chat-room-head .search-btn:focus {
            width: 180px;
            transition: all .3s ease;
            font-weight: 300;
            color: #fff;
        }

            .chat-room-head .search-btn:focus::-moz-placeholder {
                color: #fff;
            }

ul.chat-list li a {
    color: #6a6a6a;
    display: block;
    padding: 15px;
    font-weight: 300;
}

    ul.chat-list li a:hover, ul.chat-list li.active a {
        color: #00a9b4;
        background: #f2f4f7;
    }

ul.chat-list li h4 {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D5D7DE;
}

    ul.chat-list li h4 i {
        padding-right: 5px;
    }

ul.chat-list li a span {
    padding-left: 10px;
}

.chat-room .left-side footer, .chat-room .mid-side footer, .chat-room .right-side footer {
    padding: 15px;
    height: 70px;
    position: absolute;
    bottom: 0;
}

ul.chat-list li a i.fa-times {
    color: #9fa3b0;
}

ul.chat-list li.active {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list {
    border-bottom: 1px solid #d5d7de;
}

ul.chat-user {
    margin-bottom: 200px;
}

    ul.chat-user li {
        border-bottom: none;
    }

        ul.chat-user li a:hover {
            background: 0 0;
            color: #6a6a6a;
        }

.chat-room .left-side footer {
    background: #d5d7de;
    border-radius: 0 0 0 4px;
    width: 25%;
}

.chat-room .mid-side footer {
    background: #f6f6f6;
    width: 50%;
    border-right: 1px solid #E5E8EF;
}

.chat-room .right-side footer {
    background: #fff;
    width: 25%;
    border-top: 1px solid #E5E8EF;
    border-radius: 0 0 4px;
    -webkit-border-radius: 0 0 4px;
}

.chat-room .left-side footer .chat-avatar img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    float: left;
}

.room-box, .room-desk {
    width: 100%;
    display: inline-block;
}

.chat-room .left-side footer .user-status {
    float: left;
    margin: 10px;
}

    .chat-room .left-side footer .user-status i {
        padding-right: 5px;
    }

.chat-room .left-side footer a.chat-dropdown {
    background: #96979a;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 5px;
}

.room-box h5, .room-desk h4 {
    font-size: 16px;
    font-weight: 300;
}

.room-desk {
    margin-bottom: 30px;
    padding: 15px;
}

    .room-desk h4 {
        text-transform: uppercase;
        margin: 5px 0 0;
    }

.room-box {
    border: 1px solid #e7e7e7;
    background: #f7f8fa;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .room-box h5 {
        margin: 0 0 5px;
    }

        .room-box h5 a {
            color: #00a9b4;
        }

.chat-tools {
    float: right;
    padding: 3px;
    width: 40px;
    height: 35px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin-top: 6px;
    margin-left: 10px;
}

    .chat-tools i {
        font-size: 16px !important;
        float: none !important;
        margin-right: 0 !important;
        color: #fff;
    }

.btn-key {
    background: #4ac9c0;
}

    .btn-key:hover {
        background: #44bab2;
    }

.invite-row {
    background: #E5E8EF;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
}

    .invite-row h4 {
        font-size: 16px;
        font-weight: 300;
    }

ul.chat-available-user {
    padding: 10px;
}

    ul.chat-available-user li {
        margin-bottom: 15px;
    }

.p-task, .quick-chat-list {
    margin-bottom: 20px;
}

ul.chat-available-user li a {
    color: #6a6a6a;
}

ul.chat-available-user li i {
    padding-right: 5px;
    font-size: 10px;
}

.group-rom {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaebee;
}

.p-task li, .quick-chat-list li {
    border-bottom: 1px dashed #35404d;
}

.group-rom .first-part, .group-rom .second-part, .group-rom .third-part {
    float: left;
    padding: 15px;
}

.group-rom .first-part {
    width: 25%;
}

    .group-rom .first-part.odd {
        background: #f7f8fa;
        color: #6a6a6a;
        font-weight: 600;
    }

.group-rom .second-part {
    width: 60%;
}

.group-rom .third-part {
    width: 15%;
    color: #d4d3d3;
}

a.guest-on {
    color: #6a6a6a;
    margin-top: 8px;
    display: inline-block;
}

    a.guest-on i {
        background: #40cabe;
        color: #fff;
        padding: 4px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        margin-right: 5px;
    }

.chat-txt {
    float: left;
    width: 70%;
    margin-right: 5px;
}

.lobby {
    padding: 0 !important;
}

.sb-slidebar {
    background-color: rgba(42,53,66,1) !important;
    margin-top: 60px;
    color: #aeb2b7;
}

    .sb-slidebar .side-title {
        padding: 10px 15px;
        text-transform: uppercase;
        color: #FF6C60;
    }

.sb-toggle-right {
    cursor: pointer;
    margin-top: 12px;
}

    .sb-toggle-right i {
        font-size: 20px;
    }

.quick-chat-list:last-child {
    padding-bottom: 50px;
}

.quick-chat-list li {
    padding: 10px 15px;
    cursor: pointer;
}

    .quick-chat-list li:hover {
        background: #35404d;
    }

    .quick-chat-list li .media-object {
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.media .media-status {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}

.media .media-body small {
    display: block;
}

.quick-chat-list .media .media-object {
    width: 40px;
    height: 40px;
}

.p-task {
    padding-bottom: 50px;
}

    .p-task li {
        padding: 10px 15px 15px;
    }

        .p-task li:last-child {
            padding: 10px 15px 15px;
            border-bottom: none;
        }

        .p-task li a {
            color: #aeb2b7;
        }

    .p-task.tasks-bar .task-info .percent {
        display: inline-block;
        float: right;
        font-size: 12px;
        margin-top: -15px;
    }

    .p-task .progress {
        height: 10px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .p-task .external a {
        color: #40cabe;
    }

        .p-task .external a:hover {
            color: #FF6C60;
        }

.directory-info-row .social-links, .directory-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .directory-list li {
        border-left: 3px solid #f1f2f7;
        display: table-cell;
        width: 1%;
    }

        .directory-list li a {
            display: block;
            padding: 8px 0;
            text-align: center;
            text-transform: uppercase;
            background: #fff;
            color: #7A7676;
            -moz-transition: all .2s ease-out 0s;
            -webkit-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s;
            text-decoration: none;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

            .directory-info-row .social-links li a:hover, .directory-list li a:hover {
                background: #ff6c60;
                color: #fff;
            }

.directory-info-row {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .directory-info-row .social-links {
        display: inline-block;
        margin-bottom: 10px;
    }

        .directory-info-row .social-links li {
            display: inline-block;
        }

            .directory-info-row .social-links li a {
                background: #EFF0F4;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                color: #7A7676;
            }

    .directory-info-row a, .directory-info-row h4 {
        color: #424F63;
    }

    .directory-info-row .thumb {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        height: auto;
        width: 175px;
        margin-right: 10px;
    }

.mega-menu {
    float: left;
    margin: 5px 0 0 50px;
}

    .mega-menu .navbar-nav {
        height: 55px;
    }

    .mega-menu ul li a {
        margin-bottom: 15px;
        display: inline-block;
        color: #323232;
        font-size: 13px;
    }

        .mega-menu ul li a:focus, .mega-menu ul li a:hover {
            color: #ff6c60;
            background-color: #fff;
        }

    .mega-menu .nav .open > a, .mega-menu .nav .open > a:focus, .mega-menu .nav .open > a:hover {
        background-color: #fff;
    }

    .mega-menu ul li a i {
        padding-right: 5px;
        width: 20px;
    }

    .mega-menu ul li.dropdown a:hover {
        background: 0 0;
    }

.mega-nav #main-content {
    margin-left: 0;
}

.mega-nav .title {
    color: #323232;
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
}

.mega-nav .d-desk, .mega-nav .d-title {
    display: block;
}

.icon-desk, .p-team a {
    display: inline-block;
}

.mega-nav .d-desk {
    color: #aaa;
    font-size: 11px;
}

.custom-nav-img .desk {
    line-height: 25px;
    font-size: 13px;
}

.custom-nav-img {
    position: static;
}

.yamm-content {
    position: relative;
}

.mega-bg {
    background-image: url(../images/mega-menu/corner_image.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 300px;
    height: 130px;
}

.icon-img {
    float: left;
    margin-right: 10px;
}

.mega-menu .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #f1f2f7;
}

.p-table td, .p-table th {
    vertical-align: middle !important;
}

.p-team img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

.p-progress .progress {
    margin-bottom: 5px;
}

.p-name a {
    font-size: 14px;
}

.bold {
    font-weight: 700;
}

.p-details .bio-row p span {
    width: auto;
}

    .p-details .bio-row p span.bold {
        width: 100px;
    }

.project-heading {
    font-size: 20px;
}

.mtop20 {
    margin-top: 20px;
}

.p-files li a {
    margin-bottom: 10px;
    color: #949494;
    display: block;
}

.p-files li i {
    padding-right: 10px;
    width: 20px;
}

.p-tag-list li {
    display: inline-block;
    margin: 0 5px 7px 0;
}

    .p-tag-list li a {
        display: inline-block;
        border: 1px solid #ddd;
        padding: 3px 10px;
        color: #797979;
        border-radius: 4px;
        font-size: 12px;
    }

        .p-tag-list li a:hover {
            background: #ff6c60;
            border-color: #ff6c60;
            color: #fff;
        }

.m-thumb img {
    width: 100%;
    border: 1px solid #ddd;
}

.modal.top-modal-with-space .modal-dialog {
    margin: 20px auto;
}

.modal.fade.left-modal-with-space .modal-dialog {
    position: absolute;
    left: 20px;
}

.modal.fade.right-modal-with-space .modal-dialog {
    position: absolute;
    right: 20px;
}

.modal.top-modal-without-space .modal-dialog {
    margin: 0 auto;
}

.modal.fade.left-modal-without-space .modal-dialog {
    position: absolute;
    left: 0;
}

.modal.fade.right-modal-without-space .modal-dialog {
    position: absolute;
    right: 0;
}

.modal.fade.modal-dialog-center {
    height: 100%;
}

    .modal.fade.modal-dialog-center .modal-dialog {
        display: table;
        height: 100%;
    }

    .modal.fade.modal-dialog-center .modal-content-wrap {
        display: table-cell;
        vertical-align: middle;
    }

.modal.fade.full-width-modal-left .modal-dialog .modal-content, .modal.fade.full-width-modal-left .modal-dialog .modal-content-wrap, .modal.fade.full-width-modal-right .modal-dialog .modal-content, .modal.fade.full-width-modal-right .modal-dialog .modal-content-wrap {
    height: 100%;
}

.modal.fade.full-width-modal-right .modal-dialog {
    height: 100%;
    position: absolute;
    right: 0;
    margin: 0;
}

.modal.fade.full-width-modal-left .modal-dialog {
    height: 100%;
    position: absolute;
    left: 0;
    margin: 0;
}

.full-width-modal-left .modal-content, .full-width-modal-left .modal-header, .full-width-modal-right .modal-content, .full-width-modal-right .modal-header {
    border-radius: 0;
}

.theme-h-color img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.theme-h-color p {
    line-height: 30px;
    margin-bottom: 15px;
}

header.blue-bg a.logo, header.dark-bg a.logo, header.green-bg a.logo, header.purple-bg a.logo {
    color: #fff;
}

header.green-bg {
    background: #88ae59;
    border-bottom: 1px solid #88ae59;
}

header.dark-bg {
    background: #2a3542;
    border-bottom: 1px solid #3b4a5c;
}

header.purple-bg {
    background: #8175c7;
    border-bottom: 1px solid #8175c7;
}

header.blue-bg {
    background: #16aad8;
    border-bottom: 1px solid #16aad8;
}

    header.blue-bg .sb-toggle-right, header.blue-bg .sidebar-toggle-box .fa-bars, header.dark-bg .sb-toggle-right, header.dark-bg .sidebar-toggle-box .fa-bars, header.green-bg .sb-toggle-right, header.green-bg .sidebar-toggle-box .fa-bars, header.purple-bg .sb-toggle-right, header.purple-bg .sidebar-toggle-box .fa-bars {
        color: #fff;
    }

header.green-bg .search, header.green-bg ul.top-menu > li > a {
    border-color: #9dc867 !important;
    color: #fff;
}

header.dark-bg .search, header.dark-bg ul.top-menu > li > a {
    border-color: #3a495b !important;
    color: #fff;
}

header.purple-bg .search, header.purple-bg ul.top-menu > li > a {
    border-color: #9587e6 !important;
    color: #fff;
}

header.blue-bg .search, header.blue-bg ul.top-menu > li > a {
    border-color: #18b7e8 !important;
    color: #fff;
}

    header.blue-bg ul.top-menu > li > a:focus .username, header.blue-bg ul.top-menu > li > a:hover .username, header.dark-bg ul.top-menu > li > a:focus .username, header.dark-bg ul.top-menu > li > a:hover .username, header.green-bg ul.top-menu > li > a:focus .username, header.green-bg ul.top-menu > li > a:hover .username, header.purple-bg ul.top-menu > li > a:focus .username, header.purple-bg ul.top-menu > li > a:hover .username {
        color: #323232 !important;
    }

header.blue-bg .search, header.dark-bg .search, header.green-bg .search, header.purple-bg .search {
    color: #fff !important;
}

header.blue-bg .top-nav .username, header.dark-bg .top-nav .username, header.green-bg .top-nav .username, header.purple-bg .top-nav .username {
    color: #fff;
}

header.blue-bg .top-nav .nav .caret, header.dark-bg .top-nav .nav .caret, header.green-bg .top-nav .nav .caret, header.purple-bg .top-nav .nav .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

header.blue-bg ul.top-menu > li > a:focus .caret, header.blue-bg ul.top-menu > li > a:hover .caret, header.dark-bg ul.top-menu > li > a:focus .caret, header.dark-bg ul.top-menu > li > a:hover .caret, header.green-bg ul.top-menu > li > a:focus .caret, header.green-bg ul.top-menu > li > a:hover .caret, header.purple-bg ul.top-menu > li > a:focus .caret, header.purple-bg ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

header.blue-bg .search, header.dark-bg .search, header.green-bg .search, header.purple-bg .search {
    margin-top: 6px;
    width: 20px;
    transition: all .3s ease;
    border: 1px solid #fff;
    background: url(../images/search-icon-white.png) 10px 8px no-repeat;
    padding: 0 5px 0 35px;
}

    header.blue-bg .search:focus, header.dark-bg .search:focus, header.green-bg .search:focus, header.purple-bg .search:focus {
        margin-top: 5px;
        width: 180px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #c8c8c8;
        font-weight: 300;
    }

.checkbox-list label, .radio-list label {
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.radio-list .radio, .radio-list .radio input, .radio-list .radio span {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 10px 0 0;
}

.checkbox-list .checker span {
    float: left;
    margin-right: 10px;
}

.toastr-pad input, .toastr-row label {
    margin-bottom: 10px;
}

#toast-container > :hover, #toast-container > div {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box-wrap {
    height: 400px;
    overflow: hidden;
}

.w-list li {
    line-height: 20px;
    margin-bottom: 16px;
}

.note-editor .note-toolbar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e4;
    border-radius: 4px 4px 0 0;
}

.note-editor {
    position: relative;
    border: 1px solid #e2e2e4;
    border-radius: 4px;
}

    .note-editor .note-statusbar .note-resizebar {
        border-top: 1px solid #e2e2e4;
    }

    .note-editor .note-statusbar {
        background: #fff;
        border-radius: 4px;
    }

.red-button:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05),inset 0 1px 0 0 #ed895a;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05),inset 0 1px 0 0 #ed895a;
    background-color: #e9724b;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e9724b),to(#df4f33));
    background-image: -webkit-linear-gradient(top,#e9724b,#df4f33);
    background-image: -moz-linear-gradient(top,#e9724b,#df4f33);
    background-image: -o-linear-gradient(top,#e9724b,#df4f33);
    background-image: -ms-linear-gradient(top,#e9724b,#df4f33);
    background-image: linear-gradient(top,#e9724b,#df4f33);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e9724b', EndColorStr='#df4f33');
}

.red-button {
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05),inset 0 1px 0 0 #eb794f;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05),inset 0 1px 0 0 #eb794f;
}

    .red-button, .red-button:active {
        background-color: #e66643;
        color: #fff;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#e66643),to(#dd4a30));
        background-image: -webkit-linear-gradient(top,#e66643,#dd4a30);
        background-image: -moz-linear-gradient(top,#e66643,#dd4a30);
        background-image: -o-linear-gradient(top,#e66643,#dd4a30);
        background-image: -ms-linear-gradient(top,#e66643,#dd4a30);
        background-image: linear-gradient(top,#e66643,#dd4a30);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e66643', EndColorStr='#dd4a30');
    }

        .red-button:after {
            background-color: #dc3d27;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#dc3d27),to(#cb291a));
            background-image: -webkit-linear-gradient(top,#dc3d27,#cb291a);
            background-image: -moz-linear-gradient(top,#dc3d27,#cb291a);
            background-image: -o-linear-gradient(top,#dc3d27,#cb291a);
            background-image: -ms-linear-gradient(top,#dc3d27,#cb291a);
            background-image: linear-gradient(top,#dc3d27,#cb291a);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#dc3d27', EndColorStr='#cb291a');
        }

        .red-button:active:after {
            background-color: #d63724;
            background-image: -webkit-gradient(linear,left top,left bottom,from(#d63724),to(#cf2d1d));
            background-image: -webkit-linear-gradient(top,#d63724,#cf2d1d);
            background-image: -moz-linear-gradient(top,#d63724,#cf2d1d);
            background-image: -o-linear-gradient(top,#d63724,#cf2d1d);
            background-image: -ms-linear-gradient(top,#d63724,#cf2d1d);
            background-image: linear-gradient(top,#d63724,#cf2d1d);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d63724', EndColorStr='#cf2d1d');
        }

.login_right {
    position: fixed;
    bottom: 0;
    right: 80px;
    padding: 00px 0 150px;
    z-index: 999;
}

.footer_smalllogo, .footer_smalllogo_login {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 4;
}

.footer_smalllogo {
    background-color: #021C3C;
}


@media (max-width:320px) {
    .form-signin {
        width: 90%;
    }
    .form-signin input[type=text], .form-signin input[type=password]{
        min-width: 50%;
    }
}


/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
