/*
------------------------------------------------------------
GLOBAL
------------------------------------------------------------
*/

/***
Custom Scrollbars
***/

::-webkit-scrollbar {  
    width: 12px;  
}  

::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
}  

::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  

::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}

::-moz-selection {
  color: #fff;
  background: #e45000;
}
::selection {
  color: #fff;
  background: #e45000;
}
body{
    color: #666666;
}
.wrapper{
    overflow: hidden;
}

.primary, .text span, a{
    color: #00487c;
}
a{
    transition: 0.3s color ease;
}
header.compact a:hover, a:hover{
    color: #3399ff;
    text-decoration: none;
}
.button{
    display: inline-block;
    background-color: #00487c;
    border-radius: 8px;
    color: #fff;
    transition: 0.3s background-color ease;
    
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 29px;
    font-weight: 600;
    font-style: italic;
    padding: 0px 20px;
    text-transform: uppercase;
}
.button[data-mobile-nav]{
    padding: 5px 10px;
}
.button:hover{
    color: #fff;
    background-color: #3399ff;
}
.button.btn-tour{
    position: relative;
    float: right;
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    border: 1px solid;
}
.button.btn-tour img{
    margin-right: 10px;
}
.btn-primary{
    background-color: #00487c;
    border-color: #00487c;
}
.btn-primary:hover{
    background-color: #3399ff;
    border-color: #3399ff;
}

.dropdown-toggle::after{
    display: none;
}

.container.fake{
    max-width: 1440px;
    padding: 0;
}

.container-fluid.fake{
    padding: 0;
}

.box{
    border-radius: 8px;
}
.box + .box{
    margin-top: 10px; 
}
.box.white{
    background-color: #fff;
}

.insta-photo{
    position: relative;
    float: left;
    margin: 0px 12px 12px 0px;
}
.insta-photo img{
    width: 87px;
    height: auto;
    opacity: 0.5;
    transition: 0.3s opacity ease;
}
.insta-photo img:hover{
    opacity: 1;
}

.dropdown-menu{
    padding: 5px 10px;
}

header.compact .dropdown-menu{
    background-color: #00487c;
    color: #fff;
    border-color: #fff;
}

.nav-trigger{
    display: none;
}

.nav-trigger button.button{
    border: 0;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
}

.language-container{
    display: flex;
    -ms-flex-item-align: center!important;
    align-self: center!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.container-booking .box.form form input{
    padding: 7px;
    font-size: 14px;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

.container-booking .box.form form input.date-picker{
    color: #333;
    box-shadow: none;
    width: 160px;
    background-color: #fff;
    border-radius: .25rem;
    background-image: url('../icons/calendar.png');
    background-position: calc(100% - 7px) 49%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 7px 31px 7px 7px;
}
.datepicker.datepicker-dropdown{
    font-size: 14px;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #004b80;
    border-color: #FFFFFF;
}
.carousel.desktop .img-slide{
    height: calc(100vh - 119px);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel.mobile{
    display: none;
}
.carousel.mobile .img-slide{
    height: calc(100vh - 79px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.banner{
    min-height: 220px;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
}

section .testo span, section .title span{
    color: #3399ff;
}

section .testo span.red{
    font-weight: 600;
    color: #cc0000;
}

section .testo span.black{
    font-weight: 700;
    color: #333333;
}

section .images.left{
    float: left;
    margin-right: 20px;
}
section .images img{
    display: block;
}
section .images img + img{
    margin-top: 20px;
}

section .testo.right{
    float: left;
    width: calc(100% - 150px);
}

.gallery-container{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.table thead th.odd, table .odd{
    background: #e1f0ff;
}

.table thead, .table tbody{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}

.table tbody{
    font-family: 'Open Sans';
    font-weight: 600;
}

.table tbody tr:last-of-type{
    border-bottom: 1px solid #dee2e6;
}

.table thead th{
    vertical-align: middle;
    border-bottom-width: 1px;
}

[disabled]{
    opacity: .65;
    pointer-events: none;
}

input[disabled], .box.form form input[disabled]{
    background-color: #e9ecef;
}

/*
------------------------------------------------------------
HEADER
------------------------------------------------------------
*/

header {
    display: block;
    position: relative;
    z-index: 100;
    font-family: 'Raleway', sans-serif;
    line-height: 29px;
}
header .top {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #CCCCCC;
}


/* Header > Top > Mobile nav trigger
------------------------------------------------------------ */

header .top .mobile-nav-trigger {
    display: none;
    flex-grow: 1;
    flex-basis: 0;
    font-size: 30px;
}


/* Header > Top > Brand
------------------------------------------------------------ */

header .top .text{
    font-size: 12px;
    font-weight: 600;
}

header .top .socials{
    text-align: right;
    font-size: 18px;
}

.socials a+a{
    margin-left: 12px;
}

header .main .menu a{
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    transition: 0.3s color ease-in-out;
    padding: 5px 0;
}

header .main .menu a.active{
    color: #3399ff;    
}

header .main .menu a+a{
    margin-left: 35px;
}

header .main .brand img{
    height: 49px;
    position: relative;
    float: left;
}

header .main .language{
    position: relative;
    float: right;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #CCCCCC;
}


/* Header > Top > Country
------------------------------------------------------------ */

header .top .country {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    text-align: right;
}
header .top .country label {
    margin: 0;
    line-height: 35px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
header .top .country .country-choose {
    line-height: 35px;
    margin-left: 16px;
    font-size: 18px;
    padding: 0 5px;
}
/* @todok lingue disabilitate
html.no-touch header .top .country .country-choose:hover,
header .top .country .country-choose.active {
    background-color: #FFF;
}
header .top .country .country-choose:after {
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 12px;
}
*/
header .top .country .country-choose img {
    /* border: 1px solid #7f7f7f; */
    border-radius: 50%;
    margin-top: -3px;
    width: 24px;
}
header .top .country .country-choose span {
    margin-left: 13px;
}

/* Header > Main
------------------------------------------------------------ */

header div.main {
    padding: 15px 0;
    text-align: center;
}


/* Header > Country Nav
------------------------------------------------------------ */

header .country-nav {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #FFF;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    padding-bottom: 30px;
    z-index: 540;
}
header .country-nav .container {
    justify-content: left;
}
header .country-nav .title {
    width: 100%;
    color: #bcbcbc;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 16px;
}
header .country-nav .country-item {
    display: block;
    width: 10%;
    text-align: center;
    padding: 15px 0 19px;
}
header .country-nav .country-item img{
    display: block;
    margin: 0 auto 10px;
    max-width: 50px;
    opacity: 0.8;
    transition: opacity .6s ease;
}
html.no-touch header .country-nav a.country-item:hover img{
    opacity: 1;
}
header .country-nav .country-item h4{
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
header .country-nav .country-item h6,
header .country-nav .country-item h6 a{
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    word-wrap: normal;
}
header .country-nav .country-item h6 a{
    display: inline-block;
}

html.no-touch header .country-nav .country-item h6 a:hover {
    color: #e50614;
}
header .country-nav .country-item h6 a + a {
    margin-left: 5px;
}


/* Header > Nav
------------------------------------------------------------ */

header nav.main > a,
header nav.main > button {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #424242;
    text-transform: uppercase;
    margin: 0;
    padding: 23px 40px 15px;
    border-bottom: 8px solid transparent;
    transition: border-color .6s ease, color .6s ease, background-color .6s ease;
}
html.no-touch header nav.main > a:hover,
html.no-touch header nav.main > button:hover {
    color: #1e1e1e;
    background-color: #EEE;
}
html.no-touch header nav.main > a.active:hover,
html.no-touch header nav.main > button.active:hover {
    background-color: transparent;
}
header nav.main > a.active,
header nav.main > button.active {
    border-color:#e50614;
}


/* Header > Products Nav
------------------------------------------------------------ */

header .products-nav {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #FFF;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    z-index: 550;
}
header .products-nav .container {
    align-items: flex-start;
}
header .products-nav section {
    width: 50%;
    padding: 30px 20px 8px;
}
header .products-nav section h3 {
    display: block;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    border-bottom: 1px solid #424242;
    margin: 0 0 25px;
}
header .products-nav section h3 a {
    color: #bcbcbc;
}
html.no-touch header .products-nav section h3 a:hover {
    color: #c70000;
}
header .products-nav section .products {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 325px;
}
header .products-nav section .products a {
    padding: 0 15px;
}
header .products-nav section .products a span {
    display: block;
    min-height: 41px;
    margin-top: 15px;
    color: #424242;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: color .6s ease;
    text-align: center;
}
html.no-touch header .products-nav section .products a:hover span {
    color: #c70000;
}
header .products-nav section .products-3 a {
    width: 33.333333%
}
header .products-nav section .products-2 a {
    width: 50%;
}


/* Header > Compact
------------------------------------------------------------ */

header.compact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600;
    display: none;
    transform: translateY(-100%);
    transition: transform .2s ease;
    background-color: #00487c;
}
header.compact .primary, header.compact .text span, header.compact a{
    color: #fff;
}

header.compact.in {
    transform: translateY(0);
}

header.compact .button.btn-tour{
    border-color: #fff;
    color: #fff;
}


/*
------------------------------------------------------------
FOOTER
------------------------------------------------------------
*/



/* Footer > Contacts Highlight
------------------------------------------------------------ */

.contacts-highlight {
    padding: 30px 0 16px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff453f+0,c70000+100 */
    background: #ff453f; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ff453f 0%, #c70000 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ff453f 0%,#c70000 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ff453f 0%,#c70000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff453f', endColorstr='#c70000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.contacts-highlight h4 {
    color: #FFF;
    font-size: 50px;
    line-height: 64px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.contacts-highlight h4 strong {
    display: block;
    font-size: 50px;
}
.contacts-highlight.mc-motore,
.contacts-highlight.mc-imbarcazione {
    margin-top: 40px;
}
.contacts-highlight.mc-motore h4 {
    font-size: 38px;
    line-height: 42px;
}
.contacts-highlight.mc-imbarcazione h4 {
    font-size: 36px;
    line-height: 40px;
}
.contacts-highlight.mc-motore h4 strong,
.contacts-highlight.mc-imbarcazione h4 strong {
    margin-top: 20px;
}


/* Footer
------------------------------------------------------------ */

footer {
    z-index: 80;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
footer a{
    color: #fff;
}
footer .main {
    padding: 80px 0px 70px 0px;
    background-color: #00487c;
}
footer .main .socials{
    margin-top: 45px;
}
footer .title, footer .title-icon{
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 29px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 25px;
}
footer .title-icon{
    font-size: 18px;
}
footer .main ul.links{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
footer .main ul.links li{
    font-style: italic;
    font-size: 13px;
    line-height: 26px;
}
footer .main ul.links li i.fa{
    margin-right: 8px;
}
footer .main .testo{
    font-size: 14px;
    line-height: 20px;
}
footer .main .testo a{
    font-weight: 600;
}
footer .foot{
    background-color: #00345a;
    padding: 25px 0;
}
footer .foot .credits{
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
    line-height: 26px;
}
footer .foot .logos > a+a, footer .foot .logos > img+img{
    margin-left: 25px;
}

/*
------------------------------------------------------------
HOME
------------------------------------------------------------
*/

.container-booking.normal{
    position: absolute;
    top: auto;
    bottom: 40px;
    height: auto;
    width: 600px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}
.container-booking.inline{
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}
.container-booking .box.form{
    padding: 20px 50px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
    line-height: 29px; 
}
.container-booking.inline .box.form{
    padding: 0px;
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
    line-height: 29px; 
}

.container-booking .box.form .title, .widget .title{
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 28px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 20px;
    color: #00487c;
}

.container-booking .box.form .title.normal{
    display: block;
}
.container-booking .box.form .title, .container-booking.inline .box.form .title.normal{
    display: none;
}
.container-booking.inline .box.form .title.inline{
    display: block;
}
.container-booking.inline .box.form .title, .widget .title{
    font-size: 26px;
}
.container-booking .box.form .title span, .widget .title span{
    color: #3399ff;
}
.container-booking .box.form form input[type='number']{
    width: 80px;
}
.container-booking .box.form form input[type='date'],.container-booking.inline .box.form form input[type='number']{
    width: 160px;
}
.container-booking .box.form form label{
    margin: 0 10px 0 0;
    float: left;
}
.container-booking.inline .box.form form label{
    width: 100%;
    margin: 0;
}

.container-booking .box.form form button{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 29px; 
    font-weight: 600;
    font-style: italic;
    padding: 0px 20px;
    text-transform: uppercase;
}/*
.container-booking .box.form form input{
    padding-top: 0px;
    padding-bottom: 0px; 
}*/
.container-booking.inline .box.form form input{
    margin: 0px auto 20px auto; 
}

.container-booking .box.form .message{
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 29px;
}
.container-booking.inline .box.form .message{
    line-height: 17px;
    margin-top: 20px;
    padding-top: 20px;
}
.container-booking .booking-display{
    display: flex;
}
.container-booking.inline .booking-display{
    display: block;
}
.container-booking .box.form .message span{
    color: #00487c;
    font-weight: 600;
}
.container-booking.inline .box.form .message span{
    display: block;
}
.container-booking .box.form .message.s-close span{
    font-weight: 800;
    text-transform: uppercase;
}

.container-booking.inline #form-start-rent{
    justify-content: space-around!important;
}

.container-booking .box.links{
    display: flex;
    padding: 7px;
    align-items: center;
}
.container-booking .box.links .link{
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    padding-right: 7px;
}
.container-booking .box.links .link + .link{
    border-left: 1px solid #ccc;
    padding-left: 7px;
    padding-right: 0;
}

section.not-found{
    padding: 45px 0;
}

.table-container{
    overflow-x: auto;
    overflow-y: hidden; 
}

/* Home > Carousel
------------------------------------------------------------ */

.home-carousel {
    background: #424242;
}
.home-carousel .image {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media all and (max-width: 1319px){
    .home-carousel .image {
        height: auto;
    }
    .home-carousel .image:after {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        padding-top: 39.06%;
    }
}


/* Home > Highlight
------------------------------------------------------------ */

.home-highlight {
    padding: 40px 0;
}
.home-highlight h4 {
    color: #424242;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
}


/* Home > Browse 
------------------------------------------------------------ */

.home-browse {
    position: relative;
}
.home-browse .container .box {
    width: 50%;
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 50px;
}
.home-browse .container .box .box-inner {
    display: block;
    text-align: center;
}

.home-browse .container .box .box-browse {
    display: inline-block;
    color: #FFF;
    font-size: 34px;
    font-weight: 500;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid #FFF;
    padding: 17px 105px;
    text-transform: uppercase;
    transition: background-color .6s ease;
}
html.no-touch .home-browse .container a.box:hover .box-browse {
    background-color: rgba(0,0,0,0.6);
}
.home-browse .container .box h3 {
    color: #000;
    font-size: 44px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.home-browse .container .box h4 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 4px 0 38px;
}
.home-browse .container .box p {
    color: #000;
    font-size: 26px;
    line-height: 30px;
}
.home-browse .container .box.content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1bb1e+0,737d14+100 */
    background: rgb(161,187,30); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(161,187,30,1) 0%, rgba(115,125,20,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(161,187,30,1) 0%,rgba(115,125,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(161,187,30,1) 0%,rgba(115,125,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1bb1e', endColorstr='#737d14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.home-browse .container.mc-imbarcazione .box.content {
    order: -1;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2da2bd+0,1e717f+100 */
    background: rgb(45,162,189); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(45,162,189,1) 0%, rgba(30,113,127,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(45,162,189,1) 0%,rgba(30,113,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(45,162,189,1) 0%,rgba(30,113,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2da2bd', endColorstr='#1e717f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* Home > Events
------------------------------------------------------------ */

.home-events {
    background: #424242;
    position: relative;
}
.home-events .image {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    min-height: 400px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media all and (max-width: 1319px){
    .home-events .image {
        height: auto;
    }
    .home-events .image:after {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        padding-top: 33.98%;
    }
}
@media all and (max-width: 480px){
    .home-events .image {
        min-height: 300px;
    }
}

.home-events .slide .description {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    width: 400px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    padding: 20px;
}
.home-events .slide .description img {
    margin: auto;
}
.home-events .slide .description p {
    margin: 15px 0 0;
    color: #FFF;
    font-size: 20px;
}
.home-events .slide .description a {
    display: inline-block;
    margin: 15px auto 0;
    color: #FFF;
    font-size: 22px;
    text-transform: uppercase;
    background-color: #e50614;
    border: 1px solid #FFF;
    padding: 10px;
}


/* Home > Map
------------------------------------------------------------ */

.home-map {
    padding: 35px 0 48px;
    text-align: center;
}
.home-map span.icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    border: 1px solid #424242;
    border-radius: 50%;
    background-image: url(../images/ico-map.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.home-map h4 {
    color: #424242;
    font-size: 52px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
}
.home-map a {
    display: inline-block;
    margin: auto;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #424242;
    padding: 18px 42px;
    margin-top: 25px;
}
html.no-touch .home-map a:hover {
    background-color: #000;
}



/*
------------------------------------------------------------
PRODUCTS
------------------------------------------------------------
*/



/* Products Category > Head
------------------------------------------------------------ */

.products-category-head {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.products-category-head .flex {
    min-height: 470px;
    z-index: 50;
}
.products-category-head.mc-imbarcazione .flex {
    justify-content: flex-end;
}
.products-category-head .overbox {
    max-width: 550px;
}
.products-category-head .overbox h2 {
    position: relative;
    color: #FFF;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    z-index: 20;
}
.products-category-head .overbox h4 {
    position: relative;
    color: #FFF;
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    margin: 27px 0 0;
    z-index: 20;
}


/* Products Category > Nav
------------------------------------------------------------ */

.products-category-nav {
    background-color: #c70000;
}

.products-category-nav.sticky {
    position: fixed;
    top: 77px;
    width: 100%;
    z-index: 500;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.products-category-nav .flex {
    align-items: stretch;
    flex-wrap: nowrap;
}
.products-category-nav a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    padding: 15px;
    min-height: 170px;
    border-bottom: 10px solid transparent;
}
.products-category-nav a:before,
.products-category-nav a:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -10px;
    width: 1px;
    background-color: #FFF;
}
.products-category-nav a:before {
    left: 0;
}
.products-category-nav a:after {
    right: 0;
}

.products-category-nav.single a:before,
.products-category-nav.single a:after {
    content: none;
}
.products-category-nav a.active,
html.no-touch .products-category-nav a:hover {
    border-bottom-color: #424242;
}
.products-category-nav a div {
    display: block;
    width: 100%;
}
.products-category-nav a span {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}
.products-category-nav a span:empty {
    display: none;
}
.products-category-nav a span:nth-child(2) {
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
}


/* Products Category > Section
------------------------------------------------------------ */

.products-category-section {
    background-color: #424242;
    margin: 0;
    padding: 30px 0 34px;
}
.products-category-section h3 {
    color: #FFF;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.products-category-section h3 span {
    display: inline-block;
}
.products-category-section h3 span + span {
    margin-left: 8px;
}
.products-category-section h3 span:empty {
    display: none;
}
.products-category-section h3 span:nth-child(2) {
    font-weight: 800;
}


/* Product > Head
------------------------------------------------------------ */

.product-head {
    padding: 33px 0 20px;
}
.product-head h4 {
    color: #bcbcbc;
    font-size: 60px;
    text-align: center;
    margin: 0;
}
.product-head h4 span {
    display: inline-block;
}
.product-head h4 span + span{
    margin-left: 8px;
}
.product-head h4 span:empty {
    display: none;
}
.product-head h4 span:nth-child(2) {
    font-weight: 800;
    text-transform: uppercase;
}
.product-head.mc-imbarcazione span {
    font-weight: 800;
    text-transform: uppercase;
}


/* Product > Head Thumb
------------------------------------------------------------ */

.product-head-thumb {
    border-top: 1px solid #dddddd;
    padding: 40px 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e3e3e3+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}
.product-head-thumb img {
    margin: auto;
}


/* Product > Details
------------------------------------------------------------ */

.product-details {
    padding-top: 40px;
    border-top: 1px solid #dddddd;
}
.product-details .main {
    display: flex;
    align-items: center;
}
.product-details .main .thumb {
    flex-shrink: 0;
    width: 400px;
    margin-right: 30px;
}
.product-details .main .thumb img {
    margin: auto;
}
.product-details .main .content {

}
.product-details .main .content .title {
    color: #c70000;
    font-size: 58px;
    font-weight: 800;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.product-details .main .content .description {
    color: #606060;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

.product-details .main .content .prices-label {
    font-size: 24px;
    color: #606060;
    margin: 50px 0 0;
    font-weight: 300;
}
.product-details .main .content .prices {
    display: flex;
    margin-top: 47px;
}
.product-details .main .content .prices tr {

}
.product-details .main .content .prices tr td.lab {
    color: #606060;
    font-size: 24px;
    padding-right: 30px;
}
.product-details .main .content .prices tr td.val {
    color: #424242;
    font-size: 30px;
    font-weight: 800;
}

/* Imbarcazione */
.product-details.mc-imbarcazione {
    text-align: center;
}
.product-details.mc-imbarcazione .main {
    flex-direction: column;
}
.product-details.mc-imbarcazione .main .content .prices{
    display: table;
    margin: 14px auto 40px;
}
.product-details.mc-imbarcazione .main .content .prices tr td.lab {
    text-align: left;
    color: #c70000;
    font-weight: 600;
    padding-left: 30px;
}
.product-details .main .content .prices tr td.val {
    padding-right: 30px;
}
.product-details.mc-imbarcazione .main .content .prices tr:first-child td {
    padding-top: 20px;
    border-top: 1px solid #606060;
}
.product-details.mc-imbarcazione .main .content .prices tr:last-child td {
    padding-bottom: 20px;
    border-bottom: 1px solid #606060;
}
.product-details.mc-imbarcazione .main .thumb {
    width: 100%;
    margin: 0 0 30px;
}


/* Product > Details > Specifications
------------------------------------------------------------ */

.product-details .specifications {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}
.product-details .specifications > div {
    display: flex;
    flex-wrap: wrap;
    max-width: 218px;
    margin: 0 10px;
}
.product-details .specifications > div span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.product-details .specifications > div span.lab {
    color: #606060;
    font-size: 20px;
    background-color: #f2f2f2;
    min-height: 99px;
}
.product-details .specifications > div span.val {
    color: #424242;
    font-size: 30px;
    font-weight: 800;
    background-color: #dddddd;
    min-height: 142px;
}


/* Product > Features
------------------------------------------------------------ */

.product-features {
    margin-top: 30px;
    background-color: #c70000;
}
.product-features .product-features-head {
    padding: 70px 0 60px;
    cursor: pointer;
    transition: background-color .6s ease;
}
html.no-touch .product-features .product-features-head:hover {
    background-color: #b10606
}
.product-features .product-features-head h4 {
    color: #ffffff;
    font-size: 44px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

.product-features .product-features-content {
    display: none;
    padding: 0 0 45px;
}
.product-features .product-features-content table {
    width: 100%;
    table-layout: fixed;
}
.product-features .product-features-content table tr {
    
}
.product-features .product-features-content table tr td {
    color: #FFF;
    font-size: 20px;
    border-top: 1px solid #FFF;
    padding: 10px 30px;
}
.product-features .product-features-content table tr:first-child td {
    border-top: 0;
}
.product-features .product-features-content table tr td.lab {
    max-width: 500px;
}
.product-features .product-features-content table tr td.val {
    font-size: 24px;
    font-weight: 600;
}


/* Product > Equipments
------------------------------------------------------------ */

.product-equipment {
    margin-top: 30px;
    background-color: #424242;
    padding: 34px 0;
}
.product-equipment .product-equipment-head {

}
.product-equipment .product-equipment-head h4 {
    color: #FFF;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
.product-equipment .product-equipment-content {
    color: #FFF;
    margin-top: 34px;
}
.product-equipment .product-equipment-content p {
    padding: 6px 30px;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
.product-equipment .product-equipment-content p + p {
    border-top: 1px solid #FFF;
}


/* Product > Media
------------------------------------------------------------ */

.product-media {
    margin: 40px 0;
}
.product-media-carousel {}
.product-media-carousel .slide {
    position: relative;
}
.product-media-carousel .slide:after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 160px;
    height: 140px;
    margin: -70px 0 0 -80px;

    color: #FFF;
    font-family: FontAwesome;
    font-size: 80px;
    line-height: 140px;
    text-align: center;

    background: rgba(0,0,0,0.5);
    border-radius: 10px;

    opacity: 0;
    transition: opacity .6s ease;
}
html.no-touch .product-media-carousel .slide:hover:after,
html.is-touch .product-media-carousel .slide:after {
    opacity: 1
}
.product-media-carousel .slide.gallery:after {
    content: '\f03e';
}
.product-media-carousel .slide.video:after {
    content: '\f03d';
}
.product-media-carousel .slide.p360:after {
    content: '\f1b2';
}


/* Products > Carousel
------------------------------------------------------------ */

.products-carousel-section {
    border-top: 1px solid #bcbcbc;
    padding: 32px 0 40px;
}
.products-carousel-section.related {
    border: none;
}
.products-carousel-section h3 {
    color: #bcbcbc;
    font-size: 50px;
    text-align: center;
    margin: 0 0 40px;
    font-weight: 400;
}
.products-carousel-section.mc-imbarcazione h3 {
    text-transform: uppercase;
    font-weight: 800;
}
.products-carousel-section h3 span {
    display: inline-block;
    font-weight: 400;
}
.products-carousel-section h3 span + span{
    margin-left: 15px;
}
.products-carousel-section h3 span:empty {
    display: none;
}
.products-carousel-section h3 span:nth-child(2) {
    font-weight: 800;
    text-transform: uppercase;
}
.products-carousel-section h4 {
    color: #424242;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 40px;
}

/* carousel */
.products-carousel-section .products-carousel {
    margin: 20px 0 0;
}
.products-carousel-section .products-carousel .product {
    padding: 0 10px;
}
.products-carousel-section .products-carousel .product img {
    margin: auto;
}
.products-carousel-section .products-carousel .product h4{
    color: #c70000;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
html.no-touch .products-carousel-section .products-carousel a.product:hover h4 {
    color: #000;   
}

/* slide */
.products-carousel-section .products-carousel .slick-track {
    margin: auto;
}
.products-carousel-section .products-carousel.slick-slider.slick-initialized .slick-active + .slick-active:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #606060;
}
.products-carousel-section .products-carousel.slick-slider.slick-initialized .slick-slide:before {
    left: 0;
}

/* slick slider arrows */
.products-carousel-section .products-carousel.slick-slider .slick-arrow {
    width: 35px;
    height: 35px;
    background-color: #999;
    margin-top: -17px;
    line-height: 35px;  
}
html.no-touch .products-carousel-section .products-carousel.slick-slider .slick-arrow:hover {
    background-color: #666;
}
.products-carousel-section .products-carousel.slick-slider .slick-arrow:before {
    font-size: 30px;
}



/*
------------------------------------------------------------
CATALOGUES
------------------------------------------------------------
*/



/* Catalogues > Head
------------------------------------------------------------ */

.catalogues-head {
    padding: 47px 0;
    text-align: center;
}

.catalogues-head h4 {
    color: #424242;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}


/* Catalogues > Download Group
------------------------------------------------------------ */

.download-group {
    margin-bottom: 80px;
}
.download-group .download-head {
    background-color: #424242;
    padding: 31px 0 33px;
    text-align: center;
}
.download-group .download-head h2 {
    font-size: 50px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}
.download-group .download-list {
    background-color: #f4f4f4;
}
.download-group .download-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    color: #424242;
    border-bottom: 1px solid #5b5b5b;
}
.download-group .download-list a:last-child {
    border-bottom: none;
}
html.no-touch .download-group .download-list a:hover {
    color: #000;
    background-color: #FFF;
}
.download-group .download-list a h4 {
    font-size: 30px;   
    line-height: 41px;
    max-width: 550px;
    font-weight: 400;
}
.download-group .download-list a span.icon {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1;
    width: 100px;
    height: 100px;
    border: 1px solid #424242;
    border-radius: 50%;
    margin-left: 70px;
    background-image: url(../images/ico-download.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}



/*
------------------------------------------------------------
STORES
------------------------------------------------------------
*/



/* Stores > Map Section > Head
------------------------------------------------------------ */

.stores-map .head {
    padding: 60px 0 35px;
}
.stores-map .head h2 {
    color: #424242;
    font-size: 56px;
    margin: 0;
    text-align: center;
    font-weight: 400;
}
.stores-map .head .map-search {
    position: relative;
    max-width: 404px;
    margin: 30px auto 0;
}
.stores-map .head .map-search .form-control {
    height: 60px;
    border-radius: 0;
    font-size: 18px;
    padding-right: 60px;
}
.stores-map .head .map-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #424242;
}

/* Stores > Map Wrapper
------------------------------------------------------------ */

.stores-map .map-wrapper {
    position: relative;
}


/* Stores > Map Wrapper > Map
------------------------------------------------------------ */

.stores-map .map-wrapper .map{
    min-height: 810px;
    z-index: 30;
}


/* Stores > Map Wrapper > Widget
------------------------------------------------------------ */

.stores-map .map-wrapper .map-widget {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;

    width: 440px;

    background-color: #FFF;

    z-index: 50;
}

/* widget head */
.stores-map .map-wrapper .map-widget .map-widget-head {
    display: block;
    position: relative;
    background-color: #424242;
    padding: 7px 25px;
    text-align: left;
}
.stores-map .map-wrapper .map-widget .map-widget-head h4 {
    color: #FFF;
    font-size: 22px;
    margin: 0;
    font-weight: 300;
}

/* widget legend */
.stores-map .map-wrapper .map-widget .map-widget-legend {
    padding: 20px;
    background-color: #f4f4f4;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.stores-map .map-wrapper .map-widget .map-widget-legend > div + div {
    margin-top: 15px;
}
.stores-map .map-wrapper .map-widget .map-widget-legend label {
    color: #424242;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
.stores-map .map-wrapper .map-widget .map-widget-legend span {
    color: #606060;
    font-size:12px;
    font-weight: 600;
}
.stores-map .map-wrapper .map-widget .map-widget-legend label +span,
.stores-map .map-wrapper .map-widget .map-widget-legend span +span {
    margin-left: 30px;
}
.stores-map .map-wrapper .map-widget .map-widget-legend span i{
    margin-right: 5px;
}

/* list */
.stores-map .map-wrapper .map-widget .map-widget-list {
    position: relative;
    padding: 15px 8px 35px;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store {
    cursor: pointer;
    transition: background-color .6s ease;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store + .store {
    margin-top:17px;
    padding-top: 17px;
    border-top: 1px solid #f4f4f4;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store.first-group {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner {
    display: flex;
    position: relative;
    padding: 10px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store.current .store-inner {
    background-color: #eff8ff;
}

/* inner > details */
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .details {
    flex: 1;
    word-break: normal;
    overflow: hidden;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .details h4,
.infowindow-store-details h4 {
    color: #424242;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .details address,
.infowindow-store-details address{
    color: #424242;
    font-size: 14px;
    margin: 5px 0 0;
}

/* inner > contacts */
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts,
.infowindow-store-details .contacts {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts li,
.infowindow-store-details .contacts li{
    display: block;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts a,
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts span,
.infowindow-store-details .contacts a,
.infowindow-store-details .contacts span {
    display: block;
    color: #424242;
    font-size: 14px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts i,
.infowindow-store-details .contacts i{
    margin-right: 5px;
    color: #e50614;
}

/* inner > legend */
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend {
    display: flex;
    flex: 0 0 160px;
    position: relative;

    width: 160px;
    margin-left: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend > div:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -3px;
    bottom: 5px;
    left: 40px;
    background-color: #f7f7f7;
    border-radius: 5px;
    z-index: 10;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend > div + div {
    margin-top: 15px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend .cell {
    text-align: center;
    width: 20px;
    min-height: 1px;
    z-index: 20;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend .cell:first-child {
    width: 80px;
}

/* top dealer */
.stores-map .map-wrapper .map-widget .map-widget-list .store.top-dealer .store-inner {
    border: 2px solid #ac7701;
    padding: 20px 8px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store.top-dealer .store-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: 32px;
    width: 109px;
    height: 20px;
    background-image: url(../images/ico-top-dealer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* stores group */
.stores-map .map-wrapper .map-widget .map-widget-list .stores-group {
    position: relative;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 27px 0 17px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .stores-group:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    top: 50%;
    z-index: 1;
}
.stores-map .map-wrapper .map-widget .map-widget-list .stores-group span {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    background: #FFF;
    z-index: 10;
}

/* no stores */
.stores-map .map-wrapper .map-widget .map-widget-list .no-stores {
    line-height: 22px;
}
.stores-map .map-wrapper.has-stores .map-widget .map-widget-list .no-stores{
    display: none;
}



/*
------------------------------------------------------------
DISTRIBUTORS
------------------------------------------------------------
*/



/* Distributors > Head
------------------------------------------------------------ */

.distributors-head {

}
.distributors-head h4 {
    color: #bcbcbc;
    font-size: 60px;
    margin: 0;
}


/* Distributors > List
------------------------------------------------------------ */

.distributors-list {
    margin: 40px 0;
    background-image: url('../images/bg-distributors.jpg');
    background-position: top center;
    background-size: contain;
    background-size: auto;
    background-repeat: no-repeat;
}
.distributors-list .distributor-box-wrapper {
    padding: 0 17px 10px;
}
.distributors-list .distributor-box {
    margin: auto;
    border: 1px solid #d6d6d6;
}
.distributors-list .distributor-box .distributor-head{
    position: relative;
    padding: 10px 50px 10px 30px;
    cursor: pointer;
}
.distributors-list .distributor-box .distributor-head h2 {
    color: #424242;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.distributors-list .distributor-box .distributor-head:after {
    content : '\f105';

    display: block;
    position: absolute;
    
    width: 30px;
    height: 30px;
    right: 0;
    top: 9px;
    right: 10px;
    
    color: #424242;
    font-size: 22px;
    font-family: FontAwesome;
    text-align: center;
    line-height: 26px;
    border: 1px solid #424242;
    border-radius: 50%;
}
.distributors-list .distributor-box .distributor-head.active:after {
    content: '\f107';
    line-height: 26px;
}
.distributors-list .distributor-box .distributor-content{
    display: none;
}
.distributors-list .distributor-box .distributor-content .details {
    padding: 25px 17px 15px;
}
.distributors-list .distributor-box .distributor-content h4{
    color: #424242;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}
.distributors-list .distributor-box .distributor-content address{
    color: #424242;
    font-size: 14px;
    margin: 5px 0 0;
}
.distributors-list .distributor-box .distributor-content .contacts {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}
.distributors-list .distributor-box .distributor-content .contacts li{
    display: block;
}
.distributors-list .distributor-box .distributor-content .contacts a,
.distributors-list .distributor-box .distributor-content .contacts span {
    color: #424242;
    font-size: 14px;
}
.distributors-list .distributor-box .distributor-content .contacts i{
    margin-right: 5px;
    color: #e50614;
}
.distributors-list .distributor-box .distributor-content .exclusive {
    background-color: #bcbcbc;
    padding: 5px 10px;
}
.distributors-list .distributor-box .distributor-content .exclusive h4 {
    color: #424242;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}
.distributors-list .distributor-box .distributor-content .exclusive .icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.distributors-list .distributor-box .distributor-content .exclusive .icons i {
    flex-shrink: 0;
    margin: 0 10px;

}


/*
------------------------------------------------------------
EVENTS
------------------------------------------------------------
*/



/* Events > Head
------------------------------------------------------------ */

.events-head {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    /* padding-bottom: 66px; */
    min-height: 464px;
}
/*
.events-head .flex {
    min-height: 464px;
    align-items: flex-end;
    justify-content: flex-end;
}
*/
.events-head h1 {
    display: inline-block;
    font-size: 67px;
    font-weight: 800;
    color: #FFF;
    padding: 42px 70px 25px;
    margin: 0 auto;

    background: rgba(0,0,0,0.4)
}
.events-head h1 {
    display: inline-block;
    font-size: 67px;
    font-weight: 800;
    color: #FFF;
    padding: 42px 70px 25px;
    margin: 0 auto;

    background: rgba(0,0,0,0.4)
}
.events-head h1 strong {
    text-transform: uppercase;
}


/* Events > List
------------------------------------------------------------ */

.events-list {
    margin-bottom: 50px;
}
.events-list article {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 55px;
}
.events-list article figure {
    flex-shrink: 0;
    max-width: 650px;
}
.events-list article figure img {}
.events-list article figure a img {}
.events-list article .content {
    margin-left: 60px;
}
.events-list article .content .date {
    color: #898989;
    font-size: 22px;
    margin: 0 0 30px;
}
.events-list article .content h2,
.events-list article .content h2 a {
    color: #c70000;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    font-weight: 400;
}
html.no-touch .events-list article .content h2 a:hover {
    color: #000;
}
.events-list article .content p {
    color: #424242;
    font-size: 26px;
    margin: 35px 0 0;
}
.events-list article .content .bottom-bar {
    text-align: right;
    margin-top: 35px;
}
.events-list article .content .bottom-bar a {
    font-size: 21px;
}


/* Events > Video
------------------------------------------------------------ */

.events-video {
    margin-bottom: 40px;
}
.events-video .bee-video-iframe:before {
    padding-top: 55%;
}


/* Event > Details
------------------------------------------------------------ */

.event-details {
    margin-bottom: 50px;
}
.event-details article {
    margin-top: 55px;
}
.event-details article figure {
}
.event-details article figure img {
    margin: auto;
}
.event-details article .content {
    margin-top: 40px;
}
.event-details article .content .date {
    color: #898989;
    font-size: 22px;
    margin: 0 0 30px;
}
.event-details article .content h2 {
    color: #c70000;
    font-size: 50px;
    line-height: 55px;
    margin: 0;
    font-weight: 400;
}

.event-details article .content p {
    color: #424242;
    font-size: 26px;
    margin: 65px 0 0;
}
.event-details article .content .bottom-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.event-details article .content .bottom-bar > div {
    flex-grow: 1;
    flex-basis: 0;
}
.event-details article .content .bottom-bar > div:nth-child(2){
    text-align: center;
}
.event-details article .content .bottom-bar > div:nth-child(3){
    text-align: right;
}
.event-details article .content .bottom-bar a.dir {
    color: #424242;
}
.event-details article .content .bottom-bar a.dir i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #424242;
    line-height: 90px;
    text-align: center;
    font-size: 80px;
    transition: color .6s ease, border-color .6s ease;
}
html.no-touch .event-details article .content .bottom-bar a.dir:hover i {
    color: #000;
    border-color: #000;
}



/*
------------------------------------------------------------
PAGE
------------------------------------------------------------
*/

.page-content {
    padding: 50px 0;
}


/* Page > Head
------------------------------------------------------------ */

.page-head {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 474px;
    text-align: center;
}
.page-head h1 {
    font-size: 60px;
    font-weight: 400;
    color: #FFF;
    margin: 42px 0 0;

    display: inline-block;
    padding: 42px 70px 25px;
    margin: 0 auto;

    background: rgba(0,0,0,0.4)
}
.page-head h1 strong {
    text-transform: uppercase;
}


/* Page > Intro
------------------------------------------------------------ */

.page-intro {
    padding: 62px 0;
    text-align: center;
}
.page-intro h2 {
    color: #bcbcbc;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 40px;
}
.page-intro h4 {
    color: #424242;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}


/* Page > Box
------------------------------------------------------------ */

.page-box {
    padding: 35px 0 50px;
}
.page-box.grey {
    background-color: #f2f2f2;
}
.page-box .flex {
    flex-wrap: nowrap;
    align-items: flex-start;
}

/* content */
.page-box .content {
    
}
.page-box .content h2 {
    color: #424242;
    font-size: 56px;
    margin: 0;
    font-weight: 400;
}
.page-box .content p {
    color: #424242;
    font-size: 22px;
    font-weight: 400;
    margin: 27px 0 0;
}

/* figure */
.page-box figure {
    flex-shrink: 0;
    max-width: 550px;
}
.page-box figure + .content, 
.page-box .content + figure {
    margin-left: 45px;
}
.page-box .content + figure {
    text-align: right;
}
.page-box figure img {
    display: inline-block;
}
.page-box figure figcaption {
    color: #424242;
    font-size: 14px;
    margin: 15px 0 0;
    font-weight: 600;
}
.page-box figure figcaption:empty {
    display: none;
}

/* box image */
.page-box.image {
    background-color: #424242;
    padding: 0;
}
.page-box.image figure {
    max-width: 100%;
}

/* box gallery */
.page-box.gallery {
    
}
.page-box.gallery .flex {
    flex-wrap: wrap;
}
.page-box.gallery figure {
    width: 33.333333%;
    border: 1px solid #FFF;
}

/* box text */
.page-box.text {
    padding: 64px 0 24px;
    color: #424242;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
}
.page-box.text h2 {
    color: #424242;
    font-size: 56px;
    margin: 0 0 20px;
}
.page-box.text p {
    margin: 0;
}
.page-box.text p + p {
    margin-top: 28px;
}


/* Page > Highlight
------------------------------------------------------------ */

.page-highlight {
    background-color: #424242;
    margin: 50px 0 40px;
    padding: 33px 0 50px;
    text-align: center;
}
.page-highlight h4 {
    color: #FFF;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 400;
}
.page-highlight p {
    color: #FFF;
    font-size: 23px;
    margin: 25px 0;
}
.page-highlight .btn {
    font-size: 28px;
    font-weight: 600;
    padding: 8px 40px;
    background-color: #c70000;
}
.page-highlight .btn:hover {
    color: #FFF;
    background-color: #000;
}



/*
------------------------------------------------------------
CONTACTS
------------------------------------------------------------
*/



/* Contacts > Head
------------------------------------------------------------ */

.contacts-head {
    padding: 40px 0 20px;
    text-align: center;
}
.contacts-head h1 {
    font-size: 60px;
    font-weight: 400;
    color: #bcbcbc;
    margin: 0;
}


/* Contacts > Details
------------------------------------------------------------ */

.contacts-details {
    background-color: #f4f4f4;
    padding: 20px 0 20px;
    text-align: center;
}
.contacts-details address {
    color: #424242;
    font-size: 20px;
    line-height: 32px;
    margin: 0 auto 30px;
}
.contacts-details address strong {
    text-transform: uppercase;
}
.contacts-details .details {
    display: flex;
    flex-wrap: wrap;
    max-width: 880px;
    margin: auto;
}
.contacts-details .details .box-wrapper {
    width: 50%;
    padding: 0 25px 20px;
}
.contacts-details .details .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 10px;
    border: 1px solid #424242;
    text-align: center;
    min-height: 142px;
}
html.no-touch .contacts-details .details a.box:hover {
    background-color: #DDD;
}
.contacts-details .details .box i {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 46px;
    background-image: url(../images/ico-contacts.png);
    background-repeat: no-repeat;
    background-size: auto 46px;
}
.contacts-details .details .box i.phone{background-position: 1px 0;}
.contacts-details .details .box i.fax{background-position: -57px 0;}
.contacts-details .details .box i.email{background-position: -114px 0;}
/* Retina images */ /* @todok passare al @x3 ? */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .contacts-details .details .box i{
        background-image: url(../images/ico-contacts@x2.png);
    }
}

.contacts-details .details .box h4 {
    color: #424242;
    font-size: 23px;
    font-weight: 600;
    margin: 12px 0 0;
}
.contacts-details .details .box h6 {
    color: #424242;
    font-size: 19px;
    margin: 12px 0 0;
}


/* Contacts > Phone
------------------------------------------------------------ */

.contacts-phone {
    background-color: #424242;
    padding: 25px 0;
    text-align: center;
}
.contacts-phone h6 {
    color:#FFF;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.contacts-phone h4 {
    color:#FFF;
    font-size: 54px;
    line-height: 54px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 0;
}


/* Contacts > Form
------------------------------------------------------------ */

.contacts-form {
    padding: 40px 0;
}
.contacts-form h3 {
    color: #424242;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
}
.contacts-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-form form > div {
    width: 100%;
    margin-bottom: 45px;
}
.contacts-form form > div.half {
    width: 45%;
}
.contacts-form form label,
.contacts-form form label a {
    color: #424242;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 14px;
}
.contacts-form form label a {
    border-bottom: 1px solid #424242;
}
.contacts-form form input.form-control {
    height: 70px;
    border-radius: 0;
    font-size: 18px;
}
.contacts-form form textarea.form-control {
    border-radius: 0;
    font-size: 18px;
}

.contacts-form form > div.foot {
    margin-bottom: 20px;
}
.contacts-form form .foot label,
.contacts-form form .foot label a {
    font-size: 18px;
    font-weight: 400;
}


/* Not found
------------------------------------------------------------ */

.view-not-found main {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: flex-end;
    align-items: center;
    min-height: 400px;
    text-shadow: 0 0 12px rgba(0,0,0,0.7);
    background-image: url(../images/bg-not-found.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.view-not-found main .content {
    width: 70%;
    padding: 0 5%;
}
.view-not-found main .content h1,
.view-not-found main .content h4,
.view-not-found main .content a {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}
.view-not-found main .content h1 {
    font-size: 50px;
    font-weight: 800;
    margin: 0 0 35px;
}
.view-not-found main .content h4{
    font-size: 30px;
    line-height: 40px;
}
.view-not-found main .content a {
    font-size: 30px;
    border-bottom:1px solid #FFF;
}
.flex-box{
    display: flex;
    flex-wrap: wrap;
}
section{
    margin: 40px 0;
}
.section-head{
    margin-bottom: 60px;
}
.question-container{
    margin-bottom: 120px;
}

.section-head .button{
    margin-top: 20px;
    text-transform: uppercase;
}

.section-head .title, .question-container .item .title, .listino-container .item .title, .info .title{
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size:  28px;
    line-height: 29px;
    color: #00487c;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.section-head .testo, section .testo, .widget .testo{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.question-container .item .title, .listino-container .item .title{
    font-size: 24px;
    color: #3399ff;
}
.question-container .item.alt .title, .listino-container .item.alt .title, .widget .testo{
    color: #333333;
}

.listino-container .item .title{
    font-size: 18px;
    margin-bottom: 20px;
}
.item + .item{
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.widget{
    margin-bottom: 40px;
    padding: 35px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #a7a7a7;
    text-align: center;
}

.widget.alt{
    border: none;
    padding: 0;
}

.widget.alt .widget-body{
    padding: 35px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
}

.widget.faq{
    width: 100%;
    background: #e1f0ff;
    border-color: #e1f0ff;
}

.widget .title{
    font-size: 28px;
    line-height: 29px;
    text-transform: uppercase; 
}

.widget.alt .title{
    padding: 0 35px;
    font-size: 26px;
    line-height: 27px;
}

.widget .testo{
    line-height: 29px;
    margin-bottom: 10px;
}

.widget img{
    display: block;
    margin: 0 auto 15px auto;
}

.widget a.button{
    text-transform: uppercase;
    width: 115px;
}

.widget.socials .social + .social{
    margin-top: 35px;
}

.widget.socials .social.tripadvisor #CDSWIDSSP{
    width: 100% !important;
}

.sidebar{
    max-width: 290px;
    margin-left: auto;
}

.map-outer{
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    padding-right: 5px;
}

.google-map{
    min-height: 650px;
    height: 100%;
}

.download-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #e1f0ff;
    border-radius: 5px;

    font: italic 800 28px/29px  'Raleway', sans-serif;
    text-transform: uppercase;
    color: #00487c;

    transition: 0.3s color ease;
}

.download-box:hover{
    color: #3399ff;
}

.info-container .info{
    padding-left: 40px; 
}

.info-container > .row{
    margin-bottom: 70px;
}

.info-container .info .title.big{
    font-size: 42px;
    line-height: 34px;
    margin-bottom: 50px;
}

.info-container .info .dati .title.icon{
    display: flex;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}
.info-container .info .dati .title.icon .fa{
    background-color: #00487c;
    padding: 4px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    align-self: center;
    margin-right: 7px;
}
.info-container .info .dati .testo{
    margin-bottom: 30px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
}
.info-container .info .dati .testo.address{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}
.info-container .info .dati .testo:last-of-type{
    margin-bottom: 0px;
}
.info-container .info .dati + .dati{
    margin-top: 35px;
}

section.more-space-up{
    margin-top: 100px;
}

.member{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 30px auto 0 auto;
    height: 340px;
    max-width: 270px;
    background-size: cover;
}

.member .name{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 72, 124, 0.60);
    color: #ffffff;
    height: 45px;
    text-transform: uppercase;

    font: italic 800 18px/29px 'Raleway', sans-serif;
}

.member .overlay{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 72, 124, 0.60);
    opacity: 0;
    transition: 0.3s opacity ease;
}

.member:hover .overlay{
    opacity: 1;
}

.member .overlay .socials a{
    display: inline-flex;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 16px;
    font-size: 14px;
    transition: 0.3s background-color ease;
}

.member .overlay .socials a:hover{
    background-color: #3399ff;
}

.member .overlay .socials a.facebook{
    padding: 6px 9px;
}

.member .overlay .socials a.linkedin{
    padding: 6px 7px;
}

.member .overlay .socials a + a{
    margin-left: 10px;
}

.info-container .section-head{
    margin-bottom: 10px;
}
.info-container .section-head .title{
    margin-bottom: 0px;
}

.TA_selfserveprop > img{
    margin: 0;
}

.machine-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}
.machine-box > .logo{
    width: 100%;
    margin-bottom: 15px;
}

.machine-box img{
    margin: auto;
    display: block;
}