/* Add here all your css styles (customizations) */

/****************************************************
            HOME PAGE SEARCH BAR
******************************************************/
/*Interactive Slider v2
------------------------------------*/
.advance-search-bar {
    z-index: 1;
    padding: 130px 0;
    position: relative;
    background: url(../img/search-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.advance-search-bar:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,.2);
}
.advance-search-bar h2 {
    font-size: 30px;
    color: #007bff;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.advance-search-bar h1 {
    font-weight: 900;
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
    /*text-transform: uppercase !important;*/
    letter-spacing: 1px !important;

}

@media (max-width: 768px) {
    .advance-search-bar h1 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

/*-----------------------------------------------------------------------------------*/
/* 24.0 - Advance Search
/*-----------------------------------------------------------------------------------*/
.advance-search-bar .searchbar {
    margin-top: 2px;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 20px 3px;
    background: rgba(219, 219, 219, .7);
}

.advance-search input[type="text"],
.select2-container .select2-choice,
.form-submit-btn,
.hidden-fields-reveal-btn {
    font-size: 14px;
    height: 55px;
}
.advance-search input[type="text"] {
    width: 100%;
    padding: 6px 12px;
    border: none;
    text-transform: inherit;
}

.advance-search .control-label {
    padding-bottom: 0;
    font-size: 14pt;
    color: #cb875f;
    text-transform: lowercase;
    font-weight: 600;
    float: left;
}
.advance-search .label {
    color: #767676;
    font-size: 12px;
    line-height: 1.2;    
    font-weight: normal;
    white-space: nowrap;    
    float: left;
    padding: 5px 0;
    display: block;
}

.option-bar .form-submit-btn {
    /*background-color: #191c20;*/
    /*color: #ffffff;*/
    text-transform: uppercase;
    width: 100%;    
    text-align: center; 
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s linear;
}
.option-bar .form-submit-btn:hover {
    /*background-color: #2980b9;*/
}
.header-advance-search {
    overflow: hidden;
}
.advance-search .help-block {
    color: #424242;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    white-space: nowrap;
    margin-bottom: 0px;
}

.advance-search-bar .btn-row {
    width: 100%;
    display: block;
    text-align: center;
}

.advance-search-bar .orSep {
    position: relative;
    margin-top: 21px;
    text-align: center;
    border-top: 1px solid #cecece;
}

.advance-search-bar .orSep span {
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    font-size: 10pt;
}

.advance-search-bar .btn-row a {
    display: inline-block;
    background: #fff;
    padding: 20px 64px;
    border-radius: 3px;
    margin: 0 10px;
    color: #222;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    text-decoration: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    overflow: hidden;

    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;

}

/*-----------------------------------------------------------------------------------*/
/* 16.0 - Select2 Module Styles
/*-----------------------------------------------------------------------------------*/
.select2-container {
    width: 100%;
    font-size: 13px;
}
.select2-container .select2-selection--single .select2-selection__rendered { 
    padding: 0 15px;
    height: 100%;
    line-height: 40px !important;
    font-size: 15px;
}
.select2-container.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid transparent;
    border-radius: 0;
}
.select2-container.select2-container--default .select2-selection--single:focus {
    outline: none;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 41px;
    text-align: center;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    margin: 0;
    border: none;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:after { 
    content: "\f078";
    position: absolute;
    top: -8px;
    bottom: 0;
    left: -20px;
    right: 0;
    margin: auto;
    height: 1px;
    font: normal normal normal 10px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    content: "\f077";
}
.select2-container.select2-container--default .select2-results > .select2-results__options {
    max-height: 225px;
}
.select2-dropdown {
    border-radius: 0;
}
.select2-results__option {
    padding: 10px 16px;
}
.select2-results li {
    border-top: 1px solid;
}
@media (max-device-width: 1199px) {

}
@media (max-width: 767px) {
    .select2-search--dropdown {
        display: none;
    }
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #4a525d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    margin: 0;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    color: #b5b9bf;
}
.select2-container--open .select2-dropdown--below {
    border-color: #EFEFEF;
}
.select2-results li {
    padding: 5px 15px;
    border-top-color: #EFEFEF;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f9f9fa;
    color: #4a525d;
}
.select2-dropdown {
    border-radius: 0;
}


/************************************************
           == Home Jobs css==
*************************************************/
.jobslist {
    list-style: none;
    padding: 0;
}
.jobslist li {
    margin-top: 15px;
    border: 1px solid #eee;
}
.jobslist li .jobint {
    background: #fff;
    padding: 15px;
    /*border: 1px solid #eee;*/
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
}
.jobslist li .jobint:hover {	
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-color: #eee
}
.jobslist li .col-md-7, .jobslist li .col-md-9 {
    /*padding-left: 0;*/
}
.jobslist li .comp-logo {
    text-align: center;
    padding: 10px;
}
.jobslist li h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 20px;
}
.jobslist li h4 a {
    font-size: 16px;
    color: #007bff;
    font-weight: 600;
}
.jobslist li h4 a:hover {
    text-decoration: none;
    color: #006d41;
}
.jobslist li .company {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: .083333333in;
}
.jobslist li .company a {
    color: #00a2ff;
}
.jobslist li .jobloc {
    color: #000;
}
.jobslist li .jobloc span {
    color: #999;
}
.jobslist li .applybtn {   
   /* display: inline-block;*/
    padding: 9px 9px;
    margin-top: 20px;
    display: block;
}
.jobslist li .applybtn:hover {    
}
.viewallbtn {
    text-align: center;
    margin-top: 40px;
}
.viewallbtn a {
    display: inline-block;
    background: #00a2ff;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
}
.viewallbtn a:hover {
    background: #333;
    text-decoration: none;
}

/* 10.7 Account */

.home-account {
    position: relative;
    text-align: center;
    color: #fff; }

.or {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 50;
    margin: auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    background-color: #007bff; }

@media (min-width: 1199px) {
    .or {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px; } }

.home-account-col, .hire-a-labour, .create-a-job {
    padding: 60px 8%; }

@media (min-width: 1199px) {
    .home-account-col, .hire-a-labour, .create-a-job {
        padding: 25px 10% 0;
        min-height: 250px; } }

.home-account-col .title, .hire-a-labour .title, .create-a-job .title {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 17px; }

.home-account-col p, .hire-a-labour p, .create-a-job p {
    margin-bottom: 20px; }

.home-account-col .btn, .hire-a-labour .btn, .create-a-job .btn {
    min-width: 200px; }

.hire-a-labour {
    background-color: #011824; }

.create-a-job {
    background-color: #062c41; }

/* =============================================
                        Are You A Doctor Style
============================================= */
.bg-image-v5 {
    width: 100%;
    height: auto;
    padding: 50px 0 0;
    position: relative;
    background: url(../img/bg/peoplesay-background.jpg) repeat fixed;
}
.bg-image-v5:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(255,255,255,0.7);
}
.tg-main-section.tg-custom-padding {padding: 30px 0 0;}
.tg-areuadoctor{}
.tg-img{
    width: 100%;
    float: left;
    margin: 0;
}
.tg-img img{
    width: 100%;
    height: auto;
    display: block;
}
.tg-areuadoctor .tg-contentbox {
    padding: 50px 0 0px;
}
.tg-heading-border{
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 25px;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}
.tg-heading-border:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 170px;
    background: #5d5955;
}
.tg-areuadoctor .tg-contentbox .tg-heading-border h2{
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #007bff;
}
.tg-areuadoctor .tg-contentbox .tg-heading-border h3{
    font-size: 16px;
    line-height: 20px;
}

.tg-contentbox .tg-description {padding: 0 0 30px;}
.tg-contentbox .tg-description p {margin: 0;}

/*Job By Category
------------------------------------*/
.job-content .categories li {
    padding: 5px 0;
    border-bottom: 0px dotted #eee;
}

.job-content .hex {
    color: #999
}


/******************************
        Searching Listing
*******************************/

/*----- Seartch Heading Style ----------*/
.main-search {
    z-index: 1;
    padding: 70px 0;
    position: relative;
}
.main-search {
    background: url(../img/bg/map-light.png) no-repeat;
    background-color: #363636;
    background-size: cover;
    background-position: center center;
}

.main-search:after {
    /*    top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.0);*/
}

.main-search { font-style: normal; margin-bottom: 0px; position: relative; }
.main-search.has-bgcolor { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); display: inline-block; padding: 30px; top: 20px; width: 100%; }
.main-section .main-search h3 { text-align: left; }
.section-fullwidth .col-lg-12 .main-search .col-lg-4,
.section-fullwidth .col-md-12 .main-search .col-md-3 { float: left; }
.main-search [class*="col-lg"],
.main-search [class*="col-md"],
.main-search [class*="col-sm"] {padding: 0 8px; display: inline-block; vertical-align: top; }
.main-search .row { margin: 0 -8px; }
.main-search .cs-element-title, .main-search .cs-section-title {
    display: block;
    margin-bottom: 20px;
}
.main-search .cs-element-title h2, .main-search .cs-section-title h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0px;
    text-transform: uppercase;
}
/*----- Seartch Input Style ----------*/
.search-input { clear: both; position: relative; }
.search-input i { color: #a2a5aa; font-size: 16px; left: 15px; position: absolute; top: 14px; }
.search-input input[type="text"] { border: 1px solid #cfd8dc; color: #aaa; height: 44px; padding: 0 15px 0 15px; width: 100%; }
.search-input label,
.search-btn label,
.select-dropdown label,
.select-location label { color: #ffffff; display: block; font-size: 11px; font-weight: normal; margin: 0; padding: 7px 0 0 0; }
.has-bgcolor .search-input label,
.has-bgcolor .search-btn label,
.has-bgcolor .select-dropdown label,
.has-bgcolor .select-location label { line-height: normal; padding: 10px 0 5px 0; }
.main-search.cs-jobsearch-modern label { line-height: 14px; padding: 5px 0 15px; }
.main-search .select-location span { color: #999; font-size: 11px; padding: 15px 0 5px 0; }
/*----- Serch Button Style ----------*/
.main-search .search-btn input[type="submit"] {background-image: none; border: 0 solid #ffffff; color: #fff; font-size: 16px !important; font-weight: 400; min-height: 44px; width: 100%; }
.main-search .search-btn label a { color: #999; }






/************************************************
           == Sidebar css==
*************************************************/

.sidebar {
    /*    background: #fff;
        border: 0px solid #eee;
        padding: 15px;
        margin-bottom: 30px;*/
}
.sidebar .widget {
    /*    margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;*/

}
.sidebar .widget-title {
    color: #999;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px;
    /*line-height: 20px;*/
    text-transform: uppercase;
}
.optionlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.optionlist li {
    font-weight: 500;
    font-size: 13px;
    line-height: 10px;
    margin-bottom: 10px;
    padding: 5px 0;
    position: relative;
    padding-left: 30px;
}
.optionlist li span {
    position: absolute;
    right: 0;
    top: 6px;
}
.optionlist li input[type=checkbox] {
    display: none;
}
.optionlist li input[type=checkbox] + label {
    width: 16px;
    height: 16px;
    border: 1px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 2px;
}
.optionlist li input[type=checkbox]:checked + label:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #5cb85c;
    padding-left: 2px;
    position: relative;
    top: 1px;
    font-size: 12px;
}
.sidebar a {
    color: #5cb85c;
    display: inline-block;
    margin-top: 10px;
    text-transform: lowercase;
}
.searchnt .btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}
.sidebar .gad {
    margin-top: 15px;
    text-align:center;
}
.social a {
    color: #00a8ff;
    font-size: 32px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
}
.social a:hover {
    color: #000;
}


/*      JOB Listing  */
.hiring-holder { margin: 0 0 0; position: relative; }
.hiring-holder .jobs-listing.simple li:first-child .jobs-content{padding-top:20px;}
.jobs-listing {list-style: none; display: block; margin: 0 0 0; padding: 0px; }
.jobhunt .jobs-listing li .cs-media { display: inline-block; vertical-align: middle; }
.jobhunt .jobs-listing li .cs-media figure {border: 0 none; margin: 0; text-align: center; }
.jobhunt .jobs-listing li .cs-media figure img { box-shadow: none; width: 100%; }
.jobhunt .jobs-listing li .cs-text { display: inline-block; vertical-align: middle;}
.jobs-listing li .post-title { display: inline-block; }
.jobs-listing li .post-title h4 { margin: 0 0 5px; }
.jobs-listing li .post-title h4 a { color: #282828; text-decoration: none; }
.jobs-listing li .post-options { display: block; margin-bottom: 5px; }
.jobs-listing li .post-options span { color: #999999; display: inline-block; font-size: 14px; margin: 0 0 0 0; }
.jobs-listing li .post-options span i { display: inline-block; font-size: 15px; margin: -2px 5px 0 -3px; vertical-align: middle; }
.jobs-listing li .cs-categories { display: block; margin-bottom: 15px; }
.jobs-listing.classic li .cs-categories { color: #55a747; text-transform: uppercase; }
.jobs-listing.classic .post-title { width: 100%; display: inline-block;vertical-align: middle;}
.jobs-listing.classic .post-title h3 { 
    margin: 0 0 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
.jobs-listing.classic .post-title a { 
    color: #212121;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.jobs-listing.classic li:hover .post-title a { 
    text-decoration: none;
    color: #007bff;
}
.jobs-listing li .cs-categories { border-bottom: 0; color: #999; font-size: 11px; }
.jobs-listing li .wish-list { color: #12b5ea; float: left; font-size: 16px; height: auto; margin: 0; vertical-align: top; }
/*----- jobs Classic -----*/
.jobs-listing.classic { display: inline-block; width: 100%; }
.jobs-listing li .cs-media figure { width: 130px; border: 0 none; margin: 0; text-align: center; }
.jobs-listing li .cs-media figure img { box-shadow: none; width: 100%; }
.jobs-listing.modern .cs-media {
    float: left;
    margin: 0 40px 0 0;
}
.jobs-listing.classic li .cs-media figure {padding: 10px; border: 1px solid #f2f2f2;}
.jobs-listing.classic li.list-item {margin-bottom: 10px; background-color: #fff;border: 1px solid #eee;}
.jobs-listing.classic .jobs-content { padding: 20px 10px 10px;}
.jobs-listing.classic .cs-text {}
/*----- jobs Classic -----*/
.jobs-listing.classic .cs-text ul {list-style: none; display: inline-block; margin: 0 0 5px; padding: 0; width: 100%; }
.jobs-listing.classic .cs-text li {font-size: 13px; color: #969696; display: block; font-weight: normal; line-height: 26px; margin: 0; text-align: left; word-spacing: 0px; padding: 0}
.jobs-listing.classic .cs-text li span { color: #333; float: left; line-height: 26px; margin: 0 5px 0 0; min-width: 100px; word-spacing: 0;font-weight: 600 }

.jobhunt .jobs-listing .other_details {
    background-color: #f9f9f9;
    overflow: hidden;
    clear: left;
    padding: 5px 15px;
    border-bottom: 2px solid #f9f9f9;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.jobs-listing.classic li.list-item:hover .other_details {
    border-bottom-color: #09c;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.jobs-listing .other_details .salary {
    font-size: 11px;
    color: #999;
    font-weight: 300;
}
.jobs-listing .other_details .salary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobs-listing .other_details .rec_details {
    font-size: 11px;
    color: #333;
    float: right;
    text-align: right;
    border-right: none;
}
.jobs-listing .other_details .rec_details span {
    color: #999;    
    margin-left: 8px;
}
.jobs-listing.classic li.list-item:hover { 
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/**********************************************
                SINGLE JOBS DETAILS
***********************************************/

.job-header {
    background: #fff;
    margin-bottom: 20px;
}
.job-header .jobinfo {
    padding: 30px 10px;
    border-bottom: 1px solid #eee;
}
.job-header .jobinfo h2 {
    font-size: 22px;
    color: #444;
}

.job-header .jobinfo .comp-name {
    font-size: 16px;
    font-weight: 700;
    color: #888;
}
.job-header .jobinfo .exp {
    color: #999;
    margin: 12px 0;
}
.job-header .jobinfo .exp span {
    color: #333;
    margin-left: 10px;
}
.job-header .jobinfo .companyinfo {

}
.job-header .jobinfo .companyinfo .companylogo {
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
}
.job-header .jobinfo .companyinfo .companylogo img {
    width: 100%;
    display:block;
}

.job-header .jobButtons {
    padding: 10px 0 10px;
    background-color: #f9f9f9;
    overflow: hidden;
    clear: both;
}

.job-header .jobButtons  .packege {
    color: #787878;
}
.job-header .jobButtons .packege span {
    padding-right: 10px;
    color: #333;
    font-weight: 600;
}

.job-header .contentbox {
    padding: 0 10px;
}

.job-header .contentbox .tg-companyfeaturebox {
    width: 100%;
    position: relative;
    float: left;
    display: block;
}

.job-header .contentbox .tg-companyfeaturebox ul{
    width: 100%;
    padding: 0;
    list-style: none;
}
.tg-companyfeaturebox > ul{line-height: 24px;}
.tg-companyfeaturebox ul li{
    float: left;
    list-style-type: none;
}
.tg-companyfeaturebox > ul > li{
    width: 100%;
    margin: 20px 0 0;
    line-height: 17px;
}

.tg-companyfeaturebox.tg-jobdetails ul li{
    margin: 0;
    line-height: 20px;
    padding: 10px 10px;
}
.tg-companyfeaturebox.tg-jobdetails ul li:nth-child(odd){background: #fff;}
.tg-companyfeaturebox.tg-jobdetails ul li:nth-child(even){background: #f7f7f7;}
.tg-companyfeaturebox.tg-jobdetails ul li span{
    width: 35%;
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.job-header .contentbox p {
    line-height: 26px;
    margin-bottom: 10px;
}


/*      Single Jobs Sidebar         */

#secondary {
    margin-bottom: 20px;
    padding: 0 4px;
    width: 100%;
}

.widget {
    background-color: #fff;
    border-radius: 1px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px;
}

.widget-title {
    font-size: 13px;
    letter-spacing: 1px;
    margin: -3px 0 20px 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.widget-title:before {
    border-top: 1px solid #e2e2e2;
    bottom: 0; content: " ";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100%;
    z-index: -1;
}

.widget-title span {
    background-color: #fff;
    padding: 0 20px 0 22px;
}


/* ---- COMPANIES DETAILS ---- */
.company-detail {
    background-color: #FFF;
}

.company-detail .detailed-logo {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
}

.company-detail .detailed-logo figure {
    text-align: center;
}

.company-detail .detailed-logo figure img {
    max-width: 100%;
    height: auto;
    max-width: 150px;
}
.company-detail .box-title {
    margin: 0 0 15px;
    font-weight: normal;
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1em;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}
.company-detail .box-title small {
    font-size: 10px;
    color: #838383;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}
.company-detail .box-title>small {
    line-height: 1.5em;
    letter-spacing: 0.04em;
    font-size: 11px;
}
.company-detail .box-title>small>i {
    color: #7db921;
    font-size: 16px;
    display: block;
    float: left;
    margin-right: 5px;
}
.company-detail .contact-address {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}
.company-detail .contact-address li,
.company-detail .contact-address li {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 10px 30px;
    position: relative;
}
.company-detail .contact-addresss li {
    padding-left: 50px;
}
.company-detail .contact-address li>i,
.company-detail .contact-address li>i {
    position: absolute;
    font-size: 18px;
    color: #333;
    left: 0;
    top: 8px;
}

.company-detail .contact-address .title {
    font-size: 14px;
    line-height: 1.1428em;
    margin-top: 0;
    margin-bottom: 5px;
    color: #343c42;
}

.company-detail .contact-address li p {
    color: #636363;
    font-size: 13px;    
    margin-bottom: 0;
}

/*      Jobseeker Login     */

.login-brand {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.login-heading {
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
}

.other-links {
    margin-bottom: 0;
}

.other-links a {
    color: #0288d1;
}

.other-links .account {
}

.other-links .trouble {
    float: right;
}

.other-links a:focus, .other-links a:hover {
    color: #0288d1;
    text-decoration: underline;
}

/*      Jobseeker Registration     */

.progressbar {
    color: #fff;
    text-align: center;
    z-index: 1;
    padding: 15px 0;
    position: relative;
    background: url(../img/bg/map-light.png) no-repeat;
    background-color: #363636;
    background-size: cover;
    background-position: center center;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;	
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;	
}

.tabs nav li {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.tabs nav span {
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
}

.tabs nav li.tab-current {
    color: #ffffff;
}

.tabs nav li:focus {
    outline: none;
}

.tabs-style-linebox nav ul li {
    margin: 0 5px;
    -webkit-flex: none;
    flex: none;
}

.tabs-style-linebox nav li {
    padding: 0 30px;
    color: #74777b;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {

}

.tabs-style-linebox nav li.tab-current {
    color: #fff;
}

.tabs-style-linebox nav li::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #74777b;
    content: '';
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tabs-style-linebox nav li.tab-current::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-linebox nav li:focus::after,
.tabs-style-linebox nav li.tab-current::after {
    background: #5cb85c;
}

@media screen and (max-width: 58em) {
    .tabs-style-linebox nav ul {
        display: block;
        box-shadow: none;
    }
    .tabs-style-linebox nav ul li {
        display: block;
        -webkit-flex: none;
        flex: none;
    }
}


/*          USER DASHBOARD          */

.breadcrumbs-2.breadcrumbs-dark {

}
.breadcrumbs-2.breadcrumbs-dark h1 {
    font-size: 22px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.profile-card.thumbnail {
    margin-bottom: 0px;
}

.profile-card .thumb-rounded {
    width: 60%;
    margin: 20px auto 0 auto;
}
.profile-card .thumb-rounded {
    width: 60%;
    margin: 20px auto 0 auto;
}
.profile-card .thumb-rounded, .profile-card .thumb-rounded .caption-overflow, .profile-card .thumb-rounded img {
    border-radius: 50%; 
}
.profile-card .thumb img:not(.media-preview) {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.profile-card.thumbnail .caption {
    padding: 15px 10px;
    color: #333;
}
.text-semibold {
    font-weight: 500;
}


/*          PROFILE         */

/**
 * 11.2 - Section About
 */
.section-about {
    position: relative;
}
.section-about .section-box {
    padding: 0; }
.section-about .profile {
    padding: 20px;
}
.section-about .profile-info {
    color: #3d4451;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.section-about .profile-title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-about .profile-title span {
    font-weight: 200;
}
.section-about .profile-position {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0; }

.profile-photo img {
    width: 100%;
    display: block; }

.profile-preword {
    margin-bottom: 12px;
}
.profile-preword span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    display: inline-block;
    padding: 5px 12px;
    text-transform: uppercase;
    background-color: #2980b9;
    position: relative;
}
.profile-preword span:before {
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    left: 5px;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent; }

.profile-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.profile-list li {
    margin-bottom: 10px;
}
.profile-list .title {
    display: block;
    width: 150px;
    float: left;
    color: #9da0a7;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.profile-list .cont {
    display: block;
    margin-left: 125px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333; }
.profile-list .cont a {
    color: inherit; }
.profile-list .cont.profile-vacation {
    font-size: 14px; }
.profile-list .button {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    padding: 5px 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.profile-list .rsicon {
    margin-right: 10px;
    vertical-align: baseline; }

.profile-social {
    padding: 15px 0; }

@media (max-width: 992px) {
    .section-about .profile {
        padding: 50px 40px 15px 40px; }
    .section-about .profile-photo {
        margin-right: 0;
        margin-bottom: 30px; } }
@media (max-width: 767px) {
    .section-about {
        padding-top: 0; }
    .section-about .profile {
        padding: 30px 20px 15px 20px; }

    .profile-list .title, .profile-list .cont {
        width: 100%;
        float: none;
        line-height: 1.2; }
    .profile-list .title {
        margin-bottom: 3px; }
    .profile-list .cont {
        margin-left: 0;
        margin-bottom: 15px; } }
@media (max-width: 480px) {
    .section-about .row > div {
        width: 100%; }
    .section-about .profile-title {
        font-size: 28px; }
}


.contact_table_block {
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
}
.contact_table_block table {
    margin: 0;
}

.contact_table_block tr {

}
.contact_table_block th, 
.contact_table_block td {
    letter-spacing: 0.5px;
    padding: 5px 10px;
    text-align: left;
}
.contact_table_block td:first-child {
    padding-left: 0;
}
a.contact_Website {
    color: #7b7b7b;
}
.font_weight_m {
    color: #7b7b7b;
    font-weight: bolder;
}
.contact_table_block .text_right{
    text-align: left;
    color: #333333;
    padding-right: 0px;
}

.resume-box {
    padding: 0;
}

.resume-box li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px;
    position: relative;
    padding-left: 170px;
}
.resume-box li .year {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 100%;
    padding: 0 10px;
    border-right: 1px solid #dcdcdc;
    text-align: center;
}
.year div {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.resume-box h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: #141414;
    letter-spacing: 1px;
    margin: 0 0 10px;
    font-size: 13px;
    margin-top: 0;
}

.resume-box span {
    color: #b4b4b4;
    font-weight: 400;
    font-style: italic;
}