@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
@font-face {
    font-family: 'Perpetua';
    src: url('../fonts/Perpetua.eot?#iefix') format('embedded-opentype'),  url('../fonts/Perpetua.woff') format('woff'), url('../fonts/Perpetua.ttf')  format('truetype'), url('../fonts/Perpetua.svg#Perpetua') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
/* Custom container */
.container-full {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.container-fluid {
    overflow:hidden;
    max-width: 1200px;
    padding-top: 40px;
}
/* Custom navbar */


.navbar-nav>.active>a {
    opacity: 0.6;
}
.navbar-collapse .navbar-nav>li>a {
    color: #fff;  
    font-size: 14px;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
    margin-right: 3%;
    text-align: center;
}

.navbar-collapse .navbar-nav>.active>a, 
.navbar-collapse .navbar-nav>.active>a:focus, 
.navbar-collapse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-collapse  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.navbar-collapse .nav.navbar-nav {
    float: right;
}
.container-full .navbar {
    background: rgba(0, 0, 0, 0.5);
}
.navbar-absolute-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    border-width: 0 0 1px;
}
.navbar {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    position:static !important;
    margin-bottom:0 !important;
     top: 0px;
}
.navbar.navbar-homepage {position:relative !important; }
.navbar.shrink {
    height: 60px;
    line-height:80px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background:#fff !important;
        top: 0px !important;
    position: fixed !important;
}

#navbar {
    height: 100px!important;
    width: 70%;
    float: right;
}

.navbar.shrink #navbar{
    height: 60px!important;
    line-height:30px;
}
.navbar.shrink .navbar-nav>li>a {
    line-height: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-brand {
    margin-top: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar.shrink .navbar-brand {
    margin-top: -5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar.navbar-fixed-top.navbar-new {
    background: none;
}

.navbar.navbar-fixed-top img {
    margin-top: 20px;
        /*width: 90%;*/
        width: 230px;
        height: 70px;
      -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
}
.navbar.navbar-fixed-top.navbar-new li a {
    color: #fff; 
    text-align: center;
}
.navbar.navbar-fixed-top.navbar-new.porto ul  li > a {color:#252525; }
.navbar.navbar-fixed-top.navbar-new.shrink li a { color: #252525; }
.navbar select.language-switcher {
    background: transparent;
    width: 37px;
    padding: 1px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 23px;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    margin-right: 0px;
    cursor: pointer;
    margin-left: 57px;
}
.navbar-nav>li {
    min-width: 95px;
}
.navbar-nav>li:last-child {
    float: left;
    margin-right: 0%;
    min-width: 40px;
}
.navbar-nav>li:first-child {

}
.navbar select.language-switcher option {
    outline: none;
    -webkit-appearance: none;
}
.navbar-homepage.navbar.shrink {
    box-shadow: none;
}
.navbar-homepage .nav.navbar-nav li a {
    color: #fff;
}
.navbar.navbar-fixed-top.shrink .nav.navbar-nav {
    margin-top: 15px; 
}
.navbar.navbar-fixed-top.shrink img {
    margin-top: 13px;
    width: 80%;
} 
.selectBox.language-switcher.selectBox-dropdown {
    border: 0px;
    background: transparent;
    width: 14px!important;
    min-width: 18px;
    outline: none;
    -webkit-appearance: none;
    height: 19px!important;
    box-shadow: none;
    padding: 0px;
    margin: 0px!important;
    
}
.en .selectBox.language-switcher.selectBox-dropdown {
    margin-left: 0px;
}
.ro .selectBox.language-switcher.selectBox-dropdown {
    margin-left: 0px;
}
.ro .navbar select.language-switcher {
    margin-left: 0px;
}
.language-switcher-list {
    display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .navbar-collapse .nav.navbar-nav {
        float: right;
    }
}
@media screen and (max-width: 1200px) { 
    .navbar-nav>li {
        float: left;
        min-width: 75px;
    }   
    #navbar {
        height: 80px!important;
        float: right;
    }  
    .container-proiect .informatii-proiect .titlu-informatii {
        margin-left: 0px;
    }
    .container-proiect .descriere-proiect span {
        margin-left: 0px;
    }
   
    
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
    #navbar {
        height: 80px!important;
        float: right;
    } 
    .navbar-collapse .nav.navbar-nav {
        float: right;
    }
}
@media screen and (max-width: 960px) {
    #navbar {
        height: 80px!important;
        float: right;
    } 
    .navbar-collapse .nav.navbar-nav {
        float: right;
    }
    .navbar-nav>li:first-child {
        float: left;
    }
    .navbar-nav>li {
        float: left;
        margin-right: 0%;
        min-width: 75px;
    }
    .footer {
        display:none;
    }
    .footer_small {
        display: block!important;
    }
    .footer_small .copywrite-container {
        width: 100%;
        clear: both;
        margin: 0px;
        margin-top: 20px;
        text-align: center;
    }
    .footer_small .copywrite-container  li {
        display: inline;
    }
    .footer_small .copywrite-container  li a {
        color: #252525;
        text-decoration: none;
    }
    .footer_small .email-container {
        text-align: center;
        float: none;
        margin-left: 0px;
        margin-top: 20px;
        clear: both;
        margin-bottom: 20px;
    }
    .footer_small .social-container {
        margin-top: 20px;

    }
}
.navbar-new.shrink .nav.navbar-nav {
    margin-top: 15px;
}
.navbar-header {
    width: 100%;
}
.navbar-header ul.drop-language {list-style-type:none; padding: 0; display: table; margin-top: -2px;}
.navbar.shrink .navbar-header ul.drop-language { margin-top: 3px;}
.navbar-header ul.drop-language li {display:none;padding:3px 5px; line-height:1.42857143 !important }
.navbar-header ul.drop-language li:first-child {display:block;}
.navbar-header ul.drop-language li:first-child a { color:#fff; }
.navbar-header ul.drop-language:hover li {display:block;}

.nav.navbar-nav {
    margin-right: 0px;
    margin-top: 30px;
}

/* HOME PAGE */

.navbar-default.navbar-homepage {
    background: transparent;
}
.navbar-homepage .navbar-brand {
    margin-top: 10px;
    margin-left: 20px; 
}
.navbar-homepage #navbar {
    width: 55%;
}
.navbar-homepage .nav{
    margin-right: 30px;
}
.carousel-control .icon-prev {
    background: url('../img/arrow_slideshow.png') no-repeat 0px 0px;
    width: 45px;
    height: 60px;
}
.carousel-control .icon-next {
    background: url('../img/arrow_slideshow.png') no-repeat -80px 0px;
    width: 45px;
    height: 60px;

}
.carousel-control .icon-next:before,
.carousel-control .icon-prev:before {
    content: none;
}
.carousel-caption {
    padding-left: 20%;
    padding-right: 5%;
    text-align: left;
    max-width:1010px;
}
.carousel-caption h1 {
    padding-top: 85%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-shadow: none;
}
.carousel-caption h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #000;
    white-space: normal;
    text-shadow: none;
}
.carousel-caption p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    max-width: 400px;
    text-align: justify;
    white-space: normal;
    color: #252525;
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .navbar {
        border-radius: 0px; 
    }    
    .carousel-caption {
        right: 50%;
        left: 1%;
        padding-bottom: 30px;
        top:10px;
    }
    .carousel-caption h1 {
        padding-top: 65%;
    }   
}   
@media screen and (max-width: 768px) {

    .carousel-caption h1 {
        padding-top: 45%;
        top: 10%;
    }    
    .carousel-caption.caption {
        top: 10%;
        padding-left: 10%;
        padding-right: 10%;
        width: 50%;
    }       

    .title-large {
        font-size: 70px!important;
    }

    .navbar {
        height: auto;
    }
    .navbar.shrink {
        height: auto;
    }
    #navbar {
        width: 100%;
        float: left;
        margin-top: 0px;
        height: 100%!important;
    }
    .navbar.shrink #navbar {
        height: 100%!important;
        line-height: 30px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-nav>li:last-child {
        display: none;
    }
    .navbar-nav>li:first-child {
        margin-left: 0px;
    }
    .navbar-nav>li {
        width: 100%;
    }
    .navbar-collapse .navbar-nav>li>a {
        text-align: left;
        padding-left: 20px;
        margin-top: 10px;
        line-height: 30px;
    }
    .navbar-new.navbar-careers .navbar-toggle {
        border: 1px solid #fff;
    }
    .navbar-new.navbar-careers .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar.navbar-fixed-top.navbar-new.navbar-careers li a,    
    .navbar.navbar-fixed-top.navbar-new li a {
        text-align: left!important;   
    }
    .navbar-toggle {
        margin-top: 18px;
    }
    .navbar {
        min-height: 70px;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .navbar-collapse .nav.navbar-nav {
        float: left;
        margin-top: 10px;
    }
    .navbar-brand, .navbar-nav>li>a {
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .navbar.shrink .navbar-brand {
        height: 65px;
    }
    .language-switcher-list {
        display: block;
        float: right;
        margin: 25px 10px 0px 0px;
        line-height: 1.2;
    }
    .language-switcher-list li {
        display: block;
        list-style-type: none;
        color: #fff;
        float: left;
        margin-right: 5px;
        cursor: pointer;
    }
    .navbar-new li {
        color: #252525;
    }
    .navbar-new.navbar-careers li {
        color: #ffffff;
    }
    .navbar-new .active-language {
        border-bottom: 1px solid #252525;
    }
    .navbar-new.navbar-careers .active-language {
        border-bottom: 1px solid #ffffff;
    }
    .navbar-new.navbar-careers.shrink .language-switcher-list li {
        color: #252525;
    }
    .navbar-new.navbar-careers.shrink .active-language {
        border-bottom: 1px solid #252525;
    }
    .navbar-new.navbar-careers.shrink .navbar-toggle {
        border: 1px solid #252525;
    }
    .navbar-new.navbar-careers.shrink .navbar-toggle .icon-bar {
        background: #252525;
    }
    .active-language {
        border-bottom: 1px solid #fff;
    }
}
.navbar-toggle {
    border: 1px solid #fff;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-new .navbar-toggle {
    border: 1px solid #252525;
}
.navbar-new .icon-bar {
    background: #252525;
}
.navbar-brand .logo  {
    width: 150px;
    height: 73px;
    margin-left: 20px;
}
.navbar.navbar-fixed-top.navbar-new.navbar-careers li a {
    color: #fff;
    text-align: center;
}
.navbar.navbar-fixed-top.navbar-new.navbar-careers.shrink li a {
    color: #252525;
    text-align: center;
}
.navbar.navbar-fixed-top.navbar-new.navbar-careers.shrink .logo  {
    background: url('../img/logo_orange.png') no-repeat center center;
}
.navbar-brand {
    margin-top: 0px;
    height: 80px;
    padding: 0px;
}
@media (max-width: 490px) {
    .more-link,
    .carousel-caption p {
        display: none!important;
    }
    .footer-homepage {
        width: 75%!important;
        left: 12%!important;      
    }   
    .footer-homepage .col-lg-6 {
        float: none!important;
        text-align: center;
        width: 100%!important;
    }

} 
@media only screen and (max-width: 768px) and (orientation : landscape) { 
    .carousel-caption h1 {
        padding-top: 8%;
        text-align: center;
    } 
    .carousel-caption h2 {
        text-align: center;
    }
    .more-link,
    .carousel-caption p {
        display: none!important;
    }
    .footer-homepage {
        width: 75%!important;
        left: 12%!important;
    } 
}

.more-link {
    background: url(../img/more-arrow.png) no-repeat 55px -11px;
    min-width: 120px;
    display: block;
    text-decoration: none; 
    color: #252525;
    text-shadow: none;
}
a:hover {
    text-decoration: none;
}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}

.footer-homepage {
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 50%;
    z-index: 9999;
}
.footer-homepage .col-lg-6 {
    float: left;
    width: 50%;
    font-size: 13px;
    color: #fff;

}
.footer-homepage .terms-link {
    color: #252525;
    text-decoration: none;
}
.fill {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%!important;
}

/* WORKS */

.container-proiect {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 133px;
    padding-left: 15px;
    padding-right: 15px;
}
.container-proiect h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    margin-left: 15px;
    color: #053750;
    margin-top: 0px;
}
.container-proiect .close-project {
    font-size: 14px;
    color: #252525;
    float: right;
    cursor: pointer;
}

.container-proiect h4 {    
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin-top: 37px;
    line-height: 1.4;
}
.detalii-proiect {
    margin-top: 40px;
}
.slideshow {
    position: relative;
    margin-top: 50px;
}
.slideshow-proiect {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slideshow-proiect li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.slideshow-proiect li:first-child {
    position: relative;
    display: block;
    float: left;
}

.slideshow-proiect img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides1_nav.prev {
    font-size: 0px;
    background: url(../img/slidesow_arrows_proiect.png) no-repeat 0px 0px;
    height: 63px;
    width:  63px;   
    position: absolute;
    z-index: 3;
    top: 42.9%;
    left: -24px;

}
.rslides1_nav.next {
    font-size: 0px;
    background: url(../img/slidesow_arrows_proiect.png) no-repeat -98px 0px;
    height: 63px;
    width: 63px;
    position: absolute;
    z-index: 3;
    top: 42.9%;
    right: -33px;
}
@media (max-width: 1366px) {
    .rslides1_nav.next {
        right: 1%;
    }
    .rslides1_nav.prev {
        left: 1%;
    }
}    
.slideshow .rslides_nav {
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
}

.slideshow:hover .rslides_nav {
    visibility: visible;
    transition: opacity 500ms ease-in-out;
} 
.rslides_tabs.rslides1_tabs {
    display: block;
    width: 100%;
    text-align: center;
}  
.rslides_tabs.rslides1_tabs li {
    list-style-type: none;
    display:inline-block;
    width: 9.5px;
    height: 9.5px;
    font-size: 0px;
    background: #eeeeee;
    margin-right: 9.5px;

} 
.rslides_tabs.rslides1_tabs li.rslides_here {
    background: #ffb63f;
}
.rslides_tabs.rslides1_tabs li a {
    display: block;
    width: 9.5px;
    height: 9.5px;
}
.rslides_tabs.rslides1_tabs li a:hover {
    cursor: pointer;
}
.titlu-detalii-proiect h4 {
    font-size: 30px;
    color: #06364f;
    margin: 0px;
    text-align: left;
}
.descriere-proiect span {
    font-size: 16px;
    color: #06364f;
    font-weight: 300;
    margin-top: 14px;
    display: block;
    margin-left: 50px;
    line-height: 1.8;
}
.container-proiect  .col-lg-4 {
    padding: 0px;
}
.informatii-proiect .titlu-informatii {
    float: left;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 63px;
    margin-top: 16px;
    max-width: 66px;
    width: 66px;
}
.informatii-proiect .text-informatii {
    font-size: 16px;
    font-weight: 300;
    font-size: 16px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: 50px;
    float: left;
}
.container-full.works {
    background: url('../img/background_work.png') no-repeat top left;
    max-width: 100%;
    height: 700px;
}

.works-navbar {
    background: #000;
    border: 0px;
    border-radius: 0px;
    height: 80px;
}
.title-large {
    font-size: 105px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 85px;
    margin-bottom: 3%;
}
.container-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.container-technologies span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;

}
.project-image {
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    max-height: 390px;
    max-width: 390px;
}
.project-image img {
    width: 100%;
    display: block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.project-image:hover img {
    transform: scale(1.1);
}

.project-image .project-name {
    opacity:0;
    visibility:hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;


}
.project-image:hover .project-name {
    background: rgba(233, 174, 65, 0.9);
     opacity:1;
    visibility:visible;
    display: block;
}
.project-image .project-name .project-text {
    font-size: 32px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    background: transparent;    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40%;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
} 
/* Media Query for font-size of the project name */
 
@media screen and (max-width: 480px) {
    .project-image .project-name .project-text {
        font-size: 22px;
        top: 30%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .project-image .project-name .project-text {
        font-size: 28px;
        top: 33%;
    }
}
/* EXPERTIZE */

.container-full.expertize {
    background: url('../img/expertize_banner.png') no-repeat top left;
    max-width: 100%;
    height: 700px;
    background-size: cover;
}
.container-fluid.container-expertize {
    margin: 0px auto;
    margin-top: 0px;
    max-width:100%;
    text-align:center;
}
.container-fluid.container-expertize .lightgray {background:#ebeaed; }
.container-fluid.container-expertize .col-lg-12 {
    padding: 0px;
}
.container-fluid.container-expertize .expertize-wrapper { max-width: 1200px; max-width: 1160px; margin: 0 auto; padding:0 20px; }
.expertize-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}
.container-fluid.container-expertize p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 28px;
}
.container-fluid.container-expertize span {padding:0 10px;}
.container-exepertize .col-lg-12 {
    border-bottom: 2px solid #fff;
}
.padding-60 {
    padding-bottom: 60px;
}
.padding-top-40 {
    padding-top: 40px;
}
.align-center-element {
    margin: 0 auto;
}
/* About Us */

.container-fluid.container-about-us {
    margin-top: 40px;
}
.container-fluid.container-about-us .col-lg-6 {
    padding: 0px;
}
.about-us-text {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 36px;
    padding-left: 20px!important;
    margin-bottom: 100px;
    color: #252525;
    text-align:center;
}
.values-container .about-us-text {
    color: #878787;
    margin-bottom: 100px;
}
.history-title {
    float: left;
    text-transform: uppercase;
    background: #ffb63f;
    font-size: 14px;
    padding: 7px 14px;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.container-about-us h1 {
    font-size: 56px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
}
.container-about-us h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 50px 0px;
    
}
.history-year {
    float: right;
    text-transform: uppercase;
    padding: 7px 14px;
    background: #ffb63f;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.line {
    width: 27px;
    height: 2px;
    float: right;   
}
.bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: right;
    margin-top: -11px;
    margin-right: -11px;
}
.containerFirst .history-year {
    background: #6ee3c1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-top: -27px;
    line-height: 56px;
}
.containerFirst .line {
    background: #6ee3c1;
}
.containerFirst .col-lg-6:first-child {
    border-right: 2px solid #6ee3c1;
}
.containerFirst .bullet {
    background: #6ee3c1;
}
.containerFour .img-responsive,
.containerThird .img-responsive,
.containerSecond .img-responsive,
.containerFirst .img-responsive {
    margin: 0 auto; 
}
.about-us4,
.about-us3,
.about-us2,
.about-us1 {
    padding: 20px 0px 50px 0px;
}
.containerFour .about-us-text,
.containerThird .about-us-text,
.containerSecond .about-us-text,
.containerFirst .about-us-text {
    font-size: 16px;
    color: #868686;
    line-height: 36px;
}
.containerSecond .history-year {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-top: -27px;
    line-height: 65px;
    background: #74c6ec;
    font-size: 20px;
    float: left;
}
.containerSecond .line {
    background: #74c6ec;
    float: left;
}
.containerSecond .bullet {
    background: #74c6ec;
    float: left;
    margin-left: -11px;
    margin-top: -9px;
}
.containerSecond .col-lg-6:first-child {
    border-right: 2px solid #74c6ec;
    height: 300px;
}
.containerThird .history-year {
    background: #afd277;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-top: -36px;
    line-height: 75px;
    font-size: 22px;
}
.containerThird .line {
    background: #afd277;
}
.containerThird .col-lg-6:first-child {
    border-right: 2px solid #afd277;
}
.containerThird .bullet {
    background: #afd277;
}

.containerFour .history-year {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    margin-top: -47px;
    line-height: 102px;
    background: #f4e05a;
    font-size: 26px;
    float: left;
}
.containerFour .line {
    background: #f4e05a;
    float: left;
    margin-left: 8px;
}
.containerFour .bullet {
    background: #f4e05a;
    float: left;
    margin-left: -11px;
    margin-top: -9px;
}
.containerFour .col-lg-6:first-child {
    border-right: 2px solid #f4e05a;
    height: 380px;
}
.today-text {
    width: 80px;
    height: 80px;
    line-height: 73px;
    margin: 0 auto;
    background: #ffb63f;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    margin-bottom: 76px;
    margin-top: -5px;
}
.bottom-line {
    max-width:470px;
    margin: 0 auto;
    height:1px;
    background: #e0e0e0;
    margin-bottom: 62px;
}
/* CONTACT */

.navbar.navbar-fixed-top.navbar-new.contact li a { color: #252525; }
.container-fluid.contact {width:100%; background:#ffc567; max-width:100%; }
    .container-fluid.contact .contact-container {max-width:880px; margin: 0 auto; }
.contact-container .col-lg-4 {
    margin: 0px;
    padding: 0px;
}
.contact-wrapper {display:table; width:100%; height:280px; }
.contact .contact-container {
    font-family: 'Open Sans', sans-serif;
}
.contact .title-large {
    margin-top: 100px;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.location {
    display: table-cell;
    vertical-align:middle;
    background: #ffb63f;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.location span { background: url(../img/location_pin.png) no-repeat center 0px; margin: 0 auto; width: 32px; height: 48px; display: block; margin-bottom: 10px;}
.location .office {
    text-transform: uppercase;
    font-weight: 700;
}
.location p {margin:0; }
.cellphone {
    display: table-cell;
    vertical-align:middle;
    background: #ffac24;
    color: #fff;
    font-size: 18px;
    font-weight: 300;

}
.cellphone span {background: url(../img/cellphone_icon.png) no-repeat center 0px; margin: 0 auto; width: 63px; height: 102px; display: block; }
.cellphone p {margin:0; }
.email {
    display: table-cell;
    vertical-align:middle;
    background: #ff9e00;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.email span { background:url(../img/message_icon.png) no-repeat center 0px; margin: 0 auto; width: 82px; height: 42px; display: block; margin-top: 40px; }
.email p {margin:0; margin-top: 20px;}
.contact-form .form-top-text {
    color: #252525;
    font-size: 18px;
    margin-top: 70px;
    margin-bottom: 35px;
}
.contact-form {
    margin-bottom: 150px;
}
.form-contact textarea.form-control{
    height: 217px;
    font-weight: 300;
    font-size: 18px;
    color: #c9c9c9;
    border-radius: 2px;
}
.form-contact input{
    border-radius: 2px; 
    border-color: #c9c9c9;
    height: 57px;
    font-weight: 300;
    font-size: 18px;
    color: #c9c9c9;
}
.form-contact button {
    background: #252525;
    color: #fff;
    width: 100%;
    border-radius: 2px;
    height: 60px;
    font-weight: 300;
    font-size: 18px;
    border: 0px;
}    
/* Projects Page */
.container-testimonials,
.container-technologies  {
    background: #f1f1f1;
    border-top: 10px solid #ececec;
    padding: 50px 15px 75px 15px;
}
.container-testimonials h1,
.container-technologies h1 {
    text-align: center;
}
.container-testimonials {
    font-size: 28px;
    font-weight: 300;

    text-align: center;

}
.container-testimonials p {
    position: relative;
    margin-top: 30px;
    font-style:italic;

}
.testimonial-text {
    font-family: 'Open Sans', sans-serif;
}
.container-testimonials .testimonial-person {
    font-size: 22px;
}
.testimonial-text .highlighted {
    color: #e9ae42;
    font-weight: 600;
}
.testimonial-content {
    max-width: 755px;
    margin: 0 auto;
    width: 80%;
}
.sign-testimonial-top {
    font-size: 140px;
    color: #e9ae42;
    font-family: 'Perpetua';
    height: 95px;
    display: block;
    width: 75px;
    float: left;
    position: absolute;
    top: -48px;
    left: -71px;
}
.sign-testimonial-bottom {
    font-size: 140px;
    color: #e9ae42;
    font-family: 'Perpetua';
    height: 95px;
    display: block;
    width: 75px;
    float: left;
    position: absolute;
    bottom: 5px;
    right: -49px;
}
.container-clients {
    text-align:center;
    padding-top:50px;
}
.container-clients .col-lg-10 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.container-clients img{
    max-width: 300px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    max-height: 70px;
    margin-bottom: 45px;
}
.container-clients img:hover{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1200px) { 
    .container-clients .col-lg-3 {
        width: 33.33%;
        float: left;
    }
    .container-testimonials .col-lg-6 {
        width: 85%;
        margin: 0 auto;
    }
}  
@media (max-width: 768px) {
    .container-clients .col-lg-3 {
        width: 50%;
        float: left;
    }
    .container-testimonials .col-lg-6 {
        width: 85%;
        margin: 0 auto;
    }
}
@media (min-width: 580px) and (max-width: 768px) {
    .container-clients .col-lg-3 {
        width: 50%;
        float: left;
        max-height: 70px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .container-testimonials .col-lg-6 {
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width: 580px) {
    .container-clients .col-lg-3 {
        width: 100%;
    }
    .container-testimonials .col-lg-6 {
        width: 85%;
        margin: 0 auto;
    }
}
/* Footer */

.footer {

    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 30px;
    clear: both;
}
.footer .row {
    margin: 0px;
}
.footer .col-lg-10 {
    overflow: hidden;
    height: 100px;
}

.email-container {
    margin-top: 12px;
    text-align: left;
    margin-left: 56px;
    font-size: 13px;
    float: left;
    font-weight: 500;
}
.footer .copywrite-container ul {
    display: block;  
}
.footer .copywrite-container ul li {
    display: inline-block;  
}
.footer .copywrite-container ul li a {
    color: #252525;
    font-size: 13px;
    text-decoration: none;
}
.copywrite-container {
    float: right;
    width: 355px;
    margin-top: -33px;
    margin-right: 11px;
}
.footer_small {
    display: none;
}

@media (max-width: 490px) {
    .social-container,
    .copywrite-container,
    .email-container {
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .text-right {
        text-align: center;
    }
    .footer .col-md-4 {
        clear: both;
    }

    .copywrite-container {
        float: right;
        width: 403px;
        margin-top: -33px;
        margin-right: 11px;
    }
    .contact-form,
    .form-contact {
        margin-bottom: 50px;
    }
    .email,
    .location {
        height: 252px;
        background-position: center 40px;
        padding-top: 118px;
    }
    .cellphone {
        background-position: center 40px;
        padding-top: 155px;
        height: 252px;
    }
}
.form-contact {
    margin-bottom: 100px;
    max-width: 560px;
    margin: 0 auto;
}
@media screen and (min-width: 490px) and (max-width: 992px) {
    .email-container {
        float: left;
    }
}
.social-icons {
    margin: 0 auto;
}
.social-container {
    width: 210px;
    margin: 0 auto;
}
.social-icons li {
    margin-right: 7px;;
    display: inline-block;
}
.social-icons li .facebook-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/footer_icons.png') no-repeat 0px 0px;
} 
.social-icons li .twitter-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/footer_icons.png') no-repeat -51px 0px;
} 
.social-icons li .email-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/footer_icons.png') no-repeat -102px 0px;
} 

.no-top-border {
    border-top: 0px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.header{
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    min-height: 250px;
    text-align: center;
    max-height: 580px;
    height: 100%;
    z-index:-1;
    top: -100px;
}
.vertical-center {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0px;
}
.vertical-center .container {
    text-align: right;
    width: 100%;
    padding-right: 55px;

}
.vertical-center h1 {
    font-weight: 800;
    color: #fff;
    font-size: 72px;
}
.vertical-center h2 {
    font-weight: 800;
    color: #fff;
}
.padding-top-150 {
    padding-top: 150px;             
}
.margin-bottom-50 {
    margin-bottom: 50px;
}

/* Responsive Slider */

.responsive-slider .slides ul li .slide-body img {
    max-width: 100%;
    width: 100%;
    height: 100%;

}
.responsive-slider .slides ul li {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.responsive-slider-parallax .slides-container ul li .slide-body .caption {
    width: 100%;
    height: 100%;

}
.responsive-slider-parallax {
    height: 100%;
}
.responsive-slider-parallax .slides-container ul li .slide-body {
    height:100%;
    margin-top: -65px;
}
.responsive-slider-parallax .slides-container ul li .slide-body .container-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
}
.responsive-slider-parallax .slides-container {
    background: transparent;
    height: inherit;
    cursor: url(../img/openhand.cur.bmp) 4 4, move;
}
.responsive-slider-parallax .slider-control {
    z-index: 999;
    top: 47%;
}
.responsive-slider-parallax .slides-container ul li .slide-body img {
    width: 100%;
    vertical-align: top;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    object-fit: cover;
    max-width: 100%; 
    display:block; 
    height: auto;
}
.responsive-slider-parallax .slider-control.left {
    background: url('../img/arrow_slideshow.png') no-repeat 0px 0px;
    width: 45px;
    height: 60px;
}
.responsive-slider-parallax .slider-control.right {
    background: url('../img/arrow_slideshow.png') no-repeat -80px 0px;
    width: 45px;
    height: 60px;
}
.responsive-slider-parallax .slider-control.left {
    left: 70px;
    padding-left: 7px;
    border-radius: 6px;
}
.responsive-slider-parallax .slider-control.right {
    right: 35px;
    padding-right: 7px;
    border-radius: 6px;
}
h1.text-groupama {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 56px;
}
.responsive-slider-parallax .slides-container ul li .slide-body .carousel-caption.caption {
    width: 50%;
    text-shadow: none;
    height: 97%;
}
.responsive-slider-parallax .slides-container ul li {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.responsive-slider-parallax .slides-container ul {
    height: 100%;
}
.responsive-slider-parallax .slides-container ul li .slide-body .caption.caption-text-banca {
    left: 0px;
    top: 0px;
}
.slideshow-image {
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 2;
    background-size: cover;
}
.slideshow-image-principal {
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1;
    background-size: cover;
}

/* PARALLAX SLIDER */ 
.layer {
    height: 100%;
}
.layer_0 {

}
.layer_1 {
    background: url('../img/slideshow-img/fg_grass.png') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.layer_2 {
    background: url('../img/slideshow-img/family.png') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.layer_13 {
    background: url('../img/slideshow-img/sun.png') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.layer_4 {
    background: url('../img/slideshow-img/cloud_l.png') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.layer_5 {
    background: url('../img/slideshow-img/cloud_r.png') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
#responsive-slider-parallax {
    overflow: hidden;
}
#scrollUp {
    bottom: 90px;
    right: 20px;
    padding: 10px 20px;
    background-color: #555;
    color: #fff;
    display: none;
}

/* Paralax */
.wrapper {
position: absolute;
    overflow: hidden;
    display: table;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.scene, .layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.layer {
  position: absolute;
}
.layer div {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slideshow-homepage .slider-home {
    width: 100%;
    height: 100%;
    
}
.slides-navigation a.next {
    background: url('../img/arrow_slideshow.png') no-repeat -80px 0px;
    width: 45px;
    height: 60px;
    font-size: 0px;
    right: 25px;
}
.slides-navigation a.prev {
    background: url('../img/arrow_slideshow.png') no-repeat 0px 0px;
    width: 45px;
    height: 60px;
    font-size: 0px;
    left: 25px;
}


/* #Back to Top
================================================== */
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 30px; right: 30px; z-index: 1000000; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgba(255, 185, 71, 1) url(../img/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .7; }
.cd-top.cd-fade-out:hover { opacity: 1; }
.no-touch .cd-top:hover { background-color: #ffb947; opacity: 1; }


@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
    #Top_bar .logo { width:100% !important}
    .container.menu-tirios .navbar-search-shell {width:100% !important }
    #Top_bar .menu_wrapper {top:0 !important; }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
   height: 40px;
    width: 40px;
    right: 60px;
    bottom: 100px;
  }
}

::-webkit-scrollbar-track
{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
}
::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,
    from(#ffb63f),
    to(#ffb63f),
    color-stop(.6, #ffc322))
}