body {color: #808080;
    font-size: 14px;}

* {
  font-family: 'Montserrat';
}

.btn-primary, .btn-primary:hover , .btn-primary:focus, .btn-primary:active, .btn-primary:hover:active{background-image:none; background-color:#2fcd66; border:1px solid #20b052;}
.btn-default, .btn-default:hover , .btn-default:focus, .btn-default:active, .btn-default:hover:active{background-image:none; background-color:#2fcd66; border:1px solid #20b052; color:#ffffff; text-shadow:none;}



.app-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
  margin: auto;
}
.btn-block {
width: 100%;}
}

.btn.btn-default {
  background: none;
  background-color: #2fcd66;
  border:1px solid #22b957;
  text-shadow: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.app-logo {
  max-width: 40%;
  display: block;
  height: auto;
}

.app-logo img {
  display: block;
  width: 100%;
  width:150px;
}

.app-navbar {
  box-shadow: none;
  border-width: 0;
}

.app-navbar .navbar-header {
  background: white;
}

.form-navbar-search {
  background-color: #2fcd66;
  padding-top: 27px;
  padding-bottom: 27px;
}

.form-navbar-search h4 {
  color: #fff;
  margin: 0;
}

.form-navbar-search .form-control, .form-navbar-search .input-group-btn img {
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  border-radius: 7px !important;
  overflow: hidden;
}

.form-navbar-search .form-control {
  height: 49px;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-navbar-search .input-group-btn {
  padding-left: 10px;
}

/*@media (max-width: 767px) {*/
  .app-home-footer .btn-default {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 400;
  }
  
  
  .app-home-footer-welcome-text {
	  background-color:#f4f4f4;
	  padding:10px 35px;
	  width:94%;
	  margin:25px 15px 15px 15px;
	  border-radius:7px;
	  
  }

  .app-home-footer-welcome-text h4 {
    text-transform: uppercase;
    color: #464646;
    text-align: center;
    font-size: 24px;
  }
  .app-home-footer-welcome-text p {
    color: #808080;
    font-size: 14px;
  }
 .app-logo {
   float: none;
   margin: 0 auto;
 }
 .app-navbar .navbar-header {
   position: relative;
 }
 .app-navbar .navbar-toggle {
   position: absolute;
   top: 50%;
   left: 0;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   border-width: 0;
   margin: 0;
   padding-left: 0;
 }

 .app-navbar .navbar-toggle:hover
 , .app-navbar .navbar-toggle:active
 , .app-navbar .navbar-toggle:focus {
   background-color: #fff;
 }

 .app-navbar {
   margin-bottom: 0;
   background-color: #fff;
   background-image: none;
 }

 .app-home-menu-item .content {
   padding-bottom: 84.74%;
   width: 100%;
   border-radius: 13px;
   overflow: hidden;
   background-color: #ddd;
   position: relative;
   display: block;
 }
 .app-home-menu-item .content img, .app-home-menu-item .content p {
   /*display: none;*/
 }
 .app-home-menu-item .content img {
   position: absolute;
   width: 60%;
   left: 20%;
   top: 10px;
 }
 .app-home-menu .row {
   margin-left: -8px;
   margin-right: -8px;
 }
 .app-home-menu .row > * {
   padding-left: 8px;
   padding-right: 8px;
   margin-top: 25px;
 }
 .app-home-menu-item p {
   color: white;
   font-size: 10px;
   position: absolute;
   bottom: 11px;
   text-align: center;
   width: 80%;
   left: 10%;
   margin: 0;
 }
 .app-home-menu-item-contact .content {background: #fff; border:1px solid #ffffff;}
 .app-home-menu-item-allJobs .content {background: #fff; border:1px solid #ffffff;}
 .app-home-menu-item-about .content {background: #fff; border:1px solid #ffffff;}
 .app-home-menu-item-signin .content {background: #fff; border:1px solid #ffffff;}
 .app-home-menu-item-register .content {background: #fff; border:1px solid #ffffff;}
 .app-home-menu-item-search .content {background: #fff; border:1px solid #ffffff;}
/*}*/

p.home-btn-txt1 {color:#ff017e;}
p.home-btn-txt2 {color:#feb800;}
p.home-btn-txt3 {color:#ff7d01;}
p.home-btn-txt4 {color:#18a78b;}
p.home-btn-txt5 {color:#33c0d1;}
p.home-btn-txt6 {color:#01a1ff;}


@media (min-width: 300px) {
  .app-home-menu-item .content {
    padding-bottom: 100%;
  }
  .app-home-menu-item p {
    font-size: 11px;
  }
}

@media (min-width: 350px) {
  .app-home-menu-item .content {
    padding-bottom: 90%;
  }
}

@media (min-width: 400px) {
  .app-home-menu-item p {
    font-size: 10px;
  }
}

@media (min-width: 480px) {
  .app-home-menu-item .content {
    padding-bottom: 84.74%;
  }
}

@media (min-width: 550px) {
  .app-home-menu-item p {
    font-size: 12px;
  }
}

@media (min-width: 650px) {
  .app-home-menu-item .content {
    padding-bottom: 80%;
  }
  .app-home-menu-item p {
    font-size: 14px;
  }
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin: 0 auto;
}

.app-navbar .navbar-header {
  width: 100%;
}
.navbar-nav {
  float: none;
  display: inline-block;
}
.navbar-default .navbar-collapse {
  text-align: left;
}

/*@media (max-width: 768px) {
  .navbar-default .navbar-collapse {
    text-align: left;
  }
}*/

.blue {
  color: #2bc4ff;
}
.orange {
    color: #f09d00;
/*     float: right;
    position: absolute;
    right: 0;*/
}
.media-tableview {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 0;
}
.media-tableview > * {
  vertical-align: middle;
}
.media-tableview a {
  text-decoration: none;
}
.media-tableview a h4 {
  color: #333;
  margin-top: 0;
}



.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.media-right h4 {font-weight:700;}
.media-right h6 {font-size:14px; color:#808080;font-weight:400;}
.media-left.featured-logo {border:1px solid #cccccc; width:120px; height:150px; overflow:hidden;}
.form-signin-heading {font-size:22px;}
.img-responsive {padding:5px 0 10px 0;}
h3, .h3 {color:#000;}