video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

video::-webkit-media-controls-play-button {
    display: none !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-webkit-media-controls-mute-button {
    display: none !important;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: none !important;
}

videoX {
    pointer-events: none !important;
}

html, body, section, ul, li, nav, a, h1, h2 {
    padding: 0;
    margin: 0;
    outline: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-decoration: none;
}

body {
    line-height: 0;
    height: 100%;
}

a, p, br {
    line-height: 1.5em;
}

form,section {
    height: 100%;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
  color: inherit;
}

header {
    height: 50px;
}


section, header, footer {
    padding: 5px 20px;
}

ul li, nav li {
    list-style: none;
    display: inline-block;
}

a {
    margin: 0 10px;
}


.highlighted {
    color: #EC008C;
}

.make-center {
  text-align: center;
}

button {
  -moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
  -webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
  box-shadow:inset 0px 39px 0px -24px #e67a73;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #ffffff;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  padding:6px 15px;
  text-decoration:none;
  text-shadow:0px 1px 0px #b23e35;
}

button:active {
  position:relative;
  top:1px;
}

button[disabled], input[disabled] {
  background: transparent!important;
  box-shadow: none!important;
  text-shadow: none!important;
  color: #dcd7d7!important;
  cursor: not-allowed!important;
}

.menu-explorer {
    color: transparent!important;
    display: block;
    display: none;
    text-align: center;
    position: absolute;
    margin-right: 12px;
    margin-top: 12px;
    right: 0;
}

.menu-explorer img {
    vertical-align: middle;
    width: 25px;
}

@media all and (max-width: 900px) {
    tr, td, .logo {

    }

    .logo {
        text-align: center;
    }

    nav li {
        border: 0;
        display: block;
        text-align: right;
    }

    nav li img {
        float: right;
        margin-right: 0;
        margin-left: 12px;
    }

    nav {
        height: auto;
        margin: 0;
        display: none;

        position: fixed;
        left: auto;
        right: 0;
        top: 0;
        z-index: 9;
        background: white;
        width: auto;
        height: 100%;
        box-shadow: rgb(84, 145, 208) 0px 0 0px 2px;
    }

    nav li {
        border-bottom: 1px solid rgb(84, 145, 208);
        text-align: center;
        line-height: 2;
    }

    nav li a {
        padding-right: 3px;
    }

    .menu-explorer {
        display: block;
    }

    .header {
        position: static;
        border: 0;
        box-shadow: rgb(84, 145, 208) 0px 2px 0px 0px;
    }

    .no-mobile {
        display: none!important;
        opacity: 0!important;
        visibility: hidden!important;
        z-index: -1!important;
        width: 0!important;
        height: 0!important;
        overflow: hidden!important;
        border: 0!important;
        box-shadow: none!important;
    }

}

@media all and (max-width: 620px) {
    button, input {
        margin: 5px 10px;
    }
}


@media screen and (orientation:portrait) and (min-width: 350px) {
    .header {
        position: fixed!important;
        border-bottom: 1px solid white!important;
        box-shadow: rgb(84, 145, 208) 0px 1px 0px 0px!important;
    }
}
