body {
    padding-top: 106px;
    padding-bottom: 0px;
}

a {
    color: #B80000;
}

a:hover {
    color: #B80000;
    text-decoration: underline;
}

/* PAGE SECTIONS */
/* ------------- */
.section {
    padding: 30px 0px;
    margin: 0;
    position: relative;
}

.section.alt {
    background: url(../img/red-diagonal.png);
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.25) inset;
    padding: 15px 0;
}

.section.alt h2 {
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
}

/* HEADER SECTION */
/* -------------- */
#masthead .brand {
    padding: 15px 0 15px 10px;
}
#masthead .navbar-inner {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.98);

}
#masthead .navbar .nav > li > a {
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
}
#masthead .navbar .btn-navbar {
    margin-top:20px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #555555));
    background-image: -webkit-linear-gradient(#333333, #555555);
    background-image: -moz-linear-gradient(#333333, #555555);
    background-image: -o-linear-gradient(#333333, #555555);
    background-image: linear-gradient(#333333, #555555);
    background-color: #555555;
}

.navbar .nav.pull-right {
    margin-top:18px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #B80000;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav .active > a, .navbar .nav a:hover, .nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    color: #B80000;
}

.navbar .navbar-contact {
    margin-top: 15px;
    margin-bottom: -15px;
}

.navbar .navbar-contact h2 {
    color: #B80000;
    display: inline-block;
    margin: 0 24px 0 5px;
    font-weight: normal;
}

.icon-mobile {
    width: 17px;
    height: 24px;
    line-height: 24px;
    background-image: url("../img/icons.png");
    background-position: 0px 0px;
    vertical-align: baseline;
}

.icon-phone {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url("../img/icons.png");
    background-position: -18px 0px;
    vertical-align: baseline;
}

.icon-tick {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url("../img/icons.png");
    background-position: -43px 0px;
    vertical-align: baseline;
}

.carousel {
    padding: 20px 0;
    margin-bottom: 0;
}

.carousel-control {
    top: 50%;
    font-size: 50px;
    height: 30px;
    width: 30px;
    line-height: 20px;
}

.hero-unit {
    margin-bottom: 0;
    background-color: #ffffff;
    /*background-image: url("../img/banner1.png");*/
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 20px 60px
}

.img-focus {
    margin: 0px 20px 20px 0;
}

.tick-list {
    list-style-image: url("../img/icon-tick.png");
    list-style-type: none;
    list-style-position: outside;
    margin-left: 35px;
 }

.tick-list li {
    margin-bottom: 30px;
}

.home-intro {
    padding-top:14px;
    margin-bottom: 20px;
}

.home-tick-list li {
    margin-bottom: 20px;
}

.tick-list h4 {
    vertical-align: top;
    font-size: 20px;

}

.form-horizontal .control-label {
    width: 100px;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 120px;
    *margin-left: 0;
}

/* BUTTON */
.btn-custom {
    background-color: hsl(360, 79%, 36%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c81717", endColorstr="#a41313");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#c81717), to(#a41313));
    background-image: -moz-linear-gradient(top, #c81717, #a41313);
    background-image: -ms-linear-gradient(top, #c81717, #a41313);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c81717), color-stop(100%, #a41313));
    background-image: -webkit-linear-gradient(top, #c81717, #a41313);
    background-image: -o-linear-gradient(top, #c81717, #a41313);
    background-image: linear-gradient(#c81717, #a41313);
    border-color: #a41313 #a41313 hsl(360, 79%, 34%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
    -webkit-font-smoothing: antialiased;
}

/* FOOTER SECTION */
/* --------------- */
#footer {
    width: 100%;
    background: #333333;
    color: #eeeeee;
    border-top: 1px solid black;
    /*text-shadow: 1px 1px 1px #222222;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) inset;
    */
}
#footer small {
    color: #eeeeee;
    font-style: italic;
}

#footer a {
    color: #ffffff;
}

#footer address {
    margin-bottom: 0;
}
