h1 {
  font-size:30px;
}

.wrap
{

}

h3
{
  font-weight: normal;
}

#header
{
  background:#fff;
  height:150px;
  line-height:150px;
  border-top:46px solid #1B1B1B;
  margin-top:30px;
}

#header .phone
{
  font-size:2em;
  font-weight: bold;
}

.navbar
{}

.nav
{
  margin-right:-23px
}

.navbar-inner
{
  margin-bottom:0;
  border-radius: 0;

}

.hero-unit
{
  background: none;
  padding:0;
  font-size:17px;
}

#footer
{
  margin-top:20px;
  padding-top:20px;
  height:200px;
  background:#181818 url(/img/workers.png) center no-repeat;
  color:#a2a2a2;
}

#footer a
{
  color:#a2a2a2;
}

.nav li.calculator
{
  background: #FFF400;  
  font-weight: bold;
  height:46px;
  margin-bottom:-2px;
  border:0;
  position:absolute;
  width:240px;
  text-align: center;
}

.nav li.calculator a
{
  color:#333;
  text-shadow: none;
}

#gallery
{
  background:#fff;
  padding:20px 0;
}

#gallery .span4
{

}

#gallery img
{
  filter: url(filter.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}
#gallery img:hover
{
    filter: none;
    -webkit-filter: grayscale(0);  
}

#content
{
  margin-top:30px;
  min-height: 400px;
  background:#fff;

  -webkit-box-shadow: 0 0 10px rgba(0,0,0, .45);
  -moz-box-shadow: 0 0 10px rgba(0,0,0, .45);
  box-shadow: 0 0 10px rgba(0,0,0, .45);
  position: relative
  
}

.pad
{
  padding:40px 100px;
}

.bannertext-container
{
  padding: 60px 360px 0 0;
}

.bannertext1
{
  /* color:#FFF400; */
  
  padding-left:352px;
  text-transform: uppercase;
  font-weight: bold;
}

.bannertext2
{
  font-size:28px;
  font-weight: bold;
  color:#fff;
  
}
.bannertext2 span
{
  color:#FFF400;
}
.bannertext3
{
  margin-top:40px;
  
}

.bannertext3 a, .bannertext3 a:link, .bannertext3 a:visited
{
  display:block;
  color:#000;
  font-weight: bold;
  text-transform: uppercase;
  font-size:22px;
  height:30px;
  line-height:30px;
  background: url(/img/arrow2.png) top left no-repeat;
  padding-left:30px;
}

.bannertext3 a:hover
{
  padding-left: 28px;
}
.big-yellow
{
  color:#FFF400;
  font-size:20px;
  font-weight: bold;
  padding:20px 0;
  margin-top:40px;
}
.big
{
  font-size:22px;
  font-weight: bold;
  text-transform: uppercase;
}
.red
{
  color:#C30A0A;
}


.logoContainter
{
  text-align: right;
}


.ckeditor_body_text
{
  background: #fff;
}

.clear {clear:both;}
