@font-face {
    font-family: 'GlaserSteD';
    src: url('../fonts/GlaserSteD.eot');
    src: url('../fonts/GlaserSteD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GlaserSteD.woff') format('woff'),
    url('../fonts/GlaserSteD.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Thin.woff') format('woff'),
    url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Black.woff') format('woff'),
    url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'lektonregular';
    src: url('../fonts/lekton-regular-webfont.woff2') format('woff2'),
    url('../fonts/lekton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #DA3625;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*:focus {
    outline: 0 !important
}

.azul__about, .azul__portfolio {
    background: #FFF;
}

.section {
    display: none;
}

.fp-tableCell {
    display: block;
}

.azul__intro {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../img/bg.jpg");
}

.right-container {
    position: absolute;
}

.push-l-30 {
    margin-left: 30px;
}

.push-l-60 {
    margin-left: 60px;
}

.push-t-30 {
    margin-top: 30px;
}

.push-t-60 {
    margin-top: 60px;
}

.push-t-25 {
    margin-top: 25px;

}

.push-t-50 {
    margin-top: 50px;
}

.azul__intro .right-container {
    top: 275px;
}

.content-wrapper {
    padding: 80px 15px 0 15%;
    /* height: 100%;*/
    /* max-width: 1600px;*/
}

.content-wrapper .col-sm-offset-1, .content-wrapper .col-lg-offset-1 {
    margin-left: 5%;
}

/*
.section .content-wrapper {

}*/

/*
header .content-wrapper {
    padding-top: 65px;
}*/

.copyright-note {
    left: 6px;
    top: 5%;
}

.note-black {
    display: none;
}

.note-white {
    display: block;
}

.fp-viewing-portfolio .note-black, .fp-viewing-about .note-black {
    display: block;
}

.fp-viewing-portfolio .note-white, .fp-viewing-about .note-white {
    display: none;
}

.sidebar-container {
    width: 50px;
    height: 100%;
    position: relative;
    display: inline-block;
}

.bring-top {
    z-index: 1;
    position: relative;
}

.nav-hamburger {
    position: fixed;
    height: 100%;
}

.icon-bar {
    background: #231F20;
    transition: background .7s ease-out;
}

#shortcut-menu {
    position: absolute;
    bottom: 15%;
    left: 0;
    padding-left: 0;
    margin-left: 6px;
    list-style: none;
}

#shortcut-menu li a {
    transition: border .7s ease;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 3px 3px 3px;
    cursor: pointer;
    border: 2px solid #231F20;
    border-radius: 10px;
}

.fp-viewing-intro #shortcut-menu li.active a, .fp-viewing-contact #shortcut-menu li.active a {
    display: block;
    width: 12px;
    height: 12px;

    cursor: pointer;
    border: 2px solid #FFF;
    border-radius: 10px;
}

#shortcut-menu li.active a {
    display: block;
    width: 12px;
    height: 12px;

    cursor: pointer;
    border: 2px solid #DA3625;
    border-radius: 10px;
}

.fp-viewing-intro #shortcut-menu li.active a span, .fp-viewing-contact #shortcut-menu li.active a span {
    background: #FFF;
    width: 10px;

}

.fp-viewing-intro #shortcut-menu li a span {
    background: transparent;
}

#shortcut-menu li a span {
    transition: width .3s cubic-bezier(.4, 0, 0, 1);
    width: 0;
    height: 2px;
    background: transparent;
    display: block;
    margin-left: 15px;
    margin-top: 3px;
}

#shortcut-menu li.active a span {
    background: #DA3625;
    width: 10px;
}

.fp-viewing-intro .icon-bar, .fp-viewing-contact .icon-bar {
    background: #fff;
}

.hamburger, .menu-cloak {

    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}

.menu-container-right {
    position: absolute;
    right: 20px;
    top: 60px;
    height: 100%;
}

.menu-cloak {
    position: absolute;
    right: 30px;
    top: 60px;
}

.menu-cloak .icon-bar {
    background: #FFF;
}

.cloacker-wrapper {
    position: relative;

    padding: 150px 0 0 50px;

}

.hamburger .icon-bar + .icon-bar, .menu-cloak .icon-bar + .icon-bar {
    margin-top: 6px;
}

.hamburger .icon-bar, .menu-cloak .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    position: relative;
}

.menu-cloak .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menu-cloak .icon-bar:nth-of-type(2) {
    top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.menu-visible .menu-cloak .icon-bar:nth-of-type(1) {
    top: 3px;
}

.menu-cloak .icon-bar {
    height: 2px;
}

.bottom-container {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.bottom-container a {
    font-size: 18px;
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
}

.bottom-container .social-icons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 100px;
}

.bottom-container .social-icons a {

    margin-right: 20px;
}

.lang-switch .active {
    color: #DA3625;
}

.copyright-note, .shortcut-menu {
    position: relative;
    margin-left: 4px;

}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.15)
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1)
    }
    to {
        -moz-transform: scale(1.15)
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1)
    }
    to {
        -o-transform: scale(1.15)
    }
}

@keyframes zoom {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(1.15)
    }
}

#shortcut-menu li:not(.active) a:hover {
    -webkit-animation: zoom .1s 2 ease alternate;
    -moz-animation: zoom .1s 2 ease alternate;
    -o-animation: zoom .1s 2 ease alternate;
    animation: zoom .1s 2 ease alternate;
}

.logo-container {
    position: fixed;
    z-index: 9;
    top: 60px;
    left: 70px;
    transition: all .3s ease-in;
}

.azul-statement {
    float: left;
    color: #FFF;
    font-size: 65px;
    font-family: "GlaserSteD", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;

}

.azul-statement .author-lastname {
    float: left;
}

.azul-statement .sca {
    display: none;
    float: right;
    margin-top: -2px;

}

.azul-statement p {
    margin: 0;
    line-height: 1;
    white-space: nowrap;
}

.azul-statement p.author-name {
    margin-top: 30px;
}

header, section, footer {
    display: inline-block;
    width: 100%;
    float: left;
}

#sidebar-wrapper {
    z-index: 9;
    position: fixed;
    right: 0;
    width: 45%;
    height: 100%;
    margin-right: -45%;
    overflow-y: auto;
    background: #202847;
    -webkit-transition: all .7s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: all .7s cubic-bezier(.4, 0, 0, 1);
    -ms-transition: all .7s cubic-bezier(.4, 0, 0, 1);
    -o-transition: all .7s cubic-bezier(.4, 0, 0, 1);
    transition: all .7s cubic-bezier(.4, 0, 0, 1);
}

.menu-visible #sidebar-wrapper {
    margin-right: 0;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav a {
    color: #FFF;
    font-size: 80px;
    font-weight: bold;
    padding: 1px;
    line-height: .7;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

.sidebar-nav a:hover, .sidebar-nav:enabled {
    color: #DA3625;
}

.fp-viewing-intro .sidebar-nav a[href='#intro'], .fp-viewing-portfolio .sidebar-nav a[href='#portfolio'], .fp-viewing-about .sidebar-nav a[href='#about'], .fp-viewing-contact .sidebar-nav a[href='#contact'] {
    color: #DA3625;
}

/*
.azul__contact .content-wrapper {
    padding-top: 65px;
}*/

.azul__contact .notice {
    margin-top: 30px;

}

.azul__contact .section-label, .azul__contact .notice {
    /*  margin-left: 68px;*/
}

.azul__contact .notice.animated {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background: rgba(241, 240, 240, 0.14);
    color: #DCDCDC;
    margin-bottom: 20px;
}

.azul__contact .form-container {
    /* position: absolute;
     top: 100px;*/
    margin-top: 100px;
}

.form-container .section-label {
    font-weight: 900;
    font-size: 38px;
    color: #FFF;
    position: relative;

}

.section-label:after {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    bottom: -10px;
    background: #FFF;
    height: 12px;
    float: left;
}

.special-offset {
    margin-left: 16px;
}

.form-container form input {
    height: 25px;
}

.form-container form textarea {
    border: 1px solid #FFF !important;
    padding-top: 10px;

}

.textarea-group {
    margin-top: 35px;
}

.textarea-group .control-label {
    padding-top: 13px;
}

.form-container form label {
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: bottom;
    font-size: 14px;
    color: #FFF;
}

.form-container form input {
    border: 0 none;
    border-bottom: 1px solid #FFF;
}

.form-container form input, .form-container form textarea {
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 16px;
    color: #FFF;

    background: transparent;
    vertical-align: bottom;
    padding-left: 10px;
    outline: none;
}

.form-container form input + input {
    margin-top: 30px;
}

.btn-custom {
    display: inline-block;
    background: transparent;
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 0;
    margin-top: 30px;
}

.btn-custom:hover {
    color: #fff;
}

.notice {
    color: #FFF;
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 17px 0 20px 2px;
    line-height: 1.3;
    clear: both;
    float: left;
}

.image-composition {
    display: inline-block;
    position: relative;
}

.image-composition:before {
    position: absolute;
    left: -220px;
    top: -18px;
    content: " ";
    height: 228px;
    width: 100%;
    background: url(/assets/img/piece-1.svg) no-repeat;
    background-size: contain;
}

.image-composition:after {
    position: absolute;
    left: 360px;
    top: -100px;
    content: " ";
    display: block;
    height: 486px;
    width: 235px;
    background: url(/assets/img/piece-2.svg) no-repeat;
    background-size: contain;

}

.studio-name {
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    float: left;
    font-size: 25px;
    color: #FFF;
    border-bottom: 3px solid #FFF;
    margin-top: 18px;
    line-height: 1.1;
}

.right-container .sca {
    margin-bottom: 28px;
}

#footer-contact {
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    font-size: 16px;
    padding-top: 5%;
}

.who-we-are-label {
    font-weight: 900;
    font-size: 48px;
    color: #221F1F;
    position: relative;
}

.who-we-are-label:after {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    background: #221F1F;
    height: 12px;
    float: left;
}

.azul__about .notice {
    color: #231F20;
    margin-top: 30px;
}

.message-image {
    position: relative;
}

.message-image:before {
    position: absolute;
    left: -30px;
    top: -10px;
    content: " ";
    display: block;
    height: 315px;
    width: 435px;
    background: url(/assets/img/message.svg) no-repeat;
    background-size: contain;
}

.fix-margin {
    padding-bottom: 30px;
}

.vertical-alignment-fix {
    margin-top: 50px;
}

.portfolio-label {
    font-weight: 900;
    font-size: 48px;
    color: #221F1F;
    position: relative;
}

.portfolio-label:after {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    background: #221F1F;
    height: 12px;
    float: left;
    transition: all .3s ease;
}

.portfolio-label.viewing-items {
    cursor: pointer;
}

@-webkit-keyframes expand {
    0% {
        width: 105px;
    }
    30% {
        width: 0;
    }
    70% {
        width: 180px;
    }

    100% {
        width: 160px;
    }
}

@-moz-keyframes expand {
    0% {
        width: 105px;
    }
    30% {
        width: 0;
    }
    70% {
        width: 180px;
    }

    100% {
        width: 160px;
    }
}

@-o-keyframes expand {
    0% {
        width: 105px;
    }
    30% {
        width: 0;
    }
    70% {
        width: 180px;
    }

    100% {
        width: 160px;
    }
}

@keyframes expand {
    0% {
        width: 105px;
    }
    30% {
        width: 0;
    }
    70% {
        width: 180px;
    }

    100% {
        width: 160px;
    }
}

.portfolio-label.viewing-items:after {
    -webkit-animation: expand .8s cubic-bezier(.4, 0, 0, 1);
    -moz-animation: expand .8s cubic-bezier(.4, 0, 0, 1);
    -o-animation: expand .8s cubic-bezier(.4, 0, 0, 1);
    animation: expand .8s cubic-bezier(.4, 0, 0, 1);
}

.portfolio-label.viewing-items:after {
    width: 160px;
}

.portfolio-label.viewing-items:hover {
    color: #202847
}

.portfolio-label.viewing-items:hover:after {
    background: #202847;
}

.portfolio-sub-label {
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 320px;
    /*margin-bottom: 0;*/
}

.portfolio-description {
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    max-width: 370px;
    transition: all .3s ease;
}

.portfolio-item {
    cursor: pointer;
    position: relative;
    transition: all .5s ease-out;
    /* padding: 20px;*/
    float: left;
    height: 250px;
    width: 250px;
    background: #FFF;
    border: 3px solid #000;

}

.inline-wrap {
    padding: 4px;
    display: inline-block;
    float: left;
}

.add-symbol, .portfolio-item-name {
    transition: all .5s cubic-bezier(.4, 0, 0, 1);
    text-align: left;
    color: #000;
}

.portfolio-item .add-symbol {
    font-size: 47px;
    position: absolute;
    margin-left: 20px;
    top: 0;
    left: 0;
}

.portfolio-item .portfolio-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.inline-wrap:not(.parent-disabled) .portfolio-item:hover {
    background-color: #DA3625;
    border-color: #DA3625;
}

.parent-disabled > .portfolio-item {
    border-color: rgba(0, 0, 0, .1);
}

.parent-disabled .minus-symbol {
    font-size: 47px;
    position: absolute;
    margin-left: 20px;
    top: -15px;
    left: 0;
    color: rgba(0, 0, 0, .1);
}

.portfolio-item-description {
    padding: 10px;
    transition: all 1.1s ease;
    visibility: hidden;
    opacity: 0;
    background: #DA3625;
    position: absolute;
    width: 100%;
    height: 100%;
}

.portfolio-item-description span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    position: relative;
    color: #FFF;
    font-family: "lektonregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

.portfolio-item-description span:after {
    content: '';
    position: absolute;
    display: block;
    width: 60%;
    background: #FFF;
    height: 4px;
    float: left;
    margin-top: 10px;
}

.portfolio-item:hover .portfolio-item-description {
    visibility: visible;
    opacity: 1;
}

.portfolio-item:hover .add-symbol, .portfolio-item:hover .portfolio-item-name {
    color: #FFF;
}

.portfolio-item:hover .add-symbol {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.portfolio-item-empty {
    text-align: center;
    visibility: hidden;
}

.portfolio-parent-categories {
    /* transition: margin .3s ease;*/
    /* max-width: 650px;*/
    /*  margin: -5px auto;*/
    max-width: 1000px;
    margin-top: 15px;
}

.portfolio-parent-categories.opened {
    margin-top: -200px;
}

.portfolio-parent-categories .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0 none;

}

.portfolio-item-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.parent-items-hidden {
    display: none;
}

.item-name {
    font-weight: 900;
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    border-bottom: 3px solid #FFF;
}

.item-description {
    float: left;
    font-size: 14px;
    color: #FFF;
    margin-top: 10px;
}

.item-year {

    float: left;
    font-size: 14px;
    color: #FFF;
    margin-top: 30px;
}

.controls-mobile {
    display: none;
}

.controls-desktop {
    margin-top: 30px;
}

.controls > .control {
    display: inline-block;
    cursor: pointer;
    opacity: 0;

}

.controls .fadeOut img, .controls .animated:not(.fadeIn) img {
    display: none;
}

.controls > .control-back {
    float: left;
}

.controls {
    max-width: 370px;
}

.controls > .control-forward {
    float: right;
}

/*
.azul__portfolio .content-wrapper {
    padding-top: 65px;
}*/

/* Applies to 250 x 250*/

.fix-size-square {
    width: 250px;
    height: 250px;
}

.fix-size-h-rectangle {
    width: 508px;
    height: 250px;
}

.fix-size-v-rectangle {
    width: 250px;
    height: 508px;
}

.fix-size-h-square {
    width: 508px;
    height: 508px;

}

.fix-size-huge {
    width: 765px;
    height: 508px;
}

.fix-size-huge-rectangle {
    width: 765px;
    height: 250px;
}

.fix-size-special {
    width: 408px;
    height: 508px;

}

.item-group {
    display: inline-block;
    float: left;
}

.item-group .inline-wrap {
    padding: 0;
    display: block;
    float: none;
}

.item-group .inline-wrap .item {
    margin: 4px;
}

/*
.azul-logo {
    display: inline-block;
}*/

.azul-logo {
    opacity: 0;
    visibility: hidden;

    position: absolute;
    transition: all .4s ease-out;
}

.logo-stacked-black {
    visibility: visible;
    opacity: 1;
}

.fp-viewing-portfolio .logo-stacked-black, .fp-viewing-about .logo-stacked-black {
    visibility: hidden;
    opacity: 0;
}

.fp-viewing-portfolio .logo-stacked-red, .fp-viewing-about .logo-stacked-red {
    visibility: visible;
    opacity: 1;
}

.bottom-numbers {
    color: #FFF;
    position: absolute;
    bottom: 5%;
    left: 0;
}

/*Responsive Media Queries*/
/*Estos fixs corrigen el alto de las secciones cuando FullHeight no sea capaz de funcionar*/

@media (max-height: 768px) and (min-width: 1600px) {
    .fp-section.fp-table, .fp-slide.fp-table {
        min-height: 1000px !important;
    }

    .fp-tableCell {
        height: 100% !important;
    }
}

@media (max-height: 768px) and (min-width: 1200px) {
    .fp-section.fp-table, .fp-slide.fp-table {
        min-height: 800px !important;
    }

    .fp-tableCell {
        height: 100% !important;
    }
}

@media (max-height: 768px) and (max-width: 1199px) {
    .fp-section.fp-table, .fp-slide.fp-table {
        min-height: 750px !important;
    }

    .fp-tableCell {
        height: 100% !important;
    }
}

@media (max-height: 480px) and (max-width: 992px) {
    .fp-section.fp-table, .fp-slide.fp-table {
        min-height: 500px !important;
    }

    .fp-tableCell {
        height: 100% !important;
    }
}

/*What if HEIGHT is bigger than 1000px*/
@media (min-height: 1000px) {
    .azul-statement {
        font-size: 80px;
    }

    .azul__intro .right-container {
        top: 390px;
    }
}

/*Fix Menu Size on Low Resolutions*/
@media (max-height: 480px) {
    .sidebar-nav a {
        font-size: 32px !important;
    }

}

/*Special Query for Standard Cuban Resolutions*/
@media (max-width: 1599px) and (min-width: 1200px ) {

    .controls .control > img {
        width: 70px;
    }

    .portfolio-parent-categories {
        max-width: 750px;
    }

    .message-image:before {
        top: 0;
        margin-top: -590px;
        height: 890px;
        background-image: url(/assets/img/message-large.svg);
        width: 430px;
    }

    .logo-container {
        left: 10%;
        top: 25px;
    }

    .fp-viewing-portfolio .logo-container, .fp-viewing-about .logo-container {
        top: 60px;
    }

    .azul__intro .right-container {
        top: 25px;
        bottom: auto;
        left: 0;
    }

    .right-container .sca {
        width: 130px;
        margin-bottom: 0;
    }

    .diagonal-line {
        display: none;
    }

    .portfolio-parent-categories.opened {
        margin-top: -115px;
    }

    .azul__portfolio .content-wrapper > div.row {
        margin-top: 35px;
    }

    .content-wrapper {
        padding-left: 10%;
        padding-top: 180px;
    }

    /*
    .azul-logo {
        width: 110px;
    }*/
    .azul-statement {
        font-size: 48px;
    }

    .portfolio-item-description span {
        font-size: 14px;
    }

    .portfolio-item {
        width: 200px;
        height: 200px;
    }

    /* Applies to 200 x 200*/
    .fix-size-square {
        width: 200px;
        height: 200px;
    }

    .fix-size-h-rectangle {
        width: 408px;
        height: 200px;
    }

    .fix-size-v-rectangle {
        width: 200px;
        height: 408px;
    }

    .fix-size-h-square {
        width: 408px;
        height: 408px;

    }

    .fix-size-huge {
        width: 612px;
        height: 408px;
    }

    .fix-size-huge-rectangle {
        width: 612px;
        height: 200px;
    }

    .fix-size-special {
        width: 328px;
        height: 408px;

    }

    .azul__contact .form-container {
        margin-top: 0;
    }

}

/*All non-Desktop Devices*/
@media (max-width: 1200px) {

    .azul-statement .sca {
        display: block;
    }

    .portfolio-parent-categories {
        max-width: 600px;
    }

    .portfolio-parent-categories.opened {
        margin: 0;
    }

    .hidden-non-desktop {
        display: none;
    }

    .controls .control > img {
        width: 80px;
    }

    .portfolio-sub-label {
        font-size: 18px;
    }

    #sidebar-wrapper {
        width: 100%;
        margin-right: -110%;
    }

    .logo-container {
        left: 5%;
        top: 25px;

    }

    .content-wrapper {
        padding-left: 5%;
        padding-top: 180px;
    }

    /*
        .azul-logo {
            width: 200px;
        }*/
    .azul-statement {
        font-size: 48px;
    }

    .azul__contact .section-label, .azul__contact .notice {
        margin-left: 0;
    }

    .image-composition:before {
        display: none;
    }

    .right-container {
        top: 0;
        left: 0;
        margin-left: 0;
        width: 90%;
    }

    .portfolio-sub-label, .portfolio-description {
        /*   max-width: none;*/
    }

    .portfolio-item-description span {
        font-size: 14px;
    }

    .portfolio-item {
        width: 180px;
        height: 180px;
    }

    /* Applies to 180 x 180*/
    .fix-size-square {
        width: 180px;
        height: 180px;
    }

    .fix-size-h-rectangle {
        width: 368px;
        height: 180px;
    }

    .fix-size-v-rectangle {
        width: 180px;
        height: 368px;
    }

    .fix-size-h-square {
        width: 368px;
        height: 368px;

    }

    .fix-size-huge {
        width: 550px;
        height: 368px;
    }

    .fix-size-huge-rectangle {
        width: 550px;
        height: 180px;
    }

    .fix-size-special {
        width: 294px;
        height: 368px;

    }

    .azul__contact .form-container {
        margin-top: 0;
    }

    .container-divider-4 {
        margin-left: 0;
    }

}

/*Tablets Horizontal*/
@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-tablet-h {
        display: none;
    }

    .container-divider-4 {
        width: 40%;
        float: left;
    }

    .container-divider-6 {
        width: 50%;
        float: right !important;
    }

    .form-container form {
        margin-top: 20px;
    }

    .image-composition {
        position: absolute;
        left: 50%;
        top: 100px;
    }

    .image-composition:after {
        left: 150px;
        top: -50px;
    }

    .azul__about .notice {
        margin-top: 100px;
    }

    .portfolio-parent-categories {
        /*margin-top: 90px;*/
        max-width: 600px;
    }

    .portfolio-parent-categories.opened {
        margin-top: 15px;
    }

    /*
    .portfolio-item {
        width: 160px;
        height: 160px;
    }
    */

}





/*Tablets Vertical & SmartPhones Horizontal*/
@media (max-width: 991px) and (min-width: 768px) {

    /*Correciones que aplican tanto para tablets como para moviles */
    .logo-container .logo-inline {
        margin-top: 30px;
    }

    a.logo-cover:after {
        content: '';
        position: relative;
        display: inline-block;
        width: 100%;
        height: 30px;
    }

    .logo-stacked {
        display: none;
    }

    .fp-viewing-intro .reposition .logo-inline-white {
        visibility: visible;
        opacity: 1;
    }

    .fp-viewing-intro .reposition .logo-stacked {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .fp-viewing-portfolio .logo-inline-black, .fp-viewing-about .logo-inline-black {
        visibility: visible;
        opacity: 1;

    }

    .fp-viewing-contact .logo-inline-white {
        visibility: visible;
        opacity: 1;

    }

    /*End Correciones*/
    .logo-container {
        left: 0;
        padding-left: 5%;
        width: 100%;
        z-index: 1;
        padding-bottom: 25px;
        padding-top: 25px;
        top: 0;
    }

    .azul__intro .reposition {
        position: absolute;
        bottom: 50px;
    }

    .logo-container-helper {
        display: block !important;
        margin-bottom: 80px;
    }

    .content-wrapper .col-lg-offset-1 {
        margin-left: 0;
    }

    .portfolio-parent-categories {
        margin-left: -3px !important;
    }

    .hidden-tablet-v {
        display: none;
    }

    .image-composition:after {
        left: 288px;
    }

    .right-container .sca {
        width: 110px;
    }

    .controls-desktop {
        display: none;
    }

    .controls-mobile {
        display: block;
        float: right;
        clear: both;
        margin-right: 40px;
        margin-top: 20px;
    }

    .controls .control > img {
        width: 50px;
    }

    .portfolio-parent-categories {
        margin-left: -4px;
    }

}

/*SmartPhones*/
@media (max-width: 767px) {

    .content-wrapper .col-lg-offset-1 {
        margin-left: 0;
    }

    .portfolio-parent-categories {
        margin-left: -3px !important;
    }

    .lang-switch > a {
        float: left;
    }

    .lang-switch .social-icons {
        float: left;
        clear: both;
        margin-left: 0;
        margin-top: 30px;
    }

    .azul__about .sca {
        width: 100px;
    }

    .logo-container-helper {
        display: block !important;
        margin-bottom: 80px;
    }

    .fp-viewing-intro .logo-container {
        opacity: 0;
    }

    .hidden-phones {
        display: none !important;
    }

    /*Correciones que aplican tanto para tablets como para moviles */
    a.logo-cover:after {
        content: '';
        position: relative;
        display: inline-block;
        width: 100%;
        height: 30px;
    }

    .logo-container .logo-inline {
        margin-top: 7px;
    }

    .logo-stacked {
        display: none;
    }

    .fp-viewing-intro .reposition .logo-stacked {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .fp-viewing-portfolio .logo-inline-black, .fp-viewing-about .logo-inline-black {
        visibility: visible;
        opacity: 1;

    }

    .fp-viewing-contact .logo-inline-white {
        visibility: visible;
        opacity: 1;

    }

    /*End Correciones*/
    /*
    .azul-logo {
        width: 60px;
    }*/
    .logo-brand {
        font-size: 16px;
    }

    .menu-container-right {
        top: 40px;
    }

    .hamburger .icon-bar {
        width: 26px;
        height: 3px;
    }

    .azul-statement {
        font-size: 36px;
    }

    .copyright-note {
        display: none;
    }

    .azul__intro {
        background: #D73625;
    }

    .azul__intro .reposition {
        position: absolute;
        bottom: 50px;

    }

    .azul-statement .sca {
        width: 90px;
    }

    .sidebar-nav a {
        font-size: 48px;
        line-height: .9;
    }

    .cloacker-wrapper {
        padding: 80px 0 0 30px;
    }

    .bottom-container {
        bottom: 30px;
        left: 35px;
    }

    .image-composition:after {
        display: none;
    }

    .image-composition .the-artists {
        width: 100%;
    }

    .image-composition {
        display: block;
    }

    .right-container .sca {
        width: 110px;
    }

    .content-wrapper {
        padding-top: 100px;
    }

    .controls-desktop {
        display: none;
    }

    .controls-mobile {
        display: block;
        float: right;
        clear: both;
        margin-right: 40px;
        margin-top: 20px;
    }

    .controls .control > img {
        width: 50px;
    }

    .who-we-are-label, .form-container .section-label, .portfolio-label {
        font-size: 32px;
    }

    .portfolio-parent-categories {
        margin-left: -4px;
        max-width: 412px;
    }

    .azul__about, .azul__about .fp-tableCell {
        height: auto !important;
    }

    .azul__contact form input, .azul__contact form textarea {
        margin-left: 0;
        float: right;
        margin-top: 0;
        padding-left: 2px;
    }

    .azul__contact form label {

        padding-left: 0;
    }

    .container-divider-6 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .azul__contact form button {
        margin-left: 0;
    }

    .azul__about .content-wrapper {
        padding-bottom: 50px;
    }

    .logo-container {
        left: 0;
        padding-left: 5%;
        background: #FFF;
        width: 100%;
        z-index: 1;
        padding-bottom: 25px;
        padding-top: 25px;
        top: 0;
    }

    .fp-viewing-contact .logo-container {
        background: #DA3625;
    }

    /* .fp-viewing-contact .logo-brand {
         color: #202847;
     }

     .fp-viewing-contact .icon-bar {
         background: #231F20;
     }

     body.menu-visible .icon-bar {
         background: #FFF;
     }*/

}

/*SmartPhones*/
@media (max-width: 428px) {


    .azul-statement {
        font-size: 30px;
    }

    .fp-viewing-intro .reposition .logo-stacked {
        width: 95px;
    }


    .logo-inline {
        width: 120px;
    }

    .logo-container .logo-inline {
        margin-top: 15px;
    }

    /*  .lang-switch > a {
          float: left;
      }*/
    /*  .lang-switch .social-icons {
          float: left;
          clear: both;
          margin-left: 0;
          margin-top: 30px;
      }*/
    .nav-hamburger {
        right: 5px;
    }

    .portfolio-parent-categories {
        max-width: 310px;
    }

    .portfolio-item {
        width: 145px;
        height: 145px;
    }

    .portfolio-item .portfolio-item-name {
        font-size: 14px;
    }

    .controls-mobile {
        margin-right: 8px;
    }

    /* Applies to 145 x 145*/
    .fix-size-square {
        width: 145px;
        height: 145px;
    }

    .fix-size-h-rectangle {
        width: 295px;
        height: 145px;
    }

    .fix-size-v-rectangle {
        width: 145px;
        height: 295px;
    }

    .fix-size-h-square {
        width: 295px;
        height: 295px;

    }

    .fix-size-huge {
        width: 444px;
        height: 295px;
    }

    .fix-size-huge-rectangle {
        width: 444px;
        height: 145px;
    }

    .fix-size-special {
        width: 237px;
        height: 295px;

    }

    .item-group .fix-size-v-rectangle, .item-group .fix-size-square {
        width: 143px;
    }

    #imagelightbox {
        margin-top: -30px;
    }

    .imagelightbox-arrow:before {
        width: 40px;
        height: 30px;
    }

}








