/* WEBFONTS */
@font-face {
    font-family: 'latobold';
    src: url('webfonts/lato-bold-webfont.eot');
    src: url('webfonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/lato-bold-webfont.woff2') format('woff2'),
         url('webfonts/lato-bold-webfont.woff') format('woff'),
         url('webfonts/lato-bold-webfont.ttf') format('truetype'),
         url('webfonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('webfonts/lato-regular-webfont.eot');
    src: url('webfonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/lato-regular-webfont.woff2') format('woff2'),
         url('webfonts/lato-regular-webfont.woff') format('woff'),
         url('webfonts/lato-regular-webfont.ttf') format('truetype'),
         url('webfonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_sansregular';
    src: url('webfonts/DroidSans-webfont.eot');
    src: url('webfonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/DroidSans-webfont.woff') format('woff'),
         url('webfonts/DroidSans-webfont.ttf') format('truetype'),
         url('webfonts/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* end.WEBFONTS */

body {
	padding-bottom: 36px;
	padding-top:36px;
	font-weight: 100;
}

p {
	font-family: 'droid_sansregular' , 'helvetica', arial, sans-serif;
}

.galleria {
	max-width: 600px;
/*	height: 375px;*/
	margin: 0 auto;
}

.img-center {
	display: block;
	margin: 0 auto;
}

.galleria-thumbnails { 
	margin: auto;
}

#header {
	text-align: center;
	letter-spacing: 20px;
}

#header h1 {
	font-family: 'latobold', 'Gill Sans', arial, sans-serif;
	color: #ffcc66;
}

#header h2 {
	font-weight: 200;
}

/*#header > img {
	max-width: 600px;
}*/

.center-pills a {
	color: #ffcc66;
}

.center-pills li > a:hover {
	background-color: #000;
	color: #fff;

}

.homeImg {
	margin-bottom: 40px;
}

.aboutImg {
	margin: 0 auto;
	padding-bottom: 40px;
}

.aboutColumn {
	margin-bottom: 100px;
}

.aboutText {
	margin-top: 20px;
	padding-bottom: 100px;
	background-color: #000032;
}
.aboutText h2, p {
	margin-left: auto;
	margin-right: auto;
}

.pressText {
	padding-bottom: 100px;
}

.pressText a {
	color: #ffcc66;
}

.pressBar {
	padding-bottom: 100px;
}

.center-pills {
	display: inline-block;
}

.headLogo {
	padding-top: 10px;
	padding-bottom: 10px;
}

.checkerBar > img {
/*	max-width: 625px;*/
	margin: 0 auto;
}

.checkerBarBottom {
	padding-top: 40px;
	margin-bottom: 20px;
}

.checkerBarBottom > img {
/*	max-width: 600px;*/
	margin: 0 auto;
}

.borderBottom {
	margin-top: 40px;
	margin-bottom: 20px;
}

.dropdown a:hover {
	background-color: #fff;
}

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

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-fixed-bottom {
	line-height: 18px;
	min-height: 18px;
	font-family: arial, sans-serif;
	font-weight: 200;
	border: none;
	padding-top: 6px;
	background-color: #000
}

.dropdown-menu > li > a {
	text-transform: uppercase;;
}

.footer {
	background-color: #e33936;
}

button {
	background-color: #000;
	border: none;
	color: #e33936;
}

.navbar-static-top {
	margin-bottom: 5px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #ffcc66;
}

.galleria-lightbox-nextholder {
	z-index: 99998 !important;
}

@media screen and (max-width: 641px) {
	#header {
		letter-spacing: 10px;
	}

	#header h1 {
	font-size: 1.3em;
	}
	#header h2 {
	font-size: 1.1em;
	}

	.navbar-fixed-bottom {
		line-height: 15px;
		font-size: 10px;
		text-align: left;
	}

	body {
		padding-top: 20px;
	}


}
