﻿html, body, form {
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    -ms-scroll-limit: 0 0 0 0 !important;
}

body { 
    font-family: Arial;
    font-size: medium;
    color: white;
    background-image: url(../Images/3.JPG);
    margin: auto auto auto auto;
    font-weight: 700;
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
    -ms-scroll-limit: 0 0 0 0 !important;
}

#wrapper {
    margin: auto auto auto auto;
    max-width: 68.85%;
    height: auto;
    min-height: 100%;
    max-height: 2000px;
    position: relative;    
    background-color: #f0f0f0;
    text-align: left;
    box-shadow: 3px 3px 5px 6px #ccc;
    clear: both;
    display: table;
    content: "";
    overflow: hidden !important;
    -ms-scroll-limit: 0 0 0 0 !important;
}

#crossfadesmall {
    display: none;
}

#crossfadebig > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: imageAnimation 72s linear infinite 0s;
    -moz-animation: imageAnimation 72s linear infinite 0s;
    -o-animation: imageAnimation 72s linear infinite 0s;
    animation: imageAnimation 72s linear infinite 0s;
}

#crossfadebig > img:nth-child(1) {
    background-image: url(../Images/6.png);
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#crossfadebig > img:nth-child(2) {
    background-image: url(../Images/try7.JPG);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

#crossfadebig > img:nth-child(3) { 
    background-image: url(../Images/4.png);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s; 
}
#crossfadebig > img:nth-child(4) { 
    background-image: url(../Images/2.png);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s; 
}
#crossfadebig > img:nth-child(5) { 
    background-image: url(../Images/try4.JPG);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    animation-delay: 24s; 
}

#crossfadebig > img:nth-child(6) {
    background-image: url(../Images/1.png);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    animation-delay: 30s;
}

#crossfadebig > img:nth-child(7) {
    background-image: url(../Images/DSC_0238.JPG);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    animation-delay: 36s;
}

#crossfadebig > img:nth-child(8) {
    background-image: url(../Images/8.png);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    animation-delay: 42s;
}

#crossfadebig > img:nth-child(9) {
    background-image: url(../Images/try6.JPG);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    animation-delay: 48s;
}

#crossfadebig > img:nth-child(10) {
    background-image: url(../Images/5.png);
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    animation-delay: 54s;
}

#crossfadebig > img:nth-child(11) {
    background-image: url(../Images/3.png);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    animation-delay: 60s;
}

#crossfadebig > img:nth-child(12) {
    background-image: url(../Images/try5.JPG);
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    animation-delay: 66s;
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 1;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
    }
    10.5% { opacity: 1;
         -webkit-animation-timing-function: ease-out;
         -moz-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
    12.5% { opacity: 0 }
    97% {opacity: 0 }
    100% { opacity: 1 }
}

@-moz-keyframes imageAnimation { 
    0% { opacity: 1;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
    }
    10.5% { opacity: 1;
         -webkit-animation-timing-function: ease-out;
         -moz-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
    12.5% { opacity: 0 }
    97% {opacity: 0 }
    100% { opacity: 1 }
}

@-o-keyframes imageAnimation { 
    0% { opacity: 1;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
    }
   10.5% { opacity: 1;
         -webkit-animation-timing-function: ease-out;
         -moz-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
    12.5% { opacity: 0 }
    97% {opacity: 0 }
    100% { opacity: 1 }
}


@keyframes imageAnimation { 
    0% { opacity: 1;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in; 
    }
    10.5% { opacity: 1;
         -webkit-animation-timing-function: ease-out;
         -moz-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
    12.5% { opacity: 0 }
    97% {opacity: 0 }
    100% { opacity: 1 }
}


#drawer-toggle {
    display: none;
}

#drawer-toggle-label {
    display: none;
}

#navigation a {
    display: none;
}

#navigation {
    height: 4% !important;
    min-height: 40px !important;
    margin: 0 0 1.5% 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    background-repeat: repeat-x;
    list-style: outside none none;
    width: 100%;
    color: white;
    z-index: 122;
    position: relative;
}

#nav {
    list-style: none;
    font-weight: bold;
    margin-bottom: 0.5%;
    margin-left: 7.5%;
    float: left;
    width: 92.5%;
    z-index: 55;
}

    #nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
        display: none;
        z-index: 2;
    }

    #nav li {
        font-size: small;
        font-weight: bold;
        color: white;
        text-align: center;
        text-shadow: 0.1em 0.1em #333;
        float: left;
        position: relative;
        width: 16%;
        height: 35px;
        top: -8px;
        margin-right: 1.5%;
        left: 0;
        z-index: 225;
    }


    #nav a:link, #nav a:active, #nav a:visited {
        display: block;
        color: white;
        text-decoration: none;
    }

    #nav a:hover {
        color: #f5c900;
    }

    #nav li a {
        display: block;
    }

    #nav li ul {
        display: none;
    }

    #nav li:hover ul {
        display: block;
        position: absolute;
        z-index: 252;
        padding-top: 0;
        margin-top: 6%;
        margin-bottom: 2%;
    }

    #nav li ul li {
        padding-top: 5%;
        padding-bottom: 2%;
        height: 25%;
        z-index: 253;
        text-align: center;
        width: 110%;
        background: black;
        overflow: hidden;
    }

#content_area {
    margin: 1.25% 2.5% 20px 2.5%;    
    float: right;
    top: 4%;
    width: 75%;
    min-height: 40%;
    max-height: 1600px;
    height: 67%;
    padding: 0.75% 0.75% 20px 0.75%;    
    z-index: 1;
    position: relative;
    left: 0;
}

#sidebar {
    margin-top: 13%;
    float: left;
    width: 16.75%;
    height: 76%;
    top: 10%;
    padding: 0.75% 0.75% 2.5% 0.75%;
    text-align: right;
    border-right: solid thin #ccc;
    z-index: 1;
    position: absolute;    
}

#footer {
    width: 99%;
    height: 4%;
    color: gray;
    font-size: small;
    text-align: right;    
    position: absolute;
    z-index: 10;
    float: right;
    bottom: 0;
    right: 0;
    left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auto-style4 {
        padding-top: 0 !important;
        margin-top: 0 !important;
        font-weight: 600 !important;
    }

    #content_area {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}





