﻿#SlideshowFixHeight {
    display: none;
}

.fixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    height: 202px;
}

#headerImgContainer {
    max-height: 202px;
    width: 100%;
}

#headerImg {
    /*max-height: 202px;*/
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width:initial;
}

.arrowLeft, .arrowRight {
    top: 50%;
}

.centeredimage {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center;
}

.header {
    text-align: center;
    /*font-size: 38px;*/
    font-size: 34px;
    font-family: 'Neo Sans Medium';
    vertical-align: middle;
    color: #77ca4e;
    margin-top: 20px;
    line-height: 2.8rem;
}

.title {
    /*font-size: 31px;*/
    font-size: 24px;
    font-family: 'Neo Sans Medium';
    vertical-align: middle;
    color: #0a5b7b;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 428px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.2rem;
}

.text {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    /*font-size: 18px;*/
    font-size: 16px;
    margin: 10px;
    font-family: Lato;
    color: #0a5b7b;
    /*max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

    .text > p {
        line-height: 1.5rem;
        /*font-size: 18px;*/
        font-size: 16px;
        color: #1f1f1f;
    }



.text > p {
    margin: 0;
    padding: 0;
}

@media (max-width : 1024px) {

    .margined {
        max-width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 992px) {
/*@media (max-width: 1024px) {*/

    .margined {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #headerImgContainer {
        max-height: 101px;
    }

    #headerImg {
        height: 101px;
        max-width: initial;
        width: auto;
    }

    #SlideshowFixHeight {
        display: block;
        height: 150px;
    }

    #generalcontainer > .row > div {
        height: 125px;
    }

    [id^=SlideImageNovo_] {
        width: 100%;
        height: 100%;
        top: 0;
    }

    .arrowLeft, .arrowRight {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .header {
        /*font-size: 18px;*/
        		font-size: 16px;
        line-height: inherit;
    }

    .centeredimage {
        background-image: url('/images/PresentationItem.png') !important;
        height: 200px;
    }

    .title {
        font-size: 16px;
        margin: auto;
        line-height: inherit;
        margin-top: 30px;
    }

    .text {
        font-size: 14px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-align: left;
        line-height: inherit;
    }

        .text > p {
            font-size: 14px;
        }

    .textItem {
        text-align: center;
        margin-top: 5%;
    }


    .mainSlide {
        margin-left: 12%;
        margin-right: 12%;
        width: 76%;
    }
}
