@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/nqy3pfp.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,700');
@import url("font-awesome.min.css");

@font-face {
  font-family: 'ELCOmpanies';
  src: url(fonts/SangBleuSansLight.otf) format('opentype'),
	   url(fonts/SangBleuSansLight.woff) format('woff'),
       url(fonts/SangBleuSansLight.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ELCOmpanies';
  src: url(fonts/SangBleuSansMedium.otf) format('opentype'),
	   url(fonts/SangBleuSansMedium.woff) format('woff'),
       url(fonts/SangBleuSansMedium.eot) format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'estee';
  src: url(fonts/OptimaLTStd.otf) format('opentype'),
	   url(fonts/OptimaLTStd.woff) format('woff'),
       url(fonts/OptimaLTStd.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'esteeTesto';
  src: url(fonts/akzidenzgrotesk-regular-webfont.otf) format('opentype'),
	   url(fonts/akzidenzgrotesk-regular-webfont.woff) format('woff'),
       url(fonts/akzidenzgrotesk-regular-webfont.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'esteeTesto';
  src: url(fonts/akzidenzgrotesk-bold-webfont.otf) format('opentype'),
	   url(fonts/akzidenzgrotesk-bold-webfont.woff) format('woff'),
       url(fonts/akzidenzgrotesk-bold-webfont.eot) format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'clinique';
  src: url(fonts/HelveticaNeueLTStd-Lt.otf) format('opentype'),
	   url(fonts/HelveticaNeueLTStd-Lt.woff) format('woff'),
       url(fonts/HelveticaNeueLTStd-Lt.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'clinique';
  src: url(fonts/HelveticaNeueLTStd-Md.otf) format('opentype'),
	   url(fonts/HelveticaNeueLTStd-Md.woff) format('woff'),
       url(fonts/HelveticaNeueLTStd-Md.eot) format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'smashbox';
  src: url(fonts/Knockout-HTF49-Liteweight.otf) format('opentype'),
	   url(fonts/Knockout-HTF49-Liteweight.woff) format('woff'),
       url(fonts/Knockout-HTF49-Liteweight.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'smashboxTesto';
  src: url(fonts/AkkuratPro-Regular.otf) format('opentype'),
	   url(fonts/AkkuratPro-Regular.woff) format('woff'),
       url(fonts/AkkuratPro-Regular.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'smashboxTesto';
  src: url(fonts/AkkuratProBold.otf) format('opentype'),
	   url(fonts/AkkuratProBold.woff) format('woff'),
       url(fonts/AkkuratProBold.eot) format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'aveda';
  src: url(fonts/MetaBoldLF-Caps.otf) format('opentype'),
	   url(fonts/MetaBoldLF-Caps.woff) format('woff'),
       url(fonts/MetaBoldLF-Caps.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avedaTesto';
  src: url(fonts/Meta-LightLF.otf) format('opentype'),
	   url(fonts/Meta-LightLF.woff) format('woff'),
       url(fonts/Meta-LightLF.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avedaTesto';
  src: url(fonts/MetaBoldLF-Caps.otf) format('opentype'),
	   url(fonts/MetaBoldLF-Caps.woff) format('woff'),
       url(fonts/MetaBoldLF-Caps.eot) format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'bobbib';
  src: url(fonts/BBText-Regular.otf) format('opentype'),
	   url(fonts/BBText-Regular.woff) format('woff'),
       url(fonts/BBText-Regular.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bobbib';
  src: url(fonts/BBText-Bold.otf) format('opentype'),
	   url(fonts/BBText-Bold.woff) format('woff'),
       url(fonts/BBText-Bold.eot) format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}

*, *:before, *:after {
  box-sizing: border-box;
}
html {
	height: 100%;
}
body {
  margin:0;
  padding:0;
  background-color: #000;
  font-family: "ELCOmpanies", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	height: 100%;
}
h3 {
	font-size:2rem;
	font-family: "ELCOmpanies", Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 1.6px;
	margin-bottom: 40px;
}
h3.estee {
	font-family: "estee", Helvetica, Arial, sans-serif;
}
h3.mac {
	font-family: "trade-gothic-next-compressed", Helvetica, Arial, sans-serif;
}
h3.clinique {
	font-family: "clinique", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h3.smashbox {
	font-family: "smashbox", Helvetica, Arial, sans-serif;
}
h3.aveda {
	font-family: "aveda", Helvetica, Arial, sans-serif;
}
h3.bobbi {
	font-family: "bobbib", Helvetica, Arial, sans-serif;
}
#titolo p.estee {
	font-family: "esteeTesto", Helvetica, Arial, sans-serif;
}
#titolo p.mac {
	font-family: "Roboto Mono", monospace;
}
#titolo p.clinique {
	font-family: "clinique", Helvetica, Arial, sans-serif;
}
#titolo p.smashbox {
	font-family: "smashboxTesto", Helvetica, Arial, sans-serif;
}
#titolo p.aveda {
	font-family: "avedaTesto", Helvetica, Arial, sans-serif;
}
#titolo p.bobbi {
	font-family: "bobbib", Helvetica, Arial, sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}
a.under {
	color: inherit;
	text-decoration: underline;
}
header {
  background-color: #000;
  height:60px;
}
#subheader {
  background-color: #000;
  height:60px;
  border-top: 1px solid #ccc;
}
#nav {
 width: 100%;
 max-width: 1200px;
 margin: auto;
 text-align: center;
}
#subnav {
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 text-align: center;
 height: 60px;
	/*border: 1px solid #ff0000;*/
}
#hamb {
 display:none;
  font-size:2.5rem;
}
#hamb:before {
  content: "≡";
	position: relative;
	float: right;
	margin-right: 30px;
	margin-top: -60px;
	color: #fff;
}
#check {
  display:none;
	margin: 0;
	padding: 0;
}
#ELCompaniesLogoTop {
	margin-top: 0px;
	height: 30px;
	width: auto;
	margin-top: 15px;
}
ul.menu {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	}
ul.menu li {
	display: inline-block;
	padding: 10px 25px;
	margin-top: 10px;
	height: 40px;
	border-left: 1px solid #ccc;
	}
ul.menu li:last-child {
	border-right: 1px solid #ccc;
	}
content {
	display: inline-block;
 	width: 100%;
	color: #000;
	text-align: center;
	background-color: #fff;
	min-height: calc(100% - 180px);
	padding-bottom: 50px;
	/*border: 1px solid #ff0000;*/
}
#contentimage {
	display: flex;
	width: 100%;
	min-height: 400px;
	margin-bottom: 40px;
	background-image: url(imgs/ELCompanies_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000;
}
#contentimage.estee {
	background-image: url(imgs/esteelauder_top.jpg);
}
#contentimage.clinique {
	background-image: url(imgs/clinique_top.jpg);
}
#contentimage.mac {
	background-image: url(imgs/mac_top.jpg);
}
#contentimage.smashbox {
	background-image: url(imgs/smashbox_top.jpg);
}
#contentimage.aveda {
	background-image: url(imgs/aveda_top.jpg);
}
#contentimage.bobbi {
	background-image: url("imgs/bobbibrown_top.jpg");
}
#ELCompaniesLogo {
	height: 46px;
	width: auto;
}
#elc {
	display: flex;
	width: 100%;
	max-width: 660px;
	height: 46px;
	margin: auto;
}
#elc img {
	margin: auto;
	width: 100%;
	height: auto;
}
#contentimage .logo {
	display: flex;
	width: 50%;
	max-width: 500px;
	height: 150px;
	margin: auto;
	background-color: rgba(0,0,0,0.50)
}
#contentimage .logo img {
	margin: auto;
	width: 80%;
	height: auto;
}
#titolo {
	display: block;
	margin: 50px auto;
	max-width: 1200px;
	padding: 0 70px;
	text-align: center;
}

ul.mainNav {
	display: inline-block;
	color: #fff;
	list-style: none;
	padding: 0;
}
ul.mainNav li {
	padding: 0;
	height: 50px;
	margin: 40px auto;
	/*border: 1px solid #ff0000;*/
	}
content .codice {
	/*width: 250px;*/
	width: 270px;
	height: 50px;
	padding: 0 20px;
	border: 1px solid #000;
	margin-bottom: 10px;
}
content input::placeholder {
	color: #000;
	opacity: 1;
	font-family: "esteeTesto";
}
content input[type=button] {
	background-color: #575656;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #575656;
	vertical-align: bottom;
	font-family: "esteeTesto";
}
footer {
	width: 100%;
	padding: 0;
	font-size: 0.8rem;
	font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 400;
	letter-spacing: 1.4px;
	position: absolute;
	/*bottom:0;*/
	background-color: #292929;
	color: #FFFFFF;
}
#footerbar {
	width: 100%;
	height: 30px;
	background-color: #000;
}
#footerbar p {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 20px 30px;
	text-align: center;
	font-family: "ELCOmpanies", Helvetica, Arial, sans-serif;
}
#footerbar a {
	margin-right: 50px;
}

@media (max-width: 950px) {
	
	ul.menu li {
	padding: 10px 20px;
	}
	#footerbar a {
	margin-right: 10px;
}
}
@media (max-width:750px) {
	
	#elc {
	width: 90%;
}
	ul.mainNav li {
	display: block;
		margin-bottom: 10px;
	}
	ul.menu {
    display:none;
		width: 200px;
		right: 0;
  }
	#subheader {
		height: 0;
	}
	#hamb {
  display:block;
}
	#check:checked  ~ ul.menu {
    display:block;
    position: absolute;
  }
   #check:checked  ~ ul.menu li {
    background: #000;
    padding:10px 10px;
	margin: 0 auto;
		width: 180px;
		text-align: center;
		font-size: 1rem;
		height: auto;
		border-bottom: 1px solid #fff;
	   border-left:  0px solid #fff;
	   border-right:  0px solid #fff; 
  }
  #check:checked  ~ ul.menu li a {
    color:#000;
  }
 #check:checked + #hamb:before {
  content: "×"
}
	#footerbar a {
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
}
	content input {
	display: block;
	margin: 20px auto 0px;
}
}
@media screen and (max-width: 520px) {
	#contentimage.left {
	background-position: left center;
}
	#contentimage.right {
	background-position: -650px center;
}
	#nav {
 text-align: left;
}
	#ELCompaniesLogoTop {
	height: auto;
	width: 70%;
		margin-left: 30px;
}
	ul.mainNav li {
	width: 90%;
	}
	ul.mainNav li img {
	width:100%;
	height: auto;
	}
	content .codice {
	width: 200px;
	padding: 0 5px;
}
	#titolo {
	padding: 0 30px;
}
	footer p {
		text-align: center;
	}
	#footerbar a {
	display: block;
}
	ul.menu {
		margin: 0px 0px 0px 20px;
	}
	h2 {
		font-size: 4em;
	}
	
}