body.job_offers .professional_create_offer {
  position: absolute;
  right: 10px;
  top: 14px;
}

body.job_offers #content {
  padding-top: 0;
}
body.job_offers #info {
  position: relative;
}
body.job_offers #info.banner .chosen-container-single .chosen-single{
  background-color: rgba(0,0,0,0.5);
}
body.job_offers #info.banner .chosen-container-single input {
  background-color: rgba(0,0,0,0.5);
  color: black;
}
body.job_offers_index .bootstrap-tagsinput .tag {
  background-color: darkblue;
}
/* for equal height */
body.job_offers .row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

body.job_offers .center-block {
  float:none;
}

body.job_offers .column-centered {
  margin:0px auto;
  float:none;
}

body.job_offers .flush {
  padding:0px;
}

body.job_offers .flush-left {
  padding-left:0px;
}

body.job_offers .flush-right {
  padding-right:0px;
}

body.job_offers .tablerow {
  display:table;
  width:100%;
  height:100%;
}

body.job_offers .tablecell {
  display:table-cell;
  width:100%;
  height:100%;
  vertical-align:middle;
}

body.job_offers img {
  max-width:100%;
  display:inline-block;
}

body.job_offers section h1,h2,h3,h4,h5,h6,p,ul,a {
  font-family: 'Open Sans', sans-serif;
}

body.job_offers section {
  width:100%;
}

body.job_offers_index section a,
body.job_offers_index section a:hover,
body.job_offers_index section a:focus {
  color:inherit;
  text-decoration:none;
}

 #info.banner .btn-primary {
  background:#00aaea;
  border:none;
}
body.job_offers_index section button ,
body.job_offers_index section input[type=submit] ,
body.job_offers section .btn-primary ,
body.job_offers_index section .btn-primary {
  display:inline-block;
  width:100%;
  background:#454545;
  -moz-appearance:none;
  -o-appearance:none;
  -ms-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  outline:none;
  box-shadow:none;
  border:1px solid #454545;
  border-radius:3px;
  height:45px;
  line-height:45px;
  color:#fff;
  font-size:15px;
  padding:0px;
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
}

body.job_offers_index img.fullwidth {
  width:100%;
}

/* Main Styles */
body.job_offers_index .info_section {
  background:#3dc8ff;
  padding:40px 0px 50px 0px;
}

body.job_offers_index h1 {
  color:#fff;
  font-size:25px;
  margin:0px 0px 50px 0px;
}

body.job_offers_index .content_section {
  padding:50px 0px 70px 0px;
}

body.job_offers_index .content_section .bg-grey {
  background:#f9f9f9;
  border:1px solid #00aae8;
  padding:0px 30px 30px 30px;
}

body.job_offers_index .content_section h1 {
  color:#666666;
  font-size:18px;
  font-weight:bold;
  margin:25px 0px;
}

body.job_offers_index .content_section .bg-white {
  background:#fff;
  border:1px solid #cccccc;
  padding:0px 0px;
  overflow-y:scroll;
}

body.job_offers_index .content_section .bg-grey .sp {
  border-bottom:1px solid #cccccc;
  padding:20px 35px;
}

body.job_offers_index .content_section .bg-grey .sp:last-child {
  border-bottom:none;
}

body.job_offers_index .content_section h4 {
  color:#00aae7;
  font-size:17px;
  margin:0px;
}

body.job_offers_index .content_section h6 {
  color:#333333;
  font-size:13px;
  margin:5px 0px;
}

body.job_offers_index .content_section p {
  color:#666666;
  font-size:11px;
  margin-bottom:0px;
}

/* Media Css */
@media only screen and (max-width: 767px) {
  body.job_offers_index .row-eq-height {
    display:inline-block;
  }
  
  body.job_offers_index .small-text-center {
    text-align:center;
  }
  
  body.job_offers_index .small-text-left {
    text-align:left;
  }
  
  body.job_offers_index .small-text-right {
    text-align:right;
  }
  
  body.job_offers_index .content_section .bg-grey .sp {
      padding: 20px 25px;
  }
  
  body.job_offers_index .content_section h6 {
      font-size: 12px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
}

body.job_offers_show input {
  display:inline-block;
  width: 100%;
  background:#454545;
  -moz-appearance:none;
  -o-appearance:none;
  -ms-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  outline:none;
  box-shadow:none;
  border:1px solid #454545;
  border-radius:3px;
  height:45px;
  line-height:45px;
  color:#fff;
  font-size:15px;
  padding:0px;
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
}

body.job_offers_show img.fullwidth {
  width:100%;
}

/* Main Styles */
body.job_offers_show #info {
  background:#3dc8ff;
  padding:40px 0px 50px 0px;
}

body.job_offers h1 {
  color:#fff;
  font-size:25px;
  margin:0px 0px 50px 0px;
}

body.job_offers #subcontent {
  padding:50px 0px 70px 0px;
    background-color: #FFF;
}

body.job_offers_show #subcontent .bg-grey {
  background:#f9f9f9;
  border:1px solid #00aae8;
  padding:0px 30px 30px 30px;
}

body.job_offers_show #subcontent h3 {
  color:#666666;
  font-size:18px;
  font-weight:bold;
  margin:25px 0px;
}

body.job_offers_show #subcontent .bg-white {
  background:#fff;
  border:1px solid #cccccc;
  padding:0px 0px;
  height:850px;
  overflow-y:scroll;
}

body.job_offers_show #subcontent .bg-grey .sp {
  border-bottom:1px solid #cccccc;
  padding:20px 35px;
}

body.job_offers_show #subcontent .bg-grey .sp:last-child {
  border-bottom:none;
}

body.job_offers_show #subcontent h4 {
  color:#00aae7;
  font-size:17px;
  margin:0px;
}

body.job_offers_show #subcontent h6 {
  color:#333333;
  font-size:13px;
  margin:5px 0px;
}

body.job_offers_show #subcontent p {
  color:#666666;
  font-size:11px;
  margin-bottom:0px;
}

body.job_offers #info.banner {
    background: url(images/banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin: 0px;
    margin-top: -5px;
    padding: 78px 0px;
}

body.job_offers #info.banner h1 {
  font-weight: bold;
  font-size:50px;
  color:#fff;
  margin-bottom:70px;
}
body.job_offers #info.banner h1 strong {
  font-weight: bolder;
}

body.job_offers #info.banner select {
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3) url(images/select-arrow.png) 98% 50% no-repeat;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    border: 2px solid #00aae8;
    border-radius: 3px;
    height: 45px;
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 40px;
    font-family: 'Open Sans', sans-serif;
}

body.job_offers #info.banner input {
  background:#00aaea;
  border:none;
}

body.job_offers_show .part_one {
  
}

body.job_offers_show .part_one h2 {
  background:#686868;
  font-size:20px;
  color:#fff;
  font-weight:bold;
  padding:10px 10px;
  margin-bottom:0px;
    margin-top: 0px;
    border: none;
}

body.job_offers_show .bg_gray {
  display:inline-block;
  background:#f9f9f9;
  padding:30px 10px;
  width:100%;
  margin-bottom:40px;
}

body.job_offers_show .bg_gray h6 {
  font-size:16px;
  color:#333333;
  font-weight:bold;
}

body.job_offers_show .bg_gray h6 span {
  color:#00aaea;
}

body.job_offers_show .descriptions {
  display:inline-block;
  width:100%;
  border-top:1px solid #00aaea;
  border-bottom:1px solid #00aaea;
  padding:10px 0px;
}

body.job_offers_show .descriptions h2 {
  font-size:16px;
  color:#333333;
  font-weight:bold;
  background:none;
  padding:0px;
  margin-bottom:28px;
}

body.job_offers_show .descriptions p {
  font-size:12px !important;
  color:#333333 !important;
  margin-bottom:10px !important;
}

body.job_offers_show .descriptions.two {
  border:none;
}

body.job_offers_show .descriptions.two h3 {
    font-size: 14px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

body.job_offers_show .descriptions.two ul {
  padding:0px;
}

body.job_offers_show .descriptions.two ul li {
  display:inline-block;
  background:#aee9ff;
  color:#000;
  padding:5px 10px;
  margin-right:5px;
  font-size:12px;
  margin-top:0px;
}

body.job_offers_show .descriptions.two ul.social li {
  display:inline-block;
  background:transparent;
  padding:0px;
  margin-right:5px;
  margin-top:0px;
}

body.job_offers_show a.btn-info {
  background:#00aaea;
  color:#fff;
  padding:10px 10px;
  border-radius:3px;
  display:inline-block;  
}

body.job_offers_show .descriptions.two a.btn-info {
  margin-top:25px;
  width:100%;
  text-align:center;
}

body.job_offers_show .filter_one {
  display:inline-block;
  width:100%;
  border-top:1px solid #686868;
  margin-bottom:53px;
}

body.job_offers_show .filter_one h2 {
  font-size:16px;
  color:#333;
  font-weight:bold;
  margin-bottom:10px;
  margin-top:8px;
}

body.job_offers_show .filter_one ul {
  padding:0px;
}

body.job_offers_show .filter_one ul li {
  display:block;
  padding-bottom:10px;
}

body.job_offers_show .filter_one ul li a {
  font-size:14px;
  color:#666;
}

body.job_offers_show .filter_one ul li img {
  margin-right:5px;
}
/* Media Css */
@media only screen and (max-width: 767px) {
body.job_offers_show .row-eq-height {
  display:inline-block;
}

body.job_offers_show .small-text-center {
  text-align:center;
}

body.job_offers_show .small-text-left {
  text-align:left;
}

body.job_offers_show .small-text-right {
  text-align:right;
}

body.job_offers_show select {
  margin-bottom:20px;
}

body.job_offers_show #subcontent .bg-grey .sp {
    padding: 20px 25px;
}

body.job_offers_show #subcontent h6 {
    font-size: 12px;
}
body.job_offers_show #info.banner h3 {
    font-size: 29px;
    margin-bottom: 30px;
}
body.job_offers_show #info.banner {
    padding: 35px 0px;
}
body.job_offers_show .part_one h2 {
    font-size: 16px;
}
body.job_offers_show .bg_gray {
    padding: 15px 0px;
    margin-bottom: 20px;
}
body.job_offers_show a.btn-info {
    margin: 10px 10px;
}
body.job_offers_show .descriptions.two ul li {
    font-size: 10px;
    margin-bottom: 10px;
}
body.job_offers_show .filter_one {
    margin-bottom: 20px;
}
body.job_offers_show .sidebar {
    margin-bottom: 25px;
}
body.job_offers_show .descriptions.two a.btn-info {
    margin: 0px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
body.job_offers_show .navbar-header {
  width:30%;
}
body.job_offers_show .bg_gray {
    padding: 15px 0px;
}
body.job_offers_show #subcontent h6 {
    font-size: 11px;
}
body.job_offers_show a.btn-info {
    font-size: 9px;
}
body.job_offers_show .filter_one ul li a {
    font-size: 13px;
}
}
