﻿
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Common Styles */
body {
    font-family: "Archivo Narrow", sans-serif;
    color: #503f2c;
    clear: both;
    font-size: 14px;
    line-height: 18px;
    font-kerning: auto;
    height: 100vh;
    overflow: hidden;
}



a:hover {
    color: #5ac4be;
    text-decoration: none;
}

header {
    background-color: #000;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100;
    height: 70px;
    background: url( 'Images/bgtopRepeat.png' ) repeat;
}

.lang {
    position: relative;
    float: right;
    padding: 0;
    width: 120px;
    margin-top: -10px;
}


    .lang a {
        font-size: 80%;
        color: #fff;
        padding-left: 5px;
        font-family: "HelveticaNeue-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    }


footer,
#footer {
    color: #5ac4be;
    padding: 0;
    text-align: left,;
    line-height: normal;
    margin: 0;
    background-color: #564430;
    height: 35px;
    z-index: 1000;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
}

.subFooter {
    color: #5ac4be;
    padding: 10px 0;
    text-align: left,;
    line-height: normal;
    margin: 0;
    background-color: #564430;
    height: 35px;
    z-index: 1000;
    width: 100%;
    position: fixed;
}

footer p {
    margin: 0 auto;
    padding: 10px;
    width: 960px;
}


/* Common Styles End*/

/* navigation */


/*Navigation end*/

/* Main Layout*/

section#main {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    width: 100%;
}


.center-wrap {
    position: relative;
    margin: 0 auto;
    display: block;
}



.supCenter-wrap {
    position: relative;
    margin: 0 auto;
    display: block;
}
/*Main Layout End*/



.trans {
    position: relative;
    max-width: 100%;
    height: 35vh;
    min-height: 270px;
    padding: 20px;
    background-color: #fff;
    margin: 0 auto;
    opacity: 0.9;
    color: #503f2c;
    line-height: 18px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .trans header {
        font-size: 20px;
        margin-top: 35px;
    }

    .trans h1 {
        font-size: 20px;
        margin-top: 35px;
    }

.galeriContent img {
    margin: 0 0 10px 5px;
    float: left;
}

    .galeriContent img a:hover {
        background-color: transparent;
        color: transparent;
    }

section.subLeft {
    float: left;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    padding: 0 0 0 20px;
    position: relative;
    width: 99%;
    text-align: left;
}

    section.subLeft img {
        width: auto;
        height: auto;
        margin-top: 5px 0;
    }

/* Sub Layout  End */


/* FORM ELEMENTS*/

fieldset {
    border: none;
    padding: 0;
    margin: 2px 0;
    position: relative;
    float: left;
    width: 95%;
}


.formRow1 {
    margin: 0 auto;
    width: 45%;
    float: left;
    position: relative;
}

.formRow2 {
    margin: 0 auto;
    width: 45%;
    float: left;
    position: relative;
    left: 45px;
}

.formRow3 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}


input[type="text"], textarea {
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 6px;
    /*  height: 15px;*/
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -moz-opacity: 1; /* Firefox */
    -khtml-opacity: 1; /* Safari 1.x */
    opacity: 1;
    background-color: #fff;
}

    input[type="text"]:focus,
    textarea:focus {
        background: #fafafa;
        outline: none !important;
        border-color: #4a4a4a;
    }

textarea {
    height: 43px;
}


.sendBtn {
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    background: -moz-linear-gradient(top, #5ac4be 0%, #98e8e3 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ac4be), color-stop(100%,#98e8e3)); /* webkit */
    border: 1px solid #98e8e3;
    cursor: pointer;
    float: left;
    height: 30px;
    padding: 0 15px;
    min-width: 75px;
    width: auto;
    max-width: 95px;
    color: #000;
}

    .sendBtn:hover {
        -moz-box-shadow: 0px 0px 5px #999;
        -webkit-box-shadow: 0px 0px 5px #999;
        background: -moz-linear-gradient(top, #98e8e3 0%, #5ac4be 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98e8e3), color-stop(100%,#5ac4be)); /* webkit */
    }

* + html .sendBtn {
    background: #5ac4be; /* IE7 ONLY*/
}

.sendBtn {
    background: #5ac4be \0/; /* IE8*/
    background: #5ac4be\9; /* IE9 Only */
}


#result {
    position: relative;
    float: left;
    background-color: transparent;
    color: red;
    font-size: 12px;
    padding: 0;
    width: 35%;
    margin: 5px 0 5px 25px;
}


.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
/* Validation helpers End */

/* MISC  -*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

/* Mısc End*/

.logoMobile {
    display: none;
}

    .logoMobile img {
        border: 0 none;
    }



.logoNormal {
    width: 105px;
    height: 105px;
    position: absolute;
    display: block;
    float: left;
    z-index: 1500;
    top: 0;
}




/*------------------------------------------------------------------ */
table a:link {
    font-weight: bold;
    text-decoration: none;
}

table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

table a:active,
table a:hover {
    text-decoration: underline;
}

table {
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px 0;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    border-top: #ccc 1px solid;
}

    table th {
        padding: 21px 25px 22px 25px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

        table th:first-child {
            text-align: left;
            padding-left: 20px;
        }

    table tr:first-child th:first-child {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    table tr:first-child th:last-child {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    table tr {
        text-align: center;
        padding-left: 20px;
    }

    table td:first-child {
        text-align: left;
        padding-left: 20px;
        border-left: 0;
    }

    table td {
        padding: 5px;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

    table tr.even td {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

    table tr:last-child td {
        border-bottom: 0;
    }

        table tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        table tr:last-child td:last-child {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    table tr:hover td {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }


    table strong {
        font-weight: bold;
    }

.langResponsive {
    display: none;
}


.staticImage {
    display: none;
}

.lnk3D {
    display: block;
}

.mailSuccess {
    width: 293px;
    height: 153px;
    margin: 0 auto;
    margin-top: 2%;
    background-color: #fff;
    text-align: center;
}


.contactLeft {
    float: left;
    padding: 0;
    position: relative;
    width: 45%;
    text-align: left;
}



.contactRight {
    border-left: 1px solid #E6E6E6;
    float: left;
    margin: 15px 0 0 2%;
    padding: 0 10px;
    position: relative;
    width: 100%;
    text-align: left;
}

    .contactRight strong {
        font-weight: bold;
        font-size: 16px;
        color: #000;
    }

hr {
    color: gray;
    background: gray;
    border: 0;
    height: 1px;
    margin: 1em 0 1em;
}



.supCenter-wrap {
    background: transparent url( '/content/Images/BgSub.jpg' ) no-repeat top;
    background-size: contain;
}

    .supCenter-wrap img {
        width: 100%;
        display: block;
        max-width: none;
    }




/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}



    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }




.lb-dataContainer {
    padding-top: 0;
    margin-top: -25px;
}



.lb-outerContainer {
    top: -30px !important;
}



/* new */
/*.main-teaser {
    height: 100vh;
    overflow: hidden;
}*/


img.slider-img {
    height: 100vh;
}

.slider-container {
    display: none;
}

.b-nav-top {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    height: 70px;
    background: url(/media/bgtopRepeat.png) repeat;
}


a.navbar-brand {
    margin-top: 40px;
}

.navbar > .container {
    width: 960px;
}

.nav-link {
    color: #fff;
    font-size: 16px;
}

    .nav-link:hover {
        color: #5ac4be;
    }

.lang-link {
    font-size: 12px;
}

.subcontent {
    background: url(/media/Slider/4035.jpg) no-repeat;
    height: 100vh;
    background-size: contain;
}


.foto-galeri {
    background: url(/media/Slider/4035.jpg) no-repeat;
    height: 100vh;
    background-size: contain;
}


.photo-list {
    margin-top: 0;
    padding: 0;
    text-align: center;
}

    .photo-list > .row {
        height: 45vh;
        min-height: 270px;
        padding: 20px;
        background-color: #fff;
        margin: 0 auto;
        opacity: 0.9;
        color: #503f2c;
        line-height: 18px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.photo-item img {
    max-width: 80%;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu.show {
    background-color: #5ac4be;
    padding: 0;
}


.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #83d0cc;
}

@media only screen and (max-width: 768px) {

    .b-nav-top {
        margin-top: -45px;
        /* position: absolute; */
        height: auto;
    }

    .nav-link {
        color: inherit;
    }

    .trans {
        max-width: 100%;
        height: 100vh;
    }

    .photo-list > .row {
        height: 90vh;
    }

    .subcontent {
        background: none;
        height: 100vh;
    }


    .foto-galeri {
        background: none;
        height: 100vh;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar > .container {
        width: 100vw;
    }


    .navbar-toggler {
        border: 0;
        margin-top: 45px;
    }

    .offcanvas {
        background-color: #D8CEB4;
    }


    .dropdown-menu.show {
        background-color: transparent;
        padding: 0;
        border: 0;
        float: right;
        text-align: right;
    }
}

.h-45
{
    height: 45vh;
}


ul.menu.menu-main-menu.navbar-nav.ms-auto {
 
    margin-left: 0 !important;
}
.msc-auto
{

}

.field-validation-error {
    color: #ff0000;
    float: left;
}

li.nav-item {
    /* float: right; */
    /* width: 100%; */
    text-align: right;
}