body {
	padding-top: 0px;
	padding-bottom: 0px;
}
  
section {	
	/* margin-bottom:50px; */
	padding-top:50px;
	margin-top:-50px;
	min-height:400px;
	width:100%;
	min-width:100%;
	/* padding-bottom:50px;	*/
}
#top{
	padding-top: 70px;
	padding-bottom:20px;
}
#search{
	margin-top: -65px;
	height: 0;
	padding-top: 65px;
	
}
#container{
	margin-top: -70px;
	padding-top: 70px;
}

.product {
	margin: 15px 0;
}
.product .thumbnail{
	position: relative;
}
.product .thumbnail .caption{
	position: absolute;
	display: none;
	
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product .thumbnail:hover .caption,
.product .thumbnail:focus .caption,
.product .thumbnail:active .caption{
	display: block;
}
.product .thumbnail .caption > h3{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 60px 0;
	height: 100%;
	color: #fff;
}
.product .thumbnail .caption > .row{
	position: absolute;
	bottom: 10px;
	left: -5px;
	right: -5px;
	margin-left: 0;
	margin-right: 0;
}
.product .thumbnail .caption > .row .lead{
	color: #fff;
}

.articles-grid{
	margin-bottom: 20px;
}

.articles-grid .thumbnail{
	position: relative;
}
.articles-grid .thumbnail .caption{
	position: absolute;
	display: none;
	
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.articles-grid .thumbnail:hover .caption,
.articles-grid .thumbnail:focus .caption,
.articles-grid .thumbnail:active .caption{
	display: block;
}
.articles-grid .thumbnail .caption > h3{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 60px 0;
	color: #fff;
}
.articles-grid .thumbnail .caption > .row{
	position: absolute;
	bottom: 10px;
	left: -5px;
	right: -5px;
	margin-left: 0;
	margin-right: 0;
}
.articles-grid .thumbnail .caption > .row .lead{
	color: #fff;
}

.jumbotron{
	color: #fff;
	background-color: #ccc;
	-webkit-border-radius:0px;
		-moz-border-radius:0px;
			border-radius:0px;
}
  
section .page-header{
	margin-top: 20px;
}

footer{
	display:inline-block;
	width:100%;
	min-width:100%;
	padding-top:20px;
	/* padding-bottom:50px; */
	/* min-height:300px; */
	background:#e0e0e0;
}
  
#Section-2{
	background:#f0f0f0;
}
/****************** NAVIGATION STYLES *************************/
.navbar .nav > li > a {
	/*
	float: none;
	padding: 15px 20px 15px;
	color: #777777;
	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 {
	/*
	color: #333;
	text-decoration: none;
	background-color: #fff;
	-webkit-box-shadow:  none;
		-moz-box-shadow:   none;
			box-shadow:  none;
			*/
}
.navbar .brand {
	/* padding: 15px 0px 15px; */
}
.siteTitle {font-size:6.4em}
h1.job-title{
	font-size:120px;
	line-height:126px;
	margin-bottom:20px;
   }
.no-jobs{
	padding-top: 10px;
}
.share-group li{ float: left; width: 25%; }
.share-group li a{ display: block; }

#accordion .panel-heading .panel-title{
	margin: -10px -14px;
}
#accordion .accordion-toggle{
	padding: 10px 15px;
	display: block;
}

.text-overflow{
	/* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
	min-height:48px;
}
.margin0{
	margin: 0;
}

.caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    color:#fff !important;
}

.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; }
}

.smaller {font-size: 80% !important;}

.advert-heading {
    text-align:center;	
}
.advert-heading p {
	font-size: 70%;
}

div#amzn-native-ad-1 {
	max-width:100% !important;
}

.pagination a {font-weight:bold;}