/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/jan/2016, 14:22:34
    Author     : pedro
*/

.header_holder{
    position: relative;
    width: 100%;
    height: 92vh;        
    overflow: hidden;   
    outline: 0;
}

.header_img{     
    position: relative;
    width:100%;
    height: 92vh;                          
    outline: 0;    
    background-size: cover;        
}

.header_holder .textHeader{
    position: absolute;
    bottom: 25px;       
    font-family: Arial, sans-serif;
    font-size: 14px;
    color:#fff;
    -webkit-font-smoothing: antialiased;    
    right: 25px;
    opacity: 0.5;
}

.logos{
    position: absolute;
    width: 450px;    
    top: 5px;
    margin-left: calc(50% - 225px);
    height: 50px;
    z-index: 999;
    background-image: url('../images/logos.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}