﻿/* --------------------- 
BASIC SETTINGS
--------------------- */
/*body {font-family: 'AndikaRegular', sans-serif; background-color:white;}*/
body {font-family: 'Raleway', sans-serif; background-color:white;}

a {color: #f53f2c;}

a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

a:visited{
    text-decoration: none
}

.highlight {color: #f53f2c;}
h1 {font-size: 138px;}
h2 {font-family: 'Pacifico', cursive;}
h4 {font-weight: 600;}

p {
    font-size: 13px;
    line-height: 1.7em;
}

/* --------------------- 
BUTTONS
--------------------- */
.btn:focus,
input:focus {
    outline: none !important;
}

.btn {
    border-radius: 30px;
    padding: 10px 40px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.btn:focus {
    background: #b73426;
    color: #fff;
    border: 2px solid #f53f2c;
}

.btn-default {
    background: none;
    color: #f53f2c;
    border: 2.5px solid #f53f2c;
}

.btn-default:hover {
    background: #f53f2c;
    color: #fff;
    border: 2px solid #b73426;
}

.btn-reverse {
    border: 2.5px solid #fff;
    color: #fff;
    border-radius: 0;
}

.btn-reverse:hover {
    color: #fff;
    border-radius: 45px;
}

.btn-inverse {
    background: #f53f2c;
    color: #fff;
    border: 2.5px solid #f53f2c;
    margin-top: 0;
}

.btn-inverse:hover {
    background: #b73426;
    color: #fff;
    border: 2.5px solid #f53f2c;
}

/* --------------------- 
INPUT FIELDS
--------------------- */
input {
    padding: 10px 30px;
    border-radius: 30px;
    border: 2px solid #b2b2b2;
    margin: 30px 5px;
    color: #b2b2b2;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

input:focus {
    border: 2px solid #f53f2c;
}

/* --------------------- 
SECTION HEADINGS
--------------------- */
.sectionhead {padding: 0 150px;}
.sectionhead h2 {padding-bottom: 10px;}

.sectionhead p {
    font-size: 16px;
    line-height: 1.6em;
}

.sectionhead hr {
    width: 75px;
    border-bottom: 4px solid #eeeeee;
}

/* --------------------- 
HERO SECTION ovvero la intro con Babbo Natale
--------------------- */
#hero {
    text-align: center;
    height: 680px;
    padding-top:70px;
    color: #fff;
    background: url('../../../xmas/img/sfondo.jpg') no-repeat fixed;
    background-size: 100% 100%;
    }

#hero .container {padding-top: 70px;}

#hero h1 {
    font-weight: 800;
    text-transform: uppercase;
    line-height: .8em;
    text-shadow: 7px 9px 5px rgba(161, 19, 15, 0.294);
}

#hero p {text-transform: uppercase;}

#hero p {
    padding-top: 70px;
    color: #fff;
}

.bigbell {margin-top: -65px;}

.santa {
    float: right;
    margin-top: -390px;
}


/* --------------------- 
CALL-TO-ACTION SECTION ovvero il video
--------------------- */
.calltoaction {
    margin-top: 75px;
    background: url('../../../xmas/img/sfondo.jpg') no-repeat fixed;
    background-size: 100% 100%;
    }

.calltoaction .content {padding: 65px 0;}
.calltoaction p {font-size:medium;}

.calltoaction img {
    /* margin-top: -60px; */
    margin-bottom: -15px;
}

/* --------------------- 
OVERVIEW SECTION ovvero archivio video
--------------------- */
#overview {
    text-align: center;
    padding-top: 10px;
}

.col-md-6,
.col-lg-4 {
    padding-top: 50px;
}

#overview img {height: 120px;}



/* --------------------- 
SUBSCRIBE SECTION ovvero babbo natale con scroller
--------------------- */
#subscribe {
    margin-top: 155px;
    background: url('../../../xmas/img/sfondo.jpg') no-repeat fixed;
    background-size: 100% 100%;
    color: #fff;
}

.santaicon {
    margin-top: -160px;
    overflow: hidden;
}

#subscribe .container {padding: 65px 0;}


/* --------------------- 
FOOTER SECTION
--------------------- */
footer {padding: 75px 0 30px 0;} /*top right bottom left*/
.logo {margin-top: -20px;}

.santacap {
    margin-top: -110px;
    margin-left: -105px;
}

footer hr {
    width: 75px;
    border-bottom: 4px solid #eeeeee;
}

.f-contact {padding-top: 10px;} /*Aggiunto per il footer*/

/* --------------------- 
OVERLAY PRESET
--------------------- */
.redoverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 24, 0, 0.75);
    position: relative;
}

.lightoverlay {
    background-color: rgba(248, 248, 248, 0.9);
    position: relative;
}

.darkoverlay {
    background-color: rgba(54, 57, 66, 0.75);
    position: relative;
}





/* --------------------- 
SOCIAL ICONS
--------------------- */

.sticky-container {
    position: fixed;
    right: -125px;
    top: 130px;
    width: 200px;
}

.sticky li {
    list-style: none;
    background-color: #e1e1e0;
    color: #b2b2b2;
    height: 36px;
    margin: 0px 0px 3px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale");
    filter: gray alpha(opacity=50);
    -webkit-filter: grayscale(50%);
}

.sticky li:hover {
    margin-left: -115px;
    filter: none;
    -webkit-filter: grayscale(0%);
}

.sticky li img {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    padding: 2px;
}

.sticky li p {
    text-transform: uppercase;
    line-height: 36px;
}







/* PARTE RESPONSIVE */

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 120px;
    }
    h3 {
        font-size: 20px;
    }
    .sectionhead {
        padding: 0 75px;
    }
    .calltoaction img {
        margin-left: -60px;
    }
    .bigtag {
        left: 320px;
    }
    .smalltag {
        top: 60px;
        left: 80px;
        -webkit-transform: rotate(351deg) scale(.7);
        -moz-transform: rotate(351deg) scale(.7);
        -o-transform: rotate(351deg) scale(.7);
        -ms-transform: rotate(351deg) scale(.7);
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 980px) {
    body {
        text-align: center;
    }
    h1 {
        font-size: 110px;
    }
    h3 {
        font-size: 18px;
    }
    .santa {
        margin-right: -170px;
        overflow: hidden;
    }
    .sectionhead {
        padding: 0;
    }
    .calltoaction img {
        margin-left: 0px;
    }
    .productimg {
        margin-bottom: 20px;
    }
    .bigtag {
        top: 20px;
        left: 500px;
    }
    .smalltag {
        left: 370px;
        top: 110px;
    }
}

/* Smaller Devices */
@media only screen and (max-width: 800px) {
    h1 {
        font-size: 95px;
    }
    h3 {
        font-size: 16px;
        margin: 0px;
    }
    .btn-reverse {
        padding: 15px 50px;
    }
    #hero {
        height: 500px;
    }
    .santa {
        margin-right: -70px;
    }
}

/* Mobile Devices */
@media only screen and (max-width: 640px) {
    .sticky-container,
    .santa {
        display: none;
    }
    h1 {
        font-size: 75px;
    }
    h3 {
        font-size: 13px;
        margin: 0px;
    }
    .btn-reverse {
        padding: 10px 20px;
    }
    #hero {
        height: 360px;
    }
    #hero .container {
        padding-top: 30px;
    }
    #hero p {
        padding-top: 60px;
    }
    .bigbell {
        height: 160px;
        margin-top: -25px;
    }
    .bigtag {
        left: 450px;
    }
    .smalltag {
        left: 320px;
    }
    input,
    .btn-inverse {
        padding: 15px 30px;
        width: 85%;
        margin: 20px 0 0 0;
    }
}

/* Smaller Mobile Devices */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 12px;
        margin: 0px;
    }
    .sectionhead p {
        font-size: 14px;
    }
    #hero {
        height: 320px;
    }
    #hero .btn {
        margin-top: 10px;
    }
    .calltoaction img {
        max-width: 100%;
    }
    .bigtag {
        left: 350px;
    }
    .smalltag {
        left: 240px;
    }
    .logo {
        font-size: 28px;
    }
}

/* Even Smaller Mobile Devices */
@media only screen and (max-width: 360px) {
    h1 {
        font-size: 50px;
    }
    .btn-reverse {
        padding: 10px;
    }
    #hero .container {
        padding-top: 50px;
    }
    .optional {
        display: none;
    }
    .bigbell {
        margin-top: -50px;
    }
    .bigtag {
        left: 270px;
    }
    .smalltag {
        left: 180px;
    }
    #products {
        background: none;
    }
}

/* Smallest Mobile Devices */
@media only screen and (max-width: 320px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 17px;
    }
    #hero p {
        padding-top: 10px; /*Originale 40*/
    }
    #overview {
        padding-top: 50px;
    }
    .optional {
        display: none;
    }
    .bigbell {
        margin-top: -30px;
    }
    .bigtag {
        left: 230px;
    }
}
