body {
	padding-top: 0px;
	padding-bottom: 0px;
}

@media only screen and (max-width: 768px){
  h1 {
    font-size:24px !important;
  }
}

.carousel-caption {
  position: absolute !important;
  top:30px !important;
}
  
header{
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:-110px;
}
.joblistingssearch {
  
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
      position: absolute;
      right: 15%;
      top: 20px;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      color: inherit;
      text-shadow: none;
  }

.search-form {
   right: 20%;
    left: 20%;
    padding-bottom: 30px;
}

.nav-tabs {
  border-bottom: 0px !important; 
}
.page-header {
  padding-bottom: 10px !important; 
   margin: 0px !important;  
  border-bottom: 1px solid #1c1e22 !important; 
}

.card-box {
  padding: 10px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #3e444c;
  border: 1px solid #1c1e22 !important;
}
.card-box>.col-xs-12{
  padding-right: 5px !important;
  padding-left: 5px !important;
  
}

.multi-columns-row>.col-xs-12{
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media screen and (min-width: 768px)
.search-form {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}  

section {	
	margin-bottom:10px;S
	padding-top:0px !important;
	margin-top:10px;
	min-height:100px;
	width:100%;
	min-width:100%;
	padding-bottom:0px !important;
		
}
.jumbotron{
  padding:0px !important;
  padding-top: 30px !important;
	-webkit-border-radius:0px;
		-moz-border-radius:0px;
			border-radius:0px;
    
    background-image: url(/images/cubed-squares-black-joblistings.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*height:400px !important;*/
}


  
section .page-header{
	margin-top: 20px;
}

footer{
	display:inline-block;
	width:100%;
	min-width:100%;
	min-height:300px;
}
  
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar,
.navbar-inverse .navbar-inner {
    filter: none;
    background-image: none;
}
 
/****************** NAVIGATION STYLES *************************/
.navbar .nav > li > a {
	float: none;
	text-decoration: none;
	text-shadow: none;
	font-size:14px;
	font-wight:bold;
	text-transform:uppercase;
}
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	text-decoration: none;
	-webkit-box-shadow:  none;
		-moz-box-shadow:   none;
			box-shadow:  none;
}

.no-jobs{
	padding-top: 10px;
}
.share-group li{ float: left; width: 20%; }
.share-group li a{ display: block; }


/****************** ADSENSE STYLES *************************/

.adsenseads { width: 320px; height: 50px; }
@media(min-width: 500px) { .adsenseads { width: 468px; height: 60px; } }
@media(min-width: 800px) { .adsenseads { width: 728px; height: 90px; } }

/* iOS spin */
.ui-ios-overlay {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
  background: rgba(0,0,0,0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ui-ios-overlay .title {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 26px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.ui-ios-overlay img {
  display: block;
  margin: 20% auto 0 auto;
}
.ui-ios-overlay .spinner {
  left: 50% !important;
  top: 40% !important;
}

.ios-overlay-show {
  -webkit-animation-name: ios-overlay-show;
  -webkit-animation-duration: 750ms;
  -moz-animation-name: ios-overlay-show;
  -moz-animation-duration: 750ms;
  -ms-animation-name: ios-overlay-show;
  -ms-animation-duration: 750ms;
  -o-animation-name: ios-overlay-show;
  -o-animation-duration: 750ms;
  animation-name: ios-overlay-show;
  animation-duration: 750ms;
}

@-webkit-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.ios-overlay-hide {
  -webkit-animation-name: ios-overlay-hide;
  -webkit-animation-duration: 750ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: ios-overlay-hide;
  -moz-animation-duration: 750ms;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: ios-overlay-hide;
  -ms-animation-duration: 750ms;
  -ms-animation-fill-mode: forwards;
  -o-animation-name: ios-overlay-hide;
  -o-animation-duration: 750ms;
  -o-animation-fill-mode: forwards;
  animation-name: ios-overlay-hide;
  animation-duration: 750ms;
  animation-fill-mode: forwards;
}

@-webkit-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-ms-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
