/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* START Fonts -------------------------------------------------------------- */
		@font-face {
			font-family: 'montserratthin';
			src: url('../fonts/montserrat-thin-webfont.woff') format('woff2'),  url('../fonts/montserrat-thin-webfont.woff') format('woff');
			font-weight: normal; font-style: normal;
		}
		@font-face {
			font-family: 'montserratextralight';
			src: url('../fonts/montserrat-extralight-webfont.woff') format('woff2'),  url('../fonts/montserrat-extralight-webfont.woff') format('woff');
			font-weight: normal; font-style: normal;
		}
		@font-face {
			font-family: 'montserratlight';
			src: url('../fonts/montserrat-light-webfont.woff') format('woff2'),  url('../fonts/montserrat-light-webfont.woff') format('woff');
			font-weight: normal; font-style: normal;
		}
/* END   Fonts -------------------------------------------------------------- */

body {
	width: 100%;
	height: 100%;
	font-family: 'montserratextralight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ddd;
	background-color: #555;
}
html {
	width: 100%;
	height: 100%;
}
h1, h3, h4, h5, h6 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1 {
	letter-spacing: 3px;
	margin: 100px 0 25px;
}
 @media(max-width:600px) {
.intro-text {
	padding-left: 50px;
	padding-right: 50px;
}
.small-screen-hide {
	display: none;
}
}
 @media(min-width:767px) {
h1 {
	margin: 200px 0 25px;
}
}
h2 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.2;
}
p {
	margin: 0 0 15px;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.2;
}
 @media(min-width:767px) {
p {
	margin: 0 0 15px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 1.2;
}
}
a {
	color: #ddd;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}
.links a {
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.publication-name{
	color: #fff;
}
.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	background-color: #000;
}
.navbar-custom .navbar-brand {
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li.active {
	outline: nonte;
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a.active {
	outline: 0;
	background-color: rgba(255,255,255,.3);
}
 @media(min-width:767px) {
.navbar {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
	padding: 0;
	background-color: #000;
}
.navbar-custom.top-nav-collapse {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
}
.intro {
	display: table;
	width: 100%;
	/*height: auto;*/
	height: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/cover-image.jpg) no-repeat bottom center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.intro .intro-body .brand-heading {
	font-size: 30px;
}
.intro .intro-body .intro-text {
	font-size: 20px;
}
 @media(min-width:767px) {
.intro {
	height: 100%;
	padding: 0;
}
.intro .intro-body .brand-heading {
	font-size: 55px;
}
.brand-heading {
	white-space: nowrap;
	font-weight:bold; }
/*.intro-text {font-weight:bold; }*/
.intro .intro-body .intro-text {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
p {
	font-size: 18px;
}
}
.btn-circle {
	width: 100px;
	height: 100px;
	margin-top: 50px;
	padding: 20px 16px;
	border: 0;
	border-radius: 35px;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
@media(min-width:767px) {
.btn-circle {
	margin-top: 115px;
}
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
.content-section {
	padding-top: 40px;
	padding-bottom: 30px;
}
.content-section-under-photo {
	padding-top: 20px;
	padding-bottom: 30px;
}
.header-image {
width:100%; padding-top:4.2em;
}
.download-section {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	background: url(../img/divider-shadow-dark.png) repeat-x center center scroll !important;
	background-color: #555;/*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}
#map {
	width: 100%;
	height: 200px;/* margin-top: 100px;*/
}
 @media(min-width:767px) {
/*    .content-section {
        padding-top: 100px;
    }
*/
/*    .download-section {
        padding: 100px 0;
    }*/

#map {
	height: 400px;/*    margin-top: 250px;*/
}
}
.btn {
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-default {
	border: 1px solid #219ab3;
	color: #219ab3;
	background-color: transparent;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #219ab3;
	outline: 0;
	color: #000;
	background-color: #219ab3;
}
ul.banner-social-buttons {
	margin-top: 0;
}
 @media(max-width:1199px) {
ul.banner-social-buttons {
	margin-top: 15px;
}
}
 @media(max-width:767px) {
ul.banner-social-buttons li {
	display: block;
	margin-bottom: 20px;
	padding: 0;
}
ul.banner-social-buttons li:last-child {
	margin-bottom: 0;
}
}
footer {
	padding: 50px 0;
}
footer p {
	margin: 0;
}
body {
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/*SlidesJS Required: These styles are required if you'd like a responsive slideshow */
/* Prevent the slideshow from flashing on load */
.slides1, .slides2, .slides3 {
	display: none
}
body {
	padding: 0;
	margin: 0;
}
.container1, .container2, .slides1, .slides2 {
	padding: 0;
	margin: 0;
	width: 50%;
	display: inline-block;
}
.two-columns-1, .two-columns-2 {
	padding: 10px;
	margin: 0;
	display: inline-block;
}
.container3, .slides3 {
	padding: 0;
	margin: 0;
	width: 100%;/*display: inline-block;*/
}
.slidesjs-pagination {
	list-style: none;
	padding-left: 0;
	height: 13px;
	margin: 0 0 15px;
	;
}
.slidesjs-pagination li {
	display: inline-block;
	padding: 0px;
}
.slidesjs-pagination li a {
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	width: 13px;
	height: 0;
	padding-top: 13px;
	display: block;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination li a.active,  .slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}
.slides3text {
	padding: 0 30px 0 30px;
}
@media (min-width: 750px) {
.slides3text {
	padding: 0 100px 0 100px;
}
}
@media (min-width: 970px) {
.slides3text {
	padding: 0 200px 0 200px;
}
}

    /* For tablets & smart phones */
    @media (max-width: 767px) {
.container1, .slides1 {
	width: 100%;
}
.container2 {
	/*display: none*/
	visibility: hidden;
	/*width:0%;*/
	height: 1px;
}
}
    /* For smartphones */
    @media (max-width: 480px) {
.container1, .slides1 {
	width: 100%;
}
.container2 {
	/*display: none*/
	visibility: hidden;
	/*width:0%;*/
	height: 1px;
}
}
/* End SlidesJS Required */
.newNavBar {
	position:fixed;
	top:0;
	z-index:10000;
	text-align:center;
	width:100%;
	background-color:#555;
	padding:20px;
}
.newNavBar a {
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
}
.newNavBar a:active, .newNavBar a:hover {
	color: #fff;
}
.nav-home {
	background: none;
}
.nav-home a {
	color: #000;
}
.nav-home a:active, .nav-home a:hover {
	color: #333;
}
.bolder {
	color: #fff;
}
table {
	margin: 0 auto 0 auto;
}
select {
	color: #333;
	font-size: 18px;
}
input[type=submit] {
	padding: 5px 15px;
	background: #6CF;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	margin: 10px;
}
.brand-heading {
	color: #6CF;
}
h2 {
	padding-top: 20px;
}
a.activated{
	color: #fff;
}

/* START Responsive Grid styles */
	/*  SECTIONS  */
	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	/*  COLUMN SETUP  */
	.col {
		display: block;
		float:left;
		margin: 1% 0 1% 5%;
	}
	.col:first-child { margin-left: 0; }

	/*  GROUPING  */
	.group:before,
	.group:after { content:""; display:table; }
	.group:after { clear:both;}
	.group { zoom:1; /* For IE 6/7 */ }
	/*  GRID OF TWO  */
	.span_2_of_2 { width: 100%; }
	.span_1_of_2 { width: 47.5%; }
	/*  GO FULL WIDTH BELOW small PIXELS width */
	@media only screen and (max-width: 700px) {
		.col {  margin: 1% 0 1% 0%; }
		.span_2_of_2, .span_1_of_2 { width: 100%; }
	}
/* END Responsive Grid styles */
.line-above{
    border-top: 1px solid #ddd;
    padding-top: 1em;
}
.no-header{
padding-top: 20px;
}
/* START Fix to Preset Responsive Image Heights -------------------------------------------- */
		.ratio{
			position: relative;
			padding-bottom: 50%; /* our ratio for this image, you can adjust this accordingly */
			height: 0;
			overflow: hidden;
		}
		.ratio img{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;        
		} 
/* END   Fix to Preset Responsive Image Heights -------------------------------------------- */


.production-thumbs .newNavBar {
	visibility: hidden;
	position: relative;
}
.production-thumbs img {
	width: 100%;
	height: auto !important;
}
.production-thumbs .row div {
	padding: 0;
}
.production-thumbs .row {
	margin: 0;
}
.production-thumbs-container {
	padding: 0;
}
.production-thumbs-container img {
  display: block;
  width: 100%;
  height: auto;
}
.production-thumbs-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.production-thumbs-container:hover .production-thumbs-overlay {
  opacity: 1;
}

.production-thumbs .production-thumbs-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.row.shorthand-fix{
	padding: 0;
	margin: 0;
}

.col-xs-12.shorthand-fix{
	padding: 0;
	margin: 0;
}

.container.shorthand-fix{
	padding: 0;
	padding-top: 60px;
	margin: 0;
	width: 100%;
}