@charset "UTF-8";
/* CSS Document */

body {
	padding-top: 0px;
	background-color: #fff;
}
@font-face {
	font-family: 'bebas_neueregular';
	src: url('../fonts/bebasneue-webfont.eot');
	src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
a:link, a:visited {
	color: #F2A939;
	text-decoration: none;
}
a:hover, a:active {
	color: #F2A939;
	text-decoration: underline;
}
p {
	margin: 10px 0 20px 0
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 25px;
	margin-top: 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'bebas_neueregular';
}
h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'bebas_neueregular';
	font-weight: normal;
}
h3 {
	font-size: 27px;
	text-transform: uppercase;
	font-family: 'bebas_neueregular';
	font-weight: normal;
}
.servicesSection {
background-color:;
}
ul.servicesList {
	padding: 0;
}
ul.servicesList li {
	list-style-type: none;
	margin-bottom: 35px;
}
ul.servicesList li label {
	color: #F2A939;
	font-size: 18px;
	display: block;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.video-container {
	height: 0;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 43%;
	/*padding-bottom: 56.25%;*/
	padding-top: 30px;
	position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.galleryImage {
	margin: 0 0 4px 0;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 30px;
	font-family: 'bebas_neueregular';
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #F2A939;
}
.navbar-default {
	background-image: none;
	background-color: #000;
	border: none;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}
.headerPhone {
	font-family: 'bebas_neueregular';
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 10px;
}
/* a.navbar-brand {
	background-image: url(../images/coloredWindowLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 77px;
	width: 400px;
	text-indent:-9999px;	
}

*/

.noMargin {
	margin-right: 0;
	margin-left: 0;
}
.brandContainer {
	background-color: #111;
	margin-top: 40px;
}
.aboutUsContainer {
	background-color: #f4f4f4;
}
.servicesContainer {
	background-color: #000;
}
.servicesContainer {
	color: #fff;
}
.servicesContainer h3 {
	color: #F2A939;
}
.galleryContainer {
	background-color: #eee;
}
.contactUsContainer {
	background-color: #f4f4f4;
}
footer {
	background-color: #000;
	color: #fff;
	font-size: 11px;
}
.footerContainer {
	padding: 20px 0;
}
.footerRightContent {
	text-align: right;
}
.footerContainer.leftContent {
}
.logoContainer {
	width: auto;
	cursor: pointer;
}
a.brandLogo {
	background-image: url(../images/coloredWindowLogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 77px;
	widht: 400px;
}
.container-fluid {
	padding: 40px 0;
}
.container-fluid.normal {
	padding: 10px 0;
}
.logoHolder {
	width: 100%;
	height: auto;
	text-align: center;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: inline-block;
}
 @media (min-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}
.navbar .navbar-collapse {
	text-align: center;
}
}
