/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    position: relative;
    overflow-y: scroll;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}













/* COMMON */
.container-fluid {
    overflow:hidden
}
.notxt {
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.clr {
    clear: both;
    height: 0;
}
p {
    font-size:17px;
    line-height:26px;
    color: #727272;;
}
a, a:hover, button, button:hover {
    outline:none;
    text-decoration: none;
    transition: all 0.2s linear 0.1s;
    -webkit-transition: all 0.2s linear 0.1s;
}

h1 {
    font-size:80px;
    font-weight:300;
    color: #ffffff;
    opacity: 0;
}
h1 span {
    color: #F1D96E;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
    font-size:100%;
    text-transform: uppercase;
}

h2 {
    font-size: 35px;
    color: #3E3E3E;
    line-height: 35px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
h2 span {
    color: #22A8C8;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.19);
}
h4 {
    color: #3E3E3E;
    font-size:20px;
    margin:0 0 20px;
    line-height:120%
}
h4 span {
    font-style: italic;
    color: #727272;
    font-size:17px;
}
/* FASCIABLU */
.navbar {
    display: none;
    top:-100px;
}
.fasciablu {
    background: url("../img/bkg-fasciablu.png") center bottom no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    min-height: 640px;
    padding:130px 6% 0;
    position: relative;
    z-index:3;
}
.fasciablu p {
    color:#ffffff;
    margin:20px 0 40px;

}
.navbar-fixed-top{
    padding:25px 6% 10px;
}

.navbar-brand {
    background: url("../img/logo-yoofood-white.png") 0 0 no-repeat;
    background-size:contain;
    width:205px;
    height:50px;

}

.navbar ul {
    margin:5px 0 10px 50px;
}
.navbar ul li {
    display: inline-block;
    margin:0 10px;
}

.navbar ul li:hover, .navbar ul li.active {
    background: #0D8AA8;
    border-radius: 94px;
}

.navbar ul li a {
    color:#fff;
    font-weight:600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing:1px;
    padding: 9px 18px;
}
.navbar ul li a:hover, .navbar ul li a.active {
    background: #0D8AA8;
    border-radius: 94px;
}

.navbar-right {margin-left:0 !important;}

.signup {
    background: #F3D23B;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    border-radius: 100px;
    color: #06758F !important;
    text-shadow: 0px 1px 1px #FFFFFF;
    border:none;
}
.signup:hover {
    background: #FFDB37 !important;
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.1);
}

.icon-bar {
    background: #fff;
}
.yellow-button {
    background: #F3D23B;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    border-radius: 100px;
    font-size: 21px;
    color: #06758F;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-shadow: 0px 1px 1px #FFFFFF;
    text-transform: uppercase;
    padding:10px 20px;
    margin:0 0 20px;
    z-index:10;
    position: inherit;
    border:none
}
.yellow-button:hover {
    background: #FFDB37;
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.1);
}
.drawblue-left {
    margin:0 0 40px;
    opacity:0;
}
.drawblue-right {
    height:500px;
    position: relative;
}
.drawblue-right img {
    position: absolute;
    top:-40px;
    right:0px;
    z-index:3;
    max-width:731px;
    width:100%;
}
.first-sentence {
    font-size:18px;
    position: absolute;
    width:300px;
    top:300px;
    left:100px;
    text-transform:uppercase;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

.secondafascia {
    position: relative;
    top:-80px;
    background: url("../img/bkg-secondafascia.png") center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height:600px;
    padding:80px 6% 0;
    z-index:2;
}

.secondafascia p {
    color: #ffffff;
    margin:20px 0 60px;
}

.secondafascia .clocks {
    position: relative;
    height:500px
}

.clock {
    position: absolute;
    z-index:3;
    width:auto;
}
.clock.one {
    left: 5%;
    max-width: 420px;
    top: -20px;
}
.clock.two {
    left: 14%;
    max-width: 380px;
    top: 151px;
}
.clock.three {
    top:330px;
    left:10%;
    max-width:300px;
}


.terzafascia {
    background: url("../img/bkg-terzafascia.png") center top repeat-x;
    min-height:700px;
    position: relative;
    z-index:1;
    top:-180px;
    position: relative;
}

.terzafascia .col-md-12 {
    padding:100px 6% 0;
    text-align: center;
}

.terzafascia .logo {
    max-width:50%;
}

.terzafascia .row {
    margin:20px 0 0 0;
}
.drawleft, .drawcenter, .drawright {
    -webkit-background-size:contain;
    min-height:310px;
}

.drawleft {
    background: url("../img/draw-left.png")  right no-repeat;
    background-size:contain;
}

.drawcenter {
    background: url("../img/draw-center.png") center center no-repeat;
    background-size:contain;
}

.drawright {
    background: url("../img/draw-right.png") center center no-repeat;
    background-size:contain;
}

.terzafascia p {
    max-width:60%;
    margin:25px auto 30px;
}
.terzafascia p strong {
    font-weight:600;
    color: #3E3E3E;
}

.quartafascia {
    background: url("../img/bkg-quartafascia.png") center top no-repeat;
    min-height:535px;
    -webkit-background-size:cover;
    background-size:cover;
    margin-top:-180px;
    padding:40px 6%;
    position: relative;
}
.quartafascia .col-md-6 {
    margin:-20px 0 70px
}

.quartafascia .col-md-5 {
    margin-top:-60px
}
.quartafascia h1 {
    color: #3E3E3E;
    margin:0 0 15px;
}
.quartafascia h1 span {
    color: #39C0E1;
}
.quartafascia p {
    margin:0 0 30px;
}

.col-md-1 img {
    margin:10% auto;
    width:23px
}


footer {
    margin:20px auto 50px;
    text-align: center;;

}

footer p {
    font-size:13px;
    font-weight:400;
    line-height:20px;
    background: url("../img/bkg-footer.png") center top no-repeat;
    padding:10px 0 0;
    color: #9D9D9D;

}
.footerlogo {
    background: url("../img/footerlogo.png") 0 0 no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
    width:250px;
    height:60px;
    margin:60px auto 10px

}

button.signup {
    padding:8px 16px;
    border:0;
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
}

p.check {
    font-size:12px;
    font-weight:400;
    margin:-3px 0 0 0;
}

.form-control {
    background: none;
    background-image: none;
    border: none;
    border-bottom:2px solid #39C0E1;
    border-radius: 0px;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin:0 0 20px;
}

.form-control:hover, .form-control.active, .form-control:focus {
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    border-color:#58DFFF;
    color:#555;
    background: rgba(255,255,255,0.4);
}



/* registration mask */
#registration {position:absolute; top:-1075px; left:0;  padding:20px 10%; width:100%; min-height:370px; background:url('../img/login-bkg.png') center top repeat rgba(20,169,205,0.95); border-radius:3px; box-shadow:0 12px 18px rgba(0, 0, 0, 0.3); z-index:999;}
#registration .input-group {margin:0 auto 15px; max-width:950px; width:auto;}
#registration h1 {font-size:55px; margin:20px auto 40px; color:#fff; font-weight:lighter; display:block; text-align: center}
#registration .rounded {border-radius:40px; border:0; box-shadow:0px 1px 2px rgba(0, 0, 0, 0.2);color:#8F969A; padding:10px 20px; width:276px; display:block; height:35px; margin:10px 20px 10px; float:left;}
#registration .close_registration {margin:0; display:block; position:absolute; top:38px; right:38px; background: url('../img/close_registration.svg') 0 0 no-repeat; width:25px; height:25px;}
#registration .checkbox {border-bottom:1px solid #6AD2EB; padding:0 0 20px; margin:0 auto 15px; max-width:900px}
#registration .checkbox label {color:#fff; margin:0 40px 0 30px; }
#registration .checkbox a {color:#fff; text-decoration:underline; font-size:14px;}
#registration .checkbox input[type="checkbox"] {border:none !important; box-shadow:none !important; margin-top:6px}
#registration .checkbox p {margin:0 0 0 5px; font-size:14px; color:#97DFF1;}
.reg {padding:10px 30px; margin:10px auto 20px;}
#registration a:hover {opacity:0.8; text-decoration: none;}

.reg_content {max-width:950px; margin:0 auto 15px; height:50px; text-align:center;}



/* EXTRA MEDIAQUERY */

@media (max-width: 1300px) {
    .navbar-fixed-top {
        padding: 15px 6% 5px;
    }
    .navbar-brand {
        height: 50px;
        width: 170px;
    }
    .navbar ul li a {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 7px 14px;
    }
    .navbar ul li {
        margin: 0 5px 0 0;
    }
    .navbar ul {
        margin: 5px 0 20px 20px;
    }
    h1 {
        font-size: 50px;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    .navbar {
        display: none;
        top:-100px;
        background-color: rgba(6,166,201,0.9);
    }
    h4 {
        font-size: 18px;
        line-height: 120%;
        margin:0 0 20px 20px;
    }
    .quartafascia .col-md-5 {
        margin-top: 0px;
    }
    .terzafascia p {
        max-width: 100%;
    }
    .clock.one {
        left: 5%;
        max-width: 280px;
        top: -20px;
    }
    .clock.two {
        left: 14%;
        max-width: 220px;
        top: 151px;
    }
    .clock.three {
        top:300px;
        left:10%;
        max-width:200px;
    }
    .first-sentence {
        font-size: 15px;
        left: 20px;
        position: absolute;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        top: 300px;
        width: 200px;
    }
}


.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-collapse ul li {
    display: block;
    margin:0 auto 10px;
    text-align:center;
}

.nav li a:hover, .nav li a:focus {background:none;}

footer ul {margin:10px 0;}
footer ul li {display:inline-block; margin:0 10px;}
footer ul li a {width:90px; height:30px; opacity:0.7;}
footer ul li a:hover {opacity:1;}
footer ul li a.footer_facebook {background: url('../img/facebook.png') 0 0 no-repeat; background-size:contain;} 
footer ul li a.footer_twitter {background: url('../img/twitter.png') 0 0 no-repeat; background-size:contain;} 

nav li.menu_facebook:hover {background: none; border-radius: none;}
nav li.menu_twitter:hover {background: none; border-radius: none;}

nav li.menu_facebook a {background: url('../img/facebook_white.png') center center no-repeat; background-size:contain; width:70px; margin:0 10px 0; padding:4px 35px 9px}
nav li.menu_twitter a {background: url('../img/twitter_white.png') center center no-repeat; background-size:contain; width:70px; margin:0 10px 0; padding:4px 35px 9px} 

nav li.menu_facebook a:hover {background: url('../img/facebook_white.png') center center no-repeat; width:70px; background-size:contain; opacity:0.6}
nav li.menu_twitter a:hover {background: url('../img/twitter_white.png') center center no-repeat; width:70px; background-size:contain; opacity:0.6}

.reg-delay {color:#fff; text-align: center; }


.reg .form-control {
    background: none;
    background-image: none;
    border: none;
    border-bottom:2px solid #39C0E1;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
    margin:0 auto 20px;
}

.reg .form-control:hover, .reg .form-control.active, .reg .form-control:focus {
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    border-color:#58DFFF;
    color:#fff;
    background: rgba(255,255,255,0.2);
}

.reg .form-control:placeholder-shown {color:#F3D23B;}
.reg .form-control::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #F3D23B;
}
.reg .form-control:-moz-placeholder { /* Firefox 18- */
  color: #F3D23B;
}
.reg .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #F3D23B;
}
.reg .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #F3D23B;
}
.reg .form-control::-ms-input-placeholder { /* Edge */
  color: #F3D23B;
}
.reg .form-control:placeholder-shown { /* Standard one last! */
  color: #F3D23B;
}

.reg.checkbox {
	width:50%;
}
.signup.reg {text-align: right;}


