/* Transforms */
html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}

body{
    padding-top: 80px;
}

.container-fluid{
    padding: 0;
}

.noBullets li{
    margin: 0 0 15px 0;
}

/* Decorations */

.dropShadow {
    -webkit-box-shadow: 0 5px 7px -7px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 5px 7px -7px rgba(0,0,0,0.8);
    box-shadow: 0 5px 7px -7px rgba(0,0,0,0.8);
}

.orangeText{
 color: #F49419 !important;
}

.text-Caps{
    text-transform: uppercase;
}

.footerSection{
    position: relative;
    min-height: 5%;
    width: 100%;
    background-color: #1F1F1F;
    margin: 0;
    padding-bottom: 5px;
}

.list-side{   
    background-color: #333333;
    list-style-type: none;
    text-align: center;
    padding: 20px;
}

.list-side .list-side-item{
    display: inline;
    padding: 5px;    
}

.list-side .list-side-item .list-side-link{
    text-decoration: none;
    color: #eee;    
}

.noBullets{
    list-style-type: none;
}

/* owl Carousel */

.owlImage{
    padding: 5%; 
    margin: 0px 10%; 
    background-position: center center; 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-color: rgba(0, 0, 0, 0); 
    min-height: 231px;
}