@charset "utf-8";
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #FFF;
    background-image: url(../images/background.jpg);
    background-position: center top;
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    line-height: 1.4;
}
.bottom {
    position: absolute;
    bottom: 90px;
    width: 100%;
    -ms-transform: rotate(-1.8deg); /* IE 9 */
    -webkit-transform: rotate(-1.8deg); /* Chrome, Safari, Opera */
    transform: rotate(-1.8deg);
}
a img {
    border: none;
    outline:none;
}
a, a:link, a:visited, a:active, a:focus {
    color: #900;
    outline:none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;	
}
.wrapper {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
header {
    margin: 0px auto;
    text-align: center;

}
#logo {
    margin: 10px auto;
}
#lang {
    position: absolute;
    right: 0px;
    bottom: 5px;
}
#lang img {
    cursor: pointer;
}
#navigation {
    background: rgba(160,10,15,1);
    min-height: 43px;
    width: 100%;
    font-family: "Economica", sans-serif;
    text-align: left;
}
/* NAVIGATION ***********************************************************************/
.fixed {
    position:fixed;
    top: 0px;
    z-index: 9999;
    background: rgba(160,10,15,0.9)!important;
}
.navbar-hidden {
    display: none;
}
.nav-toggle {
    text-transform: uppercase;
    position: relative;
    color: #FFF;
    height: 50px;
    width: 100%;
    float: left;
    cursor: pointer;
    display: none;
    padding: 15px 0;
}
/*.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}*/
.nav-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #FFF;
    margin: 0 auto;
}
.nav-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
ul.nav {
    margin: 0px;
    padding: 0px;
}
ul#main li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.4em;
    margin: 0px 15px;
}
ul#main li a {
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
    line-height: 1.2em;
}
ul#main li a:hover,
ul#foot li a:hover {
    color: #F90;
    text-decoration: none;
}
ul#main li.active a {
    color: #999;
    background: url(../img/caret.png) no-repeat center bottom;
}
ul#foot li {
    display: inline-block;
    font-size: 1.2em;
    margin: 0px 10px;
}
ul#foot li a {
    padding: 0;
    color: #FFF;
}
#strip {
    background-image: url(../images/pixel.png);
    width: 100%;
}
.content {
    font-size: 0.9em;
    background-image: url(../images/fragole.jpg);
    background-size: cover;
    padding: 30px 0;
    min-height: 450px;
    clear: both;
    overflow: hidden;
}
h1 {
    color: #FFF;
    font-size: 3em;
    margin: 0px;
    padding-left: 40px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}
h2 {
    color: #FFF;
    font-size: 2.2em;
    margin: 0px;
    padding-left: 40px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
}
.addresses {
    background-color: rgba(160,10,15,0.85);
    -ms-transform: rotate(-1.8deg); /* IE 9 */
    -webkit-transform: rotate(-1.8deg); /* Chrome, Safari, Opera */
    transform: rotate(-1.8deg);
    width: 100%;
    position: absolute;
    top: 280px;
    padding: 15px 40px;
}
.opening {
    position: absolute;
    top:-90px;
    right: 70px;
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
}
.opening1 {
    display: none;
    position: absolute;
    top:-90px;
    right: 70px;
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
    transform: rotate(-25deg);
}
.address1 p,
.address2 p {
    font-size: 2.2em;
    line-height: 1em;
    color:#FFF;
    margin:0;    
}
.address1 p a,
.address2 p a {
    color:#FFF;  
}
.opening p,
.opening1 p {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fac855;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
    text-align: center;
}

/* ~~ The footer ~~ */
footer {
    position: relative;
    clear: both;
    max-width: 960px;
    width: 100%;
    font-size: 11px;
    margin: 10px auto;
}
footer p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footRight {
    float: right;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
@media screen and (max-width:767px)  {
    body {}
    #navigation .wrapper {
        min-height: 43px;
    }
    .nav-toggle {
        display: block;
    }
    ul.nav li {
        display: block !important;
        margin: 0px;
        text-align: center;
        border-bottom: 1px dotted rgba(255,255,255,0.3);
    }
    .content {
        font-size: 0.8em;
        min-height: 550px;
    }
    .addresses {
        padding: 0 40px 5px 40px;
        top: 170px;
        transform: rotate(-1.8deg);
        width: 100%;
    }
    .address1,
    .address2 {
        margin:20px !important;
    }
    .opening {
        display: none;
    }
    .opening1 {
        display: block;
        bottom:-90px;
        top: auto;
        left: 200px;
        right: auto;
    }
    ul#foot li {
        border-bottom: none;
    }
    .nav li.active a {
        color: #999;
        background: none !important;
    }
    footer p,
    ul#foot {
        text-align: center;
    }
}
@media screen and (max-width:479px)  {
    body {}
    #navigation .wrapper {
        min-height: 43px;
    }
    .nav-toggle {
        display: block;
    }
    ul.nav li {
        display: block !important;
        margin: 0px;
        text-align: center;
        border-bottom: 1px dotted rgba(255,255,255,0.3);
    }
    .content {
        font-size: 0.8em;
        min-height: 550px;
    }
    .addresses {
        padding: 0 40px 5px 40px;
        top: 170px;
        transform: rotate(-1.8deg);
        width: 100%;
    }
    .address1,
    .address2 {
        margin:20px !important;
    }
    .opening {
        display: none;
    }
    .opening1 {
        display: block;
        bottom:-90px;
        top: auto;
        left: 80px;
        right: auto;
        -ms-transform: rotate(-15deg); /* IE 9 */
        -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
        transform: rotate(-15deg);
    }
    ul#foot li {
        border-bottom: none;
    }
    .nav li.active a {
        color: #999;
        background: none !important;
    }
    footer p,
    ul#foot {
        text-align: center;
    }
}