body{
    background-color: #fffcf4;
}
.main-title{
    font-family: Rockb;
    color: #f0480d;
    font-size: 1.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    
}
.title{
    font-family: Titillium-Regular;
    color: #f0480d;
    font-size: 2em;
}
.body-text{
    font-family: Titillium-Regular;
    color: #f0480d;
    font-size: 1.1em;
}
.service-title{
    font-family: Titillium-Regular;
    color: #fffcf4;
    font-size: 1.5em;
}
.top-bar{
    z-index: 5000;
    background-color: #fffcf4;
}
.top-bar h1 a{
    color: #f0480d;
    font-size: 15pt;

}
.navbar-nav > li > a {
    color:#f0480d;
    font-size: 11pt;
}
p{
    text-align: justify;
}
.container-fluid{
    padding: 0px;
}
.btn-transactional {
    min-width: 200px;
    min-width: 12.5rem;
}
.btn-transactional {
    background: #f0480d !important;
}
.footer-img .col-md-3 div{
    background-color: #fff;
    border:1px solid #fff;
    border-width: 5px;
}
@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; 
}
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite; 
}


body{padding-top:0px;}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
.border{
    height: 2px;
    background: #f0480d;
    width: 10%;
    margin: 10px auto 0;
}
.div-img{
    width: 100%;
}
.service-block-padding{
    padding-top: 0.1em;
}



