
      html,body{
  margin:0;
  padding:0;
  margin-top:10px;
  background:#bebebe;
  font-size:20px;
  font-family: 'Roboto', sans-serif;
}
header.head {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    font-size: 130%;
    letter-spacing: 0px;
    line-height: 50px;
    background: #1c2a3e;
    position: relative;
    color: #eee;
    z-index: 10;
    border-radius: 10px;
}
header.head span{
  font-size:150%;
  position:relative;
  top:0.5px;
}
section.body-content{
  width:90%;
  margin:0 auto;
  position:relative;
  top:-40px;
  z-index:5;
  min-height:400px;
  border-radius:0px;
  /*overflow:hidden;*/
  background:#fff;
}
h1, h2, h3, h4{
  text-align:center;
  color:white;
}
section.body-content .header {
    background: #999;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(https://static.pexels.com/photos/7356/startup-photos-7356.jpg);
    background-size: cover;
    background-position: center top;
    box-shadow: inset 0 0 2px 200px rgba(10, 53, 78, 0.7);
}

aside .listing{
  /*padding:20px;*/
  border-top:20px solid #bebebe;
}
.listing-items {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
aside .listing .number{
  display:inline-block;
  font-size:400%;
  margin-right:20px;
  width:100px;

  padding-left: 20px;
}
aside .listing .hold{
  /*display:inline-block;
  vertical-align: super;*/
  padding-top: 25px;
  width: 50%; 
  text-align: center;
}
aside .listing .title{
  font-weight:bold;
  vertical-align:top;
}
aside .listing .location{
  /*float:right;*/
  padding-top: 38px;
  padding-right: 20px;
}
.post-job{
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 3px;
  padding: 3px;
  font-size: 80%;
  border-bottom: 2px solid #ff4742;
  line-height: 20px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.post-job:hover{
  background-color: #ff4742;
  color: #fff;
  border: none;
}
.signup-newsletter{  
  display: none; 
  margin: 0 auto;
  width: 600px;
  height: 340px;
  position: fixed;
  z-index: 999;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -160px;
  border: 2px solid #183649;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}
.close-signup{
  font-size: 14px;
  padding: 5px;
  color: orangered;
  cursor: pointer;
}
.close-signup:hover{
  text-decoration: underline;
}
.header .subscribe {
  border: 1px solid;
  border-radius: 5px;
  border-color: #ff4742;
  background-color: #ff4742;
  padding: 7px;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-left: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.header .subscribe:hover {
  background-color: #fff;
  color: #ff4742;
  border-color: #fff;
}
.post-job-form {
  display: none;
  margin: 0 auto;
  width: 800px;
  height: 600px;
  position: fixed;
  z-index: 999;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -300px;
  border: 2px solid #183649;
  background-color: #183649;
  color: #eee;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}
.close-post-job{
  font-size: 14px;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  text-align: left;
}
.close-post-job:hover{
  text-decoration: underline;
}
.post-job-left{
  display: inline-block;
  width: 35%;
  background: darkgray;
  height: 600px;
  vertical-align: top;
  background-image: url(https://static.pexels.com/photos/7369/startup-photos.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 2px 200px rgba(255, 71, 66, 0.6);
  text-align: center;
}
.post-job-form form{
  display: inline-block;
  width: 64%;
  overflow: auto;
  height: 600px;
}
.post-job-left p {
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
}
.post-job-form label {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    display: block;
}
.post-job-form input[type="text"],.post-job-form textarea {
    border: 0px;
    padding: 5px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}
.post-job-form .input-field {
    font-size: 14px;
    margin-top: 20px;
}
input[type="submit"] {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  height: 50px;
  margin-bottom: 20px;
  border: 0px;
  color: white;
  background-color: #ff4500;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: transparent;
  border-bottom: 2px solid #ff4500;
  color: #ff4500
}
.left-para{
  margin-bottom: 40px;
}
.right-para{
  font-size: 17px;
  line-height: 25px;
  width: 80%;
  margin: 0 auto;
}
ul {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
    margin-right: 0px;
}
li {
    text-align: left;
    font-weight: 500;
    background: rgba(169, 68, 66, 0.6);
    padding: 5px;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 10px;
}
aside .listing:hover{
  background-color: #f2f2f2;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.stripe-button-el {
    display: none!important;
    visibility: hidden!important;
}
.job-active{
  min-height: 400px;
}
.listing .job-details{
  display: none;
}
.job-active .job-details{
  display: block;
}
aside .listing.job-active:hover{
  background-color: #f2f2f2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.job-details{
  padding-bottom: 20px;
}
.job-details p {
    font-size: 80%;
    line-height: 160%;
    width: 80%;
    margin: 0 auto;
    padding: 25px;
    color: #666;
}
.apply-job {
  width: 200px;
  background: #1e3e63;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.apply-job:hover{

  color: #1e3e63;
  border-bottom: 2px solid #1e3e63;
  background-color: transparent;
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    header.head{
      width: 100px;
      font-size: 14px;
      line-height: 20px;
      top: -20px;
    }
    .header .subscribe{
      display: block;
      width: 90px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
    }    
    .signup-newsletter {
      width: 90%;
      margin-left: 5%;
      left: 0px;
    }
    .signup-newsletter iframe {
      width: 100%;
      height: 250px;
    }
    .post-job-form {
      width: 100%;
      left: 0px;
      margin-left: 0px;
      font-size: 10px;
      position: absolute;
    }

}