body
{
    margin:0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}
p
{
    margin:0;
}
a
{
    text-decoration: none;
    color:inherit;
}
.g-recaptcha
{
    display: inline-block;
    margin: 0 auto;
}
h5
{
text-align: justify;
}
.dropdown-content 
{
    display: none;
    position: relative;
    background-color: #f9f9f9;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    font-size: 14px;
    text-align: left;
    top:0;
}
.dropdown-list
{
    box-sizing: border-box; 
    width:100%;
    height:60px;
    display:block;
    line-height: 50px;
    padding: 5px 0px 5px 10px;
}
.dropdown-list:hover
{
    text-decoration: underline;
    background-color: #e6e6e6;
}
.anchor:hover .dropdown-content 
{
    display: block;
}
.pageContainer
{
    width:1260px;
    height:1200px;
    margin:0 auto;
}
.pageText
{
    box-sizing: border-box; 
    width:100%;
    height:auto;
    float:left;
    text-align: center;
    padding:15px;
}
.pageImg
{
    width:100%;
    height:1100px;
    margin: 0 auto;
    margin-bottom:20px;
    
}
.mainImg
{
    width:98%;
    height:58%;
    border:2px solid black;
    float:left;
}
.spaceImg
{
    width:100%;
    height:1%;
    float:left;
}
.lastImg
{
    width:24.4%;
    cursor: pointer;
    height:20%;
    border:1px solid black;
    float:left;
}
/* SCROLLBAR        */
::-webkit-scrollbar 
{
    width: 0px;
    background-color: transparent;
}

::-webkit-scrollbar-track 
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
header
{
    width:100%;
    z-index: 150;
    position: fixed;
}
.top-header
{
    height: auto;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    background-color:#383838;
    box-shadow: 15px 20px 50px rgba(0,0,0,0.25);
    -webkit-box-shadow: 15px 20px 50px rgba(0,0,0,0.25);
}
.top-header-cont
{
    height: 180px;
    width:1170px;
    z-index: 150;
    margin: 0 auto;
}
nav
{
    height: 80px;
    width:1170px;
    z-index: 150;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    background-color: #F1F1F1;
    top:140px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    text-align: center;
    transition: all 0.3s;
}
ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu-item
{
    height: 100%;
    line-height: 80px;
    margin-left: 30px;
    font-weight: 700;
    padding-left: 30px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    color: #383838;
    cursor: pointer;
    transition: all 0.25s;
}
.menu-item:hover
{
    color: #ffb536;
}
nav > ul > li:before
{
    content: "";
    width: 1px;
    height: 20px;
    margin-top: -10px;
    top: 50%;
    position: absolute;
    background-color: #C6C6C6;
    left: 0;
}
nav > ul > li:last-child:after
{
    content: "";
    width: 1px;
    height: 20px;
    margin-top: -10px;
    top: 50%;
    position: absolute;
    background-color: #C6C6C6;
    right: 0;
}
.dropdown
{
    position: relative;
    display: inline-block;
}
.menu-item-dropdown
{
    width:auto;
    min-width: 220px;
    height:auto;
    background-color:#383838;
    display:none;
    position: absolute;
    padding: 10px;
    z-index: 1;
    left:0;
    opacity: 0;
    transition: opacity 0.3s;
}
.single-item-dropdown:hover
{
   
    background-color:#2B2B2B;
    color:white;
}
.single-item-dropdown
{
    width:100%;
    display:block;
    color:white;
    text-align: left;
    color:#bcbcbc;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 25px;
}
.dropdown:hover .menu-item-dropdown
{
    display: block;
    opacity: 1;
}
.menu-right
{
    margin-right: 30px;
    padding-right: 30px;
}
.down-arrow
{
    position: absolute;
    z-index: 135;
    margin-left: -30px;
    left: 50%;
    bottom: 30px;
    height: 60px;
    width: 60px;
    animation-name:bounce;
    animation-iteration-count:infinite;
    animation-duration: 1.2s;
    cursor: pointer;
    border-radius: 60px;
    border:2px solid white;
}
.down-arrow:hover .icon-down
{
    background-color:white;
    color: black !important;
    border-radius: 30px;
}
.icon-down
{
    display: inline-block;
    width: 100%;
    color: white;
    line-height: 60px !important;
    font-size:60px !important;
}
.card
{
    width: 100%;
    display: flex;
}
.img-card
{
    width:50%;
    height: 100%;
    display: inline-block;
    height: auto;
    background-size: cover;
    background-position: center center;
}
.text-card
{
    width:50%;
    display: inline-block;
    height: auto;
    padding:35px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: justify;
}
.prizelist 
{
    padding: 20px!important;
    list-style-type: square;
}
.prizelist li
{
    padding-bottom:10px;
}
main
{
    padding-top: 180px;
    transition: all 0.5s;
}
.logo-header
{
    height: 140px;
    width:245px;
    float: left;
    background-size: contain;
    background-image: url(/img/logoWhite.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.logo-footer
{
    height: 140px;
    width:245px;
    margin: 0 auto;
    background-size: contain;
    background-image: url(/img/logoDark.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.stripe2
{
    position: relative;
    background-color: white;
}
.right-header
{
    height: 140px;
    width:auto;
    float: right;
}
.header-section
{
    height: 140px;
    width:auto;
    float: left;
    position: relative;
    margin-right: 60px;
}
.icon-cont
{
    height: 140px;
    width:40px;
    float: left;
}
.title-subtitle
{
    text-align: center;
    height: 100px;
    line-height: 100px;
    background-color: #F1F1F1;
}
h1, h2
{
    font-size: 17px;
    height: auto;
    display: inline-flex;
    margin: 0;
    font-weight: 400;
    box-sizing: border-box;
}
.contact-cont
{
    height: auto;
    width:auto;
    float: left;
    color: #bcbcbc;
    font-size: 14px;
    margin-top: 49px;
    margin-left: 15px;
}
.header-icons
{
    font-size: 40px !important;
    line-height: 140px !important;
    color: #ffb536;
}
.slideshow
{
    height: calc(100% - 180px);
    position: relative;
    background-color: #383838;
}
section
{
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: all 0.2s;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: var(--bg-color);
}
video, .video-filter
{
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1000; 
    overflow: hidden;
}
.video-cover
{
    position: absolute;
    left: -1%;
    height: 400px;
    width: 102%;
    z-index: 3;
    background-color: var(--bg-color);
}
.vc-up
{
    bottom: 100%;
}
.vc-down
{
    top: 100%;
}

.slide
{
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
h3
{
    font-size: 22px;
}
.text-slide
{
    height: auto;
    width: 450px;
    position: absolute;
    bottom: 15%;
    text-align: center;
    padding: 20px;
    font-size: 17px;
    color: white;
    background-color: rgba(34, 34, 34, 0.7);
}
.slide-prev
{
    color: white;
    left: 25px;
    z-index: 999;
    font-size:40px !important;
    cursor: pointer;
}
.slide-next
{
    color: white;
    right: 25px;
    z-index: 999;
    font-size:40px !important;
    cursor: pointer;
}
.button
{
    height: auto;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    padding: 12px 25px;
    font-weight: 500;
    position: relative;
    background-color: #ffb536;
    cursor: pointer;
    border: none;
    color: black;
    transition: all 0.3s;
    border-radius: 28px;
}
.button-padding
{
    padding-left: 45px;
}
.button-icon
{
    left: 15px;
}
.button-icon-slide
{
    font-size: 22px !important;
    left: 15px;
}
.button-form
{
    font-weight: bold;
    font-size: 18px;
    margin: 20px;
}
.button-slide
{
    font-size: 15px;
}
.vertical-center
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.do-list
{
    width:100%;
    height:auto;
    margin:0 auto;
}
.do-title
{
    width:100%;
    height:auto;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    padding:25px;
    box-sizing: border-box;
    position: relative;
    background-color: #f1f1f1;
}
.do-title:before
{
    content: "";
    position: absolute;
    width:120px;
    margin:auto;
    bottom:0;
    transform: translateY(25px);
    top: 0;
    left:0;
    right:0;
    height:2.5px;
    background-color:#ffb536;
}
.do-tile-container
{
    width:100%;
    height:auto;
    text-align: left;
}
.do-tile
{
    width:33.33%;
    height: auto;
    box-sizing: border-box;
    float: left;
}
.do-tile-image
{
    width:100%;
    height:350px;
    background-color: #222222;
    background-position: center center;
    background-size: cover;
}
.do-tile-image:hover .do-tile-info-overlay
{
    display: block;
}
.do-tile-info-overlay
{
    display: none;
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.7);
}
.do-tile-text-container
{
    width:100%;
    height:auto;
    box-sizing: border-box;
    padding:20px;
}
.do-tile-title
{
    font-weight: 600;
    font-size: 20px;
}
.do-tile-text
{
    font-size: 14px;
    margin-top:15px;
}
.contattaci
{
    background-color: #2E2E2E;
    color: white;
}
h3
{
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.slideshow-second
{
    padding-top: 65px;
    width:1170px;
    height: 500px;
    margin:0 auto;
}
.secondpage-title
{
    width:1170px;
    display: block;
    margin: 0 auto;
    height:auto;
    font-size: 28px;
    font-weight: 500; 
    line-height: 60px;
    text-align: left;
    padding-top:10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
.secondpage-title:before
{
    content: "";
    position: absolute;
    width:150px;
    margin:auto;
    bottom:10;
    left:0;
    height:3px;
    background-color:#ffb536;
}
.secondpage-text
{
    width:1170px;
    margin: 0 auto;
    height:auto;
    text-align: justify;
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 16px;
}

@media screen and (max-width: 1260px)
{

}

@media screen and (max-width: 650px)
{
    .prev, .next 
    {
        display:none;
    }    
}

.prev, .next 
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 300;
}
.prev
{
    left: 0;
}

.next 
{
    right: 0;
}

#generalform
{
    background-image:url(/img/c.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    line-height: 40px;
    margin-bottom: 0px;
}
.bar
{
    font-family: 'Roboto', sans-serif;
    width:600px;
    height:auto;
    font-size: 20px;
    margin-bottom:20px;
    padding:10px 20px;
    border:0px transparent solid;
    border-radius: 22px;
}
.bar:focus
{
    outline: none;
}
.barText
{
    font-family: 'Roboto', sans-serif;
    width:600px;
    height:150px;
    font-size: 20px;
    resize: none;
    padding:10px 20px;
    border:0px transparent solid;
    margin-left: -8px;
    border-radius: 22px;
}
.barText:focus
{
    outline: none;
}

@media screen and (max-width: 650px)
{
    .buttonReset
    {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .bar
    {
        font-family: regular;
        width:100%;
        height:auto;
        font-size: 20px;
        margin-bottom:10px;
        padding:8px;
        border-radius: 0px;
        border:0px;
    }

    .barText
    {
        font-family: regular;
        width:100%;
        height:100px;
        font-size: 20px;
        resize: none;
        padding:8px;
        border-radius: 0px;
        margin-left:0px;
    }
}

.buttonSubmit
{
    height:47px;
    width:215px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    background-color: #2196f3;
    color: white;
    line-height:17px;
    text-align: center;
    border: 0px transparent solid;
    margin-top:65px;
    margin-bottom:40px;
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.buttonSubmit:hover
{
    background-color: #45acfd;
}
.buttonReset
{
    height:47px;
    width:215px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    background-color: #ff3131;
    color: white;
    line-height:17px;
    text-align: center;
    border: 0px transparent solid;
    margin-right: 20px;
    margin-top:65px;
    margin-bottom:40px;
    font-size:18px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.buttonReset, .buttonSubmit:focus
{
   outline: none; 
}
.buttonReset:hover
{
    background-color: #ff5353;
}
#googlemaps
{
    background-color: #ebe8de;
    height: 400px;
    border-top:0.5px solid #ebe8de;
}
#footer
{
    text-align: center;
    background-color: #2E2E2E;
    color:#bcbcbc;
}
.request-done
{
    position: absolute;
    background-color: #2e2e2e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 20px;
    color: white;
    text-align: center;
}

.buttonSend
{
    height: 40px;
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    border-radius: 3px;
    color: white;
    line-height: 40px;
    text-align: center;
    border: 3px white solid;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.buttonSend:hover
{
    background-color: white;
    color: #3E3E3E;
}
#footerCont
{
    height: auto;
    width: 1260px;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 30px;
}
#copyright
{
    height: 25px;
    width: 100%;
    text-align: center;
    line-height: 25px;
    color: #bcbcbc;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #222222;
}
#copyright a
{
    color: #ffb536;
}
.toggle
{
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px;
}
.stick
{
    height: 3px;
    width: 40px;
    border-radius: 6px;
    background-color: #ffb536;
    position: absolute;
    left: 0;
    transition: all 0.5s;
}
.stick.top
{
    top:2px;
}
.stick.middle
{
    top:18.5px;
    animation: 0.7s;
}
.stick.bottom
{
    bottom: 2px;
}
.hs
{
    display: none;
}
@media screen and (max-width: 650px)
{
    .buttonReset
    {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .img-card
    {
        display: none;
    }
    .text-card
    {
        width: 100%;
    }
    .do-tile
    {
        width: 100%;
    }
    .slick-arrow
    {
        display: none !important;
    }
    #footerCont
    {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;

    }
    .secondpage-text
    {
        width: 100%;
        padding: 35px;
        box-sizing: border-box;
    }
    .secondpage-title
    {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .secondpage-title:before
    {
        right: 0;
    }
    .secondpage-title
    {
        width: 100%;
    }
    nav
    {
        width: 100%;
        top: 80px;
        height: calc(100% - 290px - 80px);
        transform: translate(-50%, -120%);
        z-index: 140;
        box-shadow: none;
    }
    .top-header
    {
        box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
        position: relative;
    }
    .top-header-cont
    {
        height: 80px;
    }
    .logo-header
    {
        height: 80px;
        width: 180px;
        margin-left: 5px;
    }
    .right-header
    {
        position: fixed;
        width: 100%;
        bottom: -100%;
        border-bottom: 10px;
        height: auto;
        background-color: #383838;
        transition: all 0.3s;
        padding: 15px 0px;
        box-sizing: border-box;
    }
    .menu-item
    {
        height: auto;
        display: block;
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        line-height: 60px;
    }
    .menu-item:before
    {
        width: 0px;
    }
    nav > ul > li:last-child:after
    {
        width: 0px;
    }
    .menu-item
    {
        margin-right: 0px;
        padding-right: 0px;
    }
    .dropdown:hover .menu-item-dropdown
    {
        display: none;
    }
    .toggle
    {
        display: block;
    }
    .header-section
    {
        float: none;
        display: inline-block;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        margin: -35px 0px;
        box-sizing: border-box;
        text-align: center;
    }
    .header-section::after
    {
        content: "\A";
        white-space: pre;
    }
    .mb-center
    {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .top-header-cont
    {
        height: 80px;
    }
    .logo-header
    {
        height:80px;
    }
    main
    {
        padding-top:80px !important;
    }
    .slideshow
    {
        height: calc(100% - 80px);
    }
    .text-slide
    {
        right:0 !important;
        left:0 !important;
        width:100%;
        box-sizing: border-box;
        bottom:60;
    }
    .button-slide
    {
        margin-left:5px !important;
        margin-right:5px !important;
    }
    .down-arrow
    {
        width:100%;
        margin: 0;
        left:auto;
        background-color: #383838;
        background-image: none;
        bottom: 0;
        height: 60px;
        transition: none;
        animation-duration: 0s;
        text-align: center;
        border-radius: 0;
        border:0px;
    }
    .icon-down
    {
        display: inline-block;
        width: 100%;
        color: #ffb536;
        line-height: 60px !important;
        font-size:60px !important;
    }
    .down-arrow:hover .icon-down
    {
        background-color:#383838;
        color: #ffb536 !important;
        border-radius: 0px;
    }
    .slideshow-second
    {
        padding-top: 0px;
        width: 100%;
    }
    .hs
    {
        display: block;
    }
}

@keyframes bounce
{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-10px,0)}}