/******************************
 * Main
 ******************************/

html {
    background: #000 url(../../../../themes/quito2023/images/pared.jpg) right bottom no-repeat;
}

html.MainMenuPage {
    background: #000 url(../../../../assets/backgrounds/4.jpg) center;
}

body, html {
    margin: 0;
    min-height: 100%;
}

body {
    background: transparent;
}

img {
    border: 0;
}

.creditos-completos img {
    display: block;
    margin: 0 auto;
    padding: 1em;
}

#content {
    padding: 100px 0;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}

.hover {
    font-size: small;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 0;
    display: inline-block;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    background: #666;
    font-weight: bold;
    color: #fff;
    opacity: 0.25;
}

.box {
    padding: 0;
    width: auto !important;
    display: inline-block;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.85);
    border-radius: 20px;
}

fieldset {
    border: 0;
    padding: 3em 0;
}

input[type=text], input[type=password] {
    font-size: large;
    padding: 0.25em;
    margin: 0.5em 0 1em;
    background:  #ccc;
    border: 2px solid transparent;
    outline: 0;
}

input[type=text]:focus, input[type=password]:focus {
    background:  #fff;
    border: 2px solid #d51e26;
}

input.action {
    border: 1px solid transparent;
    color: #fff;
    background-color: #d51e26;
    font-size: large;
    margin: 0 2px 2px 0;
}

input.action:hover {
    border: 1px solid #fff;
}

input.action:active {
    margin: 2px 0 0 2px;
}

#ForgotPassword {
    text-align: center;
    padding: 1em 0;
    font-size: small;
    text-indent: 0;
}

iframe.video {
    z-index: 1000;
}


/******************************
 * Page Controls
 ******************************/

.next-page, .previous-page {
    position: fixed;
    bottom: 40px;
    background: #d51e26;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0.1em;
    opacity: 0.25;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

#content.WallMapPage .next-page, #content.WallMapPage .previous-page {
    display: none;
}

.next-page:hover, .previous-page:hover,
.next-page:active, .previous-page:active,
.next-page:focus, .previous-page:focus {
    opacity: 1;
    color: #fff;
}

body.bottom .next-page, body.bottom .previous-page {
    opacity: 1;
}

.next-page {
    right: 30px;
}

.previous-page {
    left: 30px;
}


/******************************
 * Home Page
 ******************************/

html.HomePage {
    background: #000 url(../../../../themes/quito2023/images/mapa.jpg) center no-repeat;
    height: 100%;
}

html.HomePage body {
    text-align: center;
    height: 100%;
}

html.HomePage .video, html.HomePage .video img {
    width: 240px;
    height: 135px;
}

html.HomePage #menu {
    background: transparent;
    height: auto;
    border: 0;
}

html.HomePage table {
    height: 100%;
    width: 100%;
}

html.HomePage #menu li {
    vertical-align: middle;
}

html.HomePage a, html.HomePage img {
    vertical-align: middle;
}


/******************************
 * Watch
 ******************************/

#premiere {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: xx-large;
    color: white;
}

#watch {
    padding: 0;
    margin: 0 0 3em 70px;
}

#watch li {
    display: inline-block;
    list-style: none;
    padding: 1em;
}

#watch a {
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
    padding: 0.5em;
    background-color: #d51e26;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: 0px 9px 0px #691012, 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px #691012, 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px #691012, 0px 9px 25px rgba(0,0,0,.7);
    margin: 0 auto;
    width: 160px;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

#watch a span {
    font-size: 75%;
    display: block;
    padding: 0.5em;
    color: black;
}

#watch a:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

/******************************
 * Laurels
 ******************************/

#laurels {
    padding: 0;
}

#laurels li {
    display: inline-block;
    list-style: none;
    width: 132px;
    margin: 40px;
    padding: 20px;
    background: url(../../../../themes/quito2023/images/laureles.png) no-repeat center;
    color: #999;
    font-size: 16px;
    letter-spacing: -0.1em;
    vertical-align: middle;
    cursor: default;
}


/******************************
 * Welcome Page
 ******************************/

html.WallMapPage, html.WallMapPage body {
    height: 100%;
    overflow: hidden;
}

#content.WallMapPage {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: inherit;
}

#content.WallMapPage table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

#content.WallMapPage tr {
    height: 50%;
}

#logo {
    position: absolute;
    right: 20px;
    bottom: 60px;
    width: 25%;
}

#logo img {
    max-width: 500px;
    max-height: 250px;
    width: 100%;
    height: auto;
}

#logo span {
    display: block;
    position: absolute;
    color: white;
}

#logo .arrow {
    top: 120px;
    left: 75px;
    color: #999;
}

#logo .text {
    top: 170px;
    left: 50px;
}

#mapa {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
}


/******************************
 * Navigation
 ******************************/

nav {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: -70px;
    text-align: center;
    -webkit-transition: margin 0.2s ease-in;
    -moz-transition: margin 0.2s ease-in;
    -o-transition: margin 0.2s ease-in;
    transition: margin 0.2s ease-in;
    z-index: 100;
}

nav .hover {
    border-radius: 0 0 5px 5px;
}

body.top nav .hover {
    opacity: 1;
}

html.MainMenuPage nav .hover {
    margin-top: 0;
    opacity: 0;
}

body.top nav:hover .hover {
    opacity: 0.1;
}

html.MainMenuPage nav:hover .hover {
    opacity: 0;
}

html.MainMenuPage nav, nav:hover, nav:focus, nav:active {
    margin-top: 0;
}

nav:hover .hover {
    opacity: 0.1;
}

#menu {
    background: #000 url(../../../../themes/quito2023/images/assault_@2X.png);
    margin: 0;
    padding: 0;
    height: 70px;
    white-space: nowrap;
    padding: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #191919;
}

#menu li {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
}

#menu a {
    border-top: 4px solid transparent;
    padding: 10px;
    -webkit-transition: color 0.2s ease-in, border 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, border 0.2s ease-in;
    -o-transition: color 0.2s ease-in, border 0.2s ease-in;
    transition: color 0.2s ease-in, border 0.2s ease-in;
}

#menu a:link, #menu a:visited {
    color: #999;
    text-decoration: none;
}

#menu .current a {
    text-shadow: 0 0 1em #fff;
    color: #ccc;
}

#menu a:hover, #menu .current a:hover,
#menu a:active, #menu .current a:active,
#menu a:focus, #menu .current a:focus {
    border-top: 4px solid #d51e26;
    text-decoration: none;
    color: white;
}

#menu .home {
    background: #000 url(../../../../themes/quito2023/images/assault_@2X.png);
    margin-top: -200px;
    margin-right: 15px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 10px #333;
    -webkit-transition: margin 0.5s ease-in;
    -moz-transition: margin 0.5s ease-in;
    -o-transition: margin 0.5s ease-in;
    transition: margin 0.5s ease-in;
}

html.MainMenuPage #menu .home, nav:hover #menu .home {
    margin-top: 0;
}

.clear-menu {
    clear: both;
    padding-bottom: 30px;
}


/******************************
 * Footer
 ******************************/

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: -315px;
    -webkit-transition: margin 0.2s ease-in;
    -moz-transition: margin 0.2s ease-in;
    -o-transition: margin 0.2s ease-in;
    transition: margin 0.2s ease-in;
    z-index: 100;
}

footer .container {
    background: #000 url(../../../../themes/quito2023/images/assault_@2X.png);
    height: 280px;
    width: 100%;
    text-align: center;
    padding: 1em;
    bottom: 0;
    border-top: 1px solid #191919;
}

footer .hover {
    border-radius: 5px 5px 0 0;
}

body.bottom footer .hover {
    opacity: 1;
}

body.bottom footer:hover .hover {
    opacity: 0.1;
}

html.MainMenuPage footer, footer:hover {
    margin-bottom: 0;
}

footer:hover .hover {
    opacity: 0.1;
}

html.MainMenuPage footer .hover, html.MainMenuPage footer:hover .hover {
    opacity: 0;
}

footer > * {
    vertical-align: middle;
}

footer .container .creditos-container {
}

footer .container .creditos {
    width: 920px;
    margin: 0 auto;
}

footer .copyright {
    margin: 2em 0;
    color: #555;
    font-size: small;
    position: absolute;
    bottom: 0;
    width: 100%;
}


/******************************
 * Social
 ******************************/

#social {
    position: fixed;
    bottom: 80px;
    left: 20px;
    text-align: right;
    z-index: 90;
}

.addthis_toolbox {
    opacity: 0.5;
}

.addthis_toolbox:hover {
    opacity: 1 !important;
}

.addthis_toolbox a {
    display: block;
    clear: both;
    margin: 5px;
}

.addthis_toolbox a:hover {
    opacity: 1;
}

/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox iframe {
    display: inline;
    margin-bottom: 15px;
}

iframe.fb {
    border: none;
    overflow: hidden;
    width: 150px;
    height: 20px;
    margin-left: 5px;
}

.imdb {
    vertical-align: text-bottom;
}


/******************************
 * Music
 ******************************/

#music-controls {
    position: fixed;
    top: 60px;
    right: 30px;
    z-index: 1000;
}

#music-controls div {
    text-decoration: none;
    font-size: x-large;
    color: #999;
    cursor: pointer;
}

#music-controls div:hover, #music-controls div:active, #music-controls div:focus {
    text-shadow: 0 0 5px #fff;
}

#music-controls div.jp-pause {
    color: #d51e26;
}


/******************************
 * People
 ******************************/

ul.people {
    list-style: none;
    text-align: right;
    width: 280px;
    position: fixed;
    padding: 0;
    margin-top: 50px;
}

ul.people li {
    margin: 1em 0;
}

ul.people li a {
    font-size: large;
    text-shadow: 0.1em 0.1em 0 black;
    padding: 1em 0;
}

ul.people li a:hover, ul.people li a:active, ul.people li a:focus {
    color: #fff;
}

.person {
    width: 600px;
    margin-left: 300px;
    display: none;
}

.people .current {
    color: #fff;
}

.person img {
    float: right;
}


/******************************
 * Gallery
 ******************************/

#content.Gallery {
    text-align: right;
}

.gallery-item {
    position: fixed;
    text-align: center;
    margin-top: 60px;
    width: 400px;
    margin-left: 300px;
}

.gallery-item.video {
    margin-left: 0;
    width: 700px;
}

.gallery-item ul {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.gallery-item ul li {
    list-style: none;
}

.gallery-item a.download-icon,
.gallery-item a.download-icon:hover,
.gallery-item a.download-icon:active,
.gallery-item a.download-icon:focus,
.gallery-item a.download-icon:visited {
    display: inline-block;
    padding: 1em;
    text-decoration: none;
}

.gallery {
    display: inline-block;
    width: 215px;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.gallery.showing {
    opacity: 0.25;
}

.gallery.showing:hover {
    opacity: 1;
}

.gallery li {
    list-style: none;
    padding: 5px;
}

.gallery li .video {
    width: 200px;
    height: 113px;
}

.gallery li.title {
    font-size: x-large;
    text-align: center;
    margin-top: 1em;
}

.gallery li a {
    display: inline-block;
    border-left: 3px solid #000;
    height: 113px;
}

.gallery li a:hover, .gallery li a:active, .gallery li a:focus {
    border-left: 3px solid #fff;
}

.gallery li a.current, .gallery li a.current:hover, .gallery li a.current:active, .gallery li a.current:focus {
    border-left: 3px solid #d51e26;
}

.gallery li img {
}

.gallery li.link a {
    width: 160px;
    height: 65px;
    background: #103;
    padding: 20px;
    text-align: center;
    font-size: xx-large;
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
}

.gallery li.video img {
    width: 200px;
}

.gallery-item.video div.box {
    width: 640px;
    height: 360px;
    display: block;
}


/******************************
 * Prensa
 ******************************/

.timeline {
    margin: 10px 0;
}

.publicacion div {
    width: 80px;
    color: #666;
    padding: 0;
    border-bottom: 1px dotted #666;
}

.publicacion span.date {
    display: block;
    font-size: small;
    text-align: center;
    color: #755;
    margin-bottom: 0.5em;
}

.publicacion > a {
    margin: 10px 0;
    border-top: 0;
    text-decoration: none;
    font-size: medium;
    display: block;
    min-height: 20px;
    padding: 0.5em;
    box-sizing: border-box;
    background: #333;
}

.publicacion > a:hover span.title, .publicacion > a:active span.title, .publicacion > a:focus span.title {
    color: white;
    text-decoration: underline;
}

.publicacion span.source {
    color: #666;
    font-size: x-small;
    display: inline-block;
    text-align: right;
    margin: 0.5em 0;
}

.publicacion span.source a {
    font-size: x-small;
}


/******************************
 * Timeline
 ******************************/

.timeline .container {
    margin: 0 auto;
    max-width: 860px;
}

.timeline .item {
    color: white;
    border: solid 1px transparent;
    float: left;
    padding: 0;
    margin: 0 10px;
    text-align: left;
    width: 410px;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline .year {
    width: 100%;
    text-align: center;
    padding: 0;
}

.timeline .year div {
    background: #d51e26;
    display: inline-block;
    padding: 0.15em 1em;
    border-radius: 15px;
    color: #000;
    font-family: 'Allerta Stencil', sans-serif;
}

.timeline .rightCorner {
    background-image: url("../../../../themes/quito2023/images/timeline/right.png");
    display: block;
    height: 15px;
    margin-left: 408px;
    margin-top: 18px;
    padding: 0;
    position: absolute;
    vertical-align: top;
    width: 13px;
    z-index: 2;
}

.timeline .leftCorner {
    background-image: url("../../../../themes/quito2023/images/timeline/left.png");
    display: block;
    height: 15px;
    margin-left: -13px;
    margin-top: 18px;
    position: absolute;
    width: 13px;
    z-index: 2;
}

.timeline .timeline_container {
    display: block;
    text-align: center;
    width: 16px;
    background-color: #d51e26;
    display: block;
    float: left;
    height: 100%;
    left: 428px;
    margin: 0 auto;
    position: absolute;
    width: 4px;
}


/******************************
 * Creditos
 ******************************/

html.UndecoratedPage {
    background: #333;
}

html.UndecoratedPage body {
    background: black;
}

html.UndecoratedPage body > h1 {
    display: none;
}

body.full-hd {
    width: 1920px;
    min-height: 817px;
    font-size: 27px; /* height / 30 */
}

body.two-k {
    width: 2048px;
    min-height: 872px;
    font-size: 29px; /* height / 30 */
}

.creditos-completos {
    display: table;
    width: 100%;
}

body.full-hd .creditos-completos {
}

body.two-k .creditos-completos {
}

.creditos-completos .logo {
    margin: 15em auto;
}

.creditos-completos .slate {
    display: table-row;
}

.creditos-completos .slate .center {
    display: table-cell;
    vertical-align: middle;
}

body.full-hd .creditos-completos .slate {
    height: 654px;
}

body.two-k .creditos-completos .slate {
    height: 858px;
}

body.full-hd .creditos-completos .logo {
    max-height: 654px;
}

body.two-k .creditos-completos .logo {
    max-height: 698px;
}

.creditos-completos .separador {
    height: 1.5em;
}

.logos img {
    margin: 1em;
}
