﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:700,700i|Lato:400,400i,700,900');

/*
font-family: 'Lato', sans-serif;
font-family: 'Cormorant Garamond', serif;
*/

html, body	{	
    font:100%  'Lato', sans-serif; /*16px*/ 
	font-weight:500; 
    letter-spacing:0.05em;
	padding:0; 
	margin:0;   
    height:100%;
	color:#0b0b0b;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.006);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased !important;
	
}

body {
	background-color:#ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	
}

div, section, p, a, table, ul, ol, li, h1, h2, h3, input[type="text"], select, textarea, submit { 
	box-sizing:border-box;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

div, p, a, table, ul, ol, li	{	
	font-size:1em; 
}
ul, li	{	
	list-style:none; 
	margin:0;
}
li {
    padding:8px 0;
}

h1, h2, h3, h4	{	 
	line-height: 1em;  
	margin:0; 
	padding:0;
	color:#0b0b0b;
	font-weight:700;
}
h1 {
    font-size:3em;
	font-family: 'Cormorant Garamond', serif;
	font-weight:700;
    margin-bottom:30px;
}
h2 {
    font-size:3em;
    padding-top:8px;
}
h3 {
    font-size:1.9em;
    color:#fff;
	display:inline-block;
}
h4 {
	font-size:1.4em;
	font-weight:400;
}
p, li {
    color:#232323;
}
p span, li span { 
	font-weight:700;
}
a	{	
    display:inline-block;
	color:#000000;
	text-decoration:none;
	font-weight:700;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover		{	
	text-decoration:none;
	color:#454545;
}
p, li {
    line-height:1.6em;
}
p a, li a	{	
	font-weight:700;
 }





/*classi ------------------------------------------------------------------------------------------------------------------------------------------- */
.clear													{	clear:both !important;
}
.clearing												{	height:auto !important; min-height:1px; height:1px;
}
.clearing:after											{	content:"."; clear:both; display:block; visibility:hidden; height:0;
}


.visible {
	display:block !important;	
}
.hidden {
    display:none !important;

}
.center {	
	text-align:center !important;
}
.no-border {
	border:none !important;
}

address {
    display:inline-block;
    color:#888888;
    margin-top:15px;
    margin-bottom:0;
    padding-bottom:10px;
    line-height:1.4em;
    font-size:0.88em;
    text-transform:uppercase;
}
address a {
    color:#BC2126;
    text-transform:none;
    display:inline-block;
    padding-top:8px;
    padding-bottom:10px;
}
address a:hover {
    color:#343434;
}

.container {
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:0;	
		
}
.main-content {
    padding:0;
}

.main-content-privacy {
    padding:180px 40px;
}

#down {
    display:none;
}






/* ****** PAGES CONTENT ***** */
#header {

text-align: center;
padding: 15px;
	padding-bottom:34px;
	
}

#header a {
	display:inline-block;
	color:#010101;
	text-align:center;
	letter-spacing:normal;
	font-size:14px;
	margin-top:20px;
	padding:10px 12px;
	border:1px solid #575757;
}

.logo {
	display:inline-block;
	vertical-align:top;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
}
.logo img {
	max-width: 260px;
}

h4.payoff {
	display:inline-block;
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing: 0.1em;
	line-height:1.1em;
	padding: 6px 0 10px 0;
	font-weight:700;
	color:#131313;
}




#up {
	position:fixed;
	z-index:200;
	bottom:40px;
	left:40px;	
	display:none;
    
}
#up a {	
    background-color:#242424;
	display:block;
    padding:10px 12px;
    color:#fff;
    text-align:center;
    font-size:1.2em;
}


.fixed-menu-scroll {	
	position:fixed;
	z-index:1031;
	width:100%;
    background:#fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top:0;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(80, 80, 80, 0.30);
    -moz-box-shadow:    0px 1px 4px 0px rgba(80, 80, 80, 0.30);
    box-shadow:         0px 1px 4px 0px rgba(80, 80, 80, 0.30);
    border-bottom:3px solid #6e755b;
}

.navbar-nav a span {
    font-size:0.7em;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 280px;
    padding: 10px;
    margin: 5px 0 0;
    font-size: 0.85em;
    text-align: left;
    list-style: none;
    background-color: #1a1a1a;
    border: none;
    border-radius: 0;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
    text-transform:uppercase;
    font-weight: 500;
    color: #ffffff;
    font-size:0.9em;
    text-decoration:none;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background: transparent;
    color: #BC2126;
}



/* SOCIAL LINKS */
.social-links {
    position:fixed;
	top:auto;
    bottom:40px;
    right:40px;
    z-index:10;
}
.social-links.social-links-footer {
	display:none;
	width:100%;
	padding-top:50px;
	text-align:center;	
	right:auto;
	left:50%;
	margin-left:-50%;
}
.social-links a {
    display:block;
    font-size:1.8em;
    padding:2px 5px;
    color:#242424;
    text-align:center;
}
.social-links.social-dark a {
	color:#fff;
}

.social-links.social-links-footer a {
	display:inline-block;
	color:#575757;	
}

.social-links a:hover {
    color:#922f6e;
}
.social-links a#instagram:hover {
    color:#922f6e;
}
.social-links a#facebook:hover {
    color:#2b4377;
}
.social-links a#twitter:hover {
    color:#4d86b1;
}
.social-links a#youtube:hover {
    color:#ac5a5c;
}



.row-wrapper {
	position:relative;
	padding:4em 1em;
	
}

#row-1.row-wrapper {
	padding:0;
	height:100%;
	max-height:64%;
}

/* HAND BUTTON SINGLE ROW */
.down-button-row {
	width:34px;
	height:34px;
	position:absolute;
	bottom:34px;
	left:50%;
	margin-left:-17px;	
	z-index:1000;
	
}
.down-button-row a {
	display:block;
	height:34px;
	text-align:center;
	font-size:1.8em;
}
.down-button-row a span {
	color:#cacaca;
}



/* SLIDER */
.slide-caption {
	
}
.slide-caption h2 {
	font-family: 'Cormorant Garamond', serif;
	font-weight:700;
	font-size:4em;
	color:#fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.30);
	text-transform: uppercase;
}
.slide-caption h3 {
	font-size:1.5em;
	color:#fff;
	display:block;
	font-weight:400;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.30);
	
}


/* Bottone - Button */
.btn.btn-default.btn-chimera {
	margin-top: 20px;
	background-color:#226f8b;
	padding:12px 20px;
	color:#fff;
	letter-spacing:0.25em;
	text-transform:uppercase;
	font-size:0.72em;
}
.btn.btn-default.btn-chimera:hover {
	background-color:#40b3da;
}





#row-1 {
	background-color:#ffffff;	
}
#row-2 {
	background-color:#f6f6f6;	
}
#row-3 {
	background-color:#ffffff;	
}
#row-4 {
	background-color:#f6f6f6;
}
#row-5 {
	background-color:#ffffff;	
}


/* Content ROWS */
.content-row {
	padding:150px 0;
}

.content-row h2 {
	padding-bottom:32px;
	font-family: 'Cormorant Garamond', serif;
}



.slick-slide img {
    display: block;
    width: 100%;
}





/* FOOTER */
#footer{
    background:#ffffff;
    text-align:center;
	color:#fff;
	width:100%;
	padding:4em 1em;
}
.footer-content {
	width:100%;
}
#footer p {	
	display:block;
	text-align:center;
	color:#313131;
	font-size:0.85em;
}
#footer p a {
	display:inline-block;
	padding:0 10px 0 15px;	
	color:#010101;
	font-weight:700;
	letter-spacing:normal;
	
}

#footer p a:hover,
#footer p a:focus,
#footer p a:active {
	text-decoration:none;
	color:#0854af;
}

/* MODALS */
.modal.modal-aboutlux {
    position:absolute;
    top: 80px;
    bottom: auto;
	width:80%;
	left:10%;
	right:10%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.modal-aboutlux .modal-dialog {
	width:100%;
	height:100%;
	top:0;	
}
.modal.modal-aboutlux .modal-content {
	position: relative;
	background-color: #000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border:1px solid #545454;
	border-radius:0;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal.modal-aboutlux .modal-content .modal-header {
	padding: 30px;
	border:none;
}
.modal.modal-aboutlux .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #757575;
    text-shadow:none;
    filter:none;
    opacity:1;
}
.modal.modal-aboutlux .modal-content .modal-body {
	padding:30px;
	
}
#footer .modal-body p {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	top:auto;
	margin-top:0;
	text-align: center;
	color: #989898;
	font-size: 0.9em;
	line-height:1.2em;	
}
#footer .modal-body a {
	color:#fff;
		
}






/********  RESPONSIVE  ********/



@media (max-width:1440px) { 
    
	.section-inner {
		height:auto !important;
	}
  
}

@media (max-width:1280px) { 



}


@media (max-width:1169px) { 
    .container {
	    padding-left:15px;
        padding-right:15px;
    }
	
	#row-1.row-wrapper {
		max-height:70%;
	}


}


@media (max-width: 1024px) {

	.navbar-fixed-top .navbar-collapse {
		left: auto;
		right:0;
		padding: 0;
		padding-right:10px;
	}
	
	#row-1.row-wrapper {
		max-height:50%;
	}
	
}

@media (max-width: 1023px) {
	.logo-txt {
		display:none;
	}
}


@media (max-width: 800px) {
	
	.navbar-fixed-top .navbar-collapse {
		width:100%;
		padding-right:25px;
	}
	.navbar-fixed-top .navbar-collapse .navbar-nav {
		float:none;
		padding-left:15px;
	}

	.navbar-nav > li {
		display: block;
		float: none;
	}
	.navbar-nav > li {
		padding:0;
	}	
	.navbar-nav > li > a {
		padding-top:10px;
		padding-bottom:10px;
		line-height:20px;	
	}
	.navbar-nav > li > a:hover {
		border:none;	
	}
	
	
	#row-1.row-wrapper {
		max-height:40%;
	}
	
	.content-row {
		padding: 12% 0;
	}
	

}




@media (max-width:767px) { 
     
	
	header.container {
		padding:0;
	}
	.navbar.navbar-fixed-top {
		position: relative;
		margin:0;
	}
	
    .navbar-header {
		
		width: 100%;
		max-width: 100%;
		padding: 15px 20px;
		position: relative;
		top: 0;
		left: 0;
		border-radius: 0;
			border:none;
		border-bottom: 1px solid rgba(120,120,120,0.15) !important;
		box-shadow: none;
		}

    
	.slick-arrow {
		display:none !important;
	}
	
	.navbar-icona-menu {
		display:inline-block;
		float:none;

	}

	.slide-caption h2 {
		font-size: 2.5em;
	}

	.content-row {
		padding: 8% 0;
	}
	

}




@media (max-width: 576px) {
	
	#row-1.row-wrapper {
		max-height:35%;
	}
  
	.slide-caption h2 {
		font-size: 1.8em;
	}
	.slide-caption h3 {
		font-size: 1em;
	}  
	.slide-caption a.btn-chimera {
		display: none;
	}
	
    .dropdown-menu > li > a {
        padding-top:15px !important;
        padding-bottom:15px !important;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        max-width:260px;
    }
    
	
		
	.nav > li > a {
		color:#fff;	
	}
	.navbar-collapse .nav > li > a {
		font-weight:700;
	}
	.nav > li > a:hover,
	.main,
	.nav > li > a.active {
		border:none !important;	
	}

	
	
	
	.item-brand {
		padding-top:8px;
		padding-botom:8px;	
	}
	.hand-button-row {
		width: 34px;
		height: 64px;
		position: absolute;
		bottom: 30px;
		left: auto;
		margin-left:0;
		right:30px;
		margin-top:-32px;
	}
	
	#footer p a {
		display:block;
		clear:both;
		text-align:center;
		padding:6px 0;	
		font-weight:700;		
	}

	#up {
		bottom: 15px;
		left: 15px;
	}
	.modal.modal-aboutlux .modal-dialog {
    	width: 94%;
	}

}




@media (max-width: 375px) {
	
	
	.item-brand {
		padding-top:0;
		padding-bottom:20px;	
	}
	.content-row-7 a, 
	.content-row-7 span {
		padding-left:30px;	
	}
	
	.navbar-brand > img {
		max-width:240px;	
	}

}

@media (max-width: 320px) {
	.navbar-brand > img {
		max-width:215px;	
	}

}
