/*Remove navigation bottom padding*/
.ShellMainContent > .container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.ShellMainContent {

    margin-bottom: 0px;
}
.navbar {
    margin-bottom: 0;
}

h1.SectionHeader {
    color: #000000;
    font-size: 24px;
    margin-bottom: 0;
    text-align: left;
    border-bottom:1px solid #808080;
}
section h2{
    color:#c00c27;
    font-size:22px;
    font-weight:600;
}

.SectionHeader hr {
    margin-top: 5px;
    border-top: #0c0c58 2px solid;
}

/*#region Banner */
/*#region Carusel */
/*Carusel*/
/*          Main CSS     */
#first-slider .main-container {
    padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke: 2px #000;
}

#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4, #first-slider .slide5 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke: 1.5px #000;
}

#first-slider .slide1 .text-left, #first-slider .slide3 .text-left, #first-slider .slide5 .text-left {
    padding-left: 40px;
}


#first-slider .carousel-indicators {
    bottom: 0;
}
#first-slider .carousel .item {
    min-height: 425px;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3 {
    animation-delay: 1s;
}

#first-slider h4 {
    animation-delay: 2s;
}

#first-slider h2 {
    animation-delay: 3s;
}

#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

    #first-slider .p a {
        text-decoration: underline;
    }

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border: none;
}

#first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner .col-md-5.text-right img {
    max-width: 200px;
}

/*Slides backgrounds*/

#first-slider .slide1 {
    background-image: url(/Static/images/banner/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide2 {
    background-image: url(/Static/images/banner/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide3 {
    background-image: url(/Static/images/banner/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide4 {
    background-image: url(/Static/images/banner/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#first-slider .slide5 {
    background-image: url(/Static/images/banner/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.ShellMainContent .carousel-inner > .item img{
    max-width:150px;

}.BrandsLink {
    clear: both;
}
.BrandsLink a{
    font-size:16px;
    font-weight:bold;
}
/*          Media Queries       */
@media only screen and (max-width: 1180px) {
    #first-slider .carousel .item {
        min-height: 400px;
    }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    #first-slider .carousel .item {
        min-height: 380px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 768px) {
    #first-slider .carousel .item {
        min-height: 350px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    #first-slider .carousel .item {
        min-height: 300px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 600px) {
    #first-slider .carousel .item {
        min-height: 250px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #first-slider .carousel .item {
        min-height: 200px;
    }
    .ShellMainContent .carousel-inner > .item .col-xs-6{
        text-align:center;
    } .ShellMainContent .carousel-inner > .item .col-xs-6 img {
        max-width: 100px;
    }
}


@media screen and (max-width: 640px) {
    .carousel-inner .col-md-5.text-right img {
        max-width: 100px;
    }

    #first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
        font-size: 20px;
    }
}

/*End Carusel*/


/*#endregion */


/*#region Corusel */
/* carousel */
.media-carousel {
    margin-bottom: 0;
    margin-top: 30px;
}
    /* Previous button  */
.carousel-control.left {
    background-image: none;
    background: none repeat scroll 0 0 rgb(34, 34, 34);
    height: 30px;
    width: 30px;
    margin-top: 30px;
    display: table-cell;
    margin-left: 2px;
    color: #FFF;
    margin-top: 5px;
    border: solid 1px #FFF;
}
    /* Next button  */
.carousel-control.right {
    background-image: none;
    background: none repeat scroll 0 0 rgb(34, 34, 34);
    height: 30px;
    width: 30px;
    margin-top: 30px;
    display: table-cell;
    margin-left: 2px;
    margin-top: 5px;
    color: #FFF;
    border: solid 1px #FFF;
}
.carousel-inner {
    margin-bottom: 5px;
}
.carousel-control{
    position:relative;
    padding:5px;
    margin:5px 0;
}
/* Changes the position of the indicators */
 .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
        /* Changes the colour of the indicators */
        .carousel-indicators li {
            background: #c0c0c0;
        }

         .carousel-indicators .active {
            background: #333333;
        }

/* End carousel */


/*#endregion */




