* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Home;
    src: url(HomeVideo-BLG6G.ttf) format('truetype');
}

body {
    max-width: 100%; overflow-x:hidden;
    background-color: black;
	font-family: Home !important;
}
.banner img{max-width:100%;}
a, a:active, a:focus{
    outline: none;
}

:root {
    --currentbp_center: 980px;
    --currentbp_center_half: calc(var(--currentbp_center) / 2);
    --clrr: #ffc857;

}

.pagina {
    display: grid;
    grid-template-columns: 1fr var(--currentbp_center) 1fr;
    grid-template-areas:
    ".      pos1       ."
    ".      header      ."
    "brk    brk        brk"
    "cl      cc         cr"
    ".      footer      ."
    ".      fine   .";
}

.middlecolumn {
    grid-column: 2/3;
}
.hangright {
    justify-self: right;
}
.hangleft {
    justify-self: left;
}

.fg {
    z-index: 10;
    position: relative;
}
.mg {
    z-index: 9;
    position: relative;
}
.bg {
    z-index: 2;
    position: relative;
}

.fillbar { 
    width: 100%;
    height: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1;
}

.overfillcenter {
    grid-column: 2/3;
    grid-row:1/2;
}


.passthroughgrid {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns:inherit;
    grid-template-rows: inherit;
}
.mt20 {
    margin-top: 20px;
}
.header {
    display: grid;
    margin-right:4px;
}
.pos1 {
    width: 846px;
    height: 30px;
    grid-area: pos1;
    background-color: var(--clrr);
    margin: 10px 4px 10px 0px;
    transition-duration: 0.35s;
}
.pos1:hover {
    background-color:#FCBE20;
}
#pos1links {
    margin-top: 7px;
    margin-right: 10px;
}
.pos1 a p {
    margin-right: 10px;
}
.header {
    grid-area: header;
    display: grid;

    margin-bottom: 6px;
}
.banner {
    grid-area: banner;
    margin-right: 8px;
    margin-bottom:10px;
}
.breaker {
    grid-area: brk;
    background-color:var(--clrr);
    height: 20px;
}
.fullbreaker {
    grid-column: 1/-1;
    height: 20px;
}
.footerspacebox {
    background: #fff;

    grid-column: 1/ 4;
    grid-row: 5/5;
}
.footer {
    grid-area: footer;
    display: grid;
    grid-template-columns: auto auto 450px auto;
    grid-template-areas:
    "fnav social mask mail"
    "fnav social legal legal";
}


.legal {
    grid-area: legal;
    margin-bottom: 15px;
	 text-align: center;

}


.legal p {
    display: block;
    color: #C4363E;
    text-align: right;
    font-size: 10px;
    line-height: 12px;
   margin:auto;
}



.clearfix {
    clear: both;
}


#synop .fillbar{padding-bottom:40px;}



@media screen and (max-width: 1000px)
{
    :root {
        --currentbp_center: 700px;
    }
    .pagina {
        grid-template-areas:
        "pos1      pos1       pos1"
        ".      header      ."
        "brk    brk        brk"
        "cl      cc         cr"/*  content */
        "footer  footer      footer"
        ".      fine   .";
    }
    

   
    .header {
        grid-template-columns: var(--currentbp_center);
        grid-template-areas:
        "banner"
        "nav";
    }
    .pos1 {
        width: 100%;
        margin: 0px 0px 20px 0px;
        padding-top:10px;
    }
    .banner {
        margin-right: 0px;
    }
    
    .footer {
        grid-template-columns: 1fr 140px 320px 1fr;
        grid-template-areas:
       
    }
    .footernav {
        grid-template-rows: repeat(4, 30px);
        padding: 45px 0px 30px 0px;
    }

   .mask img{margin:auto; }

    .legal {
        justify-self: center;
        margin-left:0px;
    }
   
}

@media screen and (max-width: 700px)
{
    :root {
        --currentbp_center: 100%;
    }
.endof p{font-size:40px;}
#synop img, #leif img{display:none;}
    .header {

        margin-left: auto;
        margin-right: auto;
    }
    .banner {
        
        margin-left: 10px;
        margin-right: 10px;
    }
   
    .footer {
        display:block;
		padding:20px;
    }

    .fnavfill {
        display: block;
    }
  
}
.content {
    grid-column: 1/4;
}

.endof {
    width: 100%;
    height: 66px;
    padding-top:10px;
    text-align: right;
    background-color: #db3a34;
    font-size: 32px;
    line-height: 58px;
    color: #000000;
}

.endof p {
    margin-right: calc(50% - var(--currentbp_center_half) + 10px);
}

.riga {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr var(--currentbp_center) 1fr;
    overflow: hidden;
}

.brand {
    display: grid;
    grid-column: 2/ 3;
    grid-row:1/2;
    overflow: hidden;
}

.tavolona {
    display: grid;
    grid-column: 2/3;
    grid-row:1/2;
    grid-template-columns: 7;
    grid-template-rows: auto auto 1fr;
    row-gap: 0px;
    margin-left: 10px;
    margin-right: 10px;
    align-content: flex-start;
}


#trailer .fillbar {
    background-color: #33658a;
}

#synop .fillbar {
    background-color: #55dde0;
	
}

#synop .tavolona {
    grid-template-columns: 680px;
    text-align: right;
	font-size:21px;
	padding-top:25px;
}

#leif .fillbar {
    background-color: var(--clrr);

}
#leif .tavolona {
    font-size:30px;
	padding-top:80px;

}

}

#foto .hogbard {
    background-image: none;
}


#foto .fillbar {
    background-color: #aec3b0;
}
#foto .brand img {
    width: 321px;
    margin-top: 10px;
    margin-right: 10px;
}
#foto .tavolona img{width:320px; text-align:left; float:left; margin:0;}
@media screen and (max-width: 1000px)
{

#foto .tavolona img{width:340px; text-align:left; float:left; margin:0;}


    
    #trailer .brand img {
        margin-right: 0px;
        margin-left: 70px;
        width: 320px;
    }
    #trailer .hogbard {
        height: 43px;
        margin-right: 0px;
    }
    #trailer .tagline {
        height: 19px;
    }

    #synop .hogbard {
        width: 490px;
        margin-top:10px;
    }
    #synop  {
        margin-top: 0px;
    }
  
    #synop .tavolona {
        grid-template-columns: 430px; font-size:19px;
		
    }
    #synop .brand img {
        width: 230px;

    }
    
    #foto .brand img {
        width: 238px;
    }

    #leif .brand img {
        width: 290px;
    }

#leif .tavolona {
    font-size:20px;
	padding-top:80px;

}
}

@media screen and (max-width: 1000px)
{
    #foto .tavolona img{width:100%; height:auto;text-align:left; float:left; margin:0;}


    .tavolona {
        margin-left: 0px;
        margin-right: 0px;
		padding:15px;
    }

  

    #trailer .brand {
        margin-right: 0px;
    }
    #trailer .brand img {
        width: 320px;
        
    }
  
   
    #synop .hogbard {
        width: 100%;
        height: 61px;
        margin-top: 20px;
    }
    #synop .subtitle {
        margin-top: 10px;
    }
    #synop .brand img{
        margin-top:50px;
        margin-left: 19px;
        width: 230px;
    }
    #synop .tagline {

        margin-right: 0px;
    }
    #leif .brand {
        margin-right: -10px;
    }
    #leif .brand img {
        width: 276px;
        margin-right: 0px;
    }
    #foto .brand {
        margin-right: -20px;
    }
    #foto .brand img {
        width: 295px;
    }
  
    #synop .taglinesplit {
        background-image: url();

    }
    #foto .taglinesplit {
        background-image: url("");

    }
	#leif .tavolona {
    font-size:17px;
	padding-top:40px;
	padding-bottom:40px;

}
    
  
}

.foto{display:block;}
