﻿body {
    padding-top: 100px;
    background-image: url(/images/librariesprovider5/default-album/bodybg.png?sfvrsn=99e15336_2);
    background-size: cover;
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 200;
}
p {
    line-height:30px;
}
.container {
    background-color:white;
}
#first-slider .col-lg-12, #first-slider .col-md-12 {
    padding:0;
}
#footer .container {
    background-color: #22252a;
}
.navbar {
    min-height: 100px;
    background-color: #243746;
    width: 100%;
}
    .navbar .container {
        padding:0;
    }
.navbar, .navbar-default {
    border: none;
}
.navbar-header {
    min-height:110px;
}
.navbar-brand {
    min-height:100px;
}
.navbar-brand > img {
    display: inline-block;
}
.navbar-nav {
    margin-top: 50px;
    margin-left:50px;
}
.navbar-default .navbar-nav > li > a {
    color: #252525;
    text-transform:uppercase;
    font-size:1em;
    font-weight:bold;
}
.navbar-default .navbar-nav > li > a:hover {
    color: slategray;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .dallasSlide1 {
    background-image: url(/images/librariesprovider5/igs-home/slide1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

#first-slider .dallasSlide2 {
    background-image: url(/images/librariesprovider5/igs-home/slide2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

#first-slider .dallasSlide3 {
    background-image: url(/images/librariesprovider5/igs-home/slide34864fc0c17a8491b8c0d6e1f66b339ff.png?sfvrsn=a8c03181_2);
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

.slide2 .slider-text {
    max-width: none;
    top: 30%;
    transform: translate(0,-30%);
}

.slider-text {
    background-color: black;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translate(0,-20%);
    opacity: 0.8;
    text-align: left;
    width: 50%;
    height: 30%;
    color: white;
    border-right: solid 20px #0555a1;
}

    .slider-text h3 {
        padding-left: 8%;
        max-width: 512px;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 300;
    }

    .slider-text h4 {
        max-width: 500px;
        padding-left: 8%;
        
    }

    .slider-text h5 {
        max-width: 500px;
        padding-left: 8%;
       
    }
.learnMore {
    color: yellow;
    text-align: left;
    padding-left: 8%;
}


.flex-row {
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    font-weight:300;
    margin-bottom:40px;    
}
    .flex-row .btn-primary {
        background-color: #0555a1;
        width: 80%;
        padding-top: 14px;
        padding-bottom:14px;
        font-size:1.3em;
    }
    .flex-row .btn-primary:hover {
        text-decoration:none;
        opacity:.5;
    }

        .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .flex-row .thumbnail,
    .flex-row .caption {
        flex-direction: column;
        display: flex;
        flex: 1 0 auto;
        height: auto;
        position: relative;
    }

.flex-text {
    flex-grow: 1;
}

.flex-row img {
    min-width: 0;
    width: 100%;
}
.thirdCaption {
    margin-top:10px;
}
    .thirdCaption h3 {
        margin-bottom:26px;
    }

/********************************/
/*       Slides css     */
/********************************/
.slider-section {
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../assets/c1f4e-home-background.jpg);
    background-size: cover;
    background-position: center center;
    /*height: 647px;*/
}

#first-slider .main-container {
    padding: 0;
}


#first-slider .slide1 .text-left, #first-slider .slide3 .text-left {
    padding-left: 40px;
}

#first-slider .carousel-indicators {
    bottom: 30px !important;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}



.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 .carousel-control {
    width: 6%;
    text-shadow: none;
}


#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-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 75%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-angle-left {
    left: 0px;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control .fa-angle-right {
    right: 0px;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pad-none {
    padding: 0px;
}

.lowerBG {
    background-image: url(/images/librariesprovider5/igs-home/lowerbg.jpg?sfvrsn=d4ede590_2);
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    color: white;
    margin: 0;
    margin-bottom: 40px;
}
    .lowerBG h2 {
        margin: 0 auto;
        margin-top: 18%;
        line-height: 25px;
        font-size: 21px;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 60px;
        padding-right: 60px;
    }
    

#footer .col-sm-3 a {
    margin-top: 40px;
    display: inline-block;
}
#footer .col-sm-9 a {
    color: #a3d55e;
    margin-top: 6px;
    display: inline-block;
}
.engineRow {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
    .engineRow .col-xs-8 {
        background-color: #f0f0f0;
        height: 77px;
        margin-left: -15px;
        margin-bottom: 14px;
    }
   
    .engineRow .col-xs-8:hover{
        cursor:pointer;
        opacity:.5;
    }

.slider-section .container {
    padding:0;
}
.mainText {
    color: #005eb8;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size:2em;
}

.col-xs-8 h3 {
    margin-top: 10px;
    font-size: 16px;
}
.col-xs-8 h2 {
    margin-top: 10px;
    font-size: 20px;
}
.accessoriesGrid {
    padding:40px 0px 0px 40px;
}
    .accessoriesGrid p {
        margin-top: 10px;
        font-size: 14px;
        margin-left: -12px;
    }
    .accessoriesGrid img {
        width:50px;
    }
    .accessoriesGrid .col-xs-12, .accessoriesGrid .col-sm-4 {
        margin-bottom: 20px;
        
    }
    .accessoriesGrid .col-xs-12:hover, .accessoriesGrid .col-sm-4:hover {
        opacity:.9;
    }
        .lowerLeft {
    background-color: #005eb8;
    padding: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
    color: white;
    
    min-height: 333px;
}
    .lowerLeft img {
        width:65px;
    }
    .lowerLeft h2 {
        font-size: 28px;
        margin-top: 8px;
    }
    .lowerLeft ul {
        padding-left:18px;
    }

.lowerRight {
    background-color: #243746;
    padding: 40px;
    
    margin-bottom: 40px;
    color: white;
    
    min-height: 333px;
}

    .lowerRight img {
        width: 65px;
    }

    .lowerRight h2 {
        font-size: 28px;
        margin-top: 8px;
    }

    .lowerRight span {
        font-size:10px;
        display:block;
        margin-top:10px;
    }
    .lowerRight button {
        margin-top:20px;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}
input::placeholder {
    color: #a3d55e !important;
    font-size: 1.5em;
}
.carousel-caption h2 {
   
}
.navbar-toggle {
    margin-right: 38px;
}

/*==========  Mobile First Method  ==========*/


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .slider-text h3 {
        font-size: 17px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .slider-text h3 {
        font-size: 24px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .slider-text h3 {
        font-size: 32px;
    }
    .carousel-control .fa-angle-left {
        left: -75px;
       
    }
    .carousel-control .fa-angle-right {
        right: -75px;
       
    }
    .carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
        top: 50%;
    }

    .lowerBG h2 {
        margin-top: 6%;
        line-height: 40px;
        font-size: 33px;
    }
    #footer .col-sm-9 a {
        color: #a3d55e;
        margin-top: 80px;
        display: inline-block;
    }
    .mainText {
        color: #005eb8;
        font-weight: 300;
        margin-top: 50px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 2em;
    }
   
    .engineRow .col-xs-8 {
        background-color: #f0f0f0;
        min-height: 112px;
        margin-left: -15px;
    }
    .col-xs-8 h3 {
        font-size: 20px;
    }
    .col-xs-8 h2 {
        font-size: 30px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
