@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic);
/* Basic styles */
html,
body {
    height: 100%;
    hyphens: auto !important;
}

body {
    height: 100%;
    font-family: "Arial", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    background-color: #ffffff;
    color: #333333;
    padding-top: 40px;
}

li.event_item {
    color: #428bca;
    cursor: pointer;
}

p.search-form-sorting {
    display: block;
}

.l-video-container {
    margin-top: 20px;
}

li.event_item.active {
    color: #33ca46;
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
}

img {
    max-width: 100% !important;
}

/* Basic styles */
/* typography */
p {
    margin: 0;
    padding-bottom: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 20px 0 18px 0;
    padding: 0;
}

h1,
.h1 {
    font-size: 24px;
    position: relative;
}

h1.small,
.h1.small {
    font-size: 19.2px;
}

h2,
.h2 {
    font-size: 20px;
    position: relative;
}

h2.small,
.h2.small {
    font-size: 16px;
}

h3,
.h3 {
    font-size: 18px;
}

h3.small,
.h3.small {
    font-size: 14.4px;
}

h4,
.h4 {
    font-size: 16px;
}

h4.small,
.h4.small {
    font-size: 14.4px;
}

h5,
.h5 {
    font-size: 14px;
}

h5.small,
.h5.small {
    font-size: 12.6px;
}

h6,
.h6 {
    font-size: 14px;
}

h6.small,
.h6.small {
    font-size: 12.6px;
}

/* typography */
/* Links */
a {
    text-decoration: underline;
    color: #428bca;
    outline: none !important;
}

a:hover,
a:focus {
    color: #7ec26c;
    text-decoration: none;
}

a.link-advertise {
    color: #ef9200;
}

a.link-advertise span {
    border-color: #ef9200 !important;
}

a.link-delete {
    color: #dc3535;
}

a.link-delete span {
    border-color: #dc3535 !important;
    color: #dc3535;
}

a.link-delete:hover span,
a.link-delete:focus span {
    border: none !important;
    color: #dc3535 !important;
}

a.link-add {
    color: #68af55;
}

a.link-add span {
    border-color: #68af55 !important;
}

a.link-add:hover span {
    border: none !important;
}

a.link-add:hover .fa {
    color: #68af55;
}

a.link-add-2 {
    color: #aaaaaa;
}

a.link-add-2 span {
    border-color: #aaaaaa !important;
}

a.link-add-2:hover .fa {
    color: #7ec26c;
}

.top-bar a,
.navbar-nav > li > a,
.btn,
.dropdown-menu a,
.nav-tabs a,
.list-heading a {
    text-decoration: none;
}

a.ajax-link,
button.ajax-link {
    text-decoration: none;
    white-space: nowrap;
}

a.ajax-link span,
button.ajax-link span {
    border-bottom: 1px dashed #428bca;
    text-decoration: none;
}

a.ajax-link span:hover,
button.ajax-link span:hover {
    border-color: #7ec26c !important;
}

a.ajax-link:hover span,
button.ajax-link:hover span,
a.ajax-link:focus span,
button.ajax-link:focus span {
    border-bottom: 1px dashed #7ec26c;
    color: #7ec26c;
}

.link-red,
.link-red:hover {
    color: #ed1e1e;
}

.link-red.ajax-link > span,
.link-red:hover.ajax-link > span {
    border-color: #ed1e1e !important;
    color: #ed1e1e !important;
}

.link-green {
    color: #56a230;
}

.link-green.ajax-link span {
    border-color: #56a230 !important;
}

.link-green.ajax-link:hover span {
    border-color: transparent !important;
}

.link-hover-red:hover,
.link-hover-red:focus,
.link-hover-red:active {
    color: #ed1e1e !important;
}

.link-hover-red.ajax-link:hover span,
.link-hover-red.ajax-link:focus span,
.link-hover-red.ajax-link:active span {
    color: #ed1e1e;
    border-color: transparent !important;
}

/* Links */
/* Links with icons ("fa" is a class for Font Awesome icon) */
.fa.c-link-icon {
    padding-right: 4px;
}

.c-icon-fixed {
    color: #68af55;
}

span + .fa.c-link-icon {
    padding-left: 4px;
    padding-right: 0;
}

/* Links with icons */
/* Headings */
header.title {
    color: #555555;
    padding: 15px 0;
    margin-bottom: 15px;
}

header.title h1,
header.title h2,
header.title h3,
header.title h4,
header.title h5,
header.title h6 {
    margin-top: 5px;
    margin-bottom: 0;
    border: 0 !important;
}

@media (max-width: 768px) {
    header.title .pull-left,
    header.title .pull-right {
        float: none !important;
        margin: 5px 0;
    }
}

.title-type-2 {
    margin-bottom: 10px;
}

.title-type-2 h1 {
    font-size: 18px;
}

.title-type-2 h1,
.title-type-2 h2,
.title-type-2 h3,
.title-type-2 h4,
.title-type-2 h5,
.title-type-2 h6 {
    padding-top: 12px;
    margin-bottom: 10px !important;
}

.title-type-2 .pro {
    position: relative;
    top: -2px;
}

/* Headings */
/* Text aligns */
@media (max-width: 600px) {
    .text-center-mobile {
        text-align: center;
    }
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

/* Text aligns */
/* Paddings and Margins */
.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.pd30 {
    padding: 30px !important;
}

.pd40 {
    padding: 40px !important;
}

.pd50 {
    padding: 50px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdl40 {
    padding-left: 40px !important;
}

.pd0 {
    padding: 0 !important;
}

.pdl50 {
    padding-left: 50px !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdr50 {
    padding-right: 50px !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.pdb50 {
    padding-bottom: 50px !important;
}

.mrgt0 {
    margin-top: 0 !important;
}

.mrg5 {
    margin: 5px !important;
}

.mrg10 {
    margin: 10px !important;
}

.mrg15 {
    margin: 15px !important;
}

.mrg20 {
    margin: 20px !important;
}

.mrg30 {
    margin: 30px !important;
}

.mrg40 {
    margin: 40px !important;
}

.mrg50 {
    margin: 50px !important;
}

.mrgl5 {
    margin-left: 5px !important;
}

.mrgl10 {
    margin-left: 10px !important;
}

.mrgl15 {
    margin-left: 15px !important;
}

.mrgl20 {
    margin-left: 20px !important;
}

.mrgl30 {
    margin-left: 30px !important;
}

.mrgl40 {
    margin-left: 40px !important;
}

.mrgl50 {
    margin-left: 50px !important;
}

.mrgt5 {
    margin-top: 5px !important;
}

.mrgt10 {
    margin-top: 10px !important;
}

.mrgt15 {
    margin-top: 15px !important;
}

.mrgt20 {
    margin-top: 20px !important;
}

.mrgt30 {
    margin-top: 30px !important;
}

.mrgt40 {
    margin-top: 40px !important;
}

.mrgt50 {
    margin-top: 50px !important;
}

.mrgr5 {
    margin-right: 5px !important;
}

.mrgr10 {
    margin-right: 10px !important;
}

.mrgr15 {
    margin-right: 15px !important;
}

.mrgr20 {
    margin-right: 20px !important;
}

.mrgr30 {
    margin-right: 30px !important;
}

.mrgr40 {
    margin-right: 40px !important;
}

.mrgr50 {
    margin-right: 50px !important;
}

.mrgb0 {
    margin-bottom: 0 !important;
}

.mrgb5 {
    margin-bottom: 5px !important;
}

.mrgb10 {
    margin-bottom: 10px !important;
}

@media (max-width: 767px) {
    .mrgb10-xs {
        margin-bottom: 10px !important;
    }
}

.mrgb15 {
    margin-bottom: 15px !important;
}

.mrgb20 {
    margin-bottom: 20px !important;
}

.mrgb30 {
    margin-bottom: 30px !important;
}

.mrgb40 {
    margin-bottom: 40px !important;
}

.mrgb50 {
    margin-bottom: 50px !important;
}

/* Paddings and Margins */
.nowrap {
    white-space: nowrap;
}

/* Scroll to top */
.c-scrolltop {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 998;
}

@media (max-width: 1140px) {
    .c-scrolltop {
        display: none !important;
    }
}

.c-scrolltop a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.c-scrolltop a:hover {
    color: #68af55;
}

.c-scrolltop span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    display: block;
    margin-bottom: 7px;
    background: #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.c-scrolltop a:hover span {
    background-color: #68af55;
}

/* Pro Account */
.pro,
label span.pro {
    font-size: 11px;
    padding: 2px 5px !important;
    background: #e43636;
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none !important;
    font-family: "Arial", sans-serif;
    cursor: default;
}

.pro-client,
label span.pro-client {
    font-size: 11px;
    padding: 2px 5px;
    background: #f7ae39;
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none !important;
}

.c-verified {
    color: #ff6e00 !important;
    font-size: 18px;
    position: relative;
    top: 2px;
}

/* Pro Account */
/* Forms and buttons */
.form-horizontal .form-inline .form-group {
    margin-left: 0 !important;
    margin-right: 15px !important;
}

.help-block {
    font-size: 12px;
    font-style: italic;
    color: #999;
}

.checkbox {
    line-height: 20px;
}

.checkbox span {
    border-bottom: 1px dashed #428bca;
    color: #428bca;
}

.checkbox:hover {
    cursor: pointer;
}

.checkbox:hover span {
    border-bottom-color: #7ec26c;
    color: #7ec26c;
}

label {
    font-weight: normal;
}

@media (max-width: 991px) {
    .control-label {
        padding-bottom: 5px;
    }
}

fieldset[disabled] .btn-link {
    text-decoration: underline;
}

.input-group-addon {
    border-color: #c7d9df;
    background-color: #edf4f5;
}

.form-control {
    border: 1px solid #c7d9df;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    background-color: #fff;
}

.form-control:focus {
    border-color: #7ec26c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-feedback .form-control-feedback {
    font-size: 18px;
    color: #ccc;
}

.c-formSuccess {
    margin-right: 10px !important;
}

@media (max-width: 600px) {
    .c-formSuccess {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .c-formSuccess span {
        display: block;
    }
}

.c-formSubmit .c-formCancel {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 600px) {
    .c-formSubmit {
        text-align: center;
    }

    .c-formSubmit .c-formCancel {
        padding: 5px 0;
        display: block;
        margin: 0;
    }
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    outline: none;
    white-space: normal;
    padding: 6px 12px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}

.btn .fa {
    margin: 0 3px;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-sm {
    padding: 5px 7px;
}

.btn-md {
    font-weight: normal;
}

.btn-tiny {
    padding: 2px 5px;
    font-size: 12px;
}

.btn-link {
    color: #428bca;
    outline: none;
    text-decoration: underline;
}

.btn-link:active,
.btn-link[disabled] {
    text-decoration: underline;
}

.btn-link:hover,
.btn-link:focus {
    color: #7ec26c;
    text-decoration: none;
}

.btn-primary {
    background-color: #68af55;
    border-color: #68af55;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #7ec26c;
    border-color: #7ec26c;
}

.open .dropdown-toggle.btn-primary {
    background-color: #7ec26c;
    border-color: #7ec26c;
    color: #ffffff;
    background-color: #68af55;
    border-color: #68af55;
    background-image: none;
    color: #fff !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #7ec26c;
    border-color: #7ec26c;
}

.btn-secondary {
    background-color: #0087b3;
    border-color: #0087b3;
    color: #FFF;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #00a8c6;
    border-color: #00a8c6;
    color: #FFF;
}

.open .dropdown-toggle.btn-secondary {
    background-color: #c7d9df;
    border-color: #c7d9df;
}

.btn-default {
    background: #f5f5f5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #f5f5f5));
    background: -ms-linear-gradient(bottom, #eeeeee, #f5f5f5);
    background: -moz-linear-gradient(center bottom, #eeeeee 0%, #f5f5f5 100%);
    background: -o-linear-gradient(#f5f5f5, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
    border-color: #dddddd;
    color: #333333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #f9f9f9;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(1, #f7f7f7));
    background: -ms-linear-gradient(bottom, #f1f1f1, #f7f7f7);
    background: -moz-linear-gradient(center bottom, #f1f1f1 0%, #f7f7f7 100%);
    background: -o-linear-gradient(#f7f7f7, #f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-color: #cccccc;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-check {
    color: #555555;
    background-color: #f5f5f5;
    border-color: #eee;
}

.btn-check:hover,
.btn-check:focus {
    color: #ffffff;
    background-color: #68af55;
    border-color: #68af55;
}

.btn-check:active,
.btn-check.active {
    background-color: #68af55;
    border-color: #68af55;
    background-image: none;
    color: #fff !important;
}

.btn-check.disabled,
.btn-check[disabled],
fieldset[disabled] .btn-check,
.btn-check.disabled:hover,
.btn-check[disabled]:hover,
fieldset[disabled] .btn-check:hover,
.btn-check.disabled:focus,
.btn-check[disabled]:focus,
fieldset[disabled] .btn-check:focus,
.btn-check.disabled:active,
.btn-check[disabled]:active,
fieldset[disabled] .btn-check:active,
.btn-check.disabled.active,
.btn-check[disabled].active,
fieldset[disabled] .btn-check.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.c-onoffswitch {
    position: relative;
    width: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
}

.c-onoffswitch-checkbox {
    display: none;
}

.c-onoffswitch-checkbox + .c-onoffswitch-label {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.c-onoffswitch-checkbox + .c-onoffswitch-label .c-onoffswitch-switch {
    background: #777777;
}

.c-onoffswitch-checkbox:checked + .c-onoffswitch-label {
    background: #68af55;
    border: 1px solid #68af55;
}

.c-onoffswitch-checkbox:checked + .c-onoffswitch-label .c-onoffswitch-inner {
    margin-left: 0;
}

.c-onoffswitch-checkbox:checked + .c-onoffswitch-label .c-onoffswitch-switch {
    right: 0;
    background: #fff;
}

.c-onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
}

.c-onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.c-onoffswitch-inner:before {
    display: block;
    float: left;
    width: 50%;
    height: 18px;
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 7px;
    color: #FFFFFF;
}

.c-onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 18px;
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 7px;
    color: #999999;
    text-align: right;
}

.c-onoffswitch-switch {
    display: block;
    width: 14px;
    height: 14px;
    margin: 3px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 24px;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.radio-inputs > label > input {
    margin-top: 8px;
}

.radio-inputs-checkbox {
    float: left;
    margin-top: 5px !important;
}

@media (max-width: 767px) {
    .radio-inputs-checkbox {
        float: none;
        display: block !important;
        margin-left: 0 !important;
        padding-left: 5px !important;
        margin-top: 40px !important;
    }

    .radio-inputs-checkbox:before {
        clear: both;
        content: '';
        display: block;
    }

    .radio-inline-sm {
        display: block;
    }

    .radio-inline-sm + .radio-inline-sm {
        margin-left: 0 !important;
    }
}

.radio-success {
    color: #5cb85c;
}

.radio-danger {
    color: #d9534f;
}

.radio-inert {
    color: #777;
}

/* Forms and buttons */
/*Social icons*/
.social-icons {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    zoom: 1;
    *display: inline;
}

.social-icons li {
    float: right;
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
    padding: 0px !important;
    display: inline !important;
    width: auto !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    border: 0;
    background-color: #fff;
}

@media (max-width: 768px) {
    .social-icons li {
        float: left;
        margin-top: 20px;
    }
}

.social-icons li a {
    display: block !important;
    float: left !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: call 0.2s;
    -o-transition: all 0.2s;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.social-icons li a:hover {
    color: #fff !important;
}

.social-icons li.facebook a {
    color: #3b5998;
}

.social-icons li.facebook a:hover {
    background-color: #3b5998;
}

.social-icons li.vk a {
    color: #6D8CB0;
}

.social-icons li.vk a:hover {
    background-color: #6D8CB0;
}

.social-icons li.odnoklassniki a {
    color: #ee6600;
}

.social-icons li.odnoklassniki a:hover {
    background-color: #ee6600;
}

.social-icons li.flickr a {
    color: #f1628b;
}

.social-icons li.flickr a:hover {
    background-color: #f1628b;
}

.social-icons li.googleplus a {
    color: #d94a39;
}

.social-icons li.googleplus a:hover {
    background-color: #d94a39;
}

.social-icons li.html5 a {
    color: #f3642c;
}

.social-icons li.html5 a:hover {
    background-color: #f3642c;
}

.social-icons li.linkedin a {
    color: #71b2d0;
}

.social-icons li.linkedin a:hover {
    background-color: #71b2d0;
}

.social-icons li.pinterest a {
    color: #cb2027;
}

.social-icons li.pinterest a:hover {
    background-color: #cb2027;
}

.social-icons li.skype a {
    color: #18b7f1;
}

.social-icons li.skype a:hover {
    background-color: #18b7f1;
}

.social-icons li.tumblr a {
    color: #3a5976;
}

.social-icons li.tumblr a:hover {
    background-color: #3a5976;
}

.social-icons li.twitter a {
    color: #48c4d2;
}

.social-icons li.twitter a:hover {
    background-color: #48c4d2;
}

.social-icons li.youtube a {
    color: #f45750;
}

.social-icons li.youtube a:hover {
    background-color: #f45750;
}

/*Social icons*/
/* Alerts */
.alert {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}

.alert h5 {
    margin-top: 0;
    margin-bottom: 10px;
}

.alert-in {
    border: 1px dashed rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.alert-in-red {
    border-color: #f2dede;
}

.alert-in-title {
    font-size: 13px;
    color: #777777;
}

.alert-chosen {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.alert-decline {
    background-color: #f2dede;
    color: #a94442;
}

.alert-decline a {
    color: inherit !important;
}

.alert-deleted {
    background-color: #e9e9e9;
    color: #888888;
}

.alert-candidate {
    background-color: #dff0d8;
    color: #3c763d;
}

.alert-default {
    background: #eeeeee;
}

.c-fixedAlerts {
    position: fixed;
    top: 20px;
    left: 10%;
    width: 80%;
    z-index: 1060;
}

.c-fixedAlerts .alert {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}

/* Alerts */
/*labels*/
.label {
    font-size: 11px !important;
    border-radius: 2px;
    color: #fff !important;
    text-decoration: none;
    border: 0 !important;
}

.label a {
    text-decoration: none;
    color: #fff;
}

.label-free {
    background: #5cb85c;
}

.label-closed {
    background: #9C9C9C;
}

a.label-free:hover {
    background: #449d44;
}

.label-busy {
    background: #707070;
}

a.label-busy:hover {
    background: #A2A2A2;
}

.label-active {
    background: #5cb85c;
}

.label-notActive {
    background: #777;
}

.label-candidate {
    background: #dff0d8;
    color: #3c763d !important;
}

.label-decline {
    background: #f2dede;
    color: #a94442 !important;
}

.label-chosen {
    background: #fcf8e3;
    color: #8a6d3b !important;
}

.label-success {
    background-color: #5cb85c;
}

.label-success > a {
    color: #fff !important;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger > a {
    color: #fff !important;
}

.label-process {
    background: #5aa9d1;
    color: #fff;
}

.label-review {
    background: #a060d6;
    color: #fff;
}

.label-planned {
    background: #eaa841;
    color: #fff;
}

.label-canceled {
    background: #e84444;
    color: #fff;
}

.label-old {
    background: #777777;
    color: #fff;
}

.label-new {
    background: #56a230;
}

.label-count {
    background: #eee;
    color: #777777 !important;
}

.label-client {
    background: #00a8c6;
}

.label-worker {
    background: #68af55;
}

.label-arbitrator {
    background: #ff8400;
}

/*labels*/
/*text colors*/
.text-new,
.text-primary {
    color: #68af55;
}

.text-grey {
    color: #777777;
}

.text-success {
    color: #56a230;
}

.text-orange {
    color: #ff8400;
}

.text-brown {
    color: #8b6d3b;
}

.text-green {
    color: #56a230;
}

.text-red {
    color: #ed1e1e;
}

.text-warning {
    color: #ff8400;
}

/*text colors*/
/* Centered list */
.c-centeredUL {
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom: 1;
    *display: inline;
}

.c-centeredUL li {
    float: left;
}

/* Centered list */
/* Responsive frame */
/* Responsive video */
.l-video-container {
    margin-top: 20px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.l-video-container iframe,
.l-video-container object,
.l-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive frame */
/* other styles */
.disabled {
    opacity: 0.6;
}

.displaynone {
    display: none;
}

.flnone {
    float: none !important;
}

.relative {
    position: relative;
}

.list-unstyled-morespace > li + li {
    padding-top: 5px;
}

.c-subtext {
    font-size: 13px;
    color: #cccccc;
    font-style: italic;
}

.c-highlited {
    color: #68af55;
}

.c-highlited-secondary {
    color: #00a8c6;
}

.c-base-date {
    font-size: 12px;
    color: #aaa;
}

.c-rss-subscribe {
    background: #fff;
    border: 1px solid #dddddd;
    padding: 10px;
    position: absolute;
    top: -11px;
    left: -11px;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 30;
}

.c-nowrap {
    white-space: nowrap;
}

.c-files-add ul {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.map-google label {
    width: auto !important;
    display: inline !important;
}

.map-google img {
    max-width: none !important;
}

/* Floats */
@media (min-width: 992px) {
    .pull-right-lg {
        float: right;
    }
}

@media (min-width: 768px) {
    .pull-right-md {
        float: right;
    }
}

/* other styles */
/*** BOOTSTRAP CLASSES ***/
/* Navbar */
.navbar-default {
    background: #fbfcfc;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    font-weight: 700;
    margin-bottom: 30px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #c7d9df;
    font-size: 14px;
}

.navbar-default .container {
    position: relative;
}

.navbar-default a {
    border: 0;
}

.navbar-default .navbar-nav {
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav {
        margin: 0;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    height: 86px;
    line-height: 86px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    position: relative;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #7ec26c;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
    color: #7ec26c;
    background-color: transparent;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a:focus {
        background-image: none;
    }
}

.navbar-default .navbar-nav > li.active > a:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #c7d9df;
    float: left;
    content: '';
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li.active > a:before {
        display: none;
    }
}

.navbar-default .navbar-nav > li.active > a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    float: left;
    content: '';
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li.active > a:after {
        display: none;
    }
}

.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus {
    background-color: transparent;
    color: #7ec26c;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    margin-top: -10px;
    background: #00a8c6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > .dropdown-menu li a {
    color: #fff;
}

.navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
    color: #0087b3;
    background: #ffffff;
}

.navbar-default .navbar-nav > li > .dropdown-menu li.active a {
    background: #fff !important;
    color: #0087b3 !important;
}

.navbar-default .navbar-nav > li > .dropdown-menu:after {
    position: absolute;
    top: -7px;
    right: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #00a8c6;
    border-left: 7px solid transparent;
    content: '';
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        line-height: 40px;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-nav > li a {
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #e5e5e5;
    }

    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a:focus {
        background-image: none;
    }

    .navbar-default .navbar-nav > li.active > a:before,
    .navbar-default .navbar-nav > li.active > a:after {
        display: none;
    }

    .navbar-default .navbar-nav > li .dropdown-menu {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li .dropdown-menu:after {
        display: none;
    }
}

.navbar-default .navbar-toggle {
    padding: 9px 10px;
    margin-top: 21.5px;
    margin-bottom: 0;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    color: #00a8c6;
    font-weight: 600;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .dropdown .dropdown-toggle {
    background-color: transparent;
    padding: 0 15px;
    border: 0;
}

.navbar-collapse {
    max-height: none;
}

.navbar-header {
    position: relative;
}

.navbar-header-dropdown-toggle {
    position: absolute;
    left: 100px;
    bottom: 15px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .navbar-header-dropdown-toggle {
        left: 115px;
    }
}

@media (max-width: 600px) {
    .navbar-header-dropdown-toggle {
        top: 35px;
        left: 100px;
    }
}

.navbar-header-dropdown {
    top: 100% !important;
    margin-top: -7px !important;
    left: 0;
    right: auto !important;
    min-width: 240px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal !important;
}

@media (max-width: 767px) {
    .navbar-header-dropdown {
        left: 15px !important;
        right: 15px !important;
    }
}

.navbar-header-dropdown:after {
    position: absolute;
    top: -7px;
    left: 110px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
    z-index: 9;
}

.navbar-header-dropdown:before {
    position: absolute;
    top: -9px;
    left: 110px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #c7d9df;
    border-left: 7px solid transparent;
    content: '';
    z-index: 9;
}

.navbar-header-dropdown h3 {
    font-size: 16px;
}

.navbar-header-dropdown a.close {
    font-size: 20px;
    right: 10px;
    top: 17px;
}

@media (max-width: 767px) {
    .navbar-header-dropdown {
        left: 15px !important;
        right: 15px !important;
    }
}

@media (max-width: 767px) {
    .navbar-header-dropdown-heading {
        padding-right: 40px !important;
    }
}

.navbar-header-dropdown-countries {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-header-dropdown-countries li {
    position: relative;
    padding-left: 10px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .navbar-header-dropdown-countries li {
        padding: 0;
    }
}

.navbar-header-dropdown-countries li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #555555;
}

@media (max-width: 767px) {
    .navbar-header-dropdown-countries li span {
        display: none;
    }
}

.navbar-header-dropdown-countries li a {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .navbar-header-dropdown-countries li a {
        display: block;
        padding: 7px 10px;
        text-decoration: none;
    }
}

.navbar-header-dropdown-countries li + li {
    padding-top: 5px;
}

.navbar-header-dropdown-countries li + li span {
    top: 5px;
}

.navbar-header-dropdown-countries li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-header-dropdown-countries li ul li + li {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .navbar-header-dropdown-countries li {
        padding: 0;
    }

    .navbar-header-dropdown-countries li a {
        display: block;
        padding: 7px 10px;
        text-decoration: none;
    }

    .navbar-header-dropdown-countries li a:hover,
    .navbar-header-dropdown-countries li a:active,
    .navbar-header-dropdown-countries li a:focus {
        background: #edf4f5;
    }

    .navbar-header-dropdown-countries li span {
        display: none;
    }
}

.navbar-brand {
    padding: 0 20px 0 15px;
    font-size: 13px;
    line-height: 18px;
    height: 86px;
    display: table;
    text-decoration: none !important;
    color: #777777 !important;
    position: relative;
}

.navbar-brand .logo {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.navbar-brand .logo span {
    padding-left: 10px;
}

@media (max-width: 600px) {
    .navbar-brand .logo span {
        display: none;
    }
}

.navbar-brand .logo img {
    max-width: 160px !important;
    max-height: 66px;
}

@media (max-width: 600px) {
    .navbar-brand .logo span {
        display: none;
    }

    .navbar-brand .logo img {
        max-height: 46px;
    }
}

.logo-subtext {
    position: absolute;
    left: 100px;
    bottom: 15px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .logo-subtext {
        left: 115px;
    }
}

.navbar-style2 > li > a {
    height: 36px !important;
    line-height: 36px !important;
    margin-top: 25px;
}

.navbar-style2 > li.active > a,
.navbar-style2 > li.active > a:hover,
.navbar-style2 > li.active > a:focus {
    color: #fff !important;
    background-color: #7ec26c !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .navbar-style2 > li.active > a,
    .navbar-style2 > li.active > a:hover,
    .navbar-style2 > li.active > a:focus {
        background-image: none;
    }
}

.navbar-style2 > li.active > a:before,
.navbar-style2 > li.active > a:after {
    display: none !important;
}

@media (max-width: 991px) {
    .navbar-style2 > li.active > a:before,
    .navbar-style2 > li.active > a:after {
        display: none;
    }
}

.navbar-style2 > li > .dropdown-menu {
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .navbar-style2 {
        margin: 0;
    }

    .navbar-style2 > li a {
        height: 40px !important;
        line-height: 40px !important;
        margin-top: 0;
    }

    .navbar-style2 > li .dropdown-menu {
        background-color: transparent;
    }

    .navbar-style2 > li .dropdown-menu:after {
        display: none;
    }
}

/* Navbar */
/* Tooltip */
.tooltip {
    z-index: 9999;
}

@media (max-width: 767px) {
    .tooltip {
        display: none !important;
    }
}

.tooltip-inner {
    border-radius: 0;
}

/* Tooltip */
/* Media */
.media:first-child {
    margin-top: 30px;
}

/* Media */
/* Tables */
.table-condensed > tbody > tr:first-child > td {
    border-top: 0;
}

.table > thead > tr > th {
    font-size: 12px;
}

/* Tables */
/* Pagination */
.pagination li a,
.pagination li a:hover,
.pagination li span,
.pagination li span:hover {
    color: #777777;
}

.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li.active span:hover {
    background: #7ec26c;
    border-color: #7ec26c;
}

.pagination-container .pagination {
    float: left;
}

@media (max-width: 767px) {
    .pagination-container .pagination {
        float: none;
    }
}

.pagination-container:after {
    display: block;
    content: '';
    clear: both;
}

.pagination-num {
    float: right;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .pagination-num {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.pagination-num .form-control {
    width: 50px;
    display: inline-block;
    text-align: center;
}

.pagination-num label {
    display: inline-block;
    color: #777777;
}

@media (max-width: 767px) {
    .pagination-num {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/* Pagination */
/* Dropdown */
.c-dropdown {
    background: #fff;
    border: 2px solid #c7d9df;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    z-index: 99;
}

.c-dropdown .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #555555;
    text-decoration: none;
    margin-top: -5px;
}

.c-dropdown-inner {
    padding: 15px;
}

.c-dropdown-heading {
    padding: 15px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.c-dropdown-heading h3 {
    font-size: 14px;
    margin: 0;
    margin-right: 20px;
}

.c-dropdown-heading .media-body,
.c-dropdown-heading .media {
    overflow: visible;
}

.c-dropdown-heading-sm {
    padding-bottom: 10px;
    padding-right: 30px;
}

.c-dropdown-heading-sm h3 {
    margin: 0;
    font-size: 14px;
}

.dropdown a {
    outline: none;
}

.dropdown-toggle {
    white-space: normal !important;
}

.dropdown-menu {
    border: 2px solid #c7d9df;
    min-width: 120px;
    padding: 5px !important;
}

.dropdown-menu li a {
    padding: 3px 8px;
    margin: 2px 0;
    display: block;
    color: #428bca;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-menu li a:hover {
    color: #0087b3;
    background-color: #edf4f5;
}

.dropdown-menu li a .fa {
    margin-right: 5px;
    width: 13px;
}

.dropdown-menu li.active a,
.dropdown-menu li.active a:hover {
    background: #7ec26c;
    color: #fff;
}

.dropdown-menu.c-dropdown-caret_left,
.dropdown-menu.c-dropdown-caret_right {
    margin-top: 7px;
}

.dropdown-menu.c-dropdown-caret_left:after {
    position: absolute;
    top: -7px;
    left: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown-menu.c-dropdown-caret_left:before {
    position: absolute;
    top: -9px;
    left: 10px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #c7d9df;
    border-left: 9px solid transparent;
    content: '';
}

.dropdown-menu.c-dropdown-caret_right:after {
    position: absolute;
    top: -7px;
    right: 12px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown-menu.c-dropdown-caret_right:before {
    position: absolute;
    top: -9px;
    right: 10px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #c7d9df;
    border-left: 9px solid transparent;
    content: '';
}

/* Dropdown */
/* Breadcrumbs */
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.breadcrumb:after {
    background: url("../img/transparent.png") repeat-y scroll 0 0 transparent;
    content: "";
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

/* Breadcrumbs */
/* Modals */
.modal-content {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-title {
    padding: 2px 0 1px 0;
    margin: 0;
}

.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal-footer {
    margin-top: 0;
    text-align: left;
}

.modal-body {
    padding: 15px;
}

.modal-header {
    padding: 10px 15px;
}

.modal-header .close {
    margin-top: -5px;
}

.modal-header h4 {
    margin: 0 !important;
    padding: 0 !important;
}

.modal-title-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-title-tabs > li {
    float: left;
    position: relative;
    margin-bottom: -1px;
}

.modal-title-tabs > li > a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid transparent;
    text-decoration: none !important;
    padding: 7px 15px !important;
    background-color: transparent !important;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.modal-title-tabs > li > a:hover {
    color: #7ec26c;
}

.modal-title-tabs > li.active > a {
    color: #333333 !important;
    border-color: #dddddd !important;
    border-bottom-color: #fff !important;
}

.modal-title-tabs:after {
    display: block;
    content: '';
    clear: both;
}

@media (min-width: 992px) {
    .modal-dialog-lg {
        width: 860px;
    }
}

/* Modals */
/* Accordion */
.modal {
    margin-bottom: 0;
}

.modal .panel-group .panel {
    border-radius: 2px;
}

.modal .close {
    font-size: 36px;
    color: #333333;
}

.panel-default {
    border-color: #c7d9df;
}

.panel-default .panel-heading {
    color: #0087b3;
    background-color: #edf4f5;
    border-color: #c7d9df;
    padding: 0;
}

.panel-default .panel-heading + .panel-collapse .panel-body {
    border-top-color: #c7d9df;
}

.panel-default .panel-heading a {
    display: block;
    padding: 10px;
}

.panel-default a {
    text-decoration: none;
}

.panel-heading {
    position: relative;
    padding-right: 40px;
}

.panel-heading-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    text-align: center;
}

/* Accordion */
/* tabs */
.nav-tabs,
.nav-pills {
    position: relative;
}

.nav-tabs {
    position: relative;
    border-bottom: 1px solid #c7d9df;
}

@media (max-width: 991px) {
    .nav-tabs {
        width: 100%;
        border-bottom: 0;
        padding: 15px;
    }
}

.nav-pills {
    position: relative;
}

.nav .open > a,
.nav .open a:hover,
.nav .open a:focus {
    border-color: transparent;
}

.nav-tabs > li a {
    border-radius: 4px 4px 0 0;
    color: #777777;
}

.nav-tabs > li a:hover {
    border-color: transparent;
    background-color: transparent;
    color: #999999;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-color: #c7d9df;
    border-bottom-color: transparent;
    color: #7ec26c;
    cursor: pointer !important;
}

@media (max-width: 991px) {
    .nav-tabs {
        width: 100%;
        border-bottom: 0;
        padding: 15px;
        /*border-top: 1px solid #c7d9df;*/
    }

    .nav-tabs > li {
        float: none;
    }

    #j-my-cabinet-tab.nav.nav-tabs > li {
        float: left !important;
        width: 50% !important;
    }

    .nav-tabs > li > a {
        text-align: center;
        margin-bottom: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #j-my-cabinet-tab.nav.nav-tabs > li > a {
        padding: 10px;
    }

    #j-my-cabinet-tab.nav.nav-tabs > li > a .fa {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
    }

    .nav-tabs > li:last-child > a {
        margin-bottom: 0;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-bottom-color: #c7d9df;
    }

    .nav-tabs > li.pull-right {
        float: none !important;
    }

    .nav-tabs > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }
    #j-my-settings .l-tabs-toggle-j-settings-tab {
        display: none;
    }

    #j-my-settings #j-settings-tab {
        padding: 0px 10px;
    }
    #j-my-settings #j-settings-tab > li > a {
        display: inline-block;
    }
}

@media (min-width: 991px) {
    .nav-tabs.collapse {
        display: block !important;
    }
}

.nab-tabs-count {
    margin-left: 5px;
    color: #cccccc;
}

/* tabs */
.c-nowrap {
    white-space: nowrap !important;
}

/*** BOOTSTRAP CLASSES ***/
/* Phone */
/* Country icons */
.c-phoneSelect {
    position: relative;
}

.c-phoneSelect > .form-control {
    padding-left: 36px;
}

.c-phoneSelect-inline {
    display: inline-block;
}

.c-phoneSelect-btn {
    padding-left: 0;
}

@media (max-width: 767px) {
    .c-phoneSelect-btn {
        padding-left: 15px;
        padding-top: 10px;
    }
}

.c-phoneSelect-btn-links {
    margin-top: 10px;
}

.c-phoneSelect-btn-links > a {
    margin-right: 10px;
}

.c-phoneDropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 5px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.c-phoneDropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-phoneDropdown ul li {
    text-align: left !important;
}

.c-phoneDropdown ul li a {
    display: block;
    padding: 10px 15px 10px 35px;
    text-decoration: none;
    color: #777777;
    position: relative;
}

.c-phoneDropdown ul li a:hover,
.c-phoneDropdown ul li.active a {
    background: #f5f5f5;
}

.c-phoneDropdown ul li + li {
    border-top: 1px solid #dddddd;
}

.c-phoneDropdown i {
    font-style: normal;
    float: right;
}

.country-icon {
    display: block;
    position: absolute;
    width: 36px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.country-icon span {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 16px;
    height: 11px;
    background-image: url(../img/flags.png);
}

.country-icon-ad {
    background-position: -16px 0;
}

.country-icon-af {
    background-position: -48px 0;
}

.country-icon-ag {
    background-position: -64px 0;
}

.country-icon-ai {
    background-position: -80px 0;
}

.country-icon-al {
    background-position: -96px 0;
}

.country-icon-am {
    background-position: -112px 0;
}

.country-icon-an {
    background-position: -128px 0;
}

.country-icon-ao {
    background-position: -144px 0;
}

.country-icon-ar {
    background-position: -160px 0;
}

.country-icon-as {
    background-position: -176px 0;
}

.country-icon-at {
    background-position: -192px 0;
}

.country-icon-au {
    background-position: -208px 0;
}

.country-icon-aw {
    background-position: -224px 0;
}

.country-icon-az {
    background-position: -240px 0;
}

.country-icon-ba {
    background-position: 0 -11px;
}

.country-icon-bb {
    background-position: -16px -11px;
}

.country-icon-bd {
    background-position: -32px -11px;
}

.country-icon-be {
    background-position: -48px -11px;
}

.country-icon-bf {
    background-position: -64px -11px;
}

.country-icon-bg {
    background-position: -80px -11px;
}

.country-icon-bh {
    background-position: -96px -11px;
}

.country-icon-bi {
    background-position: -112px -11px;
}

.country-icon-bj {
    background-position: -128px -11px;
}

.country-icon-bm {
    background-position: -144px -11px;
}

.country-icon-bn {
    background-position: -160px -11px;
}

.country-icon-bo {
    background-position: -176px -11px;
}

.country-icon-br {
    background-position: -192px -11px;
}

.country-icon-bs {
    background-position: -208px -11px;
}

.country-icon-bt {
    background-position: -224px -11px;
}

.country-icon-bv {
    background-position: -240px -11px;
}

.country-icon-bw {
    background-position: 0 -22px;
}

.country-icon-by {
    background-position: -16px -22px;
}

.country-icon-bz {
    background-position: -32px -22px;
}

.country-icon-ca {
    background-position: -48px -22px;
}

.country-icon-cd {
    background-position: -80px -22px;
}

.country-icon-cf {
    background-position: -96px -22px;
}

.country-icon-cg {
    background-position: -112px -22px;
}

.country-icon-ch {
    background-position: -128px -22px;
}

.country-icon-ci {
    background-position: -144px -22px;
}

.country-icon-ck {
    background-position: -160px -22px;
}

.country-icon-cl {
    background-position: -176px -22px;
}

.country-icon-cm {
    background-position: -192px -22px;
}

.country-icon-cn {
    background-position: -208px -22px;
}

.country-icon-co {
    background-position: -224px -22px;
}

.country-icon-cr {
    background-position: -240px -22px;
}

.country-icon-cu {
    background-position: 0 -33px;
}

.country-icon-cv {
    background-position: -16px -33px;
}

.country-icon-cw {
    background-position: -32px -33px;
}

.country-icon-cy {
    background-position: -48px -33px;
}

.country-icon-cz {
    background-position: -64px -33px;
}

.country-icon-de {
    background-position: -80px -33px;
}

.country-icon-dj {
    background-position: -96px -33px;
}

.country-icon-dk {
    background-position: -112px -33px;
}

.country-icon-dm {
    background-position: -128px -33px;
}

.country-icon-do {
    background-position: -144px -33px;
}

.country-icon-dz {
    background-position: -160px -33px;
}

.country-icon-ec {
    background-position: -176px -33px;
}

.country-icon-ee {
    background-position: -192px -33px;
}

.country-icon-eg {
    background-position: -208px -33px;
}

.country-icon-eh {
    background-position: -224px -33px;
}

.country-icon-en {
    background-position: -240px -33px;
}

.country-icon-er {
    background-position: 0 -44px;
}

.country-icon-es {
    background-position: -16px -44px;
}

.country-icon-et {
    background-position: -32px -44px;
}

.country-icon-eu {
    background-position: -48px -44px;
}

.country-icon-fi {
    background-position: -64px -44px;
}

.country-icon-fj {
    background-position: -80px -44px;
}

.country-icon-fk {
    background-position: -96px -44px;
}

.country-icon-fm {
    background-position: -112px -44px;
}

.country-icon-fo {
    background-position: -128px -44px;
}

.country-icon-fr {
    background-position: -144px -44px;
}

.country-icon-ga {
    background-position: -160px -44px;
}

.country-icon-gb {
    background-position: -176px -44px;
}

.country-icon-gd {
    background-position: -192px -44px;
}

.country-icon-ge {
    background-position: -208px -44px;
}

.country-icon-gf {
    background-position: -224px -44px;
}

.country-icon-gg {
    background-position: -240px -44px;
}

.country-icon-gh {
    background-position: 0 -55px;
}

.country-icon-gi {
    background-position: -16px -55px;
}

.country-icon-gl {
    background-position: -32px -55px;
}

.country-icon-gm {
    background-position: -48px -55px;
}

.country-icon-gn {
    background-position: -64px -55px;
}

.country-icon-gp {
    background-position: -80px -55px;
}

.country-icon-gq {
    background-position: -96px -55px;
}

.country-icon-gr {
    background-position: -112px -55px;
}

.country-icon-gs {
    background-position: -128px -55px;
}

.country-icon-gt {
    background-position: -144px -55px;
}

.country-icon-gu {
    background-position: -160px -55px;
}

.country-icon-gw {
    background-position: -176px -55px;
}

.country-icon-gy {
    background-position: -192px -55px;
}

.country-icon-hk {
    background-position: -208px -55px;
}

.country-icon-hm {
    background-position: -224px -55px;
}

.country-icon-hn {
    background-position: -240px -55px;
}

.country-icon-hr {
    background-position: 0 -66px;
}

.country-icon-ht {
    background-position: -16px -66px;
}

.country-icon-hu {
    background-position: -32px -66px;
}

.country-icon-ic {
    background-position: -48px -66px;
}

.country-icon-id {
    background-position: -64px -66px;
}

.country-icon-ie {
    background-position: -80px -66px;
}

.country-icon-il {
    background-position: -96px -66px;
}

.country-icon-im {
    background-position: -112px -66px;
}

.country-icon-in {
    background-position: -128px -66px;
}

.country-icon-io {
    background-position: -144px -66px;
}

.country-icon-iq {
    background-position: -160px -66px;
}

.country-icon-ir {
    background-position: -176px -66px;
}

.country-icon-is {
    background-position: -192px -66px;
}

.country-icon-it {
    background-position: -208px -66px;
}

.country-icon-je {
    background-position: -224px -66px;
}

.country-icon-jm {
    background-position: -240px -66px;
}

.country-icon-jo {
    background-position: 0 -77px;
}

.country-icon-jp {
    background-position: -16px -77px;
}

.country-icon-ke {
    background-position: -32px -77px;
}

.country-icon-kg {
    background-position: -48px -77px;
}

.country-icon-kh {
    background-position: -64px -77px;
}

.country-icon-ki {
    background-position: -80px -77px;
}

.country-icon-km {
    background-position: -96px -77px;
}

.country-icon-kn {
    background-position: -112px -77px;
}

.country-icon-kp {
    background-position: -128px -77px;
}

.country-icon-kr {
    background-position: -144px -77px;
}

.country-icon-kw {
    background-position: -176px -77px;
}

.country-icon-ky {
    background-position: -192px -77px;
}

.country-icon-kz {
    background-position: -208px -77px;
}

.country-icon-la {
    background-position: -224px -77px;
}

.country-icon-lb {
    background-position: -240px -77px;
}

.country-icon-lc {
    background-position: 0 -88px;
}

.country-icon-li {
    background-position: -16px -88px;
}

.country-icon-lk {
    background-position: -32px -88px;
}

.country-icon-lr {
    background-position: -48px -88px;
}

.country-icon-ls {
    background-position: -64px -88px;
}

.country-icon-lt {
    background-position: -80px -88px;
}

.country-icon-lu {
    background-position: -96px -88px;
}

.country-icon-lv {
    background-position: -112px -88px;
}

.country-icon-ly {
    background-position: -128px -88px;
}

.country-icon-ma {
    background-position: -144px -88px;
}

.country-icon-mc {
    background-position: -160px -88px;
}

.country-icon-md {
    background-position: -176px -88px;
}

.country-icon-me {
    background-position: -192px -88px;
}

.country-icon-mg {
    background-position: -208px -88px;
}

.country-icon-mh {
    background-position: -224px -88px;
}

.country-icon-mk {
    background-position: -240px -88px;
}

.country-icon-ml {
    background-position: 0 -99px;
}

.country-icon-mm {
    background-position: -16px -99px;
}

.country-icon-mn {
    background-position: -32px -99px;
}

.country-icon-mo {
    background-position: -48px -99px;
}

.country-icon-mp {
    background-position: -64px -99px;
}

.country-icon-mq {
    background-position: -80px -99px;
}

.country-icon-mr {
    background-position: -96px -99px;
}

.country-icon-ms {
    background-position: -112px -99px;
}

.country-icon-mt {
    background-position: -128px -99px;
}

.country-icon-mu {
    background-position: -144px -99px;
}

.country-icon-mv {
    background-position: -160px -99px;
}

.country-icon-mw {
    background-position: -176px -99px;
}

.country-icon-mx {
    background-position: -192px -99px;
}

.country-icon-my {
    background-position: -208px -99px;
}

.country-icon-mz {
    background-position: -224px -99px;
}

.country-icon-na {
    background-position: -240px -99px;
}

.country-icon-nc {
    background-position: 0 -110px;
}

.country-icon-ne {
    background-position: -16px -110px;
}

.country-icon-nf {
    background-position: -32px -110px;
}

.country-icon-ng {
    background-position: -48px -110px;
}

.country-icon-ni {
    background-position: -64px -110px;
}

.country-icon-nl {
    background-position: -80px -110px;
}

.country-icon-no {
    background-position: -96px -110px;
}

.country-icon-np {
    background-position: -112px -110px;
}

.country-icon-nr {
    background-position: -128px -110px;
}

.country-icon-nu {
    background-position: -144px -110px;
}

.country-icon-nz {
    background-position: -160px -110px;
}

.country-icon-om {
    background-position: -176px -110px;
}

.country-icon-pa {
    background-position: -192px -110px;
}

.country-icon-pe {
    background-position: -208px -110px;
}

.country-icon-pf {
    background-position: -224px -110px;
}

.country-icon-pg {
    background-position: -240px -110px;
}

.country-icon-ph {
    background-position: 0 -121px;
}

.country-icon-pk {
    background-position: -16px -121px;
}

.country-icon-pl {
    background-position: -32px -121px;
}

.country-icon-pm {
    background-position: -48px -121px;
}

.country-icon-pn {
    background-position: -64px -121px;
}

.country-icon-pr {
    background-position: -80px -121px;
}

.country-icon-ps {
    background-position: -96px -121px;
}

.country-icon-pt {
    background-position: -112px -121px;
}

.country-icon-pw {
    background-position: -128px -121px;
}

.country-icon-py {
    background-position: -144px -121px;
}

.country-icon-qa {
    background-position: -160px -121px;
}

.country-icon-re {
    background-position: -176px -121px;
}

.country-icon-ro {
    background-position: -192px -121px;
}

.country-icon-rs {
    background-position: -208px -121px;
}

.country-icon-ru {
    background-position: -224px -121px;
}

.country-icon-rw {
    background-position: -240px -121px;
}

.country-icon-sa {
    background-position: 0 -132px;
}

.country-icon-sb {
    background-position: -16px -132px;
}

.country-icon-sc {
    background-position: -32px -132px;
}

.country-icon-sd {
    background-position: -64px -132px;
}

.country-icon-se {
    background-position: -80px -132px;
}

.country-icon-sg {
    background-position: -96px -132px;
}

.country-icon-sh {
    background-position: -112px -132px;
}

.country-icon-si {
    background-position: -128px -132px;
}

.country-icon-sk {
    background-position: -144px -132px;
}

.country-icon-sl {
    background-position: -160px -132px;
}

.country-icon-sm {
    background-position: -176px -132px;
}

.country-icon-sn {
    background-position: -192px -132px;
}

.country-icon-so {
    background-position: -208px -132px;
}

.country-icon-sr {
    background-position: -240px -132px;
}

.country-icon-ss {
    background-position: 0 -143px;
}

.country-icon-st {
    background-position: -16px -143px;
}

.country-icon-sv {
    background-position: -32px -143px;
}

.country-icon-sx {
    background-position: -48px -143px;
}

.country-icon-sy {
    background-position: -64px -143px;
}

.country-icon-sz {
    background-position: -80px -143px;
}

.country-icon-tc {
    background-position: -96px -143px;
}

.country-icon-td {
    background-position: -112px -143px;
}

.country-icon-tf {
    background-position: -128px -143px;
}

.country-icon-tg {
    background-position: -144px -143px;
}

.country-icon-th {
    background-position: -160px -143px;
}

.country-icon-tj {
    background-position: -176px -143px;
}

.country-icon-tk {
    background-position: -192px -143px;
}

.country-icon-tl {
    background-position: -208px -143px;
}

.country-icon-tm {
    background-position: -224px -143px;
}

.country-icon-tn {
    background-position: -240px -143px;
}

.country-icon-to {
    background-position: 0 -154px;
}

.country-icon-tr {
    background-position: -16px -154px;
}

.country-icon-tt {
    background-position: -32px -154px;
}

.country-icon-tv {
    background-position: -48px -154px;
}

.country-icon-tw {
    background-position: -64px -154px;
}

.country-icon-tz {
    background-position: -80px -154px;
}

.country-icon-ua {
    background-position: -96px -154px;
}

.country-icon-ug {
    background-position: -112px -154px;
}

.country-icon-um {
    background-position: -128px -154px;
}

.country-icon-us {
    background-position: -144px -154px;
}

.country-icon-uy {
    background-position: -160px -154px;
}

.country-icon-uz {
    background-position: -176px -154px;
}

.country-icon-va {
    background-position: -192px -154px;
}

.country-icon-vc {
    background-position: -208px -154px;
}

.country-icon-ve {
    background-position: -224px -154px;
}

.country-icon-vg {
    background-position: -240px -154px;
}

.country-icon-vi {
    background-position: 0 -165px;
}

.country-icon-vn {
    background-position: -16px -165px;
}

.country-icon-vu {
    background-position: -32px -165px;
}

.country-icon-wf {
    background-position: -64px -165px;
}

.country-icon-ws {
    background-position: -80px -165px;
}

.country-icon-ye {
    background-position: -96px -165px;
}

.country-icon-yt {
    background-position: -112px -165px;
}

.country-icon-za {
    background-position: -128px -165px;
}

.country-icon-zm {
    background-position: -160px -165px;
}

.country-icon-zw {
    background-position: -176px -165px;
}

/* Safe Deal */
.c-safe-color {
    color: #ffc000;
}

/* Top Bar */
.l-topBar {
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
}

.l-topBar.not-logged {
    position: absolute;
    background: #edf4f5;
    color: #444;
    border-bottom: 1px solid #c7d9df;
}

@media (max-width: 767px) {
    .l-topBar.not-logged {
        position: relative !important;
    }
}

.l-topBar.not-logged a {
    margin: 0 10px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .l-topBar.not-logged {
        position: relative !important;
    }
}

.l-topBar.logged {
    position: fixed;
    background: #68af55;
    color: #ffffff;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .l-topBar.logged {
        position: relative !important;
    }
}

.l-topBar.logged a {
    color: #ffffff;
    text-decoration: none;
}

.l-topBar.logged ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
}

.l-topBar.logged ul li {
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 13px;
    position: relative;
}

.l-topBar.logged ul li a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: block;
}

.l-topBar.logged ul li a:hover {
    background: #4c8a3c;
}

.l-topBar.logged ul li span {
    padding: 0 3px;
}

.l-topBar.logged ul li span.pro {
    font-size: 11px;
    padding: 2px 5px;
    background: #edf4f5;
    color: #4c8a3c !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.l-topBar.logged ul li span.pro.active {
    background: #e43636;
    color: #fff !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .l-topBar.logged ul li a span.l-tablet-visible {
        display: inline;
    }
}

@media (max-width: 991px) {
    .l-topBar.logged span.pro {
        display: inline !important;
    }

    .l-topBar.logged .fa {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .l-topBar.logged .container {
        padding: 0;
    }
}

.l-topBar.l-topBar-client {
    background: #f2ab00 !important;
    color: #ffffff;
}

.l-topBar.l-topBar-client a {
    color: #ffffff;
}

.l-topBar.l-topBar-client ul li a:hover {
    background: #ffb400 !important;
}

.l-topBar.l-topBar-client ul li span.pro {
    color: #ffffff !important;
    background: #5cb85c !important;
}

.l-topBar.l-topBar-client ul li .l-topBar-msg {
    background: #5cb85c !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .l-topBar ul.pull-right li .fa {
        padding: 0 7px;
    }
}

.l-topBar-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    z-index: 99 !important;
}

@media (max-width: 767px) {
    .l-topBar-center {
        top: 100%;
    }
}

.l-topBar-center > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom: 1;
    *display: inline;
}

@media (max-width: 767px) {
    .l-topBar-center > ul {
        background: #68af55;
        display: block;
    }
}

.l-topBar-center > ul li {
    float: left;
}

@media (min-width: 768px) {
    .l-topBar-center.collapse {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .l-topBar-center ul li .fa {
        padding: 0 7px;
    }
}

@media (max-width: 767px) {
    .l-topBar-center > ul > li {
        display: block;
        float: none !important;
        text-align: left;
        border-top: 1px solid #4c8a3c;
        border-bottom: 1px solid #4c8a3c;
    }

    .l-topBar-center > ul > li + li {
        border-top: 0;
    }

    .l-topBar-center > ul > li .fa {
        width: 18px;
        text-align: center;
        margin-right: 5px;
    }

    .l-topBar-center > ul > li > a {
        display: block;
    }
}

.l-topBar-center-toggle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    background-color: #4c8a3c;
}

.l-topBar-center-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 6px;
}

.l-topBar-center-toggle.collapsed {
    background-color: transparent;
}

.l-topBar-center-toggle.collapsed:after {
    content: "\f107";
}

.l-topBar-msg {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 16px;
    padding: 0 5px;
    line-height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 11px;
    font-style: normal;
    text-align: center;
    background: #ffb820;
    color: #fff;
}

.l-topBar-msg > i {
    font-size: 11px !important;
    padding: 0 !important;
}

/* Top Bar */
/* Top Alert */
.l-topAlert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
}

/* Top Alert */
/* Top Banner */
.l-topBanner {
    padding: 20px 0;
    text-align: center;
    background: #fbfcfc;
    border-bottom: 1px solid #c7d9df;
}

@media (max-width: 600px) {
    .l-topBanner {
        display: none;
    }
}

/* Top Banner */
/* footer */
#l-wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -280px;
    padding: 0 0 280px;
}

#l-footer {
    color: #777777;
    border-top: 2px solid #edf4f5;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 13px;
}

@media (min-width: 991px) {
    #l-footer {
        height: 280px;
    }
}

.l-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .l-footer-links {
        margin-top: 20px;
    }
}

.l-footer-links li {
    display: block;
    padding-bottom: 5px;
}

.l-footer-age {
    margin-top: 20px;
    font-size: 48px;
    color: #ccc;
    font-weight: bold;
}

@media (max-width: 768px) {
    .l-footer-age {
        margin-bottom: 40px;
    }
}

.l-footer-counters {
    text-align: right;
    margin-top: 20px;
}

.l-footer-counters a > img {
    margin-left: 5px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .l-footer-counters {
        text-align: left;
    }
}

.l-footer-counters a > img {
    margin-left: 5px;
    margin-top: 5px;
}

/* footer */
/* content-column */
@media (min-width: 991px) {
    .l-content-column {
        padding-left: 25px;
    }
}

/* content-column */
/*Main content*/
.l-mainContent {
    margin-bottom: 50px;
}

.l-inside {
    padding: 15px;
}

/*Main content*/
/* Search bar */
.l-searchAdd {
    margin-bottom: 30px;
}

.l-searchAdd .add-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.l-search-bar {
    background: #edf4f5;
    padding: 10px;
}

.l-search-bar .form-control {
    height: 38px;
    padding: 8px 30px 8px 12px;
    position: relative;
}

.l-search-bar .btn {
    height: 38px;
}

.l-search-bar .l-search-button {
    background: none;
    border: 0;
    color: #c7d9df;
    font-size: 20px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 11px;
    right: 24px;
    outline: none;
    margin: 0;
    padding: 0;
    display: block;
}

.l-search-bar .l-search-button:hover {
    color: #7ec26c;
}

/* Search bar */
/* Left Column */
.l-leftCol-wannahere {
    line-height: 64px;
}

.l-leftColumn a.h6:hover,
.l-leftColumn a.h6.active {
    background: #edf4f5;
}

.l-leftColumn a.h6:hover .fa {
    color: #7ec26c;
}

.l-leftColumn h6,
.l-leftColumn .h6 {
    margin: 0;
    padding: 15px;
    display: block;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #c7d9df;
}

.l-leftColumn h6 .fa,
.l-leftColumn .h6 .fa {
    color: #c7d9df;
}

.l-leftColumn h6.active,
.l-leftColumn .h6.active,
.l-leftColumn h6.active .fa,
.l-leftColumn .h6.active .fa {
    color: #7ec26c;
}

.l-leftColumn h6.active:before,
.l-leftColumn .h6.active:before {
    position: absolute;
    bottom: -1px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c7d9df;
    float: left;
    content: '';
}

@media (max-width: 768px) {
    .l-leftColumn h6.active:before,
    .l-leftColumn .h6.active:before {
        display: none;
    }
}

.l-leftColumn h6.active:after,
.l-leftColumn .h6.active:after {
    position: absolute;
    bottom: -2px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    float: left;
    content: '';
}

@media (max-width: 768px) {
    .l-leftColumn h6.active:before,
    .l-leftColumn .h6.active:before,
    .l-leftColumn h6.active:after,
    .l-leftColumn .h6.active:after {
        display: none;
    }
}

@media (min-width: 991px) {
    .l-leftColumn.collapse {
        display: block !important;
    }
}

.l-left-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l-left-categories > li {
    padding: 4px 0;
}

.l-left-categories > li.active > a,
.l-left-categories > li.active > a:hover {
    color: #7ec26c;
}

.l-left-categories > li .fa {
    width: 16px;
    text-align: center;
}

.l-left-categories > li span,
.l-left-categories > li a {
    color: #777777;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.l-left-categories > li span span {
    display: inline;
}

.l-left-categories > li span:hover,
.l-left-categories > li a:hover {
    color: #999999;
}

.l-left-categories > li span:hover .fa,
.l-left-categories > li a:hover .fa,
.l-left-categories > li.subchecked > span i,
.l-left-categories > li.checked > span {
    color: #7ec26c;
}

.l-left-categories > li.opened {
    font-weight: bold;
}

.l-left-categories > li ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 10px 16px;
}

.l-left-categories > li ul li {
    font-weight: normal;
}

.l-left-categories > li ul li.checked span,
.l-left-categories > li ul li.checked a {
    color: #7ec26c;
}

.l-column-toggle {
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    font-family: "Arial", sans-serif;
    font-weight: normal;
}

@media (min-width: 991px) {
    .l-column-toggle {
        display: none;
    }
}

.l-column-toggle .fa {
    font-size: 20px;
}

.l-column-toggle:focus {
    background: #7ec26c;
    color: #fff;
}

@media (min-width: 991px) {
    .l-column-toggle {
        display: none;
    }
}

.l-left-categories_mobile {
    padding-bottom: 15px;
    border-bottom: 1px solid #c7d9df;
    margin: 0;
}

.l-left-categories_mobile > li {
    padding: 0;
}

.l-left-categories_mobile > li .btn {
    margin-left: 15px;
}

.l-left-categories_mobile > li a {
    padding: 15px;
    display: block;
}

.l-left-categories_mobile > li.active > a {
    color: #7ec26c;
    font-weight: bold;
    background: #edf4f5;
}

.l-left-categories_mobile > li.active > a .fa {
    font-size: 13px;
    color: #428bca;
}

.l-left-categories_mobile > li.active > a span {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    color: #428bca;
    margin: 0;
}

.l-left-categories_mobile > li.active ul {
    margin: 0;
}

.l-left-categories_mobile > li.active ul li.checkbox + li {
    border-top: 1px solid #c7d9df;
}

.l-left-categories_mobile > li.active ul li label {
    padding: 10px 20px;
    font-size: 13px;
    display: block;
    font-weight: normal;
}

.l-left-categories_mobile > li a:hover {
    background: #edf4f5;
}

.l-left-categories_mobile > li .fa {
    font-size: 18px;
    color: #c7d9df;
}

/* Left Column Freelancers */
.l-leftCol-freelancers {
    padding: 0;
    margin: 0;
    list-style: none;
}

.l-leftCol-freelancers .media {
    overflow: visible !important;
}

.l-leftCol-freelancers .media-body {
    overflow: visible !important;
    padding-left: 75px !important;
}

.l-leftCol-freelancers > li {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7d9df;
    font-size: 12px;
    line-height: 18px;
}

.l-leftCol-freelancers > li strong {
    display: block;
}

.l-leftCol-freelancers > li p {
    padding: 5px 0;
    margin: 0;
    color: #777;
}

.l-leftCol-freelancers .form-control {
    font-size: 12px;
}

.l-leftCol-dropdown {
    left: 260px;
    top: -20px;
    padding: 10px 20px !important;
    width: 700px !important;
    z-index: 10;
    color: #555;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .l-leftCol-dropdown {
        left: 210px;
    }
}

.l-leftCol-dropdown strong {
    display: block;
    margin-bottom: 10px;
}

.l-leftCol-dropdown .o-project-thumb_proposal {
    margin: 0 1% 0 0;
    width: 32%;
}

.l-leftCol-dropdown:before {
    position: absolute;
    top: 14px;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #c7d9df;
    float: left;
    content: '';
}

.l-leftCol-dropdown:after {
    position: absolute;
    top: 14px;
    left: 5px;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    float: left;
    content: '';
}

@media (max-width: 1199px) {
    .l-leftCol-dropdown {
        left: 210px;
    }
}

.l-left-banner {
    text-align: center;
    padding: 30px 0;
}

.l-right-banner {
    text-align: center;
    padding: 0 0 30px 0;
}

.l-left-banner-place {
    display: block;
    text-align: center;
    padding: 20px;
    border: 1px solid #c7d9df;
}

.l-left-banner-place img {
    display: block;
    margin: 0 auto 10px auto;
}

.l-left-banner-place:hover {
    border-color: #7ec26c;
}

/* Budget */
.l-budget .form-group {
    width: 30%;
}

@media (max-width: 600px) {
    .l-budget .form-group {
        width: 100%;
    }
}

.l-budget .form-control {
    width: 100%;
}

/* Left Column */
/* Bordered Block */
.l-borderedBlock {
    border: 2px solid #c7d9df;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.l-borderedBlock .l-inside {
    padding: 15px;
    border-bottom: 1px solid #c7d9df;
}

.l-borderedBlock .l-inside + .l-propose .l-inside {
    border-top: 1px solid #c7d9df;
}

.l-borderedBlock .l-inside h1,
.l-borderedBlock .l-inside h2,
.l-borderedBlock .l-inside h3,
.l-borderedBlock .l-inside h4,
.l-borderedBlock .l-inside h5,
.l-borderedBlock .l-inside h6,
.l-borderedBlock .l-inside + .l-inside h1,
.l-borderedBlock .l-inside + .l-inside h2,
.l-borderedBlock .l-inside + .l-inside h3,
.l-borderedBlock .l-inside + .l-inside h4,
.l-borderedBlock .l-inside + .l-inside h5,
.l-borderedBlock .l-inside + .l-inside h6 {
    margin-top: 0;
    margin-bottom: 18px;
}

.l-borderedBlock .l-inside-single,
.l-borderedBlock .l-inside:last-child {
    border-bottom: 0;
}

.l-borderedBlock header.l-inside h1,
.l-borderedBlock header.l-inside h2,
.l-borderedBlock header.l-inside h3,
.l-borderedBlock header.l-inside h4,
.l-borderedBlock header.l-inside h5,
.l-borderedBlock header.l-inside h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.l-borderedBlock.no-color,
.l-borderedBlock.no-color .l-inside,
.l-borderedBlock.no-color .l-inside + .propose .l-inside {
    border-color: #eeeeee;
}

/* Bordered Block */
/* Mobile Menu filter */
@media (max-width: 991px) {
    .l-menu-filter {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #c7d9df;
    }
}

/* Mobile Menu filter */
/*List content */
.l-list-heading {
    padding: 20px 0;
    border-bottom: 1px solid #c7d9df;
}

@media (max-width: 600px) {
    .l-list-heading {
        text-align: center;
    }
}

.l-list-heading.notabs {
    padding: 0 0 15px 0;
}

.l-list-heading h6 {
    margin: 0;
    float: left;
}

@media (max-width: 768px) {
    .l-list-heading h6 {
        margin: 10px 0;
    }
}

@media (max-width: 600px) {
    .l-list-heading h6 {
        float: none;
    }
}

.l-list-heading h5 {
    margin: 0;
    float: left;
}

.l-list-heading > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .l-list-heading > ul {
        text-align: left;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
}

.l-list-heading > ul .dropdown-menu {
    text-align: left;
}

.l-list-heading > ul > li {
    display: inline;
    margin-left: 15px;
}

.l-list-heading > ul > li > a {
    color: #777777;
    text-decoration: none;
}

.l-list-heading > ul > li > a span {
    border-color: #777777;
}

.l-list-heading > ul > li > a:hover {
    color: #999999;
}

.l-list-heading > ul > li.active a {
    color: #7ec26c;
}

@media (max-width: 768px) {
    .l-list-heading > ul .dropdown-menu.pull-right {
        right: auto;
        left: 0;
    }

    .l-list-heading > ul li {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (max-width: 600px) {
    .l-list-heading > ul.pull-right li {
        float: left;
    }
}

/*List content */
/* Advanced Search */
.l-advanced-search-link {
    text-align: right;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .l-advanced-search-link {
        text-align: center;
    }
}

.l-advanced-search {
    padding: 20px 15px;
    margin-top: 15px;
    background: #edf4f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left !important;
    position: relative;
}

.l-advanced-search:after {
    position: absolute;
    top: -9px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #edf4f5;
    float: left;
    content: '';
}

@media (max-width: 600px) {
    .l-advanced-search:after {
        right: 50%;
        margin-right: -5px;
    }
}

.l-advanced-search h5 {
    float: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.l-advanced-search-exp .col-sm-1 {
    padding-right: 0;
}

.l-list-num {
    float: left;
    color: #aaa;
    width: 50px;
}

@media (max-width: 600px) {
    .l-list-num {
        display: none;
    }
}

@media (max-width: 768px) {
    .l-list-num {
        width: 30px;
    }
}

.l-search-budget input.form-control {
    width: 80px;
    float: left;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    margin-right: 10px;
}

.l-search-budget select.form-control {
    width: 75px;
    float: left;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.l-search-budget label {
    line-height: 14px;
}

.l-propose-works-adv {
    margin-left: 0 !important;
}

.l-propose-works-adv .o-project-thumb_proposal {
    margin: 0 2% 0 0 !important;
}

/* Advanced Search */
/* Search results */
.l-search-results {
    padding-left: 0;
    padding-right: 0;
}

.l-search-results > li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.l-search-results em {
    font-style: normal;
    background: #ffeda9;
}

.l-search-results .f-infoText {
    margin-left: 0 !important;
}

.l-search-results .l-project-title {
    margin-bottom: 5px !important;
}

.l-search-tag {
    background: #ffeda9;
    border-color: #ffeda9 !important;
    color: #847437 !important;
}

@media (max-width: 600px) {
    .l-search-heading {
        padding-top: 0 !important;
    }
}

/* Search results */
/* Project List */
.l-item-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l-item-features li {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 15px;
    color: #555555;
}

.l-item-features li + li {
    border-left: 1px solid #dddddd;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .l-item-features li + li {
        border: 0;
        padding-left: 0;
    }
}

.l-item-features .small {
    font-size: 14px;
}

.l-item-features-special {
    border: 1px solid #dddddd;
    padding: 0 4px !important;
}

.l-item-features-special + li {
    border: 0 !important;
}

.l-item-features-special-item {
    padding: 0 2px;
    font-size: 16px;
    display: inline;
}

.l-item-features-special-item > i {
    position: relative;
    top: 2px;
}

.l-projectList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l-projectList > li {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    word-break: normal;
}

.l-projectList .payed {
    background: #eaf7db;
    padding: 15px;
    border-bottom: 0;
    margin-top: 0;
}

.l-projectList .payed + li.payed {
    margin-top: 30px;
}

.l-projectList .highlited {
    border: 2px solid #7ec26c !important;
    padding: 15px;
}

.l-projectList-table {
    border: 0;
    width: 100%;
    margin: 15px 0;
    position: relative;
}

@media (max-width: 767px) {
    .l-projectList-table {
        margin-bottom: 15px;
    }
}

.l-projectList-table tr td {
    padding: 5px;
    border-bottom: 1px solid #c7d9df;
    vertical-align: top;
}

@media (max-width: 767px) {
    .l-projectList-table tr td {
        border: 0;
        padding: 3px 10px;
    }
}

.l-projectList-table tr:hover td {
    background: #edf4f5;
    cursor: pointer;
}

@media (max-width: 767px) {
    .l-projectList-table tr {
        display: block;
        border-bottom: 1px solid #c7d9df;
    }

    .l-projectList-table tr td:first-child {
        padding-top: 10px;
    }

    .l-projectList-table tr td:last-child {
        padding-bottom: 10px;
    }
}

.l-projectList-table-title {
    zoom: 1;
}

@media (max-width: 767px) {
    .l-projectList-table-title {
        display: block;
        overflow: auto;
    }
}

.l-projectList-table-title > span {
    display: block;
    overflow: hidden;
    zoom: 1;
}

.l-projectList-table-title a {
    text-decoration: none !important;
}

.l-projectList-table-title i {
    color: #777777;
    width: 18px;
    text-align: center;
    float: left;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .l-projectList-table-title i {
        display: inline;
        float: none;
        margin-right: 5px;
    }

    .l-projectList-table-title span {
        display: inline;
        overflow: auto;
    }
}

.l-projectList-table-title-date {
    font-size: 12px;
    font-style: italic;
    color: #777777;
    display: inline !important;
}

.l-projectList-table-fixed {
    position: absolute;
    top: 5px;
    left: -20px;
    color: #68af55 !important;
}

@media (max-width: 767px) {
    .l-projectList-table-fixed {
        position: relative;
        top: auto;
        left: auto;
    }
}

.l-projectList-table-highlited > td {
    background-color: #eaf7db !important;
}

.l-projectList-table-pro {
    text-align: right;
}

@media (max-width: 767px) {
    .l-projectList-table-pro {
        display: block;
        float: left;
        width: 15%;
        text-align: left;
    }
}

.l-projectList-table-comments {
    width: 60px;
}

@media (max-width: 767px) {
    .l-projectList-table-comments {
        display: block;
        float: left;
        width: 20%;
    }
}

.l-projectList-table-address {
    text-align: right;
    color: #777777;
    width: 120px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .l-projectList-table-address {
        display: block;
        float: left;
        width: 65%;
        text-align: left;
    }
}

.l-projectList-table-date {
    text-align: right;
    color: #777777;
    font-size: 13px;
    width: 140px;
}

@media (max-width: 767px) {
    .l-projectList-table-date {
        display: block;
        width: 100%;
        text-align: left;
    }

    .l-projectList-table-date:before {
        display: block;
        content: '';
        clear: both;
    }
}

.l-project-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.l-project-title .small {
    font-size: 14px;
    font-family: Gotham, "Arial", sans-serif;
}

.l-project-title .pro {
    position: relative;
    top: -2px;
}

.l-project-title-delete {
    float: right;
    font-size: 14px;
    margin: 5px 0 5px 10px;
}

@media (max-width: 767px) {
    .l-project-title-delete {
        font-size: 24px;
        margin-top: 0;
    }
}

.l-project-head {
    margin: 8px 0 15px 0;
}

.l-tag {
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #dddddd;
    color: #777777;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 0;
    text-decoration: none;
}

a.l-tag:hover,
a.l-tag.active {
    border-color: #7ec26c;
    color: #7ec26c;
}

.l-tag-more {
    border-style: dashed;
}

.l-price {
    background: #68af55;
    color: #ffffff;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-top: 3px;
    font-size: 14px;
}

.l-price small {
    font-family: 'Arial', Tahoma, Sans Serif;
    font-weight: normal;
}

.l-price_na {
    background: #eeeeee;
    color: #777777;
    border: 1px solid #eeeeee;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-top: 3px;
    font-size: 14px;
}

.l-price-small {
    background: #68af55;
    color: #ffffff;
    padding: 2px 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}

/* Project List */
/* Map View */
.l-mapView {
    margin: 30px 0;
}

.l-mapView #map-desktop {
    width: 100%;
    height: 500px;
}

@media (max-width: 600px) {
    .l-mapView #map-desktop {
        height: 300px;
    }
}

.l-mapView_ballon .l-item-features li + li {
    border-left: 0;
    padding-left: 0;
}

.l-mapView_ballon .l-project-title {
    text-align: left;
}

/* Map View */
/*home text*/
.l-homeText {
    padding: 50px 0;
    background: #edf4f5;
}

.l-homeText h1 {
    font-size: 18px;
    margin-top: 0;
}

/*home text*/
/* 404 */
.error-page {
    color: #777;
    text-align: center;
}

.error-page h2 {
    font-size: 100px !important;
    color: #ddd;
}

.error-page form {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* 404 */
/* Sitemap */
.l-sitemap {
    margin: 10px 0;
}

.l-sitemap h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
}

.l-sitemap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.l-sitemap ul > li {
    line-height: 18px;
}

.l-sitemap ul > li + li {
    margin-top: 5px;
}

/* Sitemap */
/* news */
.l-news-controls {
    padding: 5px 0;
}

.l-news-controls .pull-left .fa {
    font-size: 12px;
}

.l-news-controls .pull-right a {
    margin-left: 15px;
}

@media (max-width: 600px) {
    .l-news-controls .pull-right a {
        margin-left: 0;
        display: block;
        margin-top: 7px;
    }

    .l-news-controls .pull-left,
    .l-news-controls .pull-right {
        float: none !important;
        text-align: center;
        display: block !important;
    }

    .l-news-controls .pull-left a {
        margin-left: 0;
        display: block;
        margin-top: 7px;
    }
}

/* news */
/* carousel */
.l-freelancers-carousel-item {
    margin: 0 !important;
    padding: 0 10px !important;
    font-size: 12px;
    line-height: 18px;
}

.l-carousel-container {
    padding-bottom: 30px;
    margin-top: 10px;
}

.l-carousel-how_link {
    float: right;
    margin-top: -15px;
    position: relative;
}

@media (max-width: 600px) {
    .l-carousel-how_link {
        display: none;
    }
}

.l-carousel-how_link:after {
    clear: both;
    display: block;
    content: '';
}

.l-images-carousel {
    margin: 20px 0;
    padding: 0 30px;
}

.l-images-carousel .item {
    text-align: center !important;
    padding: 10px !important;
}

/* carousel */
/* spacer */
.l-spacer {
    height: 15px;
    display: block;
}

/* spacer */
/* Comments */
.l-comments-list .alert {
    margin-top: 5px;
}

.l-comments-list > .l-comment-block > .l-comment-block {
    padding-left: 74px;
}

@media (max-width: 600px) {
    .l-comments-list > .l-comment-block > .l-comment-block {
        padding-left: 40px;
    }
}

.l-comments-list > .l-comment-block > .l-comment-block > .l-comment-block {
    padding-left: 42px;
}

@media (max-width: 600px) {
    .l-comments-list > .l-comment-block > .l-comment-block > .l-comment-block {
        padding-left: 0;
    }
}

.l-comments-list .l-comment-owner {
    margin-bottom: 2px;
}

.l-comments-list .l-comment-owner:after {
    clear: both;
    display: block;
    content: '';
}

@media (min-width: 768px) {
    .l-comments-list .l-comment-owner strong {
        float: left;
    }
}

.l-comments-list .c-base-date {
    display: block;
}

@media (min-width: 768px) {
    .l-comments-list .c-base-date {
        float: right;
    }
}

/* Comments */
/*Owl Carousel */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #c7d9df;
    filter: alpha(opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.owl-controls .owl-buttons {
    display: none !important;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@media (min-width: 991px) {
    .l-carousel .owl-controls .owl-buttons {
        display: block !important;
    }

    .l-freelancers-carousel .owl-controls .owl-buttons div {
        position: absolute;
        top: 10px;
    }

    .l-freelancers-carousel .owl-controls .owl-buttons div.owl-prev {
        left: -50px;
    }

    .l-freelancers-carousel .owl-controls .owl-buttons div.owl-next {
        right: -50px;
    }

    .l-images-carousel .owl-controls .owl-buttons div {
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .l-images-carousel .owl-controls .owl-buttons div.owl-prev {
        left: -5px;
    }

    .l-images-carousel .owl-controls .owl-buttons div.owl-next {
        right: -5px;
    }

    .l-carousel .owl-pagination {
        display: none;
    }
}

/*Owl Carousel */
/* clients list */
.l-clientsList-img {
    float: right;
    margin-left: 15px;
}

@media (max-width: 600px) {
    .l-clientsList-img {
        float: none;
        margin: 0 0 10px 0;
        display: block;
        text-align: center;
    }
}

.l-clientsList-img img {
    max-width: 150px;
    max-height: 150px;
}

/* clients list */
/* tabs */
.l-tabs-count {
    padding: 2px 3px;
    background: #68af55;
    color: #fff;
    font-size: 10px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.l-tabs-toggle {
    display: block;
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    text-align: left;
    outline: none;
    font-family: "Arial", sans-serif;
    font-weight: normal;
}

.l-tabs-toggle .fa {
    font-size: 20px;
}

@media (min-width: 991px) {
    .l-tabs-toggle {
        display: none;
    }
}

/* tabs */
/* dymanic-features */
.l-dymanic-features {
    font-size: 13px;
}

.l-dymanic-features h4 {
    font-size: 14px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.l-dymanic-features ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.l-dymanic-features ul:after {
    display: block;
    content: '';
    clear: both;
}

.l-dymanic-features ul li {
    float: left;
}

.l-dymanic-features ul li:after {
    content: ',\00a0';
}

.l-dymanic-features ul li:last-child:after {
    display: none;
}

/* BS */
.l-project-author {
    margin-bottom: 12px;
}

.l-project-author .pro {
    top: 0;
}

.l-project-bs-content {
    padding: 15px;
    margin-top: 10px;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    zoom: 1;
}

.l-project-bs-content-icon {
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-right: 15px;
    font-size: 36px;
    color: #777777;
}

@media (max-width: 767px) {
    .l-project-bs-content-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

.l-project-bs-content-in {
    overflow: hidden;
    zoom: 1;
}

.l-project-bs-content-title {
    font-weight: bold;
}

.l-project-bs-content-descr {
    margin-top: 7px;
}

.l-project-bs-content-controls {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.l-project-bs-content-controls > li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px;
    margin-top: 4px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .l-project-bs-content-controls > li {
        display: block;
        white-space: normal;
        margin-right: 0;
    }
}

.l-project-bs-content-controls a {
    white-space: normal !important;
}

@media (max-width: 767px) {
    .l-project-bs-content-controls > li + li {
        margin-top: 5px;
    }

    .l-project-bs-content-controls .btn {
        display: block;
        width: 100%;
    }
}

.l-project-bs-content-help {
    margin-top: 10px;
    color: #777777;
    font-size: 13px;
}

.l-project-bs-content-msg {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    color: #777777;
}

/* Payment Methods */
.l-payment-methods {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

@media (max-width: 767px) {
    .l-payment-methods {
        margin: 0;
    }
}

.l-payment-methods > li {
    float: left;
    padding: 5px;
    width: 33.3%;
}

@media (max-width: 767px) {
    .l-payment-methods > li {
        width: auto;
        float: none;
        padding: 5px 0;
    }
}

.l-payment-methods > li > a {
    display: block;
    border: 1px solid #dddddd;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.l-payment-methods > li > a:hover,
.l-payment-methods > li > a:hover .l-payment-methods-title {
    border-color: #68af55;
}

.l-payment-methods:after {
    display: block;
    content: '';
    clear: both;
}

.l-payment-methods-img {
    display: table;
    height: 130px;
    width: 100%;
}

.l-payment-methods-img > span {
    display: table-cell;
    height: 130px;
    width: 100%;
    vertical-align: middle;
    padding: 15px;
}

.l-payment-methods-img > span img {
    max-height: 100px;
    max-width: 150px !important;
}

.l-payment-methods-title {
    border-top: 1px solid #dddddd;
    padding: 10px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .l-payment-methods-title {
        height: auto;
        overflow: auto;
        white-space: normal;
    }
}

.l-project-steps {
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .l-project-steps {
        margin-top: 15px;
    }
}

.l-project-steps > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.l-project-steps > ul > li {
    position: relative;
}

.l-project-steps > ul > li > span {
    display: block;
    padding: 15px 15px 15px 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.l-project-steps > ul > li + li {
    border-top: 1px solid #dddddd;
}

.l-project-steps > ul > li.active {
    color: #56a230;
}

.l-project-steps > ul > li.active:after {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 24px;
    content: "\f021";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.l-project-steps > ul > li.active-ar {
    color: #ed1e1e;
}

.l-project-steps > ul > li.active-ar:after {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 24px;
    content: "\f071";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.l-project-steps > ul > li.done {
    color: #cccccc;
}

.l-project-steps > ul > li.done .l-project-steps-descr {
    display: none;
}

.l-project-steps > ul > li.done:after {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 24px;
    color: #cccccc;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.l-project-steps-descr {
    padding: 0 15px 15px 50px;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #777777;
    font-size: 13px;
    line-height: 18px;
}

.l-project-descr {
    margin: 15px 0;
}

.l-project-chat {
    margin-top: 15px;
}

.l-project-chat h5 {
    margin: 0 0 10px 0;
}

.l-project-history {
    margin-top: 15px;
}

.l-project-history h5 {
    margin: 0 0 10px 0;
}

.l-project-chat-window {
    border: 1px solid #dddddd;
    position: relative;
}

.l-project-chat-window:after {
    content: 'sss';
}

.l-project-chat-window-in {
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.l-project-chat-window-fade {
    height: 50px;
    position: relative;
    z-index: 6;
    background-color: #ccc;
}

.l-project-chat-form {
    margin: 0 !important;
    border: 1px solid #dddddd;
    border-top: 0;
}

.l-project-terms {
    margin-top: 5px;
}

.l-project-terms-budget {
    color: #68af55;
}

.l-project-terms-time {
    color: #777777;
}

.o-ordersList-logo {
    float: right;
    margin-left: 15px;
}

@media (max-width: 600px) {
    .o-ordersList-logo {
        float: none;
        margin: 0 0 10px 0 !important;
        display: block;
        text-align: center;
    }
}

.o-ordersList-logo img {
    max-width: 160px;
    max-height: 70px;
}

/*Project page */
.o-clientInfo {
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}

.o-clientInfo:after {
    content: '';
    display: block;
    clear: both;
}

.o-client-avatar,
.o-freelancer-avatar {
    float: left;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .o-client-avatar,
    .o-freelancer-avatar {
        display: none;
    }
}

.o-client-avatar img,
.o-freelancer-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.o-client-about {
    overflow: hidden;
    zoom: 1;
    float: left;
}

@media (max-width: 768px) {
    .o-client-about {
        float: none;
    }
}

.o-feedbacks-inf {
    font-size: 12px;
    font-weight: normal;
}

.o-feedbacks-inf a,
.o-feedbacks-inf span {
    margin: 0 3px;
}

.o-feedbacks-inf .o-good {
    color: #72bc4e;
}

.o-feedbacks-inf .o-bad {
    color: #db2b2b;
}

.o-feedbacks-inf .o-soso {
    color: #777777;
}

.o-feedbacks-date span + span {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #dddddd;
}

@media (max-width: 767px) {
    .o-feedbacks-date span + span {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .o-feedbacks-date span {
        display: block;
    }
}

.o-project-price {
    background: #68af55;
    color: #ffffff;
    border: 1px solid #68af55;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    padding: 8px 15px;
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .o-project-price {
        float: none;
        margin-left: 0;
    }
}

.o-project-price.o-project-price_hide-sm {
    display: inline-block;
}

@media (max-width: 768px) {
    .o-project-price.o-project-price_hide-sm {
        display: none;
    }
}

.o-project-price.o-project-price_show-sm {
    display: none;
}

@media (max-width: 768px) {
    .o-project-price.o-project-price_show-sm {
        display: inline-block;
    }
}

.o-project-price small {
    font-family: "Arial", sans-serif;
    font-weight: normal;
}

.o-project-price_na {
    background: #eeeeee;
    color: #777777;
    border: 1px solid #eeeeee;
    font-size: 14px;
    padding: 8px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-top: 3px;
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .o-project-price_na {
        float: none;
        margin-left: 0;
    }
}

.o-project-price_na.o-project-price_hide-sm {
    display: inline-block;
}

@media (max-width: 768px) {
    .o-project-price_na.o-project-price_hide-sm {
        display: none;
    }
}

.o-project-price_na.o-project-price_show-sm {
    display: none;
}

@media (max-width: 768px) {
    .o-project-price_na.o-project-price_show-sm {
        display: inline-block;
    }
}

.o-your-note {
    background: #eaf7db;
    padding: 10px;
    margin-top: 7px;
    display: inline-block;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #4c8a3c;
    float: right;
    max-width: 350px;
    position: relative;
    font-weight: normal;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .o-your-note {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .o-your-note {
        width: 100%;
        max-width: 100%;
        float: none;
    }
}

.o-your-note .form-group {
    width: 320px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .o-your-note .form-group {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .o-your-note .form-group {
        width: 100%;
    }
}

.o-addnote {
    display: none;
}

.o-project-date {
    font-size: 12px;
    text-align: right;
    color: #777777;
}

@media (max-width: 991px) {
    .o-project-date {
        text-align: left;
        margin-left: 80px;
        margin-top: 10px;
    }
}

.o-order-files {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.o-order-files li {
    padding: 3px 0;
}

.o-collapsed-info_toggle {
    display: block;
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    text-align: left;
    outline: none;
    font-family: "Arial", sans-serif;
    font-weight: normal;
}

@media (min-width: 992px) {
    .o-collapsed-info_toggle {
        display: none;
    }
}

.o-collapsed-info_toggle .fa {
    font-size: 20px;
}

.o-freelancer-buttons {
    float: right;
}

@media (max-width: 600px) {
    .o-freelancer-buttons {
        float: none;
        margin: 8px 0;
    }
}

.o-chosen-worker {
    border: 1px solid #efdd9d !important;
    padding: 20px 20px 0 20px;
}

.o-declined-worker {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

.o-advertiseBlock {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px dashed #ccc;
}

.o-advertiseBlock article {
    margin-top: 10px;
}

.o-advertiseBlock article p {
    margin: 0;
    padding: 0;
}

.o-advertise-accordion {
    margin-bottom: 30px;
}

.o-advertise-accordion .panel-heading a {
    padding: 10px !important;
    font-weight: bold;
    font-size: 14px;
}

.o-advertise-accordion .panel-heading a span {
    float: left;
    margin-right: 5px;
    border: 0;
    color: inherit;
}

.o-advertise-accordion .panel-heading a .fa {
    font-size: 24px;
    float: left;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    margin-top: -2px;
}

.o-advertise-accordion .panel-heading a:after {
    clear: both;
    display: block;
    content: '';
}

.o-advertise-accordion label {
    display: block;
    position: relative;
}

.o-advertise-accordion label > input {
    position: absolute;
    top: 0;
    left: 0;
}

.o-advertise-price {
    float: right !important;
    font-weight: bold;
}

@media (max-width: 767px) {
    .o-advertise-price {
        float: left !important;
    }

    .o-advertise-price:before {
        content: ' - ';
    }
}

.o-advertise-accordion-count {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.o-advertise-accordion-count label {
    display: inline-block !important;
}

.o-advertise-accordion-count input {
    width: 40px !important;
    display: inline-block !important;
    text-align: center;
    margin: 0 5px;
}

.o-advertise-accordion-count .form-group {
    margin: 0 !important;
}

.o-advertise-paymethods-list {
    margin-bottom: 30px;
}

.o-advertise-paymethod {
    display: block;
    border: 1px solid #c7d9df;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .o-advertise-paymethod {
        border: 1px solid #c7d9df;
        height: 100%;
        text-align: center;
        /*line-height: 70px;*/
    }

    .o-advertise-paymethod.j-ps-item.active {
        max-width: 140px;
        /*max-height: 213px;*/
        margin: auto;
    }
}

.o-advertise-paymethod:hover .o-paymethod-inner + .o-paymethod-inner {
    background: #edf4f5;
}

@media (max-width: 600px) {
    .o-advertise-paymethod:hover .o-paymethod-inner + .o-paymethod-inner {
        background: none;
    }
}

.o-advertise-paymethod .o-paymethod-inner {
    padding: 15px 10px;
}

@media (max-width: 600px) {
    .o-advertise-paymethod .o-paymethod-inner {
        /*float: left;*/
        /*padding: 0;*/
        display: block;
        /*border: 1px solid #c7d9df;*/
        text-align: center;
        /*-webkit-border-radius: 3px;*/
        /*-moz-border-radius: 3px;*/
        /*border-radius: 3px;*/
        cursor: pointer;
    }

    .o-paymethod-logo-in {
        width: 100%;
        height: 100%;
    }
}

.o-advertise-paymethod .o-paymethod-inner + .o-paymethod-inner {
    border-top: 1px solid #c7d9df;
}

@media (max-width: 600px) {
    .o-advertise-paymethod .o-paymethod-inner + .o-paymethod-inner {
        border-top: 0;
    }
}

.o-advertise-paymethod .o-paymethod-inner span {
    display: block;
}

@media (max-width: 600px) {
    .o-advertise-paymethod .o-paymethod-inner span {
        /*display: inline;*/
    }
}

.o-advertise-paymethod.active {
    border-color: #68af55;
}

.o-advertise-paymethod.active .o-paymethod-inner + .o-paymethod-inner {
    color: #fff;
    background: #68af55;
}

@media (max-width: 600px) {
    .o-advertise-paymethod.active .o-paymethod-inner + .o-paymethod-inner {
        /*color: #68af55;*/
        background: none;
    }
}

.o-adv-price {
    margin-top: 10px;
}

.o-paymethod-logo {
    height: 100px;
    display: table;
    width: 100%;
}

@media (max-width: 600px) {
    .o-paymethod-logo {
        height: 70px;
        display: block;
        width: auto;
    }
}

.o-paymethod-logo .o-paymethod-logo-in {
    display: table-cell;
    height: 100px;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .o-paymethod-logo .o-paymethod-logo-in {
        display: block;
        height: 70px;
        line-height: 70px;
        /*width: 100px;*/
    }
}

.o-paymethod-logo img {
    max-width: 100px !important;
    max-height: 80px !important;
}

@media (max-width: 600px) {
    .o-paymethod-logo img {
        max-width: 60px !important;
        max-height: 60px !important;
    }
}

.o-paymethod-descr {
    padding: 15px;
    border: 2px solid #c7d9df;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 30px 0;
}

.o-paymethod-descr:after {
    display: block;
    content: '';
    clear: both;
}

.o-paymethod-descr-heading {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .o-paymethod-descr-heading {
        text-align: center;
    }
}

.o-paymethod-descr-img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .o-paymethod-descr-img {
        float: none;
        margin: 0 auto 15px auto;
        display: block;
    }
}

.o-client-more-works {
    text-align: right;
    font-size: 13px;
}

@media (max-width: 600px) {
    .o-client-more-works {
        text-align: left;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .o-project-features li + li {
        border-left: 0;
        padding-right: 15px;
        padding-left: 0;
    }
}

.o-collapsed-info table tr td {
    width: 20%;
}

@media (max-width: 767px) {
    .o-collapsed-info table tr td {
        width: auto !important;
    }
}

.o-collapsed-info table tr td + td {
    width: 80%;
}

@media (max-width: 991px) {
    .o-collapsed-info {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #eeeeee;
        margin: 15px 0;
    }

    .o-collapsed-info h6 {
        display: none;
    }

    .o-collapsed-info table {
        margin-bottom: 0;
    }

    .o-collapsed-info .o-propose-works {
        margin: 0;
    }

    .o-collapsed-info .o-collapsed-inner {
        margin: 15px;
    }
}

@media (min-width: 992px) {
    .o-collapsed-info .collapse {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .o-collapse-mobile .collapse {
        display: block !important;
    }

    .o-collapse-mobile_toggle {
        display: none;
    }
}

.o-freelancersList {
    font-size: 13px;
}

.o-freelancersList > li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-top: 30px;
}

.o-freelancersList > li:last-child {
    border-bottom: 0;
}

.o-freelancersList > li.my-proposal {
    border: 1px solid #7ec26c;
    padding: 20px 20px 0 20px;
}

.o-freelancersList > li .media .o-freelancer-avatar img {
    width: 32px !important;
    height: 32px !important;
}

.o-freelancer-info {
    font-size: 13px;
    color: #777777;
    margin-bottom: 7px;
}

.o-propose-works {
    margin-top: 0;
    margin: 20px 0 0 0;
}

@media (max-width: 768px) {
    .o-propose-works {
        text-align: center;
    }

    .o-propose-works .o-project-thumb {
        margin: 20px auto;
    }
}

.o-all-works {
    margin: 15px 1%;
}

@media (max-width: 768px) {
    .o-all-works {
        text-align: center;
    }
}

.o-proposal-text {
    padding: 15px;
    background: #eeeeee;
    margin-top: 15px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333333;
    font-size: 13px;
    margin-bottom: 15px;
}

.o-proposal-text:before {
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #eeeeee;
    content: '';
}

.proposal-chat {
    margin-top: 15px;
    padding: 10px 0 0 0;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #cccccc;
}

.proposal-chat .pull-left a {
    margin-right: 10px;
}

.o-propose-inputs input.form-control {
    width: 160px;
    float: left;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

@media (max-width: 480px) {
    .o-propose-inputs input.form-control {
        width: 75px;
    }
}

.o-propose-inputs select.form-control {
    width: 90px;
    float: left;
    margin-left: 10px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

@media (max-width: 480px) {
    .o-propose-inputs select.form-control {
        width: 80px;
    }
}

.o-propose-inputs label {
    line-height: 14px;
}

.o-propose-inputs .checkbox-inline {
    line-height: 18px;
    padding-top: 0 !important;
    margin-left: 15px !important;
}

.o-propose-inputs-txt {
    float: left;
    color: #777777;
    padding-left: 10px;
    padding-top: 4px;
}

.o-price-inputs .form-control {
    width: 75px !important;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .o-price-inputs .form-control {
        width: 100% !important;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.o-price-inputs select.form-control {
    margin-left: 0 !important;
}

.o-proposed-terms {
    color: #777;
    margin-bottom: 5px;
}

.o-proposed-terms strong {
    color: #68af55;
}

.o-projectList > li {
    border-bottom: 1px solid #c7d9df !important;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.o-count-proposals {
    color: #fff;
    background: #68af55;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}

.o-tagSkills {
    margin: 2px 0 0px 0;
}

.o-tagSkills .j-tag:first-child {
    margin-top: 6px;
}

.o-tagSkills span {
    padding: 4px 8px;
    margin-bottom: 1px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #777;
    border-radius: 2px;
    display: inline-block;
    white-space: nowrap;
}

.o-tagSkills a {
    color: #777;
}

.o-tagSkills a:hover {
    color: #444;
}

.o-project-thumb {
    margin: 15px 0;
    width: 200px;
    position: relative;
}

@media (min-width: 768px) {
    .o-project-thumb {
        float: left;
        margin-right: 20px !important;
    }
}

.o-project-thumb.o-uploaded {
    cursor: move;
}

.o-project-thumb .o-inner {
    width: 200px;
    height: 200px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 10px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 170px;
    margin-right: 20px;
    margin-top: 10px;
}

.o-project-thumb .o-inner img {
    max-width: 180px;
    max-height: 180px;
}

.o-project-thumb .added {
    background-color: transparent;
}

.o-project-thumb .o-sort-arrow_lg {
    display: none;
}

@media (min-width: 1199px) {
    .o-project-thumb .o-sort-arrow_lg {
        display: block !important;
        width: 14px;
        height: 14px;
        position: absolute;
        right: -17px;
        line-height: 14px;
        color: #777777;
        cursor: pointer;
    }

    .o-project-thumb .o-sort-arrow_lg.o-arrow_left {
        top: 0;
    }

    .o-project-thumb .o-sort-arrow_lg.o-arrow_right {
        top: 20px;
    }
}

.o-project-thumb .o-sort-arrow_sm {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -30px;
    line-height: 14px;
    color: #777777;
    cursor: pointer;
}

@media (min-width: 1199px) {
    .o-project-thumb .o-sort-arrow_sm {
        display: none !important;
    }
}

.o-project-thumb .o-sort-arrow_sm.o-arrow_up {
    left: 0;
}

.o-project-thumb .o-sort-arrow_sm.o-arrow_down {
    left: 20px;
}

.o-project-thumb_proposal {
    margin: 0 1%;
    width: 31.3%;
    float: left;
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 10px;
}

@media (max-width: 600px) {
    .o-project-thumb_proposal {
        width: 200px;
        display: block;
        float: none;
        margin: 10px auto;
    }
}

.o-project-thumb_proposal img {
    max-width: 100%;
    max-height: 180px;
}

a:hover.o-project-thumb_proposal {
    border-color: #7ec26c;
}

.o-project-thumb_proposal_title {
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.o-item-remove {
    width: 24px;
    height: 24px;
    display: block !important;
    position: absolute;
    top: 0;
    right: -13px;
    border: 0 !important;
    background: none !important;
    font-size: 24px;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.o-item-remove:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.o-noteLinks {
    margin-top: 3px;
}

.o-noteLinks a {
    margin-right: 10px;
}

.o-order-label {
    float: right;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .o-order-label {
        float: none;
    }

    .o-showNote {
        left: 0;
        right: auto;
        width: 260px;
    }
}

.o-btn-propose {
    font-size: 16px;
    display: block;
    text-align: center;
}

@media (max-width: 600px) {
    .o-btn-propose {
        font-size: 13px !important;
    }

    .o-propositions-title {
        font-size: 14px;
    }

    .o-publicate-button {
        text-align: center;
    }

    .o-publicate-button .btn {
        margin-bottom: 10px;
    }

    .o-publicate-button .ajax-link {
        display: block;
    }
}

@media (max-width: 767px) {
    .o-freelancer-defined > span {
        display: block;
    }
}

.o-freelancer-defined:after {
    display: block;
    clear: both;
    content: '';
}

@media (min-width: 768px) {
    .o-freelancer-defined-btn {
        float: right;
        margin-top: -3px;
    }
}

@media (max-width: 767px) {
    .o-freelancer-defined-btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}

.o-proposal-chat {
    margin-top: 10px;
}

.o-proposal-chat .pull-left a {
    margin-right: 15px;
}

.o-proposal-chat a {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .o-proposal-chat a {
        padding: 3px 0;
        display: block;
    }

    .o-proposal-chat .pull-left,
    .o-proposal-chat .pull-right {
        float: none !important;
    }
}

.o-proposal-chat-window ul {
    list-style: none;
    margin-right: 0;
    padding: 0;
}

.o-proposal-chat-window ul li {
    border-top: 1px solid #cccccc;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .o-control-label {
        width: 150px;
    }

    .o-control-subline {
        margin-left: 150px;
    }
}

@media (max-width: 991px) {
    .o-control-label-md {
        width: 150px;
        text-align: left !important;
    }
}

.o-controls {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.o-orderSelect {
    list-style: none;
    padding: 0;
    margin: 0;
}

.o-orderSelect > li {
    display: block;
    padding: 10px;
    border: 1px solid #edf4f5;
    cursor: pointer;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
}

.o-orderSelect > li:hover {
    background: #edf4f5;
    color: #00a8c6;
}

.o-orderSelect > li.active {
    cursor: default;
    background: #edf4f5;
    color: #00a8c6;
}

.o-orderSelect-price {
    color: #56a230;
    font-weight: bold;
    float: right;
    margin-left: 10px;
    background: #fff;
    padding: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*Sign Block */
.s-signBlock {
    max-width: 980px;
    margin: 30px auto;
}

@media (max-width: 768px) {
    .s-signBlock {
        margin: 15px auto;
    }
}

.s-signBlock .s-signBlock-top {
    padding-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
    text-align: center;
}

@media (max-width: 768px) {
    .s-signBlock .s-signBlock-top {
        padding-bottom: 15px;
    }
}

.s-signBlock .s-signBlock-logo {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .s-signBlock .s-signBlock-logo {
        padding-bottom: 0;
    }
}

.s-signBlock .s-signBlock-logo img {
    max-width: 250px !important;
    max-height: 125px !important;
}

@media (max-width: 768px) {
    .s-signBlock .s-signBlock-logo img {
        max-width: 140px !important;
        max-height: 60px !important;
    }

    .s-signBlock .s-signBlock-top h1.small {
        font-size: 14px;
    }
}

.s-signBlock-form {
    margin: 20px 0;
}

@media (max-width: 768px) {
    .s-signBlock-form {
        margin: 15px 0;
    }
}

.s-signBlock-form label {
    font-weight: normal;
}

.s-signBlock-div {
    padding: 10px 30px;
}

@media (max-width: 768px) {
    .s-signBlock-div {
        padding: 0 15px;
    }
}

/* Social Buttons*/
.s-btn-social {
    padding-left: 25px;
    color: #fff !important;
    margin-bottom: 10px;
}

.s-btn-social:hover,
.s-btn-social:focus,
.s-btn-social:active,
.s-btn-social.active {
    color: #fff;
}

.s-btn-social.not-active {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.s-vk {
    background: #4474a3;
    border-color: #4474a3;
    background-image: url(../img/icons/s-vk.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.s-vk:hover,
.s-vk:focus,
.s-vk:active,
.s-vk.active {
    background-image: url(../img/icons/s-vk.png);
    background-color: #5a90ba;
    border-color: #5a90ba;
}

.s-fb {
    background: #3b5998;
    border-color: #3b5998;
    background-image: url(../img/icons/s-fb.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.s-fb:hover,
.s-fb:focus,
.s-fb:active,
.s-fb.active {
    background-image: url(../img/icons/s-fb.png);
    background-color: #5271b2;
    border-color: #5271b2;
}

.s-od {
    background: #ff6e00;
    border-color: #ff6e00;
    background-image: url(../img/icons/s-od.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.s-od:hover,
.s-od:focus,
.s-od:active,
.s-od.active {
    background-image: url(../img/icons/s-od.png);
    background-color: #ff8224;
    border-color: #ff8224;
}

.s-ya {
    background: #D83933;
    border-color: #D83933;
    background-image: url(../img/icons/s-ya.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.s-ya:hover,
.s-ya:focus,
.s-ya:active,
.s-ya.active {
    background-image: url(../img/icons/s-ya.png);
    background-color: #ef3d36;
    border-color: #ef3d36;
}

.s-gg {
    background: #AD2C1E;
    border-color: #AD2C1E;
    background-image: url(../img/icons/s-gg.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.s-gg:hover,
.s-gg:focus,
.s-gg:active,
.s-gg.active {
    background-image: url(../img/icons/s-gg.png);
    background-color: #c94436;
    border-color: #c94436;
}

.s-mr {
    background: #6ab724;
    border-color: #6ab724;
    background-image: url(../img/icons/s-mm.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.s-mr:hover,
.s-mr:focus,
.s-mr:active,
.s-mr.active {
    background-image: url(../img/icons/s-mm.png);
    background-color: #71ce1c;
    border-color: #71ce1c;
}

.s-signBlock-other {
    padding: 20px;
    border: 1px dashed #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
    text-align: left;
}

.s-signBlock-other h6 {
    margin: 7px 0;
}

.s-signBlock_hello {
    line-height: 64px;
}

@media (max-width: 991px) {
    .s-signBlock_hello {
        line-height: 20px;
        text-align: center;
    }
}

.s-signBlock-social-avatar {
    width: 64px;
    height: 64px;
    overflow: hidden;
    float: right;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .s-signBlock-social-avatar {
        float: none;
        margin: 10px auto;
    }
}

.s-signBlock-social-avatar img {
    max-width: 500% !important;
    min-width: 64px !important;
    min-height: 64px !important;
}

.s-socialBlock_confirm {
    margin-top: -10px;
}

@media (max-width: 991px) {
    .s-socialBlock_confirm {
        margin-top: 20px;
    }

    .s-social-buttons {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .s-social-buttons {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #cccccc;
    }
}

@media (max-width: 600px) {
    .s-signBlock-other .text-right {
        text-align: left;
    }
}

.s-captcha {
    line-height: 30px;
}

.s-signBlock-links > li {
    margin-bottom: 10px;
}

.f-freelancersList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-freelancersList > li {
    border: 1px solid #c7d9df;
    display: block;
    margin: 30px 0;
}

.f-freelancersList > li.pro {
    border-color: #7ec26c;
}

.f-freelancersList > li.f-pro {
    padding: 15px;
    border: 1px solid #7ec26c;
    padding-bottom: 0;
}

.f-infoText {
    padding: 15px;
    background: #eeeeee;
    margin-top: 15px;
    margin-right: 17px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333333;
    font-size: 13px;
    margin-bottom: 15px;
    margin-left: 74px;
}

@media (max-width: 991px) {
    .f-infoText {
        margin-left: 0;
        margin-right: 0;
    }
}

.f-mapView-features {
    margin-bottom: 10px;
}

.f-mapView-features span {
    white-space: nowrap;
    padding-right: 7px;
}

.f-mapView.media-body {
    margin: 0;
    padding: 0;
}

.f-freelancer-avatar {
    float: left;
    margin-right: 10px;
}

.f-freelancer-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.f-propose-works {
    margin-left: 74px !important;
}

.f-propose-works .o-project-thumb_proposal {
    margin: 0 2% 0 0 !important;
}

.f-freelancer-name {
    font-weight: bold;
    font-size: 13px;
}

@media (max-width: 768px) {
    .f-freelancer-name {
        font-size: 14px;
    }
}

.f-your-note {
    display: block;
    float: none;
    max-width: none;
}

.f-your-note .form-group {
    width: auto;
}

.p-profile-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .p-profile-avatar {
        width: 60px;
        height: 60px;
    }
}

.p-profile-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.p-profile-top {
    text-align: center;
}

.p-profile-top .btn {
    margin: 10px 0;
}

.p-profile-top small {
    color: #777777;
    display: block;
    margin: 10px 0;
}

.p-profileColumn {
    color: #777777;
}

.p-profileColumn h6 {
    margin-bottom: 10px !important;
}

.p-profile-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-profile-info-list li {
    font-size: 14px;
    padding: 3px 0;
}

.p-profile-info-list .fa {
    width: 15px;
    text-align: center;
}

.p-profileContent {
    padding: 15px 0;
    border-top: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

@media (max-width: 768px) {
    .p-profileContent {
        padding: 0;
        border: 0;
        margin-top: 15px;
    }
}

.p-profileContent h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.p-profile-list-block {
    color: #777777;
    padding-bottom: 15px;
}

.p-profile-list-block + .p-profile-list-block {
    border-top: 1px solid #cccccc;
}

.p-profile-list-block .fa {
    width: 15px;
    text-align: center;
}

.p-profile-collapse-toggle {
    background: none;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #428bca;
    padding: 15px;
    text-align: left;
    display: block;
}

@media (min-width: 991px) {
    .p-profile-collapse-toggle {
        display: none;
    }
}

.p-portfolioSection + .p-portfolioSection {
    border-top: 1px solid #c7d9df;
    margin-top: 30px;
    padding-top: 15px;
}

.p-portfolioSection ol {
    padding-left: 35px;
    margin: 0;
}

.p-portfolioSection ol li {
    color: #777777;
}

.p-portfolioSection ol span {
    padding-left: 10px;
    white-space: nowrap;
}

.p-portfolioSection-disabled {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
}

@media (min-width: 768px) {
    .p-portfolioSection-edit .form-inline .form-group + .form-group {
        margin-left: 15px;
    }
}

.p-profile-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c7d9df;
}

.p-profile-title form {
    margin-top: 20px;
}

.p-profile-title h3 {
    margin: 10px 0;
    border: 0 !important;
}

.p-profile-title h4 {
    margin: 10px 0;
    border: 0 !important;
    margin-bottom: 0;
}

.p-profile-title h5,
.p-profile-title h6 {
    margin: 10px 0;
    border: 0 !important;
}

.p-profile-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p-profile-title ul li {
    font-size: 13px;
}

.p-profile-title-columns {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    .p-profile-title-columns {
        display: block;
    }
}

.p-profile-title-columns-left {
    display: table-cell;
    vertical-align: top;
}

@media (max-width: 767px) {
    .p-profile-title-columns-left {
        display: block;
    }
}

.p-profile-title-columns-right {
    display: table-cell;
    text-align: right;
    vertical-align: top;
}

@media (max-width: 767px) {
    .p-profile-title-columns-right {
        display: block;
        text-align: left;
    }
}

.p-portfolioSection-description {
    margin-top: 20px;
}

.p-portfolioSection-work {
    margin-top: 40px;
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .p-portfolioSection-work {
        text-align: center;
    }

    .p-portfolioSection-work + .p-edit-work-icon {
        padding: 5px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .p-portfolioSection-work .p-portfolioSection-img {
        max-width: 100%;
        height: auto;
    }

    .p-portfolioSection-work .p-portfolioSection-img img {
        display: block;
        margin: 0 auto 7px auto;
        position: relative;
    }
}

.p-portfolioSection-img {
    max-width: 200px;
    height: 200px;
    display: block;
    position: relative;
}

.p-portfolioSection-img img {
    display: block;
    margin-bottom: 7px;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-portfolioSection-img-disabled img {
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
}

.p-portfolioSection-img-disabled-text {
    position: absolute;
    height: 22px;
    top: 5px;
    left: 0;
    padding: 0 15px;
    text-shadow: 1px 1px 0 #fff;
}

.p-portfolioSection-opt {
    font-weight: normal;
    color: #777777;
    margin-top: 5px;
}

.p-portfolioSection-opt span {
    padding-right: 10px;
}

.p-active-link a {
    cursor: pointer !important;
}

.p-infoText {
    margin-left: 0 !important;
    margin-bottom: 0;
    margin-top: 5px;
}

.p-work-snapshots {
    margin-top: 24px;
    padding-top: 15px;
    border-top: 1px solid #c7d9df;
    text-align: center;
}

.p-work-snapshots .p-work-item {
    display: block;
    margin: 20px 0 10px 0;
}

.p-feedbacksList > li {
    border-bottom: 0 !important;
    padding-bottom: 0;
}

.p-feedback-answer {
    padding: 15px;
    margin-top: 10px;
    border: 1px dashed #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.p-feedback-answer h6 {
    margin: 0 0 5px 0;
}

.p-feedback-answer-heading {
    font-size: 14px;
    margin-bottom: 10px;
    color: #777;
}

.p-feedback-comment .p-add-comment {
    padding: 15px;
    border: 1px solid #c7d9df;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-top: 5px;
}

.p-feedback-comment .btn {
    margin-right: 10px;
}

.p-profileCabinet-section {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-profileCabinet-section + .p-profileCabinet-section {
    border-top: 1px solid #c7d9df;
}

@media (max-width: 767px) {
    .p-profileCabinet-section .checkbox {
        padding-top: 10px;
    }
}

.p-metro-color {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-color: transparent !important;
}

.p-avatar-label {
    padding-top: 4px !important;
    font-weight: 300;
    color: #121212;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

@media (max-width: 767px) {
    .p-avatar-label {
        padding-top: 0 !important;
    }
}

.p-profileCabinet-avatar {
    margin: 10px 0 0px 0;
}

.p-profileCabinet-avatar .alert {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .p-profileCabinet-avatar {
        margin-bottom: 0;
    }
}

.p-profileCabinet-avatar .p-img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

@media (max-width: 767px) {
    .p-profileCabinet-avatar .p-img {
        float: none;
    }
}

.p-profileCabinet-avatar .p-img img {
    max-width: 500% !important;
    min-width: 64px !important;
    min-height: 64px !important;
}

.p-profileCabinet-avatar .p-load {
    float: left;
    margin-left: 15px;
    margin-top: 7px;
}

@media (max-width: 767px) {
    .p-profileCabinet-avatar .p-load {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
}

.p-profileCabinet-avatar .fa {
    font-size: 16px;
    margin-left: 5px;
}

.p-img-loading {
    width: 64px;
    height: 64px;
    float: left;
    line-height: 64px;
    text-align: center;
}

.p-cabinet-birthdate .col-sm-2 + .col-sm-2 {
    padding-left: 0;
}

@media (max-width: 767px) {
    .p-cabinet-birthdate .col-sm-2 + .col-sm-2 {
        padding-left: 15px;
    }
}

.p-delete {
    color: #aaa;
}

.p-delete:hover {
    color: #DB0003;
}

.p-profileCabinet-contacts .form-group {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767px) {
    .p-profileCabinet-contacts .form-group {
        margin-bottom: 5px !important;
        margin-right: 15px;
    }
}

.p-profileCabinet-contacts-delete {
    line-height: 36px;
    padding-left: 0;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.p-profileCabinet-contacts-delete .p-delete,
.p-profileCabinet-contacts .input-group .p-delete {
    font-size: 18px;
}

@media (max-width: 767px) {
    .p-profileCabinet-contacts .input-group {
        margin-bottom: 15px !important;
    }
}

.p-profileCabinet-delete {
    padding-left: 0;
    margin-left: 10px;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    float: left;
}

.p-profileCabinet-delete .p-delete {
    font-size: 18px;
}

.p-specialization-add {
    padding-bottom: 10px;
}

.p-prevnext-links {
    font-size: 12px;
}

.dropdown-menu .p-categoriesList_active h6 {
    margin: 5px 10px 10px 7px;
}

.dropdown-menu .p-categoriesList_active .small {
    padding: 0 7px;
    margin-bottom: 10px;
}

.dropdown-menu .p-categoriesList_active a,
.dropdown-menu .p-categoriesList_active a:hover {
    background-color: transparent;
}

.p-form-noinput {
    padding-top: 7px;
}

.p-addProject_map {
    margin-bottom: 15px;
}

.p-addProject_files {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.p-addProject_files li {
    display: block;
    padding-bottom: 5px;
    color: #777;
    font-size: 12px;
}

.p-addProject_files .fa {
    color: #DF1518;
    margin-right: 6px;
    font-size: 13px;
}

.p-addProject_paidService {
    border: 1px solid #c7d9df;
    text-align: center;
    cursor: pointer;
    margin: 15px 0;
    display: block;
}

.p-addProject_paidService:hover {
    border-color: #7ec26c;
}

.p-addProject_paidService p {
    padding-bottom: 15px;
}

.p-addProject_paidService label {
    cursor: pointer;
    padding: 15px;
    display: block;
}

.p-addProject_paidService .fa {
    font-size: 48px;
    display: block;
    text-align: center;
    margin: 15px 0 5px 0;
    color: #777;
}

.p-addProject_paidService .p-paidService_description {
    font-size: 13px;
    line-height: 18px;
    color: #555;
    margin: 15px 0 10px 0;
    overflow: hidden;
}

.p-addProject_paidService .p-paidService_description .p-paidService_heading {
    display: table;
    width: 100%;
    height: 40px;
}

.p-addProject_paidService .p-paidService_description .p-paidService_heading h6 {
    margin: 0;
    padding: 0;
    display: table-cell;
    line-height: 18px;
    height: 40px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.p-addProject_paidService .p-paidService_text {
    margin-top: 5px;
    height: 80px;
    display: table;
    width: 100%;
    background: url(../img/fade.png) repeat-x bottom;
}

.p-addProject_paidService .p-paidService_text .p-active-in {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}

.p-addProject_paidService .p-paidService_text .p-paidService_text_in {
    overflow: hidden;
    position: relative;
    height: 60px;
}

.p-addProject_paidService .p-paidService_text .p-paidService_text_in .p-in-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    z-index: 10;
    background: url(../img/fade.png) repeat-x bottom left;
}

.p-addProject_paidService.active {
    border: 2px solid #7ec26c;
}

.p-addProject_paidService.active .fa {
    color: #7ec26c;
}

.p-paidService_input {
    width: 50px;
    margin: 0 auto;
}

.p-paidService_input input {
    text-align: center;
}

.p-paidService_link-input input {
    margin: 10px 0;
}

.p-profileCabinet-password {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .p-profileCabinet-password {
        padding-right: 15px;
        padding-bottom: 25px;
    }
}

.p-profileCabinet-password .c-formSubmit {
    padding-top: 15px;
}

.p-addOrder.pull-right {
    float: right !important;
    text-align: right !important;
}

@media (max-width: 767px) {
    .p-addOrder.pull-right {
        float: none !important;
        text-align: left !important;
    }
}

.p-addOrder .btn {
    margin-top: 5px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .p-addOrder .btn {
        margin-top: 15px;
    }
}

.p-profileOrder-swicher {
    margin-right: 15px;
}

.p-proflie-client-title .dropdown {
    float: left;
    margin-top: 8px;
}

.p-profileOrder-controls {
    margin-bottom: 10px;
    color: #aaa;
    background: #f5f5f5;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
}

@media (max-width: 767px) {
    .p-profileOrder-controls {
        display: none;
    }
}

.p-profileOrder-controls a {
    margin: 0 10px 0 0;
    white-space: nowrap;
    font-size: 14px !important;
}

.p-profileOrder-controls .fa {
    width: 18px;
    text-align: center;
}

.p-profileOrder-controls small {
    margin-left: -9px;
    margin-right: 10px;
}

.p-profileOrder-controls-mobile {
    text-align: center;
    background: #f5f5f5;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    margin: 0;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .p-profileOrder-controls-mobile {
        display: block;
    }
}

.p-profileOrder-controls-mobile a {
    border: 1px solid #c7d9df;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px 7px;
    line-height: normal;
    display: inline-block;
    position: relative;
}

.p-profileOrder-controls-mobile .fa {
    font-size: 24px;
    padding: 4px 10px;
    text-align: center;
}

.p-profileOrder-controls-mobile .p-control-new-message {
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    background: #68af55;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.p-profileOrder-controls + .p-shopList,
.p-portfolioSection-edit + .p-shopList {
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

.p-profile-invited {
    margin: 0 0 15px 0 !important;
    border: 1px dashed #dddddd;
    padding: 15px;
}

.p-profile-alert h5 {
    margin: 10px 0 10px 0;
}

.p-profile-alert i {
    font-size: 20px;
}

@media (min-width: 768px) {
    .p-profile-alert-controls {
        float: right;
        margin-top: -3px;
    }

    .p-profile-alert-controls > .btn {
        margin-left: 7px;
    }
}

@media (max-width: 767px) {
    .p-profile-alert-controls > .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .p-profile-alert-controls > a {
        margin-left: 7px;
    }
}

.p-profile-period {
    padding-top: 7px;
    font-size: 12px;
    color: #777777;
    font-style: italic;
}

@media (min-width: 768px) {
    .p-profile-period {
        padding-left: 0;
    }
}

.p-profile-alert-invite {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    color: #68af55;
}

.p-profile-alert-invite h4,
.p-profile-alert-invite h5 {
    margin: 0;
    font-size: 14px;
}

.p-profile-alert-invite:after {
    display: block;
    content: '';
    clear: both;
}

.p-profile-alert-invite-msg {
    color: #333333;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
}

.p-profile-alert-invite-msg h5 {
    margin: 0;
    font-size: 14px;
}

.p-profile-alert-invite-msg p {
    padding: 0;
    /*margin-bottom:;*/
}

.p-profile-alert-invite-msg i {
    font-size: inherit !important;
}

.p-profile-submenu {
    list-style: none;
    padding: 0;
    margin: 5px 0 !important;
}

.p-profile-submenu li {
    float: left;
    margin: 5px 0;
}

.p-profile-submenu li a {
    padding: 4px 7px;
}

.p-profile-submenu li.active a {
    background: #7ec26c;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.p-profile-submenu:after {
    display: block;
    content: '';
    clear: both;
}

.p-profile-submenu-dropdowns {
    margin-top: 8px;
    font-size: 13px;
}

.p-portfolioSection-settings-block {
    margin-top: 15px;
    float: right;
}

@media (max-width: 767px) {
    .p-portfolioSection-settings-block {
        margin-top: 0;
        float: none;
        margin-bottom: 10px;
    }
}

.p-portfolioSection-settings-block a {
    margin-left: 15px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .p-portfolioSection-settings-block a {
        margin-left: 0;
        margin-right: 15px;
    }
}

.p-edit-work-icon {
    color: #aaa;
    font-size: 12px;
    white-space: nowrap;
    display: block;
}

.p-edit-work-icon .fa {
    font-size: 14px;
}

.p-portfolio-list {
    margin-top: 20px !important;
}

@media (max-width: 767px) {
    .p-portfolio-list {
        padding: 5px 0;
    }
}

.p-portfolio-list li {
    position: relative;
}

.p-portfolio-count .form-control {
    width: 50px !important;
    text-align: center;
}

@media (max-width: 767px) {
    .p-portfolio-count .form-control {
        float: left;
        margin-right: 5px;
    }

    .p-portfolio-count {
        line-height: 30px !important;
    }

    .p-portfolio-count label {
        float: left;
    }
}

.p-addWork-gallery {
    margin: 0 -10px 20px -10px;
    list-style: none;
    padding: 0;
}

.p-addWork-gallery li {
    width: 25%;
    padding: 10px;
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .p-addWork-gallery li {
        width: 50%;
    }
}

.p-addWork-gallery li a {
    background: #FFFDEA;
    border: 1px dashed #ddd;
    display: table;
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 30px;
}

.p-addWork-gallery li + li a {
    background: #f5f5f5;
}

.p-addWork-gallery li .p-hasimg {
    background: #fff;
    line-height: 0;
    cursor: move;
}

.p-addWork-gallery li .p-hasimg img {
    max-height: 100%;
}

.p-addWork-gallery .p-galleryImg-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100px;
}

.p-addWork-gallery .p-galleryImg-remove {
    width: 24px;
    height: 24px;
    display: block !important;
    position: absolute;
    top: 0;
    right: -2px;
    border: 0 !important;
    background: none !important;
    font-size: 24px;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.p-addWork-gallery .p-galleryImg-remove:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.p-gallery-alternate {
    margin-top: 10px;
}

.p-gallery-alternate div {
    margin-bottom: 10px;
}

.p-profile-portfolio-controls {
    margin-top: 15px;
}

.p-profile-portfolio-controls a {
    margin-right: 10px;
    white-space: nowrap;
}

.p-portfolio-project-thumb {
    margin-top: -5px;
    width: 180px;
}

.p-portfolio-project-thumb .o-inner {
    width: 180px !important;
    height: 180px !important;
    line-height: 150px !important;
}

.p-portfolio-project-thumb .o-inner img {
    max-width: 160px !important;
    max-height: 160px !important;
}

.p-order-files {
    margin-bottom: 10px !important;
}

.p-propose-works {
    margin-top: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .p-propose-works {
        text-align: left !important;
    }

    .p-propose-works .p-portfolio-project-thumb {
        margin: 0 0 30px 0 !important;
    }
}

.p-feedback-answer-controls {
    margin-top: 10px;
}

.p-feedback-answer-controls a {
    white-space: nowrap;
    margin-right: 10px;
}

.p-favorites-list {
    padding-bottom: 30px;
}

.p-favorites-list + .p-favorites-list {
    border-top: 1px solid #c7d9df;
    padding-top: 20px;
}

.p-profile-resume {
    padding-bottom: 20px;
}

.p-favorites-avatar {
    margin-right: 10px;
    float: left;
}

.p-favorites-user {
    margin: 15px 0 30px 0;
}

.p-favorites-userinfo {
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
}

.p-profile-resume-download {
    display: block;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c7d9df;
    text-decoration: none;
    margin: 15px 0;
    font-size: 13px;
    font-weight: bold;
}

.p-profile-resume-download .fa {
    font-size: 20px;
    margin-top: 3px;
}

a.p-profile-resume-download:hover {
    border-color: #7ec26c;
}

.p-your-note {
    padding: 4px 7px !important;
    margin-top: 4px;
    display: block !important;
    float: none !important;
    text-align: left;
}

.p-your-note .form-group {
    width: auto !important;
}

@media (min-width: 991px) {
    .p-profile-collapse.collapse {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .p-profileCabinet-contacts .col-sm-3 {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .p-portfolioSection h5.pull-left {
        float: none !important;
    }
}

.p-portfolioSection-bottom {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dddddd;
}

.p-portfolioSection-bottom-date {
    float: right;
}

@media (max-width: 767px) {
    .p-portfolioSection-bottom-date {
        float: none;
        margin-bottom: 15px;
    }

    .p-profileCabinet-social {
        padding-left: 15px;
        padding-top: 25px;
        border-top: 1px solid #c7d9df;
    }

    .p-cabinet-birthdate .col-sm-2 {
        margin-top: 10px;
    }
}

.p-goback-link {
    margin-top: 15px;
    display: inline-block;
}

.p-input-sm {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.p-input-sm .form-control {
    width: 50px;
    margin-left: 0;
    text-align: center;
    display: inline !important;
}

.p-position-last_radio {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .p-position-last_radio {
        margin-left: 0;
    }
}

.p-profileBill-bill {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c7d9df;
}

.p-profileBill-bill .p-bill-heading {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 7px 0;
    font-weight: 600;
}

@media (min-width: 767px) {
    .p-profileBill-bill .p-bill-heading {
        float: left;
        margin-top: 5px;
        margin-bottom: 0;
    }
}

.p-profileBill-bill .p-bill-heading strong {
    font-weight: 700;
}

@media (min-width: 767px) {
    .p-profileBill-bill:after {
        clear: both;
        display: block;
        content: '';
    }

    .p-profileBill-bill .btn {
        float: left;
        margin-left: 15px;
    }
}

.p-bill-date td {
    border: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    font-size: 12px;
    font-weight: bold;
    color: #777;
}

.p-bill-date td:hover {
    background-color: transparent !important;
}

.p-bill-table tr td {
    border-top: 0 !important;
    border-bottom: 1px solid #ddd;
}

.p-status-text {
    background: #edf4f5;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}

.p-status-text .p-status-edit {
    margin-top: 7px;
}

.p-status-text textarea {
    font-size: 13px;
}

.p-additional-info {
    padding: 10px;
    background: #edf4f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.p-additional-info-inside {
    padding-top: 15px;
}

.p-additional-info-inside h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.p-additional-info-parameters + .p-additional-info-parameters {
    margin-top: 15px;
}

.p-additional-info-service {
    margin-top: 10px;
}

.p-additional-info-service + .p-additional-info-service {
    border-top: 1px solid #c7d9df;
    padding-top: 10px;
}

.p-additional-info-service:after {
    display: block;
    content: '';
    clear: both;
}

.p-additional-info-service-add {
    position: relative;
}

.p-additional-info-service-del {
    position: absolute;
    top: 0;
    right: -40px;
    color: #555555;
    margin: 15px 0;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    z-index: 2;
}

@media (max-width: 991px) {
    .p-additional-info-service-del {
        margin: 10px 0;
        padding: 0;
        width: 34px;
        height: 34px;
        right: auto;
        left: -50px;
        background: transparent;
        border: 1px solid #c7d9df;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}

@media (max-width: 767px) {
    .p-additional-info-service-del {
        right: 0;
        left: auto;
    }
}

.p-additional-info-service-del:hover {
    color: red;
}

.p-additional-info-service-del i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .p-additional-info-service-del i {
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
}

@media (max-width: 767px) {
    .p-additional-info-service-name {
        margin-right: 44px;
    }

    .p-additional-info-service-form-m .p-additional-info-service-form-input,
    .p-additional-info-service-form-m .p-additional-info-service-form-select {
        width: 100%;
        float: none;
        padding: 0;
    }
}

.p-additional-info-service-form-v2 .p-additional-info-service-form-input {
    width: 60%;
}

.p-additional-info-service-form-v2 .p-additional-info-service-form-select {
    width: 40%;
}

.p-additional-info-service-form-input {
    width: 40%;
    float: left;
}

@media (max-width: 767px) {
    .p-additional-info-service-form-input {
        margin-top: 10px;
    }
}

.p-additional-info-service-form-input input {
    padding-right: 7px;
    padding-left: 7px;
    text-align: center;
}

.p-additional-info-service-form-input.has-currency {
    width: 100%;
    float: none;
}

.p-additional-info-service-form-select {
    width: 60%;
    float: right;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .p-additional-info-service-form-select {
        margin-top: 10px;
    }
}

.p-additional-info-service-form-select select {
    padding-right: 7px;
    padding-left: 7px;
}

.p-additional-info-service-group:after {
    display: block;
    content: '';
    clear: both;
}

.p-additional-info-service-group .form-control {
    float: left;
    width: 33.3%;
    position: relative;
    z-index: 1;
    padding-left: 7px;
    padding-right: 7px;
}

.p-additional-info-service-group .form-control:focus,
.p-additional-info-service-group .form-control:active {
    z-index: 2;
}

.p-additional-info-service-group input {
    border-radius: 4px 0 0 4px;
    text-align: center;
}

.p-additional-info-service-group select {
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 0;
}

.p-additional-info-service-group span {
    margin-left: -1px;
    margin-right: -1px;
    border-radius: 0;
    background-color: transparent;
    text-align: center;
    box-shadow: none;
}

.p-additional-info-service-group select + input,
.p-additional-info-service-group span + input {
    border-radius: 0 4px 4px 0;
}

.p-additional-info-service-group-two:after {
    display: block;
    content: '';
    clear: both;
}

.p-additional-info-service-group-two .form-control {
    float: left;
    width: 49.7%;
    position: relative;
    z-index: 1;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 4px 0 0 4px;
    text-align: center;
}

.p-additional-info-service-group-two .form-control + .form-control {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

.p-additional-info-service-group-two .form-control:focus,
.p-additional-info-service-group-two .form-control:active {
    z-index: 2;
}

/* status */
.p-status-online {
    background: #6BCD1C;
}

.p-status-offline {
    background: #db2b2b;
}

.p-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sh-shopList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-shopList > li {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    word-break: normal;
}

.sh-highlited {
    border: 2px solid #7ec26c;
    padding: 15px !important;
}

.sh-item-controls {
    margin-top: 7px;
}

.sh-item-disabled {
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
}

.sh-shopList-img {
    float: right;
    margin-left: 15px;
}

@media (max-width: 600px) {
    .sh-shopList-img {
        float: none;
        margin: 0 0 10px 0;
        display: block;
        text-align: center;
    }
}

.sh-shopList-img img {
    max-width: 150px;
    max-height: 150px;
}

.sh-item-name {
    font-size: 18px;
    padding-bottom: 5px;
}

.sh-shopList-description {
    margin-top: 5px;
}

.sh-project-features {
    margin-top: 10px;
    font-size: 12px;
}

.sh-project-features .fa {
    font-size: 14px;
}

.sh-price {
    margin-top: 0;
    display: none;
}

@media (min-width: 991px) {
    .sh-price {
        float: right;
        display: inline;
    }
}

.sh-item-contacts {
    margin-top: 30px;
}

.sh-shop-item-text {
    margin-top: 20px;
}

.sh-item-gallery {
    text-align: center;
}

.sh-item-gallery a {
    margin: 2px 0;
    display: inline-block;
    text-decoration: none;
}

.sh-item-gallery a:hover {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}

.sh-item-gallery img {
    height: 80px !important;
}

.sh-showAllWorks {
    font-weight: normal;
}

.sh-shopAdv-item {
    margin: 0 !important;
    padding: 0 !important;
}

.sh-shopAdv-item .l-project-head {
    margin-top: 5px !important;
}

.sh-shopAdv-item .sh-shopAdv-img {
    margin-right: 15px;
    float: left;
}

@media (max-width: 600px) {
    .sh-shopAdv-item .sh-shopAdv-img {
        margin: 0 auto 10px auto;
        float: none !important;
        text-align: center;
        display: block;
    }
}

.sh-shopAdv-item .sh-shopAdv-img img {
    max-width: 100px !important;
    max-height: 70px !important;
}

@media (max-width: 600px) {
    .sh-shopAdv-item .sh-shopAdv-img img {
        max-width: 120px !important;
        max-height: 120px !important;
    }

    .sh-item-previews {
        margin-left: 10px;
    }
}

.b-blogList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.b-blogList > li {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    word-break: normal;
}

.b-blogList-img {
    text-align: center;
    margin: 15px 0;
}

@media (max-width: 600px) {
    .b-blogList-img {
        float: none;
    }
}

.b-deleted-comment {
    margin-top: 0;
}

.b-blogList-description {
    margin-top: 5px;
}

.b-date {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 5px;
}

.b-item-name h2,
.b-item-name h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 5px 0 !important;
}

.b-project-features {
    margin-top: 10px;
    font-size: 12px;
}

.b-project-features .fa {
    font-size: 14px;
}

.b-blog-article {
    border-bottom: 1px solid #c7d9df;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.b-blog-article h1,
.b-blog-article p + h6 {
    margin-top: 0;
}

.b-user-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #c7d9df;
    font-size: 12px;
}

.b-social-icons {
    margin-top: 5px;
}

@media (max-width: 600px) {
    .b-social-icons {
        margin-top: 15px;
    }

    .b-social-icons.text-right {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .b-username {
        margin-top: 10px;
    }
}

.q-questionsList {
    font-size: 12px;
}

.q-questionsList > li {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    color: #999;
    word-break: normal;
}

.q-questionsList .l-item-features > li {
    color: #999 !important;
    font-size: 14px;
}

.q-question-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.q-solved {
    color: #7FB700 !important;
}

.q-solvedLabel {
    margin-top: 7px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .q-solvedLabel {
        float: right;
        margin: 0;
    }
}

.q-best-answer {
    padding: 15px;
    border: 1px solid #68af55 !important;
}

.q-best-answer-note {
    color: #7FB700 !important;
}

@media (min-width: 768px) {
    .q-best-answer-note {
        float: right;
    }
}

.q-your-answer {
    padding: 15px;
    border: 1px solid #cccccc !important;
}

.q-your-answer-note {
    color: #777777;
}

@media (min-width: 768px) {
    .q-your-answer-note {
        float: right;
    }

    .q-question-solved {
        text-align: right;
    }
}

.q-answer-rating {
    color: #888;
    line-height: 18px;
}

.q-answer-rating .fa {
    font-size: 18px;
    margin-right: 5px;
}

.q-answer-rating span {
    padding-right: 5px;
}

.q-answer-rating a {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.q-answer-rating a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.q-answer-rating_na a,
.q-answer-rating_na a:hover {
    cursor: default;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

.q-answer-good,
.q-answer-good a {
    color: #7FB700;
}

.q-answer-bad,
.q-answer-bad a {
    color: #D43737;
}

.q-answer-zero,
.q-answer-zero a {
    color: #777777;
}

.q-question-profile {
    border-bottom: 1px solid #c7d9df;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.q-question-profile h1 {
    margin-top: 10px;
}

.q-question-profile .title-type-2 h1 {
    margin-top: 0;
}

.q-question-myanswer {
    font-size: 13px !important;
    line-height: 18px;
    color: #555;
    margin: 4px 0;
}

.q-question-add-block {
    padding: 20px 15px;
    margin-top: 15px;
    background: #edf4f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left !important;
    position: relative;
}

.q-question-add-block:after {
    position: absolute;
    top: -9px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #edf4f5;
    float: left;
    content: '';
}

.q-question-add-block h5 {
    float: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.q-answers-list {
    margin: 10px 0;
    padding: 15px;
    background: #edf4f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.q-answers-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.q-answers-list ul li {
    padding-bottom: 15px;
}

.q-answers-list ul li + li {
    padding: 15px 0;
    border-top: 1px solid #c7d9df;
}

.q-answers-list:after {
    position: absolute;
    top: -7px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #edf4f5;
    float: left;
    content: '';
}

.q-answer-comments {
    margin-top: 10px;
}

.a-articleAdd-options {
    margin: 30px auto 0 auto;
    text-align: center;
    position: relative;
}

.a-articleAdd-options a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #428bca;
    color: #fff;
}

@media (max-width: 768px) {
    .a-articleAdd-options a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
}

.a-articleAdd-options a:hover {
    color: #fff;
    background: #7ec26c;
}

.a-options-inside {
    display: inline-block;
    padding: 10px 5px;
    background: #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.a-articleAdd-element {
    min-height: 140px;
    padding: 20px 0;
    margin: 15px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
}

.a-articleAdd-element .form-group {
    margin-bottom: 0;
    padding-bottom: 0;
}

.a-articleAdd-element .form-control {
    margin-bottom: 7px;
}

.a-articleAdd-element:hover {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}

.a-articleAdd-element:hover .a-articleAdd-controls {
    display: block;
}

.a-articleAdd-controls {
    display: none;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .a-articleAdd-controls {
        display: block;
    }
}

.a-articleAdd-controls ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.a-articleAdd-controls ul li {
    display: block;
    text-align: right;
}

@media (max-width: 600px) {
    .a-articleAdd-controls ul li {
        display: block;
        text-align: left;
        float: left;
        margin-right: 10px;
    }
}

.a-articleAdd-controls a {
    font-size: 12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #aaa;
}

@media (max-width: 600px) {
    .a-articleAdd-controls a {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.a-articleAdd-controls a:hover {
    border-color: #7ec26c;
    color: #7ec26c;
}

.a-articleAdd-controls a:hover.link-delete {
    color: #dc3535;
    border-color: #dc3535;
}

.a-articleAdd-add {
    position: absolute;
    top: -13px;
    left: 0;
    height: 20px;
    width: 100%;
    text-align: center;
}

.a-articleAdd-add span {
    padding: 5px;
    background: #eee;
    font-size: 11px;
    display: none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.a-articleAdd-add:hover span {
    display: inline;
}

.a-articleAdd-photo img {
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 10px;
}

.a-articleAdd-gallery {
    margin-bottom: 10px;
}

.a-articleAdd-gallery .row + .row {
    margin-top: 20px;
}

.a-articleAdd-gallery img {
    max-width: 80px;
    max-height: 80px;
}

.a-articleAdd-photo-description {
    margin-bottom: 7px;
}

.a-article-menu {
    padding-bottom: 20px;
}

.a-articlesList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.a-articlesList > li {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    word-break: normal;
}

.a-articlesList > li:first-child {
    margin-top: 0 !important;
}

.a-articlesList-img {
    float: left;
}

@media (max-width: 600px) {
    .a-articlesList-img {
        display: none;
    }
}

.a-articlesList-img img {
    max-width: 150px;
    max-height: 120px;
    margin: 0 15px 10px 0;
}

.a-articleView-img {
    float: left;
    margin-right: 15px;
    max-width: 150px;
    max-height: 120px;
}

.a-item-features {
    margin-top: 10px;
    font-size: 12px;
}

.a-item-features .fa {
    font-size: 14px;
}

.a-articleView {
    border-bottom: 1px solid #c7d9df;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.a-articleView h1,
.a-articleView p + h6 {
    margin-top: 0;
}

.a-articleView .a-user-info {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #c7d9df;
    font-size: 12px;
}

.a-articleView .a-user-info .a-item-features {
    float: left;
}

@media (max-width: 768px) {
    .a-articleView .a-user-info .a-item-features {
        float: none;
    }
}

.a-social-icons {
    margin-top: 5px;
}

@media (max-width: 600px) {
    .a-social-icons {
        margin-top: 15px;
    }

    .a-social-icons.text-right {
        text-align: left !important;
    }
}

.a-item-name h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 7px 0;
}

@media (max-width: 768px) {
    .a-article-info {
        margin-top: 10px;
    }
}

.a-author-img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px;
}

@media (min-width: 600px) {
    .a-answer-rating {
        float: right;
        margin-top: 20px;
    }
}

.i-imail-folders {
    list-style: none;
    padding: 0;
    margin: 0;
}

.i-imail-folders .input-group-addon {
    padding-right: 0 !important;
    border: 0;
    background-color: transparent;
    padding-left: 5px;
}

.i-imail-folders li {
    padding: 5px;
}

.i-imail-folders li a {
    padding: 5px;
    font-size: 13px;
}

.i-imail-folders li a:hover {
    color: #777777;
}

.i-imail-folders li a + a {
    padding: 0;
}

.i-imail-folders li a .fa {
    width: 16px;
    margin-right: 4px;
    text-align: center;
}

.i-imail-folders .active {
    background: #edf4f5;
}

.i-imail-folders .active a,
.i-imail-folders .active a:hover {
    color: #7ec26c;
    text-decoration: none;
}

.i-imail-folders .badge {
    font-size: 10px;
    font-weight: normal;
    padding: 4px 5px;
}

.i-imail-ignore .fa {
    color: #D80003;
}

.i-imail-favorites .fa {
    color: #FFAE00;
}

.i-imail-new .fa {
    color: #68af55;
}

.dropdown .i-imail-ignore a {
    color: #D80003;
}

.dropdown .i-imail-ignore a:hover,
.dropdown .i-imail-ignore.active a,
.dropdown .i-imail-ignore.active a:hover {
    color: #fff;
    background: #D80003;
}

.dropdown .i-imail-favorites a {
    color: #FFAE00;
}

.dropdown .i-imail-favorites a:hover,
.dropdown .i-imail-favorites.active a,
.dropdown .i-imail-favorites.active a:hover {
    color: #fff;
    background: #FFAE00;
}

.i-topTitle {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c7d9df;
    font-size: 12px;
}

.i-topTitle .breadcrumb {
    margin: 0;
    padding: 5px 0;
}

.i-imailList {
    padding: 0;
    margin: 0;
}

.i-imailList > li {
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #c7d9df;
    margin: 0;
    font-size: 13px;
}

@media (max-width: 768px) {
    .i-imailList > li {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .i-imailList > li {
        padding: 10px 0;
    }
}

.i-imailList > li + li {
    padding: 20px 0;
}

.i-imailList > li .i-imailList-func {
    visibility: hidden;
}

.i-imailList > li:hover .i-imailList-func {
    visibility: visible;
}

.i-imailList .i-new-message {
    color: #fff;
    background: #68af55;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px;
    text-decoration: none !important;
    margin-left: 5px;
    display: inline-block;
    font-size: 11px;
}

.i-imailList .media {
    overflow: visible !important;
}

.i-imailList .media-body {
    overflow: visible !important;
    padding-left: 15px !important;
}

@media (max-width: 600px) {
    .i-imailList .media-body {
        padding-left: 15px !important;
    }
}

.i-imailList .col-sm-4,
.i-imailList .col-sm-5,
.i-imailList .col-sm-6 {
    padding-left: 0;
}

.i-imailList .dropdown > a {
    white-space: normal;
}

@media (max-width: 600px) {
    .i-imailList div {
        padding-bottom: 3px;
        padding-top: 3px;
    }
}

@media (min-width: 768px) {
    .i-your-note {
        float: right;
    }
}

.i-imailList-func {
    float: right;
    text-align: right;
    padding-top: 7px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .i-imailList-func {
        visibility: visible;
    }
}

@media (max-width: 600px) {
    .i-imailList-func {
        float: none;
        text-align: left;
        padding-top: 14px !important;
        padding-left: 0;
    }
}

.i-imailList-func a {
    padding: 4px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #999;
}

.i-imailList-func a:hover {
    background: #f5f5f5;
}

.i-add-to-fav:hover,
.i-add-to-fav.active {
    color: #FFAE00;
}

.i-add-to-fav.active:hover {
    color: #999;
}

.i-delete-dialog:hover {
    color: #dc3535;
}

.i-imailDialog-title {
    font-size: 12px;
    text-align: center;
    position: relative;
}

.i-imailDialog-title .i-dialog-img {
    width: 64px;
    height: 64px;
    margin: 10px auto 5px auto;
    text-align: center;
}

.i-imailDialog-title .i-dialog-img img {
    max-width: 64px !important;
    height: 64px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.i-imailDialog-title .dropdown-menu {
    text-align: left !important;
}

.i-goback {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 64px;
}

@media (max-width: 600px) {
    .i-goback {
        position: relative;
        top: 0;
        left: 0;
        line-height: 24px;
    }
}

.i-mailDialog-back {
    text-align: right;
    padding-top: 5px;
}

@media (max-width: 600px) {
    .i-mailDialog-back {
        text-align: left;
        padding-top: 15px;
    }
}

.i-imailDialog-window {
    max-height: 400px;
    overflow-y: scroll;
}

@media (max-width: 600px) {
    .i-imailDialog-window {
        max-height: 250px;
    }
}

.i-message-box {
    margin: 20px 0;
}

.i-message-box:after {
    clear: both;
    display: block;
    content: '';
}

.i-message-time {
    width: 10%;
    font-size: 12px;
    color: #aaa;
    line-height: 16px;
}

.i-message-time span {
    display: block;
}

.i-message-date {
    text-align: center;
    color: #aaa;
    padding: 15px 0 0 0;
}

.i-message {
    padding: 15px;
    width: 85%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    zoom: 1;
}

@media (max-width: 600px) {
    .i-message {
        width: 78%;
    }
}

.i-message-avatar {
    float: left;
    margin-right: 10px;
    width: 64px;
}

@media (max-width: 767px) {
    .i-message-avatar {
        display: none;
    }
}

.i-message-content {
    overflow: hidden;
    zoom: 1;
}

.i-message-author {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
}

.i-message-addition {
    font-weight: bold;
    padding: 10px;
    margin-top: 15px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.i-message-others .i-message {
    float: left;
    background: #f5f5f5;
    margin-left: 10px;
}

.i-message-others .i-message-time {
    float: right;
    text-align: right;
    margin-right: 10px;
}

.i-message-self .i-message {
    float: right;
    background: #eaf5f8;
    margin-right: 10px;
}

.i-message-self .i-message-time {
    float: left;
    text-align: left;
    margin-left: 10px;
}

.i-message-third .i-message {
    float: left;
    background: #f4efe3;
    margin-left: 10px;
}

.i-message-third .i-message-time {
    float: right;
    text-align: right;
    margin-right: 10px;
}

.i-imailDialog-form {
    padding: 15px;
    background: #f5f5f5;
    margin-top: 15px;
}

.i-spec {
    font-weight: normal !important;
    font-size: 13px;
    color: #777;
}

.i-spec .fa {
    font-size: 14px;
}

.i-search-result {
    color: #555;
    margin-top: 10px;
}

.i-search-result em {
    font-style: normal;
    background: #ffeda9;
}

.fa-faqCategory {
    margin-bottom: 30px;
}

.fa-faqCategory h2 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 7px;
}

.fa-faqCategory ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}

.fa-faqCategory ul li {
    padding-bottom: 4px;
}

.fa-faqCategory .ajax-link {
    white-space: normal !important;
}

.fa-faqCategory-inside li {
    margin-bottom: 5px;
}

.fa-faqQuestion-short {
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
}

.fa-faqQuestion-short p {
    padding-bottom: 0px;
}

.fa-faqQuestion-short p:last-of-type {
    padding-bottom: 5px;
}

.fa-faqCategory-inside > ul {
    margin-left: 0px;
}

.fa-faq-title {
    font-size: 12px;
    margin: 5px;
}

.fa-faqList {
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}

.fa-faqList h2 {
    font-size: 10px;
    margin: 0;
}

.fa-faqList li {
    padding: 15px;
    background: #fff;
    margin-bottom: 2px;
}

.fa-faqList.fa-faqList-category li {
    padding: 10px 15px;
}

.fa-search-row {
    margin-bottom: 15px;
}

.fa-search-row form {
    margin-bottom: 10px;
}

.fa-answer {
    padding: 15px;
    background: #fff;
    margin-top: 15px;
}

.fa-faqCategory a {
    font-size: 14px;
}

.fa-faqCategory ul li {
    line-height: 14px;
}

.fa-faqCategory-item {
    width: 49.9999%;
    float: left;
    margin-bottom: 10px;
}

.fa-faqCategory-item:nth-child(odd) {
    clear: left;
}

@media (min-width: 768px) {
    .fa-ask-button {
        text-align: right;
    }
}

.se-services-list {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
}

.se-service-icon {
    float: left;
    margin-right: 15px;
    width: 70px;
    text-decoration: none !important;
    position: relative;
}

@media (max-width: 768px) {
    .se-service-icon {
        float: none;
        margin: 0 auto 15px auto;
        display: block;
        width: 100% !important;
        text-align: center;
        height: 70px;
    }

    .se-service-icon img {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -35px;
        width: auto;
    }
}

.se-service-name {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.se-services-item {
    margin-bottom: 20px;
    min-height: 150px;
}

@media (max-width: 768px) {
    .se-services-item {
        text-align: center;
    }
}

.se-pro {
    padding: 15px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background: #e43636;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .se-pro {
        width: 70px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -35px;
    }
}

.se-table-pro-column {
    background: #eaf7db;
}

.se-table {
    border-top: 0;
    margin-bottom: 30px;
}

.se-table td,
.se-table th {
    border: 1px solid #7ec26c !important;
}

.se-radio-item {
    padding: 15px;
    border: 1px solid #c7d9df;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
}

.se-radio-item:hover {
    border-color: #68af55;
}

.se-radio-item.active {
    border-color: #68af55;
    color: #68af55;
}

.se-radio-price {
    float: right;
    font-weight: bold;
}

.se-radio-form {
    margin-bottom: 30px;
}

.se-service-section {
    padding: 15px;
    border: 1px solid #c7d9df;
    margin: 15px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.se-service-section h5 {
    padding: 0;
    margin-top: 0;
    font-weight: 400;
    float: left;
}

.se-service-close {
    float: right;
    margin-top: -5px;
}

.se-service-close a {
    color: #777;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.se-service-close a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.se-service-section-table {
    border: 0;
    margin: 0 !important;
}

.se-service-section-table + .se-service-section-table {
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

.se-service-section-table + .se-service-section-table tr:first-child td {
    padding-top: 15px !important;
}

.se-service-section-table tr {
    border: 0 !important;
}

.se-service-section-table td {
    border: 0 !important;
    width: 40%;
    padding: 3px 0 !important;
    font-size: 13px;
    color: #777;
}

.se-service-section-table th {
    border: 0 !important;
}

.se-service-section-table td span {
    color: #333;
}

.se-service-section-table td + td {
    width: 60%;
}

.se-service-section-table tr:last-child td {
    padding-bottom: 15px !important;
}

.se-service-section-input {
    line-height: 24px !important;
}

.se-service-section-input .input-group {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.se-service-section-input .form-control {
    text-align: center;
}

.se-service-section-input .btn-default {
    border-color: #c7d9df;
}

.se-service-section-input .input-group-btn .btn .fa {
    font-size: 10px;
}

.se-left-categories-info {
    margin-left: 10px;
    color: #777;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.se-freelancers-carousel-item {
    padding-left: 0 !important;
    margin-bottom: 20px !important;
}

.se-left-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.se-left-categories ul {
    list-style: none;
    padding-left: 10px;
    padding-top: 7px;
}

.se-left-categories ul li {
    margin: 0 !important;
}

.se-left-categories .active {
    color: #fff;
    background: #7ec26c;
}

.se-left-categories .active a,
.se-left-categories .active a:hover {
    color: #fff;
}

.se-left-categories .opened > a {
    color: #7ec26c;
}

.se-left-categories .checkbox {
    margin-bottom: 0;
    margin-top: 0;
}

.se-left-categories span a {
    text-decoration: underline !important;
}

.se-left-categories span a:hover {
    text-decoration: none !important;
}

.se-left-categories li {
    line-height: 18px !important;
    margin-bottom: 5px !important;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
}

.se-left-categories li a {
    text-decoration: none;
    display: inline-block;
}

.se-left-categories .se-left-categories-subline {
    font-size: 12px;
    line-height: 16px;
    margin-left: 10px !important;
    font-weight: normal !important;
}

.se-stairs-user-block {
    margin: 15px 0;
    border: 1px solid #c7d9df;
    position: relative;
    padding-right: 110px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .se-stairs-user-block {
        padding-right: 0;
    }
}

.se-stairs-user-block .se-position {
    background: #edf4f5;
    text-align: center;
}

.se-stairs-user-block .media {
    margin: 0;
    padding: 0;
}

.se-stairs-user-up {
    width: 110px;
    height: 100%;
    right: 0;
    position: absolute;
    background: #edf4f5;
    text-align: center;
    border-left: 1px solid;
    border-color: #c7d9df;
    padding: 15px 10px;
}

@media (max-width: 991px) {
    .se-stairs-user-up {
        width: 180px;
    }
}

@media (max-width: 600px) {
    .se-stairs-user-up {
        position: relative;
        right: auto;
        display: block;
        height: 100px;
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #c7d9df;
    }
}

.se-stairs-user-up h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}

.se-stairs-user-up div {
    display: table;
    width: 100%;
    height: 100%;
}

.se-stairs-user-up div div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.se-stairs-show_users {
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    font-style: italic;
    color: #777;
    display: block;
}

.se-stairs-show_users.ajax-link span {
    border-color: #777 !important;
}

.se-stairs-show_users.ajax-link:hover span {
    border-color: #7ec26c !important;
}

.se-stairs-users {
    max-height: 500px;
    overflow-y: scroll;
    margin-bottom: 30px;
    padding-right: 10px;
}

@media (max-width: 991px) {
    .se-stairs-users {
        max-height: none;
        overflow-y: auto;
        padding-right: 0;
    }
}

.se-block-self {
    border: 1px solid #7ec26c;
}

.se-block-self .se-position {
    background: #eaf7db;
}

.se-block-self .se-stairs-user-up {
    background: #eaf7db;
    border-color: #7ec26c;
}

@media (max-width: 991px) {
    .se-stairs-user-block .fa {
        padding: 10px;
        background: #68af55;
        color: #fff;
        margin: 0 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
}

/* Price List */
.se-price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.se-price-list > li {
    padding-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .se-price-list > li {
        padding: 0;
    }
}

.se-price-list > li + li {
    padding-top: 20px;
    border-top: 1px solid #c7d9df;
}

.se-price-list h2 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .se-price-list h2 {
        padding: 10px;
    }
}

.se-price-list-table {
    margin: 0;
}

.se-price-list-table th {
    font-weight: normal;
    color: #777777;
}

.se-price-list-table > tbody > tr > td {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .se-price-list-table > tbody > tr > td {
        padding: 0;
        background: transparent !important;
        border: 0;
    }

    .se-price-list-table > tbody > tr {
        display: block;
        padding: 10px;
    }

    .se-price-list-table > tbody > tr + tr {
        border-top: 1px solid #c7d9df;
    }

    .se-price-list-table > tbody > tr:after {
        display: block;
        content: '';
        clear: both;
    }
}

.se-price-list-table-price {
    width: 140px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .se-price-list-table-price {
        width: 33.3%;
        display: block;
        float: left;
        text-align: left;
        margin-top: 5px;
    }
}

.se-price-list-table-price strong {
    font-size: 16px;
}

@media (max-width: 767px) {
    .se-price-list-table-price strong {
        font-size: 14px;
    }
}

.se-price-list-table-price span {
    font-size: 12px;
    color: #777777;
}

.se-price-list-table-opt {
    width: 140px;
    text-align: right;
    font-size: 12px;
    color: #777777;
}

@media (max-width: 767px) {
    .se-price-list-table-opt {
        display: block;
        text-align: left;
        padding-top: 5px !important;
    }

    .se-price-list-table-opt:before {
        display: block;
        content: '';
        clear: both;
    }
}

.se-price-list-table-name {
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .se-price-list-table-name {
        display: block;
    }
}

.se-price-list-table-name span {
    font-size: 12px;
    color: #777777;
    font-weight: normal;
}

.se-price-list-header h2 {
    display: inline-block;
}

@media (max-width: 767px) {
    .se-price-list-header h2 {
        display: block;
    }
}

.se-price-list-header-edit {
    display: inline-block;
    font-size: 13px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .se-price-list-header-edit {
        display: block;
        padding-left: 10px;
    }
}

.se-price-user {
    margin: 15px 0 30px 0;
    overflow: hidden;
    zoom: 1;
}

.se-price-user-userinfo {
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
}

.se-price-user-avatar {
    margin-right: 10px;
    float: left;
}

.se-services-propose {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

.se-services-propose-mrg {
    padding-left: 75px;
    padding-right: 15px;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .se-services-propose-mrg {
        padding-left: 0;
        padding-right: 0;
    }
}

.se-services-propose-row {
    display: table-row;
}

.se-services-propose-row:first-child .se-services-propose-title {
    padding-top: 0;
}

.se-services-propose-row:after {
    display: block;
    content: '';
    clear: both;
}

.se-services-propose-title {
    display: table-cell;
    width: 80%;
    border-bottom: 1px dotted #c7d9df;
    line-height: 16px;
    font-size: 13px;
    padding: 5px 0;
}

@media (max-width: 767px) {
    .se-services-propose-title {
        width: 60%;
    }
}

.se-services-propose-title a,
.se-services-propose-title span {
    background: #fff;
    position: relative;
    bottom: -4px;
    padding: 0 7px 4px 0;
}

.se-services-propose-price {
    display: table-cell;
    width: 20%;
    vertical-align: bottom;
    padding-left: 7px;
    border-bottom: 1px dotted #c7d9df;
    text-align: right;
    font-size: 12px;
}

@media (max-width: 767px) {
    .se-services-propose-price {
        width: 40%;
    }
}

.se-services-propose-price-in {
    display: inline;
    background: #fff;
    position: relative;
    bottom: -4px;
    padding-left: 5px;
    padding-bottom: 3px;
}

.se-services-propose-price-in span {
    color: #777777;
    font-weight: normal;
}

.se-services-propose-btn {
    margin-top: 15px;
    padding-left: 75px;
}

@media (max-width: 991px) {
    .se-services-propose-btn {
        padding-left: 0;
    }
}

.n-newsList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.n-newsList > li {
    display: block;
    margin-bottom: 40px;
    margin-top: 10px !important;
    word-break: normal;
}

.n-item-name h2,
.n-item-name h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0 !important;
}

.n-date {
    color: #bbb;
    font-size: 12px;
}

.fb-propose {
    overflow: visible;
    padding-bottom: 30px;
}

.fb-propose .media-body {
    overflow: visible;
}

.fb-propose .form-group {
    margin: 0;
    position: relative;
}

.fb-propose-icons {
    position: absolute;
    top: 0;
    right: 3px;
    height: 33px;
    line-height: 33px;
}

.fb-propose-icons .fa {
    margin-right: 7px;
}

.fb-propose-page,
.fb-propose-page .media-body {
    overflow: hidden !important;
}

.fb-propose-label {
    float: left;
    margin-right: 15px;
    font-weight: bold;
    line-height: 32px;
}

@media (max-width: 767px) {
    .fb-propose-label {
        float: none;
        margin-right: 0;
        line-height: 22px;
        margin-bottom: 5px;
        font-size: 13px;
    }
}

.fb-propose-label span {
    display: none;
}

@media (max-width: 767px) {
    .fb-propose-label span {
        display: inline;
    }
}

.fb-propose-subtext {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #999;
}

@media (max-width: 767px) {
    .fb-propose-subtext .text-right {
        text-align: left !important;
        margin-top: 15px;
    }
}

.fb-propose-toggle {
    white-space: nowrap !important;
    margin-right: -2px !important;
}

.fb-options {
    margin-top: 15px;
    font-size: 13px;
}

.fb-options .pull-left span {
    margin-right: 15px;
}

.fb-options .pull-right > a,
.fb-options .pull-right > span {
    margin-left: 15px;
}

.fb-options .active {
    color: #555;
}

.fb-filter {
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 15px;
    position: relative;
}

.fb-filter:before {
    position: absolute;
    top: -10px;
    left: 177px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    float: left;
    content: '';
}

.fb-filter:after {
    position: absolute;
    top: -9px;
    left: 178px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    float: left;
    content: '';
}

.fb-filter .row + .row {
    margin-top: 15px;
}

.fb-filter .col-sm-2 {
    font-weight: bold;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .fb-filter .col-sm-2 {
        text-align: right;
        margin-bottom: 0;
        padding-top: 3px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .fb-filter .col-sm-2 {
        width: 25%;
    }

    .fb-filter .col-sm-10 {
        width: 75%;
    }
}

.fb-filter .radio,
.fb-filter .checkbox {
    margin-top: 0;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .fb-filter .radio,
    .fb-filter .checkbox {
        float: left;
    }
}

.fb-radios .btn {
    padding: 3px 7px;
}

@media (max-width: 767px) {
    .fb-radios .btn {
        margin-right: 5px;
        margin-bottom: 5px;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        border-radius: 3px !important;
    }
}

.fb-checks .btn {
    padding: 3px 7px;
    margin-right: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

@media (max-width: 767px) {
    .fb-checks .btn {
        margin-bottom: 5px;
    }
}

.fb-checks .btn:hover span {
    color: #fff !important;
}

.fb-checks .active span {
    color: #fff;
}

.fb-checks .active span:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 3px;
    text-decoration: inherit;
    content: '\f00d';
}

.fb-tabs-content {
    margin-top: 30px;
}

.fb-item {
    border: 1px dashed #d5d5d5;
}

.fb-item + .fb-item {
    margin-top: 30px;
}

.fb-item .fb-item-answer {
    border-top: 1px solid #d5d5d5;
    padding: 15px;
    margin-top: 0;
}

.fb-item .media {
    margin-top: 0 !important;
}

.fb-item-add {
    border: 1px dashed #d5d5d5;
    margin-top: 30px;
    padding: 15px;
}

.fb-item-add .col-sm-8 {
    padding-top: 7px;
}

@media (max-width: 767px) {
    .fb-item-add .col-sm-8 {
        text-align: center;
    }
}

.fb-item-add .col-sm-4 {
    text-align: right;
}

@media (max-width: 767px) {
    .fb-item-add .col-sm-4 {
        text-align: center;
        margin-top: 10px;
    }
}

.fb-item-add .col-sm-4 .dropdown-menu {
    text-align: left;
}

.fb-has-answer {
    border: 1px solid #d5d5d5;
}

.fb-item-answer {
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 15px;
}

.fb-item-answer p {
    padding-bottom: 0 !important;
}

.fb-item-answer p + p {
    padding-top: 15px;
}

.fb-item-answer-heading {
    font-size: 13px;
    margin-bottom: 10px;
}

.fb-item-answer-heading strong {
    color: #56a230;
}

.fb-item-content-ico {
    font-size: 18px;
    float: left;
    margin-right: 5px;
    width: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .fb-item-content-ico {
        margin-top: 38px;
    }
}

.fb-item-content-ico i + i {
    margin-top: 10px;
}

.fb-item-answer-ico {
    font-size: 16px;
    float: left;
    margin-right: 5px;
    color: #56a230;
}

.fb-item-bug {
    color: #c94545;
}

.fb-item-bulb {
    color: #ffba00;
}

.fb-item-question {
    color: #659f00;
}

.fb-item-lock {
    color: #777777;
    font-size: 22px;
    position: relative;
    top: 3px;
}

.fb-item-content {
    padding: 15px;
}

@media (max-width: 767px) {
    .fb-item-content {
        display: block;
        padding: 15px;
    }
}

.fb-item-content article {
    margin-top: 10px;
}

.fb-item-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    z-index: 10;
    background: url(../img/fade.png) repeat-x bottom;
    font-size: 12px;
}

.fb-item-fade div {
    display: none;
    text-align: center;
    position: relative;
    top: 13px;
}

.fb-item-fade div span {
    padding: 3px 5px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 10;
}

.fb-item-fade:hover div {
    display: block;
}

.fb-item-heading .fb-item-info {
    margin-top: -5px;
}

.fb-item-heading h5 {
    margin-top: 3px;
    margin-bottom: 10px;
}

.fb-item-private .fb-item-heading h5 a {
    color: #555555;
}

.fb-item-info {
    font-size: 13px;
    color: #999;
}

.fb-item-info a {
    margin-right: 10px;
    white-space: nowrap;
}

.fb-label {
    font-size: 11px !important;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 5px;
    padding: 4px 10px;
}

@media (max-width: 767px) {
    .fb-label {
        text-transform: none;
        margin-right: 0;
    }
}

.fb-label span {
    padding: 5px;
    display: inline-block;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .fb-label span {
        padding: 5px 2px;
        letter-spacing: normal;
    }
}

.fb-item-status {
    float: right;
    margin-left: 15px;
    position: relative;
    z-index: 11;
}

@media (max-width: 767px) {
    .fb-item-status {
        float: none;
        margin: 0 0 10px 0;
        display: block;
    }
}

.fb-item-votes {
    font-size: 13px;
    color: #999;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.fb-item-rating {
    padding: 3px 10px;
    display: inline-block;
}

@media (max-width: 767px) {
    .fb-item-rating {
        padding: 3px 5px;
    }
}

.fb-item-rating.good {
    color: #27a600;
}

.fb-item-rating.bad {
    color: #dd2b2b;
}

.fb-item-likes a {
    border-left: 1px solid #ddd;
    font-size: 13px;
    padding: 3px 10px;
    display: inline-block;
    color: #999;
}

.fb-item-likes a:hover {
    background: #f9f9f9;
}

.fb-item-likes a.good:hover {
    color: #27a600;
}

.fb-item-likes a.bad:hover {
    color: #dd2b2b;
}

.fb-official-answer {
    border: 1px solid #56a230;
}

.fb-article {
    margin-bottom: 20px;
    position: relative;
}

.fb-article-text {
    margin-top: 15px;
}

.fb-signup-tab {
    float: right !important;
}

.fb-signup-tab a {
    margin: 0 !important;
    font-size: 14px !important;
}

.fb-signup-tab a .fa {
    color: #428bca;
}

.fb-arrow {
    position: absolute;
    top: 15px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #ccc;
}

@media (max-width: 1140px) {
    .fb-arrow {
        display: none;
    }
}

.fb-arrow.left {
    left: -75px;
}

.fb-arrow.right {
    right: -75px;
}

.fb-gallery {
    margin: 0 0 20px 0;
}

.fb-gallery a {
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.fb-gallery a img {
    height: 100px !important;
}

.fb-gallery a:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

@media (max-width: 767px) {
    .fb-view-title h1 {
        font-size: 16px;
    }
}

.sel-box {
    margin-top: 7px;
    position: relative;
}

@media (max-width: 991px) {
    .sel-box {
        margin: 15px;
    }
}

.sel-box-input {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
    font-weight: normal;
    box-sizing: border-box;
    border: 1px solid #c7d9df;
    outline: none;
}

@media (max-width: 991px) {
    .sel-box-input {
        height: 32px;
        line-height: 32px;
    }
}

.sel-box-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #edf4f5;
    border: 1px solid #c7d9df;
    color: #555555;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .sel-box-arrow {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}

.sel-box-arrow:active,
.sel-box-arrow:focus {
    color: #68af55;
}

.sel-box-list {
    list-style: none;
    padding: 0 !important;
    margin: -1px 0 0 0 !important;
    max-height: 250px;
    width: 100%;
    background: #fff;
    position: relative;
    overflow-y: auto;
    border: 1px solid #c7d9df;
}

.sel-box-list li + li {
    border-top: 1px solid #c7d9df;
}

.sel-box-list li a {
    display: block;
    padding: 5px 10px;
}

.sel-box-list li a:hover {
    background: #edf4f5;
}

.sel-box-list li.active a {
    background: #68af55;
    color: #fff !important;
}

.sel-box-checkboxes {
    padding: 0 15px;
}

.in-slider {
    padding: 100px 0;
    background: #ccc;
    margin-top: -30px;
    position: relative;
}

@media (max-width: 767px) {
    .in-slider {
        padding: 50px 0;
    }
}

.in-slider-box {
    background: #fff;
    max-width: 360px;
    position: relative;
    z-index: 2;
}

.in-slider-box p {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .in-slider-box p {
        padding-bottom: 15px;
    }
}

.in-slider-box-inside {
    padding: 20px;
}

@media (max-width: 767px) {
    .in-slider-box-inside {
        padding: 15px;
    }
}

.in-slider-box-inside + .in-slider-box-inside {
    border-top: 1px solid #dddddd;
}

.in-slider-box-title {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .in-slider-box-title {
        font-size: 22px;
        line-height: 26px;
    }
}

.in-slider-box-subtitle {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

@media (max-width: 767px) {
    .in-slider-box-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

.in-slider-box-descr {
    font-size: 16px;
}

@media (max-width: 767px) {
    .in-slider-box-descr {
        font-size: 14px;
    }
}

.in-slider-box-btn {
    display: block;
    margin-top: 5px;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #68af55;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

@media (max-width: 767px) {
    .in-slider-box-btn {
        padding: 10px;
        font-size: 16px;
    }
}

.in-slider-box-btn:focus {
    outline: none;
}

.in-slider-box-btn:active {
    outline: none;
    -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}

.in-slider-box-btn:hover {
    background: #7ec26c;
}

.in-slider-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.in-slider-box-list > li {
    float: left;
    height: 26px;
    white-space: nowrap;
    width: 50%;
    padding-right: 10px;
    font-size: 16px;
}

.in-slider-box-list span {
    color: #68af55;
}

.in-slider-box-list i {
    width: 16px;
    text-align: center;
    color: #777777;
}

.in-slider-box-list:after {
    display: block;
    content: '';
    clear: both;
}

.in-carousel {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    margin-top: 0;
    background: #f5f5f5;
}

@media (max-width: 767px) {
    .in-carousel {
        margin-top: -30px;
    }
}

.in-slider-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .in-slider-slides {
        background: #333;
    }
}

.in-slider-slides li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .in-slider-slides li {
        background-image: none !important;
    }
}

.in-navbar > li > a {
    height: 36px !important;
    line-height: 36px !important;
    margin-top: 25px;
}

.in-navbar > li.active > a,
.in-navbar > li.active > a:hover,
.in-navbar > li.active > a:focus {
    color: #fff !important;
    background-color: #7ec26c !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.in-navbar > li.active > a:before,
.in-navbar > li.active > a:after {
    display: none !important;
}

.in-navbar > li > .dropdown-menu {
    margin-top: 0 !important;
}

.im-slider {
    padding: 100px 0;
    background: #ccc;
    margin-top: -30px;
    position: relative;
}

@media (max-width: 767px) {
    .im-slider {
        padding: 50px 0;
    }
}

.im-slider-box {
    padding: 30px;
    background: #fff;
    max-width: 400px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .im-slider-box {
        padding: 20px;
    }
}

.im-slider-box p {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .im-slider-box p {
        padding-bottom: 15px;
    }
}

.im-slider-box-title {
    font-size: 30px;
    line-height: 34px;
}

@media (max-width: 767px) {
    .im-slider-box-title {
        font-size: 24px;
        line-height: 26px;
    }
}

.im-slider-box-descr {
    font-size: 18px;
}

@media (max-width: 767px) {
    .im-slider-box-descr {
        font-size: 16px;
    }
}

.im-slider-box-btn {
    display: block;
    margin-top: 5px;
    padding: 15px;
    font-size: 24px;
    border-radius: 3px;
    background: #68af55;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

@media (max-width: 767px) {
    .im-slider-box-btn {
        padding: 10px;
        font-size: 16px;
    }
}

.im-slider-box-btn:focus {
    outline: none;
}

.im-slider-box-btn:active {
    outline: none;
    -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}

.im-slider-box-btn:hover {
    background: #7ec26c;
}

.im-slider-box-btn span {
    font-size: 18px;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .im-slider-box-btn span {
        font-size: 14px;
    }
}

.im-carousel {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    margin-top: 0;
    background: #f5f5f5;
}

.im-slider-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .im-slider-slides {
        background: #333;
    }
}

.im-slider-slides li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .im-slider-slides li {
        background-image: none !important;
    }
}

.im-categpries {
    padding: 50px 0;
}

.im-categpries-item {
    overflow: hidden;
    zoom: 1;
    display: block;
    text-decoration: none !important;
    color: #333333;
    margin: 20px 0;
}

.im-categpries-item:hover {
    color: #68af55;
}

.im-categpries-item-ico {
    width: 54px;
    height: 54px;
    line-height: 48px;
    float: left;
    margin-right: 10px;
    font-size: 40px;
    text-align: center;
}

.im-categpries-item-content {
    overflow: hidden;
    zoom: 1;
}

.im-categpries-item-content-in {
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    font-size: 18px;
}

.im-infoSection {
    padding: 70px 0;
    border-top: 1px solid #dddddd;
    background: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

@media (max-width: 767px) {
    .im-infoSection {
        padding: 50px 0;
    }
}

.im-infoSection .container {
    max-width: 960px;
}

.im-infoSection-title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .im-infoSection-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .im-infoSection-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.im-infoSection-item {
    overflow: hidden;
    zoom: 1;
    margin-top: 70px;
}

@media (max-width: 767px) {
    .im-infoSection-item {
        margin-top: 40px;
    }
}

.im-infoSection-item-img {
    float: left;
    width: 450px;
}

@media (max-width: 991px) {
    .im-infoSection-item-img {
        width: 320px;
    }
}

@media (max-width: 767px) {
    .im-infoSection-item-img {
        float: none !important;
        width: 100%;
    }
}

.im-infoSection-item-img + .im-infoSection-item-content {
    padding-left: 30px;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .im-infoSection-item-img + .im-infoSection-item-content {
        padding-left: 0;
    }
}

.im-infoSection-item-content {
    overflow: hidden;
    zoom: 1;
    padding-right: 30px;
    font-size: 20px;
    line-height: 32px;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .im-infoSection-item-content {
        padding-right: 0;
        padding-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }
}

.im-infoSection-item-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .im-infoSection-item-title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .im-infoSection-item-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

.im-infoSection-item-content-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.im-infoSection-item-content-list > li {
    float: left;
    height: 40px;
    margin-bottom: 5px;
    width: 50%;
    white-space: nowrap;
    color: #777777;
    font-size: 18px;
}

@media (max-width: 767px) {
    .im-infoSection-item-content-list > li {
        float: none;
        width: 100%;
    }
}

.im-infoSection-item-content-list i {
    width: 20px;
    text-align: center;
}

.im-infoSection-item-content-list:after {
    display: block;
    content: '';
    clear: both;
}

.im-infoSection-cta {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .im-infoSection-cta {
        font-size: 14px;
        line-height: 20px;
    }
}

.im-infoSection-btn {
    display: inline-block;
    margin-top: 5px;
    padding: 20px 40px;
    font-size: 24px;
    border-radius: 3px;
    background: #68af55;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .im-infoSection-btn {
        display: block;
        padding: 15px;
        font-size: 14px;
    }
}

.im-infoSection-btn:focus {
    outline: none;
}

.im-infoSection-btn:active {
    outline: none;
    -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}

.im-infoSection-btn:hover {
    background: #7ec26c;
}

.im-advantages {
    padding: 70px 0;
    background: #edf4f5;
    border-top: 1px solid #c7d9df;
}

@media (max-width: 767px) {
    .im-advantages {
        padding: 50px 0;
    }
}

.im-advantages .container {
    max-width: 960px;
}

.im-advantages-title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .im-advantages-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .im-advantages-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.im-advantages-item {
    overflow: hidden;
    zoom: 1;
    margin-top: 70px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .im-advantages-item {
        margin-top: 30px;
    }
}

.im-advantages-item-ico {
    width: 120px;
    text-align: center;
    float: left;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 100px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .im-advantages-item-ico {
        font-size: 30px;
        width: 40px;
    }
}

.im-advantages-item-content {
    overflow: hidden;
    zoom: 1;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .im-advantages-item-content {
        padding-top: 0;
    }
}

.im-advantages-item-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .im-advantages-item-title {
        font-size: 20px;
    }
}

.im-responsive {
    padding: 100px 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    min-height: 420px;
}

@media (max-width: 767px) {
    .im-responsive {
        padding: 50px 0;
    }
}

.im-responsive .container {
    position: relative;
}

.im-responsive-content {
    width: 60%;
    font-size: 20px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .im-responsive-content {
        width: 100%;
    }
}

.im-responsive-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .im-responsive-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .im-responsive-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.im-responsive-img {
    max-width: 274px;
    position: absolute;
    top: -170px;
    right: 50px;
    z-index: 2;
}

@media (max-width: 991px) {
    .im-responsive-img {
        right: 0;
    }
}

@media (max-width: 767px) {
    .im-responsive-img {
        position: relative;
        top: auto;
        right: auto;
        width: 274px;
        display: block;
        margin: 0 auto 30px auto;
    }
}

.im-orders {
    padding: 100px 0 70px 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .im-orders {
        padding: 50px 0;
    }
}

.im-orders:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #edf4f5));
    background: -ms-linear-gradient(bottom, #ffffff, #edf4f5);
    background: -moz-linear-gradient(center bottom, #ffffff 0%, #edf4f5 100%);
    background: -o-linear-gradient(#edf4f5, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf4f5', endColorstr='#ffffff', GradientType=0);
    z-index: -1;
}

.im-orders-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .im-orders-title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .im-orders-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.im-orders-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.im-orders-list > li {
    padding: 30px 15px;
    zoom: 1;
    overflow: hidden;
}

.im-orders-list > li + li {
    border-top: 1px solid #dddddd;
}

.im-orders-list-img {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.im-orders-list-img img {
    min-width: 64px;
    min-height: 64px;
}

.im-orders-list-content {
    overflow: hidden;
    zoom: 1;
}

.im-orders-list-content-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.im-orders-list-content-title > a {
    text-decoration: none;
}

.im-orders-box {
    position: relative;
    height: 230px;
    width: 350px;
    text-decoration: none;
    color: #fff !important;
    overflow: hidden;
    display: table;
    margin: 30px auto 0 auto;
    font-size: 36px;
    line-height: 40px;
}

@media (max-width: 767px) {
    .im-orders-box {
        /*font-size: 24px;*/
        /*line-height: 32px;*/
        width: 100%;
        height: 180px;
        font-size: 30px;
        line-height: 34px;
    }
}

.im-orders-box:hover .im-orders-box-in {
    background-color: rgba(0, 0, 0, 0.6);
}

.im-orders-box:hover .im-orders-box-img img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

.im-orders-box-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.im-orders-box-img img {
    min-width: 350px !important;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -o-transition: all 1s ease;
    /* IE 9 */
    -ms-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

.im-orders-box-in {
    position: relative;
    z-index: 3;
    display: table-cell;
    width: 100%;
    height: 230px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 15px;
    text-shadow: 0 0 15px #000;
}

@media (max-width: 767px) {
    .im-orders-box-in {
        height: 180px;
    }
}

.im-orders-box-in i {
    display: block;
    font-size: 60px;
    margin-bottom: 10px;
}

.im-orders-box-one i {
    color: #aeff00;
}

.im-orders-box-two i {
    color: #ffd200;
}

.im-orders-cta {
    text-align: center;
    margin-top: 30px;
}

.ip-head {
    margin-top: -30px;
    text-align: center;
    padding: 200px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    background-size: cover;
    font-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    .ip-head {
        padding: 50px 0;
        background-image: none !important;
        background-color: #333;
        font-size: 18px;
    }
}

.ip-head a {
    color: #fff !important;
}

.ip-head-logo {
    font-size: 24px;
    margin-bottom: 30px;
}

.ip-head-logo img {
    margin-right: 15px;
}

.ip-head-btn {
    padding: 20px 30px;
    font-size: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .ip-head-btn {
        padding: 15px 20px;
    }
}

.ip-infoBlock {
    padding: 50px 0;
    background: #f5f5f5;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 767px) {
    .ip-infoBlock {
        font-size: 16px;
        line-height: 22px;
    }
}

.ip-infoBlock-img {
    display: block;
    margin: 20px auto -30px auto;
}

.ip-infoBlock-colored {
    padding: 70px 0 50px 0;
    background: #68af55;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 767px) {
    .ip-infoBlock-colored {
        font-size: 16px;
        line-height: 22px;
    }
}

.ip-infoBlock-colored-title {
    font-size: 24px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .ip-infoBlock-colored-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.ip-infoBlock-colored-img {
    margin: 30px 0 50px 0;
}

.ip-infoBlock-btn {
    padding: 10px 20px;
}

.ip-infoBlock-wht {
    padding: 50px 0;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 767px) {
    .ip-infoBlock-wht {
        font-size: 16px;
        line-height: 22px;
    }
}

.temp-usertype {
    background: #fff;
    position: fixed;
    z-index: 51;
    left: 0;
    top: 197px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.temp-usertype > a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
    color: #777;
    text-decoration: none !important;
    font-size: 12px;
    box-sizing: border-box;
    transition-duration: .1s;
    border: 1px solid #ddd;
}

.temp-usertype > a:hover,
.temp-usertype > a.active {
    color: #555;
    background: #f5f5f5;
}

.temp-usertype > a + a {
    margin-top: -1px;
}

.temp-switch {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10px;
    margin-top: -15px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #d24b4d;
    color: #fff !important;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

.temp-switch:after {
    content: '';
    position: absolute;
    top: 9px;
    left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #d24b4d transparent transparent;
}

.temp-switch:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

li.event_item {
    color: #428bca;
    cursor: pointer;
}

p.search-form-sorting {
    display: block;
}

li.event_item.active {
    color: #33ca46;
}

a.ajax-link span,
button.ajax-link span {
    border-bottom: 1px dashed #428bca;
    text-decoration: none;
}

.ppp-narrow .custom-clear .j-clear-filter:first-child {
    margin-right: 0;
}

.custom-clear .j-clear-filter:first-child {
    margin-right: 20px;
}

#j-orders-search-list .j-list .l-projectList .pull-left.l-project-name {
    word-break: normal;
}

.test {
    padding: 0;
}

.h4.title.no-border {
    border: 0 none;
}

.roll-up-block {
    bottom: 25px;
    position: absolute;
    right: 16px;
}

.ppp-narrow .roll-up {
    float: right;
}

.roll-up {
    border: 1px solid #2a8fbd;
    float: left;
    margin-top: 10px;
    padding: 0 9px 2px;
}

.roll-up span {
    border-bottom: 0 none !important;
}

#profile-collapse .p-profile-info-list.tags-list span {
    display: block;
}

#profile-collapse .p-profile-info-list.tags-list .l-tag {
    /*display: block;*/
    float: left;
    /*white-space: nowrap;*/
    margin-right: 5px;
    height: unset;
}

#profile-collapse .tags-list.p-profile-info-list {
    max-height: unset;
}

.pluso-wrap a {
    margin-left: 0px !important;
    margin-right: 3px !important;
}