/*
   ||||||||||||||||||||||||||||
   ||        made by         ||
   ||||||||||||||||||||||||||||
   ||                        ||
   ||      - GruDe EA -      ||
   || Grupo Desenvolvimento  ||
   ||    Escola das Armas    ||
   ||------------------------||
   ||    SAj Tms Mendonca    ||
   ||------------------------||
   ||          2016          ||
   ||||||||||||||||||||||||||||
*/

/*
ea-color: #ba1a1a or rgb(186, 26, 26)
ea-color: #911c1c or rgb(145, 28, 28)
*/

body {
    background-color: #f8f8f8;
    color: #666;
}
#pre-loader {
    width: 100vw;
    height: 100vh;
    background-color: #f8f8f8;
    text-align: center;
}
#loader-block {
    position: relative;
    width: 100%;
    top: 10%;
}
#pre-loader h2 {
    color: #eee;
    text-shadow: 1px 3px 6px #fff, 0 0 1px #000, 1px 3px 6px #fff;
}
#pre-loader p {

}
#pre-loader .grude {
    position: absolute;
    right: 2%;
    bottom: 2%;
}
#pre-loader .grude img {
    width: 88px;
    cursor: help;
}


#body-wrapper {
    display: none;
}

section {
    margin-top: 100px !important;
}

#top h1 {
    position: absolute;
    z-index: 99;
    top: 2%;
    right: 2%;
    font-weight: 200;

}
#arrow-down i {
    position: absolute;
    z-index: 9;
    opacity: 0.2;
    right: 3%;
    bottom: 0;
    color: #fff;
    font-size: 4em;
}

#body-container {
    position: relative;
    top: 100vh;
}

/* Menu */
header nav {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: rgba(249, 249, 249, 0.9);
    transition: all 0.66s;
}
header nav ul.left a {
    font-size: 2em;
    font-weight: 200;
    color: #bbb;
    transition: all 0.33s;
}
header nav ul.left a:hover {
    color: #666;
    background: none;
    transition: all 0.66s;
}
.activeLink {
    color: #911c1c !important;
    text-shadow: 1px 2px 4px #666, 0 0 1px #fff, 1px 2px 4px #666;
    background: #f8f8f8;
    transition: all 0.66s;
}
.activeLink:hover {
        color: #911c1c;
}
header nav.navHide {
    opacity: 0;
}
header nav.navShow {
    opacity: 1;
}

header nav img {
    position: relative;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
#burger-menu {
    position: relative;
    left: 2%
}
#sidenav-overlay {
    position: relative;
    z-index: 1;
}
#mobile-nav a {
    font-size: 2em;
    font-weight: 200;
    color: #bbb;
    transition: all 0.33s;
}


/* Newsletter */
#newsletter-ea {
    background: -webkit-linear-gradient(left, #f8f8f8, #ffffff);
    background: -moz-linear-gradient(left, #f8f8f8, #ffffff);
    background: -o-linear-gradient(left, #f8f8f8, #ffffff);
    background: linear-gradient(left, #f8f8f8, #ffffff);
}
#newsletter-ea img {
    width: 220px;
    margin-top: 20px;
}
#newsletter-ea h1 {
    display: block;
    position: relative;
    top: 5px;
}
#newsletter-ea h1 > span:first-child {
    font-size: 1.5em;
    color: #911c1c;
}
#newsletter-ea h4 {
    display: block;
    width: 80px;
    position: relative;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 30px;
    color: #911c1c;
}

/* Editorial */
#editorial {
    margin-bottom: 50px;
}
#editorial img {
    margin: 0 auto;
    margin-top: 35px;
    border: solid 8px #fff;
    transition: all 0.66s;
}
#editorial img:hover {
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
}
#editorial #cmdt-posto {
    font-weight: 200;
    font-style: italic;
}

#editorial-corpo {
    padding: 80px 20px 60px 40px;
    line-height: 2em;
}

/* Paralax */
.parallax-container {
    height: 300px;
    background: -webkit-linear-gradient( left, rgba(249, 249, 249, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(249, 249, 249, 1) );
    background: -moz-linear-gradient( left, rgba(249, 249, 249, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(249, 249, 249, 1) );
    background: -o-linear-gradient( left, rgba(249, 249, 249, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(249, 249, 249, 1) );
    background: linear-gradient( left, rgba(249, 249, 249, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(249, 249, 249, 1) );
}

/* Noticias */
#noticias {
    margin-bottom: 50px;
}

#noticias article {
    display: inline-block;
}
#noticias article .card-title {
    width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 1px #111;
}
#noticias .modal .news-logo{
    width: 150px;
    margin-bottom: 20px;
}
#noticias .modal .news-main-photo {
    width: 300px;
    margin: 20px;
}
#noticias .news-gallery img {
    height: 250px;
    cursor: zoom-in;
}


/* Galerias */
#galerias {
    margin-bottom: 50px;
}
#galerias .select-dropdown {
    border: solid 1px rgba(145, 28, 28, 0.1);
    padding: 10px;
}
#galerias .select-dropdown span {
    color: #666;
    border-bottom: solid 1px rgba(145, 28, 28, 0.1);
}
#galerias .input-field .caret {
    font-size: 1.1em;
    color: #911c1c;
}
#armas img {
    height: 300px;
    cursor: zoom-in;
}
#actividades {
    margin-top: 50px;
}
#actividades img {
    height: 150px;
    cursor: zoom-in;
}

/* Sobre */
#sobre {
    margin-bottom: 50px;
}
#sobre .collapsible-header {
    background: #fff;
    transition: background 0.66s;
}
#sobre .collapsible-header:hover {
    background: #f2f2f2;
    transition: background 0.33s;
}
#sobre ul {
    margin-bottom: 50px;
}
#sobre ul i {
    color: #911c1c;
}
#sobre .container li {
    margin-bottom: 10px;
    transition: color 0.33s;
}
#sobre .container li:hover {
    color: #911c1c;
    transition: color 0.33s;
}
#sobre .armas-ea {
    margin-top: 30px;
}
#sobre .armas-ea > div:first-child img {
    width: 200px;
}
#sobre .armas-ea img {
    display: block;
    margin: 0 auto;
    -webkit-filter: drop-shadow(1px 1px 2px #666);
    filter: drop-shadow(1px 1px 2px #666);
}

/* Contactos*/
#contactos {
    margin-bottom: 100px;
}
#contactos h5 {
    color: #aaa;
}
#contactos .maps {
    height: 500px;
}
#contactos > .row {
    margin-top: 20px;
}
#contactos iframe {
    border: solid 5px #fff;
    width: 100%;
    height: 90%;
}

/* Rodapé */
footer {
    height: 100%;
    background: #f2f2f2;
    border-top: solid 1px #ddd;
}
footer p {
    position: relative;
    top: 40px;
    left: 10px;
    color: #999;
}
footer #socials {
    position: relative;
    top: 15px;
    font-size: 3em;
}
footer a {
    color: #ddd;
    text-shadow: 1px 3px 6px #fff, 0 0 1px #000, 1px 3px 6px #fff;
    margin: 0 20px;
    transition: 0.33s;
}
footer a:hover {
    color: #911c1c;
    text-shadow: 1px 1px 2px #666, -1px -1px 2px #fff;
    transition: all 0.66s;
}

/* Voltar ao topo */
#toTop {
    display: none;
    position: fixed;
    z-index: 98;
    bottom: 0;
    right: 3%;
    height: 70px;
    width: 60px;
    border-radius: 10px 10px 0 0;
    background-color: #f8f8f8;
    box-shadow: 0 -1px 3px #999;
    text-align: center;
    color: #eee;
    text-shadow: 1px 3px 6px #fff, 0 0 1px #000, 1px 3px 6px #fff;
    transition: all 0.33s;
}
#toTop i {
    line-height: 70px;
    font-weight: 600;
    font-size: 3em;
}
#toTop:hover {
    color: #911c1c;
    cursor: pointer;
    text-shadow: none;
    transition: all 0.66s;
}
