/* Pagine Statiche */
a.link-primary {
    color: #3acbc8;
    text-decoration: none;
}

a.link-primary:hover {
    color: #999;
}

.font-dark-grey {
    color: #767676;
}

.is-relative {
    position: relative;
}

input.file-buttonized {
    visibility: hidden;
    height: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

.font-strong {
    font-weight: 600;
}

.font-normal {
    font-weight: 400;
}

.font-light {
    font-weight: 100;
}

.element-spacer-lg {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.top-spacer-lg {
    margin-top: 60px !important;
}

.bottom-spacer-lg {
    margin-bottom: 60px !important;
}

.element-spacer-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.element-padding-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.bg-white {
    background-color: #fff;
}

.main-static .page-title h1 {
    margin-top: 0;
}

ul.custom-list li {
    list-style: disc;
}

.static-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 100px;
}

.static-row #gMap {
    height: 400px;
}

.static-row #gMap iframe {
    height: 100%;
}

.static-header {
    margin-bottom: 20px;
}

.static-header p {
    font-size: 10px;
}

.static-box {
    padding: 30px;
}

.static-col ul {
    padding-left: 0;
    margin-bottom: 0;
}
.static-col ul li {
	margin-bottom:7px;
	line-height:20px;
}
.static-col ul li a {
    font-weight: 300;
    text-transform: uppercase;
}


.static-col ul li.active a {
    font-weight: 600;
    color: #999;
}

.static-content h1:first-of-type {
    margin-top: 0;
}

.static-content a:not(.link-primary):not(.button) {
    text-decoration: underline !important;
}

.static-content p,
.static-content li,
.main-franchising p,
.main-franchising li {
    font-weight: 100;
    font-size: 12px;
    line-height: 20px;
}

.static-content h4 {
    font-weight: 100;
    margin: 30px 0;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.5px;
}

.static-content p:first-child + h4 {
    margin-top: 0;
}

.static-content h5 {
    text-transform: uppercase;
    margin: 30px 0;
}

.static-content p strong,
.static-content p strong a {
    font-weight: 600;
}

.static-banner {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
}

.static-banner h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.5px;
    text-align: center;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.rete-vendita-container {
    margin: 0 -10px;
    overflow: hidden;
}

.rete-vendita-container .item {
    height: 220px;
    padding: 30px;
    background: #FBFBFB;
    margin: 0 0 20px 0;
    overflow: hidden;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    box-sizing: border-box;
}

.rete-vendita-container .item h3 {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.rete-vendita-container .item h5 {
    margin: 2px 0 15px 0;
    font-size: 11px;
    color: #bdbdbd;
    line-height: 1.5;
}

.rete-vendita-container .item p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
}

.main-static {
    overflow: hidden;
}

.main-static .compo-accordion {
    margin-bottom: 50px;
}

.main-static .compo-accordion .item {
    margin: 0 0 10px;
}

.main-static .compo-accordion .item > a {
    position: relative;
    display: block;
    padding: 20px 15px;
    outline: none;
    margin: 0;
    background-color: #fbfbfb;
    font-weight: 400;
    text-decoration: none !important;
}

.main-static .compo-accordion.white-accordion .item > a {
    background-color: #fff;
}

.main-static .compo-accordion .item > a::before {
    border: none;
    border-radius: 0;
    content: "+";
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.main-static .compo-accordion .altribute p:first-of-type {
    position: relative;
}

.main-static .compo-accordion .altribute p {
    margin: 0 0 10px !important;
}

.main-static .compo-accordion .altribute p:last-child {
    margin: 0 !important;
}

.main-static .compo-accordion .altribute p:first-of-type:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100%;
    border-bottom: 1px solid #dfe0e1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.main-static .compo-accordion .altribute {
    margin: 0;
    padding: 20px 15px;
    background-color: #fbfbfb;
}

.main-static .compo-accordion.white-accordion .altribute {
    background-color: #fff;
}

.static-steps {
    margin-top: 30px;
    margin-bottom: 100px;
}

.static-step {
    padding: 30px;
    height: 210px;
    border-left: 15px solid #f8f8f8;
    border-right: 15px solid #f8f8f8;
    background: #fff;
    text-align: center;
}

.static-step > span {
    display: block;
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #999;
    border-radius: 50%;
    text-align: center;
}

.static-step > p {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
}

.franchising-title {
    margin: 50px 0 30px;
}

.main-franchising h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.main-franchising label.button {
    height: 49px;
    box-sizing: border-box;
    margin: 0;
}

.help-block {
    float: left;
    padding: 14px 10px;
    margin: 1px 0 0;
}

input::placeholder {
  color: #ddd;
}

.main-franchising input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
}

.main-franchising input::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
}

.main-franchising input:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
}

.main-franchising input:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
}

.static-feature img {
	display: inline-block;
	width: 60px;
	margin: 0 0 20px 0;
	height: 60px;
}

.static-feature p {
	font-size: 16px;
	line-height: 1.8;
}
.main-club h1.text-light {
	font-weight: 300;
	font-size: 20px;
	margin: -10px 0 20px 0;
}
.main-club .static-step {
	min-height: 270px;
	background-image: url(../../img/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center 210px;
	background-size: 30px auto;
	cursor: pointer;
	transition: all 0.3s ease;
}
.main-club .static-step:hover {
	background-color: #F2F1F1;
}

.main-static .main-club .compo-accordion .item > a {
	text-transform: uppercase;
}

.main-club .static-steps {
	margin-bottom: 30px;
}

.main-static .main-club .compo-accordion .item > a img {
	height: 28px;
	margin: -4px 0 0 10px;
}

ul.link-list {
    padding: 0;
}

.virtual-tour {
    position: relative;
}

.virtual-tour a.button {
    position: absolute;
    top: 82%;
    left: 50%;
    width: 33.333%;
    text-align: center;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.virtual-tour a.button:not(:hover) {
    background-color: #fff !important;
}

.virtual-tour .light-green-transparent-btn:focus {
    color: #3acbc8 !important;
}

.virtual-tour a:hover .img-responsive {
    opacity: 1;
}

.wrapper-lookbook-head {
	overflow: visible;
	max-width: 1440px;
	position: relative;
	width: auto;
    padding: 0;
}
.rwd-video {
    width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#lookbook-menu {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f1f1;
}

#lookbook-menu p {
	margin: 0 0 4px 0;
}

#lookbook-menu h5 {
      font-weight: 600;
    line-height: 2;
    margin-top: 0;
    padding: 0 20px;
}

#lookbook-menu p:last-of-type {
    margin: 0;
}

.lookbook-row:first-of-type {
    margin-top: 60px;
}

.lookbook-row {
    margin-bottom: 140px;
}

.lookbook-row > div a.button {
    width: 185px;
    text-align: center;
}

.lookbook-row .img-lookbook-row {
	max-width: 80%;
	float: right;
	margin: 0 20px 0 0;
}

.lookbook-left > div a.button {
    /*margin-left: 80px;*/
}

.lookbook-right > div a.button {
    /*margin-right: 80px;*/
    float: right;
}

.lookbook-box {
    /*padding-top: 50px;*/
    padding-left: 18px;
    padding-right: 30px;
    padding-bottom: 65px;
}

.lookbook-box h5 {
    margin: 0 0 5px
}

.lookbook-box h2 {
    margin: 0 0 20px;
}

.lookbook-box + img {
    width: 25%;
}

.lookbook-box + img {
    width: 80%;
}

.lookbook-left .lookbook-box + img {
    float: right;
}

.lookbook-right .lookbook-box + img {
    float: left;;
}

@media (min-width: 992px) {
    .static-col {
        padding-left: 0;
    }
    
    .static-content {
        padding-right: 0;
    }
}