﻿main {
    background-color: #000;
}



/* Overlay */
section .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s; /*Safari 3.1 to 6.0*/
}

section:hover .overlay {
    opacity: 0.3;
}
/* END - Overlay */




.sectionTypeA {
    width: 100%;
    height: 400px;
}

    .sectionTypeA img.icon {
        /*position: absolute;
        top: 50%;
        width: 92px;
        height: 56px;
        margin-top: -30px;*/
        display: none;
    }

    .sectionTypeA .textContent {
        position: absolute;
        top: 50%;
        margin-top: -45px;
        transition: margin-top 0.5s;
        -webkit-transition: margin-top 0.5s; /*Safari 3.1 to 6.0*/
    }

        .sectionTypeA .textContent h2 {
            margin-bottom: 10px;
        }

    .sectionTypeA .button {
        position: absolute;
        top: 50%;
        width: 127px;
        padding-top: 14px;
        padding-bottom: 16px;
        text-align: center;
        border: 2px solid #fff;
        border-radius: 25px;
        background-color: transparent;
        opacity: 0;
        transition: margin-top 0.9s, opacity 0.9s;
        -webkit-transition: margin-top 0.9s, opacity 0.9s; /*Safari 3.1 to 6.0*/
    }

    .sectionTypeA:hover .textContent,
    .sectionTypeA.active .textContent {
        margin-top: -60px;
    }

    .sectionTypeA:hover .button,
    .sectionTypeA.active .button {
        margin-top: 55px;
        opacity: 1;
    }
    /* END - Ortak */



    /* v1 */
    .sectionTypeA.v1 img.icon {
        left: 0;
    }

    .sectionTypeA.v1 .textContent {
        right: 0;
        text-align: right;
    }

    .sectionTypeA.v1 .button {
        right: 0;
    }
    /* END - v1 */



    /* v2 */
    .sectionTypeA.v2 img.icon {
        right: 0;
    }

    .sectionTypeA.v2 .textContent {
        left: 0;
        text-align: left;
    }

    .sectionTypeA.v2 .button {
        left: 0;
    }
/* END - v2 */



.section01, .section02, .section03, .section04, .section05, .section06, .section07, .section08, .section09, .section10 {
    background-position: center center;
    background-size: cover;
}

.section02, .section03, .section04, .section05, .section06, .section07 {
    margin-bottom: 5px;
}



.section01 {
    background-image: url('/Files/Default/slider-01.jpg');
}

    .section01 .textContent {
        position: absolute;
        left: 60px;
        bottom: 15%;
        width: 805px;
    }

        .section01 .textContent h1 {
            margin-bottom: 32px;
            line-height: 73px;
        }


.section02 {
    background-image: url('/Files/Default/img-01.jpg');
    background-color: #000;
}

.section03 {
    display:none;
    background-image: url('/Files/Default/img-02.jpg');
}

.section04 {
    background-image: url('/Files/Default/img-03.jpg');
}

.section05 {
    display:none;
    background-image: url('/Files/Default/img-04.jpg');
}

.section06 {
    background-image: url('/Files/Default/img-05.jpg');
}

.section07 {
    background-image: url('/Files/Default/img-06.jpg');
}

.section08 {
    background-image: url('/Files/Default/img-07.jpg');
}

.section09 {
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url('/Files/Default/img-08.jpg');
}

    .section09 .gridFrameWrapper2 h4 {
        margin-bottom: 30px;
        line-height: 53px;
    }

    .section09 .gridFrameWrapper2 p {
        width: 725px;
        margin-bottom: 55px;
        line-height: 21px;
    }

.section10 {
    background-image: url('/Files/Default/img-09.jpg');
    text-align: center;
}

    .section10:before {
        content: '';
        display: inline-block;
        margin-right: -0.25em;
        width: 0;
        height: 100%;
        vertical-align: middle;
    }

    .section10 .gridFrameWrapper2 {
        display: inline-block;
        height: auto;
        text-align: left;
        vertical-align: middle;
    }

        .section10 .gridFrameWrapper2 h4 {
            margin-bottom: 20px;
            line-height: 67px;
        }

        .section10 .gridFrameWrapper2 .address img.icon-map {
            float: left;
            margin-right: 20px;
        }

        .section10 .gridFrameWrapper2 .address .contactInfo {
            float: left;
            line-height: 21px;
        }

            .section10 .gridFrameWrapper2 .address .contactInfo h6 {
                margin-bottom: 10px;
            }

        .section10 .gridFrameWrapper2 a.goToMap {
            margin-top: 110px;
        }