body {
	font-size: 13px;
	padding-top: 60px;
    padding-bottom: 40px;
    
}

.brand {
	background: url("bws_standfast.png") no-repeat scroll left top transparent;
  	height: 40px;
    margin: 10px 0 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 230px;
}

h1, h2, h3, h4, h5, h6, .callOut, .navbar, .phoneNumber {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
}
.map {
	margin-bottom:10px;
}
.form-horizontal p {
	display:none;
}
.form-horizontal {
	margin-top:35px;
}
.navbar-inner {
	background: none;
	background-color: #ffffff;
	padding: 10px 0;
}
.navbar .nav {
    float: right;
    font-size: 19px;
    margin: 15px 0 0 0;
}
.heroContainter {
	background-color: rgba(0, 0, 0, 0.33);
	float: left;
	color: #fff;
	margin: 70px 0 0 0;
}

.testimonials img {
	float: left;
}
.testimonials p {
	float: left;
	width: 71%;
	margin: 0 0 3% 5%;
}
.callOut {
	background-color: rgba(0, 0, 0, 0.33);
	float: left;
	color: #fff;
	font-weight: bold;
    font-size: 37px;
    line-height: 44px;
    margin: 150px 0 0 0;
    padding: 2% 3%;
    width: 90%;
}
.callOut h1 {
    font-weight: bold;
	color: #00000;
}
.callOut p {
	font-size:30px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.phoneNumber {
	font-size: 29px;
    font-weight: 600;
    margin: 25px 0;
}
.carousel-inner h4 {
	font-size: 25px;
    line-height: 20px;
    margin: 18px 0;
}
.carousel-inner p {
	line-height: 18px;
}
.carousel {
	margin: 50px auto;
	width: 80%;
}
.carousel .span6 {
	margin: 0;
}
.carousel-control {
	border-radius: 0;
	opacity: 1;
}
.carousel-control.right {
    background: url("arrows.png") no-repeat scroll -72px 0 transparent;
    height: 70px;
    overflow: hidden;
    text-indent: -999px;
    width: 65px;
    right: -95px;
}
.carousel-control.left {
    background: url("arrows.png") no-repeat scroll 0px 0 transparent;
    height: 70px;
    overflow: hidden;
    text-indent: -999px;
    width: 65px;
    left: -95px;
}
.carousel .item {
    min-height: 300px
}
.form-horizontal {
	font-size: 12px;
}
.contactInfo {
    float: right;
    text-align: right;
    width: 28%;
}
.footerLogos {
    float: left;
    width: 68%;
}
.footerLogos img {
    margin: 10px;
}
.vat {
    clear: left;
    color: #CCCCCC;
    font-size: 10px;
    margin-top: 20px;
}
footer ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.contact {
	margin-top: 75px;
}
.products {
	margin-top: 90px;
}
#products {
	position: absolute;
	top: 700px;
}
.footerLogos .years {
    margin-left: 10%;
}
.footerLogos .years img {
    margin:0px;
}
.callOut a {
    color: #FFFFFF;
    text-decoration: underline;
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
    background-size: 800px;
  }
  .navbar .brand {
  	width: 250px;
  }
  .navbar-fixed-top {
	  position:fixed;
  }
  .navbar .btn-navbar {
	  color: #000;  
  }
  .heroContainter {
	  margin: 20px 0 0 0;
  }
  .footerLogos .years {
        margin: -128px 0 0 398px;
        position: relative;
  }
}
@media (max-width: 360px) {
    .footerLogos, .contactInfo {
        float: left;
        clear: left;
        width: 100%;
    }
    .footerLogos .years {
        position: relative;
        margin: 0px;
    }
    .navbar .brand {
       background-size: 200px 40px;
       position: relative;
       top: 5px;
       width: 180px;
    }
    .navbar {
        max-height: 30px;
    }
    .navbar .container {
        width: 80%;
    }
}