/**handles:advance-search**/
/* Header Search Bar */
#header .header-search-bar {
  position: relative;
  display: block;
  padding: 15px 15px 15px;
  margin-bottom: 20px;
  top: -5px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0,0,0,.1);
  box-shadow:  0 5px 5px -5px rgba(0,0,0,.1);
}

#header .header-search-bar form {
  margin-bottom: 0;
}





#header .header-search-bar input::-webkit-input-placeholder {
   color: #999;
}

#header .header-search-bar input:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

#header .header-search-bar input::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

#header .header-search-bar input:-ms-input-placeholder {
   color: #999;
}

#header .header-search-bar form > .basic-form {
  position: relative;
  margin-left: -15px;
  /*padding-left: 45px; */
}

#header .header-search-bar form > .basic-form input {
  margin-bottom: 0;
}

#header .header-search-bar form > .basic-form > div {
  float: left;
  padding-left: 15px;
}

#header .header-search-bar .hsb-input-1 {
  width: 25%;
}

#header .header-search-bar .hsb-text-1 {
  width: 5%;
  text-align: center;
  line-height: 30px;
}

#header .header-search-bar .hsb-container {
  width: 55%;
}

#header .header-search-bar .hsb-container .hsb-input-2,
#header .header-search-bar .hsb-container .hsb-select {
  float: left;
  width: 50%;
}

#header .header-search-bar select {
  margin-bottom: 0;
}

#header .header-search-bar .hsb-container .hsb-select {
  padding-left: 15px;
}

#header .header-search-bar .hsb-submit {
  width: 20%;
}

#header .header-search-bar .hsb-submit  input {
  text-transform: capitalize;
  color: #666;
  height: 35px;
  padding: 0;
}
#header .header-search-bar .toggle {
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ebebeb;
}

#header .header-search-bar .toggle:after {
  content: "\f0c9";
  font-family: 'FontAwesome';
  position: absolute;
  top: 6px;
  left: 10px;
  color: #333;
}

#header .header-search-bar .toggle:hover,
#header .header-search-bar.active .toggle {
  background: #0099fe;
}

#header .header-search-bar.active .toggle:after {
  content: "\f00d";
  color: #fff;
}


#header .header-search-bar .toggle span {
  position: absolute;
  top: 14px;
  left: 12px;
  display: block;
  width: 16px;
  height: 3px;
  border-bottom: 1px solid #d3d3d3;
  background: #ffffff;
}

#header .header-search-bar .toggle span:before,
#header .header-search-bar .toggle span:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #d3d3d3;
  background: #ffffff;
  content: '';
}

#header .header-search-bar .toggle:hover span,
#header .header-search-bar .toggle:hover span:before,
#header .header-search-bar .toggle:hover span:after,
#header .header-search-bar.active .toggle span,
#header .header-search-bar.active .toggle span:before,
#header .header-search-bar.active .toggle span:after {
  border-bottom-color: #1D8EB8;
}

#header .header-search-bar .toggle span:before {
  top: 5px;
}

#header .header-search-bar .toggle span:after {
  top: 10px;
}

#header .header-search-bar .advanced-form {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  padding: 35px 0;
  width: 100%;
  height: auto;
  background: rgba(255,255,255,.9);
  _-webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,.25), inset 0 5px 5px -5px rgba(0,0,0,.1);
  _box-shadow: 0 2px 2px 0px rgba(0,0,0,.25), inset 0 5px 5px -5px rgba(0,0,0,.1);
}
#header .header-search-bar .advanced-form  input,
#header .header-search-bar .advanced-form  select {
  margin: 0;
}
#header .header-search-bar .advanced-form .container > div {
  margin-bottom: 20px;
}

#header .header-search-bar .advanced-form .row > label {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-transform: uppercase;
}

#header .header-search-bar .advanced-form .row > label.filter-result {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;

}

#header .header-search-bar .advanced-form .range-slider {
  position: relative;
  padding: 12px 100px 12px 0;
}

#header .header-search-bar .advanced-form .range-slider .last-value {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0;
  width: 80px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}













/* Range Slider */

.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-size: 100%;
  line-height: 24px;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: table;
  border-collapse: collapse;
  content: ' ';
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter:Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1D8EB8;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #0099fe;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  content: '';
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #0099fe;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.ui-widget-content {
  background: #e6e6e6;
}

.ui-widget-content a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}



/* Medium to Mobile - MD to XS */
/* ------------------------------------------------------ */

@media (max-width: 1199px) {

  .header-slider,
  .header-slider > .slides > li {
    height: 375px;
  }

}



/* Medium - MD */
/* ------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199px) {

  #header .header-categories ul > li {
    width: 62px;
  }

  #header .header-categories ul > li:first-child,
  #header .header-categories ul > li:last-child {
    width: 67px;
  }

  .boxed-layout #main-wrapper {
    width: 970px;
  }

  .boxed-layout #header .header-categories ul > li {
    width: 64px;
  }

  .boxed-layout #header .header-categories ul > li:first-child,
  .boxed-layout #header .header-categories ul > li:last-child {
    width: 69px;
  }

}



/* Small to Mobile - SM to XS */
/* ------------------------------------------------------ */

@media (max-width: 991px) {

  #mobile-menu-toggle {
    display: block;
  }

  .pricing-tables .pricing-tables-column,
  .pricing-tables:hover .pricing-tables-column,
  .pricing-tables .pricing-tables-column:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .latest-jobs-section {
    padding-bottom: 40px;
  }

  .latest-jobs-section .flex-control-nav {
      top: auto;
      bottom: -30px;
      width: 100%;
  }

  /* Header Nav Bar */
  #header .header-nav-bar .primary-nav {
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  #header .header-nav-bar .primary-nav > li {
    float: none;
    margin-left: 0;
  }

  #header .header-nav-bar .primary-nav li > a,
  #header .header-nav-bar .primary-nav ul > li > a {
    padding: 5px 15px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #1a1a1a;
    background: #343434;
    color: #ffffff;
    text-transform: none;
    font-weight: normal;
    line-height: 24px;
  }

  #header .header-nav-bar .primary-nav > li:last-child > a {
    border-bottom: 0;
  }


  #header .header-nav-bar .primary-nav > li.active > a,
  #header .header-nav-bar .primary-nav > li:hover > a,
  #header .header-nav-bar .primary-nav > li.hover > a {
    border-bottom-color: #1a1a1a;
    background: #0099fe;
    color: #ffffff;
  }

  #header .header-nav-bar .primary-nav:hover > li:hover > a,
  #header .header-nav-bar .primary-nav:hover > li.active > a,
  #header .header-nav-bar .primary-nav:hover > li.active:hover > a {
    border-bottom-color: #1a1a1a;
  }

  #header .header-nav-bar .primary-nav > li.active > a {
    cursor: default;
  }

  #header .header-nav-bar .primary-nav ul,
  #header .header-nav-bar .primary-nav li:hover > ul,
  #header .header-nav-bar .primary-nav > li > ul ul {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    visibility: visible;
    padding: 0;
    border-top: 0;
    opacity: 1;
    margin-top: 0;
  }

  #header .header-nav-bar .primary-nav li.hover > ul {
    display: block;
  }

  #header .header-nav-bar .primary-nav ul > li {
    position: relative;
  }

  #header .header-nav-bar .primary-nav ul > li.has-submenu > a {
    padding: 5px 30px 5px 15px;
  }

  #header .header-nav-bar .primary-nav > li > ul ul > li:first-child > a,
  #header .header-nav-bar .primary-nav ul > li:last-child > a {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  #header .header-nav-bar .primary-nav ul > li:last-child > a {
    border-bottom: 1px solid #1a1a1a;
  }

  #header .header-nav-bar .primary-nav > li.has-submenu {
    padding-right: 0;
  }

  #header .header-nav-bar .primary-nav > li > .submenu-arrow,
  #header .header-nav-bar .primary-nav ul > li > .submenu-arrow {
    width: 30px;
    height: 34px;
    text-align: center;
    line-height: 34px;
  }

  #header .header-nav-bar .primary-nav > li.has-submenu > ul > li > a {
    padding-left: 30px;
    background: #3c3c3c;
  }

  #header .header-nav-bar .primary-nav > li.has-submenu > ul > li > ul > li > a {
    padding-left: 45px;
    background: #454545;
  }

  #header .header-nav-bar .primary-nav > li.has-submenu > ul > li > ul > li > ul > li > a {
    padding-left: 60px;
    background: #4d4d4d;
  }

  #header .header-nav-bar .primary-nav > li.has-submenu > ul li:hover > a,
  #header .header-nav-bar .primary-nav > li.has-submenu > ul li.hover > a {
    background: #0099fe;
  }

  #header .header-nav-bar .primary-nav > li .submenu-arrow:before {
    content: '\f054';
    color: #ffffff;
  }

  #mobile-search-toggle {
    display: block;
  }

}



/* Small - SM */
/* ------------------------------------------------------ */

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

  .boxed-layout #main-wrapper {
    width: 750px;
  }

  .boxed-layout #header .header-categories ul > li {
    width: 50px;
  }

  #header .header-categories ul > li {
    width: 48px;
  }

  .pricing-tables.tables-2 .pricing-tables-column,
  .pricing-tables.tables-4 .pricing-tables-column {
    width: 50%;
  }

  #header .header-search-bar .hsb-input-1 {
    width: 70%;
  }

  #header .header-search-bar .hsb-container {
    display: none;
  }

  #header .header-search-bar .hsb-submit {
    width: 30%;
  }

  .our-partners-section ul > li {
    padding: 20px;
  }

  .candidates-single-widget table > tbody > tr > td {
    display: block;
  }

  .candidates-single-widget table > tbody > tr > td:first-child {
    padding-bottom: 0;
  }

  .candidates-single-widget table > tbody > tr > td:last-child {
    padding-top: 0;
  }

  .candidates-single-widget table .stars {
    float: none;
  }

  .header-banner-box.register {
    background-position: -65px bottom;
  }

  .header-banner-box.post-job {
    background-position: -5px bottom;
  }

}



/* Mobile - XS */
/* ------------------------------------------------------ */

@media (max-width: 767px) {

  .boxed-layout #main-wrapper {
    width: 100%;
    margin: 0;
    background: none;
  }

  #footer .copyright p {
    float: none;
    padding: 5px 0 15px 0;
  }

  #footer .footer-social {
    float: none;
  }

  #footer .footer-social li {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }

  .our-partners-section ul > li {
    width: 50%;
    padding: 20px;
  }

  #header .header-categories ul > li,
  .boxed-layout #header .header-categories ul > li {
    width: 20%;
  }

  #header .header-categories ul > li > a {
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
  }

  #header .header-categories .container {
    padding: 0;
  }

  #header .header-categories ul > li:first-child > a,
  .boxed-layout #header .header-categories ul > li:first-child > a {
    border-left: 0;
  }

  #header .header-categories ul > li:nth-child(5n) > a,
  .boxed-layout #header .header-categories ul > li:nth-child(5n) > a {
    border-right: 0;
  }

  #header .header-categories ul > li:nth-child(n+11) > a,
  .boxed-layout #header .header-categories ul > li:nth-child(n+11) > a {
    border-bottom: 0;
  }

  #header .header-search-bar .advanced-form {
    padding: 20px 0 0 0;
  }

  #header .header-search-bar .hsb-input-1 {
    width: 60%;
  }

  #header .header-search-bar .hsb-text-1,
  #header .header-search-bar .hsb-container {
    display: none;
  }

  #header .header-search-bar .hsb-submit {
    width: 40%;
  }

  #mobile-menu-container .login-register {
    display: block;
  }

  #header .header-login > .btn,
  #header .header-register > .btn {
    display: none;
  }

  #mobile-menu-container .btn.clone {
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
    width: 50%;
    -webkit-border-radius:  0 3px 3px 0;
    border-radius:  0 3px 3px 0;
    text-align: center;
  }

  #mobile-menu-container .btn.clone:first-child {
    border-right: 1px solid #1797c7;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }

  #header .header-login,
  #header .header-register {
    padding-bottom: 20px;
  }

  #header .header-login > div .form-control,
  #header .header-register > div .form-control {
    border: 1px solid #e6e6e6;
  }

  /* Responsive Tabs */
  .responsive-tabs > .nav-tabs {
    display: none;
  }

  .responsive-tabs > .tab-content > a.acc-link {
    display: block;
  }

  .responsive-tabs > .tab-content > .tab-pane,
  .responsive-tabs.vertical > .tab-content > .tab-pane {
    border: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .responsive-tabs > .tab-content > .tab-pane.last,
  .responsive-tabs.vertical > .tab-content > .tab-pane.last {
    border-bottom: 1px solid #dddddd;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }

  .responsive-tabs.vertical > .tab-content {
    margin-left: 0;
    border-left: 0;
  }

  .responsive-tabs > .tab-content.unstyled > .tab-pane,
  .responsive-tabs > .tab-content > .tab-pane.unstyled,
  .responsive-tabs.vertical > .tab-content.unstyled > .tab-pane,
  .responsive-tabs.vertical > .tab-content > .tab-pane.unstyled {
      padding: 30px;
      border-right: 1px solid #dddddd;
      border-left: 1px solid #dddddd;
  }

  /* Tables */
  .table-responsive {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 30px 0 60px 0;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > table {
    margin: 0;
  }

  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }

  .pricing-tables.tables-2 .pricing-tables-column,
  .pricing-tables.tables-3 .pricing-tables-column,
  .pricing-tables.tables-4 .pricing-tables-column {
    width: 100%;
  }

  .candidates-search .form-control {
    margin-bottom: 10px;
  }

  .candidates-search .btn.btn-block {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .candidates-item .thumb,
  .about-candidate-item .thumb {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
    clear: both;
  }

  .jobs-single-item .thumb,
  .jobs-item.with-thumb .thumb {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
  }

  .jobs-item .social-icons.pull-right,
  .candidates-item .social-icons.pull-right {
    display: none;
  }

  .about-candidate-item .social-icons {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .about-candidate-item .social-icons > li {
    float: left;
    margin-left: 0;
    margin-right: 5px;
  }

  .about-candidate-item .btn-default {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
  }

  .page-content > .clearfix > .pull-left,
  .page-content > .clearfix > .pull-right {
    float: none !important;
    margin-bottom: 10px;
  }

  .page-content > .clearfix > .pagination {
    margin-bottom: 0;
  }

  #header .header-page-title {
    padding: 10px 0 15px;
  }

  #header .header-page-title h1 {
    float: none;
    line-height: 40px;
  }

  #header .header-page-title .breadcrumbs {
    float: none;
    margin: 0;
    padding: 0;
  }

  .jobs-view-toggle:before,
  .jobs-view-toggle:after {
    display: table;
    content: ' ';
  }

  .jobs-view-toggle:after {
    clear: both;
  }

  .pricing-tables .pricing-tables-column:last-child {
    margin-bottom: 0;
  }

  .jobs-search-widget .widget-title,
  .jobs-filter-widget .widget-title {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }

  .jobs-search-widget .widget-title:after,
  .jobs-filter-widget .widget-title:after {
    position: absolute;
    display: block;
    content: '\f054';
    top: 3px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    color: inherit;
    line-height: inherit;
  }

  .jobs-search-widget .widget-content,
  .jobs-filter-widget .widget-content {
    display: none;
    border-top: 1px solid #E6E6E6;
    margin-top: 15px;
  }

  .jobs-search-widget .widget-content {
    padding-top: 20px;
  }

  #header .header-page-title h1 {
    margin-bottom: 15px;
    line-height: 30px;
  }

  #header .header-page-title h1 small {
    display: block;
  }

  .header-slider,
  .header-slider > .slides > li {
    height: 200px;
  }

}



/* Small Mobile - XXS */
/* ------------------------------------------------------ */

@media (max-width: 480px) {

  #header .header-search-bar .hsb-input-1 {
    width: 50%;
  }

  #header .header-search-bar .hsb-submit {
    width: 50%;
  }

  #header .header-search-bar .hsb-submit input {
    font-size: 11px;
  }

  .our-partners-section ul > li {
    width: 100%;
    padding: 15px;
  }

  .header-banner-box.register {
    background-position: -65px bottom;
  }

  .header-banner-box.post-job {
    background-position: -25px bottom;
  }

}