@charset "UTF-8";
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
input[type="submit"]{box-sizing: content-box;}
.clear{content: " "; height: 0; width: 100%; clear: both; display: block;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
html {-webkit-font-smoothing: antialiased;}
input{-webkit-appearance: none;}
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;}
.clear{content: " "; height: 0; width: 100%; clear: both; display: block;}
html {
    -webkit-font-smoothing: antialiased;
}
body{
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiasing;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-smooth: always;
    text-rendering: optimizeLegibility;
}
input{
    -webkit-appearance: none;
}
input[type="submit"]{
    box-sizing: content-box;
}
::-moz-selection {
}
::selection{
}
@font-face {
    font-family: 'TrashHand';
    src: url('./fonts/TrashHand.eot');
}

@font-face {
    font-family: 'TrashHand';
    src: url('./fonts/TrashHand.woff') format('woff'),
    url('./fonts/TrashHand.svg#TrashHand') format('svg');
}
@font-face {
    font-family: 'CourierPrime';
    src: url('./fonts/Courier_Prime.eot');
}

@font-face {
    font-family: 'CourierPrime';
    src: url('./fonts/Courier_Prime.woff') format('woff'),
    url('./fonts/Courier_Prime.svg#CourierPrime') format('svg');
}
@font-face {
    font-family: 'CourierPrime-BoldItalic';
    src: url('./fonts/Courier_Prime_Bold_Italic.eot');
}

@font-face {
    font-family: 'CourierPrime-BoldItalic';
    src: url('./fonts/Courier_Prime_Bold_Italic.woff') format('woff'),
    url('./fonts/Courier_Prime_Bold_Italic.svg#CourierPrime-BoldItalic') format('svg');
}

body{
    font-family: 'TrashHand';
    font-weight: normal;
    font-style: normal;
    background-color: #000;
    min-width: 820px;
}
#fullpage .section .bg{
    position: absolute;
    z-index: 0;
    top: 0; left: 0;
    right: 0; bottom: 0;
}
#intro_c{
    position: absolute;
    left: 50%; top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-58%);
    -moz-transform: translate(-50%,-58%);
    -ms-transform: translate(-50%,-58%);
    -o-transform: translate(-50%,-58%);
    transform: translate(-50%,-58%);
    text-align: center;
    font-family: monospace;
    color: #FFF;
    font-size: 28px;
    line-height: 36px;
    font-family: 'CourierPrime';
    font-weight: normal;
    font-style: normal;
}
#intro_c svg{
    display: inline-block;
}
#intro_c h2{
    margin: 12px auto;
}
#arrow_down{
    z-index: 10;
    position: absolute;
    left: 50%;
    bottom: 36px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: bottom .4s;
    -moz-transition: bottom .4s;
    -ms-transition: bottom .4s;
    -o-transition: bottom .4s;
    transition: bottom .4s;
    cursor: pointer;
}
#arrow_down:hover{
    bottom: 48px;
}
.fp-controlArrow{
    border: 0 !important;
    width: 36px !important;
    height: 36px !important;
    text-align: center;
    line-height: 46px;
    background-color: rgba(255,255,255,.6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 26px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.fp-controlArrow:hover{
    background-color: rgba(255,255,255,.9);
}
.fp-controlArrow.fp-next span{
    position: relative;
    left: 1px;
}
.fp-controlArrow.fp-prev span{
    position: relative;
    right: 1px;
}
.fp-slidesNav ul li a{
    border: 2px solid #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    height: 12px !important;
    width: 12px !important;
}
.fp-slidesNav ul li a span{
    background-color: transparent !important;
    display: block;
    width: 90%;
    height: 90%;
    position: relative;
    top: 2px;
}
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li a:hover span{
    background-color: #FFF !important;
    height: 10px !important;
    width: 10px !important;
    margin: -5px 0 0 -5px !important;
    
    
}
#about{
    background: #F8F3EB;
}
#main,
#header{
    min-width: 820px;
}
#about_cont{
    box-sizing: border-box;
    padding: 5% 10%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    height: 100%;
}
#about_wrap{
    display: inline-block;
    width: 60%;
    max-width: 1280px;
    padding-left: 20%;
    position: relative;
    margin: 0 10%;
    
}
#vert_macello{
    position: absolute;
    left: 0; top: 0;
    width: 18%;
    height: 100%;
}
#oriz_macello{
    display: inline-block;
    max-width: 80%;
}
strong{
    font-family: 'CourierPrime-BoldItalic';
    font-style: normal;
    font-weight: normal;
}
.mono{
    font-family: 'CourierPrime';
    font-weight: normal;
    font-style: normal;
}
#about_text{
    text-align: left;
    font-size: 18x;
    line-height: 21px;
}
#about_text h1{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
}
.red{
    color: #C54D56;
}
.grey{
    color: #677789;
}
#about_wrap{
    
}
.food{
    -webkit-transform: translateY(1080px);
    -moz-transform: translateY(1080px);
    -ms-transform: translateY(1080px);
    -o-transform: translateY(1080px);
    transform: translateY(1080px);
    -webkit-transition: 2s ease;
    -moz-transition: 2s ease;
    -ms-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
}
.food.vis{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.sword{
    -webkit-transform: translateY(-1080px);
    -moz-transform: translateY(-1080px);
    -ms-transform: translateY(-1080px);
    -o-transform: translateY(-1080px);
    transform: translateY(-1080px);
    -webkit-transition: 2s ease;
    -moz-transition: 2s ease;
    -ms-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
}
.sword.vis{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#spied.rotate{
/*
    -webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
*/
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotateX(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotateX(360deg); }
}
@keyframes spin {
    100% { -webkit-transform: rotateX(360deg); transform:rotateX(360deg); } 
}

#oriz_macello .text{
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: 2s ease;
    -moz-transition: 2s ease;
    -ms-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
}
#oriz_macello .text.vis{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#menu_links{
    position: relative;
    z-index: 10;
    text-align: center;
}
#menu_links a{
    display: inline-block;
    vertical-align: middle;
    margin: 88px;
}

#contact{
    text-align: center;
}

#cont2,
#cont{
    display: inline-block;
    text-align: left;
    padding: 48px;
    padding: 28px;
    background-color: #FFF;
    font-family: 'CourierPrime';
    font-size: 22px;
    line-height: 28px;
    font-size: 14px;
    line-height: 18px;
    /* -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); */
    position: absolute;
    left: 32px;
    top: 174px; 
}
#cont2{
  left: auto;
  right: 32px;
}

#cont2 h1,
#cont2 h2,
#cont h1,
#cont h2{
    font-family: 'TrashHand';
}
#cont2 h1,
#cont h1{
    background-image: url('../assets/black_bg.png');
    color: #FFF;
    font-size: 42px;
    padding: 10px 18px 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: inline-block;
}
#cont h1,
#cont2 h1{
  background: none;
  color: #000;
  line-height: 42px;
}
#cont,
#cont2{
  /* max-width: 240px; */
}
#cont2 h2,
#cont h2{
    font-size: 36px;
    line-height: 42px;
    margin: 12px 0 6px;
}
#cont2 a,
#cont a{
    text-decoration: none;
    color: #000;
}
#cont2 a:hover,
#cont a:hover{
    text-decoration: underline;
}

#map{
    position: absolute;
    left: 0; top: 80px;
    bottom: 40px; right: 0;
    /* right: 50%; */
		
    z-index: 0;
}
#map2{
    position: absolute;
    left: 50%; top: 80px;
    bottom: 40px; right: 0;
    z-index: 0;
    border-left: 5px solid #000;
}

#map_content,
#map_content2{
    font-family: 'CourierPrime';
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

#header{
    height: 80px;
    background-color: rgba(29,29,27,.7);
    position: fixed;
    top: 0px;
    left: 0; right: 0;
    z-index: 1001;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#header.scrolled{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

#footer{
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    height: 40px;
    background-color: #FFF;
    font-family: 'CourierPrime';
    line-height: 40px;
    text-align: left;
}
#footer .right{
    float: right;
}
#footer a{
    text-decoration: none;
    color: #000;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#footer a:hover{
    color: #EC881D;
}
#footer span{
    height: 40px;
    display: inline-block;
    padding: 0 24px;
    font-size: 14px;
    line-height: 44px;
}

#nav_logo{
    height: 50px;
    margin: 12px 24px;
    display: inline-block;
    position: relative;
}
.nav_svg{
    display: inline-block;
}
#nav_logo_hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#nav_logo.vis #nav_logo_hover{
    opacity: 1;
}
#head,
#foots{
    display: block;
    height: 100%;
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto;
}

#header nav{
    float: right;
    display: inline-block;
    height: 100%;
}

#header nav a{
    color: #FFF;
    font-size: 22px;
    line-height: 80px;
    display: inline-block;
    height: 100%;
    margin: 0 12px;
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#header nav a.entry{
    width: 78px;
    text-align: center;
    position: relative;
}
#header nav a.entry.long{
  width: 150px;
}
#header nav a.entry span{
    position: relative;
    z-index: 100;
}
#header nav a.entry:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0; right: 0;
    top: 50%;
    margin-top: -13px;
    height: 26px;
    width: 100%;
    z-index: 0;
    background-image: url('/assets/entry_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#social{
    display: inline-block;
    margin: 0 24px 0 12px;
}
#header nav #social a{
    font-size: 18px;
}

#header a.entry.active,
#header a.entry:hover{
    color: #000;
}

#header a.entry.active:before,
#header a.entry:hover:before{
    opacity: 1;
}

#cookie_banner{
    font-family: 'CourierPrime';
    position: fixed;
    left: 0; right: 0;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    font-size: 12px;
    line-height: 18px;
    z-index: 101;
}
#cookie_banner a{
    font-size: 12px;
}
.trash{
    font-family: 'TrashHand';
    font-size: 24px;
}
body.delta-privacy{
    background-color: #F8F3EB;
}
body.t404{
    background-color: #F8F3EB;
}
body.t404 #header{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#p404{
    width: 100%;
    max-width: 420px;
    margin: 120px auto;
}

#corona,
#popup{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 470px;
		-webkit-box-shadow: 10px 10px 21px -9px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 21px -9px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 21px -9px rgba(0,0,0,0.75);
		-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#corona img{
	max-width: 100%;
	display: block;
}
#dismiss_pop{
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: -30px;
    right: -30px;
    font-size: 24px;
    color: #C3535C;
    cursor: pointer;
}

@media all and (max-width: 1050px){
  #header nav a{
    margin: 0 -3px;
  }
}
@media all and (max-width: 840px){
  #header nav a{
    margin: 0;
  }
  #header nav a:first-of-type{
    display: none;
  }




















