﻿html,
body {
    height: 100%;
    line-height: 1.7em;
    font-size: 14px;
    background-color: #FFF;
    font-family: 'Crimson Text', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
/*--- overwrite---*/
.zone-content header {
    display: none;
}

.row {
    margin: 0 0 20px 0;
    width: 100%;
}

.table > .row .table .row {
    width: 100%;
}

.navbar {
    padding: 0;
}

.spacer-below-shead {
    height: 180px;
}
/*--- Layout and General ---*/
#layout-wrapper, .wrapper-main {
    min-height: 100%;
    position: relative;
}

.body-content {
    padding: 120px 0 450px 0;
}
.btn-car-brown {
    background-color: #bd2828;
    border: 2px #de2f2f solid;
    color: #FFF;
    font-size: 1.125rem;
    padding: 10px 25px;
    font-family: 'Montserrat', sans-serif;
}

    .btn-car-brown:hover,
    .btn-car-brown:focus {
        background-color: rgba(255, 255, 255, 0.7);
        color: #bd2828;
    }

footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 450px;
    background-color: #1b1211;
}


h1, h2, h3 {
    font-family: 'Crimson Text', 'Times New Roman', Georgia, Arial;
    
}

h1 {
    font-size: 30px;
    color: #2a2a2a;
}

h2 {
    font-size: 46px;
}

h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

h4 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #2a2a2a;
}

h5 {
    line-height: 1.5em;
}

a:hover {
    color: #005c68;
    text-decoration: underline;
}

a {
    color: #028798;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.col-light {
    color: #FFF;
}

.bg-lighten {
    background-color: #FFF;
    color: #212121;
}

.bg-light-grey {
    background-color: #efefef;
    color: #212121;
}

.bg-darken {
    background-color: #212121;
    color: #FFF;
}

.btn-white-border {
    background-color: transparent;
    border: 1px #FFF solid;
    border-radius: 50px;
    color: #FFF;
    padding: 10px 35px;
    text-align: center;
    font-size: 16px;
}

    .btn-white-border:hover,
    .btn-white-border:focus {
        background-color: #FFF;
        color: #212121;
    }

.btn-dark-border {
    background-color: transparent;
    border: 1px #212121 solid;
    border-radius: 50px;
    color: #212121;
    padding: 10px 35px;
    text-align: center;
    font-size: 16px;
}

    .btn-dark-border:hover,
    .btn-dark-border:focus {
        background-color: #212121;
        color: #FFF !important;
    }

.btn-red-border {
    background-color: transparent;
    border: 1px #c92037 solid;
    border-radius: 50px;
    color: #c92037;
    padding: 10px 35px;
    text-align: center;
    font-size: 16px;
}

    .btn-red-border:hover,
    .btn-red-border:focus {
        background-color: #c92037;
        color: #FFF;
    }


.btn-green-border {
    background-color: transparent;
    border: 1px #027c8b solid;
    border-radius: 50px;
    color: #027c8b;
    padding: 10px 35px;
    text-align: center;
    font-size: 16px;
}

    .btn-green-border:hover,
    .btn-green-border:focus {
        background-color: #027c8b;
        color: #FFF;
    }

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-row {
    padding-top: 60px;
    padding-bottom: 80px;
}

.list-gen {
    margin: 0 0 0 15px;
    padding: 0;
}

    .list-gen li {
        list-style-type: none;
        padding-left: 0;
    }

        .list-gen li a .la {
            padding-right: 10px;
        }

        .list-gen li a {
            padding: 2px 0;
            display: block;
        }

            .list-gen li a::before {
                font-family: LineAwesome;
                content: "\f112";
                padding-right: 5px;
            }

.hr-light,
.hr-footer {
    border-top: 1px rgba(255,255,255,0.5) solid;
    margin-top: 25px;
    margin-bottom: 25px;
}

.spacer-gen {
    height: 40px;
}

.spacer-top-gen {
    padding-top: 40px;
}

.spacer-bot-gen {
    padding-bottom: 40px;
}


/*--- header ---*/
.navbar-brand {
    height: 70px;
    width: 210px;
    margin-top: 8px;
}

.header-contact {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af1a2d+1,96162b+50,7f1318+100 */
    background: rgb(175,26,45); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(175,26,45,1) 1%, rgba(150,22,43,1) 50%, rgba(127,19,24,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175,26,45,1) 1%,rgba(150,22,43,1) 50%,rgba(127,19,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175,26,45,1) 1%,rgba(150,22,43,1) 50%,rgba(127,19,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1a2d', endColorstr='#7f1318',GradientType=1 ); /* IE6-9 */
    height: 50px;
}

    .header-contact .container {
        position: relative;
    }

.header-contact-setup {
    color: rgba(255,255,255,0.8);
    position: absolute;
    right: 40px;
    padding-top: 12px;
    font-size: 14px;
}

    .header-contact-setup a {
        color: rgba(255,255,255,0.8);
    }

        .header-contact-setup a:hover,
        .header-contact-setup a:focus {
            color: #FFF;
            text-decoration: none;
        }

    .header-contact-setup .la {
        font-size: 18px;
    }

.header-nav {
    min-height: 120px;
    background-color: #FFF;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

    .nav-link:hover {
        color: #000;
    }

.navbar-nav {
    margin-top: 10px;
}

#layout-header .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    margin: 37px 0 0 300px;
}

    #layout-header .menu li {
        list-style-type: none;
        padding-right: .7rem;
        padding-left: .7rem;
    }

    #layout-header .menu a {
        color: #363636;
    }

        #layout-header .menu a:hover,
        #layout-header .menu a:focus {
            color: #000;
        }

    #layout-header .menu .dropdown::after {
        content: "\25BE";
        color: #FFF;
        line-height: 45px;
        padding-left: 5px;
    }

    #layout-header .menu .current a {
        color: #000;
        font-weight: bold;
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    height:586px;
    min-width: 100%;
    right: 0;
}

.carousel-caption {
    top: 5rem;
    z-index: 10;

}

.carousel-indicators {
    bottom: 20px;
}

.carousel-item {
    height: 586px;
    min-width: 100%;
    background-color: #FFF !important;
}

.spacer-below-carousel {
    height: 200px;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 586px;
}
.SlideE {
    background: #fff url(https://sages.co.za/Content/Images/SAGES2024.jpg) no-repeat center top;
    background-size: 100%;
}
.car-head-h1 span {
    font-style: italic;
}
/*--- quick links | Home Page ---*/
.quick-links-row {
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
    justify-content: center;
    align-content: center;
}

.quick-links-col {
    flex: 1;
    border-right: 1px #CCC dotted;
    text-align: center;
    padding: 0 30px;
}

    .quick-links-col:last-child {
        border-right: none;
    }

    .quick-links-col .icon-circle {
        border-radius: 50%;
        border: 5px #d3d3d3 solid;
        width: 130px;
        height: 130px;
        line-height: 130px;
        text-align: center;
        padding-top: 10px;
        margin: 0 auto;
    }

        .quick-links-col .icon-circle .la {
            color: #d3d3d3;
            font-size: 4.5rem;
        }

    .quick-links-col h5 {
        padding: 10px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

/*--- Footer ---*/
.footer-setup {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .footer-setup .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .footer-setup p,
    .footer-setup a {
        color: rgba(255,255,255,0.6);
    }

        .footer-setup a:hover,
        .footer-setup a:focus {
            color: #FFF;
            text-decoration: none;
        }

    .footer-setup .table {
        color: rgba(255,255,255,0.6);
    }

        .sp-contact-gold .table td,
        .sp-contact-gold .table th,
        .footer-setup .table td,
        .footer-setup .table th {
            padding: 0.3rem;
            vertical-align: top;
            border-top: none;
        }

            .sp-contact-gold .table th .la,
            .footer-setup .table th .la {
                font-size: 18px;
            }

/*--- Sub Page Styling---*/
.sp-head {
    height: 200px;
    color: #FFF;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
}

.sp-head-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sp-head h1 {
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    margin-top: 50px;
}

.sp-head img {
    height: auto;
    width: 100%;
}
/*--- left nav---*/
.leftnav {
    margin: 0;
    padding: 0;
}

    .leftnav li {
        list-style-type: none;
    }

        .leftnav li a {
            display: block;
            padding: 5px 10px;
        }

#layout-main .menu {
    margin-left: -2.5rem;
    margin-bottom: 2rem;
}

    #layout-main .menu li {
        border-bottom: 1px #CCC dotted;
        list-style-type: none;
    }

        #layout-main .menu li:last-child {
            border-bottom: none;
        }

        #layout-main .menu li a {
            display: block;
            color: #311413;
            padding: 10px 0;
        }


    #layout-main .menu .current a {
        color: #af1a2d;
        font-weight: 600;
        padding: 10px 0;
    }


/*--- container substitute ---*/

.orchard-layouts-root {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/*--- media min-width---*/
@media (min-width: 576px) {
    .orchard-layouts-root {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .orchard-layouts-root {
        max-width: 720px;
    }

    .nav-item {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .orchard-layouts-root {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .orchard-layouts-root {
        max-width: 1140px;
    }
}

/*--- media max-width---*/
@media (max-width:1366px) {
    h1 {
        font-size: 46px;
    }

    .carousel-item {
        height: 586px;
        background-color: #FFF !important;
    }

    .spacer-below-carousel {
        height: 520px;
    }

    .carousel-item > img {
        height: 100%;
    }

    .section-row {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 20px;
    }

    h2,
    h4,
    h5 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .carousel-item {
        height: 225px;
        background-color: #FFF !important;
    }

        .carousel-item > img {
            height: 100%;
        }

    .carousel-caption {
        top: 1rem;
        z-index: 10;
    }
h3 {
    font-size: 14px;
}
   
.btn-dark-border {
  padding: 5px 5px !important;
    font-size: 8pt !important;
}

    .carousel-indicators {
        display: none;
    }

    .spacer-below-carousel {
        height: 320px;
    }

    .carousel-caption h1 {
        font-size: 22px;
    }

    .bg-lighten {
        /*background-color:rgba(255,255,255,0.4);*/
        color: #212121;
    }

    .section-row {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .navbar .col-sm-4 {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .navbar .col-sm-8 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    #layout-header .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: flex;
        margin: 50px 0;
    }

    .span-3,
    .span-4,
    .span-6,
    .span-8,
    .span-9 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sp-head {
        height: 125px;
    }

    .spacer-below-shead {
        height: 125px;
    }

    .sp-head img {
        height: 100%;
        width: 100%;
    }

    .cell {
        padding-right: 0;
        padding-left: 0;
    }

    p {
        padding-right: 15px;
        padding-left: 15px;
    }

    footer {
        height: 900px;
    }

    .body-content {
        padding: 120px 0 900px 0;
    }

    footer .col-sm-4 .text-right {
        text-align: left !important;
    }

    .footer-setup .table {
        margin-left: 15px;
        margin-right: 15px;
    }

    .spacer-top-gen {
        padding-top: 10px;
    }

    .spacer-bot-gen {
        padding-bottom: 10px;
    }
    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 225px;

}

}

@media (max-width:480px) {
    .carousel-item {
        height: 225px;
        background-color: #FFF !important;
    }

        .carousel-item > img {
            height: 100%;
        }
        
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
      height: 225px;

}

h3 {
    font-size: 14px;
}
   
.btn-dark-border {
  padding: 5px 5px;
    font-size: 8pt;
}
 .spacer-below-carousel {
        height: 225px;
    }

    .carousel-caption {
        top:0px;
    }

        .carousel-caption h1 {
            display: none;
        }

    .spacer-top-gen {
        padding-top: 5px;
    }

    .spacer-bot-gen {
        padding-bottom: 5px;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .btn {
        width: 100%;
    }
}
