/* ===================
    ATUAD AZUL
   =================== */

@font-face {
    font-family: 'Gibson';
    src: url('../fonts/gibson/Gibson-SemiBold-webfont.eot?3');
    src: url('../fonts/gibson/Gibson-SemiBold-webfont.eot?3?#iefix') format('embedded-opentype'),
         url('../fonts/gibson/Gibson-SemiBold-webfont.woff?3') format('woff'),
         url('../fonts/gibson/Gibson-SemiBold-webfont.ttf?3') format('truetype'),
         url('../fonts/gibson/Gibson-SemiBold-webfont.svg?3#GibsonLightBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'icons';
    src: url('fonts/aaIcons.eot');
    src: url('../fonts/icons/aaicons.eot') format('embedded-opentype'),
         url('../fonts/icons/aaIcons.woff') format('woff'),
         url('../fonts/icons/aaIcons.ttf') format('truetype'),
         url('../fonts/icons/aaIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -COLORS AND BACKGROUNDS COLORS- */
.bg-programacion {
    background-color: #ABDA92;
}
.bg-maquetacion {
    background-color: #ADB1E0;
}
.bg-montaje {
    background-color: #A7745F;
}
.bg-alpha {
    background-color: rgba(0,0,0,.5);
}
.color-init {
    color: #94ABD7;
}
.color-cvdossier {
    color: #FDD23B;
}
.color-timeline {
    color: #CC3333;
}
.color-laboratory {
    color: #588E3E;
}

/* -TAGS- */
h1, h2, h3 {
    margin: 0;
}
header {
    background-color: #FFF;
    overflow: visible;
    position: fixed;
    width: 100%;
    z-index: 4;
}
header .wrapper {
    background-color: #94ABD7;
    height: 40px;
    margin-top: 10px;
    padding: 10px;
}
header .triangle {
    position: absolute;
    width: 0px;
    height: 0px;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #94ABD7 transparent transparent transparent;
}
header .triangle-container {
    height: 0px;
    left: 50%;
    top: 50px;
    position: absolute;
    visibility: visible;
    width: 0px;
}
footer {
    background-color: #385180;
    bottom: 0px;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 2;
}
footer .wrapper {
    width: 100%;
}
nav ul{
    margin: 0px;
    padding: 0px;
}
nav ul li{
    cursor: pointer;
    float: left;
    height: 50px;
    list-style: none;
    width: 50px;
}
nav ul li span{
    float: left;
}
nav ul li:nth-child(1){
    height: auto;
    width: auto;
}
nav ul li:nth-child(1):hover{
    background-color: #94ABD7;
}
nav ul li:nth-child(2):hover{
    background-color: #FDD23B;
}
nav ul li:nth-child(3):hover{
    background-color: #CC3333;
}
nav ul li:nth-child(4):hover{
    background-color: #588E3E;
}
nav ul li figure {
    background-size: 50px;
    float: left;
    height: 50px;   
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    width: 50px;
}
nav ul li:nth-child(2) figure {
    background-image: url(../images/ui/icon-cvdossier.png);
}
nav ul li:nth-child(3) figure {
    background-image: url(../images/ui/icon-timeline.png);
}
nav ul li:nth-child(4) figure {
    background-image: url(../images/ui/icon-laboratory.png);
}
nav ul li figcaption {
    color: #EEE;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Gibson';
    font-weight: bold;
    font-size: 1em;
    line-height: 100%;
    overflow: visible;
    padding: 10px;
    text-shadow: 2px 2px 0px rgba(0,0,0,.7);
    visibility: hidden;
    width: 100%;
}
.body-container {
    bottom: 50px;
    margin: 0;
    overflow: visible;
    padding: 0;    
    position: relative;
    text-align: justify;
    top: 80px;
    width: 100%;
}
.body-wrapper {
    width: 80%;
}
.body-wrapper section{
    float: left;
    margin-bottom: 30px;
    margin-right: 0px;
    max-width: 400px;
}
.body-wrapper section article{
    margin-bottom: 20px;
}
.body-wrapper section article figure{
    background-image: url(../images/current/backpacker_thumb.png);
    background-size: 100px;
    border-radius: 50px;
    float: left;
    height: 100px;
    width: 100px;
}
.body-wrapper section article figcaption{
    background-color: #B6CDF9;
    float: left;
    margin-left: 110px;
    margin-top: -100px;
    margin-right: 0px;
    max-width: 280px;
    padding: 10px;
}
.extra-figcaption {
    display: none;
}
.facebook-iframe {
    background-color: #D8EFFB;
    border: none;
    float: left;
    height: 450px;
    margin-top: 0px;
    max-width: 400px;
    overflow: hidden;
    width: 100%;
}
.index-text {
    font-family: 'Gibson';
    font-size: 16px;
    line-height: normal;
    margin-left: 75px;
    margin-right: 50px;
    padding-bottom: 100px;
    text-align: justify;
}
.logo {
    background-image: url(../images/logo/200.png);
    background-size: 50px;
    cursor: pointer;
    margin-top: -14px;
    height: 50px;
    width: 50px;
}
.pab {
    background-size: 750px 2100px;
    display: block;
    margin-top: -50px;
    margin-left: -45px;
    margin-bottom: 0px;
    height: 150px;
    padding-bottom: 0px;
    width: 150px;
}
.social {
    float: right;
    font-size: 1.6em;
    height: auto;
    margin-top: -38px;
    right: 0px;
    width: 162px;
    /*background-color: #000;*/
}
.social a {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'icons';
    margin-right: 0px;
    text-decoration: none;
}
.social a:nth-child(1):hover{
    color: #6C0;
}
.social a:nth-child(2):hover{
    color: #FF0;
}
.social a:nth-child(3):hover{
    color: #F90;
}
.social a:nth-child(4):hover{
    color: #F00;
}
.social a:nth-child(5):hover{
    color: #903;
}
.social a:nth-child(6):hover{
    color: #639;
}
.subtitle {
    margin-bottom: 10px;
    text-align: left;
    text-shadow: 2px 2px 0px rgba(0,0,0, 0.1);
}
.title {
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: 'Gibson';
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 70%;
    margin-left: 60px;
    margin-top: -36px;
    min-width: 500px;
    text-align: left;
    text-shadow: 3px 3px #385180;
    visibility: hidden;
}

/* -MEDIAQUERYS FOR STANDARS- */

/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 320px) {
    nav ul li {
        width: 79px;
    }
    nav ul li figure {
        margin-left: 15px;
    }
    .body-wrapper {
        margin-left: 50px;
    }
    .social {
        font-size: 2em;
        margin-top: -43px;
        width: 208px;
    }
}
/* Smartphones (landscape) x2 ----------- */
@media only screen and (min-width : 384px) {
    nav ul li{
        width: 93px;
    }
    nav ul li figure {
        margin-left: 21px;
    }
}
/* iPhone 3 (landscape) ----------- */
@media only screen and (min-width : 480px) {
    nav ul li{
        display: table;
        width: 125px;
    }
    nav ul li figure {
        margin-left: 0px;
    }
    nav ul li figcaption {
        visibility: visible;
    }
    .title {
        visibility: visible;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) {
    header .wrapper {
        height: 80px;
        margin-top: 20px;
        padding: 10px;
    }
    header .triangle-container {
        top: 100px;
    }
    nav ul li {
        width: 221px;
    }
    nav ul li figcaption {
        font-size: 1.5em;
    }
    .body-container {
        top: 130px;
    }
    .extra-figcaption {
        display: block;
    }
    .logo {
        background-size: 100px;
        margin-top: -20px;
        height: 100px;
        width: 100px;
    }
    .social {
        font-size: 2.4em;
        margin-top: -72px;
        width: 250px;
    }
    .title {
        font-size: 4em;
        margin-left: 120px;
        margin-top: -72px;
        min-width: 500px;
        text-shadow: 4px 4px #385180;
    } 
}
/* iPhone 4 (landscape) ----------- */
@media only screen and (min-width : 960px) {
}
/* iPads (landscape) ----------- */
@media only screen and (min-width : 1024px) {
    footer {
        height: 75px;
    }
    nav ul li {
        height: 75px;
        width: 275px;
    }
    nav ul li figure{
        background-size: 75px;
        height: 75px;
        width: 75px;
    }
    nav ul li figcaption {
        font-size: 1.7em;
    }
    .body-wrapper {
        margin-left: 100px;
    }
    .facebook-iframe {
        margin-left: 50px;
    }
    .pab {
        background-size: 1000px 2800px;
        margin-top: -125px;
        margin-left: -45px;
        height: 200px;
        width: 200px;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
}