@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100|Volkhov:400,700');

.header{
    position: fixed !important;    
    top: 0;
    left: 0;
    right: 0;
}
.toolbar .header {
    top: 30px;
}
.toolbar.toolbar-drawer .header {
    top: 64px;
}

#ascb{
    font: 300 17px/1.7 'Roboto Slab', serif;
}

#ascb h1{
	margin: 0;
}

#ascb h2{
	font-size: inherit;
	font-weight: 200;
}

#ascb strong{
    font-weight: 500;
}

#ascb .anchor-sticky {
    position: relative;
    top: -185px;
    left: 0;
    width: 1px;
    height: 0;
}
.toolbar #ascb .anchor-sticky {
    top: -215px;
}
.toolbar.toolbar-drawer #ascb .anchor-sticky {
    top: -250px;
}

#ascb .text-orange{ color: #E7500E; }
#ascb .text-yellow{ color: #FFFF00; }

#ascb .btn.btn-orange{
    background: transparent;
    border: solid 2px #E7500E;
    color: #E7500E;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 0;
    transition: .3s;
}

#ascb .btn.btn-orange:hover,
#ascb .btn.btn-orange:active,
#ascb .btn.btn-orange:focus,
#ascb .btn.btn-orange:active:focus{
    background: #E7500E;
    color: #fff;
}

/* TMB */
#ascb .thumbnails{
    padding-left: 30px;
    padding-right: 30px;
}

#ascb figure.tmb{
    background: #000;
    font-size: 28px;
    line-height: 1;
    width: 100%;
    height: 140px;
    margin: 0 0 40px;
    position: relative;
}

#ascb figure.tmb a,
#ascb figure.tmb > div{
    color: #fff;
    width: 100%;
    height: 100%;
}

#ascb figure.tmb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
    opacity: .6;
}

#ascb figure.tmb:hover img{
    opacity: 1;
}

#ascb figure.tmb figcaption{
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    position: absolute;
    transition: .3s;
    z-index: 10;
}

#ascb figure.tmb:hover figcaption{
    color: transparent;
}


#ascb figure.tmb.disabled{
	cursor: default;
}

#ascb figure.tmb.disabled a{
	cursor: default;
}

#ascb figure.tmb.disabled img,
#ascb figure.tmb.disabled:hover img{
	opacity: 1;
}

#ascb figure.tmb.disabled:hover figcaption{
	color: #fff;
}




#ascb .row{
    margin-left: 0;
    margin-right: 0;
}
#ascb .row.no-gutters [class^=col-]{
    padding-left: 0;
    padding-right: 0;
}


/** Page header **/

#ascb .page-header{
    background: url('../img/inspiraciones/ascb/m-clouds.jpg') no-repeat center / cover;
    color: #fff;
    border: none;
    text-align: center;
    padding: 115px 20px 20px;
    margin: 0;
    left: 0;
    right: 0;
    position: relative;
    transition: .3s;
    z-index: 100;
}

#ascb .page-header .hash{
    width: 240px;
    transition: .3s;
}

#ascb .page-header .page-header-body{
    margin-top: 20px;
    transition: .3s;
    overflow: hidden;
}

#ascb .page-header.in{
    padding: 110px 20px 15px;
    position: fixed;
}

#ascb .page-header.in .page-header-body{
    margin-top: 0;
    height: 0;
    opacity: 0;
}

#ascb .page-header.in .hash{
    width: 130px;
}

#ascb .page-header-spacer{
    transition: .3s;
}

#ascb .page-header.in + .page-header-spacer{
    height: 190px;
}

#ascb .plyr{
	
}


#ascb .plyr .plyr__poster{
	background-size: cover !important;
}

#ascb .plyr .plyr__video-embed{
    /* margin-top: -7.4%; */
    /* margin-bottom: -7.4%; */
}

#ascb .plyr.plyr--stopped .plyr__controls{
    opacity: 0;
    pointer-events: none;
}

#ascb .plyr .plyr__control.plyr__control--overlaid{
    background: none;
    border-style: solid;
    border-width: 42px 0 42px 74px;
    border-color: transparent transparent transparent #ff4d35;
    width: 0;
    height: 0; 
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

#ascb .plyr .plyr__control.plyr__control--overlaid svg{
    display: none;
}



#ascb .video-bar{
    background: rgba(0,0,0,.7);
    padding: 15px 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    transition: .3s;
    transform: translateY(200%);
    z-index: 30;
}

#ascb .video-bar.in{
    transform: translateY(0);
}

#ascb .video-bar .container{
    width: 100%;
    max-width: 480px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

#ascb .video-bar .container > div{
    min-height: 30px;
    min-width: 200px;
    position: relative;
}

#ascb .video-bar .container .toggler{
    background: rgba(0,0,0,.7) url('../img/inspiraciones/ascb/angle-up.svg') no-repeat center / 26px;
    width: 40px;
    height: 35px;
    padding: 15px;
    right: 0;
    top: -50px;
    position: absolute;
    cursor: pointer;
}

#ascb .video-bar button{
    background: rgba(0,0,0,.5);
    border: solid 1px #fff;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    padding: 7px 24px;
    border-radius: 8px;
    right: 0;
    position: absolute;
    transition: .3s;
}

#ascb .video-bar #toVideo{
    display: none;
    cursor: pointer;
}

#ascb .video-bar #toVideo button{
    margin: -45px auto 20px;
    display: block;
    position: relative;
}


/** OPEN **/
#ascb .video-bar.open #toVideo + button{
    opacity: 0;
    visibility: hidden;
}

#ascb .video-bar.open .container .toggler{
    background-image: url('../img/inspiraciones/ascb/angle.svg');
}


/** Section #1 **/

#ascb .section-1{
    background: url('../img/inspiraciones/ascb/m-fabric.jpg');
		text-align: center;
		overflow-x: hidden;
}

#ascb .section-1 header{
    font-weight: 200;
    line-height: 1.1;
    text-align: initial;
    padding: 15px 20px 50px 60px;
}

#ascb .section-1 .title-1{
    font-size: 60px;
    position: relative;
}

#ascb .section-1 .img-responsive{
	width: 100%;
}

#ascb .section-1 .title-1::before{
    content: '/';
    color: #66b32e;
    font-size: 100px;
    font-weight: 100;
    line-height: .7;
    left: -40px;
    top: 6px;
    position: absolute;
}

#ascb .section-1 .title-2{
    color: #66B32E;
    font-size: 42px;
    text-align: right;
}

#ascb .section-1 .title-3{
    color: #FF0000;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
}

#ascb .section-1 .section-content [class^=col-]{
    padding: 0;
}

#ascb .section-1 .text{
    padding: 0 30px 40px;
}

#ascb .section-1 footer{
    text-align: center;
		padding: 30px;
		margin-top: 70px;
}


/** Section #2 **/
#ascb .section-2{
    background: #8CB1BF url('../img/inspiraciones/ascb/m-flavor.jpg') no-repeat center bottom / 100% auto;
    text-align: center;
    padding-bottom: 640px;
}

#ascb .section-2 header{
    font-size: 50px;
    font-weight: 200;
    line-height: 1;
    padding: 50px 30px 50px 50px;
}

#ascb .section-2 header .title{
    position: relative;
}

#ascb .section-2 .title::before{
    content: '/';
    color: #ffff00;
    font-size: 100px;
    font-weight: 100;
    line-height: .7;
    left: -35px;
    top: -10px;
    position: absolute;
}


#ascb .section-2 .text{
    padding: 20px 30px 50px;
}


/** Section #3 **/

#ascb .section-3{
    background: url('../img/inspiraciones/ascb/m-fabric.jpg');
    padding-bottom: 30px;
    text-align: center;
}

#ascb .section-3 header{
    padding: 60px 20px 50px 40px;
}

#ascb .section-3 header .title{
    color: #008acb;
    font-size: 52px;
    font-weight: 200;
    line-height: 1;
    position: relative;
}

#ascb .section-3 .title::before{
    content: '/';
    color: #66b32e;
    font-size: 90px;
    font-weight: 100;
    line-height: .7;
    left: -15px;
    top: -5px;
    position: absolute;
}

#ascb .section-3 .text{
    padding: 0 30px 40px;
}


#ascb .section-3 .grid figure{
    background: #000;
    cursor: pointer;
    height: 240px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#ascb .section-3 .grid figure img{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    transition: .3s;
    opacity: .6;
}

#ascb .section-3 .grid figure figcaption{
    color: #fff;
    font: 300 23px/1.2 'Volkhov', serif;
    padding: 0 50px;
    transition: .3s;
    position: relative;
    z-index: 10;
}

#ascb .section-3 .grid figure figcaption::after{
    content: '';
    background: #fff;
    width: 56px;
    height: 2px;
    margin: 15px auto 0;
    display: block;
}


#ascb .section-3 .grid figure figcaption .angle{
    background: url('../img/inspiraciones/ascb/angle.svg') no-repeat center top / 35px;
    width: 35px;
    height: 22px;
    margin-left: -17.5px;
    left: 50%;
    bottom: -200px;
    position: absolute;
    transition: .3s;
}


#ascb .section-3 .grid figure.active{
    background: #05b2b2;
}

#ascb .section-3 .grid figure.active img{
    opacity: 0;
}

#ascb .section-3 .grid figure.active figcaption::after{
    visibility: hidden;
}

#ascb .section-3 .grid figure.active figcaption .angle{
    bottom: -20px;
}


#ascb .section-3 .grid .big-img{
    padding: 0 !important;
    margin-bottom: -30px;
    overflow: hidden;
    transition: .8s ease-in-out;
}

#ascb .section-3 .grid .big-img .img-wrapper{
    margin-top: -100%;
    position: relative;
    transition: .8s ease-in-out;
}

#ascb .section-3 .grid .big-img .img-wrapper img{
    width: 100%;
}

#ascb .section-3 .grid .big-img.active{
    margin-bottom: 0;
}

#ascb .section-3 .grid .big-img.active .img-wrapper{
    margin-top: 0;
}

#ascb .section-3 .grid .big-img .close{
    background: url('../img/inspiraciones/ascb/btnclose.png') no-repeat center / 64px;
    width: 64px;
    height: 64px;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 1;
    z-index: 20;
}


/** Section #4 **/

#ascb .section-4{
    background: #3F628E url('../img/inspiraciones/ascb/m-wine.jpg') no-repeat center bottom / 100% auto;
    color: #fff;
    text-align: center;
    padding-bottom: 640px;
		/* margin-bottom: -134px; */
		margin-bottom: -87px;
}

#ascb .section-4 header{
    font-weight: 200;
    line-height: 1;
    padding: 60px 20px 50px 60px;
}

#ascb .section-4 header .title-1{
    font-size: 86px;
    text-align: initial;
    padding-bottom: 20px;
    position: relative;
}

#ascb .section-4 header .title-1::before{
    content: '/';
    color: #ffff00;
    font-size: 100px;
    font-weight: 100;
    line-height: .7;
    left: -40px;
    top: 13px;
    position: absolute;
}

#ascb .section-4 header .title-2{
    color: #ffff00;
    font-size: 50px;
    text-align: right;
}

#ascb .section-4 .text{
    padding: 0 30px 50px;
}


/*
.bg-footer{
    background: #cbcbcb;
}

.bg-footer + .bg-footer{
    background: #e1e1e1;
    border-top: solid 1px #fff;
}

.footer-links a{
    color: #1a292e;
    text-align: center;
}

.footer-webs > a.collapsed{
    color: #1a292e;
}
*/



/*---------------------------------------------------*/
/*                                      SM
/*---------------------------------------------------*/

@media (min-width: 768px) {

    .node-type-static-menu-sticky .main-container.container {
        width: 100%;
        max-width: 1400px;
        padding: 0;
    }

    .islas-container{
        background: #616B6F;
    }


    #ascb .thumbnails{
        padding-left: 80px;
        padding-right: 80px;
    }

    #ascb figure.tmb{
        height: 340px;
    }
    #ascb .row{
			margin-left: -15px;
			margin-right: -15px;
    }


    /** Page header **/
    /*
    #ascb .page-header{
        margin-top: 179px;
    }
    */

    #ascb .page-header .page-header-body{
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #ascb .page-header.in + .page-header-spacer{
        height: 188px;
    }


    /** Video **/

    #ascb #video{
        background: url('../img/inspiraciones/ascb/video-bg.jpg') no-repeat center / cover;
        height: 580px;
    }

    #ascb .video-bar .plyr{
        width: 300px;
    }

    #ascb .video-bar .container{
        max-width: 1400px;
    }


    /** Section 1 **/

    #ascb .section-1{
        background: url('../img/inspiraciones/ascb/fabric.jpg');
        padding-bottom: 130px;
    }

    #ascb .section-1 header{
        text-align: center;
        padding-top: 30px;
        padding-bottom: 80px;
    }

    #ascb .section-1 .title-1,
    #ascb .section-1 .title-2{
        display: inline-block;
    }

    #ascb .section-1 .title-1{
        font-size: 82px;
    }

    #ascb .section-1 .title-2{
        font-size: 68px;
        padding-left: 10px;
        text-align: initial;
    }

    #ascb .section-1 .title-3{
        font-size: 40px;
        text-align: right;
        padding-top: 15px;
        padding-right: 30px;
    }

    #ascb .section-1 .section-content{
        width: 75%;
        margin: auto;
    }

    #ascb .section-1 .section-content [class^=col-]{
        padding-left: 15px;
        padding-right: 15px;
    }

    #ascb .section-1 .text{
        text-align: initial;
        padding: 0;
    }


    #ascb .section-1 footer{
        padding: 0;
    }

    #ascb .btn.btn-orange{
        font-size: 30px;
        padding: 12px 38px;
    }


    /** Section #2 **/

    #ascb .section-2{
        background: #8CB1BF url('../img/inspiraciones/ascb/flavor.jpg') no-repeat center bottom / cover;
        text-align: left;
        /* padding-bottom: 640px; */
    }

    #ascb .section-2 .section-content{
        width: 65%;
        margin: auto;
    }

    #ascb .section-2 header{
        font-size: 95px;
        padding-top: 90px;
        padding-bottom: 40px;
    }

    #ascb .section-2 .title::before{
        font-size: 140px;
        left: -70px;
        top: 5px;
    }

    #ascb .section-2 .text{
        padding-bottom: 110px;
    }


    /** Section #3 **/

    #ascb .section-3{
        text-align: initial;
    }

    #ascb .section-3 header{
        padding-top: 150px;
    }

    #ascb .section-3 header .title{
        font-size: 80px;
    }

    #ascb .section-3 .title::before{
        font-size: 130px;
        left: -70px;
    }

    #ascb .section-3 .section-content{
        width: 80%;
        margin: 0 auto;
    }

    #ascb .section-3 .text{
        padding-bottom: 100px;
    }


    #ascb .section-3 .grid{
        padding-left: 15px;
        padding-right: 14px;
    }

    #ascb .section-3 .grid .grid-item-1{ width: 22%; }
    #ascb .section-3 .grid .grid-item-2{ width: 28%; }
    #ascb .section-3 .grid .grid-item-3{ width: 17%; }
    #ascb .section-3 .grid .grid-item-4{ width: 33%; }
    #ascb .section-3 .grid .grid-item-5{ width: 33%; }
    #ascb .section-3 .grid .grid-item-6{ width: 17%; }
    #ascb .section-3 .grid .grid-item-7{ width: 28%; }
    #ascb .section-3 .grid .grid-item-8{ width: 22%; }

    #ascb .section-3 .grid figure{
        text-align: center;
        transition: .3s;
    }

    #ascb .section-3 .grid figure img{
        transition: .3s;
    }

    #ascb .section-3 .grid figure:hover:not(.active){
        background: #0f5454;
    }

    #ascb .section-3 .grid figure:hover:not(.active) img{
        opacity: .8;
    }

    #ascb .section-3 .grid .big-img .close{
        background-size: 110px;
        width: 110px;
        height: 110px;
    }


    /** Section #4 **/

    #ascb .section-4{
        background: #3F628E url('../img/inspiraciones/ascb/wine.jpg') no-repeat center bottom / cover;
        text-align: initial;
        margin-bottom: 0;
    }

    #ascb .section-4 .section-content{
        margin: 0 80px 0 200px;
    }

    #ascb .section-4 header{
        padding: 120px 0 50px;
    }

    #ascb .section-4 header .title-1,
    #ascb .section-4 header .title-2{
        display: inline-block;
    }

    #ascb .section-4 header .title-1{
        font-size: 150px;
    }

    #ascb .section-4 header .title-1::before{
        font-size: 150px;
        left: -90px;
        top: 25px;
    }

    #ascb .section-4 header .title-2{
        font-size: 80px;
        letter-spacing: 2px;
        padding-left: 20px;
    }


    #ascb .section-4 .text{
        padding: 0 0 100px;
    }


}


.main-container{ z-index: 39; }
/* .page-scroll-up{ z-index: 40 !important; } */
.page-scroll-up.visible{
    display: none;
}




/*---------------------------------------------------*/
/*  Lang: EN
/*---------------------------------------------------*/

.idioma-en #ascb .section-2 header{ font-size: 40px; }
.idioma-en #ascb .section-4 header .title-1{ font-size: 62px; }

@media (min-width: 768px){

    .idioma-en #ascb .section-2 header{ font-size: 90px; }

}

/*---------------------------------------------------*/
/*  Lang: DE
/*---------------------------------------------------*/

.idioma-de #ascb .section-2 header .title span{ font-size: 34px; }
.idioma-de #ascb .section-4 header .title-1{ font-size: 60px; }


@media (min-width: 768px){

    .idioma-de #ascb .section-2 header .title span{ font-size: inherit; }
    .idioma-de #ascb .section-4 header .title-1{ font-size: 80px; }

}

/*---------------------------------------------------*/
/*  Lang: FR
/*---------------------------------------------------*/

.idioma-fr #ascb .section-1 .title-1{ font-size: 52px; }
.idioma-fr #ascb .section-1 .title-2{ font-size: 20px; }

.idioma-fr #ascb .section-2 header{ font-size: 30px; }
.idioma-fr #ascb .section-2 .title::before{ 
    font-size: 30px;
    padding-bottom: 30px;
    top: 0;
    left: -30px;  
}

.idioma-fr #ascb .section-3 header{ 
    text-align: left; 
    padding-left: 50px;
}

.idioma-fr #ascb .section-3 .title::before{ left: -35px; }
.idioma-fr #ascb .section-4 header .title-1{ padding-bottom: 0; }


@media (min-width: 768px){

    .idioma-fr #ascb .section-1 .title-1{ font-size: 60px; }
    .idioma-fr #ascb .section-1 .title-2{ font-size: 40px; }

    .idioma-fr #ascb .section-2 header{ font-size: 62px; }
    .idioma-fr #ascb .section-2 .title::before{ 
        font-size: 100px;
        left: -50px;  
    }

    .idioma-fr #ascb .section-3 .title::before{ left: -60px; }

    .idioma-fr #ascb .section-4 header .title-1{ font-size: 130px; }

}

/*---------------------------------------------------*/
/*  Lang: NL (holandes)
/*---------------------------------------------------*/

.idioma-nl #ascb .section-2 header{ font-size: 40px; }
.idioma-nl #ascb .section-4 header .title-1{ font-size: 50px; }


@media (min-width: 768px){

    .idioma-nl #ascb .section-2 header{ font-size: 85px; }
    .idioma-nl #ascb .section-4 header .title-1{ font-size: 90px; }
    .idioma-nl #ascb .section-4 header .title-1::before{ 
        font-size: 120px; 
        left: -70px;
        top: 15px;
    }

}

/*---------------------------------------------------*/
/*  Lang: NO (noruego)
/*---------------------------------------------------*/

.idioma-no #ascb .section-4 header .title-1{ padding-bottom: 0; }


/*---------------------------------------------------*/
/*  Lang: SV (sueco)
/*---------------------------------------------------*/

.idioma-sv #ascb .section-1 .title-3{ font-size: 25px; }
.idioma-sv #ascb .section-2 header{ font-size: 46px; }
.idioma-sv #ascb figure.tmb{ font-size: 22px; }
.idioma-sv #ascb .section-4 header .title-1{ font-size: 54px; }


@media (min-width: 768px){

.idioma-sv #ascb .section-4 header .title-1{ font-size: 110px; }

}