﻿/* Nav */
nav > div {
    background-color: #DECE9A;
    width: 100%;
    font-family: 'CaviarDreamsBold';
}

#navTerrestrial {
    position: relative;
    height: 30px;
}

ul.MainNav, ul.MainNav li {
    color: #715D3A;
}

ul.MainNav {
    position: relative;
    width: 924px;
    margin: 0 auto;
    padding-left: 30px;
    z-index: 3;
    text-transform: uppercase;
}

    ul.MainNav li {
        position: relative;
        float: left;
        width: 149px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        list-style-type: none;
        background-color: #DECE9A;
        overflow: visible;
    }

        ul.MainNav li a {
            display: block;
            position: relative;
            height: 30px;
            border-radius: 10px;
            font-size: 12px;
            text-decoration: none;
            color: #715d3a;
            background-color: #DECE9A;
        }

            ul.MainNav li a:hover {
                color: #000;
                font-size: 14px;
                background-color: #DECE9A;
                background: -moz-radial-gradient(75% 75%, farthest-corner, #FFF 0%, #DECE9A 50%);
                background: -webkit-radial-gradient(50% 40%, farthest-corner, #FFF 0%, #DECE9A 60%);
                background: -o-radial-gradient(75% 75%, farthest-corner, #FFF 0%, #DECE9A 50%);
                background: -ms-radial-gradient(75% 75%, farthest-corner, #FFF 0%, #DECE9A 50%);
                background: radial-gradient(100% 100%, #FFF 0%, #DECE9A 50%);
            }

            ul.MainNav li a.Selected {
                top: -12px !important;
                color: #000;
                font-size: 14px;
                background-color: #DECE9A;
                background: -moz-radial-gradient(75% 75%, farthest-corner, #FFF 0%, #DECE9A 50%);
                background: -webkit-radial-gradient(50% 40%, farthest-corner, #FFF 0%, #DECE9A 60%);
                background: -o-radial-gradient(75% 75%, farthest-corner, #FFF 0%, #DECE9A 50%);
                background: -ms-radial-gradient(75% 75%, farthest-corner, #FFF 0%, #DECE9A 50%);
                background: radial-gradient(100% 100%, #FFF 0%, #DECE9A 50%);
            }

.TerrestrialSite #funNav, .TerrestrialSite #travelNav {
    position: absolute;
    top: -90px;
    z-index: 1;
}

.MobileSite #funNav, .MobileSite #travelNav {
    display: none;
}

#funNav > ul > li {
    width: 250px;
}

#travelNav > ul > li {
    width: 330px;
}

/* IE Compatibility mode, to account for no box shadows */
.lte9 .Subnav {
    border-top: none;
    border-left: 2px solid #DECE9A;
    border-right: 2px solid #DECE9A;
    border-bottom: 2px solid #DECE9A;
}

.Subnav > ul {
    position: relative;
    width: 1000px;
    height: 38px;
    margin: 0 auto;
    text-transform: uppercase;
    background-color: #FDF9DF;
    border-left: 1px solid #CBC9A6;
    border-right: 0.5px solid #CBC9A6;
    -moz-box-shadow: 3px 3px 2px 1px #CBC9A6;
    -webkit-box-shadow: 3px 3px 2px 1px #CBC9A6;
    box-shadow: 3px 3px 2px 1px #CBC9A6;
}

    .Subnav > ul > li {
        display: inline;
        position: relative;
        list-style-type: none;
        font-size: 12px;
        line-height: 38px;
        float: left;
        background-color: #FDF9DF;
        text-align: center;
    }

        .Subnav > ul > li > a {
            display: block;
            position: relative;
            top: 0px;
            height: 38px;
            border-radius: 10px;
            text-decoration: none;
            color: #715D3A;
        }

            .Subnav > ul > li > a:not(.Selected) {
                opacity: 0.75;
            }

            .Subnav > ul > li > a:hover {
                font-size: 15px;
                color: #000;
                opacity: 1;
            }

            .Subnav > ul > li > a.Selected {
                font-size: 15px;
                color: #000;
            }

.ArrowSlider {
    position: relative;
    display: block;
    top: 18px;
    height: 12px;
    margin: 0;
    opacity: 0;
    z-index: 4;
    background-repeat: no-repeat;
    background-image: url(../../Content/Images/NavTriangle.png);
}

#headerContainer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 1;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: 'CaviarDreamsBold';
}

    #headerContainer h1 {
        margin: 10px auto 0;
        text-align: center;
        font-size: 24px;
        letter-spacing: 5pt;
        text-transform: uppercase;
        font-weight: normal;
        font-family: CaviarDreamsRegular;
        color: #84ACBD;
    }

.Banner {
    margin: 0 auto;
    width: 1000px;
    height: 282px;
    text-align: center;
}

    .Banner img {
        height: 282px;
    }

#easyhtml5video {
    position: absolute;
    left: 0;
}

@media all and (max-width: 780px) {
    .Banner, #easyhtml5video, .Banner img, #easyhtml5video img, #easyhtml5video object {
        max-height: 200px !important;
        min-height: 115px !important;
        height: auto !important;
        width: 100%;
        vertical-align: bottom;
    }

    #easyhtml5video {
        position: relative;
        left: auto;
    }

    #headerContainer, .Banner {
        width: 100%;
    }

        #headerContainer h1 {
            height: 30pt;
            font-size: 16pt;
        }

    #navTerrestrial {
        position: inherit;
        height: 137pt;
        width: 100%;
    }

    ul.MainNav {
        position: absolute;
        width: 100%;
        left: 0.5px;
        padding-left: 0;
        border: 1pt solid;
    }

        ul.MainNav li {
            width: 32.8%;
            height: 66pt;
            line-height: 66pt;
            border: 1pt solid;
        }

            ul.MainNav li a, ul.MainNav li a:hover, ul.MainNav li a.Selected {
                height: 100%;
                font-size: 16pt;
            }

                ul.MainNav li a.Selected {
                    margin-top: 0;
                }

    .ArrowSlider {
        display: none;
    }

    #funNav {
        width: 1000px;
    }

    .Subnav > ul {
        height: auto;
        width: 99%;
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 2.5px solid #DECE9A;
        background-color: #DECE9A;
    }

        .Subnav > ul > li {
            height: 70pt;
            width: 100% !important;
        }

            .Subnav > ul > li > a {
                height: 70pt;
                line-height: 70pt;
                border: 1px solid #DECE9A;
                border-radius: 0;
                font-size: 16pt !important;
                letter-spacing: 3pt;
            }

        .Subnav > ul li a:hover {
            font-weight: normal;
        }

        .Subnav > ul li a span {
            display: block;
            position: relative;
            float: right;
            right: 20pt;
        }

    #funNav, #funNav > ul {
        width: auto;
    }

        #funNav > ul > li {
            width: auto;
        }
}

@media all and (max-width: 525px) {
    ul.MainNav li {
        width: 32.5%;
    }

        ul.MainNav li a, ul.MainNav li a:hover, ul.MainNav li a.Selected {
            font-size: 12pt;
        }
}

/* iPhone < 5 */
@media screen and (device-aspect-ratio: 2/3) {
    #headerContainer h1 {
        font-size: 14pt !important;
    }
}

/* iPhone 5 */
@media screen and (device-aspect-ratio: 40/71) {
    #headerContainer h1 {
        font-size: 14pt !important;
    }
}
