body {
   overflow-x: hidden;
   height: 100%;
   margin:0 !important;
   
   /* body bootstrap style overrides, taken from http://elegantequations.com/contact/ */
    color: #515151 !important;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-stretch: normal;
    font-size: 17px !important;
    line-height: 25px;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

.loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -26px;
}

.inner-loading {
	text-align: center;	
    height: 600px;
    padding-top: 270px;
}

h1.content-title {
	margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.4em;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 20px;
    font-weight: 700;
}

.margin-auto {
	margin:auto;
}

.no-margin {
	margin:0;
}

/* Fix for navigation to section id, covering the top */
/* this is same value as one used in main page scrollWindowTo */
.section {
    padding-top: 150px;
    margin-top: -150px;
}

/* Limit max width for containers content */
.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}


/* Navbar style overrides */
@media (min-width: 768px) { 
    .twoRow .navbar-collapse {
        clear: left;
    }
}
/* Small devices up to 768px */
.navbar {
    border-radius: 0px;
    margin-bottom:0;
}

.navbar-inverse .navbar-text {
	color:#888;
	font-size:18px;
}

.navbar-inverse .navbar-nav>li>a {
	color:#ccc;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color:#2c2c2c;
}

/* Mobile Devices */ 
.logo {
	margin-top: 10px;
	margin-left:10px;
    height: 30px;
    width: 132px;
}

.notices {
	display:none;
}

/* tablets and desktops */
@media (min-width: 768px) { 
	
	.navbar-header {
		height:100px;
		width:100%;
	}
	
	.navbar-left {
		margin-left:-15px;
	}
	
	.logo {	
		margin-top: 25px;
		margin-left: 0;
	    height: 51px;
	    width: 225px; 
	}
	
	.notices {
		display:block;
		margin-right:-20px;
		margin-top:10px;
	}
}


.breadcrumb {
	margin-bottom:0;
}

/* Jumbotron - welcome image holder */
  
.jumbotron {
    margin:0;
    padding:0;
	position: relative;
	color: white;
    background-color:black;
	width:100%;
	background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

/* Small devices up to 1024px scale image container to fit width*/
.jumbotron .jumbo-container {
	position: relative; 
    width:100%;
    background-color:black;
    margin:auto;
}
/* On larger devices fix the image size*/
@media (min-width: 1024px) {
    .jumbotron .jumbo-container {
        width:1024px; 
        height:615px;  
    }
}

.jumbotron .jumbo-container img { 
   position: relative; 
   width: 100%;
   height:100%;
}

.product-img {
	border:1px solid #222;
}

/* Vertically aligned cell for bootstrap grid */
/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
	display: inline-block;
  	vertical-align: middle;
  	float: none;
	padding:5px;
}

/* Limit size of people image on large screens */
@media (min-width: 768px) {
	.ppl-img {
		max-width:300px;
	}
}

/* Active button z-index override, so it does not appear on top of popup */
.btn-group>.btn.active {
	z-index:0;
}

/* Backgrounds */

.bg-black {
	background-color:#000;
	color:#fff;
}

/* Spacings */

.spacing {
	padding:20px;
}

.top-margin { 
	margin-top:20px; 
}

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

.margin-left {
	margin-left:20px;
}

.right-margin {
	margin-right:20px;
}

.left-margin {
	margin-left:20px;
}	


blockquote {
  margin-bottom: 1.5em;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
/*
blockquote p:first-child {
  display: inline;
}
*/
blockquote footer:before {
    content: none;
}
 
/* Picture gallery carousel   */

.carousel {
   padding:3% 0;
   margin:inherit;
}

.carousel-control {
  padding-top:11%;
  width:2%;
  font-size:35px;
}

.carousel-control.single {
  padding-top:30%;
  width:7%;
}
@media (min-width: 768px) {
   .carousel-control.single {
	  padding-top:28%;
	}
}

.carousel-control.double {
  padding-top:15%;
  width:3%;
}

/* Photo Swipe style overrides */
.pswp__caption__center {
	text-align:center !important;
}

.gallery img.pswp__img {
	border: solid 3px white;
}
/* photoswipe applys transformation, so need to increase border size on larger screens */
@media (min-width: 768px) {
	.gallery img.pswp__img {
		border: solid 7px white;
	}
}

.pswp--animate_opacity,
.pswp__bg,
.pswp__container,
.pswp__zoom-wrap,
.pswp__scroll-wrap {
  will-change: auto !important;
}

