.modal {
	display: block;
	height: 0;
	overflow: visible;
}

.fadedGrayScaleImg {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
}

.thriveGrid2 {
	width: 10em;
}

.thumbnailSkits {
	background-color: #00000;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnailSkits>img,.thumbnailSkits a>img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-height: 280px;
}

.thumbnail {
	background-color: #00000;
	height: 300px;
}

.thumbnail>img,.thumbnail a>img {
	margin-left: auto;
	margin-right: auto;
	max-height: 220px;
}

.thumbnailCutoutImg {
	height: 100%;
}

.caption {
	margin: 2px;
	background-color: #00000;
}

.psImg {
	padding: 1px;
	border: 1px solid #021a40;
	background-color: #fffffd;
}

.imageOverlay {
	position: relative;
	width: 100%; /* for IE 6 */
}

.imageTextOverlay {
	z-index: 100;
	position: absolute;
	color: white;
	font-size: 24px;
	font-weight: bold;
	left: 50px;
	top: 10px;
	color: white;
	font: bold 24px/45px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 5px;
}

.thriveHR {
	height: 1px;
	border: none;
	color: #848484;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #848484;
}

p h1 h2 h3 h4 h5 span {
	font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style",
		Garamond, "Times New Roman", serif;
}

.psImg {
	background: linear-gradient(#BCED91 49%, transparent 49%),
		linear-gradient(-45deg, white 33%, transparent 33%) 0 50%, white
		linear-gradient(45deg, white 33%, #BCED91 33%) 0 50%;
	background-repeat: repeat-x;
	background-size: 1px 100%, 40px 40px, 40px 40px;
}

body {
	background-color: #ECECEC;
}
@media screen and (min-width: 600px) {
  .navbar-brand {
    float: left;
    margin-right: 5px;
    margin-left: -15px;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
