﻿body {
}

.navbar-wrapper
{
   width: 100%;
height: 100px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
top: 0px;
left: 0px;
position: absolute;
z-index: 9999;
background-color: rgba(255, 255, 255, 0.5);
}

.container {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

.carousel
{
    margin:0px;
    width:100%;
    margin-bottom:30px;
}
#homeblock
{
   
}
.marketing .span3 {
    text-align: center;
   
}
.marketing .span3 p {
    margin-left: 10px;
    margin-right: 10px;
}
.space20
{
  height:80px;
}

.container-fluid
{
   background-color: #1B1B1B;
background-image: linear-gradient(to bottom, #222, #111);
background-repeat: repeat-x;
border-color: #252525;
}

footer
{
    height:50px;
     background-color: #dddada;
background-repeat: repeat-x;
border-color: #ac6464;
}



@media with ( max-width:668px)
{
   
}