﻿body {
}
 #fp-nav ul li a span, .fp-slidesNav ul li a span{
     background-color:#999;
 }
 .fullgridblock{
     float:left; display:block; background-color:#444; 
     background-position:center center; background-size:cover;
     box-sizing:border-box; overflow:hidden;
 }
 
 .fullgridblock:nth-of-type(5n+1){
     background-color:#555;
 }
 .fullgridblock:nth-of-type(5n+2){
     background-color:#666;
 }
    .fullgridblock:nth-of-type(5n+3) {
        background-color: #777;
    }
    .fullgridblock:nth-of-type(5n+4) {
        background-color: #666;
    }
 /*.fullgrid{background-color:#fbb7b7;}*/

    .fullgridblock > div.background {
        background-size: cover;
        width: 100%;
        height: 100%;
        display: block;
        background-position:center center;
        /*opacity: 0.6;*/
    }
  .fullgridblock:hover > div.background{ /*opacity:1.0;*/ transition:1s;}
 
    .fullgridblock > div.newscontent {
        opacity: 1.0;
        position: relative;
        top: 0;
        height: 100%;
        top: 0;
        overflow: hidden;
        word-break: break-word;
        display: table;
        opacity: 1.0;
        position: relative;
        /* top: -100%; */
        height: 100%;
        width: 100%;
        top: -100%;
        overflow: hidden;
        word-break: break-word;
        top: 0;
        display: table;
        transition: 0.3s;
        background-color: rgba(13, 30, 45, 0.87);
        z-index: 10000;
    }
.fullgridblock:hover > div.newscontent {
    top: -100%;
    transition: 0.3s;
}

@media(max-width:767px) {
    .fp-section.active .fullgridblock > div.newscontent {
        opacity: 1.0;
        top: -100%;
        transition: 0.8s;
    }
}
    .fullgridblock > div.newscontent > div {
        position: absolute;
        margin: 30px;
        padding: 30px;
        border: 1px solid  rgb(0, 121, 124);        
        box-sizing: border-box;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .fullgridblock > div.newscontent .newboxtitle, .fullgridblock > div.newscontent .newboxdate {
        color: white;
        font-weight: 300;
        margin: 0px;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        /*width: 100%;*/
        box-sizing: border-box;
        text-align: left;
        font-size: 16px;
        font-family: 'conthraxregular';
        display: block;
        position: absolute;
    }
    .fullgridblock > div.newscontent .newboxtitle {
        bottom: 10px;
    }
    .fullgridblock > div.newscontent .newboxdate {
        color: #f1b300;
        top: 10px;
    }   

    .section {
        text-align: center;
    }
    div.section.fullimage {
        background-image: url('../video/home-2019.jpg');
        background-size:cover;
        background-position:center center;
        background-repeat:no-repeat;
    }
    div.section.padding{
        padding-top:140px; padding-bottom:140px;
    }

div.section.horizontal-split > div > div {
    z-index: 1;
}
@media(min-width:992px) {
    div.section.horizontal-split > div.fp-tableCell > div.text-left {
        width: 50%;
        display: table;
        height: 100%;
        float: left;
        color: white;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }       
}

@media(max-width:992px) {
    div.section.horizontal-split > div, div.section.horizontal-split > div.fp-tableCell > div.text-left {
        background-image: none !important;
    }
        div.section.horizontal-split > div.fp-tableCell > div.text-left img {
            max-width: 80%;
            margin-bottom: 40px;
            margin-top: 20px;
        }
}

    div.section.horizontal-split > div > div > div.middle-cell {
        display: table-cell;
        vertical-align: middle;
        z-index: 1;
        background-color: rgba(13, 30, 45, 0.88);
    }


div.section.horizontal-split > div > div  div.footer-cell {
    display:block;
    vertical-align: bottom;
    z-index: 1;
    background-color: rgba(255,255,255, 0.28);
    bottom:0;
    width:100%;
    height:10vw;
    position:absolute;
}

div#socialwallsection > div {
    z-index: 1;
    background-color: rgba(13, 30, 45, 0.82);
}
  

    /*div.section.fullimage:after {
        position: absolute;
        content: '';
        top: 40%;
        left: 0;
        height: 60%;
        width: 100%;
        display: block;
        background: black;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        z-index:10;
    }*/

    #fp-nav ul li a span, .fp-slidesNav ul li a span {
        background-color: #f1b300;
    }


    header.default {
        -webkit-transition: all .1s ease-out 0s;
        -moz-transition: all .1s ease-out 0s;
        -o-transition: all .1s ease-out 0s;
        transition: all .1s ease-out 0s;
        overflow: auto;
        position: absolute;
        z-index: 500;
        top: 0;
        width: 100%;
        -webkit-transition: all .2s ease-out 0s;
        -moz-transition: all .2s ease-out 0s;
        -o-transition: all .2s ease-out 0s;
        transition: all .2s ease-out 0s
    }

        header.default.fixed,
        header.default.megamenu {
            position: fixed;
            top: 0
        }

        header.default .wrap {
            padding: 5px 0
        }

        header.default img.logo,
        header.default img.logo-white {
            float: left;
            height: 50px;
            margin-bottom: 10px;
            -webkit-transition: all .1s ease-out 0s;
            -moz-transition: all .1s ease-out 0s;
            -o-transition: all .1s ease-out 0s;
            transition: all .1s ease-out 0s
        }

    @media only screen and (max-width:599px) {
        header.default img.logo,
        header.default img.logo-white {
            height: 40px
        }
    }

    header.default .logo-white {
        display: none
    }

    header.default nav.primary {
        float: left;
        float: right;
        /*margin-top: 11px*/
    }

    @media only screen and (max-width:760px) {
        header.default nav.primary {
            /*margin-top: 10px*/
        }
    }

    header.default nav.primary .nav-item {
        color: #4A4A4A;
        cursor: pointer;
        display: inline-block;
        line-height: 1.2em;
        margin-left: 20px;
        position: relative;
        width: 50px;
        height: 50px;
    }

        header.default nav.primary .nav-item span {
            font-size: 1.2em
        }

        header.default nav.primary .nav-item i {
            bottom: -2px;
            font-size: 1.4em;
            left: 0;
            position: absolute
        }

            header.default nav.primary .nav-item i.close-menu {
                border: 1px solid #e42220;
                border-radius: 50%;
                bottom: 1px;
                display: none;
                font-size: 1em;
                left: 3px
            }

    @media only screen and (max-width:599px) {
        header.default nav.primary .nav-item i.close-menu {
            font-size: 1em
        }
    }

    @media only screen and (max-width:599px) {
        header.default nav.primary .nav-item span {
            font-size: 1.4em
        }

        header.default nav.primary .nav-item i {
            font-size: 1.3em
        }
    }

    header.default.home:not(.fixed) {
        background: 0 0;
        overflow-x: hidden
    }

        header.default.home:not(.fixed) h1.logo,
        header.default.home:not(.fixed) img.logo-motolive {
            float: left;
            text-indent: -9999px;
            overflow: hidden;
            background: url(/img/logo_new_white_large.png) no-repeat center;
            background-size: contain;
            height: 230px;
            width: 140px
        }

    @media only screen and (max-width:760px) {
        header.default.home:not(.fixed) h1.logo,
        header.default.home:not(.fixed) img.logo-motolive {
            height: 100px;
            width: 80px
        }
    }

    header.default.home:not(.fixed) nav.primary .nav-item {
        color: #FFF
    }

    @media only screen and (max-width:760px) {
        header.default.fixed nav.primary {
            /*margin-top: 10px*/
        }
    }

    header.default.fixed h1.logo,
    header.default.fixed img.logo-motolive {
        text-indent: -9999px;
        overflow: hidden;
        background: url(/img/logo_new_red_small.png) no-repeat center;
        background-size: contain;
        float: left;
        height: 50px;
        width: 115px
    }

    @media only screen and (max-width:760px) {
        header.default.fixed h1.logo,
        header.default.fixed img.logo-motolive {
            height: 30px;
            width: 82px;
            margin-bottom: 5px
        }
    }

    @media only screen and (max-width:760px) {
        header.default.fixed img.logo,
        header.default.fixed img.logo-whitesez {
            height: 30px
        }
    }

    header.default.megamenu {
        background-color: transparent !important
    }

        header.default.megamenu img.logo {
            display: none
        }

        header.default.megamenu img.logo-white {
            display: inline-block
        }

        header.default.megamenu h1.logo {
            background: url(/img/logo_new_white_small.png) no-repeat center !important;
            background-size: contain !important;
            height: 50px !important;
            width: 115px !important
        }

    @media only screen and (max-width:599px) {
        header.default.megamenu h1.logo {
            width: 100px !important
        }
    }

    header.default.megamenu.fixed h1.logo {
        background: url(/img/logo_new_white_small.png) no-repeat center !important;
        background-size: contain !important
    }

    header.default.megamenu nav.primary .nav-item {
        color: #FFF
    }

        header.default.megamenu nav.primary .nav-item.opener {
            color: #e42220
        }

            header.default.megamenu nav.primary .nav-item.opener .close-menu {
                display: inline-block !important
            }

            header.default.megamenu nav.primary .nav-item.opener .open-menu {
                display: none !important
            }





    header.default {
        background-color: rgba(13, 30, 45, 0.84);
    }

        header.default img.logo {
            height: auto;
        }

        header.default nav.primary {
            /*margin-top: 20px;*/
        }

            header.default nav.primary .nav-item i {
                font-size: 2em;
            }

        header.default .wrap {
            overflow: hidden;
            margin: 5px;
            margin: 10px 0;
        }

        header.default img.logo, header.default img.logo-white {
            height: 75px;
        }

    nav .lang span {
        border: 1px solid #fff;
        padding: 14px 7px;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        display: block;
        text-align: center;
        font-weight: 300;
    }

    header.default nav.primary .navbar-toggle {
        height: 32px;
        font-weight: 100;
    }

    /*.lang {
    border: 3px solid #00797c;
    padding: 14px 7px;
    border-radius: 100px;
    width: 50px;
    height: 50px; display:block;
    text-align: center; 
}*/

    .lang.selected {
        color: #00797c !important;
        text-decoration: none;
    }

        .lang.selected span {
            border-color: #00797c;
        }

    .main-menu > li > a.lang {
        display: inline-block;
        font-weight: 500;
    }

    header.default nav.primary .nav-item {
        color: #fff;
    }

    header.default.fixed img.logo, header.default.fixed img.logo-whitesez {
        height: 100px;
    }


    header nav {
        position: fixed;
    }

    body header, body.fp-viewing-0-0 header, body header, body.fp-viewing-0-0 header {
        background-image: none;
        background-color: transparent;
    }

    body .logo, body.fp-viewing-0-0 .logo {
        transition: 1s;
        position: fixed;
        background-position: center center;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        left: 122px;
        top: 30px;
        width: 60px;
        height: 60px;
        background-image: url('../img/logo-mini.svg');
    }

    body.fp-viewing-0-0 .logo {
        left: 45px;
        top: 30px;
    }

    @media (min-width:992px) {
        body:not(.fp-viewing-0-9990) #header .navbar-toggle {
            left: 135px !important;
        }
    }
@media (min-width:992px) {
    body.fp-viewing-0-0 #header .navbar-toggle {
        left: 75px !important;
    }
}

    @media (max-width: 991px) {
        .page.home.scrolled header#header .navbar-toggle {
            left: calc(100vw - 180px) !important;
        }
    }
@media (max-width: 767px) {
    .page.home.scrolled header#header .navbar-toggle {
        left: calc(100vw - 80px) !important;
    }
}

    @media (min-width:992px) {
        body.fp-viewing-0-0 .logo {
            background-image: url('../img/logo.png');
            /*background-image: url('../img/logo-vertical.svg');*/
            background-image: url('../img/logo-vertical-white.svg');
            /*left: 150px;*/
            top: 60px;
            width: 133px;
            height: 217px;
            left: calc(100vw - 240px) !important;
            top: calc(100vh - 215px) !important;
        }
    }

    @media( max-width:991px) {
        body .logo {
            left: 45px;
            top: 30px;
        }
    }


    body.fp-viewing-0-0 .navbar.navbar-default .navbar-toggle > .icon-bar {
        background-color: #ddd;
    }

    .navbar.navbar-default .navbar-toggle > .icon-bar {
        height: 2px;
        width: 52px
    }


    body.fp-viewing-0-0 .navbar-toggle .icon-bar {
        background-color: #0d1e2d;
        transition: 1s;
    }

    body:not(.fp-viewing-0-0) header {
        transition: 1s;
    }

    div.toggle {
        display: none;
        margin: 1em;
    }

    #navbar.collapse.in {
    }

    .contatti-section {
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        font-size: 0.7em;
        background: #09151f;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px;
        overflow: hidden;
    }

    body.home .contatti-section {
        bottom: 0px;
        position: absolute;
    }

    .footer-section .links-mobile {
        display: none;
    }


    .footer-section .container-fluid {
        margin: 0;
        padding: 0;
    }

    .brands-new {
        padding: 2em 0;
    }

        .brands-new img {
            height: 100px;
            max-width: 100%;
        }

    .footer-section .social {
        float: right;
    }

        .footer-section .social h6 {
            color: #fff;
            padding: 0 0.5em;
        }

    .footer-section .links {
        padding: 1em 0.5em 0 0;
    }

        .footer-section .links a {
            color: #fff;
        }

    .footer-section .row {
        width: 100%;
        margin: 0;
    }

    .social-container {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

        .social-container p {
            margin-top: 5px;
            text-align: left;
            font-size: 14px;
            line-height: 1.4;
        }

        .social-container .box-sw {
            color: white;
            text-decoration: none;
            word-break: break-word;
        }

    .social-img {
        width: 100%;
        display: block;
        min-height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border: 3px solid #f1b300;
        /*transform: perspective(500px) scale3d(0.65, 0.65, 1) rotateY(-24deg) rotateZ(3deg) translate(-77%, -80%);*/
    }


    h4 {
    }

a.toggle {
    display: block;
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    border: 1px solid rgb(0, 121, 124);
    padding: 25px 5px 25px 5px;
    text-align: center;
    color: rgb(0, 121, 124);
    text-decoration: none !important;
}

        a.toggle:hover, a.toggle-expanded {
            cursor: pointer;
            border-color: #f1b300;
            text-decoration: none !important;
            transition: 1s;
            color: white;
        }



    .vline-black {
        border-right: 1px solid #0d1e2d;
    }
#myCarousel .item{
    min-height:150px; 
}
div.big-title-container {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: inline-block;
    z-index: 2;
    margin-top: 50vh;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
    box-sizing: border-box;
}

h1.big-title {
    font-size: 80px;
    text-align: center;
    width: auto;
    display: block;
    text-shadow: 2px 2px rgba(44, 48, 48, 0.70);
    z-index: 2;
    padding-top:15vh;
}

h1.big-subititle3, h1.big-subititle2, h1.big-subititle1 {
    font-size: 44px;
    text-align: center;
    width: auto;
    display: block;
    z-index: 2;
}


h1.big-subititle1 {
    padding-top: 30px;
    padding-bottom: 20px;
}
    h1.big-subititle2 {
    font-size: 28px;
}
h1.big-subititle3 {
    font-size: 22px;
}
    h1.shadow:before {
        background-color: rgba(0, 121, 124, 0.63);
        /*background-color: rgba(241, 179, 0, 0.63);*/
        bottom: -45px;
        height: 10px;
    }

    @media(max-width:1500px) {
        .social-container {
            max-width: 1200px;
        }


        h1.big-title {
            font-size: 60px;
        }

         h1.big-subititle1 {
            font-size: 20px;
        }
    }

    @media(max-width:1200px) {


        body div.content-page-container {
            max-width: 970px;
        }

        .social-container {
            max-width: 900px;
        }

        h1.big-title {
            font-size: 50px;
        }

        h1.big-subititle1 {
            font-size: 30px;
        }
    }

    @media(max-width:700px) {
        #myCarousel .item {
            min-height: 100px;
        }
        h1.big-title {
            font-size: 30px;
        }

        div.big-title-container {
            margin-top: 0;
        }

        h1.big-subititle1 {
            font-size: 25px;
            padding-top: 10px;
            padding-bottom: 0px;
        }

        /*#fullpage div.section.intro.fullimage .fp-tableCell {
            vertical-align: bottom;
        }*/
    }


    @media(max-width:500px) {

        h1.big-title {
            font-size: 25px;
        }
    }



    /*HOMEPAGE**************/

    section.counter-area {
        /*background-image: url('../img/counter-bg-blue.jpg');*/
        background-size: cover;
        padding-bottom: 50px;
        padding-top: 30px;
    }


    .gif-container {
        background: red;
    }

    .smalltext {
        padding-top: 5px;
        font-size: 16px;
        float: left;
        width: 102px;
        color: #fff;
    }

    .captions {
        margin: 0 auto;
        display: inline-block;
       padding-left:20px;
    }


.btn-ticket-shop-hp a, .btn {
    background-color: #00797c;
    border-radius: 20px;
    min-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px !important;
    line-height: 36px;
    font-weight: bold;
    font-family: 'conthraxregular';
    text-decoration: none !important;
    padding-bottom: 5px;
    transition: 1s;text-transform:uppercase;
    color: white;
}

    .btn-ticket-shop-hp a:hover, .btn:hover, .btn.active {
        transition: 1s;
        background-color: #f1b300;
        cursor: pointer;
    }


    .ff-overlay-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        z-index: 2;
    }

    .ff-overlay-wrapper {
        opacity: 1;
    }


#homeVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url('../video/home-2019.jpg');
    background-position: center center;
    background-size: cover;
    object-fit: cover; /*cover video background */
    z-index: 3;
}

#videoLayer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#homeVideo video::-webkit-media-controls {
    display: none !important;
}