﻿@charset "UTF-8";
/* CSS Document */

/*html, body
{
    color: Lime;
    font: 1em/1.5em 'Lato', sans-serif;
    font: 1em/1.5em 'Lato';
    font-size: 1em;
    font-family: 'Lato', sans-serif;
}*/

h1, h2, h3, h4, h5, h6 {
    color: black;
    text-shadow: 3px 3px 0 rgba(255,255,255,0.6);
}

.FullScreenButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4vw;
    height: 3.4vh;
    z-index: 99999;
   
    filter: drop-shadow(9px 9px 9px black);
    pointer-events: all;
}

.FullScreenImage {
    width: 6vw;
    height: 6vh;
    filter: drop-shadow(9px 9px 9px black);
}

.LeftAlign {
    text-align: left;
}

.AvatarPlaceholder {
    min-height: 50px;
}

.ToAvatarContainer {
    position: relative !important;
}

.ToAvatars {
    border: 1px solid gray !important;
    border-radius: 5px;
    height: 80px !important;
}

.FromAvatarContainer {
    position: relative !important;
}

.FromAvatars {
    border: 1px solid gray !important;
    border-radius: 5px;
    height: 80px !important;
}

.AvatarNames {
    position: absolute;
    margin-left: 3px;
    top: 30px;
    left: 0;
    height: 18px;
    color: white;
    background-color: black;
}

.TabStyle {
    background-color: white !important;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}

.nav-tabs, .nav-pills {
    text-align: center;
}

    .nav-tabs.centered > li, .nav-pills.centered > li {
        float: none;
        display: inline-block;
    }

    .nav-tabs.centered, .nav-pills.centered {
        text-align: center;
    }

.toolbarstyle {
    max-width: 600px;
    max-height: 55px;
    /* text-align: center; */
    padding: 3px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px !important;
    margin-bottom: 3px !important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,0.3)), to(rgba(255,255,255,0.5)), color-stop(.1,#44000000));
    animation: inout 1s;
    animation-iteration-count: 1;
    -webkit-animation: inout 1s; /* Safari & Chrome */
    -webkit-animation-iteration-count: 1;
    margin: auto;
}

.closebarstyle {
    width: 300px !important;
    margin: auto !important;
}

    .closebarstyle li a span {
        display: none;
    }
    /* Hide text */
    .closebarstyle ul {
        border: white 1px solid;
        margin: auto;
        padding: 0px;
        list-style-type: none; /* remove default list style */
    }

    .closebarstyle li {
        margin: 0px;
        padding: 0px;
        float: left;
        list-style-type: none !important; /* remove default list style */
    }

        .closebarstyle li a {
            width: 150px;
            float: left;
            padding: 0px;
            margin: 5px 24px 24px 5px;
            border-radius: 5px;
        }

.closebutton {
    position: absolute;
    right: 1vw;
    top: 61vw;
    right: 1vmax;
    top: 1vmax;
    height: 50px;
    z-index: 99;
}

.sendbutton {
    height: 75px !important;
    width: 75px !important;
    position: absolute;
    right: 25px;
    top: 350px;
}


.tabbutton {
    float: right;
    font-size: 50px;
    z-index: 101;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    border: solid 0px black;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Lato', sans-serif;
    position: relative;
    -transition: all 100ms ease-in;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 210ms ease-out;
}

.btnicon {
    padding-top: 7px;
    text-align: center;
    position: relative;
}

.btntexticon {
    text-align: center;
    position: relative;
}

.btntext {
    font-size: 18px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 34px;
    left: 0px;
    text-shadow: none !important;
    margin-top: -3.4px;
}

.opensans {
    font-family: 'Lato', sans-serif;
}

.LeftSpacer {
    margin-left: 30px;
}

.SubscribeEmail {
    margin-top: 10px !important;
    height: 42px !important;
    font-size: 1.5em !important;
}

.nav-tabs li {
    background-color: transparent;
    color: white !important;
    /*border:solid;border-color:white;border-width:1px;border-radius:3px;*/
}


    .nav-tabs li.active {
        /* border:1px solid white !important;
    color:silver!important;
    background-color:silver !important;
    border:solid;border-color:white;border-width:1px;border-radius:3px;*/
    }

        .black-nav-tabs li.active, .nav-tabs li.active > a {
            background-color: #345 !important;
            color: black !important;
        }

            .black-nav-tabs li > a:hover, .nav-tabs li.active > a:hover {
                background-color: white !important;
                color: black !important;
            }

            .nav-tabs li > a:hover, .nav-tabs li.active > a, .nav-tabs li.active > a:hover {
                background: #345 !important;
                /*background-color: rgba(0,100,188,.66) !important;*/
                color: white !important;
                margin: 3px;
                /*border: white 2px solid !important;
                border-bottom: white 3px inset !important;*/
            }

.BigText {
    color: white;
    font-size: xx-large;
    line-height: 50px;
}

.MessageText {
    background-color: rgba(255,255,255,0.9);
    color: black !important;
    font-size: xx-large !important;
    line-height: 40px;
    height: 250px !important;
    width: 450px !important;
    margin: 2px;
    padding: 10px;
}

.import-tabs {
    margin: 4px !important;
}

    .import-tabs li, .import-tabs a {
        background-color: rgba(0,0,0,.4) !important;
        color: white !important;
        border: 2px solid black;
        font-size: large;
    }

        .import-tabs li > .import-tabs a:hover, .import-tabs li.active > .import-tabs a, .import-tabs li.active > .import-tabs a:hover {
            background-color: black !important;
            color: white !important;
            border: 4px solid black;
            font-size: larger;
        }

.contacttabscontent {
    /*background-color:rgba(0,0,0,.5);*/
    height: 100px !important;
}

.LogonLinkStyle {
    color: black;
    text-shadow: 3px 3px 0px rgba(255,255,255,0.6);
    font-size: large;
    margin: auto;
    text-align: center;
    vertical-align: central;
}

@keyframes shadowFadeOut {
    0% {
        box-shadow: 0 0 10px #aaa;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: inset 0 0 10px #aaa;
    }
}

@-webkit-keyframes shadowFade {
    0% {
        box-shadow: inset 0 0 10px #aaa;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: 0 0 10px #aaa;
    }
}

@-moz-keyframes shadowFadeOut {
    0% {
        box-shadow: 0 0 10px #aaa;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: inset 0 0 10px #aaa;
    }
}

@-o-keyframes shadowFadeOut {
    0% {
        box-shadow: 0 0 10px #aaa;
    }

    50% {
        box-shadow: none;
    }

    100% {
        box-shadow: inset 0 0 10px #aaa;
    }
}

.simplebuttonimage {
    background: none;
    border: 1px silver solid;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 10px;
}

    .simplebuttonimage:hover {
        border: 2px white solid;
        border-radius: 5px;
        box-shadow: inset 0 0 10px #aaa;
        animation: shadowFadeOut 1s;
        -moz-animation: shadowFadeOut 1s;
        -webkit-animation: shadowFadeOut 1s;
        -o-animation: shadowFadeOut 1s;
    }

.simpleimagebutton {
    background: rgba(255,255,255,.34);
    /*margin-top:330px;
            margin-left:480px;*/
    height: 160px;
    width: 160px;
    border: none;
    display: block;
}

    .simpleimagebutton:active {
        transform: skew(10deg,5deg) scale(0.9);
        -webkit-transform: skew(10deg,5deg) scale(0.9);
        -moz-transform: skew(10deg,5deg) scale(0.9);
        -o-transform: skew(10deg,5deg) scale(0.9);
    }

.SlideBackgroundBlue {
    top: 0;
    position: absolute;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation: SlideBackgroundBlue 45s infinite ease-in-out;
    -webkit-animation: SlideBackgroundBlue 45s infinite ease-in-out;
}

@-webkit-keyframes SlideBackgroundBlue {
    0% {
        height: 66vh;
    }

    50% {
        height: 34vh;
    }

    100% {
        height: 66vh;
    }
}

@keyframes SlideBackgroundBlue {
    0% {
        height: 66vh;
    }

    50% {
        height: 34vh;
    }

    100% {
        height: 66vh;
    }
}

.SlideBackgroundGold {
    bottom: 0;
    position: absolute;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation: SlideBackgroundGold 60s infinite ease-in-out;
    -webkit-animation: SlideBackgroundGold 60s infinite ease-in-out;
}

@-webkit-keyframes SlideBackgroundGold {
    0% {
        height: 34vh;
    }

    50% {
        height: 66vh;
    }

    100% {
        height: 34vh;
    }
}

@keyframes SlideBackgroundGold {
    0% {
        height: 34vh;
    }

    50% {
        height: 66vh;
    }

    100% {
        height: 34vh;
    }
}

.SlideBackgroundMaroon {
    top: 66vh;
    position: absolute;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    animation: SlideBackgroundMaroon 30s infinite ease-in-out;
    -webkit-animation: SlideBackgroundMaroon 30s infinite ease-in-out;
}

@-webkit-keyframes SlideBackgroundMaroon {
    100% {
        top: 66vh;
    }

    50% {
        top: 0vh;
    }

    0% {
        top: 66vh;
    }
}

@keyframes SlideBackgroundMaroon {
    100% {
        top: 66vh;
    }

    50% {
        top: 0vh;
    }

    0% {
        top: 66vh;
    }
}

html {
    overflow: auto;
}

html, body, div, iframe {
    margin: 0px;
    padding: 0px;
    border: none;
    /*font-size: 35px;*/
}

iframe {
    display: block;
    width: 100%;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
}

/*#NextThumbnail
{
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}*/

.html5-video-container {
    z-index: 99999 !important; /*try to fix issue with it not showing */
}

/*.shadowed
{
    text-shadow: 12px 12px 25px rgba(0,0,0,0.69) !important;
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.69)) !important;
    filter: "url(#drop-shadow)" !important;
    -ms-filter: url(#drop-shadow) !important;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#777')" !important;
    z-index: 99 !important;
    -moz-box-shadow: -5px -5px 5px #888;
    -webkit-box-shadow: -5px -5px 5px #888;
    box-shadow: -5px -5px 5px #888;
}

    .shadowed:hover
    {
        cursor: pointer;
    }*/
