/*
Theme Name: Gale
Theme URI: http://www.teravisiontech.com
Description: Theme for Gale
Author: Teravision
Author URI: http://www.teravisiontech.com
License: Copyrights
License URI: #
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Gale
Version: 1.0
*/

/* ---------- HOME ----------*/

@charset "utf-8";

html, body {
    height: 100%;
    margin-top: 0px !important;
}

body {
    overflow-x: hidden;
}

.popover-title { display: none; }

a:hover{
    color: #7B7A7C;
    text-decoration: none;
}

/* MENU - LOGO */

#mainMenu{
    overflow-x: hidden !important;
    box-shadow: none;
}

@media (max-width: 768px){
    .mobile-language-dropdown{
	display:block;
    }
    .language-dropdown{
        display:none;
    }
}

@media (min-width: 768px){
    .mobile-language-dropdown{
	display:none;
    }
}

.language-dropdown{
    float: right !important;
    padding-top: 10px;
}

.navbar-brand{
    outline: none !important;
}

.container > .navbar-header{
    background-color: #FFF;
    height: 120px;
}

.navbar-default{
    background-color: #FFF;
}

.navbar-default .navbar-nav > li > a{
    font-family: "AvenirLTStd-Roman";
    font-size: 25px;
    color: #7B7A7C;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover{
    color: #79C423;
}

#menu-item-301.menu-item > a{
    padding-right: 14px;
}

#menu-item-38.menu-item > a{
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #9B9B9B;
    width: 34px;
    height: 4px;
    margin-bottom: 7px;
}

.navbar-default .navbar-toggle{
    border: none;
    padding: 9px 20px;
    margin-top: 30px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}


.navbar-nav .nav>li{
    background-color: #FFF;
}

.navbar-nav .nav > li a{
    font-family: "AvenirLTStd-Book";
    font-size: 25px;
    color: #7B7A7C !important;
    letter-spacing: 0.71px;
    line-height: 1.36em;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: transparent !important;
    box-shadow: none !important;
    background-image: none !important;
}
/* END MENU - LOGO */

/* Home Page Carousel */
header.carousel{ overflow: hidden; }
header.carousel, header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    background: #F4F3F5;
    height: 100%;
}

header .carousel-caption {
    left: 60px;
    right: 35%;
    top: 62px;
    text-align: left;
}

header .carousel-caption h2{
    font-family: "AvenirLTStd-Book";
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.38em;
    text-shadow: none;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header .carousel-indicators{
    text-align: left;
    margin-left: -45%;
    bottom: 5px;
}

header .carousel-indicators li{
    width: 12px;
    height: 12px;
}

header .carousel-indicators .active{
    background-color: #79C423;
    border: none;
}

header .carousel-indicators li{
    background-color: #FFF;
}

header .carousel-control.left, header .carousel-control.right{
    background-image: none;
}
/* END Home Page Carousel */


/* Home Articles */
#articles-home{
    display: inline-block;
    padding-bottom: 0;
    background: #fff;
}

#articles-home article{
    padding: 0;
    border: 0 solid white;
}

#articles-home article h1 {
    padding: 0px 11px 10px 0;
    /*width: 277px;*/
}

#articles-home article h1 a{
    font-family: "AvenirLTStd-Book";
    font-size: 32px;
    color: #79C423;
    line-height: 1.38em;
    text-transform: uppercase;
}

#articles-home article h2{
    padding-top: 10px;
    padding-bottom: 10px;
}

#articles-home article h2 a{
    font-family: "AvenirLTStd-Book";
    font-size: 24px;
    color: #79C423;
    line-height: 1.42em;
}

#articles-home article .body-article{
    padding: 0 15px;
    min-height: 277px;
}

#articles-home article .content{
    font-family: "AvenirLTStd-Book";
    font-size: 18px;
    color: #4A4A4A;
    line-height: 1.39em;
}

#articles-home article .category{
    font-family: "AvenirLTStd-Heavy";
    font-size: 18px;
    background-color: #000;
    color: #FFFFFF;
    letter-spacing: 1.62px;
    line-height: 1.39em;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 10px;
}
/*END Home Articles*/

/* FOOTER */
footer{
    background: rgba(216, 216, 216, 0.2);
}

footer .copyright {
    font-family: "AvenirLTStd-Book";
    font-size: 20px;
    color: #9C9C9C;
    line-height: 1.35em;
    /*padding-top: 73px;*/
}

footer .copyright-mobile {
    font-family: "AvenirLTStd-Book";
    font-size: 14px;
    color: #9C9C9C;
    line-height: 1.35em;
    padding: 10px 5px 20px 5px;
    text-align: center;
}

footer .contact-us{
    padding-top: 55px;
    /*padding-left: 25px;*/
}

footer .contact-us a{
    font-family: "AvenirLTStd-Book";
    font-size: 28px;
    color: #79C423;
    line-height: 1.36em;
}

footer .social-media {
    padding-top: 26px;
    display: table;
    margin: 0 auto;
    text-align: center;
}

footer .social-media a{
    text-decoration: none !important;

}

footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-media ul li:first-child{
    padding-left: 0px;
}

footer ul li{
    float: none;
    list-style: none;
    padding-right: 25px;
    padding: 0 25px;
    display: inline;
}

footer .icon {
    font-family: "AvenirLTStd-Book";
    font-size: 38px;
    color: #79C423;
    line-height: 1.36em;
}
footer .icon:hover{
    color: #4A4A4A;
}
/* END FOOTER */

/* ---------- Contact Page ----------*/

#contact-info {
    margin-top: 80px;
}

.invalid div.wpcf7-validation-errors {
    width: 100%;
    clear: both;
    padding-top: 18px;
    background-color: #f2dede;
    border-color: #ebccd1 !important;
    color: #a94442;
    padding: 15px;
    margin: 0px !important;
    margin: 20px 0;
    border: 1px solid transparent !important;
    border-radius: 4px;
}


div.wpcf7-mail-sent-ng {
    border: none !important;
    color: #a94442 !important;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    color: #79C423 !important;
}

.gray{
    background: #F4F3F5;
    /*margin-top: 106px;*/
}

.center {
    margin: auto;
}

#contact-info {
    margin-top: 80px;
}

.contact-form input {
    margin-bottom:20px;
}

.no-padding-big {
    padding: 0px !important;
}

#contact-info h1 {
    font-family: 'AvenirLTStd-Light';
    font-size: 92px;
    color: #8B8A8B;
    line-height: 1.30em;
    margin:0px;
    padding:0px;
    margin-top: 50px;
    margin-bottom: 18px;
}

.title-section {
    margin-left: 60px !important;
}

.gale-address { font-family: AvenirLTStd-Book; font-size: 20px; color: #4A4A4A; line-height: 2.1em; margin-left: 41px;}

.text--h4 { font-family:AvenirLTStd-Heavy; font-size: 20px; color: #4A4A4A; line-height: 160%; margin-left: 41px; margin-top:35px; }

.title-address {font-family: AvenirLTStd-Book;
    font-size: 20px;
    color: #8B8A8B;
    line-height: 27px;
}

.gale-address-containt {
    padding-left:79px;
    float:left;
}

.address-containt-2 {
    padding-left: 60px;
}

.link-up { font-family: AvenirLTStd-Book; font-size: 20px; color: #79C423; line-height: 1.35em; padding-left:40px; padding-top: 50px;}

.icon-arrow-down {
    position:relative;
    top:2px;
    margin-right: 5px;
}

.pdf-contact1:focus p {
    text-decoration: none !important;
}

.pdf-contact1:focus p {
    text-decoration: underline;

}

.link-up:hover { color: black; text-decoration: none;}

.space {
    height:155px;
    overflow:hidden;
    clear:both;
}

.icon-icon-map {
    margin-right: 10px;
    font-size: 30px;
    float:left;
    color: black;
}


.contact-form {
    margin-top: 38px;
}

.contact-form input, .contact-form select {
    background:none;
    border:none;
    border-bottom: 1px solid #cccccc;
    font-family: AvenirLTStd-Roman;
    font-size: 18px;
    line-height: 1.39em;
}

.contact-form select {
    border-bottom: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none;
    height:50px;
@include transition(all 0.30s ease-in-out);
    outline: none;
    background: transparent url("images/Pull-down-Triangle.png") no-repeat right center !important;
    text-indent: 0.01px;
    text-overflow: '';
    opacity: 0.5;


}



select::-ms-expand{
    display: none;
}


.line-bottom {
    display: block;
    border-bottom: 1px solid #cccccc;
    height: 1px;
    float: left;
    clear: both;
    position: relative;
    top: -6px;
    width:calc(100% - 5px);
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    margin-left: 5px;
}

.contact-form input {
    margin-top:42px;
    padding:10px 0;
@include transition(all 0.30s ease-in-out);
    outline: none;}

.contact-form input:focus {outline:0 !important;}

.contact-form input:active {outline:0 !important;}



input:focus::-webkit-input-placeholder, input:active::-webkit-input-placeholder {
    color: black;
}

input:focus:-moz-placeholder, input:active:-moz-placeholder {
    color: black;
}

input:focus::-moz-placeholder, input:active::-moz-placeholder {
    color: black;
}

input:focus:-ms-input-placeholder, input:active:-ms-input-placeholder {
    color: black;
}



.legend {
    font-family: HelveticaNeue-Bold;
    font-size: 10px;
    color: #4A4A4A;
    letter-spacing: 1.14px;
    line-height: 12px;
    text-align: right;
    padding-right: 5px;
    padding-top: 10px;
}



.button-contact {
    background:#4A4A4A !important;
    width:121px;
    color:white !important;
    margin-top: 60px !important;
    font-size: 20px !important;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}

.button-contact:active {
    background: #79C423 !important;
}

.button-contact:hover {
    background: #79C423 !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #E9E6E6 inset;
}

span.wpcf7-not-valid-tip {
    float:left;
    color:#a94442 !important;
}

.input-contact {
    width:49%;
    float:left;
}

.icon-icon-map:hover, .icon-icon-map:focus {
    color: #79C423;
    text-decoration: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.left {
    float:right;
}

.ajax-loader {
    float: left;
    margin-left: 25%;
    margin-top: 14%;
}



/*CONTACT*/

.pdf-contact1{
    display:block;
}
.pdf-contact2{
    display:none;
}

/* TIMELINE */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 0 0;
    margin-top: -1em;
    margin-bottom: 10em;
}
#cd-timeline .line {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    margin-top: 195px;
    height: 97.5%;
    width: 8px;
    background-color: #D0D0D0;
    z-index: 1;
}
#cd-timeline .line::before{
    content: "E";
    font-size: 75px;
    color: #79C423;
    line-height: 1.36em;
    cursor: pointer;
    font-family: "gale-icons-font" !important;
    position: absolute;
    top: -84px;
    left: -34px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
#cd-timeline .line::after{
    content: "F";
    font-size: 75px;
    color: #79C423;
    line-height: 1.36em;
    cursor: pointer;
    font-family: "gale-icons-font" !important;
    position: absolute;
    bottom: -85px;
    left: -34px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
    #cd-timeline {
        margin-top: 0em;
        margin-bottom: 15em;
    }
    #cd-timeline .line {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 0 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}
.cd-timeline-content h2{
    position: relative;
}/*
.cd-timeline-content-right h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #D0D0D0;
    border-radius: 50%;
    left: -21%;
    top: 0;
}
.cd-timeline-content-left h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #D0D0D0;
    border-radius: 50%;
    right: -15%;
    top: 0;
}*/

.cd-timeline-img {
    float: left;
    margin-left: 39px;
    margin-top: 25px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.cd-timeline-img.cd-picture {
    background: #75ce66;
}
.cd-timeline-img.cd-movie {
    background: #c03b44;
}
.cd-timeline-img.cd-circle {
    background: #D0D0D0;
    box-shadow: none;
}
.cd-timeline-img.cd-location {
    background: #f0ca45;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-img {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 51.5%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 90px;
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 0em;
        width: 45%;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content-right {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: left;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden:not(.iamnot){
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 768px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/* END TIMELINE*/


/* HISTORY */
#body-ppal.page.history .container-fluid{
    padding: 0;
}

#body-ppal.page.history .title-mobile{
    font-family: "AvenirLTStd-Light";
    font-size: 24px;
    color: #79C423;
    letter-spacing: 1px;
    line-height: 1.38em;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    padding: 10px 0 10px 25px;
    border: 2px solid #979797;
    border-right: 0;
    border-left: 0;
}

#body-ppal.page.history{
    background-color: #efedf0;
}

#body-ppal.page.history .cd-timeline-content:first-child {
    width: 100%;
    margin-left: 0;
}

#body-ppal.page.history .cd-timeline-block h2.first-year{
    padding-left: 90px;
}

#body-ppal.page.history .cd-timeline-block p.first-description{
    padding-left: 90px;
}

#body-ppal.page.history .img-ppal.img-timeline{
    overflow: hidden;
    padding-left: 0px;
}

#body-ppal.page.history .cd-timeline-content-right {
    float: right;
}

#body-ppal.page.history .img-timeline img{
    padding-right: 15px;
}

#body-ppal.page.history .img-ppal img{
    width: 230%;
}

#body-ppal.page.history .description{
    font-family: "AvenirLTStd-Oblique";
    font-size: 18px;
    color: #9B9B9B;
    line-height: 1.33em;
    background-color: #FFF;
    padding: 35px;
}

#body-ppal.page.history .cd-timeline-block h2{
    font-family: "AvenirLTStd-Black";
    font-size: 48px;
    color: #4A4A4A;
    line-height: 1.00em;
    padding-left: 90px;
}

#body-ppal.page.history .cd-timeline-block p{
    font-family: "AvenirLTStd-Roman";
    font-size: 16px;
    color: #4A4A4A;
    line-height: 1.33em;
    padding-left: 90px;
    padding-bottom: 50px;
    padding-right: 20px;
}

#body-ppal.page.history .cd-timeline-prev {
    width: 65px;
    height: 65px;
    bottom: -65px;
    position: absolute;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    z-index: 1;
    cursor: pointer;
}

#body-ppal.page.history .icon-arrow-timeline-up:before{
    background-color: #efedf0;
}

#body-ppal.page.history .cd-timeline-prev .icon {
    font-family: "AvenirLTStd-Black";
    font-size: 65px;
    color: #79C423;
    line-height: 1.36em;
    cursor: pointer;
}

#body-ppal.page.history .cd-timeline-next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: -65px;
    /*left: 52px;*/
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    z-index: 1;
    left: 16%;
    cursor: pointer;
}

#body-ppal.page.history .cd-timeline-bg-prev {
    width: 65px;
    height: 65px;
    bottom: -65px;
    position: absolute;
    margin-left: -29px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
}

#body-ppal.page.history .cd-timeline-bg-next{
    width: 65px;
    height: 65px;
    position: absolute;
    top: -67px;
    /*left: 52px;*/
    margin-left: -29px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    z-index: -1;
    left: 16%;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
}

#body-ppal.page.history .cd-timeline-next .icon {
    font-family: "AvenirLTStd-Black";
    font-size: 65px;
    color: #79C423;
    line-height: 1.36em;
    cursor: pointer;
}

#body-ppal.page.history .img-timeline{
    padding-left: 90px;
}

#body-ppal.page.history .img-history{
    width: 100%;
}
/* END HISTORY */

/*-- General Css End --*/



/* Media Queries */
/* ----------- Samsung S3 mini: Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 563px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait){
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 195px;
        height: 97.5%
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 16px;
    }
}
/* ----------- iPhone 4 and 4S: Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #body-ppal.page.history  #cd-timeline .line{
        margin-top: 195px;
        height: 97.5%;
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 16px;
    }
}

/* ----------- iPhone 6: Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    /* HISTORY */
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 230px;
    }
    #body-ppal.page.history .description{
        font-size: 20px;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 18px;
    }
    /* END HISTORY */
}
/* ----------- iPhone 6: Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    /* HISTORY */
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 420px;
        height: 97%;
    }
    #body-ppal.page.history .description{
        font-size: 20px;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 18px;
    }
    /* END HISTORY */
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1){
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 215px;
        height: 97.5%;
    }
}

/* ----------- Samsung Tab: Landscape */
@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.3) and (orientation: landscape){
    /* HISTORY */
    #body-ppal.page.history .description{
        font-size: 24px;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 18px;
    }
    #body-ppal.page.history .cd-timeline-block{
        margin: 0;
    }
    #body-ppal.page.history .img-ppal img {
        width: 100%;
    }
    #body-ppal.page.history #cd-timeline .line{
        margin-top: 275px;
        height: 97%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        width: 45%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        margin-top: -265px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        margin-top: -55px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img{
        left: -7.3%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img{
        left: 115%;
    }
    #body-ppal.page.history .img-timeline img{
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 40px;
        width: 15%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 40px;
        width: 30%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 180px;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline{
        padding-left: 0;
        padding-right: 160px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 0;
        padding-right: 140px;
    }
    /* END HISTORY */
}


/* ----------- Samsung Tab: Portrait */
@media only screen and (min-device-width: 600px) and (-webkit-min-device-pixel-ratio: 1.3) and (orientation: portrait){
    /* HISTORY */
    #body-ppal.page.history #cd-timeline .line{
        margin-top: 375px;
        height: 97%;
    }
    #body-ppal.page.history .description{
        font-size: 20px;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 24px;
    }
    /* END HISTORY */
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 405px;
    }
    #body-ppal.page.history .img-ppal img {
        width: 230%;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 90px;
        width: 55%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 90px;
        width: 95%;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 20px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline {
        padding-left: 90px;
        padding-right: 15px;
        padding-top: 50px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 90px;
        padding-right: 15px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 90px;
        padding-right: 15px;
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 24px;
    }
}

/* ----------- Samsung S3 mini: Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 563px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape){
    #body-ppal.page.history .img-ppal img {
        width: 230%;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 350px;
    }
    #body-ppal.page.history .description {
        font-size: 24px;
        padding: 35px 40px;
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 20px;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 90px;
        width: 55%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 90px;
        width: 95%;
        padding-right: 0;
        font-size: 22px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline {
        padding-left: 90px;
        padding-right: 15px;
        padding-top: 50px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 90px;
        padding-right: 15px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 90px;
        padding-right: 15px;
    }
}

/* ----------- iPhone 4 and 4S: Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
    /* HISTORY */
    #body-ppal.page.history  #cd-timeline .line{
        margin-top: 305px;
        height: 97%;
        top: -55px;
    }
    #body-ppal.page.history .img-ppal img {
        width: 230%;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 90px;
        width: 35%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 90px;
        width: 95%;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline {
        padding-left: 90px;
        padding-right: 15px;
        padding-top: 50px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 90px;
        padding-right: 15px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 90px;
        padding-right: 15px;
    }
    /* END HISTORY */
}

/* ----------- iPhone 5:  Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
    /* HISTORY */
    #body-ppal.page.history  #cd-timeline .line{
        margin-top: 365px;
        height: 97%;
    }
    #body-ppal.page.history .img-ppal img {
        width: 230%;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 90px;
        width: 50%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 90px;
        width: 95%;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline {
        padding-left: 90px;
        padding-right: 15px;
        padding-top: 50px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 90px;
        padding-right: 15px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 90px;
        padding-right: 15px;
    }
    /* END HISTORY */
}

/* ----------- iPhone 6:  Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
    /* HISTORY */
    #body-ppal.page.history  #cd-timeline .line{
        margin-top: 425px;
        height: 97%;
    }
    #body-ppal.page.history .img-ppal img {
        width: 230%;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 90px;
        width: 55%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 90px;
        width: 95%;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline {
        padding-left: 90px;
        padding-right: 15px;
        padding-top: 50px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 90px;
        padding-right: 15px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 90px;
        padding-right: 15px;
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 24px;
    }
    /* END HISTORY */
}

/* ----------- iPhone 6+: Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    /* HISTORY */
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 255px;
    }
    #body-ppal.page.history .description {
        font-size: 23px;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 21px;
    }
    /* END HISTORY */
}

/* ----------- iPhone 6+: Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    /* HISTORY */
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 465px;
    }
    #body-ppal.page.history .img-ppal img {
        width: 230%;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 90px;
        width: 55%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 90px;
        width: 95%;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 25px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline {
        padding-left: 90px;
        padding-right: 15px;
        padding-top: 50px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 90px;
        padding-right: 15px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 90px;
        padding-right: 15px;
    }
    /* END HISTORY */
}


/* ----------- HTC: Landscape */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 3) and (min-resolution: 288dpi) and (orientation: landscape) {
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 350px;
    }
}

/* ----------- iPad 3 and 4 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    /* HISTORY */
    #body-ppal.page.history .description{
        font-size: 20px;
        background-color: #efedf0;
    }
    #body-ppal.page.history .img-ppal img {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-block {
        margin: 0;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 215px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        width: 45%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        margin-top: -265px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        margin-top: -55px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img{
        left: -6.5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img{
        left: 116%;
    }
    #body-ppal.page.history .img-timeline img{
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 20px;
        width: 20%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 10px;
        width: 30%;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 16px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 160px;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline{
        padding-left: 0;
        padding-right: 160px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 0;
        padding-right: 150px;
    }
    /* END HISTORY */
}

/* ----------- iPad 3 and 4: Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* HISTORY */
    #body-ppal.page.history .description{
        background-color: #efedf0;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 275px;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 50px;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 0px;
    }
    #body-ppal.page.history .description {
        font-size: 25px;
        padding: 35px 55px;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 20px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img {
        left: -7.5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img {
        left: 114.5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 200px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-right: 200px;
    }
    /* END HISTORY */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .gallery_content {
        float: left;
        width: 507px !important;
    }

    /* HISTORY */
    #body-ppal.page.history .description{
        font-size: 16px;
        background-color: #efedf0;
    }
    #body-ppal.page.history .img-ppal img {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-block {
        margin: 0;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 215px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        /*width: 45%;*/
        width: 50%;
        padding-left:5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        padding-right:5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        margin-top: -265px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        margin-top: -55px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img{
        /*left: -6.5%;*/
        left: 0%;
        margin-left:-13px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img{
        /*left: 116%;*/
        left: 100%;
        margin-left:-13px;
    }
    #body-ppal.page.history .img-timeline img{
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 20px;
        width: 20%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 10px;
        width: 30%;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 16px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 160px;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline{
        padding-left: 0;
        padding-right: 160px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 0;
        padding-right: 150px;
    }
    /* END HISTORY */
}

#project-single-filter .swiper-slide{
    width:auto;

}

@media screen and (min-width: 1025px) and (max-width: 1199px){
    /* HISTORY */
    #body-ppal.page.history .description{
        background-color: #efedf0;
        font-size: 24px;
    }
    #body-ppal.page.history .img-ppal img {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-block {
        margin: 0;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 335px;
    }
    #body-ppal.page.history #cd-timeline .line::before{
        left: -49px;
    }
    #cd-timeline .line::after{
        font-size: 70px;
        bottom: -80px;
        left: -35px;
        padding-left: 5px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        /*width: 45%;*/
        width: 50%;
    }
    .cd-timeline-content-right{padding-left:5%}
    .cd-timeline-content-left{padding-right:5%}
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        margin-top: -265px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        margin-top: -55px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img{
        /*left: -7%;*/
        left: 0%;
        margin-left:-13px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img{
        /*left: 115%;*/
        left: 100%;
        margin-left:-13px;
    }
    #body-ppal.page.history .img-timeline img{
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 22px;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 80px;
        width: 20%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 10px;
        width: 30%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 230px;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline{
        padding-left: 0;
        padding-right: 230px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 0;
        padding-right: 200px;
    }
    /* END HISTORY */
}

@media screen and (min-width: 1200px) and (max-width: 1900px) {
    /* HISTORY */
    #body-ppal.page.history .description{
        background-color: #efedf0;
        font-size: 24px;
    }
    #body-ppal.page.history .img-ppal img {
        width: 100%;
    }
    #body-ppal.page.history .cd-timeline-block {
        margin: 0;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 139px;
    }
    #body-ppal.page.history #cd-timeline .line::before{
        left: -31px;
    }
    #cd-timeline .line::after{
        font-size: 70px;
        bottom: -80px;
        left: -35px;
        padding-left: 5px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        /*width: 45%;*/
        width: 50%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        padding-left:5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        padding-right:5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        margin-top: -265px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        margin-top: -55px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img{
        /*left: -8%;*/

        left: 0%;
        margin-left:-13px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img{
        /*left: 114%;*/
        left: 100%;
        margin-left:-13px;
    }
    #body-ppal.page.history .img-timeline img{
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-block p{
        font-size: 26px;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 80px;
        width: 18%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 10px;
        width: 30%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p{
        padding-left: 230px;
        padding-right: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline{
        padding-left: 0;
        padding-right: 230px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-left: 0;
        padding-right: 200px;
    }
    /* END HISTORY */

}

@media screen and (min-width: 1300px){
    #body-ppal.page.history .description {
        background-color: #efedf0;
        font-size: 22px;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 335px;
        height: 97%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p {
        padding-left: 250px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline {
        padding-right: 250px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p{
        padding-right: 205px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img {
        /*left: -8.2%;*/
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        /*width: 45%;*/
        width: 50%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        padding-left:5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img{
        left:0%;
        margin-left:-13px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        padding-right:5%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img{
        left:100%;
        margin-left:-13px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        margin-top: -265px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        margin-top: -55px;
    }
}

@media screen and (min-width: 1440px){
    #body-ppal.page.history .img-ppal img {
        width: 100%;
    }
    #body-ppal.page.history .description {
        background-color: #efedf0;
        font-size: 28px;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 395px;
        height: 95.5%;
    }
    #body-ppal.page.history .cd-timeline-block {
        margin: 0;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 80px;
        padding-top: 20px;
        width: 20%;

    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 0px;
        width: 24%;
        padding-top: 10px;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p {
        padding-right: 290px;
        padding-left: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p {
        padding-left: 290px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline{
        padding-left: 290px;
        padding-left: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img {
        /*left: -8.4%;
        margin-top: 25px;*/
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img {
        /*left: 113.8%;
        margin-top: 26px;*/
    }
    #body-ppal.page.history #cd-timeline .line::before {
        left: -30px;
        top: -80px;
        font-size: 70px;
    }
    #body-ppal.page.history .cd-timeline-block h2{
        font-size: 65px;
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 25px;
    }
}

@media screen and (min-width: 1920px){
    #body-ppal.page.history .img-ppal img {
        width: 100%;
    }
    #body-ppal.page.history #cd-timeline .line{
        height: 96%;
        bottom: -115px;
    }
    #body-ppal.page.history #cd-timeline .line::before {
        left: -45px;
        top: -112px;
        font-size: 100px;
    }
    #body-ppal.page.history #cd-timeline .line::after {
        font-size: 100px;
        left: -50px;
    }
    #body-ppal.page.history #cd-timeline .line {
        margin-top: 495px;
    }
    #body-ppal.page.history .cd-timeline-block {
        margin: 0;
    }
    #body-ppal.page.history .description {
        font-size: 36px;
    }
    #body-ppal.page.history .cd-timeline-block h2.first-year {
        padding-left: 130px;
        padding-top: 20px;
        width: 20%;
    }
    #body-ppal.page.history .cd-timeline-block p.first-description {
        padding-left: 0px;
        width: 24%;
    }
    #body-ppal.page.history .cd-timeline-block h2{
        font-size: 90px;
    }
    #body-ppal.page.history .cd-timeline-block p {
        font-size: 33px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .img-timeline, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left h2, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left p {
        padding-left: 385px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .img-timeline {
        padding-right: 385px;
        padding-left: 0;
    }
    #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right h2, #body-ppal.page.history .cd-timeline-block .cd-timeline-content-right p {
        padding-right: 385px;
        padding-left: 0;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right .cd-timeline-img {
        left: -9.1%;
        margin-top: 40px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left .cd-timeline-img {
        left: 113%;
        margin-top: 40px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left, #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        width: 45%;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-left{
        margin-top: -265px;
    }
    #body-ppal.page.history .cd-timeline-content.cd-timeline-content-right{
        margin-top: -55px;
    }
    #body-ppal.page.history #cd-timeline .line::after {
        font-size: 103px;
        left: -48px;
        bottom: -117px;
    }
}


@media (min-width: 1200px) {

    .navbar-nav .nav>li{
        background-color: transparent;
    }
    .navbar-default .navbar-nav > li > a:hover{
        color: #79C423 !important;
    }

    #articles-home article h1, #articles-home article h2{
        padding: 0;
    }
    .flex-control-nav {
        padding-left: 20px !important;
    }
}

/* Large Devices, Wide Screens LG */
@media only screen and (max-width : 1200px) {

    .contact-form {
        padding:0px 0 0px;
    }

    .title-section {
        margin-left:18px;
    }

    .gale-address-containt {
        padding-left: 18px;
    }
}

/*@media (min-width: 960px){
    #body-ppal.page.history .cd-timeline-prev{
        top: 49px;
    }
}

@media (min-width: 600px){
    #body-ppal.page.history .cd-timeline-prev {
        top: -67px;
    }
}*/

@media (min-width: 1024px) and (max-width: 1200px) {


    .navbar-nav .nav>li{
        background-color: transparent;
    }

    #articles-home article{
        padding: 0;
    }

    #articles-home article h1{
        padding: 10px 11px 10px 0;
        width: 240px;
    }

    #articles-home article h2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #articles-home article .category{
        right: 15px;
        top: 5px;
    }

    footer ul li{
        padding: 0 5px;
    }

    footer .copyright {
        font-size: 14px;
        /*padding-top: 63px;*/
    }

    footer .contact-us{
        padding-top: 64px;
    }

    footer .contact-us a{
        font-size: 25px;
    }

    footer .social-media{
        /* padding-top: 55px;*/
    }
}



/* Medium Devices, Desktops MD */
@media (min-width: 960px) and (max-width : 1036px) {

    .title-section {
        font-size:60px !important;
    }

    .gale-address-containt {
        padding-left: 18px;
    }

    .no-margin{
        margin: 0px !important;
    }

    .contact-form {
        margin-top: 60px;
    }




}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){

    #contact-info h1 {
        font-size:71px !important;
        margin-left: 20px !important;
        padding-top: 63px !important;
        margin-top:0px !important;
    }

    .title-section {
        font-size:60px !important;
    }
    .navbar-nav .nav>li{
        background-color: transparent;
    }

    .contact-form {
        margin-top: 85px;
    }
}

@media (max-width: 768px) {
    #articles-home{
        padding-bottom: 73px;
    }

    .swiper-container_gallery, .container-pager-projects{
        background-color: rgba(237, 237, 237, 0.7);
    }

    #articles-home article .body-article{
        min-height: auto;
        margin-bottom: 15px;
    }

    /*.wrapperShare .addthis_toolbox a span, .wrapperShare .addthis_sharing_toolbox a span{
      width:24px !important;
      height:24px !important;
      background-size: cover !important;
    }

    .wrapperShare .addthis_sharing_toolbox a{
      width:24px !important;
      height:24px !important;
    }

    .filter-link-up{
      float: right;
    }*/

    .title-section {
        margin-left:0px !important;
    }

    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        color: #7B7A7C;
    }

    .navbar-default .navbar-nav > .active > a{
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        color: #79C423;
    }

    header .carousel-caption h2{
        font-size: 48px;
    }

    header .carousel-caption {
        left: 60px;
        right: 35%;
        top: 62px;
    }

    footer .contact-us{
        padding-left: 0;
        padding-top: 0;
        text-align: center;
    }

    footer .social-media {
        padding-top: 35px;
    }

    footer ul li{
        float: left;
        padding: 0;
        padding-right: 30px;
    }

    footer ul li:last-child{
        padding-right: 0;
    }
    footer .copyright{
        font-size: 14px;
        padding-top: 45px;
    }
    footer .contact-us a{
        font-size: 28px;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 570px;
    }
    .container-fluid > .navbar-collapse {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

/* Small Devices, Tablets  SM*/
@media only screen and (max-width : 768px) {
    .navbar-right{
        margin-right: 0px;
    }

    .contact-form {
        background: #F4F3F5;
        padding:64px 0 0px;
    }
    #contact-info h1 {
        margin-top:0px;
        margin-bottom:8px;


    }

    .contact-form {
        padding-top:0px !important;
        margin-top: 10px;
    }

    #contact-info .mobile-nav {
        border-top:1px solid #979797;
        border-bottom:1px solid #979797;
        font-family: AvenirLTStd-Book;
        font-size: 23px;
        color: #79C423;
        letter-spacing: 0.99px;
        line-height: 33px;
        text-transform: uppercase;
        padding: 10px 0 7px 27px;
    }

    #contact-info h2 {
        margin-bottom: 8px;
        margin-top: 33px;
        margin-left: 4px;
    }

    .gale-address-containt {
        padding-left: 15px;
    }


    .no-padding {
        padding: 0px !important;
    }

    .space {
        height:0px !important;
    }


}

@media (max-width: 768px) and (orientation: landscape) {

}

@media (max-width: 768px) {


    footer .contact-us a {
        font-size: 29px;
    }

    footer ul li {
        float: none;
    }
}

/* Extra Small Devices, Phones  XS*/
@media only screen and (max-width : 480px) {

    #contact-info h1 {
        margin-top:0px;
        margin-bottom:8px;
    }

    .space {
        height:30px !important;
    }

    #contact-info h2 {
        margin-bottom: 8px;
        margin-top: 33px;
        margin-left: 4px;
    }

    .gale-address-containt {
        padding-left: 15px;
        width:100%;
    }

    .pdf-contact1{
        display:none;
    }
    .pdf-contact2{
        display:block;
    }

    .title-section {
        margin-left: 0px !important;
        margin-top:104px;
    }

    #contact-info .mobile-nav {
        border-top:1px solid #979797;
        border-bottom:1px solid #979797;
        font-family: AvenirLTStd-Book;
        font-size: 23px;
        color: #79C423;
        letter-spacing: 0.99px;
        line-height: 33px;
        text-transform: uppercase;
        padding: 10px 0 7px 27px;
        /*margin-top: 104PX;*/

    }

    .gale-address, .text--h4 {
        margin-left: 46px;
    }

    .contact-form {
        background: #F4F3F5;
        padding:64px 0 0px;
    }

    .link-up {
        padding-left: 48px;
    }

    .no-padding {
        padding: 0px !important;
    }



    .input-contact {
        width:100%;
    }

    #whoweare {
        background: #F2F1F3;

    }
}


/* END CONTACT */

/* ---------- NEWS DETAILS ----------*/
.share-line-news{
    padding-bottom: 23px;
}
/* ---------- NEWS ----------*/
/*FIRST PAGE NEWS*/
.load-spinner {
    display: block;
    width: 66px;
    height: 66px;
    background: url("images/loading-spinner.gif") no-repeat;
    margin: 0 auto;
}
#news-spinner{
    margin: 10% auto 10% auto;
}
#filter{
    /*background-color: rgba(224,221,226,1);*/
    background-color: #f2f1f3;
    min-height: 62px;
    margin-bottom: 2px;
    /*padding-top: 1%;
    padding-bottom: 1%;*/
}

#filter .desktop-nav-label{
    padding: 19px 0 14px 0;
    text-align: center;
    margin: 0;
}

.desktop-nav-label li{
    display: inline-block;
    list-style: none;
    margin: 0 19px;
}

.desktop-nav-label a{
    font-family: "AvenirLTStd-Roman";
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: 1px;
    line-height: 1.38em;
    text-transform: capitalize;
}

.desktop-nav-label a:hover, .desktop-nav-label a:active, .desktop-nav-label a:focus, a.active-news-filter{
    color: #79c423;
    text-decoration: none;
}

#content-news article{
    padding: 2px;
    overflow: hidden;
}

#content-news article img{
    width: 100%;
    height: 380px;
    /*opacity: 0.5;*/
}
#content-news .featured{
    position: absolute;
    z-index: 9;
    margin: 5px;
    border-left: 40px solid #fff;
    border-bottom: 40px solid transparent;
}
.info-news{
    position: absolute;
    padding: 7% 9%;
    z-index: 999;
    width: 100%;
    height: 100%;

}

.tittle-date{
    background-color: rgba(245, 245, 245, 0.44);
    position: absolute;
    bottom: 20%;
    width: 86%;
}

.info-news .desktop-label-news-category {
    font-family: "AvenirLTStd-Roman";
    font-size: 19px;
    color: #000000;
    letter-spacing: 1.48px;
    line-height: 1.37em;
    text-transform: uppercase;
    margin: 0;
}

.info-news .desktop-news-date {
    font-family: "AvenirLTStd-MediumOblique";
    font-size: 22px;
    color: #000000;
    line-height: 1.36em;
    text-transform: uppercase;
    margin: 0 0 11px 0;
}

.info-news .desktop-h2 {
    font-family: "AvenirLTStd-BlackOblique";
    font-size: 32px;
    color: #000000;
    line-height: 1.25em;
    margin: 0;
    max-height: 207px;
    overflow: hidden;
}

.info-news .desktop-h2 a{
    color: #000000;
}

.info-news .desktop-h2 a:hover{
    text-decoration: underline;
}

.info-news .desktop-news-source {
    font-family: "AvenirLTStd-MediumOblique";
    font-size: 18px;
    color: #4A4A4A;
    line-height: 1.20em;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 8%;
    padding-right: 20px;
}


#ajax_pagination_button_news, #ajax_pagination_button_projects-container{
    margin: 5px 0;
}

/*#ajax_pagination_button_news a{
    color: #000;
    font-family: "AvenirLTStd-Medium";
    padding: 15px 40px;
    text-transform: uppercase;
    border: #333 3px solid;
}

#ajax_pagination_button_news a:hover{
    color: #79c423;
}*/

.scroll-top{
    text-align: right;
    font-size: 40px;
    color: #aaa;
    margin: 0 40px 40px 0;
}

.scroll-top i{
    position: relative;
}

/*RESPONSIVE--------------------------------------------------------------*/

@media (max-width: 1280px) {

    .info-news .desktop-label-news-category {

        font-size: 17px;
    }

    .info-news .desktop-h2 {

        font-size: 22px;
    }

    .info-news .desktop-news-date {
        font-size: 20px;
    }

    .info-news .desktop-news-source {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1030px) {

    #content-news article img {
        height: 320px;
        width: 100%;
    }

    #filter .desktop-nav-label{
        padding: 20px 0 0 0;
    }

    .desktop-nav-label li{
        margin-right: 20px;
    }

    .desktop-nav-label a{
        font-size: 18px;
    }

    .info-news .desktop-label-news-category {
        font-size: 14px;
    }

    .info-news .desktop-h2 {
        font-size: 20px;
    }

    .info-news .desktop-news-date {
        font-size: 14px;
    }

    .info-news .desktop-news-source {
        font-size: 11px;
    }

    .navbar-nav .nav>li {
        background-color: transparent;
    }
}

@media (min-width: 600px) and (max-width: 768px){

    .image-news-detail img{
        width: 100% !important;
        padding: 0 2px !important;
        display: none;
    }

}

@media (max-width: 600px){

    #filter .desktop-nav-label{
        padding: 20px 0 0 0;
    }

    .desktop-nav-label li{
        margin: 0 7px;
    }

    .desktop-nav-label a{
        font-size: 15px;
    }

    #content-news article{
        padding: 2px;
    }

    .info-news .desktop-label-news-category {
        font-size: 20px;
    }

    .info-news .desktop-news-date {
        font-size: 22px;
    }

    .info-news .desktop-h2 {
        font-size: 22px;
    }

    .image-news-detail{
        padding: 0;
    }

    .image-news-detail img{
        width: 100% !important;
        padding: 0 3px !important;
        display: none;
    }

    .slidesProjects-left{
        position: relative !important;
    }
    #project-data{
        margin-top: 5% !important;
    }

    .details_content{
        padding-left: 45px !important;
    }

}

@media (min-width: 375px) and (max-height: 559px) {

    .details_content{
        margin-left: 0 !important;
    }

    .info-news .desktop-h2{
        font-size: 22px;
        width: 94%;
    }
}

@media (max-width: 400px){
    .info-news .desktop-h2 {
        font-size: 22px;
    }
    .tittle-date{
        bottom: 19%;
    }
}

@media (max-width: 320px){

    .desktop-nav-label li{
        margin-right: 10px;
    }

    .desktop-nav-label a{
        font-size: 15px;
        letter-spacing: 0;
    }

    .info-news .desktop-label-news-category {
        font-size: 13px;
    }

    .info-news .desktop-news-date {
        font-size: 14px;
    }

    .info-news .desktop-h2 {
        font-size: 22px;
        width: 93%;
    }

    .info-news .desktop-news-source {
        font-size: 14px;
    }
}


/* ---------- END NEWS ----------*/

/* WHAT WE DO SECTION START */
.our-height{
    /*height: 100px;*/
    top: 0px;
    padding: 62px 0px 62px 0px !important;
}
/*Mobile*/

@media (max-width: 767px){
    .intro-left{
        font-size: 24px !important;
    }
    .banner article:nth-of-type(2){
        margin-top: 32px !important;
        padding-right: 23px !important;
    }
    .special-text p{
        font-size: 24px !important;
        text-align: left;
        padding: 0 25px;
    }
    .special-text b{
        padding: 0 !important;
    }
    .banner-2 img{
        height: 401px;
    }
    .thinks .cont-icon{
        padding-left: 42px !important;
        padding-bottom: 20px !important;
    }
    .thinks .card-people .title{
        margin: 0px !important;
        height: inherit;
    }
    .thinks .card-enviromental .title{
        margin: 0px !important;
        height: inherit;
    }
    .thinks .card-respect .title{
        margin: 0px !important;
        height: inherit;
    }
    .thinks .card-expert .title{
        margin: 0px !important;
        height: inherit;
    }
    .thinks .card-originality .title{
        margin: 0px !important;
        height: inherit;
    }
    .thinks .card-quality .title{
        margin: 0px !important;
        height: inherit;
    }
    .thinks .title-content{
        padding-left: 44px !important;
        padding-bottom: 47px !important;
    }
    .card{
        height: auto !important;
    }
    .thinks .card .content p {
        padding: 20px 53px 50px 10px !important;
    }
    .thinks .card .content-end{
        padding-bottom: 35px !important;
    }
    .banner .our-expertise-title{
        text-align: center !important;
    }
    .concept{
        margin-top: 30px !important;
    }
    .concept .content-text{
        padding-right: 10px !important;
    }
    .expertise article{
        padding: 20px 0px !important;
    }
    .expertise-items{
        font-size: 22px !important;
    }
    .our-height {
        text-align: center;
        padding: 18% 0% 18% 0% !important;
    }
    .title-content.enviromental{
        width: 20%;
    }
}

/*desktop*/

@media (max-width: 1280px){
    .thinks .title-content{
        margin-left: 0px !important;
    }
    .thinks .principle-title{
        font-size: 26px !important;
    }
    .concept .content-text{
        padding-right: 62px !important;
    }
    .expertise-items{
        font-size: 21px !important;
    }
    .thinks .principle-title{
        height: 200px;
        /*height: 234px;*/
    }
}
/*tablet portrait*/
@media (min-width: 768px) and (max-width: 1024px){

    .intro-left{
        font-size: 21px !important;
    }
    .intro-left2{
        font-size: 28px !important;
    }
    .body-copy-2{
        font-size: 15px !important;
    }
    .body-copy-3{
        font-size: 15px !important;
    }
    .special-text p{
        font-size: 20px !important;
    }
    .card {
        height: 410px !important;
    }
    .thinks .card-people .title{
        margin: 0px !important;
    }
    .thinks .card-enviromental .title{
        margin: 0px !important;
    }
    .thinks .card-originality .title{
        margin: 0px !important;
    }
    .thinks .card-quality .title{
        margin: 0px !important;
    }
    .thinks .icon {
        font-size: 400% !important;;
    }
    .thinks .title-content{
        padding-top: 80px !important;
    }
    .thinks .card .content p{
        padding: 40px 53px 40px 30px !important;
    }

    .special-text .wrapperFloating{
        /*position: absolute;*/
        margin: 35px 0 43px 0 !important;
    }

}
.no-padding{
    padding: 0;
}
.banner{
    /*height: 360px;*/
    background-color: #f2f1f3;
    /*padding-bottom: 160px;*/
    padding-bottom: 33px;
}
.banner article {
    margin-top: 42px;
}
.banner2 {
    background-color: #f2f1f3;
}
.banner2 article {
    margin-top: 0;
}
.intro-left {
    /*color: #4A4A4A;
    font-family: 'AvenirLTStd-Black';
    font-size: 37px;
    line-height: 1.20em;*/

    font-family: "AvenirLTStd-MediumOblique";
    font-size: 24px !important;
    color: #9b9b9b;
    line-height: 32px;
    /*background-color: #FFF;*/
    /*padding: 35px;*/
}

.body-copy-2{
    color: #4A4A4A;
    font-family: 'AvenirLTStd-Book';
    font-size: 24px;
    line-height: 1.33em;
}

.body-copy-2 a{
    color: #79C423;
}

.banner .body-copy-2 p:first-child{
    padding-bottom: 47px;
}
.banner-2{
    position: relative;
}
.banner-2 img{
    width: inherit;
}
.special-text b{
    /*padding-left: 78px;*/
}

.special-text .wrapperFloating{
    /*position: absolute;*/
    margin: 40px 0;
}

.special-text p{
    font-family: "AvenirLTStd-Book";
    font-size: 32px;
    color: #4a4a4a;
    line-height: 1.33em;
    /*text-shadow: 0px 2px 4px rgba(0,0,0,0.50);*/
}
.thinks .principle-title {
    font-family: "AvenirLTStd-Book";
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1.38em;
    height: 234px;
}
.card {
    height: 630px;
    /*height: 531px;*/
}

.thinks .card-originality{
    /*height: 630px;*/
    height: 531px;
}
.thinks .card-respect{
    /*height: 630px;*/
    height: 531px;
}
.thinks .card-quality{
/*height: 630px;*/
    height: 531px;
}
.thinks .card-people .title{
    background-color: #bd8ad1;
    margin-right: 10px;
}
.thinks .card .content p{
    padding: 40px 53px 98px 60px;
}
/*.thinks .card .content-end{
    padding-bottom: 120px;
}*/
.thinks .card-enviromental .title{
    background-color: #90cedb;
    margin-right: 11px;
}
.thinks .card-expert .title{
    background-color: #a4c47b;
}
.thinks .card-originality .title{
    background-color: #F5A623;
    margin-right: 10px;
}
.thinks .card-quality .title{
    background-color: #689FD1;
    margin-right: 11px;
}
.thinks .card-respect .title{
    background-color: #D17C7A;
}
.thinks .cont-icon{
    padding-left: 20px;
    padding-top: 70px;
    padding-bottom: 46px;
}
.thinks .icon{
    font-size: 300%;
}
.thinks .title-content{
    /*margin-left: 5%;*/
    padding-top: 78px;
    text-transform: uppercase;
}
.thinks .title-content .enviromental{
    margin-left: 2%;
}



.banner .our-expertise-title{
    /*padding-top: 70px;*/
    font-size: 32px;
    color: #79C423;
}
.our-expertise-title {
    font-family: "AvenirLTStd-Book";
    font-size: 32px;
    color: #4A4A4A;
    line-height: 1;
}
.concept{
    margin-top: 80px;
}
.concept2 {
    margin-top: 30px;
}
.concept .content-text{
    padding: 0px 164px 50px 0px;
}
.expertise{
    /*padding-bottom: 98px;*/
    padding-bottom: 30px;
}
.expertise article{
    padding: 25px 0px;
}
.expertise-items {
    font-family: "AvenirLTStd-Book";
    font-size: 24px;
    color: #7B7A7C;
    line-height: 1.40em;
}
hr{
    padding: 0px;
    margin: 0px;
    border: 0;
    border-top: 1px solid #979797;
}
@media (min-width: 320px) and (max-width: 768px){

    .slidesProjects-left{
        position: relative !important;
    }

    #project-data{
        margin-top: 5% !important;
    }

    .nav-down-wwd{
        border-top:1px solid #979797;
        border-bottom:1px solid #979797;
        font-family: AvenirLTStd-Book;
        font-size: 23px;
        color: #79C423;
        letter-spacing: 0.99px;
        line-height: 33px;
        text-transform: uppercase;
    }
    .nav-down-wwd p {
        margin: 0px;
        padding: 10px 0 7px 27px;
    }
    .thinks .icon {
        font-size: 550%;
    }
    .card-originality .originality{
        padding-left: 0px !important;
    }
    .card-quality .quality{
        padding-top: 40px !important;
    }
    .intro-left-mobile{
        line-height: 1.70em;
    }
}
/* WHAT WE DO SECTION END */

/* ----------- iPhone 5 and 5S ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){
    /*#body-ppal.page.history .cd-timeline-next {
        top: 315px;
    }
    #body-ppal.page.history #cd-timeline::before {
      top: 379px;
      height: 97.55%;
    }*/
    footer ul li{
        padding: 0 36px;
        display: inline;
        float: none;
    }
}

/* ----------- iPhone 4 and 4S ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    footer ul li {
        padding: 0 16px;
    }
    /*#body-ppal.page.history .cd-timeline-next{
      top: 143px !important;
    }*/
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){
    footer ul li {
        float: none;
        padding: 0 16px;
    }
    /*#body-ppal.page.history .cd-timeline-next {
        top: 193px !important;
    }*/
    /*#body-ppal.page.history .cd-timeline-next{
        top: 370px;
    }*/
}

/* HTC */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    /*#body-ppal.page.history .cd-timeline-next {
      top: 182px !important;
    }*/
}

.flex-control-nav {
    bottom: 10px !important;
    text-align: left !important;
}
.metaslider .caption-wrap {
    position: absolute;
    bottom: 0 !important;
    top: 7%;
    left: 3% !important;
    right: 32% !important;
    background: rgba(255,255,255,0) !important;
    color: #fff !important;
    text-shadow: 2px 2px #000000;
    opacity: 1 !important;
    margin: 0;
    display: block;
    width: 65% !important;
    line-height: 1.38em;
    font-family: "AvenirLTStd-Book";
    font-size: 1.6em;
}


@media (min-width: 768px) {
    .metaslider .caption-wrap {
        position: absolute;
        bottom: 0 !important;
        top: 7%;
        left: 3% !important;
        right: 32% !important;
        background: rgba(255,255,255,0) !important;
        color: #fff !important;
        opacity: 1 !important;
        margin: 0;
        display: block;
        width: 65% !important;
        line-height: 1.38em;
        font-family: "AvenirLTStd-Book";
        font-size: 2.2em;
    }
    footer ul {
        padding-top: 10px;
    }
    footer ul li {
        padding: 0px;
    }
    footer .contact-us a {
        font-size: 18px;
    }

    footer .contact-us {
        text-align: right;
    }

    footer .copyright {
        font-size: 14px;
        padding-left: 35px;
    }
    .flex-control-nav {
        bottom: 30px !important;
    }
}

@media only screen and (min-device-width: 736px) and (max-device-width: 768px){
    .col-sm-righ{
        float: right;
    }

    .col-sm{
        width:97.83333333%;
    }
}

@media (min-width: 992px) {
    .metaslider .caption-wrap {
        position: absolute;
        bottom: 0 !important;
        top: 7%;
        left: 3% !important;
        right: 32% !important;
        background: rgba(255,255,255,0) !important;
        color: #fff !important;
        opacity: 1 !important;
        margin: 0;
        display: block;
        width: 65% !important;
        line-height: 1.38em;
        font-family: "AvenirLTStd-Book";
        font-size: 2.5em;
    }
    #articles-home article .body-article {
        min-height:320px;
    }
    #articles-home article .body-article h1, #articles-home article .body-article h2{
        min-height: 139px;
        max-height: 140px;
        overflow: hidden;
    }
    .flex-control-nav {
        bottom: 30px !important;
    }
}
@media (min-width: 1200px) {
    .metaslider .caption-wrap {
        position: absolute;
        bottom: 0 !important;
        top: 7.3%;
        left: 3% !important;
        right: 32% !important;
        background: rgba(255,255,255,0) !important;
        color: #fff !important;
        opacity: 1 !important;
        margin: 0;
        display: block;
        width: 65% !important;
        line-height: 1.38em;
        font-family: "AvenirLTStd-Book";
        font-size: 3em;
    }
    footer {
        height: 145px
    }
    footer ul li {
        padding: 0 6.5% 0 0;
    }
    footer ul {
        padding-top: 0px;
    }
    footer .contact-us a {
        font-size: 28px;

    }
    footer .contact-us {
        text-align: center;
        padding-left: 0;
        padding-top: 80px;
        padding-right:0px;
    }
    .logo-footer a img{
        max-width: 90%;
    }
    footer .navbar-brand{
        padding: 38px 16px 15px 10px;

    }
    footer .copyright {
        font-size: 14px;
        padding-top: 92px;

    }
    footer .social-media {
        padding-top: 72px;
    }
    footer .icon {
        font-size: 38px;
    }
    #articles-home article .body-article {
        min-height:295px;
        text-overflow: ellipsis;
    }
    #articles-home article .body-article h1, #articles-home article .body-article h2{
        min-height: 115px;
        max-height: 115px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .flex-control-nav {
        bottom: 30px !important;
    }
}
@media (min-width: 1450px) {
    .metaslider .caption-wrap {
        position: absolute;
        bottom: 0 !important;
        top: 7.3%;
        left: 3% !important;
        right: 32% !important;
        background: rgba(255,255,255,0) !important;
        color: #fff !important;
        opacity: 1 !important;
        margin: 0;
        display: block;
        width: 65% !important;
        line-height: 1.38em;
        font-family: "AvenirLTStd-Book";
        font-size: 4.2em;
    }
    .category{
        font-size: 18px;
        right: 30px;
        top: 6px;
        padding: 0 10px;
    }
    .flex-control-nav {
        bottom: 30px !important;

    }
}
/*    .flex-direction-nav a {
        width: 40px !important;
        height: 40px !important;
        opacity: 0.5 !important;
        margin: -20px 0 0 25px !important;
    }*/

#whoweare {
    background: #F2F1F3;
}

#whoweare .parragraf-main{
    padding-right:56px;
    padding-bottom: 30px;
}



.container-headshots {
    /*background: #4A4A4A;*/
    overflow:hidden;
}

.container-headshots img {
    width:100%;
}

.container-headshotsdiv:nth-child(odd) {
    background: #9B9B9B;
}

.container-headshots h1, .partners-block h1 {
    font-family:AvenirLTStd-Roman;
    font-size: 32px;
    color: #9E9E9E;
    letter-spacing: 1px;
    line-height: 44px;
}

.partners-block {
    float:left;

}


.container-headshots:hover h1, .partners-block:hover h1 {
    color: #79C423;
}

.no-padding {
    padding:0px;
}

#whoweare .intro-left-columns {/* We work with world-r: */
    font-family:AvenirLTStd-Roman;
    /*font-size: 40px;*/
    color: #4A4A4A;
    line-height: 48px;
    font-size: 26px !important;
}
#whoweare .intro-left-columns {
    padding-top:22px;
    padding-bottom: 30px;
}

#whoweare .paragraf {
    padding-top:62px;
}



.container-partners {
    background: white;
}

.container-partners > div {
    border:1px solid #F2F1F3;
    text-align: center;
    vertical-align: middle;
}

.container-partners img {
    width:100%;

}


#myModal {
    top:10%;
    outline: none;
}

#myModal-project {
    top:10%;
    outline: none;
}

#whoweare .body-container {
    padding: 94px 122px 114px;
}

.body-container .bio-name {
    color:#777777 !important;
    font-size:32px !important;
}

.body-container .bio-title {
    font-size:20px !important;
    color:#777777 !important;
    font-size:AvenirLTStd-MediumOblique !important;
}

.body-container .bio-content {
    font-size:24px !important;
}

#whoweare .bio-content{
    padding-top: 54px;
}

#whoweare .modal-body {
    padding:42px 60px;
}

#whoweare #modal-dialog {
    width:100%;
}

#whoweare .icon-close-window {
    float:right;
    font-size: 43px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

#myModal-project .icon-close-window {
    float:right;
    font-size: 43px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}
/*Image hover effect*/
/*
#whoweare .image {
    position:relative;
}
#whoweare .image img {
    width:100%;
    vertical-align:top;
}
#whoweare .image:after, .image:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#whoweare .image:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.25);
}
#whoweare .image:before {
    content: attr(data-id) "\A" attr(data-description);
    white-space:pre-wrap;
    font-family: AvenirLTStd-Book;
    width:100%;
    color:#fff;
    z-index:1;
    bottom:0;
    font-size: 20px;
    padding: 0px 10px 48px;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#whoweare .image:hover:after, .image:hover:before {
    opacity:1;
}
*/
.darken {
    display: inline-block;
    background: black;
    padding: 0;
}

.darken img {
    display: block;
}
/*
#whoweare .main-image {
    position:relative;
}
#whoweare .main-image img {
    width:100%;
    vertical-align:top;
}
#whoweare .main-image:after, .main-image:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#whoweare .main-image:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.25);
}
#whoweare .main-image:before {
    content: attr(data-id) '\A' attr(data-description);
    white-space:pre-wrap;
    font-family: AvenirLTStd-Book;
    width:100%;
    color:#fff;
    background: rgba(0,0,0,0.25);
    z-index:1;
    bottom:0;
    font-size: 20px;
    padding:30px 10px;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#whoweare .main-image:hover:after, .main-image:hover:before {
    opacity:1;
}
*/
/*Image hover effect*/

#whoweare .bio-content{
    font-family: AvenirLTStd-Light;
    font-size: 22px;
    color: 9E9E9E;
    text-align: left;
    line-height: 134%;
    opacity: 100%;
}

#whoweare .bio-name{
    font-family: AvenirLTStd-Roman;
    font-size: 27px;
    letter-spacing: 2px;
    color: #646464;
    line-height: 28px;
}

#whoweare .bio-title{
    font-family: AvenirLTStd-Medium;
    font-weight: 100;
    font-size: 18px;
    color: #646464;
    letter-spacing: 1px;
}

@media (max-width: 577px) {

    #whoweare .bio-name {
        padding-top: 25px;
        letter-spacing: 0px;
        font-size: 25px !important;
    }

    #whoweare .modal-body {
        padding: 42px 21px;
    }



}

@media (max-width: 1000px) {
    #whoweare .body-container {
        padding:34px 6px 114px !important;
    }
}




@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    #myModal .modal-dialog  {
        width:80%;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }


}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
    #myModal .modal-dialog  {
        width:80%;
        margin: 30px auto;
    }
}


@media (max-width: 992px) {
    .gale-address, .title-address, .text--h4  {
        font-size: 17px !important;
    }

    .contact-form input {
        margin-top: 25px !important;
    }


}

@media (min-width: 481px) and (max-width: 930px) {
    .link-up {
        font-size: 15px !important;
    }
}

/*@media (max-width: 783px) {
    #whoweare, .gray {
    margin-top: 92px !important;
    }
}

@media (max-width: 767px) {
    #whoweare, .gray {
    margin-top: 71px !important;
    }
}
*/
/* ---------- PROJECTS ----------*/
.swiper-projects-filter{
    overflow: hidden;
    margin: auto;
}
.swiper-projects-filter .swiper-button-prev, .swiper-projects-filter .swiper-button-next{
    color: #9B9B9B;
    top: 37% !important;
}
#project-single-filter .swiper-projects-filter .swiper-button-prev, #project-single-filter .swiper-projects-filter .swiper-button-next{
    color: #9B9B9B;
    top: 66% !important;
}
.banner-projects{
    padding-top: 1%;
    padding-bottom: 1%;
}
/*.banner-projects ul{*/
/*padding-left: 9%;*/
/*}*/
.principles  a {
    font-size:24px !important;
    padding-left: 26px;
}

.img-project img{
    width: 100%;
}
.no-padding{
    padding: 0;
}
.banner .pull-down-text{
    margin: 30px 0px;
    padding: 24px 44px;
}
.select-project select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background: transparent;
    border: 2px solid #9d9d9d;
    height: auto;
    padding: 5px;
    width: 100%;
    text-transform: uppercase;
}
.select-project select::-ms-expand{
    display: none;
}
.select-project{
    overflow: hidden;
    background: url(../img/icon-arrow-pulldown2.png) no-repeat;
    background-position: 88% 50%;
    cursor: pointer;
}

.banner{
    /*height: 360px;*/
    background-color: #f2f1f3;
}
.active-project{
    color: #79C423 !important ;
}
.pull-down-text {
    font-family: "AvenirLTStd-Light";
    font-size: 22px;
    color: #4A4A4A;
    letter-spacing: 2px;
    line-height: 1.00em;
}
.filter-link-up a {
    font-family: "AvenirLTStd-Medium";
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0.41px;
    line-height: 1.38em;
}
.filter-link-up li{
    /*width: 20%;*/
    display: inline-block;
    padding: 15px 0px 15px 0px;
    text-transform: capitalize;
}
.filter-link-up li a:active {
    font-family: "AvenirLTStd-Roman";
    font-size: 20px;
    color: #79C423;
    letter-spacing: 0.5px;
    line-height: 1.38em;
    /*text-shadow: 0px 1px 1px rgba(0,0,0,0.50);*/
}

.body-highlight {
    font-family: "AvenirLTStd-Oblique";
    font-size: 34px;
    /*font-style: italic;*/
    color: #9B9B9B;
    line-height: 1.35em;
}
.img-project{
    position: relative;
}
.content-paragraph .mask-null:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.content-paragraph .mask-null{

    padding-top: 10%;
    bottom: 0;
    height: inherit;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    height: 100%;
    padding-right: 5%;
    padding-left: 5%;
}
.content-paragraph p{
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    width: calc (100% - 30px);
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    padding: 10px 15px;
    font-family: "AvenirLTStd-Oblique" !important;
    color:#9b9b9b;
}


.project-name-hover a, a .project-name-hover{
    font-family: "AvenirLTStd-Roman";
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 1.37px;
    line-height: 1.38em;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.54);
    text-transform: uppercase;
}
.img-project .mask{
    bottom: 0;
    height: inherit;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    /*top: 0;*/
    calc-
    padding-top: 22%;
    opacity: 0;
    background-color:  rgba(121,196,35, 0.5);
    transition: all 0.3s ease-in-out;
    height:100%;







}



.img-project .mask:before { content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */

    /* For visualization
    background: #808080; width: 5px;
    */
}

.project-name-hover {display: inline-block;
    vertical-align: middle;
    width: calc (100% - 30px);
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    padding: 10px 15px;
}
.img-project:hover .mask {
    opacity: 1;
    cursor: pointer;
}
.to-what-we-do{
    margin: 34px 0px 93px 0px;
    text-transform: uppercase;
}
.label-text {
    font-family: "AvenirLTStd-Roman";
    font-size: 24px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.38em;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
}

@media (min-width: 1440px){
    .filter-link-up a{
        font-size: 20px;
    }

    .project-name-hover a, a .project-name-hover{
        font-size: 38px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){
    .content-paragraph{

    }
    .content-paragraph-2{

    }
    .content-paragraph-3{

    }
    .body-highlight {
        /*font-size: 27px;*/
    }
}
@media (max-width: 1200px){
    .swiper-projects-filter{
        overflow: hidden;
        width: 95%;
        margin: auto;
        padding: 0 5% 0 5%;
    }
    .swiper-projects-filter ul.swiper-wrapper{
        padding-left: 0 !important;
    }
}
@media (min-width: 992px){
    .banner .pull-down-text {
        margin: 30px 0px;
        padding: 25px 20px;
    }
    .filter-link-up a {
        font-size: 18px;
    }
    .filter-link-up li{
        /*width: 22%;*/
    }
    .project-name-hover a, a .project-name-hover{
        font-size: 28px;
    }
    .body-highlight{
        /*font-size: 25px;*/
    }

}
@media (max-width: 991px) and (min-width: 768px){

    .swiper-projects-filter{
        overflow: hidden;
        width: 94%;
        margin: auto;
        padding: 0 5% 0 5%;
    }
    .swiper-projects-filter ul{
        padding-left: 0 !important;
    }


    .filter-link-up a {
        font-size: 14px;
    }
    .filter-link-up li {
        /*width: 22%;*/
    }
    .pull-down-text{
        font-size: 16px;
    }
    .banner .pull-down-text {
        margin: 30px 0px;
        padding: 14px 24px;
        padding-left: 45px !important; */
    }
    .project-name-hover a, a .project-name-hover{
        font-size: 28px;
    }
    .project-data {
        font-size: 14px !important;
    }
}
@media (max-width: 768px) and (max-width: 992px){

    .expertise{
        padding-bottom: 20px;
    }
    .banner .pull-down-text {
        padding: 26px 20px !important;
        /*font-size: 18px !important;*/
    }
    .pull-down-text{
        font-size: 12px;
    }
    .filter-link-up a{
        /*font-size: 14px !important;
        font-size: 24px !important;*/
        /*padding-left: 15px;*/
    }
    .filter-link-up li{
        /*width: 21%;*/
    }
    .project-name-hover a, a .project-name-hover{
        font-size: 25px;
    }
    .img-project{
        max-height: 359px;
    }
    .body-highlight {
        /*font-size: 14px !important;*/
    }
    .img-project .mask {
        opacity: 1;
        background-color: transparent;
        cursor: pointer;
    }
    .project-name-hover {
        font-family: "Avenir LTStd-Oblique";
        font-size: 35.4px;
        color: #FFFFFF;
        letter-spacing: 1.37px;
        line-height: 1.36em;
        text-shadow: 0px 2px 4px rgba(0,0,0,0.66);
    }



}
@media (min-width: 800px) and (max-width: 992px){
    .body-highlight {
        font-size: 14px !important;
    }
}
@media (max-width: 736px){
    .img-project{
        max-height: inherit;
    }
    .swiper-projects-filter{
        overflow: hidden;
        width: 90%;
        margin: auto;
        padding: 0 5% 0 5%;
    }
    .swiper-projects-filter ul{
        padding-left: 0 !important;
    }
}

/* ---------- END PROJECTS ----------*/

/* Hover Effect*/

.show-info:hover .hover-headshots  {
    display: block;

}


.hover-headshots {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;

    left:0px;

    background: rgba(0,0,0,0.25);
}

.personal-headshots .info-container {
    position: absolute;
    bottom: 0px;
    display: block;
    height:calc(100% - 48px);
    height: -webkit-calc(100% - 48px);
    height: -moz-calc(100% - 48px);
    padding:0 10px;
    overflow:hidden;
}

.personal-headshots h1 {
    white-space:pre-wrap;
    font-family: AvenirLTStd-Medium;
    width:100%;
    color:#fff;
    z-index:1;
    bottom:0;
    font-size: 28px;
    letter-spacing: 0.89px;
    line-height: 24px;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.hover-headshots h1 {
    font-family: AvenirLTStd-Medium;
    font-size: 32px;
    color:#fff !important;
    letter-spacing: 1px;
    line-height: 27px;

    padding:0x;
}



.image .hover-headshots {
    top:0%;
}

.president-container .hover-headshots {
    height:129px !important;
    bottom:0px !important;
    padding: 0 60px;
}

.president-container h1, .president-container p {
    text-shadow: 0px 2px 4px rgba(0,0,0,0.50);
}

@media (min-width: 992px) {


    /*.personal-headshots p {
        font-size:16px;
    }

    .personal-headshots h1 {
        font-size:24px;
    }

    .personal-headshots .info-container {

        height:calc(100% - 10px);
        height: -webkit-calc(100% - 10px);
        height: -moz-calc(100% - 10px);

    }*/
}






.parragraf-main > p, .paragraf {
    font-family:  "AvenirLTStd-Oblique";
    /*font-size: 36px;*/
    color: #9B9B9B;
    line-height: 1.3;
    padding: 5px 0 0 0;
}

.parragraf-main > p:first-child{
    padding: 44px 0 0 0;
}
#whoweare .parragraf-main > p:first-child{
    padding: 40px 0 0 0;
    font-size: 24px !important;
    color:#9b9b9b;
    letter-spacing:0px;
    line-height:32px;
    text-align:left;
}
#whoweare .paragraf-2 {
    padding:37px 0 91px 0 !important;
}

.hover-headshots .title, .president-container {
    padding:0px !important;
    margin: 0px;
    font-size:20px;
    font-size:1.4vw;
    color:white;
    /* Vice President, Acqu: */
    letter-spacing: 1px;
    line-height: 27px;
    font-family: AvenirLTStd-Medium !important;
}


@media (max-width: 1130px) {
    .personal-headshots .info-container {
        padding: 0 10px;
    }


    .personal-headshots .info-container {
        height:calc(100% - 11px);
        height: -webkit-calc(100% - 11px);
        height: -moz-calc(100% - 11px);
    }

    .hover-headshots .title, .president-container p {
        /*font-size:15px;*/
        line-height: 15px;

    }

    .name h1 {
        font-size:20px;
    }
}

@media (max-width: 798px) {
    .hover-headshots .title, .president-container p {
        font-size:12px;
        line-height: 12px;

    }
}

@media (max-width: 480px) {
    .personal-headshots .info-container {
        height:calc(100% - 48px);
        height: -webkit-calc(100% - 48px);
        height: -moz-calc(100% - 48px);
    }

    .hover-headshots .title, .president-container p {
        padding:0px !important;
        margin: 0px;
        font-size:20px;
        color:white;
        /* Vice President, Acqu: */
        letter-spacing: 1px;
        line-height: 27px;
        font-family: AvenirLTStd-Medium !important;
    }
    .hover-headshots .title {
        font-size:12px;
        line-height: 13px;
    }

}


.body-container .bio-name {
    color:#777777 !important;
    font-size:32px !important;
}

.body-container .bio-title {
    font-size:20px !important;
    color:#777777 !important;
    font-size:AvenirLTStd-MediumOblique !important;
}

.body-container .bio-content {
    font-size:24px !important;
}



@media (min-width: 768px) {
    .container-headshots > div:nth-child(11) {
        /*clear: left;*/
    }
}


/*-- Who We Are page End --*/

/* PROJECTS DETAILS */

#goingUp{
    float:right;
    margin-right:10px;
    font-size: 250%;
    cursor: pointer;
}

.arrows-projects > div{
    cursor: pointer;
}


.no-padding{
    padding: 0;
}
select#type-filter-select{
    margin-top: 8px;
}
.col-xs-offset-1.col-xs-22.col-sm-22.select-project.icon.hidden-sm.hidden-lg.hidden-md.select-mobile{
    background-position: 88% 40%;
}
.banner .pull-down-text{
    margin: 30px 0px;
    padding: 24px 44px;
}

@media (max-width: 1200px) {
    .banner .pull-down-text{
        padding: 24px 20px;
    }
}

.select-project select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background: transparent;
    border: 2px solid #9d9d9d;
    height: auto;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.select-project select::-ms-expand{
    display: none;
}
.select-project{
    overflow: hidden;
    background: url("images/icon-arrow-pulldown2.png") no-repeat;
    background-position: 88% 50%;
    cursor: pointer;
}




.banner{
    /*height: 360px;*/
    background-color: #f2f1f3;
}
.pull-down-text {
    font-family: "AvenirLTStd-Roman";
    font-size: 22px;
    color: #4A4A4A;
    letter-spacing: 0px;
    line-height: 1.00em;
}
.filter-link-up a {
    font-family: "AvenirLTStd-Roman";
    font-size: 24px;
    color: #4A4A4A;
    letter-spacing: 0.5px;
    line-height: 1.38em;
}

.filter-link-up li{
    /*width: 20%;*/
    display: inline-block;
    font-family: "AvenirLTStd-Medium";
    font-size: 24px;
    color: #79C423;
    letter-spacing: 0.5px;
    line-height: 1.38em;
    /*text-shadow: 0px 1px 1px rgba(0,0,0,0.50);*/
}
.filter-link-up li:hover a{
    color: #79C423;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    text-decoration: none;
}
.project-name-detail-page {
    font-family: "AvenirLTStd-Light";
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 1.92px;
    line-height: 1.36em;
}

.project-name-detail-page2 {
    font-size: 25px;
    margin-left: 16px;
}
.title-project{
    padding: 1.2% 0px 1.2% 4.3%;
    background-color: #4A4A4A;
}
#project-data{
    margin-top: 2%;
    margin-left: 3.5%;
}
.project-data {
    font-family: "AvenirLTStd-Roman";
    font-size: 18px;
    color: #000000;
    line-height: 1.78em;
    padding-top: 50px;
}
.project-data{
    font-weight: normal;
}
.body-copy-2 {
    font-family: "AvenirLTStd-Roman";
    font-size: 24px;
    color: #4A4A4A;
    line-height: 1.33em;
    padding: 0 50px;
}

.body-copy-3 {
    font-family: "AvenirLTStd-Oblique";
    font-size: 23px;
    color: #4A4A4A;
    line-height: 1.33em;
    padding: 15px 16px 0px;
}

@media (max-width: 1170px) and (min-width: 1025px){
    .body-copy-2{
        font-size: 21px;
    }
    .body-copy-3{
        font-size: 20px;
    }
}

.body-copy-2 b{
    font-family: "AvenirLTStd-Black";
}
.share-button span{
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Roman';
    color: #ABABAB;
    font-size: 18px;
}
.share-button .wrapperShare{
    vertical-align: bottom;
    margin-left: 15px;
}

.wrapperShare a{
    float: left;
    padding: 0px 2px;
}

.share-button .wrapperShare .addthis_horizontal_follow_toolbox{
    margin-right: 2px;
}

.share-button .wrapperShare .at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn{
    margin: 0 4px;
}

.share-button .wrapperShare
.filter-link-up span{
    font-family: 'AvenirLTStd-Medium';
    font-size: 24px;
    line-height: 138%;
    color: #9B9B9B;
}
.swiper-container_related{
    padding-top: 20px;
}
.principles a{
    display: inline-block;
    text-transform: uppercase;
}
@media (min-width: 1450px){
    .filter-link-up a{
        font-size: 20px;
    }
    .body-highlight {
        /*font-size: 34px !important;*/
    }
    .swiper-projects-filter ul.swiper-wrapper{
        padding-left: 0%;
        align-items: center;
        justify-content: center;
    }

    .swiper-projects-filter ul.swiper-wrapper li:last-child{
        margin-right: 0px;
    }
}
@media (max-width: 1440px){
    ul.swiper-wrapper{

    }

    .swiper-projects-filter ul.swiper-wrapper{
        padding-left: 0%;
        align-items: center;
        justify-content: center;
    }

    .swiper-projects-filter ul.swiper-wrapper li:last-child{
        margin-right: 0px;
    }

    /*.filter-link-up li{*/
    /*text-align: center;*/
    /*display: inline-block;*/
    /*width: auto !important;*/
    /*}*/

    .filter-link-up li.swiper-slide, .swiper-projects-filter .swiper-slide{
        width: auto !important;
    }

    .filter-link-up a{
        font-size: 20px;
    }
    .body-highlight {
        /*font-size: 34px;*/
    }
}
@media (max-width: 1024px){
    .filter-link-up li {
        /*width: 24%;*/
    }
    .filter-link-up a {
        font-size: 22px;
    }
}
@media (max-width: 992px){

    .banner .pull-down-text {
        margin: 30px 0px;
        padding: 25px 20px;
    }
    .filter-link-up a {
        font-size: 18px;
    }
    .filter-link-up li{
        /*width: 22%;*/
    }
    .body-highlight {

        font-size: 25px;
    }
    .select-project select {
        border-radius: 0px !important;
        padding-left:7px !important;
    }
    .pull-down-text{
        font-size: 18px;

        /*font-size: 22px;*/

    }

    .project-name-detail-page span{
        /*font-size: 25px;*/
        margin-left: 0;
        display: block;
    }

}
@media (max-width: 991px) and (min-width: 768px){
    .filter-link-up a {
        font-size: 17px;
    }
    .filter-link-up li {
        /*width: 32%;*/
        padding: 5px 16px 5px 0px;
    }
    .pull-down-text{
        font-size: 12px;
    }
    .banner .pull-down-text {
        margin: 30px 0px;
        padding: 14px 24px;
        padding-left: 10px !important;
    }
    .project-name-hover a, a .project-name-hover{
        font-size: 25px;
    }
    .project-data{
        font-size: 14px;
    }
    .body-copy-2{
        font-size: 20px;
    }
    .body-copy-3{
        font-size: 16px;
    }
    .body-highlight {
        font-size: 22px;
    }
    .select-project select {
        border-radius: 0px !important;
        padding-left:7px !important;
    }

    .share-button .wrapperShare {
        margin-left: 0px;
    }

}
@media (max-width: 768px){
    .filter-link-up span{
        font-size: 14px;
    }

    .principles > .icon{
        vertical-align: top;
        display: inline-block;
    }

    .principles a{
        display: inline;
        text-transform: uppercase;
        padding-left: 0px;
    }

    .isMobileArrows{
        display: block;
    }

    .arrows-projects{
        display: block;
        padding-top: 20px;
        vertical-align: bottom;
    }
    .wrapperShare a{
        padding: 0px 3px;
    }
    .addthis_default_style .at300b{
        /*padding: 0 2px !important;*/
    }
}

@media (max-width: 767px){
    .arrows-projects{
        padding-top: 20px;
    }

    .arrows-projects > div:first-child{
        direction: rtl;
        float:left;
        margin-right:20px;
    }

    .arrows-projects > div:last-child{
        direction: ltr;
        float:right;
        margin-left: 30px;
    }

    .left_related{
        margin:0 !important;
    }
}

@media (min-width: 768px){
    .arrows-projects{
        display: inline-block;
        margin-left: 20px;
    }

    .related_left{
        margin: 0 30px 0 40px;
    }

    /*.arrows-projects > div{
      margin-left:15px;
    }

    .arrows-projects > div:first-child{
      margin-left:0px;
    }*/

    .isMobileArrows{
        display: none;
    }
}

@media (max-width: 736px){
    .body-highlight {
        /*font-size: 21px !important;*/
    }
    .project-name-hover a, a .project-name-hover{
        font-size: 38.4px !important;
    }
    .filter-link-up span {
        font-size: 20px;
        /*margin-right: 20%;*/
        /*color: #9B9B9B;*/
    }
    .share-button{
        margin-bottom: 47px;
    }
    .share-button .wrapperShare {
        margin-left: 31px;
    }
    .right_related{
        float: right;
    }
    .left_related{
        float: left;
    }
    .right_related, .left_related{
        /*margin: 27px 30px 0 0px !important;*/
        font-size: 40px !important;
    }
    .nav-related .right_related{
        font-size: 40px !important;
    }
    .nav-related .left_related{
        font-size: 40px !important;
    }
    .swiper-container_gallery > .icon{
        font-size: 50px !important;
    }
}
.inline, .wrapperShare{
    display: inline-block;
}

/*SWIPER SLIDER*/
.swiper-slide img{
    width: 100%;
}
.swiper-slide{
    width: initial;
}
.swiper-container_gallery, .swiper-container_related{
    width: 100%;
    overflow: hidden;
    height: 100% !important;
}

.swiper-container_gallery.swiper-container-horizontal > .swiper-pagination{
    left: 58px !important;
    bottom: 59px !important;
    width: auto !important;
    display: inline-block;
}

.container-pager-projects{
    padding: 25px 0 15px;
}

.container-pager-projects > .swiper-pagination{
    position: relative !important;
}

.swiper-container_gallery.swiper-container-horizontal .swiper-pagination-bullet, .container-pager-projects .swiper-pagination-bullet{
    background:#FFF !important;
    padding: 6px !important;
    opacity: 1;
}

.container-pager-projects .swiper-pagination-bullet{
    margin-right:25px;
}

.container-pager-projects .swiper-pagination-bullet:last-child{
    margin-right:0px;
}

.swiper-container_gallery.swiper-container-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active, .container-pager-projects .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#7ED321 !important;
    padding: 6px !important;
}

.slidesProjects{
   overflow: hidden;
    position: relative;
}

.swiper-container_gallery > .icon{
    position: absolute;
    z-index: 5;
    font-size: 80px;
    margin: auto;
    top: 50%;
    color:#FFF;
    opacity: 0.6;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}

.swiper-container_gallery > .icon-arrow-left{
    right:-100%;
}

.swiper-container_gallery > .icon-arrow-right{
    left:-100%;
}

.swiper-container_gallery:hover > .icon-arrow-left{
    right:0%;
}

.swiper-container_gallery:hover > .icon-arrow-right{
    left:0%;
}

.left_related{
    margin:0 30px 0 17px;
}

.right_related, .left_related{
    display: inline-block;
    color:#A2A2A2;
    font-size: 30px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
    #myModal .modal-dialog  {
        width:80%;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

/*SWIPER SLIDER*/

/* WhoWeAre Page */

#whoweare {
    background: #F2F1F3;
    /*margin-top:106px;*/
}

@media only screen and (min-width: 320px) {


    .info-container h1 {
        font-size: 18px;
        margin-top:0px !important;
    }


    #whoweare .intro-left-columns {
        /*font-size: 30px;*/
    }

}

@media only screen and (max-width: 991px) {

    #whoweare .intro-left-columns {
        margin-top:90px;
    }

}

@media only screen and (max-width: 767px) {


    .info-container h1 {
        font-size: 18px;
        margin-top:0px !important;
    }


    #whoweare .intro-left-columns {
        line-height: 44px;
        margin-top: 100px;
    }

}


.partners-title {
    width:100%;
    height:83px;
    display:block;
    float:left;
    border-top: 1px solid #979797;
    background: #4A4A4A;

}

.stangale-title {
    width:100%;
    height:83px;
    display:block;
    float:left;
    border-top: 1px solid #979797;
    background: #4A4A4A;

}


@media (max-width: 798px) {

    .personal-headshots .info-container {
        height: calc(100% - 28px);
        height: -webkit-calc(100% - 28px);
        height: -moz-calc(100% - 28px);}


}

@media (min-width: 550px) and (max-width: 700px) {

    .personal-headshots .info-container {
        height: calc(100% - 28px);
        height: -webkit-calc(100% - 28px);
        height: -moz-calc(100% - 28px);}
}



/* End WhoWeAre*/


/***********------------ MENU ---------------*************/
div.show-top-margin
{
    margin-top:0;
}
.show-grid
{
    margin-bottom:2em;
}
.show-grid [class^="col-"]
{
    padding-top:10px;
    padding-bottom:10px;
    border:1px solid #AAA;
    background-color:#EEE;
    background-color:rgba(200,200,200,0.3)
}
.responsive-utilities-test .col-xs-6
{
    margin-bottom:10px;
}
.responsive-utilities-test span
{
    padding:15px 10px;
    font-size:14px;
    font-weight:bold;
    line-height:1.1;
    text-align:center;
    border-radius:4px;
}

div.controls input,div.controls select
{
    margin-bottom:.5em;
}
#inputSeleccionado
{
    border-color:rgba(82,168,236,.8);
    outline:0;
    outline:thin dotted \9;
    -moz-box-shadow:0 0 8px rgba(82,168,236,.6);
    box-shadow:0 0 8px rgba(82,168,236,.6);
}
.bs-glyphicons
{
    padding-left:0;
    padding-bottom:1px;
    margin-bottom:20px;
    list-style:none;
    overflow:hidden;
}
.bs-glyphicons li
{
    float:left;
    width:25%;
    height:115px;
    padding:10px;
    margin:0 -1px -1px 0;
    font-size:12px;
    line-height:1.4;
    text-align:center;
    border:1px solid #ddd;
}
.bs-glyphicons .glyphicon
{
    display:block;
    margin:5px auto 10px;
    font-size:24px;
}
.bs-glyphicons li:hover
{
    background-color:rgba(86,61,124,.1)
}


@media (min-width: 0px) and (max-width: 480px) {
    .navbar-brand img{
        max-width: 141px;
    }
    .navbar-nav {
        float: left;
        width: 100%;
    }
    .flex-direction-nav a {
        background: none !important;
    }
    .parragraf-main > p, .paragraf {
        line-height: 33px;
    }

    /*    #body-ppal {
      margin-top: 71px;
      }*/
}

@media (min-width: 480px) and (max-width: 768px) {
    .navbar-brand img{
        max-width: 141px;
    }
    /*    #body-ppal {
      margin-top: 71px;
      }*/
    .flex-control-nav {
        padding-left: 10px !important;
    }
    .flex-direction-nav a {
        background: none !important;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .bs-glyphicons li
    {
        width:12.5%;
    }
    .navbar-nav {
        float: right;
        /*padding-top: 44px;*/
    }
    .navbar-brand img{
        max-width: 141px;
        /*padding-top: 14px;*/

    }
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
        padding: 6px 6px;
    }
    .flex-control-nav {
        padding-left: 20px !important;
    }
    /* #body-ppal {
     margin-top: 100px;
     }*/

    #menu-item-301.menu-item > a{
        padding-right: 12px !important;
    }
}
@media (min-width: 950px) and (max-width: 1150px) {
    .bs-glyphicons li
    {
        width:12.5%;
    }
    .navbar-nav {
        /*min-height: 137px;*/
        float: right;
        /*padding-top: 48px;*/
    }
    .navbar-brand img{
        max-width: 90%;
        padding-top: 0px;

    }
    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
        padding: 10px 10px;

    }
    .flex-control-nav {
        padding-left: 20px !important;
    }
    /*  #body-ppal {
      margin-top: 106px;
      }*/

}
@media (min-width: 1150px) and (max-width: 1200px) {
    .bs-glyphicons li
    {
        width:12.5%;
    }
    .navbar-nav {
        /*min-height: 137px;*/
        float: right;
        /*padding-top: 49px;*/
    }
    .navbar-brand img{
        max-width: 190px;
    }
    .flex-control-nav {
        padding-left: 20px !important;
    }
    /*  #body-ppal {
      margin-top: 106px;
      }*/
}

@media (min-width: 1200px) {
    .navbar-nav {
        /*min-height: 137px;*/
        float: right;
        /*padding-top: 50px;*/
    }
    .navbar-brand img{
        max-width: 190px;
        padding-top: 0;
    }
    /*  #body-ppal {
      margin-top: 106px;
      }*/
}

@media (min-width: 768px) and (max-width: 1990px) {
    .navbar {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1150px) and (max-width: 1200px) {
    footer .copyright {
        padding-top: 70px;
    }
}

@media (min-width: 950px) and (max-width: 1150px) {
    footer .copyright {
        padding-top: 47px;
    }
    footer .contact-us {
        padding-top: 56px;
    }

}

@media (min-width: 768px) and (max-width: 950px) {
    footer .copyright {
        padding-top: 56px;
    }
    footer .contact-us {
        padding-top: 50px;
    }
}


.btn-toolbar+.btn-toolbar
{
    margin-top:10px;
}
.dropdown>.dropdown-menu
{
    position:static;
    display:block;
    margin-bottom:5px;
}
form .row
{
    margin-bottom:1em;
}
.nav .dropdown-menu
{
    display:none;
}
.nav .open .dropdown-menu
{
    display:block;
    position: static;
}

.navbar {
    margin-bottom: 0px !important;
    margin-right: 5px;

}
.navbar-nav {
    float: left;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    background-color: transparent !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0)', GradientType=0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}



/***********------------ MENU ---------------*************/


/* Slider */

.metaslider .flexslider {
    margin: 0px !important;
}

.modal-content {
    border-radius: 0px !important;
}

.clickable {
    cursor: pointer;
}

.navbar-default .navbar-nav > .active{
    color: #79C423;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #79C423;
}

select:focus::-ms-value{
    background-color: transparent;
    color:#9b9b9b;
}

.to-what-we-do2{
    margin-top:27px;
}

.goUp{
    margin:20px 20px 0 0;
    background: #ffffff;
}

.filler{
    background: #ffffff;
}

#content-news-detail{
    padding-bottom: 100px;
}

.aCustom{
    line-height: 1 !important;
}

.spanCustom{
    line-height: 1;
    vertical-align: sub;
}

.link-more{
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}

.body-article h2{
    text-transform: uppercase;
}

.spaceUp{
    margin-top:63px;
}

div.swiper-button-disabled{
    color : rgba(162, 162, 162, 0.5);
}

@media only screen and (max-device-width: 1024px){
    .filter-link-up, .wrapperShare{
        /*float: left;*/
    }

    .spanCustom{
        font-size: 10px;
        margin-right: 5px;
    }
}

.wpcf7-not-valid{
    border-bottom: 1px solid #a94442 !important;
}

.textUp{
    padding-top: 26px !important;
}


.principles{
    position: relative;
}

@media only screen and (max-device-width: 768px){
    .outterLeft{
        position: absolute;
        top:0;
        left:-20px;
    }
}
.info-news-detail {
    padding-right: 5%;
    padding-left: 3%;

}

/* Page 404 */


.message-404 {
    position: absolute;
    text-align: center;
    top:81px;
    width:calc(100% - 5px);
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    color: white;
    font-family:AvenirLTStd-Black ;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.50);

}

.message-404 h1 {
    font-size:92px;
    margin: 0px; padding: 0px;
    line-height: 0px;
    line-height: 110%;
    margin-bottom:12px;

}

.message-404 h2 {
    font-size:64px;
    line-height: 125%;
    margin-bottom: 30px;
    margin-top: 0px;
}

.message-404 a {
    font-size: 48px;
    color: #79C423;
    line-height: 125%;
}

.trv-no-padding {
    padding: 0;
}

.filter-link-up .swiper-slide-active a {
    font-size: 24px;
}

.trv-block-400 {
    height: 400px;
}
@media screen and (max-width: 320px) and (orientation: portrait) {

    body {
        width: 320px !important;
        overflow-x: scroll;
    }

    #body-ppal.page.history #cd-timeline .line {
        margin-top: 195px;
        height: 97.5%;
    }

}

@media (min-width: 320px) and (max-width: 480px) {

    .message-404 {
        top: 30px !important;
    }

    .message-404 h2 {
        font-size: 20px !important;
        margin-bottom: 14px;
    }

    .message-404 a {
        font-size: 18px;
    }


}

@media (min-width: 480px) and (max-width: 520px) {

    .message-404 a {
        font-size: 28px;
    }

    .message-404 {
        top: 30px !important;
    }


}

@media (min-width: 520px) and (max-width: 720px)  {
    .message-404 {
        top: 30px !important;
    }
    .message-404 a {
        font-size: 38px;
    }

}



/* End 404 */

.normal:hover .normal-social{
    display:none;
}

.hover-social{
    display:none;
}

.normal:hover .hover-social{
    display:block;
}

a:focus{
    color:none !important;
    outline:none !important;
}

@media only screen and (max-width:480px){
    .special-text p{
        font-size: 27px !important;
    }
}

.onChangeSlider{
    overflow: visible !important;
}

@media only screen and (max-width : 1150px){
    .swiper-projects-filter ul.swiper-wrapper{
        padding-left: auto;
        align-items: initial;
        justify-content: initial;
    }
}

.trv-no-padding {
    padding: 0;
}

.filter-link-up .swiper-slide-active a {
    font-size: 24px;
}

.trv-no-margin {
    margin: 0;
}

.trv-block-400 {
    height: 400px;
}

#project-single-filter .swiper-slide img {
    width: auto;
}

.trv-image-project {
    height: 556px;
    width: auto !important;
}

.trv-no-display {
    display: none;
}

.trv-display {
    display: block;
}

/*IMAGE SCROLL WWD*/

.img-scroll{
    position: absolute;
    top: 35px;
    float: right;
    right: 37px;
}

.img-scroll a{
    background:rgba(0,0,0,0.30);
    border:6px solid #79c423;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
    width:58px;
    height:58px;
    border-radius:100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

.img-scroll img{
    height: 25px;
    width: auto;
    margin: 15px 0;
}

.gallery-details-content {
  min-height: 558px;
}

.gallery_content {
  width: 670px;
  float: left;
}

.details_content {
  width: 100%;
  height: 80%;
  float: left;
  /*margin-left: 142px;*/
  margin-top: 5%;
    min-height: 450px;
}

.gallery_arrows_container {
  /*padding-top: 8%;*/
  position: absolute;
  right: 0;
  width: 130px;
}

.gallery_arrows_container div {
  font-size: 27px;
  text-align: center;
  color: #9b9b9b;
}

.gallery_arrows_container .right_gallery {
  display: inline-block;
  width: 50%;
    cursor: pointer;
}

.gallery_arrows_container .left_gallery {
  display: inline-block;
    cursor: pointer;
}

.slidesProjects-right, .slidesProjects-left {
  float: left;
  height: 100%;
}

.gallery_content img {
  height: 100%;
}

/*.slidesProjects-left {
  position: absolute;
  right: 10%;
}*/

.details_content > article {
  position: relative;
  height: 100%;
}

.details_content_first_art {
  line-height: 1.5em;
}


@media only screen and (max-width : 992px){
  .slidesProjects {
    top: 97%;
  }

  /*#project-data {
    margin-top: 32%;
  }*/

  .swiper-slide-active {
    width: 100%;
  }

  .gallery_content {
    width: 100%;
  }

  /*.details_content {
    width: 100%;
  }*/
}}

/*.slidesProjects-left {
  position: absolute;
  right: 10%;
}*/

.details_content > article {
  position: relative;
  height: 100%;
}

.details_content_first_art {
  line-height: 1.5em;
}

@media only screen and (max-width : 992px){
  .slidesProjects {
    top: 97%;
  }

  /*#project-data {
    margin-top: 32%;
  }*/

  .swiper-slide-active {
    width: 100%;
  }

  .gallery_content {
    width: 100%;
  }

  /*.details_content {
    width: 100%;
  }*/
}

.gallery_arrows_container {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}

.fixed-size {
    width: 100% !important;
    height: auto !important;
}

@media screen\0 {
    .navbar {
        margin-right: 25px;
    }
}

@media screen\9 {
    .navbar {
        margin-right: 25px;
    }
}

@supports (-ms-accelerator:true) {
    .navbar {
        margin-right: 20px;
    }
}

/*NEW RESPONSIVE*/



@media (max-width: 1080px){

    .share-button-container {
        /*bottom: -400px !important;*/
        position: relative;
        padding-top: 25px;
    }

    @media (max-width: 800px){
        .details_content{
            min-height: 30% !important;
        }

        .gallery-details-content{
            min-height: 30% !important;
        }
    }

}

@media (max-width: 1920px){

    .share-button-container {
        /*bottom: -140px;*/
        position: relative;
        padding-top: 25px;
    }

}

@media (max-width: 1200px){

    .share-button-container {
        /*bottom: -400px !important;*/
        position: relative !important;
    }

}

.intro-left-2 {
    font-size: 32px !important;
}

@media (min-width: 1440px) and (max-width: 1919px) {
  #body-ppal.page.history .cd-timeline-bg-next {
    width: 72px;
    height: 72px;
    top: -69px;
    left: -3px;
  }
}

.title-color {
    color: #79C423;
}

.img-logo {
    max-width: 200px;
    max-height: 77px;
}

.img-slide-dim {
    width: 507px;
    height: 338px;
}