@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
	max-width: 100%;
}

@font-face {
	font-family: 'Helvetica Neue Light';
	src: url('../fonts/HelveticaNeue-Light.eot?') format('eot'),
	     url('../fonts/HelveticaNeue-Light.woff') format('woff'),
	     url('../fonts/HelveticaNeue-Light.ttf')  format('truetype'),
	     url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
}

/*
 *   CODE
 */

body{
	font-family: 'Helvetica Neue Light', sans-serif;
	background: lightpink;
}

.clearfix{
	clear: both;
}

.container{
	width: 900px;
	margin: 12px auto;
	max-width: 95%;
}

.grid{
	margin-left: -12px;
    margin-top: -12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cell{
	float: left;
	padding-left: 12px;
	padding-top: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.half{
	width: 50%;
}

.full{
	width: 100%;
}


@media screen and (max-width: 980px) {
	.container > .grid > .cell{
		width: 100%!important;
		height: auto;
	}
}

.block{
	position: relative;
	background: #fff;
	width: 100%;
	padding-bottom: 100%;
}


.logo .block{
	height: 216px;
	padding-bottom: 0!important;
}

@media screen and (max-width: 980px) {
	.logo .block{
		height: auto;
	}

	.logo .wrap{
		position: relative;
		padding: 20px;
	}
}

.wrap{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.facebook{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/facebook.png) center center no-repeat #32619c;
	-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;
}

.facebook:hover{
	background: url(../img/facebook.png) center center no-repeat #3d71b2;
}

.instagram{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/instagram.png) center center no-repeat #ffffff;
	background-size: 65px;
	-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;
}

.instagram:hover{
	background: url(../img/instagram.png) center center no-repeat #f3f3f3;
	background-size: 55px;
}

.twitter{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/twitter.png) center center no-repeat #0cc2dd;
	-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;
}

.twitter:hover{
	background: url(../img/twitter.png) center center no-repeat #16d2ee;
}

.brand{
	display: block;
	width: 100%;
	height: 100%;
	-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;
	background-size: 50%!important;
}

.brand:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ilgufo{
	background: url(../img/ilguffo.jpg) center center no-repeat;
}

.stupenderia {
	background: url(../img/lastupan.jpg) center center no-repeat;
}

.elsy{
	background: url(../img/elsy.jpg) center center no-repeat;
}

.aletta{
	background: url(../img/aletta.jpg) center center no-repeat;
}

.lalalu{
	background: url(../img/lalalu.png) center center no-repeat;
}

.paradisebeachwear{
	background: url(../img/paradisebeachwear.png) center center no-repeat;
}


.sottocoperta{
	background: url(../img/sottocoperta.jpg) center center no-repeat;
}

.elsy{
	background: url(../img/elsy.jpg) center center no-repeat;
}

.hanssop{
	background: url(../img/hanssop.jpg) center center no-repeat;
}

.laperla{
	background: url(../img/laperla.jpg) center center no-repeat;
}

.paz{
	background: url(../img/paz.jpg) center center no-repeat;
}

.lulu{
	background: url(../img/liuliu.jpg) center center no-repeat;
}

.iltrenino{
	background: url(../img/iltrenino.jpg) center center no-repeat;
}

.leslutins{
	background: url(../img/leslutins.jpg) center center no-repeat;
}

.defra{
	background: url(../img/defra.jpg) center center no-repeat;
}

.chupetin{
	background: url(../img/chupetin.jpg) center center no-repeat;
}

.sp1ne{
	background: url(../img/sp1ne.jpg) center center no-repeat;
}

.bekool {
	background: url(../img/bekool.jpg) center center no-repeat;
}
.patachou {
	background: url(../img/fbranco.png) center center no-repeat;
}

.prinsessefin {
	background-size: contain !important;
	background: url(../img/Prinsessefin.png) center center no-repeat;
}

.aspenpolo {
	background: url(../img/logo-aspen.jpg) center center no-repeat;
}

.voile {
	background: url(../img/voile_blanche.png) center center no-repeat;
}
.andorine {
	background: url(../img/andorine.svg) center center no-repeat;
}
.eddiepen {
	background: url(../img/eddiepen.png) center center no-repeat;
}
.atlanta {
	background: url(../img/atlanta.jpg) center center no-repeat;
}
.deareco {
	background: url(../img/deareco.png) center center no-repeat;
}
.kidscompany {
	background: url(../img/kidscompany.png) center center no-repeat;
}
.manuel {
	background-size: contain !important;
	background: url(../img/manuel.png) center center no-repeat;
}
.malvi {
	background-size: contain !important;
	background: url(../img/Malvi.png) center center no-repeat;
}
.sottocoperta {
	background-size: contain !important;
	background: url(../img/Sottocoperta.png) center center no-repeat;
}

.jamiks {
	//background-size: contain !important;
	background: url(../img/jamiks.png) center center no-repeat;
}
.pompetitpom {
	//background-size: contain !important;
	background: url(../img/pompetitpom.png) center center no-repeat;
}

.follie {	
	background-size: contain !important;
	background: url(../img/Follie.png) center center no-repeat;
}

.lorsobruno {	
	background-size: contain !important;
	background: url(../img/lorsobruno.png) center center no-repeat;
}

.coccoli {	
	background-size: contain !important;
	background: url(../img/Coccoli.PNG) center center no-repeat;
}

.balloonchic{	
	background-size: contain !important;
	background: url(../img/Balloonchic.png) center center no-repeat;
}
.yelloh {	
	background-size: contain !important;
	background: url(../img/Yelloh.png) center center no-repeat;
}
.petitindi{	
	background-size: contain !important;
	background: url(../img/Petitindi.png) center center no-repeat;
}
.barcellino{	
	background-size: contain !important;
	background: url(../img/barcellino.png) center center no-repeat;
}


.table{
	display: table;
	width: 100%;
	height: 100%;
	background: #ffffff;
	text-align: center;
	color: #e6007e;
}

.table-cell{
	display: table-cell;
	vertical-align: middle;
}

.bagenc{
	display: inline;
	margin-bottom: 30px;
}

h1{
	font-size: 55px;
	display: none;
}

h2{
	font-size: 25px;
}

hr{
	width: 75px;
	height: 0;
	border: 0;
	border-top: 1px solid #fff;
	margin: 50px auto;
}

.soononline{
	font-size: 40px;
}

.info{
	font-size: 20px;
	line-height: 30px;
}

@media screen and (max-width: 980px) {
	.info{
		font-size: 20px;
		line-height: 25px;
	}
	.malvi .cell full{
	}
}

@media screen and (max-width: 600px) {
	.info{
		font-size: 15px;
		line-height: 18px;
	}
}






.stardekk{
	width: 100%;
	font-size: 13px;
	text-align: right;
	color: #ccc;
	margin-top: 15px;
}

.stardekk a{
	font-family: 'Arial', sans-serif;
	text-decoration: none;
	color: #fff;
}

.stardekk a:hover{
	border-bottom: 1px solid #fff;
}

.stardekk span{
	color: #ff7e00;
}

.logo .wrap{
	display: flex;
    justify-content: center;
    align-items: center;
}

.logo img{
	max-width: 80%;
	margin: auto;
	display: table;
}

.logo .block{
	padding-bottom: 50%;
}
