


/* Remove padding and margin */ 
*  
    { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}


body 
    { 
    font-family: 'Nexa-Bold', Tahoma, Verdana, sans-serif; 
    color: #E6E6E6;     
    text-align:center; 
    background: #0c0c0c;
} 

#bg-image{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/wallpaper.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	z-index: -100;
}

.container
    {  
    width:100%;  
    max-width: 1200px;
    text-align:center;   
    margin-left:auto;  
    margin-right:auto;  
    vertical-align: middle;
    padding: 0 20px;
    box-sizing: border-box;
}


.slide .container
    {  
    z-index: 100;
    position: relative;
}

.slide .container.centered
    {  
    z-index: 100;
    position: absolute;
}


.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.centered-right{
     position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}


h1 {
    font-size: 45px;
    font-family: 'nexa_slab_heavy_italicitalic';
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #DF8E17;
    line-height: 55px;
}

h2 
    { 
	font-size: 17px;
	letter-spacing: 1px;  
} 

h3 {
    font-size: 15px;
    font-family: 'nexa_slab_heavyregular';
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 25px;
}

h4 
    { 
    font-size: 1.6em;     
} 

h5 
    { 
    font-size: 1.4em;     
} 

p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 27px;
}





/* MENU */


.pagination {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;

    text-align: right;
     z-index: 200;
}

.pagination li {
    list-style: none;
    float: right;
    clear: both;
    margin: 15px 0;
    height: 16px;
    text-transform: uppercase;
    border-radius: 16px;
    cursor: default;
    box-shadow: 0px 9px 7px rgba(0, 0, 0, 0.50);
}



.pagination a {
    position: relative;
    height: 16px;
    width: 16px;
    background-color: #E6E6E6;
    border-radius: 16px;
    text-align: left;
	display: inline-block;
    overflow: hidden;
	float: right;
	position: absolute;
	right: 0;
	box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.30);
}


.pagination li:hover a {
    background-image: url(../assets/dot-active.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    font-size: 11px;
    background-color: #353750;
    box-shadow: none;
}

.pagination li a.active{
    background-image: url(../assets/dot-active.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    background-color: #353750;
    box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.30);

}

.pagination li span{
    width: auto;
    font-family: 'nexa_slab_heavy_italicitalic';
    color: #353750;
    font-size: 11px;
    background-color: #DF8E17;
    height: 16px;
    line-height: 16px;
    padding: 2px 4px 0 8px;
    display: inline-block;
    float: left;
    border-radius: 16px;
    margin-right: 16px;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    display: none;
}

.pagination li:hover{
    background-color: #DF8E17;
    
}

.pagination li:hover span{
    display: block;
   
}



/* SECTIONS */

.slide{
	/*min-height: 700px;*/
	position: relative;
	overflow-x: hidden;
	
}




/* VIDEO */

header{
	padding: 65px 0;
	display: inline-block;
	width: 100%;
}


.logo{
	height: 145px;
	width: auto;
}

header .socials{
	margin-top: 35px;
}

header .socials a{
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-left: 20px;
}

header h2{
	margin-top: 35px;
	font-size: 17px;
	letter-spacing: 1px;
}

header h2 span.orange{
	color: #DF8E17;
	font-size: 23px;
	font-family: 'nexa_slab_heavy_italicitalic';
	letter-spacing: 1px;
}


.socials .fb{
	background-image: url(../assets/icon-sprite.svg);
    background-position: 0px -8px;
    background-size: 272px 411.5px;
}

.socials .fb:hover{
    background-position: -30px -8px;
}

.socials .tw{
	background-image: url(../assets/icon-sprite.svg);
    background-position: 0px -38px;
    background-size: 272px 411.5px;
}

.socials .tw:hover{
	background-position: -30px -38px;
}

.socials .ig{
	background-image: url(../assets/icon-sprite.svg);
    background-position: 0px -68px;
    background-size: 272px 411.5px;
}

.socials .ig:hover{
	background-position: -30px -68px;
}

.socials .yt{
	background-image: url(../assets/icon-sprite.svg);
    background-position: 0px -98px;
    background-size: 272px 411.5px;
}


.socials .yt:hover{
	background-position: -30px -98px;
}

.socials .ec{
	background-image: url(../assets/icon-sprite.svg);
    background-position: 0px -381.5px;
    background-size: 272px 411.5px;
}

.socials .ec:hover{
	background-position: -30px -381.5px;
}

.shadow{
	box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.6);
}

#videoclip {
    background: #0c0c0c;
    z-index: 100;
    width: 1160px;
    height: 655px;
    position: relative;
    text-align: center;
}

#videoclip h3 {
	text-transform: uppercase;
}

#countdown{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 100%;
}



/* FLYER */

.flyer {
    width: auto;
	max-height: 65vh;
	text-align: center;
	margin-bottom: 60px;

}



/* ALBUM */

.slide.album .gradient{
	height: 100%;
	width: 100%;
	margin: 0;
	background: rgb(53,55,80);
	background: linear-gradient(0deg, rgba(53,55,80,0.9023984593837535) 0%, rgba(23,47,57,0) 100%);
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.razzo{
	display: none;
	position: absolute;
	left: -5%;
	bottom: -4px;
	height: 95%;
	width: auto;
	z-index: 0;
	
}

.album-cover{
	height: 540px;
	width: 540px;
}

a.preordina{
	color: white;
	text-decoration: none;
}

a.preordina:hover{
	color: #f80116;
	text-decoration: none;
}

.music-links{
	margin-top: 51px;
}

.music-links a{
	display: inline-block;
	height: 60px;
	width: 60px;
	margin-right: 30px;
}

.spotify {
    background-image: url(../assets/icon-sprite.svg);
    background-size: 544px 823px;
    background-position: 0 -256px;
}

.spotify:hover{
	background-position: -60px -256px;
}

.deezer{
	background-image: url(../assets/icon-sprite.svg);
    background-size: 544px 823px;
    background-position: 0 -316px;
}

.deezer:hover{
	background-position: -60px -316px;
}


.itunes{
	background-image: url(../assets/icon-sprite.svg);
    background-size: 544px 823px;
    background-position: 0 -376px;
}

.itunes:hover{
	background-position: -60px -376px;
}

.apple{
	background-image: url(../assets/icon-sprite.svg);
    background-size: 544px 823px;
    background-position: 0 -436px;
}

.apple:hover{
	background-position: -600 -436px;
}

.amazon{
	background-image: url(../assets/icon-sprite.svg);
    background-size: 544px 823px;
    background-position: 0 -496px;
}

.amazon:hover{
	background-position: -60px -496px;
}

.play{
	background-image: url(../assets/icon-sprite.svg);
    background-size: 544px 823px;
    background-position: 0 -556px;
}

.play:hover{
	background-position: -60px -556px;
}





/* TOUR */


.slide.tour .gradient{
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background: rgb(23,47,57);
	background: linear-gradient(0deg, rgba(23,47,57,0.8995973389355743) 0%, rgba(53,55,80,0.9023984593837535) 100%);
	top: 0;
	left: 0;
}


.tour-dates{
	padding: 120px 0;
	display: block;
	position: relative;
}

.tour .row {
    line-height: 86px;
    height: 86px;
    border-bottom: 1px solid #5d5f73;
    padding: 0 50px;
    box-sizing: border-box;
}

.tour-header{
	color: #DF8E17;
	font-size: 15px;
	font-family: 'nexa_slab_heavyregular';
	letter-spacing: 1px;
}

.row.tour-header div{
	display: inline-block;
	
}

.row div{
	display: inline-block;
	
}

a.pin{
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 20px;
	background-image: url(../assets/icon-sprite.svg);
    background-size: 544px 823px;
    background-position: 0 -1439px;
}



a.pin:hover{
	background-position: -30px -1439px;	
}

.date{
	width: 15%;

}

.location{
	width: 53%;
}

.time{
	width: 15%;
}


.tickets{
	width: 15%;
}

.date-container{
	line-height: 86px;
	vertical-align: middle;
}

.day{
	clear: both;
	font-size: 23px;
	font-family: 'nexa_slab_heavy_italicitalic';
	display: block !important;
	line-height: 27px;
	letter-spacing: 3px;
}

.month{
	clear: both;
	font-size: 12px;
	font-family: 'nexa_slab_heavyregular';
	display: block !important;
	line-height: 16px;
	letter-spacing: 1px;
}

.year{
	clear: both;
	font-size: 11px;
	font-family: 'nexa_slab_heavy_italicitalic';
	display: block !important;
	line-height: 15px;
	letter-spacing: 1px;
}


a.button{
	background: #E6E6E6;
	color: #353750;
	line-height: 46px;
	padding: 0 30px;
	border-radius: 30px;
	display: block;
	text-decoration: none;
	text-align: center;
	width: auto;
	font-family: 'nexa_slab_heavy_italicitalic';
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	padding-top: 2px;
	box-sizing: border-box;
}

a.button:hover{
	background: #DF8E17;
}


a.button.shop{
	margin-top: 30px;
}


/*  CONTATTI  */


.slide.contatti .gradient{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background: rgb(53,55,80);
	background: linear-gradient(0deg, rgba(23,47,57,0.8995973389355743) 0%, rgba(53,55,80,0.9023984593837535) 100%);
	background: rgb(23,47,57);
	background: linear-gradient(0deg, rgba(53,55,80,0.9023984593837535) 0%, rgba(23,47,57,0.8995973389355743) 100%);
}

.contatti .centered{
	text-align: center;
}

.contatti h3{
	font-family: 'nexa_slab_heavy_italicitalic';
	font-size: 23px;
	color: #DF8E17;
	margin-bottom: 40px;
}

.contatti .socials{
	margin-bottom: 115px;
}

.contatti .socials a{
	height: 60px;
	width: 60px;
	margin: 15px;
	display: inline-block;
}



a.fep{
	background-image: url(../assets/fep.svg);
	height: 80px;
	width: 186px;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
}

a.fep:hover{
	background-image: url(../assets/fep-on.svg);
}



footer{
	position: absolute;
	bottom: 50px;
	width: 100%;
}

footer container{
	margin: 0 auto;
}

footer small{
	font-size: 13px;
	letter-spacing: 0.5px;
}

footer small a{
	color: white;
	text-decoration: none;
}

footer small a:hover{
	color: #E08E1B;
	text-decoration: none;
}


footer a{
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-family: 'nexa_slab_heavyregular';
	letter-spacing: 1px;
	margin-left: 40px;
}

footer a:hover{
	color: #E08E1B;
	text-decoration: none;
}


#iubenda-cs-banner{
	text-align: left;
}

#iubenda-cs-banner p{
	font-size: 11px !important;
    letter-spacing: 0.5px !important;
    line-height: 22px !important;
}

#iubenda-cs-banner a{
	font-size: 11px !important;
    letter-spacing: 0.5px !important;
    line-height: 22px !important;
}


.contatti .socials a{
	background-image: url(../assets/icon-sprite.svg);
    background-size: 544px 823px;
}


.contatti .socials .fb{
    background-position: 0px -16px;
}

.contatti .socials .fb:hover{
    background-position: -60px -16px;
}

.contatti .socials .tw{
    background-position: 0px -76px;
}

.contatti .socials .tw:hover{
	background-position: -60px -76px;
}

.contatti .socials .ig{
    background-position: 0px -136px;
}

.contatti .socials .ig:hover{
	background-position: -60px -136px;
}

.contatti .socials .yt{
    background-position: 0px -196px;
}

.contatti .socials .yt:hover{
	background-position: -60px -196px;
}

.contatti .socials .ec{
    background-position: 0px -763px;
}

.contatti .socials .ec:hover{
	background-position: -60px -763px;
}


@media (max-width : 1200px) {
	
	#videoclip{
		width: 100%;
		height: 497px;
	}
	
	.container{
		width: 100%;
		max-width: 920px;
		box-sizing: border-box;
		
	}
	
	.album .container{
		text-align: center;
	}
	
	.centered-right {
    position: relative;
    /* top: 50%; */
    /* right: 0; */
    transform: none;
	}
	
	.centered {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
	}

	.pagination{
		right: 20px;
	}
	
	/* ALBUM */
	
	
	.slide.album .gradient{	
	z-index: 0;
	}
	
	.slide .container.centered {
    z-index: 100;
    position: relative;
	}
	
	
	.album {
    padding: 60px 0 0 0;
	}	
	
	.album .right{
		float: none;
	}
	
	.razzo{
		z-index: 0;
	}
	

	
	.album-cover {
    height: auto;
    width: 70%;
    margin-bottom: 40px;
	}
	
	/* TOUR */
	
	.tour .row{
		padding: 0;
	}
	
	.tour-header {
    color: #DF8E17;
    font-size: 15px;
    font-family: 'nexa_slab_heavyregular';
    letter-spacing: 1px;
    text-align: left;
	}
	
	.tour .row .location{
		position: relative;
		text-align: left;
	} 
	
	.tour .row p{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    line-height: 27px;
	}
	
	
	a.pin {
    display: none;
	}
	
	.row div.time{
		display: none;
	}
	
	.location {
    width: 62%;
	}
	
	.tour-dates {
    padding: 60px 0;
	}
	
	/*	CONTATTI */
	
	.slide.contatti .container{
		padding-top: 120px;
	}
	

	
	
}


@media (max-width : 768px) {
	
	.container{
		width: 100%;
		max-width: 680px;
		box-sizing: border-box;
		
	}
	
	.logo {
    height: auto;
    width: 280px;
    float: none;
	}
	
	
	
	#videoclip{
		width: 100%;
		height: 361px;
	}
	
	.album .container{
		text-align: center;
	}
	
	.centered-right {
    position: relative;
    /* top: 50%; */
    /* right: 0; */
    transform: none;
	}
	
	.centered {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
	}

	.pagination{
		right: 20px;
	}
	
	/* ALBUM */
	
	
	.slide.album .gradient{	
	z-index: 0;
	}
	
	.slide .container.centered {
    z-index: 100;
    position: relative;
	}
	
	
	.album {
    padding: 60px 0 0 0;
	}	
	
	.razzo{
		z-index: 0;
	}
	
	/*.music-links a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0px 5px;
	}*/
	
	.album-cover {
    height: auto;
    width: 70%;
    margin-bottom: 40px;
	}
	
	/* TOUR */
	
	.tour .row{
		padding: 0;
	}
	
	.tour-header {
    color: #DF8E17;
    font-size: 15px;
    font-family: 'nexa_slab_heavyregular';
    letter-spacing: 1px;
    text-align: left;
	}
	
	.tour .row .location{
		position: relative;
		text-align: left;
	} 
	
	.tour .row p{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    line-height: 27px;
	}
	
	
	a.pin {
    display: none;
	}
	
	.row div.time{
		display: none;
	}
	
	.location {
    width: 62%;
	}
	
	.tour-dates {
    padding: 60px 0;
	}
	
	/*	CONTATTI */
	
	.slide.contatti .container{
		padding-top: 120px;
	}
	
	
	footer .left{
		float: none;
	}
	
	footer .right{
		float: none;
	}
	
	footer .container{
		text-align: center;
	}
	
	footer .container small{
		margin-bottom: 10px;
	}
	
	footer a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-family: 'nexa_slab_heavyregular';
    letter-spacing: 1px;
    margin: 20px;
	}
	
	footer .container small {
    margin-bottom: 20px;
    display: block;
    font-size: 11px;
	}
	
	

	
}


@media (max-width : 414px) {
	
	p{
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	
	.container{
		width: 100%;
		max-width: 320px;
		padding: 0;
		box-sizing: border-box;
		
	}
	
	.centered-right {
    position: relative;
    /* top: 50%; */
    /* right: 0; */
    transform: none;
	}
	
	.centered {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
	}
	
	.logo {
    height: 145px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
	}
	
	header .socials a {

    display: inline-block;
    margin-left: 0px;
    margin: 0 10px;
	}
	
	
	.music-links {
    margin-top: 21px;
	}
	
	
	h1 {
	    font-size: 23px;
	    font-family: 'nexa_slab_heavy_italicitalic';
	    letter-spacing: 1px;
	    margin-bottom: 0px;
	    color: #DF8E17;
	}
	
	h3 {
	    font-size: 15px;
	    font-family: 'nexa_slab_heavyregular';
	    letter-spacing: 1px;
	    margin-bottom: 15px;
	}
	
	header h2 {
    margin-top: 20px;
    font-size: 23px;
    letter-spacing: 0.5px;
	}
	
	#videoclip{
		width: 320px;
		height: 181px;
	}
	
	.pagination{
		display: none;
	}
	
	
	.logo {
    height: auto;
    width: 280px;
    float: none;
	}
	
	.video .left{
		float: none;
		text-align: center;
	}
	
	.video .right{
		float: none;
		text-align: center;
	}
	
	header h2 span.orange {
    color: #DF8E17;
    font-size: 23px;
    font-family: 'nexa_slab_heavy_italicitalic';
    letter-spacing: 1px;
    clear: both;
    display: block;
	}
	
	
	/* ALBUM */
	
	
	.slide.album .gradient{	
	z-index: 0;
	}
	
	.slide .container.centered {
    z-index: 100;
    position: relative;
	}
	
	
	.album {
    padding: 40px 0 0 0;
	}	
	
	.razzo{
		z-index: 0;
		left: -40%;
	}
	
	.music-links a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0px 10px;

	}
	
	
	.spotify {
        background-image: url(../assets/icon-sprite.svg);
		background-size: 272px 411.5px;
		background-position: 0 -128px;
	}
	
	.spotify:hover{
		background-position: -30px -128px;
	}
	
	.deezer{
		background-image: url(../assets/icon-sprite.svg);
		background-size: 272px 411.5px;
		background-position: 0 -158px;
	}
	
	.deezer:hover{
		background-position: -30px -158px;
	}
	
	
	.itunes{
		background-image: url(../assets/icon-sprite.svg);
		background-size: 272px 411.5px;
		background-position: 0 -188px;
	}
	
	.itunes:hover{
		background-position: -30px -188px;
	}
	
	.apple{
		background-image: url(../assets/icon-sprite.svg);
		background-size: 272px 411.5px;
		background-position: 0 -218px;
	}
	
	.apple:hover{
		background-position: -30px -218px;
	}
	
	.amazon{
		background-image: url(../assets/icon-sprite.svg);
		background-size: 272px 411.5px;
		background-position: 0 -248px;
	}
	
	.amazon:hover{
		background-position: -30px -248px;
	}
	
	.play{
		background-image: url(../assets/icon-sprite.svg);
		background-size: 272px 411.5px;
		background-position: 0 -278px;
	}
	
	.play:hover{
		background-position: -30px -278px;
	}


	
	.album-cover {
    height: 320px;
    width: 320px;
    margin-bottom: 40px;
	}
	
	
	/* TOUR */
	
	
	
	.tour-dates {
    padding: 40px 0;

	}
	
	.tour-dates p{
		font-size: 11px;
		letter-spacing: 0;
	}
	
	.tour .row {
    line-height: 86px;
    height: 86px;
    border-bottom: 1px solid #353750;
    padding: 0 10px;
    box-sizing: border-box;
	}
	
	.tour-header {
	font-size: 11px;
	}
	
	a.pin {
    background-image: url(../assets/pin.svg);
    height: 24px;
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-top: 28px;
    margin-right: 3px;
    display: none;
	}
	
	a.button {
    background: white;
    color: #353750;
    line-height: 26px;
    padding: 0 10px;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    text-align: center;
    width: auto;
    font-family: 'nexa_slab_heavy_italicitalic';
    font-size: 9px;
    letter-spacing: 0px;
    display: inline-block;
    padding-top: 2px;
    box-sizing: border-box;
	}
	
	.row.tour-header .tickets {

	}
	
	.row div.time {
	    display: none;
	}
	
	
	.location{
		width: 60%;
	}
	
	.tour .row .location{
		position: relative;
	} 
	
	.tour .row p{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    line-height: 17px;
	}
	
	
	/* CONTATTI */
	.contatti .centered{
		padding: 60px 0;
	
	}
	
	.contatti .socials a {
    height: 30px;
    width: 30px;
    margin: 10px;
    display: inline-block;
	}
	
	.contatti .socials .fb{
	background-image: url(../assets/icon-sprite.svg);
    background-position: 0px -8px;
    background-size: 272px 411.5px;
	}
	
	.contatti .socials .fb:hover{
	    background-position: -30px -8px;
	}
	
	.contatti .socials .tw{
		background-image: url(../assets/icon-sprite.svg);
	    background-position: 0px -38px;
	    background-size: 272px 411.5px;
	}
	
	.contatti .socials .tw:hover{
		background-position: -30px -38px;
	}
	
	.contatti .socials .ig{
		background-image: url(../assets/icon-sprite.svg);
	    background-position: 0px -68px;
	    background-size: 272px 411.5px;
	}
	
	.contatti .socials .ig:hover{
		background-position: -30px -68px;
	}
	
	.contatti .socials .yt{
		background-image: url(../assets/icon-sprite.svg);
	    background-position: 0px -98px;
	    background-size: 272px 411.5px;
	}
	
	
	.contatti .socials .yt:hover{
		background-position: -30px -98px;
	}
	
	.contatti .socials .ec{
		background-image: url(../assets/icon-sprite.svg);
	    background-position: 0px -793px;
	    background-size: 272px 411.5px;
	}
	
	
	.contatti .socials .ec:hover{
		background-position: -30px -793px;
	}


	
	.contatti .socials {
    margin-bottom: 60px;
	}
	
	a.fep {
    background-image: url(../assets/fep.svg);
    height: 50px;
    width: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
	}
	
	footer .container{
		text-align: center;
	}
	
	footer .container small{
		margin-bottom: 10px;
	}
	
	footer a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-family: 'nexa_slab_heavyregular';
    letter-spacing: 1px;
    margin: 20px;
	}
	
	footer .container small {
    margin-bottom: 20px;
    display: block;
    font-size: 11px;
	}
}



