/*
Colors:
    dark gray   - #212121
    light gray  - #757575
    blue        - #0288d1
    orange      - #fd9500
    white       - #ffffff

gradient-colors:
orange dark - #fd9500, orange lite - #fda526;
blue dark - #0288d1, blue lite - #289ad8;


structure:
- common
- text-colors
- headers
- icons
- btns
- forms
- custom-styles main
- custom-styles

*/


/*common*/
body {
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
    padding-top: 30px;    
    padding-bottom: 30px;   
    min-width: 303px;
}
a:focus {
    outline: none;
    outline-offset: -2px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}
p {
    line-height: 1.4;
}
label {
    font-weight: normal; 
}
.checkbox label {
    padding-left: 0px;
}
.checkbox label:hover .jq-checkbox {
    border-color: #0288d1;
}
.popover .progress {
    background-color: #9cdcff;
    height: 20px;
    margin-bottom: 10px;
    position: relative;
}
.popover .progress-bar {
    line-height: 20px;
}
.popover .progress .persents {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.progress {
    height: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
#popover-content {
    width: 168px;
    padding: 25px 25px;
    display: none;
}
.popover {
    z-index: 1040;
    background: #f6f7f8;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
.popover-content {
    padding: 10px 15px;
    line-height: 20px;
}
.popover.left >.arrow {
    border-width: 6px;
    right: -13px;
    margin-top: -6px;
}
.popover.left > .arrow:after {
    border-left-color: #f6f7f8;
}
.custom-popover.popover {
    background-color: #f6f7f8;
    border-color: #e9e9e9;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    top: 100%;
    margin-top: 5px;
}
.custom-popover.popover > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    top: -11px;

    border-bottom-color: #e9e9e9;
}
.custom-popover.popover > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #f6f7f8;
}
.custom-popover.popover .popover-content a {
    color: #0288d1;
}
.custom-popover.popover .popover-content a:hover,
.custom-popover.popover .popover-content a:focus {
    text-decoration: underline;
}
.custom-popover .popover-content {
    padding: 25px 25px;
}
.popover-yellow .popover {
    background-color: #fffd7b;
    width: 100%;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popover-yellow .popover.bottom > .arrow {
    border-bottom-color: transparent;
    margin-left: -40%;
    top: -16px;
}
.popover-yellow .popover.bottom>.arrow:after {
    border-bottom-color: #fffd7b;
    border-width: 8px;
}
.popover-yellow .popover-content {
    padding: 20px 20px;
}
.popover-yellow .popover .cl_pop {
    float: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    font-family: Roboto;
}
.navbar {
    font-size: 16px;
    margin-bottom: 30px;
}
.navbar-header {
    margin-right: 5px;
}
.navbar-toggle {
    background-color: #0288d1;
}
.navbar-header .ico_search {
    display: none;
    float: right;
    margin-right: 10px;
    padding: 8px 10px 7px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #0288d1;
    border-radius: 3px;
}
.ico_search:before {
    margin-bottom: -2px;
}
.caret {
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url('../img/caret.png');
    margin-left: 4px;
    vertical-align: middle;
    border: none; 
}
.lead {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: normal; 
    line-height: 1.4;
    color: #757575;
}
.form-control {
    height: 30px;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 0px rgba(0,0,0,0.1);
    box-shadow:  inset 0 1px 0px rgba(0,0,0,0.1);
    line-height: 30px;
    padding: 0px 10px;
}
textarea.form-control {
    line-height: 19px;
    padding: 5px 10px;
}
.form-control:focus,
.form-control.focus {
    border-color: #979797;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 2px 0px rgba(0,0,0,0.1);
    box-shadow:  inset 0 2px 0px rgba(0,0,0,0.1);
}
.search-form-box .common-search-block .form-control:focus {
    border-color: #00679f;
}
.input-group .form-control {
    border-right: transparent;
}
.input-group-addon {
    color: #212121;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0px rgba(0,0,0,0.1);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus + .input-group-addon {
    border-color: #00679f;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 2px 0px rgba(0,0,0,0.1);
    box-shadow:  inset 0 2px 0px rgba(0,0,0,0.1);
}
.input-group-btn:last-child > .btn {
    margin: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 10px;
    /*border: none;*/
    position: static;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn.active {
    padding: 0px 10px;
}
.form-control.blue {
    background: #f6f7f8;
    color: #0288d1;
}
/*text-colors*/
.text-primary {
    color: #0288d1;
}
.text-success {
    color: #ffffff;
}
.text-info {
    color: #757575;
}
.text-warning {
    color: #fd9500;
}
.text-danger {
    color: #212121;
}
a.text-info:hover,
a.text-warning:hover,
a.text-success:hover,
a.text-danger:hover,
a.active {
    color: #0288d1;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0288d1;
    text-decoration: underline;
}
/*headers*/
h1, h2, h3, h4, h5 {
    margin: 0px;
    font-weight: normal !important;
}
h1 {
    margin-bottom: 20px;
}
h3 {
    margin-top: 10px;
    margin-bottom: 6px;
}
h4 {
    margin-top: 4px;
    margin-bottom: 15px;
}
h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.mar-b-20 {
    margin-bottom: 20px;
}
.mar-b-25 {
    margin-bottom: 25px;
}
.hline_1,
.hline_2,
.hline_3,
.hline_4,
.hline_5,
.hline_6 {
    font-weight: normal !important;
    margin: 0px;
}
.hline_1 {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.1;
}
.hline_2 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 7.5px;
    line-height: 1.1;
}
.hline_2_inline {
    margin: 0px;
    display: inline;
    font-size: 24px;
    line-height: 1.1;
}
.hline_3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 1.1;
}
.hline_4 {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.hline_5 {
    font-size: 16px;
    line-height: 1.1;
}
.hline_6 {
    font-size: 12px;
}

.font-13 {
    font-size: 16px;
}
.font-12 {
    font-size: 12px;
}
.font-12 .read-more{
    margin-bottom: -2px;
}
.font-16 {
    font-size: 16px;
}
.font-20 {
    font-size: 20px;
}
/*icons*/
.icon {
    display: inline-block;
}
.i-statistic:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px 0px;
    margin: 0px 0px -2px 5px;
}
.i-bell:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -13px;
    margin: 0px 0px -2px 5px;
}
.i-arrow-right:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -26px;
    margin: 0px 0px -2px 5px;
}
.i-arrow-down:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat -2px -39px;
    margin: 0px 0px -1px 5px;
}
.i-arrow-ok {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -52px;
    margin: 0px 0px -2px 5px;
}
.i-arrow-left:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat -3px -65px;
    margin: 0px 5px -2px 0px;
}
.i-arrow-left-big:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -78px;
    margin: 0px 0px -2px 0px;
}
.i-arrow-right-big:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -91px;
    margin: 0px 0px -2px 0px;
}
.i-arrow-star:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -229px;
    margin: 0px 0px -2px 5px;
}
.i-settings:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/settings.png') no-repeat 0px 0px;
    margin: 0px 5px -2px 0px;
}
.block.primary .i-settings:before {
    background-position: 0px -24px;
}
.i-location-mini:before {
    display: inline-block;
    content: '';
    width: 9px;
    height: 14px;
    background: url('../img/location_mini.png') no-repeat 0px 0px;
}
.i-worldwide:after {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url('../img/worldwide.png') no-repeat 0px 0px;
}
.i-expirience:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/expirience.png') no-repeat 0px 0px;
    margin-right: 5px;
}
.i-house:before,
.btn-primary.i-house:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/house.png') no-repeat 0px 0px;
    margin-right: 5px;
}
.btn-primary.i-house:before {
    display: none;
}

.i-industrial:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/industrial.png') no-repeat 0px 0px;
    margin-right: 5px;
}

.i-coins:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/coins.png') no-repeat 0px 0px;
    margin-right: 5px;
}
.i-clock:before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/clock.png') no-repeat 0px 0px;
    margin-right: 5px;
}
.i-arrow-right-long:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 12px;
    background: url('../img/arrow_long.png') no-repeat 0px 0px;
    margin-left: 5px;
    margin-bottom: -1px;
}
.i-select:before,
.green.i-select:after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 8px;
    background: url('../img/select.png') no-repeat 0px 0px;
    margin-right: 5px;
}
.green.i-select:before {display: none;}

.i-select-small:after {
    display: inline-block;
    content: '';
    width: 9px;
    height: 7px;
    background: url('../img/select-small.png') no-repeat 0px 0px;
    margin-left: 5px;
}
.i-star:before {
    display: inline-block;
    content: '';
    background: url('../img/star-icon.png') no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
}
.i-unselect:before,
.btn-warning.i-unselect:after {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    background: url('../img/unselect.png') no-repeat 0px 0px;
    margin-right: 5px;
}
.btn-warning.i-unselect:before{display: none}

.i-mes:before {
    display: inline-block;
    content: '';
    width: 17px;
    height: 15px;
    background: url('../img/message.png') no-repeat 0px 0px;
    margin-right: 5px;
    margin-bottom: -3px;
}
a.i-mes:hover:before,
a.i-mes:focus:before,
a.i-mes.active:before {
    background-position: 0px -15px;
}
.i-mes-medium:after {
    display: inline-block;
    content: '';
    width: 15px;
    height: 11px;
    background: url('../img/message-medium.png') no-repeat 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -1px;
}
.i-mes-small:after {
    display: inline-block;
    content: '';
    width: 15px;
    height: 11px;
    background: url('../img/message-icon.png') no-repeat 0px 0px;
    margin-left: 10px;
    margin-bottom: -1px;
}
.i-posts:before {
    display: inline-block;
    content: '';
    width: 11px;
    height: 13px;
    background: url('../img/all_posts.png') no-repeat 0px 0px;
    margin-right: 5px;
    margin-bottom: -1px;
}
.i-like:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/likes.png') no-repeat 0px -13px;
    margin-right: 5px;
    margin-bottom: 0px;
}
.i-reply:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/reply.png') no-repeat 0px -13px;
    margin-right: 5px;
    margin-bottom: 0px;
}
.i-star-big:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 13px;
    background: url('../img/star.png') no-repeat 0px 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: -1px;
}
.i-pensil-sm:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url('../img/pensil.png') no-repeat 0px 0px;
    background-size: contain;
    margin-right: 5px;
    margin-bottom: -2px;
}
.i-art-rss:before,
.i-vac-rss:before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 18px;
    margin-right: 10px;
    margin-bottom: -2px;
}
.i-art-rss:before {
    background: url('../img/rss_art.png') no-repeat 0px -18px;
}
.i-vac-rss:before {
    background: url('../img/rss_vac.png') no-repeat 0px -18px;
}
.i-response:after {
    display: inline-block;
    content: '';
    width: 22px;
    height: 14px;
    margin: 0px 0px -2px 5px;
    background: url('../img/response_icon.png') no-repeat 0px 0px;
}
.i-pause:after {
    display: inline-block;
    content: '';
    width: 9px;
    height: 11px;
    margin: 0px 0px -1px 5px;
    background: url('../img/pause.png') no-repeat 0px 0px;
}
a.i-select:hover:before,
a.i-select:focus:before,
a.i-unselect:hover:before,
a.i-unselect:focus:before {
    background-position: 0px -9px;
}
a.i-like:hover:before,
a.i-like:focus:before,
a.i-reply:hover:before,
a.i-reply:focus:before {
    background-position: 0px 0px;
}
.i-search-sm:before {
    content: '';
    display: inline-block;
    background: url('../img/search_small.png') no-repeat 0px 0px;
    width: 12px;
    height: 12px;
    margin-bottom: -2px;
    margin-right: 6px;
}
.i-dislike:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 10px;
    background: url('../img/dislike.png') no-repeat 0px 0px;
    margin: 0px 0px -1px 5px;
}

.i-lock:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 15px;
    background: url('../img/lock_ico.png') no-repeat 0px 0px;
    margin: 0px 0px -1px 5px;
}
.i-arrow-top:after {
    content: '';
    display: inline-block;
    background: url('../img/icon_upload.png') no-repeat;
    width: 12px;
    height: 13px;
    margin: 0px 0px -1px 5px;
}
.i-clock-sm:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/list_icons.png') no-repeat 0 -67px;
    margin-right: 5px;
}
.ico_search:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 15px;
    background: url('../img/adv_search_ico.png') no-repeat 0 0px;
}
/*btns*/
.btn {
    font-size: 12px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    text-transform: uppercase;
    margin-top: 15px;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    border: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    line-height: 30px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.btn-default {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    background: transparent;
    line-height: 29px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    border: none;
    line-height: 30px;
    padding:0px 11px;
}

/*.btn-default:hover .i-statistic,
.btn-default:focus .i-statistic,
.btn-default.focus .i-statistic,
.btn-default:active .i-statistic,
.btn-default.active .i-statistic {
    background-position: -13px 0px;
}*/
/*.btn-default:hover .i-bell,
.btn-default:focus .i-bell,
.btn-default.focus .i-bell,
.btn-default:active .i-bell,
.btn-default.active .i-bell {
    background-position: 0px -13px;
}*/
.btn-default.i-arrow-right:hover:after,
.btn-default.i-arrow-right:focus:after,
.btn-default.i-arrow-right.focus:after,
.btn-default.i-arrow-right:active:after,
.btn-default.i-arrow-right.active:after {
    background-position: -13px -26px;
}
.btn-default.i-arrow-down:hover:after,
.btn-default.i-arrow-down:focus:after,
.btn-default.i-arrow-down.focus:after,
.btn-default.i-arrow-down:active:after,
.btn-default.i-arrow-down.active:after {
    background-position: -15px -39px;
}

.btn-default.i-arrow-star:hover:after,
.btn-default.i-arrow-star:focus:after,
.btn-default.i-arrow-star.focus:after,
.btn-default.i-arrow-star:active:after,
.btn-default.i-arrow-star.active:after{
    background-position: 0px -242px;
}
/*.btn-default:hover .i-arrow-ok,
.btn-default:focus .i-arrow-ok,
.btn-default.focus .i-arrow-ok,
.btn-default:active .i-arrow-ok,
.btn-default.active .i-arrow-ok {
    background-position: -13px -52px;
}*/
/*.btn-default:hover .i-arrow-left,
.btn-default:focus .i-arrow-left,
.btn-default.focus .i-arrow-left,
.btn-default:active .i-arrow-left,
.btn-default.active .i-arrow-left {
    background-position: -13px -65px;
}*/
/*.btn-default:hover .i-arrow-left-big,
.btn-default:focus .i-arrow-left-big,
.btn-default.focus .i-arrow-left-big,
.btn-default:active .i-arrow-left-big,
.btn-default.active .i-arrow-left-big {
    background-position: -13px -78px;
}*/
/*.btn-default:hover .i-arrow-right-big,
.btn-default:focus .i-arrow-right-big,
.btn-default.focus .i-arrow-right-big,
.btn-default:active .i-arrow-right-big,
.btn-default.active .i-arrow-right-big {
    background-position: -13px -91px;
}*/

.btn-default.i-arrow-down:hover:after,
.btn-default.i-arrow-down:focus:after,
.btn-default.i-arrow-down.focus:after,
.btn-default.i-arrow-down:active:after,
.btn-default.i-arrow-down.active:after,
.open > .dropdown-toggle.btn-default.i-arrow-down:after {
    background-position: -15px -39px;
}
.btn-default.i-select:after,
.btn-default.i-unselect:after {
    background-position: 0px -9px;
    margin: 0px 0px 0px 5px;
}
.btn-default.green.marked {
    border: none;
    color: #00914b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    line-height: 30px;
    padding: 0px 10px;
}
.btn-default.green.marked:hover,
.btn-default.green.marked:focus,
.btn-default.green.marked.focus,
.btn-default.green.marked:active,
.btn-default.green.marked.active {
    padding: 0px 10px;
}
.btn-default.green.marked.i-select:after {
    margin: 0px 0px 0px 5px;
    background-position: 0px -27px;
}
.btn-default.green:hover,
.btn-default.green:focus,
.btn-default.green.focus,
.btn-default.green:active,
.btn-default.green.active {
    color: #ffffff;
    background-color: #1bb36a;
    background-image: none;
    border: none;
    line-height: 30px;
    padding:0px 11px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-default.red:hover,
.btn-default.red:focus,
.btn-default.red.focus,
.btn-default.red:active,
.btn-default.red.active {
    color: #ffffff;
    background-color: #da5a5a;
    background-image: none;
    border: none;
    line-height: 30px;
    padding:0px 11px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-default.green.i-select:hover:after,
.btn-default.green.i-select:focus:after,
.btn-default.green.i-select:active:after,
.btn-default.green.i-select.active:after {
    background-position: 0px -18px;
}
.btn-default.red .i-dislike:after {
    background: url('../img/dislike.png') no-repeat 0px 0px;
}
.btn-default.red:hover .i-dislike:after,
.btn-default.red:focus .i-dislike:after,
.btn-default.red:active .i-dislike:after,
.btn-default.red.active .i-dislike:after {
    background-position: 0px -10px;
}

.btn-primary {
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #35a0da;
    background-image: -moz-linear-gradient( -35deg, #35a0da 75%, #5db3e1 75%);
    background-image: -webkit-linear-gradient( -35deg, #35a0da 75%, #5db3e1 75%);
    background-image: -ms-linear-gradient( -35deg, #35a0da 75%, #5db3e1 75%); 
    border: none; 
}
.btn-primary.i-house:after {
    margin: 0px 0px 0px 5px;
    background-position: 0px -12px;
}
.btn-success {
    color: #212121;
    background-color: #ffffff;
    border-color: transparent;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    line-height: 30px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #212121;
    background-color: #ffffff;
    border-color: transparent;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}
.btn-success.i-select:before {
    margin: 0px 0px 0px 5px;
    background-position: 0px -9px;
}
.btn-success.i-select-small:after {
    margin: 0px 0px 2px 5px;
}
.btn-warning {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #fd9500;
    background-image: -moz-linear-gradient( -25deg, #fd9500 85%, #fca932 85%);
    background-image: -webkit-linear-gradient( -25deg, #fd9500 85%, #fca932 85%);
    background-image: -ms-linear-gradient( -25deg, #fd9500 85%, #fca932 85%);
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
    line-height: 30px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #fca932;
    background-image: -moz-linear-gradient( -25deg, #fca932 85%, #fbb95a 85%);
    background-image: -webkit-linear-gradient( -25deg, #fca932 85%, #fbb95a 85%);
    background-image: -ms-linear-gradient( -25deg, #fca932 85%, #fbb95a 85%);
}
.btn-warning.i-unselect:after {
    margin-right: 0px;
    margin-left: 5px;
    background-position: 0px -18px;
}
.btn-warning.i-unselect:hover:after,
.btn-warning.i-unselect:focus:after,
.btn-warning.i-unselect.focus:after,
.btn-warning.i-unselect:active:after,
.btn-warning.i-unselect.active:after {
    background-position: 0px -18px;
}
.btn-warning.i-select:before,
.btn-warning.i-select:hover:before,
.btn-warning.i-select:focus:before {
    background-position: 0px -18px;
}
.btn-info {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #0288d1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 29px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    border: none;
    line-height: 30px;
    padding: 0px 11px;
}
.big-warning {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    color: #ffffff;
    background-color: #fd9500;
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.1);
}
.big-warning:hover,
.big-warning:focus,
.big-warning.focus,
.big-warning:active,
.big-warning.active,
.open > .dropdown-toggle.big-warning {
    color: #ffffff;
    background-color: #fdaa33;
    border-color: transparent;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 30px;
}
.btn-text, .btn-text:hover, .btn-text:focus, .btn-text:active, .btn-text.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 30px;
    cursor: default;
}
.read-more {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-bottom: -1px;
    background: url('../img/article_read_more.png') no-repeat 0px 0px;
}
.h-more .read-more {
    margin-bottom: 2px;
}
* a:hover .read-more,
* a:hover.i-settings:before,
* a:focus.i-settings:before {
    background-position: 0px -12px;
}
.block.primary a:hover.i-settings:before,
.block.primary a:focus.i-settings:before {
    background-position: 0px -36px;
}
* a.i-select-small:hover:after,
* a.i-select-small:focus:after {
    background-position: 0px -9px;
}
.btn-control {
    width: 32px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #212121;
    background-color: #ffffff;
    border-color: transparent;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.btn-control:hover,
.btn-control:focus,
.btn-control.focus,
.btn-control:active,
.btn-control.active,
.open > .dropdown-toggle.btn-control {
    color: #212121;
    background-color: #ffffff;
    border-color: transparent;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}
.no-btn-gray,
.no-btn-gray:hover,
.no-btn-gray:focus {
    background: #ededed;
    color: #757575;
    box-shadow: none;
    cursor: default;
    line-height: 30px;
}
.no-btn-gray.i-response:after {
    background-position: 0px -14px;
}
.no-btn-darkgray,
.no-btn-darkgray:hover,
.no-btn-darkgray:focus {
    background: transparent;
    color: #757575;
    box-shadow: none;
    cursor: default;
    line-height: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
.no-btn-darkgray.i-response:after {
    background-position: 0px -56px;
}
.no-btn-info,
.no-btn-info:hover,
.no-btn-info:focus {
    cursor: default;
    line-height: 30px;
    color: #0288d1;
    background-color: #fff;
    border: 1px solid #0288d1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.no-btn-info.i-response:after {
    background-position: 0px -42px;
    margin: 0px 0px -2px 5px;
}
.btn.btn_large {
    padding: 20px 10px;
    font-size: 12px;
    height: auto;
    line-height: 19px;
    white-space: normal;
}
/*forms*/
/*form styler*/
.jq-selectbox.form-control {
    padding: 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wrap-ch {
    display: inline;
    margin-right: 5px;
}
.error-container  {
    display: none;
}
.has-error .error-container {
    display: block;
    text-align: left;
}
.has-error .help-block {
    color: #757575;
}
.has-error .help-block.error-container,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff0000;
}
.has-error .form-control {
    border-color: #ff0000;
}
.has-error .form-control:focus {
    border-color: #ff0000;
}
.primary .has-error .help-block.error-container,
.primary .has-error .control-label,
.primary .has-error .radio,
.primary .has-error .checkbox,
.primary .has-error .radio-inline,
.primary .has-error .checkbox-inline,
.primary .has-error.radio label,
.primary .has-error.checkbox label,
.primary .has-error.radio-inline label,
.primary .has-error.checkbox-inline label {
    color: #fffc00;
}
.primary .has-error .form-control {
    border-color: #ff0000;
}
.primary .has-error .form-control:focus {
    border-color: #ff0000;
}

/*custom-styles main*/
.blue-gradient {
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mar-0 {
    margin: 0px !important;
}
.d-inline-b {
    display: inline-block;
}
.d-table {
    display: table !important;
    width: auto !important;
}
.d-table-cell {
    display: table-cell !important;
    vertical-align: middle;
}
.block {
    display: block;
    padding: 20px 25px 25px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
.block.blue {
    background-color: #f6f7f8;
    margin: 0px auto 30px;
}
.block.blue-corner {
    background-color: #fff;
    background-image: -moz-linear-gradient( -35deg, #fff 90%, #f7f7f7 90%);
    background-image: -webkit-linear-gradient( -35deg, #fff 90%, #f7f7f7 90%);
    background-image: -ms-linear-gradient( -35deg, #fff 90%, #f7f7f7 90%);
    font-size: 19px;
    line-height: 1.4;
    font-weight: lighter;
}
.block .block-header {
    background: #f6f7f8;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius:3px 3px 0px 0px;
    -moz-border-radius:3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    padding: 12px 25px;
    margin: -25px -25px 15px;
}
.block .block-header a {
    margin-left: 20px;
}
.block .block-header a:first-child {
    margin-left: 0px;
}
.checkbox-block .block-header {
    padding: 12px 20px;
}
.checkbox-block .block-header .col-50 {
    padding: 0px 5px;
}
.checkbox-block .block-header a {
    margin-left: 0px;
}
.block.primary {
    background-color: #0288d1;
    margin: 0px auto 30px;
}
.block.primary * {
    color: #fff;
}
.block.primary .form-control {
    color: #212121;
}
.block.primary .form-group {
    margin-bottom: 0px;
}
.block.primary a.btn-link:hover,
.block.primary a.btn-link:focus {
    background-position: 0px -36px;
    color: #fd9500;
}
.title_inner {
    min-height: 26px;
    overflow: hidden;
    margin-top: 4px;
}
.title-wrap {
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 17px;
}
.footer .title-wrap .hline_3 {
    margin-top: 0px;
}
.title-wrap .title_inner,
.title-wrap .title_h3 {
    padding-right: 80px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.title-wrap .title_inner.pull,
.title-wrap .title_h3.pull {
    padding-right: 0px;
}
.title-wrap .wrap-btns {
    position: absolute;
    display: inline-block;
    width: auto;
    height: 100%;
    bottom: 0px;
    right: 0px;
}
.title-wrap .wrap-btns .btn {
    margin-top: 0px;
}
.title-wrap .hline_2,
.title-wrap .hline_3,
.title-wrap .hline_4 {
    margin-bottom: 0px;
}
/*custom-styles*/
.navbar .login {
    margin-top: 13px;
    padding: 0px 10px;
    height: auto;
    line-height: 30px;
}
.nav > li > a.login:hover,
.nav > li > a.login:focus {
    background-color: #fff;
}
.navbar .login:after {
    content: '';
    width: 12px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -2px;
    margin-right: 0px;
    background: url('../img/lock.png') no-repeat 0px 0px;
}
.navbar-nav>li>a.link:hover {
    color: #0288d1;
}
.navbar-nav>li>.dropdown-menu {
    z-index: 1060;
}
/*search-form-box*/
.search-form-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}
.search-form-box {
    padding: 30px 25px 0px;
    margin: 0px 0px 30px 0px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
.search-form-wrap .search-form-box {
    margin: 40px 0px 35px 0px;
}
.search-form-box .common-search-block {
    margin-bottom: 40px;
}
.search-form-box .common-search-block label {
    color: #fff;
    font-size: 20px;
}
.search-form-box .common-search-block .help-block.link {
    color: #fff;
    text-align: right;
    margin-top: 12px;
    margin-bottom: 0px;
}
.search-form-box .common-search-block .help-block.link:hover {
    text-decoration: underline;
}
.search-form-box .common-search-block .form-control {
    height: 40px;
    font-size: 16px;
}
.search-form-box .common-search-block .search {
    margin-top: 34px;
    height: 40px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 40px;
}
.search-form-box .common-search-block .search:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: url('../img/search_ico_sm.png')  no-repeat 0px 0px;
    margin: 0px 10px 0px 0px;
}
.search-form-box .common-search-block .form-horizontal .search {
    margin: 0px;
}
.search-form-wrap .common-search-block .input-group-addon.i-worldwide:after {
    background-position: 0px -15px;
}
.search-form-box .advansed-block {
    display: none;
    margin: 0px -5px 5px;
    padding: 5px 5px 25px;
    height: auto;
}
.search-form-box .advansed-block .sect-deliver{
    border-left: 1px solid #e3e3e3;
    min-height: 271px;
}
.search-form-box .advansed-block .sect-deliver-top {
    border-bottom: 1px solid #e3e3e3;
}
.search-form-box .advansed-block .sect-deliver-top .sect-deliver {
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 100px;
    height: 100px;
    border-top: 1px solid #e3e3e3;
}
.search-form-box .advansed-block .link {
    color: #0288d1;
}
.search-form-box .advansed-block .link:hover {
    text-decoration: underline;
}
.search-form-box .advansed-block .apply-param {
    margin-top: 25px;
    float: right;
}
.search-form-box .advansed-block .apply-param:after {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background: url('../img/search_ico_sm.png')  no-repeat 0px 0px;
    margin: 0px 0px -3px 5px;
}
.search-form-box .advansed-block .title {
    margin-top: 15px;
}
.search-form-box .advansed-block .maxheight .jq-selectbox__dropdown ul {
    max-height: 180px;
}
.subscribe-modal .maxheight .jq-selectbox__dropdown ul {
    max-height: 250px;
}
.search-form-box .advansed-block .search-foot {
    position: relative;
}

/*major-wrap*/
.major-wrap {
    margin-top: 55px;
    margin-bottom: 40px;
}
.major-wrap.col-5-custom {
    margin-top: 0px;
    margin-bottom: 0px;
}
.major-box {
    text-align: left;
    padding-right: 22px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    height: 70px;
    margin-bottom: 10px;
}
.major-box:hover,
.major-box.active {
    color: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    position: relative;
}
.major-box:focus {
    color: inherit;
}
.left-major-boxes .major-box {
    cursor: pointer;
}
.major-box.us-prof.active:before,
.left-major-boxes .major-box.active:before,
.left-major-boxes .major-box:hover:before {
    content: '';
    position: absolute;
    display: inline;
    width: 8px;
    height: 8px;

    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);     
}
.major-box.us-prof.active:before {
    right: 50%;
    margin-right: -4px;
    bottom: -4px;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
    -mox-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
}
.left-major-boxes .major-box.active:before,
.left-major-boxes .major-box:hover:before {
    top: 50%;
    margin-top: -4px;
    right: -4px;
    -webkit-box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.1);
    -mox-box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.1);
}
.major-box .d-table-cell {
    height: 70px;
    width: 100%;
}
.major-box .icon {
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 5px solid #fff;
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
    background-image: -webkit-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
    background-image: -ms-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}

.major-box:hover .icon,
.major-box.active .icon {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fd9500;
    background-image: -moz-linear-gradient( -30deg, #fd9500 55%, #fda526 55%);
    background-image: -webkit-linear-gradient( -30deg, #fd9500 55%, #fda526 55%);
    background-image: -ms-linear-gradient( -30deg, #fd9500 55%, #fda526 55%);

}
.major-box .icon:after {
    content: '';
    display: inline-block;
    width: 31px;
    height: 36px;
    background: url(../img/major_icons.png) no-repeat;
    margin-top: 12px;
}
.major-box .icon.search:after {
    background-position: 0px 0px;
}
.major-box .icon.resume:after {
    background-position: 0px -38px;
}
.major-box .icon.job:after {
    background-position: 0px -76px;
}
.major-box .icon.articles:after {
    background-position: 0px -114px;
}
.major-box .icon.home:after {
    background-position: 2px -150px;
    margin-top: 18px;
}

.major-wrap.col-5-custom{
    text-align: center;
}
.col-5-custom .major-box {
    width: 192px !important;    
    margin-left: 28px;
}
.col-5-custom .major-box:first-child {
    margin-left: 0px;
}
.col-5-custom .major-box:hover,
.col-5-custom .major-box.active {
    color: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 1px 0px rgba(0,0,0,0.1);
}
.col-5-custom .major-box .icon,
.col-3-custom .major-box .icon {
    width: 60px;
}
.left-major-boxes .major-box .icon {
    width: 60px;
}
.col-5-custom .major-box:hover .icon,
.col-5-custom .major-box.active .icon {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
    background-image: -webkit-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
    background-image: -ms-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);

}
.col-5-custom .major-box .icon:after {
    display: inline-block;
    content: '';
    background: url(../img/major_icons_5col.png) no-repeat;
    width: 32px;
    height: 40px;
    margin-top: 12px;
}
.col-3-custom .major-box.us-prof .icon:after {
    display: inline-block;
    content: '';
    background: url(../img/major_icons__3col_us_prof.png) no-repeat;
    width: 29px;
    height: 35px;
    margin-top: 12px;
}
.left-major-boxes .major-box .icon:after {
    display: inline-block;
    content: '';
    background: url(../img/icons_grafic.png) no-repeat 0 0px;
    width: 30px;
    height: 30px;
    margin-top: 15px;
}
.major-box .icon.gr-vertical-1:after{
    background-position: 0 0;
}
.major-box .icon.gr-horizontal:after{
    background-position: 0 -30px;
}
.major-box .icon.gr-vertical-2:after{
    background-position: 0 -60px;
    margin-top: 12px;
}
.major-box .icon.gr-radio:after{
    background-position: 0 -90px;
}
.major-box .icon.gr-half-radio:after{
    background-position: 0 -120px;
}

.col-5-custom .major-box .icon.articles:after,
.col-3-custom .major-box .icon.articles:after {
    background-position: 0px 0px;
}
.col-5-custom .major-box .icon.tests:after {
    background-position: 0px -40px;
}
.col-5-custom .major-box .icon.interviews:after {
    background-position: 0px -80px;
}
.col-5-custom .major-box .icon.recruiters:after {
    background-position: 0px -120px;
}
.col-5-custom .major-box .icon.videos:after {
    background-position: 0px -160px;
}
.col-3-custom .major-box {
    font-size: 16px;
}
.left-major-boxes .major-box {
    font-size: 13px;
}
.col-3-custom .major-box.us-prof .icon.pl-job:after {
    background-position: 0px 3px;
}
.col-3-custom .major-box.us-prof .icon.comp-man:after {
    background-position: 0px -32px;
}
.col-3-custom .major-box.us-prof .icon.fav-art:after {
    background-position: 0px -69px;
}
.col-3-custom .major-box.us-prof .icon.job-seeker:after {
    background-position: 0px -146px;
}
.col-3-custom .major-box.us-prof .icon.employer:after {
    background-position: 0px -109px;
}
/*tabs*/
/*.tab-block {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tab-block .nav-tabs {
    background: #f6f7f8;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    padding: 0px 15px;
}
.tab-block .nav-tabs > li > a {
    margin-right: 10px;
    padding: 12px 4px;
}
.tab-block .nav-tabs > li > a .icon {
    display: inline-block;
    margin: 0px 5px -3px 0px;
}
.tab-block .nav-tabs > li > a.i-industrial:before {
    background-position: 0px -12px;
    margin: 0px 5px -2px 0px;
}

.tab-block .nav-tabs > li > a:hover {
    color: #0288d1;
    background-color: inherit;
    border-color: transparent transparent #e1e1e1;
}
.tab-block .nav-tabs > li > a:hover .icon {
    background-position: 0px -15px;
}
.tab-block .nav-tabs > li > a.i-industrial:hover:before {
    background-position: 0px 0px;
}
.tab-block .nav-tabs > li.active {
    position: relative;
    overflow: hidden;
}
.tab-block .nav-tabs > li.active > a,
.tab-block .nav-tabs > li.active > a:hover,
.tab-block .nav-tabs > li.active > a:focus {
    color: #212121;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
.tab-block .nav-tabs > li.active > a:hover .icon {
    background-position: 0px 0px;
}
.tab-block .nav-tabs > li.active > a.i-industrial:hover:before {
    background-position: 0px -12px;
}

.tab-block .nav-tabs > li.active:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    bottom: -5px;
    left: 50%;
    margin-left: -8px;
    border: 1px solid #e1e1e1;

    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -o-transform: rotate(45deg); 
}

.tab-block .tab-content {
    padding: 10px 25px 25px;
    min-height: 502px;
}*/
.main-list + .btn,
.main-list-btns {
    margin-top: 18px;
}
.main-list-btns .btn {
    margin-top: 0px;
}
.main-list-btns select.custom-sel {
    font-size: 12px;
}
.main-list {
    margin: 0px -10px;
}
.main-list li {
    padding: 0px 10px;
    line-height: 19px;
    margin: -1px auto 0px;
    position: relative;
    z-index: 1;
}

.main-list li > a,
.main-list li .item {
    padding: 7px 0px 6px;
    display: block;
    border-bottom: 1px solid #e5e6e9;
    position: relative;
}
.main-list.no-border li > a {
    border-bottom: none;
}
.main-list.no-border li > a:hover .text-info,
.main-list.no-border li > a:focus .text-info {
    color: #0288d1;
}
.main-list.checkboxed li .checkbox {
    padding: 0px 0px 0px;
    display: block;
    border-bottom: 1px solid #e5e6e9;
    position: relative;
    margin: 0px;
}
.main-list.checkboxed li .radio label, 
.main-list.checkboxed li .checkbox label {
    padding: 10px 24px 10px 0px;
    display: block;
}

.main-list.checkboxed li > a {
    padding: 0px 0px 0px;
    display: inline;
    border-bottom: none;
    position: static;
}
.main-list.orange li > a {
    border-color: #cdcdcd;
}

.main-list.blue li:hover > a,
.main-list.blue li.active > a,
.main-list.blue li.active > a:hover,
.main-list.orange li:hover > a,
.main-list.orange li:hover > a span,
.main-list.orange li.active > a,
.main-list.orange li.active > a span,
.main-list.orange li.active > a:hover {
    color: #fff;
    border-bottom-color: transparent; 
}
.main-list.blue li:hover,
.main-list.blue li.active {
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    z-index: 2;
}
.main-list.orange li:hover,
.main-list.orange li.active {
    background-color: #fd9500;
    background-image: -moz-linear-gradient( -25deg, #fd9500 85%, #fdaa33 85%);
    background-image: -webkit-linear-gradient( -25deg, #fd9500 85%, #fdaa33 85%);
    background-image: -ms-linear-gradient( -25deg, #fd9500 85%, #fdaa33 85%);
    z-index: 2;
}
.main-list li .count,
.main-list li .clearfilter {
    text-align: right;
    position: absolute;
    top: 6px;
    right: 0px;
}
.main-list li .count {
    color: #757575;
    right: 10px;
}
.main-list.checkboxed li .count {
    top: 10px;
    right: 0px;
}

.main-list li .text {
    display: block;
    padding-right: 48px;
}
.main-list.checkboxed li .text {
    display: inline-block; 
    padding-right: 0px; 
}
.main-list li a .subtext,
.main-list li a.subtext {
    color: #757575;
    display: block;
    font-size: 12px;
}
.main-list li a.subtext.blue {
    color: #0288d1;
}
.main-list.blue li a:hover,
.main-list.blue li:hover .count,
.main-list.blue li.active .count,
.main-list.blue li a:hover .subtext,
.main-list.blue li:hover .subtext,
.main-list.orange li a:hover,
.main-list.orange li:hover .count,
.main-list.orange li.active .count,
.main-list.orange li a:hover .subtext,
.main-list.orange li:hover .subtext {
    color: #fff;
}
.main-list li a.subtext.blue:hover {
    text-decoration: underline;
}

/*blue block*/
.job-alerts-form.block.blue {
    margin-bottom: 0px;
    min-height: 213px;
}
.job-alerts-form.block.blue.mar-b-30 {
    margin-bottom: 30px;
}
.block .title {
    margin-top: 0px;
}
.job-alerts-form label {
    margin-bottom: 10px;
}
/*featured-articles*/
.featured-articles {
    margin-top: 35px;
}
.featured-articles.prof-us {
    margin-top: 0px;
}
.featured-articles .article {
    min-height: 277px;
    margin-bottom: 30px;
}
.featured-articles.small .article {
    min-height: 232px;
    margin-bottom: 30px;
}
.featured-articles .wrap-img {
    margin: -15px -20px 22px;
    display: block;
}
.featured-articles .wrap-img img {
    margin: auto;
    height: auto;
}
.featured-articles .article .text {
    line-height: 1.4;
}
/*footer*/
.hr-separator {
    margin-top: 60px;
    margin-bottom: 25px;
    height: 1px;
    background: #cdcdcd;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.75);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.75);
}
.find-job {

    margin-bottom: 50px;
    margin-top: 55px;
}
.latest-jobs .title-wrap {
    margin-bottom: 6px;
}
.latest-jobs {
    margin-bottom: 50px;
}
.footer .foot-bottom .separate-list {
    margin: 7px 0px 0px;
    padding: 0px;
}
.footer .foot-bottom .separate-list li {
    display: inline-block;
    padding: 0px 5px 0px 5px;
    border-left: 1px solid #212121;
}
.footer .foot-bottom .separate-list li:first-child {
    border-left: none;
    padding-left: 0px;
}
.footer .foot-bottom .separate-list li:last-child {
    padding-right: 0px;
}
.socials > li {
    display: inline-block;
    margin-left: 16px;
}
.socials > li:first-child,
.socials.square > li:first-child {
    margin-left: 0px;
}
.socials {
    padding: 0px;
    margin: 0px;
}
.btn-socials {
    color: #fff;
    display: inline-block;
    margin-top: 0px;
    position: relative;
    line-height: 30px;
}
.btn-socials:hover,
.btn-socials:focus {
    color: #fff;
    line-height: 30px;
}
.btn-socials:before {
    content: '';
    display: inline-block;
    height: 19px;
    margin-bottom: -5px;
    margin-right: 5px;
}
.btn-socials.fb:before {
    width: 9px;
    background: url('../img/socials.png') no-repeat -3px 0px;
}
.btn-socials.tw:before {    
    width: 22px;
    background: url('../img/socials.png') no-repeat -21px 0px;
}
.btn-socials.gp:before {    
    width: 19px;
    background: url('../img/socials.png') no-repeat -45px 0px;
}
.btn-socials.in:before {    
    width: 15px;
    background: url('../img/socials.png') no-repeat -70px 0px;
}

.btn-socials.fb {
    background-color: #405984;
}
.btn-socials.fb:hover {
    background-color: #516d9e;
}
.btn-socials.tw {
    background-color: #099bd0;
}
.btn-socials.tw:hover {
    background-color: #14aae1;
}
.btn-socials.gp {
    background-color: #c63f26;
}
.btn-socials.gp:hover {
    background-color: #dc5035;
}
.btn-socials.in {
    background-color: #1671a1;
}
.btn-socials.in:hover {
    background-color: #1c83b9;
}
/*tab-invert*/
.tab-block-invert {
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tab-block-invert.small {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}
.tab-block-invert .nav-tabs {
    background: #f6f7f8;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #f6f7f8;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    padding: 0px 15px;
}
.tab-block-invert.small .nav-tabs {
    background: transparent;
    padding: 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}
.tab-block-invert .nav-tabs > li {
    margin: -1px 0px 0px 3em;
}
.tab-block-invert.small .nav-tabs > li {
    margin: -1px 0px 0px 0em;
}
.tab-block-invert .nav-tabs > li:first-child {
    margin-left: 0px;
}
.tab-block-invert .nav-tabs > li > a {
    margin: 20px 0px 20px 5px;
    padding: 5px 10px 5px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tab-block-invert.small .nav-tabs > li > a {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tab-block-invert.small .nav-tabs > li > a.btn {
    margin: 32px 0px 0px;
    padding: 0px 10px;
    line-height: 28px;
    height: 30px;
}
.tab-block-invert .nav-tabs > li > a:hover {
    color: #ffffff;
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -25deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -25deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -25deg, #0288d1 75%, #289ad8 75%);
    border-color: transparent transparent transparent ;
}
.tab-block-invert .nav-tabs > li.active > a,
.tab-block-invert .nav-tabs > li.active > a:hover,
.tab-block-invert .nav-tabs > li.active > a:focus {
    color: #212121;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
}
.tab-block-invert .nav-tabs > li.active {
    position: relative;
    overflow: hidden;
}
.tab-block-invert .nav-tabs > li.active:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: -5px;
    left: 30px;
    border: 1px solid #e1e1e1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -o-transform: rotate(45deg);
}
.tab-block-invert.small .nav-tabs > li.active:after {
    left: 24px;
    border: none;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.1);
}
.tab-block-invert .tab-content{
    padding: 25px;
    min-height: 170px;
    background-color: #ffffff;
}
.tab-block-invert.small .tab-content{
    border-bottom: 1px solid #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
/*feedbacks*/
.feedbacks .text {
    padding-left: 10px;
    line-height: 1.4;
}
.feedbacks .nav > li > a > img {
    width: 50px;
    height: 50px;
}
.feedbacks .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
}
.feedbacks .message {
    font-style: italic;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4;
}
.feedbacks.tab-block-invert.small .message {
    font-size: 13px;
}
/*cities*/
.sities {
    margin-top: 60px;    
}
.sities .sity-wrap {
    text-align: justify;
    font-size: 0;
    line-height: 0;
    *text-justify: newspaper;
    *text-align-last: justify;
    *zoom:1;
}
.one-sity{
    margin-bottom: 20px;
    text-align: left;
    line-height: 1;
    *display : inline;
    *zoom : 1;
    vertical-align: top;
    padding: 19px;
    font-size: 20px;
}
.sities .one-sity{
    margin-right: 20px;
}
.sities .sity-wrap:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
}
.one-sity .text-info,
.one-sity .jobs {
    margin-top: 12px;
    font-size: 16px;
}
.leftside .block {
    margin-bottom: 30px;
}
.leftside .block .title {
    margin-top: 0px;
    line-height: 1.4;
}
.leftside .arrow-big-job-alert {
    margin: 10px 0px 10px 15px;
}
.sities .sity-wrap {
    height: 100px;
}
.all-jobs-results {
    margin-top: 30px;
}
/*jobsearch*/
.result,
.result.block.blue {
    line-height: 1.4;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}
.result:first-child,
.result.block.blue:first-child {
    margin-top: 0px;
}
.result:hover,
.result:focus,
.response:hover,
.response:focus {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.result.hightlighted:hover,
.result.hightlighted:focus {
    background-color:#fffed7;
    cursor:pointer;
}
.result.emo:after {
    content: '';
    display: block;
    width: 85px;
    height: 145px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -moz-border-radius: 0px 0px 3px 0px;
    -webkit-border-radius: 0px 0px 3px 0px;
    border-radius: 0px 0px 3px 0px;
    z-index: 7;
}
.result.emo.emo-green:after {
    background: url('../img/emo_icons_hover.png') 0px 0px;
}
.result.emo.emo-red:after {
    background: url('../img/emo_icons_hover.png') 0px -147px;
}
.result.emo.emo-gray:after {
    background: url('../img/emo_icons_hover.png') 0px -292px;
}
.result.emo.emo-gray-del:after {
    background: url('../img/emo_icons_hover.png') 0px -439px;
}
.result.paused {
    background-color: #f8f8f8;
}
.result .title {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 124px;
}
.result .company {
    margin: 0px;
    display: inline-block;
    word-break: break-all;
}
.result .company + .company {
    margin-left: 10px;
}
.result a.company {
    color: #0288d1;
}
.result a.company:hover,
.result a.company:focus {
    text-decoration: underline;
}
.result .text-result {
    position: relative;
}

.result .expirience {
    position: absolute;
    right: 15px;
    top: 0;
    margin: 0px;
}
.result .desc {
    margin-top: 10px;
    padding-bottom: 20px;
    word-wrap: break-word;
}
.result .tags {
    margin: 5px -5px -5px;
    letter-spacing: -6px;
    font-size: 0;
}
.result .tags .tag,
.result .tags .source_link {
    display: inline-block;
    color: #757575;   
    padding: 0px 5px;
    margin: 5px 5px;
    letter-spacing: normal;
    font-size: 13px;
}
.result .tags .source_link {
    padding: 0px;
}
.result .tags .tag {
    text-decoration: line-through;
    border: 1px solid #e5e6e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.result .salary {
    font-size: 20px;
    line-height: 1.2;
    position: relative;
}
.result .salary.sal-p {
    cursor: pointer;
}
.result .location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.result .location.i-location-mini:before {
    margin: 0px 5px -3px 0px;
}
.result .link:hover {
    text-decoration: underline;
}
.result .btn {
    margin-top: 8px;
}
.result .applied {
    position: absolute;
    display: inline-block;
    bottom: 5px;
    right: 25px;
    font-size: 10px;
}
.result .hline_2,
.result .hline_3 {
    margin-top: 0px;
}
.result .result-menu {
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    top: -2px;
    right: 10px;
}
.result-menu .dropdown-toggle {
    width: 30px;
    height: 30px;
    display: block;
    text-indent: 9999px;
    background: url('../img/result_menu.png') no-repeat 50% 50%;
    position: absolute;
    z-index: 5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: -8px;
    right: -20px;
}
.btn-group.open .dropdown-toggle {
    background: url('../img/result_menu_active.png') no-repeat 50% 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 7;
}
.result .result-menu .dropdown-menu {
    right: -20px;
    top: -12px;
    left: inherit;
    z-index: 6;
    background-color: #f6f7f8;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 205px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 15px;
}
.result .result-menu .dropdown-menu > li:hover,
.result .result-menu .dropdown-menu > li:focus {
    background-color: transparent;
    background-image: none;    
}
.result .result-menu .dropdown-menu > li > a,
.result .result-menu .dropdown-menu > li > .favorites {
    border-top: none;
    border-bottom: 1px solid #ebecee;
    cursor: pointer;
}
.result .result-menu .dropdown-menu > li.posted > .inner {
    display: block;
    padding: 6px 0px;
    border-bottom: 1px solid #ebecee;
    border-top: none;
    border-bottom: 1px solid #ebecee;
    color: #757575;
}
.result .result-menu .dropdown-menu > li.posted:last-child > .inner {
    border-bottom: none;
}
.result .result-menu .dropdown-menu > li.posted > .inner .text {
    margin-bottom: 5px;
}

.result .result-menu .dropdown-menu > li:hover > a,
.result .result-menu .dropdown-menu > li:focus > a,
.result .result-menu .dropdown-menu > li > a:hover,
.result .result-menu .dropdown-menu > li > a:focus,
.result .result-menu .dropdown-menu > li:hover > .favorites,
.result .result-menu .dropdown-menu > li:focus > .favorites,
.result .result-menu .dropdown-menu > li > .favorites:hover,
.result .result-menu .dropdown-menu > li > .favorites:focus {
    color: #0288d1;
    border-bottom: 1px solid #ebecee;
}
.hover-block {
    display: block;
    opacity: 0;
    position: absolute;
    background: #fff;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 6;
    padding: 25px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    overflow: hidden;
}
.hover-block .d-table {
    margin: auto;
    height: 100%;
}
.result.hovered:hover .hover-block {
    opacity: 1;
}

.emo {
    min-height: 180px;
}
.emo-green .hover-block .text-tit{
    color: #00914b;
}
.emo-red .hover-block .text-tit{
    color: #bc2b2b;
}
.emo-gray .hover-block .text-tit,
.emo-gray-del .hover-block .text-tit{
    color: #666666;
}
.hover-block .btn {
    margin: -3px 0px 0px;
}
.hover-block .btn + .btn {
    margin-left: 20px;
}
.hover-block .btn-line {
    margin-top: 20px;
}
.hover-block .link-line {
    margin-right: 20px;
}

.response {
    margin-top: 30px;
    position: relative;
    padding: 25px;
}
.response.marked {
    background-color: #ffffcc;
}
.delete-resp {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    background: url('../img/unselect.png') no-repeat 0px -9px;
    width: 9px;
    height: 9px;
}
.response-items .response {
    margin-top: 3px;
}
.response .btn {
    margin-top: 0px;
}
.response-items .response + div .btn {
    margin-top: 3px;
}
.response .btn + .btn {
    margin-left: 18px;
}

.new-badge {
    color: #0288d1;
}
.new-badge:hover,
.new-badge:focus {
    color: #0288d1;
}
.new-badge.i-clock:before {
    margin-bottom: -2px;
}

.get-job-alert.block.blue .hline_4 {
    margin-bottom: 0px;    
}
.get-job-alert.block.blue .form-group {
    margin-top: 0px;
}

.get-job-alert .btn {
    margin-top: 0px;
}
/*pagintion*/
.wrap-pagination {
    font-size: 16px;
    margin-top: 30px;
}
.mar-b-30 {
    margin-bottom: 30px;
}
.custom-pagination {
    margin-top: 0px;
}
.custom-pagination > li {
    display: inline-block;
    margin-left: 7px;
}
.custom-pagination > li:first-child {
    margin-left: 0px;
}
.custom-pagination > li > a, .custom-pagination > li > span {
    border: none;
    font-size: 16px;
    padding: 5px 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #0288d1;
    border-color: #0288d1;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    color: #868686;
    background-color: #f6f7f8;
}

.pagination > li.prev > a:hover,
.pagination > li.prev > span:hover,
.pagination > li.prev > a:focus,
.pagination > li.prev > span:focus,
.pagination > li.next > a:hover,
.pagination > li.next > span:hover,
.pagination > li.next > a:focus,
.pagination > li.next > span:focus {
    color: #212121;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}
.pagination > li.prev.active > a:hover,
.pagination > li.prev.active > span:hover,
.pagination > li.prev.active > a:focus,
.pagination > li.prev.active > span:focus,
.pagination > li.next.active > a:hover,
.pagination > li.next.active > span:hover,
.pagination > li.next.active > a:focus,
.pagination > li.next.active > span:focus {
    color: #868686;
    background-color: #f6f7f8;
}

.pagination > li.prev > a:after,
.pagination > li.prev > span:after,
.pagination > li.next > a:after,
.pagination > li.next > span:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 14px;
    background: url('../img/pagination_arrows.png') no-repeat 0px 0px;
    margin-bottom: -1px;
}
.pagination > li.next > a:after,
.pagination > li.next > span:after {
    background-position: -10px 0px;
}





.wrap-pagination .form-control {
    width: 70px;
    text-align: left;
} 

/*alphabet-list*/
.alphabet-list {
    display: inline-block;
    padding-left: 0;
    margin: 15px 0;
    border-radius: 3px;
    margin: 0px -7px 15px;
}
.alphabet-list > li {
    display: inline-block;
    margin: 0px 7px 15px;
}
.alphabet-list > li > a, .alphabet-list > li > span {
    text-transform: uppercase;
    position: relative;
    float: left;
    line-height: 1.2;
    text-decoration: none;
    color: #212121;
    background-color: #ffffff;
    margin-left: -1px;
    border: none;
    font-size: 16px;
    padding: 5px 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
.alphabet-list > li > span {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.alphabet-list > li > a:hover,
.alphabet-list > li > a:focus {
    color: #fff;
    background-color: #0288d1;
}
.alphabet-list>.active>a, 
.alphabet-list>.active>a:hover, 
.alphabet-list>.active>a:focus {
    border: 1px solid #0288d1;
    background-color: #fff;
    color: #212121;
    cursor: default;
}
.cat-row {
    margin-top: 30px;
}
.cat-row:first-child {
    margin-top: 0px;
}
/*range slider*/
#slider-range-min,
#slider {
    background-color: #ededed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 5px;
    margin: 30px 0px;
    cursor: pointer;
}
.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #64b9e7;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    cursor: pointer;
    top: -.35em;
}
.ui-slider .ui-slider-range {
    background-color: #0288d1;
}
.formCost .form-control {
    background-color: #f6f7f8;
}
#amount-age {
    width: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
/*search-results*/ 
.result.block.blue.search-results,
.result.block.blue.search-results:first-child {
    margin-bottom: 30px;
}
.search-results .ico_stat {
    margin-top: 5px;
    margin-bottom: 20px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -21px;
    height: 43px;
    width: 43px;
    line-height: 48px;
}
.search-results .ico_stat:before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px 0px;
    margin: 0px;
}
.search-results .inner {
    padding-right: 43px;
}
.search-results .inner .hline_4{
    margin: 0px;
}
.search-results .inner .average-salary {
    margin: 0px 0 0 20px;
    display: inline-block;    
}
.refined-block {
    border: 1px solid #0288d1;
}
.refined-block .main-list li .item .link {
    color: #0288d1;
}
.refined-block .main-list li .item .link:hover,
.refined-block .main-list li .item .link:focus {
    text-decoration: underline;
}
.refined-block .main-list li .item .link.i-search-sm:before {
    background-position: 0px -12px;
}

/*modal*/ 
.job-alert-modal.modal {
    top: auto;
    z-index: 1070;
}
.modal-backdrop {
    background-color: #0288d1;
}
.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.subscribe-modal .modal-backdrop.in {
    position: fixed;
}
.modal-content {
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.job-alert-modal.modal .modal-content {
    background-image: -moz-linear-gradient( -35deg, #eeeff0 20%, #f6f7f8 20%, #f6f7f8 80%, #eeeff0 80%);
    background-image: -webkit-linear-gradient( -35deg, #eeeff0 20%, #f6f7f8 20%, #f6f7f8 80%, #eeeff0 80%);
    background-image: -ms-linear-gradient( -35deg, #eeeff0 20%, #f6f7f8 20%, #f6f7f8 80%, #eeeff0 80%);
}
.close {
    color: #0288d1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.close:hover,
.close:focus {
    color: #0288d1;
}
.job-alert-modal.modal .close.big {
    position: relative;
    color: #fff;
    text-shadow: none;
    font-size: 50px;
}
.modal-header {
    border-bottom: none;
    padding: 10px 15px 15px;
}
.modal .btn {
    margin-top: 0px;
}
.modal .modal-img {
    margin-bottom: 15px;
}
.modal .job-title {
    margin-top: 20px;
    margin-bottom: 30px;
}
.modal .form-inline {
    margin-bottom: 30px;
}
.modal .form-inline .form-control {
    margin-left: 15px;
    margin-right: 15px;
}

.bottom-modal.modal-open {
    overflow: auto;
}
.bottom-modal.modal-open .modal{
    overflow: hidden;
}
.bottom-modal.modal-open .modal .has-error .error-container {
    text-align: center;
}

/*modals*/
.profile-modal .modal-dialog {
    width: 530px;
}
.profile-modal .modal-content,
.refer-friend-modal .modal-content {
    background: #f6f7f8;
}
.profile-modal .modal-header,
.big-modal .modal-header {
    padding: 10px 15px 25px;
}
.profile-modal .modal-body {
    padding: 25px 140px 80px;
}
.profile-modal.photo-modal .modal-body {
    padding: 25px 60px 60px;
}
.profile-modal.resume-alert-modal .modal-body,
.profile-modal.resume-sent-modal .modal-body,
.profile-modal.mail-sent-modal .modal-body,
.profile-modal.forgot-pswd-modal .modal-body {
    padding: 25px 80px 50px;
}
.profile-modal.login-modal .modal-body {
    padding: 25px 60px 50px;
}
.profile-modal label,
.profile-modal .form-control {
    font-size: 16px;
}
.profile-modal label {
    margin-bottom: 12px;
}
.profile-modal .help-block {
    margin-top: 12px;
}
.profile-modal .help-block.error-container {
    margin-top: 5px;
}
.profile-modal .form-group,
.profile-modal .title {
    margin-bottom: 18px;
}
.profile-modal .img-block {
    margin-bottom: 30px;
}
.profile-modal .forgot-link {
    font-size: 13px;
}
.profile-modal .forgot-link:hover,
.profile-modal .forgot-link:focus {
    text-decoration: underline;
}
.profile-modal .social-block {
    margin: 15px auto 20px;
}
.profile-modal .login-block {
    width: 250px;
    margin: 0px auto 0px;
}
.profile-modal .register-block {
    margin: 25px auto 0px;
}
.big-modal .modal-lg {
    width: 810px;
}
.big-modal.who-are-you .modal-body,
.big-modal.refer-friend-modal .modal-body {
    padding: 75px 140px 100px;
}
.big-modal.who-are-you .title {
    margin: 20px auto 30px;
}
.big-modal.who-are-you .img-block-blue {
    border: 5px solid #d4f0ff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    display: block;
    margin: 20px auto 30px;
    min-height: 291px;
}
.big-modal.who-are-you .img-block-blue:hover,
.big-modal.who-are-you .img-block-blue:focus {
    border-color: #0288d1;
}
.big-modal.who-are-you .img-block-blue .name {
    font-size: 20px;
}
.big-modal.who-are-you .help-info {
    padding: 0px 30px;
}
.big-modal.who-are-you .img-who {
    width: 128px;
    height: 172px;
    margin: 0px auto 25px;
}
.big-modal.refer-friend-modal .social-block {
    padding: 30px 0px 30px;
    margin: 38px auto 30px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.big-modal.refer-friend-modal .social-block .tit {
    display: inline-block;
    margin: 0px;
}
.big-modal.refer-friend-modal .social-block .socials.square {
    margin-left: 30px;
    display: inline-block;
}
.no_closed{
    position: absolute;
    width: 100%;
    top:0;
    right:0;
    left:0;
    z-index: 1;
}
.modal-dialog{
    z-index: 2;
}
.statistic-modal .modal-content {
    background-color: #ededed; 
}
.statistic-modal .modal-body {
    padding: 0px 0px 0px;
}
.statistic-modal .close {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 100;
}
.statistic-modal .left-block {
    padding: 25px 0px 25px 25px;
}
.statistic-modal .foot-block {
    margin-top: 45px;
}
/*rightside*/
.rightside .block {
    margin-top: 30px;
}
.rightside .block:first-child {
    margin-top: 0px;
}
.rightside .block {
    font-size: 16px;
}
/*vote-block*/
.vote-block {
    margin-top: 14px;
}
.vote-block .persents {
    margin-bottom: 10px;
    margin-top: 20px;
}
.vote-block .persents .yes,
.vote-block .persents .no {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height: 1;   
}
.vote-block .voted {
    font-size: 12px;
}
/*breadcrumbs*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 38px;
    list-style: none;
    background-color: #fff;
    background-image: -moz-linear-gradient( -35deg, #fff 95%, #f7f7f7 95%);
    background-image: -webkit-linear-gradient( -35deg, #fff 95%, #f7f7f7 95%);
    background-image: -ms-linear-gradient( -35deg, #fff 95%, #f7f7f7 95%);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
.content .breadcrumb {
    margin-bottom: 10px;
}
.breadcrumb + .result.block.blue {
    margin-top: 10px;
}
.breadcrumb>li>a {
    color: #0288d1;
}
.breadcrumb>li>a:hover,
.breadcrumb>li>a:focus {
    text-decoration: underline;
}
.breadcrumb>.active {
    color: #212121;
}
.breadcrumb>li+li:before {
    content: "";
    display: inline-block;
    padding: 0px;
    color: #ccc;
    width: 6px;
    height: 10px;
    background: url('../img/breadcrumb_devider.png') no-repeat 0px 0px;
    margin: 0px 5px 0px 3px;
}
.img-alert-float {
    margin: 12px 0px 0px 25px;
}
/*articles*/
.one-article {
    position: relative;
}
.sticky {
    position: fixed;
    top: 0px;
    z-index: 101;
    width: 250px;
}
.sticky.left-major-boxes {
    margin-top: 30px;    
}
.stop {
    position: relative;
}
.one-article p.block {
    font-style: italic;
}
.one-article .mes, 
.one-article .date {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #757575;
}
.one-article a.mes:hover {
    color: #0288d1;
}
.one-article .text-list {
    padding-left: 25px;
}
.one-article .hline_4 {
    line-height: 1.4;
}
.one-article p,
.one-article .hline_4,
.one-article .text-list li {
    font-size: 19px;
    line-height: 1.4;
    font-weight: lighter;
    margin-top: 40px;
    margin-bottom: 20px;
}
.one-article .text-list li {
    margin-top: 20px;
}
.one-article p a,
.one-article li a {
    color: #0288d1;
}
.one-article p a:hover,
.one-article p a:focus,
.one-article li a:hover,
.one-article li a:focus {
    text-decoration: underline;
}
.one-article h2:first-child,
.one-article .hline_2:first-child,
.one-article h3:first-child,
.one-article .hline_3:first-child {
    margin-top: 0px;
}
.one-article h2,
.one-article .hline_2 {
    margin-bottom: 30px;
}
.one-article h3,
.one-article .hline_3 {
    margin-top: 40px;
}
.one-article h3 + p ,
.one-article .hline_3 + p {
    margin-top: 25px;
}
.one-article.title .title-right {
    text-align: right;
}
.block > .img-in-block {
    margin: -15px -20px 0px;
}
.one-article blockquote {
    padding: 0px 0px 0px 42px;
    margin-top: 50px;
    margin-bottom: 14px;
    border: none;
    position: relative;

}
.one-article blockquote.block {
    padding: 25px 25px 25px 64px;
    margin-top: 40px;
    margin-bottom: 14px;
    border: none;
    position: relative;

}
.one-article blockquote:before {
    content: '';
    background: url('../img/pensil.png') no-repeat 0px 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    left: 0px;
    top:0px;
}
.one-article blockquote.block:before {
    content: '';
    background: url('../img/quote_open.png') no-repeat 0px 0px;
    width: 26px;
    height: 22px;
    left: 26px;
    top:26px;
}

.one-article blockquote > p {
    margin: 0px;
    font-weight: normal;
}
.one-article blockquote.block > p {
    margin: 0px;
    font-weight: lighter;
}
.one-article blockquote + p {
    margin-top: 34px;
}
/*media*/
.media {
    padding: 25px 25px 0px;
    margin-top: -5px;
}
.author-post {
    margin-top: 55px;
}
.author-post .media {
    padding: 5px;
    display: block;
    background-color: #fff;
    background-image: -moz-linear-gradient( -35deg, #fff 85%, #f7f7f7 85%);
    background-image: -webkit-linear-gradient( -35deg, #fff 85%, #f7f7f7 85%);
    background-image: -ms-linear-gradient( -35deg, #fff 85%, #f7f7f7 85%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}

.author-post .media-heading {
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0px 20px;
}

.author-post .posts-link {
    float: right;
    display: block;
    margin-top: 3px;
}
.author-post p {
    font-size: 16px;
    padding: 0px 20px;

}
.author-post p a {
    color: #0288d1;
}
.author-post p a:hover,
.author-post p a:focus {
    text-decoration: underline;
}
.author-post .media.guest .inner {
    margin-top: 14px;
}
.author-post .media.guest p {
    margin: 0px;
}
.author-post .media.mini .name {
    margin: 4px auto;
}
.author-post .media.mini .media-heading {
    margin: 10px 0px 0px;
}
/*comment-block*/
.comment-block {
    background-color: #fff;
    -mox-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
.comment-form {
    display: block;
    background-color: #f6f7f8;
    -mox-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    padding: 25px;
}
.comment-form .media {
    padding: 0px;
}
.comment-form .media-body {
    width: 100%;
}
.comments-signin {
    margin-top: 25px;
    margin-bottom: 15px;
}
.radio-inline{
    padding-left: 0px; 
}

.name-block {
    display: none;
}
.socials.square .btn-socials {
    width: 30px;
    padding: 0px;
}
.socials.square > li {
    margin-left: 7px;
}
.socials.square .btn {
    margin-top: -1px;
}
.socials.square .btn-socials:before {
    margin-right: 0px;
}
.socials.square .msg {
    margin-top: -1px;
    width: 30px;

    padding: 0px;
}
.socials.square .btn-socials.msg:before {
    display: none;
}

.footer .socials.square > li{
    margin-left: 16px;
}
.footer .socials.square .btn-socials{
    min-width: 30px;
    width: auto;
}


.socials.square.mini > li {
    margin-left: 9px;
}
.socials.square.mini > li:first-child {
    margin-left: 0px;
}
.socials.square.mini .btn {
    margin-top: 0px;   
}
.socials.square.mini .btn-socials {
    width: 20px;
    height: 19px;
    padding: 0px;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none; 
}
.socials.square.mini .btn-socials:before {
    display: none;
}
.socials.square.mini .btn-socials.vk {
    background: url('../img/vk_icon.png') no-repeat 0px 0px;
}
.socials.square.mini .btn-socials.fb {
    background: url('../img/fb_icon.png') no-repeat 0px 0px;
}
.socials.square.mini .btn-socials.gp {
    background: url('../img/g_icon.png') no-repeat 0px 0px;
}
.socials.square.mini .btn-socials.tw {
    background: url('../img/tw_icon.png') no-repeat 0px 0px;
}
.socials.square.mini .btn-socials.mail {
    background: url('../img/mailicon.png') no-repeat 0px 0px;
}
.socials.square.mini .btn-socials.in {
    background: url('../img/inicon.png') no-repeat 0px 0px;
}
.socials.square.mini .btn-socials.ok {
    background: url('../img/okicon.png') no-repeat 0px 0px;
}
.socials.square.mini .btn-socials:hover {
    background-position: 0px -19px;
}
.media-list {
    margin: 0px 0px 0px;
}
.comment-img {
    position: relative;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -mox-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}
.comment-img.arr-right:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    right: -4px;
    top: 25px;
    background: #fff;
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -o-transform: rotate(45deg); 
    -webkit-box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.1);
    -mox-box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.1);

}
.media, .media-body {
    zoom: 1;
    overflow: visible;
}
.media-left, .media>.pull-left {
    padding-right: 25px;
}
.media-body > .media {
    margin-left: -75px;
    padding: 25px 25px 0px;
    margin-top: -5px;
}
.media-body > .media:first-child {
    margin-top: 15px;
}
.last-comment {
    background-color: #f6f7f8;
}
/*likes*/
.like,
.reply {
    color: #8f8f8f;
}
.comment-details {
    padding: 0px;
    margin-bottom: 25px;
}
.comment-details li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.comment-details li:first-child {
    margin-left: 0px;
}
.social-likes-big {
    margin-top: 30px;    
    text-align: center;
}
.social-likes-big li{
    margin-bottom: 10px;
}
.socials.big .btn-socials {
    width: 75px;
    text-align: left;
    position: relative;
}
.socials.big .social-addon {
    position: absolute;
    height: 30px;
    border: 1px solid #8f8f8f;
    border-left: none;
    background: #fff;
    color: #8f8f8f;
    font-size: 12px;
    width: 34px;
    right: 0px;
    text-align: center;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}
.socials.big .social-addon:before {
    position: absolute;
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #fff;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    transform: rotate(45deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -o-transform: rotate(45deg); 
}
.socials.big .btn {
    margin-top: 0px;
}

.sub {
    display: inline-block;
    position: relative;
}
.sub > .num {
    position: absolute;
    top: -4px;
    left: 100%;
    font-style: normal;
    font-size: 16px;
    margin-left: 5px;
}
.sub > .num.xs {
    font-size: 13px;
    bottom: 15px;
    top: auto;
    margin-left: 0px;
}
.categories-list {
    margin: 0px -15px;
}
.categories-list li {
    margin: 20px 15px;
    padding: 0px;
}
.categories-list li a {
    font-size: 20px;
}
.categories-list li.active a {
    color: #757575;
    cursor: default;
}
.featured-articles.large .article {
    position: relative;   
    padding-bottom: 40px;
}
.featured-articles.large .article .commets {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.article .commets .new-com {
    margin-left: 15px;
}
/*articles tests*/
.checkboxes-block .block,
.radios-block .block {
    margin-bottom: 10px;
    padding: 25px;
}

.checkboxes-block label.block,
.radios-block label.block {

    font-weight: lighter;
    font-size: 19px;
    background: #f6f7f8;
    position: relative;
}
.checkboxes-block label.block {
    padding-left: 50px;
}
.checkboxes-block .wrap-ch {
    position: absolute;
    left: 25px;
    top: 25px;
}
.radios-block label.block {
    padding-left: 50px;
}
.radios-block .wrap-rad {
    position: absolute;
    left: 25px;
    top: 25px;
}
.one-article p.font-normal {
    font-weight: normal;
}
.test-results-block {
    margin-top: 70px;
}
.radios-block-custom .block {
    padding: 5px 5px 25px;
    background: #f6f7f8;
}
.radios-block-custom .block.active,
.checkboxes-block .block.active,
.radios-block .block.active {
    background: #fff;
}
.radios-block-custom .radio-img  {
    margin-bottom: 25px;
    display: block;
    width: 100%;
}
.radios-block-custom .jq-radio {
    margin-bottom: 0px;
}
.checkboxes-block label:hover,
.radios-block label:hover,
.radios-block-custom label:hover {
    background: #fff;
    cursor: pointer;
}
label:hover .jq-checkbox,
label:hover .jq-radio {
    border-color: #0288d1;
}
.done-block {
    margin-top: 70px;
    margin-bottom: 50px;
}
.done-block .btn {
    margin-top: 0px;
}
.test-results-block .your-results .num .first {
    font-size: 80px;
}
.test-results-block .your-results .num .second {
    font-size: 36px;
}
.test-results-block .your-results .text {
    line-height: 1.2;
}
.test-results-block .title-chart {
    float: right;
    margin: 5px 0px 0px 0px;
    display: inline-block;
}
.test-results-block .your-results,
.test-results-block .average-results {
    min-height: 280px;
}
.test-results-block .your-results {
    margin-bottom: 25px;
}
/*modal subscribe-modal*/
.subscribe-modal .modal-header {
    text-align: center;
    background-color: #ededed;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    padding: 10px 15px 35px;
    position: relative;
}
.subscribe-modal .modal-header .modal-title {
    margin-top: 40px;
}
.subscribe-modal .modal-body {
    padding: 0px;
}
.subscribe-modal .nav-tabs {
    border-bottom: 1px solid #bababa;
    text-align: center;
    background: #ededed;
}
.subscribe-modal .nav-tabs > li {
    display: inline-block;
    float: none; 
}
.subscribe-modal .nav-tabs > li > a {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    padding: 15px 20px 15px;
}
.subscribe-modal .nav-tabs > li > a:hover {
    color: #ffffff;
    background-color: #35a0da;
    background-image: -moz-linear-gradient( -35deg, #35a0da 75%, #5db3e1 75%);
    background-image: -webkit-linear-gradient( -35deg, #35a0da 75%, #5db3e1 75%);
    background-image: -ms-linear-gradient( -35deg, #35a0da 75%, #5db3e1 75%); 
    border-color: transparent; 
}
.subscribe-modal .nav-tabs > li.active > a,
.subscribe-modal .nav-tabs > li.active > a:hover,
.subscribe-modal .nav-tabs > li.active > a:focus {
    color: #212121;
    background-color: #fff;
    border: 1px solid #bababa;
    border-bottom-color: transparent;
    cursor: default;
    background-image: none;
}
.subscribe-modal .nav-tabs > li.active > a:before,
.subscribe-modal .nav-tabs > li.active > a:hover:before,
.subscribe-modal .nav-tabs > li.active > a:focus:before {
    background-position: 0px 0px;
}
.subscribe-modal .add-vacancy {
    border: 1px solid #0288d1;
}
.subscribe-modal .form-inline .form-group.btn {
    margin-right: 15px;
}
.subscribe-modal .form-inline {
    margin-bottom: 0px;
    margin-top: 20px;
}
.subscribe-modal .form-inline .form-group {
    margin-top: 20px;
}

.subscribe-modal .alert {
    position: relative;
}
.subscribe-modal .alert .close {
    position: absolute;
    color: #0288d1;
    margin-top: 14px;
    margin-right: 35px;
    z-index: 1;
}
.modal .close-modal {
    position: absolute;
    color: #0288d1;
    right: 25px;
    font-size: 40px;
    top: 20px;
    z-index: 1;
    display: block;
}
.subscribe-modal .settings > li {
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
    padding-top: 20px;
}
.subscribe-modal .settings > li:first-child {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}
.subscribe-modal .add-vacancy .settings > li {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.subscribe-modal .add-vacancy .settings > li:last-child {
    margin-bottom: 0px;
}
.subscribe-modal .articles-tab label,
.subscribe-modal .answers-tab label {
    font-size: 16px;
}
.subscribe-modal .answers-tab{
    padding-top: 30px;
}
.subscribe-modal .articles-tab .hline_3 {
    margin-bottom: 40px;
    margin-top: 70px;
}
.subscribe-modal .articles-tab .hline_3:first-child {
    margin-top: 40px;
}
.subscribe-modal .jobs-tab .hline_4 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.subscribe-modal .jobs-tab .form-group.location-row + .form-group.location-row {
    margin-top: 20px;
}
.subscribe-modal label {
    margin-bottom: 0px;
}
.subscribe-modal .vacancy .vacancy-param {
    margin-top: 10px;
}
.subscribe-modal .vacancy .vacancy-param:first-child {
    margin-top: 0px;
}
.subscribe-modal .article-type,
.subscribe-modal .article-theme {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.subscribe-modal .ch-block {
    margin-bottom: 55px;
}
.subscribe-modal .radio-line-block {
    margin-bottom: 60px;
}
.subscribe-modal .answers-tab .radio-line-block{
    margin-top: 35px;
}
.subscribe-modal .radio-line-block label {
    margin-top: 22px;
}
.subscribe-modal .settings .form-inline .form-group > .hline_4 {
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.disabled label,
label.disabled {
    cursor: not-allowed;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.disabled label .jq-checkbox,
label.disabled .jq-checkbox,
.disabled label .jq-radio,
label.disabled .jq-radio,
.disabled label:hover .jq-checkbox,
label.disabled:hover .jq-checkbox,
.disabled label:hover .jq-radio,
label.disabled:hover .jq-radio {
    cursor: not-allowed;
    border-color: #e1e1e1;
}
.subscribe-modal .radio-inline + .radio-inline {
    margin-left: 20px;
}
.subscribe-modal .select-fix-width {
    width: 250px;

}
.subscribe-modal .form-inline .checkbox {
    margin-bottom: -2px;
    margin-left: 5px;
    margin-right: 10px;
}
.subscribe-modal .setting-block.hide-block {
    display: none;
}

.subscribe-modal .setting-btn.open.i-arrow-down:after,
.open.i-arrow-down:after {
    -moz-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg); 
    -webkit-transform: rotate(-180deg); 
    -o-transform: rotate(-180deg); 
    transform: rotate(-180deg);
    margin: 0px 0px -1px 3px;
}


/*-----------------------*/
.profile .img-in-block {
    margin-bottom: 20px;
}
.profile .nickname {
    color: #757575;
    font-size: 16px;
    margin-bottom: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.edit-block {
    position: relative;
}
.edit-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    top: -5px;
    right: -5px;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.edit-btn:after {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    margin: 8px 0px 0px 0px;
    background: url('../img/edit_pensil.png') no-repeat 0px 0px;
}
.edit-btn:hover:after,
.edit-btn:focus:after {
    background-position: 0px -15px;
}
.top-user-panel {
    padding-top: 30px;

    border-top: 1px solid #cdcdcd;
    -moz-box-shadow: inset 0px 1px 0px 0px #fafafa;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fafafa;
    box-shadow: inset 0px 1px 0px 0px #fafafa;
}
.top-user-panel .btn {
    margin: -2px 0px 0px 0px; 

}
.top-user-panel .title {
    margin: 0px 30px 0px 0px;
}
.top-user-panel .total-jobs {
    margin-right: 10px;
}
.top-user-panel .form-group {
    margin-right: 10px;
}
.top-user-panel .company-jobs .title:after {
    display: inline-block;
    content: '';
    width: 22px;
    height: 14px;
    margin: 0px 0px 0px 5px;
    background: url('../img/response_icon.png') no-repeat 0px -28px;
}

.num-resp {
    font-size: 16px;
    position: relative;
    line-height: 1;
    bottom: -1px;
}
.list-block {
    border-top: 1px solid #cdcdcd;
    margin-top: 25px;
    padding-top: 18px;
}
.company-management .comp-link-input {
    margin-top: 15px;
}
.company-management .view-public-btn {
    margin-left: 30px;
}
.company-management .delete-comp-btn {
    margin-top: 8px;
    float: right;
}
.empty-result {
    padding: 45px 120px;
    margin-bottom: 30px;
}
.empty-result .title {
    margin-bottom: 15px;
}
.empty-result .btn {
    margin-top: 5px;
}
.empty-result .post-btn {
    margin-left: 18px;
}
.lab-resume-link {
    font-size: 13px;
}
.response .response-btns {
    text-align: right;
}
/*autocomplete*/
.ui-autocomplete {
    z-index: 1045;
}
.ui-autocomplete.ui-widget-content {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: none;
    font: 13px/19px Roboto, sans-serif;
}
.ui-autocomplete.ui-widget-content .ui-menu-item {
    padding: 5px 10px 6px;
    margin: 0px;
    color: #231F20;
    border: none;
}
.ui-menu .ui-menu-item a {
    color: #231F20;
    text-decoration: none;
    display: block;

    min-height: 0;
    font-weight: normal;
}
.ui-menu .ui-menu-item a:hover {
    color: #FFF;
}
.ui-menu .ui-menu-item a .note-item {
    float: right;
    color: #757575;
}
.ui-widget-content .ui-menu-item:hover,
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    padding: 5px 10px 6px;
    background-color: #08C;
    color: #FFF;
    border: none;
    display: block;
}
.ui-menu .ui-menu-item a:hover,
.ui-widget-content .ui-menu-item:hover a,
.ui-menu .ui-state-focus a,
.ui-menu .ui-state-active a {
    color: #FFF;
}
.ui-widget-content .ui-menu-item:hover .note-item,
.ui-menu .ui-state-focus .note-item,
.ui-menu .ui-state-active .note-item {
    color: #fff;
}
.md-close {
    font-size: 29px;
}
/*for owl carousel*/
.articles-carusel.owl-carousel{
    width: 103.5%;
}

.articles-carusel .inner{
    padding-right: 30px;
}
.articles-carusel.owl-carousel .owl-wrapper-outer{
    width: 97%;
}
.overflow_h{
    overflow: hidden;
}
.articles-carusel .owl-buttons {
    display: inline-block;
    position: absolute;
    top: -42px;
    right: 30px;
}
.carousel_block .owl-buttons {
    display: inline-block;
    position: absolute;
    top: -63px;
    right: -5px;
}


.articles-carusel .owl-prev,
.articles-carusel .owl-next,
.carousel_block .owl-prev,
.carousel_block .owl-next {
    width: 32px;
    height: 30px;
    display: inline-block;
    margin-left: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
    background: url('../img/btn_control_bg.png') no-repeat 0px 0px;
}

.articles-carusel .owl-prev,
.carousel_block .owl-prev {
    background-position: 0px 0px;
}
.articles-carusel .owl-next,
.carousel_block .owl-next {
    background-position: 0px -30px;
}

.articles-carusel .owl-next:hover,
.articles-carusel .owl-next:focus,
.articles-carusel .owl-prev:hover,
.articles-carusel .owl-prev:focus,
.carousel_block .owl-next:hover,
.carousel_block .owl-next:focus,
.carousel_block .owl-prev:hover,
.carousel_block .owl-prev:focus {
    color: #212121;
    background-color: #ffffff;
    border-color: transparent;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}

.block.top_industry {
    padding: 20px 25px 25px 10px;
}
.carousel_block {
    width: 103.5%;
}
.carousel_block .inner {
    padding: 0px 15px;
}
.city_carousel {
    width: 102.7%;
}
.city_carousel .owl-pagination {
    position: absolute;
    bottom: -15px;

    right: 30px;

    margin-right: -5px;
}
.city_carousel .owl-page {
    display: inline-block;
    float: left;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    margin: 0px 5px;
    text-indent: -999px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #0288d1;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
.city_carousel .owl-page:hover,
.city_carousel .owl-page.active {
    margin: 0px 5px;
    width: 14px;
    height: 14px;
    background-color: #fd9500;
}
/*for graphics*/
div.legend table td{
    padding: 5px 2px;
}

div.legend table td.legendColorBox > div > div{
    width: 13px !important;
    height: 13px !important;
    border-width: 7px !important;
}

div.legend table td.legendLabel{
    font-size: 13px;
    font-family: Roboto;
    font-weight: normal;
    font-style: normal;
}

.diagram-block {
    margin-top: 30px;
}
.diagram-block:first-child {
    margin-top: 0px;
}

.diagram-block .diargam-title {
    text-align: center;
    margin-bottom: 16px;
}
.diagram-wrap {
    position: relative;
    margin-bottom: 10px;
}
.diagram-wrap .white_block {
    position: absolute;
    display: block;
    right: 0px;
    bottom: 0px;
    background: #fff;
    width: 90px;
    height: 14px;
}


.modal .jq-selectbox ul,
.modal .jq-selectbox li,
.modal .jq-selectbox__dropdown{
    width: 100%!important;
}
/*--------04.03.2015-----*/
.btn-group.location_link {
    display: block;
}
.btn-group.location_link.open .dropdown-toggle {
    background: none;
}
.location_link .dropdown-menu {
    background-color: #f6f7f8;
    border: 1px solid #dadada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 240px;
    height: auto;
    padding: 10px 10px 10px;
    right: -25px;
    left: auto;
}
.location_link .dropdown-menu > li {
    padding: 0px 10px;
}
.location_link .dropdown-menu > li:hover,
.location_link .dropdown-menu > li:focus {
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
}
.location_link .dropdown-menu > li > a {
    padding: 6px 0px 6px 0px;
    border-top: 1px solid #ebecee;
    position: relative;
    white-space: normal;
    clear: both;
}
.location_link .dropdown-menu > li > a:before,
.location_link .dropdown-menu > li > a:after {
    content: '';
    clear: both;
    display: table;
}
.location_link .dropdown-menu > li:first-child > a {
    border-top: 1px solid transparent;
}
.location_link .dropdown-menu > li:hover > a,
.location_link .dropdown-menu > li:focus > a {
    color: #fff;
    border-top: 1px solid transparent;
}
.location_link .dropdown-menu > li > a:hover,
.location_link .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}
.city_loc {
    width: 106px;
    float: left;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.city_salary {
    float: right;
    display: inline-block;
    width: 90px;
    color: #757575;
    text-align: right;
}
.location_link .dropdown-menu > li:hover > a .city_salary,
.location_link .dropdown-menu > li:focus > a .city_salary {
    color: #fff;
}
/*--------./04.03.2015-----*/
.block.yandexbl {    
    padding: 20px 15px 25px;
}
.job-more {
    min-height: 796px;
}
.job-more .list_icons {
    margin-top: 25px;
}
.similar-prof {
    font-size: 16px;
}
.similar-prof .salary {
    margin-top: 12px;
}
.similar-prof .location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-top: 5px;
}
.similar-prof .location.i-location-mini:before {
    margin: 0px 5px -3px 0px;
}
.similar-prof .desc {
    font-size: 13px;
    font-weight: lighter;
    margin-top: 12px;
    line-height: 1.4;
}
.distribution-vacancies {
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.distribution-vacancies .title {
    padding: 20px 25px 20px;
    margin: 0px;
    text-align: center;
}
.form-in-mar .btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
.form-in-mar .form-control {
    margin-right: 15px;
    margin-left: 15px;
}
.more-vac {
    margin-top: 30px;
}
.statistic-block.block.blue {
    margin-top: 43px;
}
/*-------------------custom_style_2---------------*/
.faraway{position: absolute; left: -9999px; width: 1px; height: 1px;}
.body_white{
    background: #fff;
    padding-bottom: 39px;
}


/*socials*/

.btn-socials.vk {
    background-color: #4770a2;
}
.btn-socials.vk:hover,
.btn-socials.vk:focus {
    background-color: #4b79b0;
}
.btn-socials.vk:before {
    width: 15px;
    background: url('../img/socials.png') no-repeat -88px 0px;
}

.btn-socials.ok {
    background-color: #f88200;
}
.btn-socials.ok:hover,
.btn-socials.ok:focus {
    background-color: #ff8703;
}
.btn-socials.ok:before {
    width: 15px;
    background: url('../img/socials.png') no-repeat -104px 0px;
}

/*socials*/




/*select_inputs_height_more*/

.h-more .form-control{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.h-more textarea.form-control{
    height: auto;
    line-height: 1.4;
}
.h-more .form-group label{
    font-size: 16px;    
}

.h-more .jq-selectbox__select{
    height: 40px;
}
.h-more .jq-selectbox__trigger-arrow{
    top: 17px;
}
.h-more .jq-selectbox__select-text{
    height: 38px;
    line-height: 38px;
}
.h-more .jq-selectbox__dropdown{
    top: 40px;
}

.h-more .drop_top .jq-selectbox__dropdown{
    top: inherit!important;
    bottom: 40px!important;
}
.drop_top .jq-selectbox__dropdown{
    top: inherit!important;
    bottom: 30px!important;
}

/*select_inputs_height_more*/

.v-middle{
    vertical-align: middle;
}
a.blue{
    color: #0288d1;
}
a.blue:hover{
    text-decoration: underline;
}
.d-block{
    display: block;
}

.i-edit:after {
    display: inline-block;
    content: '';
    width: 9px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -104px;
    margin: 0px 0px -1px 5px;
}
.i-print:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -155px;
    margin: 0px 0px -1px 5px;
}
.i-download:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -167px;
    margin: 0px 0px -1px 5px;
}
.i-share:after {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('../img/btn_icons.png') no-repeat 0px -179px;
    margin: 0px 0px -1px 5px;
}
.icon_arrow_orange:after {
    display: inline-block;
    content: '';
    background: url('../img/btn_icons.png') no-repeat -2px -205px;
    margin: 0px 0px -1px 0px;
    width: 9px;
    height: 9px;
}
.btn-default.i-edit:hover:after,
.btn-default.i-edit:focus:after,
.btn-default.i-edit.focus:after,
.btn-default.i-edit:active:after,
.btn-default.i-edit.active:after {
    background-position: -13px -104px;
}
.btn-default.i-print:hover:after,
.btn-default.i-print:focus:after,
.btn-default.i-print.focus:after,
.btn-default.i-print:active:after,
.btn-default.i-print.active:after {
    background-position: -13px -155px;
}
.btn-default.i-download:hover:after,
.btn-default.i-download:focus:after,
.btn-default.i-download.focus:after,
.btn-default.i-download:active:after,
.btn-default.i-download.active:after {
    background-position: -13px -167px;
}
.btn-default.i-share:hover:after,
.btn-default.i-share:focus:after,
.btn-default.i-share.focus:after,
.btn-default.i-share:active:after,
.btn-default.i-share.active:after,
.open > .dropdown-toggle.btn-default.i-share:after{
    background-position: -13px -179px;
}
.btn-default.icon_arrow_orange:hover:after,
.btn-default.icon_arrow_orange:focus:after,
.btn-default.icon_arrow_orange.focus:after,
.btn-default.icon_arrow_orange:active:after,
.btn-default.icon_arrow_orange.active:after {
    background-position: -2px -205px;
}

.btn_preview{
    padding: 0 19px;
}
.i-prev:after {
    display: inline-block;
    content: '';
    background: url('../img/btn_icons.png') no-repeat 0px -144px;
    margin: 0px 0px -1px 5px;
    width: 17px;
    height: 11px;
}
.i-home-tab:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 13px;    
    background: url('../img/btn_icons.png') no-repeat 0px -117px;    
    margin-right: 5px;
}
.i-letter:after{
    display: inline-block;
    content: '';
    background: url('../img/btn_icons.png') no-repeat -2px -216px;
    width: 15px;
    height: 11px;
    margin-left: 10px;
}
.btn.h-more{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
}
.btn.h-more.two_line,
.btn.two_line{
    white-space: normal;
    height: auto;
    line-height: normal;
}
.btn.two_line{    
    padding: 17px 0px;
}
.btn.h-more.two_line{
    padding: 9px 15px;
}

.btn.h-more.bigger{
    font-size: 20px;
    padding: 0 20px;
}
.btn.h-more:after{
    margin-bottom: 0;
}



.block.gray{
    padding: 0;
    background: #ededed;
}
.block.no_radio_shadow{
    border-radius: 0 0 3px 3px;
    box-shadow:none;
    margin-bottom: 30px;
    margin-top: 12px;
}


.head_panel{
    margin-bottom: 30px;
    font-size: 0;
    letter-spacing: -6px;
}
.head_panel .btn{
    margin-top: 0;
    font-size: 12px;
    letter-spacing: normal;
}
.head_panel .i-arrow-right:after{
    margin-left: 0px;
}
.head_panel .btn-warning{
    margin-left: 20px;
}

.box_img_company{
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
}
.box_img_company .slogan{
    position: absolute;
    font-size: 32px;
    color: #fff;
    text-shadow:0 1px 0 #808080;
    -webkit-text-shadow:0 1px 0 #808080;
    -moz-text-shadow:0 1px 0 #808080;
    left: 30px;
    bottom: 62px;
}
.slogan.mob{
    font-size: 20px;
}


/*tabs_company*/

.tabs_company{
    margin-top: -35px;
}
.tabs_company .nav-tabs{
    border: none;
    text-align: center;
    padding-left: 30px;
}
.tabs_company .nav-tabs>li.active>a, 
.tabs_company .nav-tabs>li.active>a:hover, 
.tabs_company .nav-tabs>li.active>a:focus,
.tabs_company .nav-tabs>li>a, 
.tabs_company .nav-tabs>li>a:hover, 
.tabs_company .nav-tabs>li>a:focus{
    border: none;
}
.tabs_company .nav-tabs>li{
    margin-bottom: 0;
    margin-right: 5px;
}
.tabs_company .nav-tabs>li>a{
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    background: #ffffff;
    font-size: 16px;
    color: #000;
}
.tabs_company .nav-tabs>li.active>a,
.tabs_company .nav-tabs>li>a:hover{
    background: #ededed;
    color: #000;
    cursor: pointer;
}
.tabs_company .nav-tabs>li>a:hover{
    background-color: #0288d1;
    background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    color: #fff;
}
.tabs_company .nav-tabs>li>a.i-home-tab:hover:before {
    background-position: 0 -130px;
}

.tabs_company .tab-content{
    padding: 18px 30px 0 30px;    
    margin-bottom: 30px;
}


/*tabs_company*/


.box_link_pagination{
    font-size: 13px;
    margin-bottom: 15px;
    white-space: nowrap;
}
.box_link_pagination + .no_radio_shadow{
    margin-top: 0px;
}
.box_link_pagination .next_link{
    margin-left: 10px;
    margin-right: 1px;
}
.box_link_pagination .prev_link{
    padding-right: 10px;
    border-right: 1px solid #cbcccd;
}
.box_link_pagination .i-arrow-left:before{
    margin-left: 0;
    margin-right: 7px;
}
.box_link_pagination .i-arrow-right:after{
    margin-right: 0;
    margin-left: 7px;
}

.gray_panel{
    background: #f6f7f8;
    border: 1px solid #ededed;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 15px 0;
    margin: 0px 0 25px 0;
    font-size: 13px;
}
.gray_panel .socials.square.mini .btn-socials{
    margin-bottom: 0;
}
.gray_panel.four_col{
    padding-bottom: 10px;
}

.gray_panel .text{
    margin-bottom: 8px;
    margin-top: 5px;
}
.gray_panel .btn{
    margin-top: 0;
    margin-bottom: 7px;
}
.gray_panel .small_text{
    font-size: 10px;
}
.gray_panel .read-more{
    margin-left: 7px;
}
.gray_panel .one_col{
    position: relative;
    min-height: 51px;
    box-sizing:border-box;    
    float: left;
    padding: 0 1.5%;
}
.gray_panel .col_1:after,
.gray_panel .col_2:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #cbcccd;
    right: 0;
    top: 0;
}
.gray_panel .col_4{
    float: right; 
}
.gray_panel.three_col{    
    padding-bottom: 4px;
    margin-bottom: 0;
    margin-top: 28px;
}
.gray_panel.three_col .tit_share{
    margin-right: 7px;
}
.gray_panel.three_col .one_col{
    box-sizing:border-box;
    padding: 0 2%;
    float: left;
    min-height: 77px;
}

.gray_panel.three_col .col_2{
    width: 39%;
}
.gray_panel.three_col .col_3,
.gray_panel.three_col .col_4{
    width: 30.5%;
}
.gray_panel.three_col .col_4{
    padding-top: 10px;
    float: right; 
}

.gray_panel.three_col .text{
    margin: 0;
    line-height: 28px;
}

.gray_panel.three_col .btn-socials{
    margin-bottom: 0;    
}
.gray_panel.three_col .socials{

}

.text-less{
    font-size: 16px;
    line-height: 1.6;
}
.text-less h4,
.text-less h5{
    line-height: 1.6;    
}
.text-less p,
.text-less .text-list,
.text_editor {
    color: #767676;
    font-weight: lighter;   
    margin-bottom: 28px; 
}
.text-less .text-list{
    padding: 0;
    list-style: none;
}

.text-less .text{

}
.text-less .text-less-right .text{
    font-size: 13px;
    margin-bottom: 5px;    
}
.text-less .text-less-right p,
.text-less .text-less-right .text-list{
    margin-bottom: 10px;
}
.text-less h1.hline_3 {
    margin-top: 10px;
    margin-bottom: 6px;
}
.list_icons{
    margin: 0;
    padding: 0;
    list-style: none;    
}
.list_icons li{
    font-size: 16px;
    color: #757575;
    margin-bottom: 25px;
    padding-left: 19px;
    position: relative;
}
.list_icons li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: url('../img/list_icons.png') no-repeat 0 0;
}
.list_icons li.icon_1:before{
    width: 12px;
    height: 12px;
    background-position: 0 0;
}
.list_icons li.icon_2:before{
    width: 11px;
    height: 14px;
    background-position: 0 -13px;
}
.list_icons li.icon_3:before{
    width: 12px;
    height: 12px;
    background-position: 0 -28px;
}
.list_icons li.icon_4:before{
    width: 13px;
    height: 14px;
    background-position: 0 -41px;
}
.list_icons li.icon_5:before{
    width: 11px;
    height: 12px;
    background-position: 0 -55px;
}
.list_icons li.icon_6:before{
    width: 12px;
    height: 12px;
    background-position: 0 -67px;
}

.list_icons li span{
    color: #212121;
    display: block;
}

.bottom_box_logo{    
    border-top: 1px solid #c4c4c4;
    padding: 30px;
    margin: 0px 0 0 0;
}
.bottom_box_logo.no_border{
    border:none;
}
.bottom_box_logo .bottom_logo{
    display: block;
}


.tab-content .result{
}
.tab-content .comp-jobs-list {
    margin-top: 15px;
}

.result.hot_result{
    border:1px solid #ff5353;
}
.result.hot_result .title:after{
    content: '';
    display: inline-block;
    background: url('../img/hot.png') no-repeat 0 0;
    width: 44px;
    height: 19px;
    vertical-align: top;
    margin-left: 5px;
}

.result.not_result{
    padding: 45px 20px;
}
.result.not_result h3{
    margin-bottom: 20px;
    margin-top: 0!important;
}


.row_titles{
    margin-bottom: 42px;
}
.big_title h1{
    font-size: 32px;
    margin-bottom: 8px;
}
.sub_big_title h2{
    font-size: 20px;
}

.preview_btn{
    text-align: right;
    margin-bottom: 30px;
}
.preview_btn .btn{
    margin-left: 28px;
}

.container_form{
    padding: 40px 130px 40px;
}
.checkbox.hot{
    padding-top: 10px;
}
.checkbox.hot label:after{
    content: '';
    display: inline-block;
    background: url('../img/hot.png') no-repeat 0 0;
    width: 44px;
    height: 19px;
    vertical-align: top;
    margin-top: -3px;
}

.line_elements_form{
    margin-bottom: 15px;
}
.line_elements_form .text-info{
    margin-top: 5px;
    line-height: 18px;
}
.line_elements_form .tit_label{
    margin-bottom: 10px;
    margin-top: 5px;
}
.line_elements_form .tit_label_year{
    font-size: 16px;
    padding-top: 57px;
}
.big_illustration{
    background: url('../img/img_big_illustration.png') no-repeat;
    width: 152px;
    height: 613px;
    margin-top: 130px;
}
.big_illustration_2{
    background: url('../img/img_big_illustration_2.png') no-repeat;
    width: 203px;
    height: 421px;
    margin-top: 175px;
}

.line_elements_form .has-error .help-block{
    color: #f00000;
}
.line_elements_form .has-error .form-control{
    border-color: #f00000;
}
.line_elements_form .company_url{
    font-size: 16px;
    margin-top: 20px!important;
}
.line_elements_form .help-block{

}
/*wysibb*/
.container_wysibb .wysibb{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px;
}
.container_wysibb .wysibb-text-editor.wysibb-body{
    min-height: 256px!important;
}
.container_wysibb .wysibb-toolbar{
    background: #f4f4f4;
    border-right: 2px solid #e3e3e3;    
    box-shadow: 1px 0px 0 0 #ffffff inset;  
}
@media (min-width: 992px){
    .container_wysibb .wysibb .wysibb-toolbar {
        border-bottom: 2px solid #e3e3e3;    
        box-shadow: 0 1px 0 0 #ffffff inset;
        -webkit-box-shadow: 0 1px 0 0 #ffffff inset;
        -mox-box-shadow: 0 1px 0 0 #ffffff inset;
    }
}
/*wysibb*/



/*jquery_editor*/



/*jquery_editor*/




.form-group.separator:after{
    content:'';
    position: absolute;
    width: 10px;
    height: 1px;
    background: #000;
    top: 65px;
    right: -6px;
}
.result_disabled .salary.sal-p{
    cursor: default;
}
.result_disabled .link{
    text-decoration: none!important;
}
.line_elements_form .form-group.has-icon{
    position: relative;
}
.line_elements_form .form-group.has-icon .form-control{
    padding-right: 30px;
}
.line_elements_form .form-group.has-icon .icon_error_check{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 17px;
    height: 17px;
}
.line_elements_form .form-group.has-icon.no-error .icon_error_check{
    background: url('../img/error_check.png') no-repeat 0 100%;
}
.line_elements_form .form-group.has-icon.has-error .icon_error_check{
    background: url('../img/error_check.png') no-repeat 0 0;
}
.link_btn{
    margin-top: 10px;
}
.link_btn .btn{
    margin-top: 0;
    margin-left:27px; 
}
.link_btn .text-info{
    margin-top: 0;
}

.view_your_page{
    margin-bottom: 30px;
}
.view_your_page.s_1{
    margin-top: 120px;
}
.view_your_page.s_2{
    margin-top: 45px;
}
.view_your_page.s_3{
    margin-top: 105px;
}
.view_your_page.s_4 {
    margin-top: 110px;
}
.view_your_page .text-info{
    margin-bottom: 8px;
}
.view_your_page .img_page_step{
    position: relative;
}
.view_your_page .slogan{
    position: absolute;
    color: #fff;
    font-size: 13px;
    box-sizing:border-box;
}

.view_your_page .slogan.s_1{
    width: 100px;
    height: 120px;    
    padding: 10px;
    left: 31px;
    top: 140px;    
}
.view_your_page .slogan.url{
    color: #fd9500;
    font-size: 13px;
    width: 170px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
    top: 10px;
    left: 11px;
}
.view_your_page .slogan.s_4{
    width: 170px;
    height: 60px;    
    padding-top: 40px;
    padding-left: 10px;
    left: 21px;
    top: 20px;       
}
.head_steps{
    margin-bottom: 42px;
}
.head_steps ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.head_steps ul li{
    display: inline-block;
    font-size: 24px;
    padding-right: 55px;
    margin: 0 10px;
    background: url('../img/bg_step_point.png') no-repeat 100% 50%;
}
.head_steps ul li:last-child{
    padding-right: 0;
    background: none;
}
.head_steps .num_step{    
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border:5px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #0288d1;
    box-shadow: 0px 2px 2px 0 #d5d5d5;
    -webkit-box-shadow: 0px 2px 2px 0 #d5d5d5;
    -moz-box-shadow: 0px 2px 2px 0 #d5d5d5;
    margin-right: 20px;
    position: relative;
}
.head_steps ul li.active{

}
.head_steps ul li.active .num_step,
.head_steps ul li:hover .num_step{
    background: #fd9500;
}
.head_steps .text-step{
    min-width: 305px;
    display: inline-block;
}
.head_steps ul li.active .num_step:after{
    content: '';
    position: absolute;
    background: url('../img/bg_cor_step.png') no-repeat;
    width: 23px;
    height: 13px;
    left: 50%;
    margin-left: -12px;
    bottom: -48px;
}

.plus_phone{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.plus_phone:before{
    content: '+';
    position: absolute;
    font-size: 20px;
    color: #757575;
    left: 0;
    top: 10px;
}
.socials_addones{
    margin-bottom: 10px;
}
.socials_addones ::-webkit-input-placeholder {font-size: 13px;}
.socials_addones ::-moz-placeholder          {font-size: 13px;}/* Firefox 19+ */
.socials_addones :-moz-placeholder           {font-size: 13px;}/* Firefox 18- */
.socials_addones :-ms-input-placeholder      {font-size: 13px;}

.socials_addones .input-group{
    height: 40px;
    margin-top: 20px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
    position: relative;
}
.socials_addones .input-group-addon{
    width: 160px;    
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: none;
    border:none;
}
.socials_addones .input-group input[type="text"]{
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}
.socials_addones .input-group .error-container{
    position: absolute;
    bottom: -29px;
}

.socials_addones .input-group-addon:before{
    display: inline-block;
    content: '';
    height: 19px;
    margin-bottom: -5px;
    margin-right: 5px;
}

.socials_addones .input-group.fb{
    border:1px solid #405984;
}
.socials_addones .input-group-addon.fb{
    background: #405984;    
}
.socials_addones .input-group-addon.fb:before{
    width: 9px;
    background: url('../img/socials.png') no-repeat -3px 0px;
}

.socials_addones .input-group.tw{
    border:1px solid #099bd0;
}
.socials_addones .input-group-addon.tw{
    background: #099bd0;    
}
.socials_addones .input-group-addon.tw:before{
    width: 22px;
    background: url('../img/socials.png') no-repeat -21px 0px;
}

.socials_addones .input-group.gp{
    border:1px solid #c63f26;
}
.socials_addones .input-group-addon.gp{
    background: #c63f26;    
}
.socials_addones .input-group-addon.gp:before{
    width: 19px;
    background: url('../img/socials.png') no-repeat -45px 0px;
}

.socials_addones .input-group.vk{
    border:1px solid #4770a2;
}
.socials_addones .input-group-addon.vk{
    background: #4770a2;    
}
.socials_addones .input-group-addon.vk:before{
    width: 15px;
    background: url('../img/socials.png') no-repeat -88px 0px;
}

.socials_addones .input-group.ok{
    border:1px solid #f88200;
}
.socials_addones .input-group-addon.ok{
    background: #f88200;    
}
.socials_addones .input-group-addon.ok:before{
    width: 15px;
    background: url('../img/socials.png') no-repeat -104px 0px;
}

.socials_addones .input-group.in{
    border:1px solid #1671a1;
}
.socials_addones .input-group-addon.in{
    background: #1671a1;    
}
.socials_addones .input-group-addon.in:before{
    width: 15px;
    background: url('../img/socials.png') no-repeat -70px 0px;
}
.socials_addones .form-control{
    width: 100%;
}
.form-group.change_color .jq-selectbox li,
.form-group.change_color .jq-selectbox__select{
    font-size: 0;
    letter-spacing: 0;
    position: relative;
}
.form-group.change_color .jq-selectbox li:hover{
    box-shadow: 0 0 0px 3px #fd9500 inset;
    -webkit-box-shadow: 0 0 0px 3px #fd9500 inset;
    -moz-box-shadow: 0 0 0px 3px #fd9500 inset;
}
.form-group.change_color .jq-selectbox li.sel:after{
    content: '';
    position: absolute;
    background: url('../img/icon_selected.png') no-repeat 0 0;
    width: 17px;
    height: 13px;
    left: 50%;
    margin-left: -9px;
    top: 8px;
}
.form-group.change_color .jq-selectbox__select{
    padding-left: 0;
    padding-right: 30px;
    overflow: hidden;
}

.style_type_file .btn {
    margin-top: 0px;
}
.style_type_file .upload-name {
    text-transform: none;
    margin-left: 5px;
    color: #757575;
    font-size: 13px;
}
.line_elements_form .use_url .btn{
    margin-top: 6px;
}

.change_texture{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: -6px;
    text-align: center;
    width: 108%;
    margin-left: -3%;
}
.change_texture li{
    display: inline-block;
    width: 82px;
    height: 82px;
    line-height: 82px;
    border:5px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-size: 46px;
    letter-spacing: normal;
    color: #fff;
    box-shadow: 0px 2px 1px 0 #c5c6c6;
    -webkit-box-shadow: 0px 2px 1px 0 #c5c6c6;
    -moz-box-shadow: 0px 2px 1px 0 #c5c6c6;
    margin: 0 10px 20px 10px;
}
.change_texture li.active{
    border-color: #fd9500;    
    box-shadow: 2px 3px 2px 0 #c5c6c6;
    -webkit-box-shadow: 2px 3px 2px 0 #c5c6c6;
    -moz-box-shadow: 2px 3px 2px 0 #c5c6c6;
}
.change_texture li:hover{
    cursor: pointer;
    box-shadow: 0px 3px 2px 0 #c5c6c6;
    -webkit-box-shadow: 0px 3px 2px 0 #c5c6c6;
    -moz-box-shadow: 0px 3px 2px 0 #c5c6c6;
}
.block.box_blue{
    background: #0288d1;
}
.inner_box_blue{
    padding: 15px 85px 85px;    
}
.inner_box_blue .block.blue{
    margin: 0px 1px; 
}
.head_steps_small{
    font-size: 0;
    letter-spacing: -6px;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 45px;
}
.head_steps_small li{
    display: inline-block;  
    width: 12.5%; 
    position: relative;    
}
.head_steps_small li .tooltip,
.input-group .tooltip{
    letter-spacing: normal;       
}
.head_steps_small li .tooltip.in,
.input-group .tooltip.in{
    opacity: 1;
}
.head_steps_small li .tooltip .tooltip-inner,
.input-group .tooltip .tooltip-inner{    
    color: #212121;
    padding: 15px 24px;
    background: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.06);
}
.head_steps_small li .tooltip .tooltip-arrow,
.input-group .tooltip  .tooltip-arrow{
    border-bottom-color: #fff;
}
.head_steps_small li .one_point{
    display: block;
    color: #fff;
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
    position: relative;
}
.head_steps_small li .one_point:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 12px;
    background: url('../img/icons_steps.png') no-repeat -1px -26px;
    left: 0;
    bottom: 8px;
}
.head_steps_small li:first-child .one_point:before{
    display: none;
}

.head_steps_small li:first-child .one_point{
    padding-left: 0;
}
.head_steps_small li:last-child .one_point{
    margin-right: 0;
}
.head_steps_small li .one_point span{
    display: block;
}
.head_steps_small li .one_point .point{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:3px solid #fff;    
    margin-top: 10px;
    box-shadow: 0 2px 1px 0 #027abc;
    -webkit-box-shadow: 0 2px 1px 0 #027abc;
    -moz-box-shadow: 0 2px 1px 0 #027abc;
}
.head_steps_small li.active .one_point .point,
.head_steps_small li:hover .one_point .point{
    background: #fd9500;
}

.head_steps_small li span.one_point{
    opacity: 0.7;
}
.head_steps_small li.active span.one_point{
    opacity: 1;
}

.head_steps_small li:last-child .one_point .point{
    background: url('../img/icons_steps.png') no-repeat 1px -12px;
}
.head_steps_small li:last-child:hover a.one_point .point{
    background: url('../img/icons_steps.png') no-repeat 1px 1px;    
}
.head_steps_small li:last-child.active a.one_point .point{
    background: url('../img/icons_steps.png') no-repeat 1px 1px;    
}


.bg_step_1{
    background: url('../img/illustration_step_1.png') no-repeat 90% 50%;
}
.bg_step_2{
    background: url('../img/illustration_step_2.png') no-repeat 90% 50%;
}
.bg_step_3{
    background: url('../img/illustration_step_3.png') no-repeat 90% 50%;
}
.bg_step_4{
    background: url('../img/illustration_step_4.png') no-repeat 90% 50%;
}
.bg_step_5{
    background: url('../img/illustration_step_5.png') no-repeat 90% 50%;
}
.bg_step_6{
    background: url('../img/illustration_step_6.png') no-repeat 90% 50%;
}
.bg_step_7{
    background: url('../img/illustration_step_7.png') no-repeat 90% 50%;
}
.bg_step_8{
    background: url('../img/illustration_step_8.png') no-repeat 90% 50%;
}

.form_steps_resume{
    padding: 15px 30px 25px 30px;
}
.form_steps_resume .line_elements_form{
    margin-bottom: 5px;
}
.line_elements_form .form-group{
    margin-top: 10px!important;   
    margin-bottom: 10px!important; 
}
.line_elements_form .form-group.mar-b-0{
    margin-bottom: 5px!important;
}

.form_steps_resume .hline_2{
    margin-bottom: 10px;
}
.line_elements_form .hline_3{
    margin-top: 10px;
    margin-bottom: 10px;
}
.line_elements_form .hline_3:last-child{
    margin-bottom: 10px;
}

.hline_3.mar-b-0{
    margin-bottom: 0;
}
.mar-b-0{
    margin-bottom: 0;
}
.mar-t-0{
    margin-top: 0;
}
.mar-l-20{
    margin-left: 20px;
}

.link_btn .text-info{
    text-align: left;
}


.line_elements_form .f_t{
    font-size: 16px;
    margin-top: 19px;
}

.line_elements_form .link_add{
    display: block;
    font-size: 20px;
    margin: 10px 0;
}

.slides_forms .owl-buttons div{
    background: url('../img/btn_slider_forms.png') no-repeat;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 2px 1px 0 #027abc;
    -webkit-box-shadow: 0 2px 1px 0 #027abc;
    -moz-box-shadow: 0 2px 1px 0 #027abc;    
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.slides_forms .owl-buttons div:hover{
    box-shadow: 0 3px 2px 0 #027abc;
}
.slides_forms .owl-buttons .owl-prev{
    background-position: 0 0;
    left: -70px;
}
.slides_forms .owl-buttons .owl-next{
    background-position: 0 100%;
    right: -70px;
}
.slides_forms .owl-buttons .owl-next.disabled,
.slides_forms .owl-buttons .owl-prev.disabled{
    opacity: 0.5;
}

.slides_forms .owl-pagination{
    display: none;
    top: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.slides_forms .owl-pagination .owl-page{
    display: inline-block;
    background-color: #0288d1;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;    
    height: 14px;
    margin: 0 5px;
    text-indent: -999px;
    width: 14px;    
    overflow: hidden;
}
.slides_forms .owl-pagination .owl-page.active,
.slides_forms .owl-pagination .owl-page:hover{    
    background-color: #fd9500;
    height: 14px;
    margin: 0 5px;
    width: 14px;
}


.modal-dialog{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}

.resume-modal .modal-header{
    padding: 15px 47px 15px 15px;
    background: #f6f7f8;
}
.resume-modal .modal-header .text-info{
    margin-top: 8px;
}
.resume-modal.modal .close.md-close{
    top: 17px;
    right: 17px;
    position: absolute;
    font-size: 29px;
}
.resume-modal .modal_buttons .btn{
    margin-right: 8px;        
}
.resume-modal .modal-header .btn{
    /*line-height: 29px;*/
}
.resume-modal .modal_buttons .btn-default{
    background-color: #f6f7f8;
}

.resume-modal .modal_buttons .btn:last-child{
    margin-right: 0;
}
.body_resume{
    padding: 75px 100px;
    font-size: 16px;
    line-height: 21px;
    background-color: #fff;
    background-image: -moz-linear-gradient( -35deg, #fff 90%, #f7f7f7 90%);
    background-image: -webkit-linear-gradient( -35deg, #fff 90%, #f7f7f7 90%);
    background-image: -ms-linear-gradient( -35deg, #fff 90%, #f7f7f7 90%);
}
.body_resume .name_resume{
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 25px;
}
.body_resume .name_resume span{
    font-size: 16px;
}
.body_resume .small_text{
    font-size: 13px;
}
.inform_resume .info{
    margin-bottom: 12px;
}
.body_resume .resume_avatar{
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    border:1px solid #d0d0d0;
    position: relative;
}
.body_resume .resume_avatar .small_edit{
    position: absolute;
    top: 9px;
    left: 10px;    
}
.body_resume .main_inform{
    margin-bottom: 50px;
}

.sub_inform .one_point_inform{
    margin-bottom: 25px;    
}
.sub_inform .one_point_inform .title_point{
    font-size: 20px;    
    margin-bottom: 15px;
}
.sub_inform .one_point_inform .line_point_inform{
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    margin-bottom: 15px;
}
.sub_inform ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub_inform .bolder{
    text-shadow:0 0 0;
}
.one_point_inform .line_point_inform .date_point{
    margin-bottom: 5px;
}

.has_soc{
    display: inline-block;    
    position: relative;    
}
.has_soc .btn.share {
    margin-right: 0px;
}
.has_soc .socials{
    position: absolute;
    text-align: center;
    width: 279px;
    box-sizing:border-box;
    white-space: nowrap;
    padding: 24px 20px;
    background: #f6f7f8;
    border:1px solid #cdcdcd;
    z-index: 5;
    left: 50%;
    top: 40px;
    margin-left: -139px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: none;
}
.has_soc .socials:before{
    content: '';
    position: absolute;
    width: 9px;
    height: 6px;
    background: url('../img/arrow_gray.png') no-repeat;
    top: -6px;
    left: 50%;
    margin-left: -4px;
}
.has_soc .socials li{
    margin: 0 4px;
    padding: 0;
    border:none;
}
.has_soc .socials li a{
    border-top: none;
}
.has_soc .socials li:hover,
.has_soc .socials li:focus{
    background-color: transparent!important;
    background-image: none!important;
}

.small_edit{
    height: 17px;
    line-height: 17px;
    background: #0288d1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    box-shadow: none;
    padding: 0px 4px;
    text-transform: lowercase;
    position: relative;
    margin-right: 9px;
    margin-bottom: 4px;
}
.small_edit:hover{
    background: #0b95e0;
}
.small_edit:hover,
.small_edit:active,
.small_edit:focus{
    line-height: 17px;
    color: #fff;
}
.small_edit:before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url('../img/btn_icons.png') no-repeat -2px -194px;
    margin-right: 2px;
}


.box_contacts{
    overflow: hidden;
    margin-bottom: 15px;
    width: 110%;
}
.box_contacts .hline_4{
    margin-top: 0;
    margin-bottom: 5px;
}
.box_contacts .show_btn{
    font-size: 12px;
    background: none;
    border:none;
    color: #0288d1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.box_contacts .contact_menu{
    background: none;
    box-shadow: none;
    position: inherit;
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-top: 5px;
    border:none;
}
.box_contacts .contact_block{
    padding-left: 18px;
}
.box_contacts .contact_menu .text-info{
    font-size: 13px;
}
.box_contacts .contact_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box_contacts .contact_menu ul li{
    margin-bottom: 10px;
    line-height: 19px;
}
.ico_mob:before{
    content: '';
    display: inline-block;
    background: url('../img/ico_mob.png') no-repeat;
    width: 11px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -1px;
}
.mar-b-30{
    margin-bottom: 30px;
}
.box_link_pagination.grey{
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -20px;
    background: #f6f7f8;
    padding: 20px 5px;
}

.wrapper_top_panel{
    position: relative;        
}
.wrapper_top_panel .top_panel{
    position: fixed;    
    top: 0;
    right: 0;
    height: 148px;
    background: #ededed;
    padding: 15px 0;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.17);
}

.wrapper_top_panel.big_panel{
    height: 118px;
}
.wrapper_top_panel.big_panel .top_panel{
    left: 0;
}


.wrapper_top_panel .left_box{
    float: left;
    width: 200px;
    padding: 5px 20px 0 20px;
    line-height: 18px;
    position: relative;
    z-index: 1;
}
.wrapper_top_panel .left_box .show_panel{
    display: none;
    border: none;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #0288d1;
    padding-left: 26px;
    padding-right: 10px;
    height: 34px;
    outline: none;
    box-shadow: 0 2px 1px 0 #d5d5d5;
    -webkit-box-shadow: 0 2px 1px 0 #d5d5d5;
    -moz-box-shadow: 0 2px 1px 0 #d5d5d5;
    position: relative;
    margin-top: 20px;
    margin-left: 4px;    
}
.wrapper_top_panel .left_box .show_panel:before{
    content: '';
    position: absolute;
    background: url('../img/arrow_btn.png') no-repeat;
    width: 8px;
    height: 15px;
    left: 10px;
    top: 10px;
}
.wrapper_top_panel .left_box .show_panel:hover{
    box-shadow: 0 3px 1px 0 #d5d5d5;   
    -webkit-box-shadow: 0 3px 1px 0 #d5d5d5;  
    -moz-box-shadow: 0 3px 1px 0 #d5d5d5;  
    background: #0288d1;
    color: #fff;
}
.wrapper_top_panel .left_box .show_panel:hover:before{
    background-position: 0 100%;
}

.wrapper_top_panel .panel_logo{
    display: block;
    margin-bottom: 10px;
}
.wrapper_top_panel .right_box{    
    padding-left: 200px;
    position: relative;
}

/* .wrapper_top_panel .right_box .box{
    display: none;
}  */

.wrapper_top_panel .right_box .box_2{
    padding-top: 2px;   
}
.wrapper_top_panel .right_box .box_2 .hline_4{
    margin-top: 10px;
    margin-bottom: 0;
}
.wrapper_top_panel .right_box .box_2 .btn{
    margin-top: 0;
    margin-left: 5px;
}
.wrapper_top_panel .right_box .box_2 .form-inline{
    margin-top: 5px;
}
.wrapper_top_panel .right_box .box_2 .form-inline label{
    font-size: 16px;
}

.wrapper_top_panel .top_panel .owl-carousel{
    padding: 0 70px 0 50px;
}
.wrapper_top_panel .top_panel .one_item{
    padding: 0 7px;    
    position: relative;
}
.wrapper_top_panel .top_panel .owl-item.active .block{
    border: 1px solid #53b7ed;
    position: relative;
    background: #fffeb5;
}
.wrapper_top_panel .top_panel .one_item .socials{
    margin-top: 10px;
}
.wrapper_top_panel .top_panel .one_item .links,
.wrapper_top_panel .top_panel .one_item .socials{
    display: none;
    width: 220px;
    text-align: center;
}
.wrapper_top_panel .top_panel .one_item.active .links,
.wrapper_top_panel .top_panel .one_item.active .socials{    
    width: 100%;    
    min-width: 183px;
}


.wrapper_top_panel .top_panel .one_item .socials li{
    display: inline-block;
    margin: 0 4px;
}

.wrapper_top_panel .top_panel .owl-item.active .block .name,
.wrapper_top_panel .top_panel .owl-item.active .socials,
.wrapper_top_panel .top_panel .owl-item.active .links{
    display: block;
}
.wrapper_top_panel .top_panel .owl-item.active .block .info,
.wrapper_top_panel .top_panel .owl-item.active .block .salary,
.wrapper_top_panel .top_panel .owl-item.active .block .text-info,
.wrapper_top_panel .top_panel .owl-item.active .block .more{
    display: none;
}

.wrapper_top_panel .top_panel .owl-item.active .block:after{
    content: '';
    position: absolute;
    background: url('../img/arrow_panel.png') no-repeat;
    width: 9px;
    height: 9px;
    bottom: -9px;
    left: 50%;
    margin-left: -4px;
}


.wrapper_top_panel .top_panel .one_item .del_item{
    position: absolute;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 0 3px 0 3px;
    -webkit-border-radius: 0 3px 0 3px;
    -moz-border-radius: 0 3px 0 3px;
    right: 7px;    
    top: 0;
    cursor: pointer;
    z-index: 1;
    background: url('../img/bg_del_item.png') no-repeat;
}

.wrapper_top_panel .top_panel .one_item .del_item:hover{
    background-position: 0 100%;
}

.wrapper_top_panel .owl-carousel .owl-wrapper-outer{
    padding-bottom: 5px;
}
.wrapper_top_panel .top_panel .block{
    padding: 14px;    
    height: 118px;
    box-shadow: 0 1px 1px 0 #bfbfbf;
    -webkit-box-shadow: 0 1px 1px 0 #bfbfbf;
    -moz-box-shadow: 0 1px 1px 0 #bfbfbf;
}
.wrapper_top_panel .top_panel .one_item:hover .block{
    box-shadow: 0 2px 2px 0 #bfbfbf;
    -webkit-box-shadow: 0 2px 2px 0 #bfbfbf;
    -moz-box-shadow: 0 2px 2px 0 #bfbfbf;
}
.wrapper_top_panel .top_panel .owl-item.no_active:hover{
    width: 400px!important;
}


.wrapper_top_panel .top_panel .one_item .inner_box{    
    overflow: hidden;
}


.wrapper_top_panel .top_panel .one_item .inner_box .contain{
    display: block;
    /* width: 358px; */
}
.wrapper_top_panel .top_panel .one_item .inner_box .contain .text-info{
    max-height: 29px;
    overflow: hidden;
    position: absolute;
    bottom: 14px;
    left: 21px;
    display: block;
}
.wrapper_top_panel .top_panel .one_item.active .inner_box .contain{
    width: 100%;   
}

.wrapper_top_panel .top_panel .one_item .name{
    height: 45px;
    overflow: hidden;
}
.wrapper_top_panel .top_panel .one_item .salary{
    height: 30px;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    color: #0288d1;
    vertical-align: middle;
    display: table-cell;
}
.wrapper_top_panel .top_panel .one_item .salary:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: 0;
    background: url('../img/list_icons.png') no-repeat 0 0;
}

.wrapper_top_panel .top_panel .one_item .info{
    display: none;
    line-height: 17px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 0px;
    color: #212121;
}
.wrapper_top_panel .top_panel .one_item .more{
    display: none;
    color: #000;
    margin-top: 7px;
}
.wrapper_top_panel .top_panel .one_item .more .read-more{
    background-position: 0 0;
}
.wrapper_top_panel .top_panel .one_item .more:hover{
    color: #1390d4;    
}
.wrapper_top_panel .top_panel .one_item .more:hover .read-more{
    background-position: 0 -12px;
}

.wrapper_top_panel .top_panel .one_item:hover .name,
.wrapper_top_panel .top_panel .one_item:hover .text-info,
.wrapper_top_panel .top_panel .one_item:hover .inner_box .contain .text-info {
    display: none;
}
.wrapper_top_panel .top_panel .one_item:hover .info,
.wrapper_top_panel .top_panel .one_item:hover .more{
    display: block;    
}

.top_panel .owl-buttons .owl-prev,
.top_panel .owl-buttons .owl-next{
    position: absolute;
    background: url('../img/bg_nav_top_panel.png') no-repeat;
    width: 44px;
    height: 54px;
    top: 50%;
    margin-top: -30px;
    border-radius: 3px;
    box-shadow: 0 2px 1px 0 #bfbfbf;
    -webkit-box-shadow: 0 2px 1px 0 #bfbfbf;
    -moz-box-shadow: 0 2px 1px 0 #bfbfbf;
}
.top_panel .owl-buttons .owl-prev{
    background-position: 0 0;
    left: 0;
}
.top_panel .owl-buttons .owl-prev:hover{
    background-position: 100% 0;
}
.top_panel .owl-buttons .owl-next{
    background-position: 0 100%;
    right: 20px;
}
.top_panel .owl-buttons .owl-next:hover{
    background-position: 100% 100%;
}

span.link.blue{
    display: block;
    text-decoration: underline;
    color: #0288d1;
    cursor: pointer;
}
span.link.blue:hover{
    text-decoration: none;
}
span.hide_panel{
    position: absolute;
    right: 20px;
    top: -3px;
    z-index: 5;
}
span.hide_panel:after{
    content: '';
    background: url('../img/icon_hide_panel.png') no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    color: #0288d1;
    font-size: 12px;
    right: -10px;
    top: 5px;
    text-shadow: 0px 0 0px;
    -webkit-text-shadow: 0px 0 0px;
    -moz-text-shadow: 0px 0 0px;
}






.simple-results .not_result{
    padding: 70px 0;
}

.simple-results .not_result .hline_2,
.simple-results .not_result .hline_4{
    margin: 10px 0;
}
.not_result_yellow{
    padding: 25px;
    background: #ffffcc;
    margin-bottom: 30px;
}
.not_result_yellow .hline_2,
.not_result_yellow .hline_4{
    margin: 5px 0;
    text-align: center;
}
.mar-top-45{
    margin-top: 45px;
}


.btn_y_n .btn{
    width: 85px;
}

.big-text{
    font-size: 19px;
    font-weight: lighter;
    line-height: 1.4;
}
.big-text p{
    font-weight: lighter;
    margin-top: 25px;
    margin-bottom: 35px;
}
.big-text p a,
.big-text li a{
    text-decoration: none;
    color: #0288d1;
}
.big-text p a:hover,
.big-text li a:hover{
    text-decoration: underline;
}
.big-text p:first-child{
    margin-top: 0;
}
.list_feedback{
    margin-top: 20px;
    margin-bottom: 50px;   
}

.list_feedback .one_box{
    margin-bottom: 50px;
}
.list_feedback .one_box:last-child{
    margin-bottom: 0;
}
.list_feedback .media-body{
    vertical-align: middle;
    padding-right: 5px;
}
.list_feedback .media-body .name{
    font-size: 16px;
}
.list_feedback .media-left{
    padding-right: 16px;
}
.list_feedback .head{
    margin-bottom: 10px;
}
.list_feedback p{
    margin-bottom: 20px;
}
.list_feedback p:last-child{
    margin-bottom: 0;
}

.div_comment-form{
    box-shadow: 0 2px 1px 0 #d5d5d5;
    -webkit-box-shadow: 0 2px 1px 0 #d5d5d5;
    -moz-box-shadow: 0 2px 1px 0 #d5d5d5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 20px 10px 0px 10px;
    background: #f6f7f8 url('../img/bg_feedback.png') no-repeat 94% 50%;
}
.wrap_box_toggle{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrap_box_toggle .box_toggle{
    margin-bottom: 10px;
}
.wrap_box_toggle .box_toggle p{
    margin-top: 35px;
    margin-bottom: 20px;
}
.wrap_box_toggle .toggler.block{
    cursor: pointer;
    position: relative;
    padding-right: 130px;
    font-weight: lighter;
    line-height: 26px;
    overflow: hidden;
}
.wrap_box_toggle .toggler.block .btn{
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -15px;
}

.wrap_box_toggle .toggler.block:hover,
.wrap_box_toggle .toggler.block.open{
    background: #f6f7f8;
}
.wrap_box_toggle .toggle{
    display: none;
}

.btn-control{
    vertical-align: middle;
}

.line_elements_form .box_img_company{
    margin-top: 10px;
}
.line_elements_form .box_img_company .slogan{
    font-size: 17px;
    bottom: 35px;
    left: 16px;
}
.line_elements_form .box_img_company .simulation_tabs{
    position: absolute;
    background: url('../img/bg_sim_tab.png') no-repeat;
    width: 159px;
    height: 22px;
    bottom: 0;
    left: 16px;
}
.line_elements_form .box_img_company .close_box{
    position: absolute;
    background: url('../img/bg_close_box.png') no-repeat;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.modal-content.crop_body{
    background: none;
}
.crop_body .box_img_crop{
    margin-bottom: 31px;
}
/*04.02*/
.block.blue.block_btn_add{
    border-radius: 0 0 3px 3px;    
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    margin-top: -3px;
    position: relative;
    z-index: 2;
}
.box_photo{
    position: relative;
    display: inline-block;
    max-width: 200px;
    margin-top: 55px;
}
.box_photo .del_photo{
    position: absolute;
    background: url('../img/bg_del_photo.png') no-repeat;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
/*04.02*/
.input-group .tooltip{
    letter-spacing: normal;       
}
.input-group .tooltip.in{
    opacity: 1;
}
.input-group .tooltip .tooltip-inner{    
    color: #212121;
    padding: 15px 24px;
    background: #f6f7f8;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #cdcdcd;
}
.input-group .tooltip  .tooltip-arrow{
    background: url('../img/arrow_gray.png') no-repeat;
    width: 9px;
    height: 6px;
    border: none;
}

.modal-info{
    font-size: 17px;
    margin: 20px 0;
}
.has_soc .btn-info{
    width: 20px;
    height: 19px;
    margin-bottom: 0;
    padding: 0;
}
.i-more:after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 3px;
    background: url('../img/btn_icons.png') no-repeat 0px -256px;
    vertical-align: text-top;
}
.btn-info.i-more:hover:after,
.btn-info.i-more:focus:after,
.btn-info.i-more.focus:after,
.btn-info.i-more:active:after,
.btn-info.i-more.active:after {
    background-position: 0px -259px;
}
.has_soc .btn-info.i-more:after {
    margin: 0;
}
.has_soc.open > .dropdown-toggle.btn-info{
    padding: 0;
}
.gray_panel.three_col .socials.dropdown-menu{
    padding-bottom: 15px;
}
.gray_panel .socials.square.mini > li{
    margin-left: 1px;
}

.setting-delivery{
    font-size: 16px;
    padding: 40px 115px 60px 115px;
}
.setting-delivery .article-type{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.setting-delivery .article-type-block{
    margin-bottom: 60px;
}
.setting-delivery .headlines{
    margin-bottom: 55px;
}
.setting-delivery .headlines .hline_2{
    margin-bottom: 10px;
}

.checkbox_group .wrap-ch{
    float: left;
}
.checkbox_group .text_label{
    padding-left: 26px;
    display: block;
    padding-top: 1px;
}
.button_margin .btn{
    margin: 0 10px;
}

.statistic-modal .diargam-title{
    line-height: 30px;
}
.left-major-boxes.nav.nav-tabs{
    border: none;
}
.left-major-boxes.nav.nav-tabs > li > a{
    border: none;
    padding: 0 5px 0 0;
}
.left-major-boxes.nav.nav-tabs > li > a:hover,
.left-major-boxes.nav.nav-tabs > li > a:focus{
    border: none;
    background: #fff;
}
.left-major-boxes.nav.nav-tabs > li{
    float: none;
    margin-bottom: 0;
}
.left-major-boxes.nav.nav-tabs > li.active .major-box, 
.left-major-boxes.nav.nav-tabs > li:hover .major-box{
    color: inherit;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    position: relative;
}
.left-major-boxes.nav.nav-tabs > li.active .major-box:before, 
.left-major-boxes.nav.nav-tabs > li:hover .major-box:before{
    content: '';
    position: absolute;
    display: inline;
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -o-transform: rotate(45deg);
}

.left-major-boxes.nav.nav-tabs > li.active .major-box:before, 
.left-major-boxes.nav.nav-tabs > li.hover .major-box:before{
    top: 50%;
    margin-top: -4px;
    right: -4px;
    -webkit-box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.1);
    -mox-box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.1);
}
.left-major-boxes.nav.nav-tabs > li.active .major-box .icon, 
.left-major-boxes.nav.nav-tabs > li:hover .major-box .icon{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fd9500;
    background-image: -moz-linear-gradient( -30deg, #fd9500 55%, #fda526 55%);
    background-image: -webkit-linear-gradient( -30deg, #fd9500 55%, #fda526 55%);
    background-image: -ms-linear-gradient( -30deg, #fd9500 55%, #fda526 55%); 
}

.block_main_error{
    background-image: -moz-linear-gradient( -35deg, #e5eff5 20%, #f6f7f8 20%, #f6f7f8 80%, #e5eff5 80%);
    background-image: -webkit-linear-gradient( -35deg, #e5eff5 20%, #f6f7f8 20%, #f6f7f8 80%, #e5eff5 80%);
    background-image: -ms-linear-gradient( -35deg, #e5eff5 20%, #f6f7f8 20%, #f6f7f8 80%, #e5eff5 80%);
    box-shadow: 0 2px 1px 0 #bebebe;
    -webkit-box-shadow: 0 2px 1px 0 #bebebe;
    -moz-box-shadow: 0 2px 1px 0 #bebebe;
    padding: 80px 200px;
    margin-bottom: 25px;
}
.block_main_error .button_margin{
    margin-top: 20px;
}
.block_main_error .hline_2{
    margin-top: 30px;
}
.block_main_error .hline_4{
    margin-top: 15px;
}
.block_main_error .hline_5{
    margin-bottom: 10px;
    display: block;
}
.right-block .block_main_error{
    margin:20px 0;
}

.block.result .socials.square.mini > li:first-child{
    margin-left: 9px;
}
.block.result .socials.square.mini > li{
    margin-left: 9px;
    margin-bottom: 9px; 
}

.line_separator{
    height:1px;
    background:#e3e3e3;
    margin: 15px 0;
}
.title.job-title{
    cursor: pointer;
    color: #0288d1;
}
.diagrams-list{
    padding-bottom: 290px;
}
.text_editor{
    white-space: pre-wrap;
}
.top_panel .form-inline .form-group{
    position: relative;
}
.top_panel .form-inline .form-group .error-container{
    position: absolute;
    top: 25px;
    white-space: nowrap; 
}

.common-search-block.small-margin{
    margin-bottom: 20px;
}
.crop_body .jcrop-handle{
    width: 12px;
    height: 12px;
    border:2px solid #fff;
    opacity: 1!important;
    background: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.33);
}
.crop_body .jcrop-handle.ord-n {
    margin-left: -6px;
    margin-top: -6px;
}
.crop_body .jcrop-handle.ord-s {
    margin-bottom: -6px;
    margin-left: -6px;
}
.crop_body .jcrop-handle.ord-e {
    margin-right: -6px;
    margin-top: -6px;
}
.crop_body .jcrop-handle.ord-w {
    margin-left: -6px;
    margin-top: -6px;
}
.crop_body .jcrop-handle.ord-nw {
    margin-left: -6px;
    margin-top: -6px;
}
.crop_body .jcrop-handle.ord-ne {
    margin-right: -6px;
    margin-top: -6px;
}
.crop_body .jcrop-handle.ord-se {
    margin-bottom: -6px;
    margin-right: -6px;
}
.crop_body .jcrop-handle.ord-sw {
    margin-bottom: -6px;
    margin-left: -6px;
}

/*popover_tooltip*/
.container-btn-popover .popover{
    background: #f6f7f8;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
.container-btn-popover .popover-content{
    padding: 10px 15px;
    text-align: center;
    line-height: 20px;
}
.container-btn-popover .popover.bottom>.arrow:after{
    border-bottom-color: #f6f7f8;
}
.container-btn-popover .popover.top>.arrow:after{
    border-top-color: #f6f7f8;
}
.container-btn-popover .popover.left>.arrow:after{
    border-left-color: #f6f7f8;
}
.container-btn-popover .popover.right>.arrow:after{
    border-right-color: #f6f7f8;
}
.container-btn-popover .popover.bottom{
    margin-top: 20px;      
}
.container-btn-popover .popover.top{    
    margin-top: -20px;
}
.container-btn-popover .popover.left{    
    margin-left: -20px;
}
.container-btn-popover .popover.right{        
    margin-left: 20px;
}
.popover_inner {
    position: relative;
    padding-left: 30px;
    text-align: left;
}
.ico-popover{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -11px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 22px;
    background: url('../img/ico-popover.png') no-repeat;
}
.ico-popover.ico-check-hint{
    background-position: 0 0;
}
.container-btn-popover .popover.left >.arrow {
    border-width: 6px;
    right: -13px;
    margin-top: -6px;
}

/*popover_tooltip*/

.seo_text {
    white-space: pre-wrap;
    line-height: 1.4;
}
.seo_text ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.seo_text ol {
    padding: 0px 0 0 18px;
    margin: 0px;
}
.block > .resized-image {
    display: block;
    margin: -15px -20px 0px;
}
.inverse_right{
    float: right;
}
.text-info.line_info {
    position: absolute;
    left: 25px;
    bottom: 20px;
}
.live_counter {
    margin-top: 20px;
}


/*landings*/

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.animated.bounceInRight {
    opacity: 1!important;
    -webkit-animation: bounceInRight 1s both;
    animation: bounceInRight 1s both;
}



@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    opacity: 1!important;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}




@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    opacity: 1!important;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}





@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    opacity: 1!important;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



@-webkit-keyframes hovBox {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes hovBox {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}



.landing{
    padding: 0;
    font-size: 16px;
    color: #000;    
}
.landing__inner{
    overflow: hidden;
}
.landing p{
    margin: 20px 0;
}
.tit_1,
.tit_2,
.tit_3,
.tit_4,
.tit_5,
.tit_6{
    font-weight: bold!important;
    margin: 20px 0;
}
.tit_1{
    margin: 25px 0;
    font-weight: normal!important;
}

.tit_1:first-child,
.tit_2:first-child,
.tit_3:first-child,
.tit_4:first-child,
.tit_5:first-child,
.tit_6:first-child{
    margin-top: 0;
}
.tit_1 {
    font-size: 28px;            
}
.tit_2 {
    font-size: 24px;    
}
.tit_3 {
    font-size: 20px;    
}
.tit_4 {
    font-size: 16px;    
}
.tit_5 {
    font-size: 16px;    
}
.tit_6 {
    font-size: 12px;
}
.landing--bg-1{
    background: #fff url('../img/bg-land-1.jpg') no-repeat 50% 0;
}
.landing--bg-2{
    background: #fff url('../img/bg-land-2.jpg') no-repeat 50% 0;
}
.landing--bg-3{
    background: #fff url('../img/bg-land-3.jpg') no-repeat 50% 0;
}
.header-ln{    
    padding: 30px 0;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);   
    -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);   
    -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);   
    font-size: 22px;
    line-height: 46px;
}
.header-ln__text{
    font-size: 30px;
}
.landing--bg-2 .header-ln__text{
    font-size: 22px;
}
.column-big-text{
    font-size: 16px;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);   
    -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);   
    -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);   
    text-align: center;
    margin: 20px 0px 20px;
}
.column-big-text__bt{
    font-size: 100px;
    font-weight: 600;
}


.column-big-text__st{
    font-size: 40px;
}
.carousel-ln{
    line-height: 1.4;
    margin: 40px 0;
    font-size: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    -moz-text-shadow: 0 1px 0 #fff;
}
.carousel-ln__item{
    text-align: center;
    padding: 0 20px;
}
.carousel-ln__img{
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 6px solid #fff;
    max-width: 100%;
    height: auto;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}
.btn-large{
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    padding: 0 22px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
}
.btn-large:hover,
.btn-large:active,
.btn-large:visited,
.btn-large:focus{
    line-height: 70px;
}
.margin-btn-lg{
    margin: 35px 0 55px;
}
.margin-btn-lg .btn{
    margin: 0;
}
.margin-btn-lg--80{
    margin: 80px 0 80px;   
}
.img-label-btn{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.carousel-ln .owl-prev,
.carousel-ln .owl-next{
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 43px;
    height: 43px;
    top: 34px;
    background: url('../img/control_carousel_ln.png') no-repeat 0 0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}
.carousel-ln .owl-prev{
    background-position: 0 0;
    left: 0;
}
.carousel-ln .owl-next{
    background-position: 0 100%;
    right: 0;
}

.big-text-resume{
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 21px;
    margin-top: 39px;
    margin-bottom: 27px;
}
.big-text-resume__span{
    display: block;
    font-size: 44px;
    margin-top: 5px;
}
.landing__slogan{
    text-align: center;
    font-size: 28px;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    line-height: 1.6;
    margin-top: 100px;
    margin-bottom: 45px;
}
.landing__slogan-span{
    font-size: 32px;
}
.wrap-list-point{
    margin: 105px -15px;
}
.wrap-list-point__list{
    margin: 0px auto;
    list-style: none;
    padding: 0;
}
.wrap-list-point__item{
    position: relative;
    padding-left: 30px;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.wrap-list-point__item:before{   
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 22px;
    background: url('../img/point-list-point.png') no-repeat 0 0;
}

.wrap-partner-list{
    margin: 80px -120px;
}
.wrap-partner-list_list{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: -6px;
    text-align: center;
}
.wrap-partner-list_list-item{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: normal;
    margin: 10px;
}
.wrap-ln-form{
    max-width: 536px;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 2px 0 0 #a6a6a6;
    -webkit-box-shadow: 0 2px 0 0 #a6a6a6;
    -moz-box-shadow: 0 2px 0 0 #a6a6a6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ededed;
}
.wrap-ln-form--ns{
    box-shadow: none;
    max-width: none;
    padding: 0;
}
.wrap-ln-form__group{
    margin-bottom: 25px;
}
.wrap-ln-form__label{
    margin-bottom: 10px;
}
.wrap-ln-form__btn{
    margin: 0;
}
.wrap-list-contact__list{    
    color: #0288d1;    
}
.wrap-list-contact--sm{
    font-size: 16px;
    margin-bottom: 20px;
}
.wrap-list-contact--lg{
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 100px;
    margin-left: -100px;
    margin-right: -100px;
    text-align: center;
}
.wrap-list-contact__item{
    white-space: nowrap;
}
.wrap-list-contact--lg .wrap-list-contact__item{
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 10px;
}
.wrap-list-contact__item--sk:before,
.wrap-list-contact__item--mail:before,
.wrap-list-contact__item--phone:before,
.wrap-list-contact--sm .wrap-list-contact__item--sk:before,
.wrap-list-contact--sm .wrap-list-contact__item--mail:before,
.wrap-list-contact--sm .wrap-list-contact__item--phone:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url('../img/ico-contacts.png') no-repeat 0 0;
}
.wrap-list-contact__item--sk:before{
    width: 54px;
    height: 53px;
    background-position: 0 0;
}
.wrap-list-contact__item--mail:before{
    width: 50px;
    height: 50px;
    background-position: 0 -53px;
}
.wrap-list-contact__item--phone:before{
    width: 50px;
    height: 50px;
    background-position: 0 -103px;
}

.wrap-list-contact--sm .wrap-list-contact__item--sk:before{
    width: 34px;
    height: 34px;
    background-position: 0 -154px;
}
.wrap-list-contact--sm .wrap-list-contact__item--mail:before{
    width: 32px;
    height: 32px;
    background-position: 0 -187px;
}
.wrap-list-contact--sm .wrap-list-contact__item--phone:before{
    width: 32px;
    height: 32px;
    background-position: 0 -219px;
}
.ln-modal{

}
.ln-modal .title{
    margin-bottom: 20px;
}
.ln-modal .modal-body{
    padding: 15px 30px;
}
.ln-modal__social.socials{
    float: none!important;
    margin-top: 23px;
}
.ln-modal__social li{
    display: block;
    margin: 0 0 10px 0;
}
.ln-modal__social .btn-socials{
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.ln-modal__social .btn-socials:before{
    position: absolute;
    top: 10px;
    left: 16px;
}
.ln-modal .modal-content{
    background: #ededed;
}
.ln-modal .modal-header .close{
    position: relative;
}
.ln-modal .modal-header .close span{
    position: absolute;
    padding: 20px;
    right: -20px;
    top: -20px;
}

.elAnim{
    opacity: 0;
}
.hovjump.visible{
    opacity: 1;
}
.hovjump:hover{
    -webkit-animation: hovBox 0.2s both;
    animation: hovBox 0.2s both;
    opacity: 1;
    cursor: default;
}
.landing .footer{
    padding: 20px 0;
}


/*landings*/


@media (min-width: 992px){
    #modal_crop_photo .modal-lg {
        max-width: 1060px;
        width: auto;
    }
}
/*-----------------------------------------*/
@media (max-width: 768px){
    .articles-carusel.owl-carousel{
        width: 104%;
    }
}
@media (max-width: 560px){
    .articles-carusel.owl-carousel{
        width: 105%;
    }
}
@media (max-width: 340px){
    .articles-carusel.owl-carousel{
        width: 110%;
    }
}

/*full screen*/
@media (min-width: 768px) {

    .b-col-for-bun__lg{
        padding-left: 360px;
    }
    .col-3-custom .col-md-2 {
        width: 33.32%;
    }
    .col-3-custom > .row {
        margin: 0px;
    }

    .featured-articles.large .article {
        min-height: 386px;
    }
    .nav > li > a {
        padding: 20px 20px 10px;
    }
    .nav > li > a.link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav > li.dropdown {
        width: auto;
        position: relative;
    }
    .navbar-nav > li.dropdown.open {
        background: #fff;
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .navbar-default .navbar-nav>li>a {
        min-width: 126px;
    }
    .navbar-default .navbar-nav>li>a.login {
        min-width: 1px;
    }
    .navbar-default .navbar-nav.navbar-right>li>a.link {
        min-width: 110px;
    }
    .dropdown-menu {
        min-width: 100%;
        width: auto;
        border: none;
        padding: 0px 10px 10px;
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    }
    .dropdown-menu > li {
        padding: 0px 10px;
    }
    .dropdown-menu > li:hover,
    .dropdown-menu > li:focus {
        background-color: #0288d1;
        background-image: -moz-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
        background-image: -webkit-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
        background-image: -ms-linear-gradient( -35deg, #0288d1 75%, #289ad8 75%);
    }

    .dropdown-menu > li > a,
    .dropdown-menu > li > .favorites {
        display: block;
        padding: 7px 0px;
        border-top: 1px solid #ebecee;
        white-space: normal;
    }
    .result .result-menu .dropdown-menu > li > a {
        padding: 6px 0px;
    }
    .dropdown-menu > li:hover > a,
    .dropdown-menu > li:focus > a {
        color: #fff;
        border-top: 1px solid transparent;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
    }

    .navbar-header {
        margin-right: 20px; 
    }
    .navbar-nav > li > .applied-jobs {
        display: block;
        position: absolute !important;
        height: 30px;
        width: auto;
        border: 1px solid #c4c4c4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: transparent;
        right: 100%;
        top: 14px;
        padding: 0px 10px;
    }
    .navbar-nav > li > .applied-jobs > a {
        white-space: nowrap;
        padding: 0px !important;
        line-height: 28px !important;
        text-transform: uppercase;
        font-size: 12px;
        border: none !important;
    }
    .navbar-nav > li > .applied-jobs:hover,
    .navbar-nav > li > .applied-jobs:focus {
        background-color: transparent;
        background-image: none;
    }
    .navbar-nav > li > .applied-jobs > a:hover,
    .navbar-nav > li > .applied-jobs > a:focus,
    .navbar-nav > li > .applied-jobs:hover > a,
    .navbar-nav > li > .applied-jobs:focus > a {
        color: initial;
    }
    .navbar-nav > li > .applied-jobs > a .badge {
        background-color: #0288d1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0px 4px 0px 4px;
        margin-right: 6px;
        height: 16px;
        line-height: 16px;
        font-weight: normal;
    }
    .search-form-box .common-search-block label {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .search-form-box .common-search-block .form-group {
        margin-bottom: 0px;
    }
    .block.blue .form-group {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .advansed-block.block.blue .form-group {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .advansed-block.block.blue .form-group.checkbox {
        margin-bottom: 15px;
    }
    .search-form-box .advansed-block .search-foot .hide-search-btn {
        position: absolute;
        bottom: 0px;
        left: 45%;
    }
    .subscribe-modal .block.blue .form-group {
        margin-top: 0px;
    }

    .custom-pagination > li.prev > a, 
    .custom-pagination > li.prev > span, 
    .custom-pagination > li.next > a, 
    .custom-pagination > li.next > span {
        width: 60px;
    }
    .custom-pagination > li {
        margin-left: 15px;
    }
    .result .details-result .details-inner {
        height: 90px;
    }
    .related_vacation .result .details-result .details-inner {
        height: auto;
    }
    .result.result_empty .details-result .details-inner{
        height: auto;
        min-height: 50px;
    }

    .modal-dialog {
        margin: 60px auto;
    }
    .author-post .media {
        text-align: left;
    }
    .author-post .author-img {
        padding-right: 25px;
        display: inline;
        float: left;
        margin-bottom: 0px;
    }
    .author-post .media.guest {
        padding: 5px;
    }
    .author-post .media.guest .author-img {
        margin: 0px;
    }
    .subscribe-modal .tab-content {
        padding: 30px 110px 90px;
    }
    .subscribe-modal .form-inline .form-control {
        margin-left: 5px;
    }
    .top-user-panel .company-jobs {
        text-align: left;
    }
    .top-user-panel .all-jobs {
        text-align: right;
        margin-top: 0px;
    }
    .top-user-panel .company-jobs .title {
        margin-top: 0px;
        margin-right: 30px;
        margin-bottom: 0px;
    }

    .top-user-panel .company-jobs .btn.btn-success + .hline_3.title {
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .col-3-custom .major-box.us-prof,
    .left-major-boxes .major-box {
        margin-bottom: 30px;
    }
    .statistic-modal .right-block .pad-wrap {
        padding: 20px 20px;
        min-height: 400px;
    }
    .categories-block + .subtitle {
        margin-top: 30px;
    }
    /*-----------------custom_style_2-------------------------*/
    .container.small_width{
        max-width: 900px;
    }
    .gray_panel.three_col .share-block { 
        margin-top: 25px;
    }
    .gray_panel.three_col .text + .share-block { 
        margin-top: 0px;
    }
    .search-form-box {
        display: block !important;
    }

    .live_counter {
        float: right;
    }
    .column-big-text{        
        margin: 20px -100px 20px;
    }    
    .header-ln__text{
        text-align: right;
    }    
    .landing__slogan{
        margin: 100px -65px 45px -65px;
    }
    .img-illustration img{        
        margin-left: -75px;
    }
    /* .img-illustration .invert{        
        bottom: -20px;
    } */
    .img-illustration .invert-top{
        top: -20px;
    }
    .img-illustration .invert-bot{
        bottom: -20px;
    }

}


.hline_green{
    color: #309d00;
    margin-bottom: 10px;
}
.block-ind{
    padding: 20px 45px 45px;
    line-height: 1.4;
}
.mt105{
    margin-top: 105px;
}
.mt75{
    margin-top: 75px;
}
.mt40{
    margin-top: 40px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb55{
    margin-bottom: 55px;
}
.b-inline-row{

}
.b-inline-row__cell{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.b-inline-row__cell-right{
    float: right;
    padding-top: 13px;
}
.b-inline-row__cell-left{
    float: left;
}
.img-illustration{
    text-align: center;
}
.img-illustration img{    
    display: inline-block;
    position: relative;
}

.checkbox_section{
    margin-top: 30px;
    font-size: 16px;
}
.checkbox_section .article-type{
    font-size: 20px;
}
.checkbox_section .article-type-block{
    padding-left: 25px;
}
.checkbox_section:first-child{
    margin-top: 0;    
}
.group-radio{

}
.group-radio__item{
    display: block;
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}
.group-radio__item .jq-radio{
    margin-left: -25px;
}
.group-radio__item-area{
    margin: 15px 0;
    padding: 0 80px 0 25px;
}
.b-alert {
    display: none;
    position: fixed;
    top: -200px;
    z-index: 9999;
    width: 100%;
    height: 180px;
    left: 0;
    text-align: center;
    padding: 0 10px;    
}
.b-alert:before,
.b-alert:after{
    content: '';
    position: absolute;

}
.b-alert__content {
    position: relative;
    font-size: 20px;
    color: #000;
    width: 500px;
    max-width: 100%;
    min-height: 180px;
    padding: 30px 20px 20px 20px;
    margin: 0 auto;
    background-image: linear-gradient( -35deg, #f8cf3e 11%, #fffb9c 8%, #fffb9c 89%, #f8cf3e 80%);
    background-image: -webkit-linear-gradient( -35deg, #f8cf3e 11%, #fffb9c 8%, #fffb9c 89%, #f8cf3e 80%);
    background-image: -moz-linear-gradient( -35deg, #f8cf3e 11%, #fffb9c 8%, #fffb9c 89%, #f8cf3e 80%);
    background-image: -ms-linear-gradient( -35deg, #f8cf3e 11%, #fffb9c 8%, #fffb9c 89%, #f8cf3e 80%);
    background-image: -o-linear-gradient( -35deg, #f8cf3e 11%, #fffb9c 8%, #fffb9c 89%, #f8cf3e 80%);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.45);
}
.b-alert__text-bold {
    display: block;
    font-weight: bold;
}
.b-alert--show {
    display: block;
}
.b-alert__ico{
    margin-bottom: 10px;
}


.b-404{
    padding: 40px 40px 105px 105px;
}
.b-404__item-link{

}
.b-404__list-item{
    padding-top: 25px;
}
.b-404__item-link .major-box{
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
}
.b-404__item-link .major-box:hover{
    box-shadow: none; 
}
.b-404__item-link .major-box:hover .icon{
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
}
.b-404__img{
    text-align: right;
}
.b-404__img img{
    display: inline-block;
    max-width: 100%;
}
.b-404__title{
    margin-bottom: 35px;
}
.b-slogan{
    padding-right: 35px;
}

.btn-top{
    display: none;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding: 0;
    z-index: 5;
}
.btn-top:after{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    background: url('../img/cor-btn-top.png') no-repeat 50% 50%;
    background-size: cover;    
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -3.5px;
}

.b-preload{
    margin: 30px 0;
}
.b-preload img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}



.b-t-grad{
    display: block;
    font-size: 16px;
    background-color: #fff;
    background-image: -moz-linear-gradient( -24deg, #fff 82%, #f7f7f7 80%);
    background-image: -webkit-linear-gradient( -24deg, #fff 82%, #f7f7f7 80%);
    background-image: -ms-linear-gradient( -24deg, #fff 82%, #f7f7f7 80%);
    color: #212121;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    padding: 16px 25px;
    box-shadow: 0 2px 3px 0 #d2d2d2;
    -webkit-box-shadow: 0 2px 3px 0 #d2d2d2;
    -moz-box-shadow: 0 2px 3px 0 #d2d2d2;
    position: relative;
}
.b-tile{
    box-shadow: 0 2px 5px 0 #dbdbdb;
}
.b-tile__item{
    background: #fff;
    transition: all 0.1s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    border-top: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 15px 25px;
}
.b-tile__item:last-child{
    border-radius: 0 0 3px 3px;
}
.b-tile__item:hover{
    background: #fffdce;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px 1px #dbdbdb;
    -webkit-box-shadow: 0 0 10px 1px #dbdbdb;
    -moz-box-shadow: 0 0 10px 1px #dbdbdb;
}

.b-global-t{
    color: #1e92d5;
    font-size: 16px;
    line-height: 1.4;
}
.b-tile__item-text{
    margin-top: 6px;
}
.b-bun--center{
    margin-left: auto;
    margin-right: auto;
}
.b-bun--250,
.b-bun-adaptive--728,
.b-bun--336,
.b-bun-adaptive--468{
    background: #fff;
}
.b-bun--250{
    width: 250px;
}
.b-bun-adaptive--728{
    display: inline-block;
    vertical-align: middle;    
    width: 728px;
}
.b-bun--336{
    width: 336px;
}
.b-bun--160{
    display: inline-block;
    width: 160px;    
}
.b-bun-adaptive--468{
    width: 468px;    
}
.b-col-for-bun{
    overflow: hidden;
}
.b-col-for-bun__sm{
    float: left;
    width: 336px;
}
.b-column-bun{
    overflow: hidden;
}
.b-column-bun__text{    
    padding-right: 205px;
}
.b-border-r{
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 25px 25px 24px;
}
.list_icons--border{
    border-bottom: 1px dotted #d2d2d2;
    overflow: hidden;
    padding: 5px 0;
}
.list_icons--border:after,
.list_icons--border:before{
    display: none;
}
.list_icons--border li{
    margin-bottom: 0;
    line-height: 1.4;
}
.list_icons--border li:before{
    top: 4px;
}
.b-border-r__btn{
    margin-top: 38px;
}
.b-hline{
    margin: 22px 0;
}
.b-hline:first-child{
    margin-top: 0;
}
.b-text-pre{
    white-space: pre-line;
}
.b-text-section{
    margin-bottom: 30px;
    line-height: 1.5;
}
.mar-b-35{
    margin-bottom: 35px;
}
.mar-b-40{
    margin-bottom: 40px;
}
.vis-1110{
    display: none;
}
.b-lg-bun-col__right{
    float: right;
    width: 250px;
}
.b-lg-bun-col__left{
    padding-right: 280px;
}
.b-bun-adaptive .adsbygoogle{
    width: 100%!important;
}
.b-bun-adaptive .ya-bun{
    width: 728px;
    height: 90px;
}
.b-wrap-row-list{
    min-height: 154px;
}
.copyright{
    margin-top: 15px;
}


/*tablet*/
@media (min-width: 768px) and (max-width: 991px) {

    .b-col-for-bun__lg{
        padding-left: 0;
    }
    .col-3-custom .col-md-2.md-2-inherit {
        width: inherit;
    }
    .wrap-pagination {
        text-align: center;
    }
    .get-job-alert.block.blue .form-group {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar .login {
        margin-top: 15px;
        padding: 8px 15px; 
        height: auto;
        font-size: 16px;
        text-align: left;
        text-transform: none;
        line-height: inherit;
    }

    .custom-pagination > li.prev > a, 
    .custom-pagination > li.prev > span, 
    .custom-pagination > li.next > a, 
    .custom-pagination > li.next > span {
        width: 60px;
    }
    .title-wrap {
        margin-top: 20px;
    }
    .find-job {
        margin-bottom: 0px;
    }
    .search-form-box .advansed-block .sect-deliver {
        border-left: none;
        min-height: 0px;
        border-top: 1px solid #e3e3e3;
    }
    .search-form-box .advansed-block .sect-deliver {
        border-left: none; 
    }
    .search-form-box .advansed-block .sect-deliver-top {
        margin-top: 20px;
    }
    .search-form-box .advansed-block .search-foot .hide-search-btn {
        position: absolute;
        bottom: 0px;
        left: 41%;
    }
    .major-wrap {
        margin-top: 55px;
        margin-bottom: 40px;
    }

    .tab-block {
        margin-bottom: 40px;
    }

    h3, .hline_3 {
        margin-top: 40px;
    }
    .sities {
        margin-top: 30px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }


    /*-------new-----------*/

    .footer .foot-bottom .separate-list {
        text-align: center;
        margin: 0px auto 0px;
    }
    .footer .foot-bottom .separate-list li,
    .footer .foot-bottom .separate-list li:first-child,
    .footer .foot-bottom .separate-list li:last-child {
        border: none;
        padding: 0px;
        margin: 4px 4px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
    }
    .footer .foot-bottom .separate-list li:hover,
    .footer .foot-bottom .separate-list li:focus {
        background-color: #0288d1;
    }
    .footer .foot-bottom .separate-list li:hover a,
    .footer .foot-bottom .separate-list li:hover a:hover {
        color: #fff;
    }
    .footer .foot-bottom .separate-list li a {
        display: block;
        padding: 8px 35px;
    }
    .footer .socials {
        text-align: center;
        width: 100%;
    }
    .footer .socials > li {
        margin: 4px 2px;
    }
    .footer .socials > li .btn-socials{
        padding: 0px 60px;
    }

    .latest-jobs {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .latest-jobs .title-wrap {
        margin-top: 0px;
    }
    .major-box {
        width: 100% !important;
        color: inherit;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    }
    .major-box .icon {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .col-3-custom .major-box.active,
    .left-major-boxes .major-box.active {
        background-color: transparent;
        -webkit-box-shadow: 0px 0px 0px 1px #b6b6b6;
        -moz-box-shadow: 0px 0px 0px 1px #b6b6b6;
        box-shadow: 0px 0px 0px 1px #b6b6b6;
    }
    .col-3-custom .major-box:hover .icon,
    .col-3-custom .major-box.active .icon,
    .left-major-boxes .major-box:hover .icon,
    .left-major-boxes .major-box.active .icon {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #0288d1;
        background-image: -moz-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
        background-image: -webkit-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
        background-image: -ms-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
    }
    .main-list.orange {
        margin: 0px auto 0px;
    }
    .main-list.orange li {
        background: #fff;
        margin: 2px auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
    }
    .main-list li > a {
        border: none;
    }
    .tab-block-invert .nav-tabs {
        padding: 0px 5px;
    }
    .tab-block-invert .nav-tabs > li {
        margin: -1px 0.2em 0px;
    }
    .tab-block-invert .nav-tabs > li > a {
        margin: 20px 0px 20px 0px;
    }

    .nav > li > a {
        padding: 10px 15px; 
    }
    .navbar-nav > li.dropdown.open {
        background: transparent;
    }
    .navbar-nav .dropdown-menu > li:hover,
    .navbar-nav .dropdown-menu > li:focus {
        background: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 1px solid #bbbbbb;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-top: 20px;
    }
    .navbar-header {
        margin-right: 0px; 
    }
    .navbar-nav {
        margin: 8.75px 0px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 2px auto;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background: #fd9500;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover .read-more,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a .read-more:hover {
        background-position: 0px 0px;
    }

    .tab-block {
        margin-bottom: 40px;
    }

    .socials {
        float: left !important;
    }
    .profile-modal .socials.square {
        float: none !important;
    }
    .sities {
        margin-top: 30px;
    }

    .sities .sity-wrap {
        text-align: center;
    }
    .sities .block {
        margin: 5px;
    }

    .navbar-nav > li {
        margin: 0px 0px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #212121;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 2px auto;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    }

    .navbar-nav > li > a.applied-jobs {
        display: block !important;
        position: static !important;
        height: auto;
        width: auto;
        border: 1px solid #c4c4c4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;

        right: auto;
        top: auto;

        white-space: nowrap;
        padding: 9px 15px;
        line-height: 17px !important;
        text-transform: uppercase;
        font-size: 12px;
        border: none !important;
    }
    .navbar-nav > li > a.applied-jobs:hover,
    .navbar-nav > li > a.applied-jobs:focus {
        background-color: transparent;
        background-image: none;
    }
    .navbar-nav > li > a.applied-jobs:hover,
    .navbar-nav > li > a.applied-jobs:focus {
        color: initial;
    }
    .navbar-nav > li > a.applied-jobs > .badge {
        background-color: #0288d1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0px 4px 0px 4px;
        margin-right: 6px;
        height: 16px;
        line-height: 16px;
        font-weight: normal;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.open>a, 
    .navbar-default .navbar-nav>.open>a:hover, 
    .navbar-default .navbar-nav>.open>a:focus {
        background-color: #0288d1;
        color: #fff;
    }
    .navbar-default .navbar-nav>li>a:hover > .badge,
    .navbar-default .navbar-nav>li>a:focus > .badge {
        background-color: #fff;
        color: #0288d1;
    }
    .navbar-collapse {
        padding-right: 10px;
        padding-left: 10px;
    }
    .wrap-feedback {
        margin-top: 15px;
    }
    .find-job {
        margin-bottom: 30px;
    }
    .search-form-box .common-search-block label {
        padding-left: 15px;
        padding-right: 15px;

    }
    .search-form-box .form-horizontal {
        /*padding: 0px;*/
    }
    .search-form-box .common-search-block .form-horizontal .control-label {
        margin-bottom: 5px;
    }
    .search-form-box .common-search-block .form-group {
        margin-bottom: 15px;
    }
    .block.blue .form-group {
        margin-top: 0px; 
        margin-bottom: 15px; 
    }
    .result .details-result .details-inner {
        height: 90px;
    }
    .result .company {
        display: block;
    }
    .result .company + .company {
        margin-left: 0px;
        margin-top: 5px;
    }
    .featured-articles.prof-us {
        margin-top: 10px;
    }
    .featured-articles .article {
        min-height: 318px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .img-responsive {
        width: 100%;
    }
    .featured-articles .wrap-img img {
        width: 100%;
    }
    .featured-articles .col-3-custom {
        margin-bottom: 30px;
    }
    .featured-articles .col-3-custom .article {
        min-height: 257px;
    }
    .featured-articles.large .article {
        min-height: 381px;
    }
    .author-post .media.guest {
        margin-bottom: 15px;
    }
    .subscribe-modal .tab-content {
        padding: 30px 95px 90px;
    }
    .subscribe-modal .form-inline .form-control {
        margin-left: 5px;
    }
    .top-user-panel {
        margin-top: 20px;
    }
    .top-user-panel .company-jobs {
        text-align: center;
    }
    .top-user-panel .all-jobs {
        text-align: center;
        margin-top: 20px;
    }
    .major-box.us-prof.active:before,
    .left-major-boxes .major-box.active:before,
    .left-major-boxes .major-box:hover:before {
        display: none;
    }
    .results-emo-block {
        margin-top:20px;
    }
    .col-3-custom .major-box.us-prof,
    .left-major-boxes .major-box {
        margin-bottom: 10px;
    }
    .company-management {
        margin-top: 20px;
    }
    .company-management .view-public-btn {
        display: block;
        margin-left: 0px;
    }
    .company-management .delete-comp-btn {
        margin-top: 8px;
        display: block;
        float: none;
    }
    .empty-result {
        padding: 25px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .fav-jobs-result {
        margin-top: 20px;
    }
    .tab-block .tab-content {
        min-height: 1px;
    }
    .nav > li > a.link {
        padding: 10px 15px;
    }
    .big-modal .modal-lg {
        width: auto;
    }
    .big-modal.who-are-you .modal-body,
    .big-modal.refer-friend-modal .modal-body {
        padding: 15px 25px 50px;
        margin: 10px;
    }
    .big-modal.refer-friend-modal .social-block .socials.square {
        float: none !important;
    }
    .categories-block .block {
        margin-bottom: 15px;
    }
    .cat-row {
        margin-top: 0px;
    }
    .hover-block {
        padding-top: 25px;
    }
    .hover-block .hline_4.text-info {
        margin: 0px;
    }
    .hover-block .hline_4.text-info + .btn-line {
        margin-top: 10px;
    }
    .hover-block .link-line {
        display: inline-block;
        margin-bottom: 10px;
    }
    .modal-dialog.container {
        width: 750px;
    }
    .statistic-modal .right-block .pad-wrap {
        padding: 0px 0px 0px;
        min-height: 1px;
    }
    .statistic-modal .left-block {
        padding: 35px 25px 25px;
    }
    .diagram-block .diargam-title {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 6px;
    }
    .diagram-wrap {
        position: relative;
        margin-bottom: 0px;
    }
    .categories-block + .subtitle {
        margin-top: 10px;
    }
    .block.top_industry,
    .block.top_company {
        margin-bottom: 40px;
    }
    .diagram-block{
        margin-top:  15px;
    }
    .author-post .media {
        text-align: left;
    }
    .author-post .author-img {
        padding-right: 25px;
        display: inline;
        float: left;
        margin-bottom: 0px;
    }
    .job-more {
        min-height: 1px;
    }
    .featured-articles.large .col-3-custom .col-md-2.md-2-inherit {
        width: 100%;
    }
    /*--------------custom_style_2-------------------*/
    .gray_panel .one_col:after{
        display:none;
    }
    .gray_panel .col_1,
    .gray_panel .col_2,
    .gray_panel.three_col .col_3{
        margin-bottom: 15px;
    }

    .gray_panel.three_col .one_col{
        width: 100%;
        min-height: 0;
    }
    .gray_panel.three_col .col_4{
        padding-top: 0;
    }

    .list_icons li{        
        margin-bottom: 10px;        
    }
    .list_icons li span{
        display: inline;
    }
    .list_icons{
        margin-bottom: 20px;
    }

    .container_form{
        padding: 20px 80px 40px;
    }
    .line_elements_form .text-info{
        margin-top: 0px;
    }
    .line_elements_form .tit_label_year{        
        padding-top: 42px;
    }

    .separator:after{
        bottom: 32px;
    }

    .plus_phone{
        margin-bottom: 0;
    }


    .inner_box_blue {
        padding: 15px 35px 85px;
    }


    .bg_step_1,
    .bg_step_2,
    .bg_step_3,
    .bg_step_4,
    .bg_step_5,
    .bg_step_6,
    .bg_step_7,
    .bg_step_8{
        background: none;
    }

    .slides_forms .owl-buttons .owl-prev{        
        left: -55px;
    }
    .slides_forms .owl-buttons .owl-next{        
        right: -55px;
    }

    .head_steps_small li:first-child{
        margin-left: 0;
    }

    .resume-modal .modal-header .text-info{
        margin-bottom: 5px;
    }
    .resume-modal .modal_buttons .btn{
        margin-bottom: 5px;        
    }

    .body_resume{
        padding: 25px 50px;
    }

    .list_feedback .one_box{
        margin-bottom: 20px;
    }
    .list_feedback .one_box:last-child{
        margin-bottom: 20px;
    }
    .list_feedback p{
        margin-bottom: 10px;
    }
    .gray_panel.three_col .share-block { 
        margin-top: 0px;
    }
    .box_photo{
        margin-top: 0;
    }
    .setting-delivery{        
        padding: 40px 40px 60px 40px;
    }
    .tabpanel-graph .tab-content > .active,
    .tabpanel-graph .tab-content > .tab-pane{
        display: block;
        visibility: visible;
        padding: 10px;
        margin-bottom: 15px;
    }

    .tabpanel-graph .foot-block{
        margin-top: 15px;
    }
    .block_main_error{
        padding: 15px;
    }
    .navbar-header .ico_search {
        display: block;
    }
    .search-box-result {
        display: none;
    }
    .live_counter {
        float: none;
        text-align: center;
    }    
    .header-ln,
    .header-ln__text{
        text-align: center;
    }        
    .column-big-text{        
        margin: 20px -15px 20px;
    }    
    .big-text-resume{
        text-align: center;        
    }
    .landing__slogan{
        margin: 30px 0px 30px 0px;
    }
    .wrap-partner-list{
        margin: 30px 0px;
    }
    .wrap-list-point{
        margin: 30px 0px;
    }
    .wrap-list-contact--lg{       
        text-align: center; 
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .block-ind{
        padding: 20px 45px 45px;
    }
    .block-ind h3, .block-ind .hline_3{
        margin-top: 15px;
    }
    .mt105,
    .mt75,
    .mt40{
        margin-top: 20px;
    }
    .mb40{
        margin-bottom: 0;
    }
    .mb30{
        margin-bottom: 15px;
    }
    .bl_f{
        display: inline;
    }
    .group-radio__item-area{        
        padding: 0 0 0 25px;
    }
    .b-inline-row{
        text-align: center;
    }
    .b-inline-row__cell{
        margin-bottom: 10px;
    }
    .img-illustration img{
        max-width: 100%;    
        margin-left: 0;    
    }
    .hline_green,
    .text-center-sm{
        text-align: center;
    }
    .b-slogan{
        padding-right: 0;
    }
    .b-inline-row__cell.b-inline-row__cell-left {
        float: none;
        padding-top: 0;
    }
    .b-inline-row__cell-right{
        float: none;
        padding-top: 0;
    }
    .b-404{
        padding: 20px 25px 25px;
    }
    .b-404__img{
        text-align: center;
    }
    .b-404__item-link{
        text-align: center;
    }
    .b-404__item-link .major-box{
        display: inline-block;
        width: auto!important;
        box-shadow: none;
    }
    .b-404__item-link .major-box .icon{
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    }

    .list_icons--border li,
    .list_icons--border{
        margin-bottom: 0;
    }
    .b-column-bun__text{
        padding-right: 0px;
    }
    .b-lg-bun-col__left{
        padding-right: 0;
    }
    .b-wrap-row-list{
        min-height: inherit;
    }
    .copyright{
        text-align: center;
    }

}

/*mobile*/
@media screen and (max-width: 767px) {
    .text-info.line_info {
        position: static;
        margin-top: 5px;      
    }
    .featured-articles .col-3-custom {
        margin-bottom: 30px;
    }
    .result, .result.block.blue {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .not_result_yellow {
        margin-bottom: 15px;
    }
    .search-form-box .advansed-block .sect-deliver {
        border-left: none;
        border-top: 1px solid #e3e3e3;
        min-height: 0px;
    }
    .search-form-box .advansed-block .title,
    .search-form-box .advansed-block .sect-deliver-top .tit-top {
        margin-bottom: 15px;
    }
    .search-form-box .advansed-block .apply-param {

        float: none;
        clear: both;
    }
    .search-form-box .advansed-block .search-foot {
        text-align: center;

    }
    .search-form-box .advansed-block .search-foot .hide-search-btn {
        position: static;
        clear: both;
        bottom: -42px;
        left: 41%;
    }
    .footer .foot-bottom .separate-list {

        text-align: center;
        margin: 0px auto 0px;
    }
    .footer .foot-bottom .separate-list li,
    .footer .foot-bottom .separate-list li:first-child,
    .footer .foot-bottom .separate-list li:last-child {
        border: none;
        padding: 0px;
        margin: 4px 4px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
    }
    .footer .foot-bottom .separate-list li:hover,
    .footer .foot-bottom .separate-list li:focus {
        background-color: #0288d1;
    }
    .footer .foot-bottom .separate-list li:hover a,
    .footer .foot-bottom .separate-list li:hover a:hover {
        color: #fff;
    }
    .footer .foot-bottom .separate-list li a {
        display: block;
        padding: 8px 35px;
    }
    .footer .socials {
        text-align: center;     
        width: 100%;   
    }
    .footer .socials > li {
        margin: 4px 2px;
    }
    .footer .socials > li .btn-socials{
        padding: 0px 60px;
    }




    .latest-jobs {
        margin-bottom: auto;
    }
    .main-list.orange {
        margin: 0px auto 25px;
    }
    .main-list.orange li {
        background: #fff;
        margin: 2px auto;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
    }
    .main-list li > a {
        border: none;
    }
    .tab-block-invert .nav-tabs {
        padding: 0px 5px;
    }

    .tab-block-invert .nav-tabs > li {
        margin: -1px 0.2em 0px;
    }
    .tab-block-invert .nav-tabs > li > a {
        margin: 20px 0px 20px 0px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 1px solid #bbbbbb;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-top: 20px;
    }
    .navbar-header {
        margin-right: 0px; 
    }
    .navbar-nav {
        margin: 8.75px 0px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 2px auto;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background: #fd9500;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover .read-more,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a .read-more:hover {
        background-position: 0px 0px;
    }
    .featured-articles {
        margin-top: 40px;
    }
    .articles-carusel {
        margin-bottom: 30px;
    }
    .img-responsive {
        width: 100%;
    }
    .featured-articles .wrap-img img {
        width: 100%;
    }
    .featured-articles.prof-us {
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .featured-articles .article {
        margin-bottom: 0px;
        margin-top: 10px;
        min-height: 0px;
    }
    .featured-articles.large .article {
        min-height: 0px;
    }
    .tab-block {
        margin-bottom: 40px;
    }
    h3, .hline_3 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .block-ind h3, .block-ind .hline_3{
        margin-top: 15px;
    }
    .mt105,
    .mt75,
    .mt40{
        margin-top: 20px;
    }
    .socials {
        float: left !important;
    }
    .profile-modal .socials.square {
        float: none !important;
    }
    .sities {
        margin-top: 30px;
    }

    .sities .sity-wrap {
        text-align: center;
    }
    .sities .block {
        margin: 5px;
    }

    .hr-separator {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .navbar-nav > li > a.applied-jobs {
        display: block !important;
        width: auto;
        border: 1px solid #c4c4c4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: transparent;
        padding: 0px 10px;
    }
    .navbar-nav > li > a.applied-jobs {
        white-space: nowrap;
        padding: 4px 15px;
        line-height: 27px !important;
        text-transform: uppercase;
        font-size: 12px;
        border: none !important;
    }
    .navbar-nav > li > a.applied-jobs:hover,
    .navbar-nav > li > a.applied-jobs:focus {
        background-color: transparent;
        background-image: none;
    }
    .navbar-nav > li > a.applied-jobs:hover,
    .navbar-nav > li > a.applied-jobs:focus {
        color: initial;
    }
    .navbar-nav > li > a.applied-jobs > .badge {
        background-color: #0288d1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0px 4px 0px 4px;
        margin-right: 6px;
        height: 16px;
        line-height: 16px;
        font-weight: normal;
    }

    .navbar-default .navbar-nav>li>a {
        color: #212121;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 2px auto;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.open>a, 
    .navbar-default .navbar-nav>.open>a:hover, 
    .navbar-default .navbar-nav>.open>a:focus {
        background-color: #0288d1;
        color: #fff;
    }
    .navbar-default .navbar-nav>li>a:hover > .badge,
    .navbar-default .navbar-nav>li>a:focus > .badge {
        background-color: #fff;
        color: #0288d1;
    }
    .navbar-collapse {
        padding-right: 10px;
        padding-left: 10px;
    }
    .wrap-feedback {
        margin-top: 15px;
    }
    .find-job {
        margin-bottom: 30px;
    }


    /*25-12-2014*/
    .wrap-pagination {
        text-align: center;
    }
    .wrap-pagination .per-page {
        margin-bottom: 0px;
    }
    .custom-popover {
        display: none !important;
    }

    .result .details-result .details-inner {
        height: auto;
        margin: 10px 0px 10px;
    }
    .nav>li>a.login {
        padding: 0px 15px; 
        line-height: 35px;
        height: 35px;
        font-size: 16px;
        text-align: left;
        text-transform: none;
    }
    .result .expirience {
        position: static;
        margin: 5px 0px;
    }
    .result .title {
        padding-right: 0px;
    }
    .result .company {
        display: block;
    }
    .result .company + .company {
        margin-left: 0px;
        margin-top: 5px;
    }
    .get-job-alert.block.blue .form-group {
        text-align: left;
        margin-top: 10px;
    }
    /*media*/
    .one-article.title .title-right {
        text-align: left;
        margin-bottom: 15px;
    }
    .socials.big,
    .socials.square {
        text-align: center;
    }
    .socials.big > li,
    .socials.square > li {
        margin: 5px 5px;
    }

    /*major box*/
    .major-box {
        width: 100% !important;
        color: inherit;
        background-color: #fff;
        -webkit-box-shadow:  0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow:  0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    }
    .major-box .icon {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .col-5-custom .major-box {
        float: none;
        display: block !important;
        width: 100% !important;
        margin-left: 0px;
    }
    .col-5-custom .major-box.active,
    .col-3-custom .major-box.active,
    .left-major-boxes .major-box.active {
        background-color: transparent;
        -webkit-box-shadow: 0px 0px 0px 1px #b6b6b6;
        -moz-box-shadow: 0px 0px 0px 1px #b6b6b6;
        box-shadow: 0px 0px 0px 1px #b6b6b6;
    }
    .col-5-custom .major-box.active .icon {
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    }
    .col-3-custom .major-box:hover .icon,
    .col-3-custom .major-box.active .icon,
    .left-major-boxes .major-box:hover .icon,
    .left-major-boxes .major-box.active .icon {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: #0288d1;
        background-image: -moz-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
        background-image: -webkit-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
        background-image: -ms-linear-gradient( -30deg, #0288d1 55%, #289ad8 55%);
    }

    /*categories-list*/
    .categories-list {
        margin: 0px -4px;
        text-align: center;
    }
    .categories-list li {
        margin: 4px 4px;
        padding: 0px;
    }
    .categories-list li a {
        font-size: 13px;
        padding: 10px 27px 10px 12px;
        line-height: 15px;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
        display: block;
    }
    .categories-list li.sub > .num.xs {
        margin-left: -25px;
        font-size: 10px;
    }
    .categories-list li.active a {
        color: #757575;
        background-color: transparent;
        -webkit-box-shadow: 0px 0px 0px 1px #b6b6b6;
        -moz-box-shadow: 0px 0px 0px 1px #b6b6b6;
        box-shadow: 0px 0px 0px 1px #b6b6b6;
    }
    /*comment-form*/
    .comment-form .radio-inline {
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 4px;
    }
    .comment-form .media > .media-body {
        display: block;
    }
    .media-body > .media {
        margin-left: -25px;
        margin-right: -25px;
    }
    .author-post .media {
        padding: 25px;
        text-align: center;
    }
    .author-post .author-img {
        padding: 0px;
        display: block;
        float: none;
        margin-bottom: 20px;
    }
    .author-post .media-heading {
        padding: 0px;
        margin-top: 0px;
    }
    .author-post .media-heading .name {
        display: block;
    }
    .author-post p {
        clear: both;
        font-size: 16px;
        padding: 0px;
    }
    .author-post .posts-link {
        float: none;
        margin-top: 0px;
    }
    .author-post .media.guest {
        margin-bottom: 15px;
    }
    .author-post .media.guest .inner {
        clear: both;
    }

    .rightside-block {
        position: static;
        width: auto;
    }
    .subscribe-modal.modal .form-inline .form-control {
        margin-left: 0px;
        margin-right: 0px;
    }
    .subscribe-modal .form-inline .form-group {
        margin-top: 0px;
    }
    .subscribe-modal .answers-tab,
    .subscribe-modal .articles-tab {
        padding: 0px 25px 25px;
    }
    .subscribe-modal .radio-inline + .radio-inline {
        margin-left: 0px;
        display: block;
    }
    .subscribe-modal .vacancy .vacancy-param:first-child {
        margin-top: 10px;
    }
    .subscribe-modal label {
        margin-bottom: 5px;
    }
    .subscribe-modal .settings .form-inline .form-group > .hline_4 {
        margin-bottom: 5px;
    }
    .subscribe-modal .nav-tabs > li > a:before,
    .subscribe-modal .nav-tabs > li.active > a:before,
    .subscribe-modal .nav-tabs > li.active > a:hover:before,
    .subscribe-modal .nav-tabs > li.active > a:focus:before {
        display: none;
    }
    .top-user-panel {
        margin-top: 20px;
    }
    .top-user-panel .company-jobs {
        text-align: center;
    }
    .top-user-panel .all-jobs {
        text-align: center;
        margin-top: 20px;
    }
    .top-user-panel .all-jobs .form-inline {
        display: block;
    }

    .top-user-panel .company-jobs .title {
        display: block;
        margin: 10px 0px 10px 0px;
    }
    .response .response-btns {
        margin-top: 10px;
    }
    .major-box.us-prof.active:before,
    .left-major-boxes .major-box.active:before,
    .left-major-boxes .major-box:hover:before {
        display: none;
    }
    .results-emo-block {
        margin-top:20px;
    }
    .leftside .block.profile {
        margin-bottom: 15px;
    }
    .hover-block .link-line {
        margin-right: 0px;
        display: block;
    }
    .company-management {
        margin-top: 20px; 
        margin-bottom: 30px; 
    }
    .company-management .view-public-btn {
        display: block;
        margin-left: 0px;
    }
    .company-management .delete-comp-btn {
        margin-top: 8px;
        display: block;
        float: none;
    }
    .empty-result {
        padding: 25px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .fav-jobs-result {
        margin-top: 20px;
    }
    .tab-block .tab-content {
        min-height: 1px;
    }
    /*    .tab-block .nav-tabs > li > a,
        .tab-block .nav-tabs > li > a:hover {
            color: #0288d1;
            background-color: inherit;
            border-color: transparent transparent #e1e1e1;
        }
        .tab-block .nav-tabs > li > a .icon,
        .tab-block .nav-tabs > li > a:hover .icon {
            background-position: 0px -15px;
        }
    
        .tab-block .nav-tabs > li > a.i-industrial:before,
        .tab-block .nav-tabs > li > a.i-industrial:hover:before {
            background-position: 0px 0px;
        }
        .tab-block .nav-tabs > li.active > a .icon,
        .tab-block .nav-tabs > li.active > a:hover .icon {
            background-position: 0px 0px;
        }
        .tab-block .nav-tabs > li.active > a.i-industrial:before,
        .tab-block .nav-tabs > li.active > a.i-industrial:hover:before {
            background-position: 0px -12px;
        }
        .tab-block .nav-tabs > li.active:after {
            display: none;
        }*/
    .response {
        margin-top: 15px;
    }
    .profile-modal .modal-dialog {
        width: auto;
    }
    .profile-modal .modal-body {
        padding: 15px 25px 25px;
    }
    .profile-modal.photo-modal .modal-body,
    .profile-modal.resume-alert-modal .modal-body,
    .profile-modal.resume-sent-modal .modal-body,
    .profile-modal.mail-sent-modal .modal-body,
    .profile-modal.login-modal .modal-body,
    .big-modal.who-are-you .modal-body,
    .big-modal.refer-friend-modal .modal-body {
        padding: 15px 25px 50px;
    }

    .profile-modal .modal-body .use_url {
        margin-top: 20px;
    }
    .modal.profile-modal .form-inline .form-control {
        margin-left: 0px;
        margin-right: 0px;
    }
    .profile-modal .login-block {
        width: auto;
        margin: 0px auto 0px;
    }
    .big-modal .modal-lg {
        width: auto;
    }
    .big-modal.who-are-you .title {
        margin: 15px auto 10px;
    }
    .big-modal.who-are-you .tit-sm {
        margin-bottom: 0px;
    }
    .big-modal.who-are-you .img-block-blue {
        margin: 20px auto 10px;
        min-height: 1px;
        padding: 15px;
    }
    .big-modal.who-are-you .img-who {
        width: 80px;
        height: auto;
        margin: 0px auto 15px;
    }
    .big-modal.who-are-you .help-info {
        padding: 0px 0px;
    }
    .big-modal.refer-friend-modal .social-block {
        text-align: center;
    }
    .big-modal.refer-friend-modal .social-block .tit {
        display: block;
        margin: 0px;
    }
    .big-modal.refer-friend-modal .social-block .socials.square {
        margin-left: 0px;
        float: none !important;
    }
    .categories-block .block {
        margin-bottom: 15px;
    }
    .cat-row {
        margin-top: 0px;
    }
    .sticky.left-major-boxes {
        position: static;
        top: auto;
        width: initial;
    }
    .stop.left-major-boxes {
        position: static;
    }
    .statistic-modal .right-block .pad-wrap {
        padding: 0px 0px 20px;
        min-height: 1px;
    }
    .statistic-modal .left-block {
        padding: 35px 0px 25px;
    }
    .modal.statistic-modal .form-inline .form-control {
        margin-left: 0px;
    }
    .block.diagram-block {
        padding: 20px 5px 25px;
    }
    .diagram-block .diargam-title {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 6px;
    }
    .diagram-wrap {
        position: relative;
        margin-bottom: 0px;
    }
    .left-major-boxes {
        display: none;
        visibility: hidden;
    }
    .block.top_industry,
    .block.top_company {
        margin-bottom: 40px;
    }
    .statistic-modal .right-block.block{
        padding: 5px;
    }
    .diagram-block .socials,
    .statistic-modal .socials{
        width: 100%;
        text-align: center;
    }
    .diagram-block{
        margin-top:  15px;
    }
    .location_link .dropdown-menu {
        right: auto;
        left: 0px;;
    }
    .job-more {
        min-height: 1px;
    }
    .more-vac {
        margin-top: 10px;
    }
    .form-in-mar .form-control {
        margin-right: 0px; 
        margin-left: 0px; 
    }
    .distribution-vacancies {
        margin-bottom: 0px;
    }
    .diagrams-list{
        padding-bottom: 30px;
    }
    .job-alert-modal.modal .form-inline .form-control {
        margin-left: 0px;
    }
    .search-results .inner .average-salary {
        display: block;
        margin: 0px;
    }
    /*---------------custom_style_2-----------------*/
    .tabs_company .nav-tabs>li{
        display: inline-block;  
        float: none; 
        margin: 0px 0px;    
    }
    .tabs_company .nav-tabs{
        padding-left: 0;
    }

    .gray_panel .one_col:after{
        display:none;
    }    
    .gray_panel .col_1,
    .gray_panel .col_2,
    .gray_panel .col_3{
        margin-bottom: 15px;
    }

    .tabs_company .tab-content{
        padding: 18px 15px 0 15px;   
    }

    .head_panel{
        text-align: center;        
    }
    .head_panel .btn{        
        margin: 0px 5px 0px 5px;
    }
    .head_panel .btn.edit{
        margin-bottom: 5px;
    }
    .head_panel .text-left,
    .head_panel .text-right{
        text-align: center!important;
    }

    .box_link_pagination{
        text-align: center;
    }
    .box_link_pagination .back{
        margin-bottom: 5px;
    }
    .box_link_pagination .text-right{
        text-align: center!important;
    }


    .block.no_radio_shadow{
        padding: 20px 15px 25px;        
    }


    .gray_panel.three_col .one_col{
        width: 100%;
        min-height: 0;
    }
    .gray_panel.three_col .col_4{
        padding-top: 0;
    }

    .list_icons li{        
        margin-bottom: 10px;        
    }
    .list_icons li span{
        display: inline;
    }

    .bottom_box_logo{            
        padding: 10px 5px;
        text-align: center;
    }
    .bottom_box_logo .bottom_logo{
        display: inline-block;
        float: none!important;
    }

    .list_icons{
        margin-bottom: 20px;
    }

    .box_img_company .slogan{
        font-size: 20px;
        width: 100%;
        left: 0;
        text-align: center;
    }


    .container_form{
        padding: 15px 0px 40px;
    }

    .line_elements_form .text-info{
        margin-top: 0px;
    }
    .line_elements_form {
        margin-bottom: 5px;
    }
    .line_elements_form .tit_label_year{        
        padding-top: 42px;
    }

    .preview_btn,
    .link_btn{
        text-align: center;        
    }
    .preview_btn .btn,
    .link_btn .btn{
        margin-left:  14px;
        margin-right: 14px;
        margin-top: 15px;
    }

    .separator:after{
        bottom: 32px;
    }

    .checkbox.hot{
        padding-top: 0;
        margin-top: 0;
    }

    .line_elements_form .hline_3{
        margin-bottom: 0px;
    }

    .line_elements_form .company_url{
        margin-top: 0!important;
    }

    .head_steps ul li{
        background: none;
        padding-right: 0;
        margin: 0 5px;
    }
    .head_steps .num_step{
        margin-right: 0;
    }

    .plus_phone{
        margin-bottom: 0;
    }

    .socials_addones .input-group-addon{
        width: 50px;
    }

    .line_elements_form .use_url{
        text-align: center;
    }
    .line_elements_form .use_url .btn{
        margin-top: 15px;        
    }

    .head_steps_small li{
        width: auto;
        margin: 0 5px;
    }
    .head_steps_small li .one_point:before{
        display: none;        
    }

    .inner_box_blue {
        padding: 0px 0px 0px;
    }

    .line_elements_form .form-group{
        margin-top: 5px;
    }

    .bg_step_1,
    .bg_step_2,
    .bg_step_3,
    .bg_step_4,
    .bg_step_5,
    .bg_step_6,
    .bg_step_7,
    .bg_step_8{
        background: none;
    }

    .separator:after{
        bottom: 29px;
    }

    .line_elements_form .radio-line-block{

    }

    .block.box_blue{
        padding: 20px 5px 25px;
    }
    .form_steps_resume{
        padding: 15px 10px;
    }

    .slides_forms .owl-pagination{
        /*display: block;*/
    }
    .slides_forms .owl-buttons{
        display: none;
    }

    .head_steps_small{
        margin-bottom: 10px;
    }

    .slides_forms.owl-carousel,
    .slides_forms.owl-carousel .owl-wrapper-outer{
        position: inherit!important;
    }
    .slides_forms .owl-wrapper{
        width: auto!important;
        left: 0!important;
        right: 0!important;
        position: inherit!important;
        transform: translate3d(0px, 0px, 0px)!important;
    }
    .slides_forms.owl-carousel .owl-item{
        float: none;
        margin-bottom: 10px;
    }


    /*04.02*/

    .slides_forms.owl-carousel .owl-item:last-child{
        margin-bottom: 0;
    }

    /*04.02*/


    .resume-modal .modal_buttons .btn{
        margin-bottom: 5px;
        display: block;
        width: 100%;
        text-align: left;
    }

    .resume-modal .modal-header .text-info{
        margin-bottom: 5px;
    }

    .body_resume{
        padding: 15px 15px;
    }

    .body_resume .name_resume{
        margin-bottom: 10px;
    }
    .body_resume .resume_avatar{
        margin-bottom: 10px;
    }

    .body_resume .main_inform{
        margin-bottom: 20px;
    }

    .modal_buttons .has_soc{
        display: inline-block;        
        width: 100%;
    }

    .form_social{
        text-align: center;
    }
    .form_social li{
        display: inline-block;
        margin: 0px 5px 5px 5px;
    }


    .list_feedback{
        margin-bottom: 20px;
    }
    .list_feedback .one_box{
        margin-bottom: 15px;
    }
    .list_feedback .one_box:last-child{
        margin-bottom: 15px;
    }
    .list_feedback p{
        margin-bottom: 5px;
    }

    .div_comment-form{
        background: #f6f7f8;
    }


    .wrap_box_toggle .toggler.block .btn{
        position: inherit;
        margin: 10px 10px 0 0;
    }
    .wrap_box_toggle .toggler.block{
        padding: 15px;        
    }
    .gray_panel.three_col .text .socials.square > li {
        margin: 0px 5px;
    }


    .box_photo{
        margin-top: 0;
    }

    .setting-delivery{        
        padding: 20px 25px 30px 25px;
    }

    .tabpanel-graph .tab-content > .active,
    .tabpanel-graph .tab-content > .tab-pane{
        display: block;
        visibility: visible;
        padding: 5px;
        margin-bottom: 15px;
    }

    .tabpanel-graph .foot-block{
        margin-top: 15px;
    }

    .statistic-modal .modal-dialog{
        margin: 10px 0;
    }

    .block_main_error{
        padding: 15px;
    }
    .right-block .block_main_error{
        margin:20px 20px;
    }
    .main-list li > a,
    .main-list li .item {
        padding: 10px 0px 9px;        
    } 
    .main-list li .count, .main-list li .clearfilter{
        top: 10px;
    }
    .articles-carusel .owl-item{
        display: block!important;
        float: none!important;
        width: 100%!important;
    }
    .articles-carusel .owl-controls{
        display: none!important;        
    }
    .navbar-header .ico_search {
        display: block;
    }
    .search-box-result {
        display: none;
    }
    .search-form-wrap {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .inverse_right {
        float: none;
    }

    .live_counter {
        float: none;
        text-align: center;
    }
    .btn-large{
        font-size: 16px;        
    }
    .header-ln{
        line-height: 1.2;        
        padding: 15px 0;
    }
    .header-ln,
    .header-ln__text{
        text-align: center;
    }
    .header-ln__text{
        margin: 20px 0 0px;
    }
    .landing{
        /* background-size: 900% auto; */
    }
    .column-big-text__bt{
        font-size: 50px;
    }
    .column-big-text__st{
        font-size: 25px;
    }
    .column-big-text{
        margin-top: 0;
    }
    .column-big-text__text{
        margin-top: 25px;
    }
    .column-big-text__text:first-child{
        margin-top: 15px;
    }
    .big-text-resume{
        text-align: center;           
        margin-top: 0px; 
        margin-bottom: 7px;
    }
    .big-text-resume__span{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .landing__slogan{
        margin: 30px 0px 30px 0px;
        line-height: 1.4;
    }
    .wrap-partner-list{
        margin: 30px 0px;
    }
    .wrap-list-point{
        margin: 30px 0px;
    }
    .wrap-list-contact--lg{              
        margin-left: 0px;
        margin-right: 0px;
        font-size: 20px;
        margin-bottom: 30px;
        text-align: left;
    }
    .landing .footer .foot-bottom .separate-list li{
        box-shadow: none;
        background: none;
    }
    .landing .footer .foot-bottom .separate-list li a{
        padding: 5px 5px;
    }

    .block-ind{
        padding: 5px 20px 20px;
    }
    .b-inline-row{
        text-align: center;
    }
    .b-inline-row__cell{
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .b-inline-row__cell-right{
        float: none;
        padding-top: 0;
    }
    .b-inline-row__cell-left{
        float: none;
    }

    .img-illustration img{
        max-width: 50%;        
        margin-left: 0;
    }
    .bl_f{
        display: inline;
    }
    .mb30 {
        margin-bottom: 15px;
    }
    .block-ind h3, .block-ind .hline_3{
        margin-bottom: 5px;
    }
    .group-radio__item-area{        
        padding: 0 0 0 0;
    }
    .hline_green,
    .text-center-sm{
        text-align: center;
    }
    .b-slogan{
        padding-right: 0;
    }
    .b-404{
        padding: 20px 25px 25px;
    }
    .b-404__item-link .major-box{
        margin-top: 15px;
    }
    .b-404__title {
        margin-bottom: 20px;
    }
    .b-404__img{
        text-align: center;
    }
    .b-404__item-link{
        text-align: center;
    }
    .b-404__item-link .major-box{
        display: inline-block;
        width: auto!important;
        box-shadow: none;
    }
    .b-404__item-link .major-box .icon{
        -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.1);
    }
    .list_icons--border li,
    .list_icons--border{
        margin-bottom: 0;
    }
    .b-column-bun__text{
        padding-right: 0px;
    }
    .b-lg-bun-col__left{
        padding-right: 0;
    }    

    .b-bun-adaptive--728,
    .b-bun-adaptive--468{        
        width: 230px!important;
    }    
    .b-bun-adaptive  .ya-bun{
        height: 300px!important;
        width: 200px!important;
        margin-left: auto;
        margin-right: auto;
    }
    .b-bun-adaptive--468{
        display: inline-block;
    }
    .b-wrap-row-list{
        min-height: inherit;
    }
    .copyright{
        text-align: center;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1120px;
        width: auto;
    }
    .container--ln {
        max-width: 750px;
        width: auto;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 1120px;
        width: auto;
    }
    .container--ln {
        max-width: 750px;
        width: auto;
    }
    .tab-block .nav-tabs > li > a {
        margin-right: 0px;
        padding: 12px 3px;
    }
}

@media (max-width: 1090px){
    .foot-bottom .socials li{
        margin-left: 3px;
    }
    .footer .foot-bottom .separate-list li{
        padding: 0px 5px 0px 5px;
    }
}

/*from ie10-11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    .wrapper_top_panel .top_panel .one_item .salary {
        vertical-align: baseline;
        display: block;
    }
    .wrapper_top_panel .top_panel .one_item .salary:before{
        top: 1px;
        margin-top: 0px;
    }
    .wrapper_top_panel .top_panel .one_item .more{
        margin-top: 0px;
    }

}

@media screen and (max-width: 1110px){
    .vis-1110{
        display: block;
    }
    .hid-1110{
        display: none;
    }

    .b-bun-adaptive--728{        
        width: 670px;
    }    
    .b-bun-adaptive .ya-bun{        
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
        
}