
/* ==========================================================================
   Author's custom styles
   be.ubi 2015
   ========================================================================== */

.navbar-default .navbar-nav>.active>a {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
    background-color: #F3F3F3;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #636363;
    font-family: 'Raleway', sans-serif;
    font-size: 1.78em;
    font-weight: 400;
}

h1 {
    margin-bottom: 20px;
}

h2 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    text-transform: uppercase;
    line-height: 167%;
}

h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.14em;
    line-height: 167%;
}

h4.title-note{
    font-weight: lighter !important;
    padding: 50px 0 !important;
}

h4.title-tip{
    font-weight: lighter !important;
    height: 30px;
}

h1.small {
    font-size: 1.71em;
    text-transform: uppercase;
}

.file-size{
    position: absolute;
    font-weight: 300;
    text-transform: uppercase;
    top: -20px;
}

.eupopup-container-bottomleft{
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 270px;
    border-radius: 10px;
}

.eupopup-button_1{
    color: #9EDF01;
    font-size: 16px;
}
.eupopup-button_1:hover{
    color: #9EDF01;
}

.eupopup-button_2{
    color: #9EDF01;
}
.eupopup-button_2:hover{
    color: #9EDF01;
}

.br-hr {
    position: relative;
    clear: both;
    margin: 15px 0 25px;
    width: 100%;
    height: 1px;
}

.br-hr.type_short .br-hr-h {
    left: 50%;
    width: 30%;
    margin-left: -15%;
}

.br-hr-h {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #FFF;
}

.colortext {
    color: #9EE100;
}

p {
    margin: 0 0 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.14em;
    font-weight: 300;
    line-height: 167%;
    color: #858585;
    text-align: left;
}

p.careers{
    margin: 0 0 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.14em;
    line-height: 167%;
    color: #858585;
}

h2.careers{
    margin-bottom: 10px;
}


span{
    font-weight: bold;
}

hr.separator {
    border: 0;
    border-bottom: 1px dotted #D1D1D1;
    margin: 50px 0;
}

img{
    max-width:100%;
    height:auto;
}

a{
    color:#0161B9;
}

a:hover{
    color: #0161B9;
}

.center{
    margin: 0 auto;
    text-align: center;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/*===========================================================================
                        NavBar Principal Menu
=============================================================================*/

.navbar {
    border-bottom: 1px solid #D0D0D0;
    background: #FFF;
}

.navbar .nav.navbar-nav > li > a:after{
    padding-left: 50px;
    font-weight: normal;
}

.navbar .nav.navbar-nav > li.last > a:after{
    content: " ";
    padding-left: 0;
}

.navbar .nav.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    transition: all 0.2s linear;
    text-transform: uppercase;
    font-size: 1.071em;
    margin: 0 15px;
}

.navbar .nav.navbar-nav > li > a:hover {
    box-shadow: inset 0 -45px 0 -40px #dddddd !important;
}

.navbar .nav.navbar-nav > li.active > a {
    font-weight: bold;
    background: none;
    box-shadow: inset 0 -45px 0 -40px #9EDF00 !important;
}

.navbar .nav.navbar-nav > li.active > a .caret {
    border-bottom-color: #FFF;
    border-top-color: #FFF;
}

.navbar .nav.navbar-nav > li.open > a {
    color: #FFF;
    padding-bottom: 20px;
    padding-top: 40px;
}

.navbar .nav.navbar-nav > li.open > a .caret {
    border-bottom-color: #FFF;
    border-top-color: #FFF;
}

.navbar .navbar-brand {
    /*padding-bottom: 30px;*/
    padding-top: 20px;
    text-transform: uppercase;
    transition: padding 0.5s ease 0s;
}

.navbar .navbar-brand img {
    border: 0 none;
    height: 60px;
    margin: -10px 10px -10px 0;
    padding: 0;
    vertical-align: top;
}

/*===========================================================================
                              Lists effects
=============================================================================*/

ul.arrow {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
    padding: 20px;
    text-align: left;
    line-height: 167%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.14em;
    color: #858585;
}

ul.arrow > li.arrows {
    padding: 0;
}

ul.arrow > li.arrows:before {
    font-family: 'FontAwesome';
    content: '\f054';
    color: #9EDF00;
    padding-right: 1em;
    font-size: 0.6em;
}

/*===========================================================================
                              General button style (reset)
=============================================================================*/

/* General button style (reset) */
.botao {
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #FFF;
    background: none;
    cursor: pointer;
    padding: 15px 30px;
    display: inline-block;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.botao:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 2 */
.botao-2 {
    background: #9EE000;
    color: #fff;
    box-shadow: 0 6px #82BA00;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */
.botao-2a {
    border-radius: 0 0 5px 5px;
}

.botao-2a:hover {
    box-shadow: 0 4px #82BA00;
    top: 2px;
}

.botao-2a:active {
    box-shadow: 0 0 #82BA00;
    top: 6px;
}

.bmargin{
    margin-bottom: 50px;
}

/* Button 2 */
.botao-3 {
    background: #0173B2;
    color: #FFF;
    box-shadow: 0 6px #006096;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */
.botao-3a {
    border-radius: 0 0 5px 5px;
}

.botao-3a:hover {
    box-shadow: 0 4px #006096;
    top: 2px;
}

.botao-3a:active {
    box-shadow: 0 0 #006096;
    top: 6px;
}

/* Button 3 */

.botao-4 {
    background: #EAEAEA;
    color: #636363;
    box-shadow: 0 6px #bbb;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 3a */
.botao-4a {
    border-radius: 0 0 5px 5px;
}

.botao-4a:hover {
    box-shadow: 0 4px #bbb;
    top: 2px;
}

.botao-4a:active {
    box-shadow: 0 0 #bbb;
    top: 6px;
}

/* File Upload Button */

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.forms{
    width: 100%;
}

/*===========================================================================
                              Home / Works
=============================================================================*/

.about {
    background-color: #FFF;
    border-top: 1px solid #DFDFDF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.whitepage {
    background-color: #FFF;
    border-top: 1px solid #DFDFDF;
    padding-top: 50px;
    padding-bottom: 85px;
}

.work-projects {
    background-color: #F3F3F3;
    border-top: 1px solid #DFDFDF;
}

.greypage {
    background-color: #F3F3F3;
    border-top: 1px solid #DFDFDF;
    padding-top: 50px;
}
.darkgreypage {
    background-color: #3F3F3F;
    border-top: 1px solid #DFDFDF;
    padding: 50px 0 75px 0;
}

/*===========================================================================
                              Landing Page Carousel
=============================================================================*/

.animated{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.8s !important;
    -moz-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
}

.bs-example{
    margin: 20px;
}

.carousel-inner {
    padding: 2% 15% 10% 15%;
    height: 500px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999999;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #9EE000;
}

.carousel-control.right {
    color: #555;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.2) 100%);
}

.carousel-control.left {
    color: #555;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-title{
    margin: 0;
    padding: 50px 0 20px 0;
}
/*===========================================================================
                              Home / About
=============================================================================*/

* .inside-slider-section {
    height: 20em;
    background: url(../images/bg_pc.jpg) no-repeat top center fixed;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-color: rgba(0,0,0,0.90);
}

.inside-slider-text h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #FFF;
    text-transform: uppercase;
    margin: 2.8em;
    width: 80%;
    margin-left:10%;
    text-align: center;
}



/*===========================================================================
                              Content box
=============================================================================*/

.wrapseminbox {
    background: repeat scroll #F3F3F3;
    box-shadow: none !important;
    margin: -40px auto 0px;
    max-width: 1200px;
    position: relative;
}

.wrapmainbox {
    padding-top: 0;
}

.wrapgeral{
    margin: 0 40px;
}
h1.wrap{
    margin: 40px 0!important;
}

.whitebackground{
    background-color: #FFF;
}
.pageheader-default .semitransparentbg {
    padding-bottom: 90px;
    padding-top: 100px;
}

.semiboxshadow {
    display: block;
    padding-bottom: 40px;
}

.semiboxshadow img {
    margin: -43px auto 0 -53px;
    max-width: 1316px;
    position: absolute;
    width: 1308px !important;
    z-index: 0;
}
.intro-note{
    margin-bottom: 40px;
}

.intro-note h1 {
    font-size: 25px;
    margin-top: 0;
    font-weight: 400;
}

.intro-note p {
    font-weight: normal;
    line-height: 167%;
    font-size: 1.14em;
    margin: 0;
}

.navbar-toggle {
    padding: 10px 10px;
    margin-top: 20px;
}

/*===========================================================================
                              Slider Section
=============================================================================*/

* .main-slider-section {
    height: 34.14em;
    background: url(../images/bg_pc.jpg) no-repeat top center fixed;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-color: rgba(0,0,0,0.90);
    transition: all 2s ease;
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: translate(-3em,0);
    }
    100% {
        opacity: 100;
        transform: translate(0,0);
    }
}

.main-slider-text {
    width: 80%;
    margin-left:10%;
    margin-top: 12em;
    text-align: center;
}
.main-slider-text a{
    text-decoration: none;
}

.hero {
    color: #9EDF00;
    font-size: 2.81em;
    margin-bottom: 20px;
}

.lead {
   text-align: center;
   color: #FFF;
   font-size: 1.78em;
   font-family: 'Source Sans Pro', sans-serif;
   max-width: 94%;
   margin-left: 4%;
}


/*===========================================================================
                              QREN page
=============================================================================*/

.box-qren{
    padding: 25px;
}

.title-qren{
    margin: 25px 0 10px 0 !important;
}

/*===========================================================================
                              Contacts
=============================================================================*/

.googlemap{
    width: 100%;
    height: 380px;
    margin: 20px 0 50px 0;
    border: 1px solid #DFDFDF;
    background-color: #EAEAEA;
    padding: 5px;
}

.pageheader-default .semitransparentbg {
    background: rgba(0,0,0,0.80) !important;
}

.pageheader-default {
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
    background: url(../images/sample_background3.png);
    color: #FFF;
    background-attachment: fixed;
}

.pageheader-default h1 {
    color: #FFF;
    display: inline-block;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 0;
    font-size: 30px;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
    text-transform: uppercase;
}

.smalltitle {
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 35px;
}

.smalltitle span {
    display: inline-block;
    background-color: #FFF;
    padding: 1px 12px;
    position: relative;
    color: #444;
    font-size: 20px;
    top: 12px;
    padding-left: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.form-button {
    margin-right: 10px;
}

.input-btn{
    border: 1px solid #DFDFDF;
    padding: 8px 10px;
    background: #EAEAEA;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: none;
    height: 40px;
}
.form-control-big,
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1em;
  line-height: 100%;
  color: #858585;
  vertical-align: middle;
  background-color: #EAEAEA;
  border: 1px solid #DFDFDF;
  border-radius: 0;
  margin-bottom: 10px;
  box-shadow: none;
}
.form-control-big{
    height: 250px;
    width: 100%;
    resize: none;
}


input.form-control{
    padding-top: 5px;
}

textarea.form-control{
    padding-top: 10px;
}

.form-control:focus, .form-control-big:focus {
    border-color: #9EDF00;
    outline: 0;
}

.form-control:-moz-placeholder , .form-control-big:-moz-placeholder {
  color: #C2C2C2;
}

.form-control::-moz-placeholder , .form-control-big::-moz-placeholder {
  color: #C2C2C2;
}

.form-control:-ms-input-placeholder , .form-control-big:-ms-input-placeholder {
  color: #C2C2C2;
}

.form-control::-webkit-input-placeholder , .form-control-big::-webkit-input-placeholder {
  color: #C2C2C2;
}

/*===========================================================================
                              Services
=============================================================================*/
.work-skills h1 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.fontawesome-icon.medium.circle-center,
.fontawesome-icon.medium.circle-white {
    width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
}

.fontawesome-icon.small.circle-center,
.fontawesome-icon.small.circle-white {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.features-icons {
    padding: 0 0 40px 0;
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    opacity: 1 !important;
}

.fadeInLeftNow {
    opacity: 0;
}

.fontawesome-icon.circle-white {
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    background-color: #F8F8F8;
    border: 1px solid #DFDFDF;
    color: #9EDF00;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.icon-box-left i{
    float: left;
    margin-right: 20px;
}


.icon-box-left i:hover {
    background-color: #9EE100;
    border: 1px solid #89C300;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.icon-box-top i:hover {
    background-color: #9EE100;
    border: 1px solid #89C300;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.fontawesome-icon.medium {
    font-size: 50px;
}

.fontawesome-icon.small {
    font-size: 30px;
    padding-bottom: 10px;
}

h1.icons{
    padding: 0px 20px;
}
/*===========================================================================
                              UnSlider
=============================================================================*/


.banner { position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }


/*===========================================================================
                              Flip
=============================================================================*/

.text-content{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 140%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fontawesome-icon.team {
    color: #858585;
}


.executive {
    width: 140px;
    height: 140px;
    background-size: cover;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    display: inline-block;
    text-align: center;
    }


.member {
    width: 120px;
    height: 120px;
    background-size: cover;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    display: inline-block;
    text-align: center;
}

.member.zero {
    background-image: url(../images/team/joinus.jpg);
}

.member.one {
    background-image: url(../images/team/arturmelo.jpg);
}

.member.two {
    background-image: url(../images/team/filipemarinheiro.jpg);
}

.member.three {
    background-image: url(../images/team/davidpacheco.jpg);
}

.member.four {
    background-image: url(../images/team/hugofonseca.jpg);
}

.member.five {
    background-image: url(../images/team/renatoduarte.jpg);
}

.member.six {
    background-image: url(../images/team/joaojacinto.jpg);
}

.member.seven {
    background-image: url(../images/team/marlenesilva.jpg);
}

.executive.ceo {
    background-image: url(../images/team/luisfaceira.jpg);
}

.executive.manager {
    background-image: url(../images/team/ruigoncalves.jpg);
}

#cards{
    height: 230px;
}

.about h2{
    margin-bottom: 3px;
}


.about h2 a, .about h3 a{
    color: #9EDF00;
}

.about h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 167%;
    font-weight: 600;
    margin: 0;
}

.about h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0;
}

p.occupation{
    font-size: 1em;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 50px;
}


p.occupation.last{
    margin-bottom: 0;
}

.mission i{
    color: #9EDF00;
    font-size: 20px;
}

.mission h2{
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: 16px;
}

div.row.mission{
    padding-bottom: 50px;
}

.mission p{
    margin: 5px 0 0 0;
}

.contacts h1{
    margin-top: 50px;
}

.contacts i{
    color: #9EDF00;
    font-size: 25px;
}

.contacts h2{
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    text-transform: none;
}

.contacts p{
    margin: 0 0 0 30px;
}

hr.separator-contacts {
    border: 0;
    border-bottom: 1px dotted #D1D1D1;
    margin: 40px 0;

}

/*===========================================================================
                              Projects
=============================================================================*/


.bgarea {
    background-color: #F3F3F3;
    color: #FFF;
    border-top: 1px solid #DFDFDF;
}

.bgarea-semitransparent {
    background-color: #F3F3F3;
    padding: 30px 0;
}

/*===========================================================================
                         About - Employees Reveal
=============================================================================*/


div.img-list {
    /*list-style-type: none;*/
    margin: 0;
    padding: 0;
    text-align: center;
}
div.img-list div {
    position: relative;
}

p.text-content p {
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
div.img-list div:hover p.text-content {
    opacity: 1;
}

p.text-content {
    background: rgba(50,50,50,1);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 140%;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.front, .back {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.front {
    z-index: 2;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

.front:hover{
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

.back {
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.back:hover{
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.back p {
    background-color: #FFF;
    position: absolute;
    top: -150px;
    z-index: 10;
    border-radius: 50%;
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 30px 10px;
    font-size: 11px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 140%;
 }

.img-content, .text-content{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.img-content {
     -z-index: 2;  }

.text-content {
    position: absolute;
    left: 0;
}

/*--OPEN SOURCE SECTION--*/

.opensource{
    background: url(../images/osdback.png) top center no-repeat #3F3F3F;
    box-shadow: inset 0 30px 55px -50px #555555;
    overflow-x: hidden;
}
.opensource p, .opensource h2{
    color: #B7B7B7;
}

.opensource .container div:first-of-type > img {
    padding: 40px;
}
.opensource .container div:first-of-type > p {
    margin: 10px 0 50px 0;
}

.opensource .hero{
    height:120px;
}
.opensource-copy{
    white-space: pre-wrap;
}


/*===========================================================================
                             Clients slider
=============================================================================*/

.client-logo {
    height: 144px;
    width: 144px;
    margin: 0 auto 20px auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.client-logo:hover, .client-logo:focus {
    filter: none;
    -webkit-filter: none;
    background: red;
}

#ua {
    background: url(../images/clients/ua.png);
}

#bee {
    background: url(../images/clients/bee.png);
}

#agri {
    background: url(../images/clients/credito.png);
}

#mart {
    background: url(../images/clients/martifer.png);
}

#mira {
    background: url(../images/clients/mira.png);
}

#bosch {
    background: url(../images/clients/bosch.png);
}

#pasc {
    background: url(../images/clients/pascoal.png);
}

#soli {
    background: url(../images/clients/camara.png);
}

#fadu {
    background: url(../images/clients/fadu.png);
}

#credi {
    background: url(../images/clients/credipoupa.png);
}

#edp {
    background: url(../images/clients/edp.png);
}

#siemens {
    background: url(../images/clients/siemens.png);
}

#personio {
    background: url(../images/clients/personio.png);
}

#superleague {
    background: url(../images/clients/superleague.png);
}

#airc {
    background: url(../images/clients/airc.png);
}

#winning {
    background: url(../images/clients/winning.png);
}

/*===========================================================================
                             Footer
=============================================================================*/

#qren {
    background: url(../images/sponsors/02_qren.png);
    height: 36px;
    width: 87px;
    margin: 0 30px 0 0;
}
#qren:hover, #qren:focus {  background: url(../images/sponsors/02_qren_c.png); }

#mais {
    background: url(../images/sponsors/01_maiscentro.png);
    height: 36px;
    width: 87px;
    margin: 0 30px 0 0;
}
#mais:hover, #mais:focus {  background: url(../images/sponsors/01_maiscentro_c.png); }

#ue {
    background: url(../images/sponsors/03_ue.png);
    height: 36px;
    width: 117px;
    margin: 0 30px 0 0;
}
#ue:hover, #ue:focus {  background: url(../images/sponsors/03_ue_c.png); }

form .contacts{
    background-color: #EAEAEA;
    border: 1px solid #DFDFDF;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #858585;
    width: 100%;
    margin-bottom: 5px;
}

.background-dark-gray {
    background-color: #2E2E2E;
    color: #868686;
    height: 154px;
    border-top: 3px solid #82BA00;
    padding-top: 26px;
}

hr.sitemap{
    border-top: 1px solid #404040;
    margin: 10px 0 20px 0;
}

.sponsors img{
    padding-right: 30px;
}

footer h1, footer h2, footer h3 {
    margin-top: 0;
    border-bottom: 1px #FFF solid;
    padding-bottom: 3px;
    color: #FFF;
    font-weight: lighter;
}

footer .nav-footer{
    list-style: none;
    padding: 0;
    height: 18px;
}

footer .nav-footer li{
    float: left;
    padding-left: 30px;
    display: block;
}

footer .nav-footer li.first{
    padding-left: 0px;
}

footer .nav-footer li:after{
    padding-left: 50px;
}

footer .nav-footer li.last:after{
    content: "";
}

footer a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.857em;
    color:#868686;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

footer a:hover{
    text-decoration: none;
    color:#9EDF00;
}

.socialtop ul {
    display: block;
    clear: both;
}

.socialtop ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: right;
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.socialtop ul li a {
    background: #404040;
    border-radius: 13px;
    color: #999;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin:0;
    padding:0;
}

.socialtop ul li a i {
    margin-right: 0px;
    transition: all 0.05s ease-in-out 0.05s;
}

.socialtop ul li a:hover i {
    transition: all 0.05s ease-in-out 0.05s;
    color: #FFF;
}

.socialtop span{
    font-weight: bold;
    font-size: 12px;
}

p.careers{
    margin: 0 0 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.14em;
    line-height: 167%;
    color: #858585;
}
p.careers.sub-title{
    font-size: 16px;
    margin: 15px 0 0 10px;
}
p.careers.sub-title > span{
    margin-left: 5px;
    font-weight: 700;
}

h2.careers{
    margin-bottom: 10px;
}

footer .testimonial {
    font-style: italic;
}

footer .author {
    text-align: right;
    font-size: 12px;
    color: #3498DB;
}

.nomargin {
    margin: 0 0 0 0!important;
}


/* ==========================================================================
   Olark color
   ========================================================================== */
.hbl_pal_title_bg {
    background-color: #9EE000 !important;
}

@media (max-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 991px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 767px) {

    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .file-size{
        position: relative;
        top: 0;
    }

    .main-slider-section {
        height: 25.14em;
        background: url(../images/bg_pc.jpg) no-repeat top center fixed;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
        background-color: rgba(0,0,0,0.90);
    }

    .nomobile{
        display: none;
    }

    .main-slider-text {
        margin-top: 9em;
    }

    .hero {
       font-size: 2.00em;
       margin-bottom: 0;
    }

    .lead {
       font-size: 1.30em;
    }

    .navbar .nav.navbar-nav > li > a:after {
        content: "";
        padding-left: 30px;
        font-weight: normal;
    }

    .navbar .nav.navbar-nav > li{
    border-bottom: 1px solid #D0D0D0;
    }

    .navbar .nav.navbar-nav > li.last{
        border: 0;
        padding-bottom: -4px;
    }

    .flip-container {
        -webkit-perspective: 0;
        -moz-perspective: 0;
        -o-perspective: 0;
        perspective: 0;
    }

    .flip-container:hover .flipper,
    .flip-container.hover .flipper {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .executive.manager {
        margin-top: 30px;
    }

    p.spacebottom{
        margin-bottom: 30px;
    }


@media (max-width: 480px) {

    .main-slider-section {
        height: 28.14em;
    }

    .main-slider-text {
        margin-top: 8em;
    }

    .hero{
        font-size: 1.70em;
    }

    .inside-slider-section{
        height: 23em !important;
    }

}

@media (max-width: 352px) {

    .main-slider-section {
        height: 28.14em;
    }

    .lead {
        font-size: 1.00em;
        margin-top: 18px;
    }

}

@media (max-width: 252px) {

    .main-slider-text {
        margin-top: 12em;
    }

    .main-slider-section {
        height: 39.14em;
    }

    .inside-slider-section{
        height: 28em;
    }

    .inside-slider-text h1{
        font-size: 28px;
        margin-left: 4%;
        padding-top: 120px;
    }
}

}

@media screen and (max-width: 991px) {

    footer .nav-footer {
        display: none;
    }

    .nomobile{
        display: none;
    }

    .background-dark-gray {
        height: 130px;
    }


    .work-projects h3{
        font-size: 1.14em;
        padding-top: 20px;
    }

    .work-projects h4{
        font-size: 1em;
    }

    .icon-box-top{
        padding-top: 30px;
    }

    .carousel-inner{
        height: 650px;
    }
}

@media screen and (min-width: 992px) {
    .nodesktop{
        display: none;
    }
}
