* {
    font-family : "lato" !important; 
}

.blue { color : #0F3F6F; }
.hideable { display : none; }
.half25 { width : 25% }

#social-menu {
    width: 100%; 
    background: transparent url(../../images/news-main/line.jpg) repeat-x 50% 50%;
}

#social-menu .blueBgTitle {
    background-color : #0F3F6F;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding : 0.6%;
    margin-top : -5px;
}

#social-menu .confidence {
    width : 200px;
    margin : 0 auto;
}

.keyFigures {
    background-color : #0F3F6F;
    padding : 1% 0;
}

.keyFigures p {
  color: white;
  font-size : 14px;
  font-weight : 400;
}

.keyFigures p span {
    color : #D95C02;
    font-size : 18px;
    font-weight : 600;
}

ul.padEnterprise li {
    list-style :  none;
    float:left;
    height : 225px;
    margin-left : 0;
    position: relative;
    z-index:0;
    margin-bottom : 2%;
}

ul.padEnterprise li a {
    display:block;
    overflow:hidden;
    margin-top:0px;margin-left:0px;
    border:0px solid rgba(0,0,0,0.7);
    transition-property:width,height,margin,z-index,border;
    transition-duration:0.4s;
    padding: 3%;
    text-align : center;
    text-decoration : none;
}

ul.padEnterprise li a div.imgLogo {
    height : 150px;
    text-decoration : none;
    display: table-cell;
    vertical-align: middle;
    width : inherit;
}

ul.padEnterprise li a div.imgLogo img { width : 61%; }

ul.padEnterprise li div.sector_activity {
    border : 1px solid #aaa;
    border-left : 0;
    border-right : 0;
    font-size : 14px;
    font-weight : 200;
    text-align : left;
    height : 40px;
}

ul.padEnterprise li img {
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
ul.padEnterprise li .mask {
    position:absolute;
    width : 97%;
    height : inherit;
    display : block;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(15,63,111, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

ul.padEnterprise li .mask a {
  position: absolute;
  text-align: center;
  width : 100%;
  color: white;
  height:inherit;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   -ms-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

ul.padEnterprise li .mask a img {
    opacity : 0;
}

ul.padEnterprise li .mask p {
   -webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
   -o-transform: translateY(200px);
   -ms-transform: translateY(200px);
   transform: translateY(200px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   position : absolute;
   width : 100%;
   text-align:center;
   background-color : #082038;
}

ul.padEnterprise li:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

ul.padEnterprise li:hover .mask a img {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(80px);
   -moz-transform: translateY(80px);
   -o-transform: translateY(80px);
   -ms-transform: translateY(80px);
   transform: translateY(80px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

ul.padEnterprise li:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(180px);
   -moz-transform: translateY(180px);
   -o-transform: translateY(180px);
   -ms-transform: translateY(180px);
   transform: translateY(180px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}


.searchEngine .List {
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border : 1px solid #aaa;
    padding : 1%;
    position: relative;
    cursor : pointer;
    background-color : #E8EAE9;
}

.searchEngine .List.selected a.arrow {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.searchEngine .sortList {
    position : absolute;
    width : 100%;
}

.searchEngine a.arrow {
    text-decoration : none; 
    background : transparent url('../../images/customer-reference/arrow.png') no-repeat 0 0;
    width : 16px;
    height : 16px;
    display : block;
    position : absolute; 
    top : 25%;
    right:5%;
    cursor : pointer;
}

.searchEngine .borderList {
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    border : 1px solid #aaa;
    border-top : 1px solid #FFFFFF;
    background-color: #e6e6e6;
    padding : 2%;
}

.searchEngine .borderList a {
  background-color: #e6e6e6;
  display : block;
}

.searchEngine .borderList a:hover {
  background-color: white;
}

@media screen and (max-width: 681px) {
    .half25 {
        width : 100%;
    }
}
