/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */


header, section {display: block;}

/* ===================================================================
 *  08. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
    right: 0;
	z-index: 700;
}

header .row {
	height: auto;
	position: relative;
}

header p {color:#ffffff;}
header a {color: #ffffff;}
header a:hover {color: #f05160;}

header .logos {
    padding: 2%;
	font-family: 'Montserrat', sans-serif; 
    font-weight: 200;
	text-align: right;  
    font-size: 11px;
	color: #ffffff;
    }

header .socials {
	text-align: right; 
    padding-top: 3%;
	padding-left:60%;
	
}

header .riga {
	border-bottom: solid;
	border-width: thin;
	border-color: #ffffff;
}

header .padsu {padding-top: 20px;}
header .padgiu {padding-bottom: 20px;}





.bk-header-bianco {background: #ffffff; width: 100%; height: 100%; background-image: url("../img/fondo-biancosfumato.jpg"); background-repeat: no-repeat; background-position: center;
	-webkit-background-size: cover; -moz-background-size: cover; background-size: cover; min-height: 950px; position: relative;}
@media screen and (max-width:480px) {
    .bk-header-bianco {background: #ffffff; width: 100%; height: 100%; background-image: url("../img/fondo-biancosfumato-v.jpg"); background-repeat: no-repeat; background-position: center;
	-webkit-background-size: cover; -moz-background-size: cover; background-size: cover; min-height: 500px; position: relative;}
    }
.bk-header-grigio {background: #ffffff; width: 100%; height: 100%; background-image: url("../img/fondo-petroliosfumato.jpg"); background-repeat: no-repeat; background-position: center;
	-webkit-background-size: cover; -moz-background-size: cover; background-size: cover; min-height: 950px; position: relative;}
@media screen and (max-width:480px) {
    .bk-header-grigio {background: #ffffff; width: 100%; height: 100%; background-image: url("../img/fondo-petroliosfumato-v.jpg"); background-repeat: no-repeat; background-position: center;
	-webkit-background-size: cover; -moz-background-size: cover; background-size: cover; min-height: 500px; position: relative;}
    }



