@charset "UTF-8";
/* CSS Document */

  *{margin: 0; padding: 0;}

/* GENERAL */

.SHEBA{
    background-color: black;
    color: white;
}

h1{
    font-size: 3.5rem;
	 font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 6px;
    font-weight: 200;
}
h2{
    font-size: 2rem;
    text-transform: uppercase;
    display: inline-block;
     font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    line-height: 1.5;
	letter-spacing: 4px;
    font-weight: 200;
    max-width: 80%;
}

h3{
    font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    font-size: 26px;
    margin-top: 8px;
	line-height: 120%;
    margin-bottom: 10px;
    color: white;
    font-weight: 200;
}
h4{
	font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    line-height: 30px;
   font-size: 18px;
    padding: 40px;
    max-width: 60%;
	
	letter-spacing: 6px;
    margin: 0 auto;
	text-transform: uppercase;
}
p{
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin-top: 0;
    display: inline-block;
    font-family: GeoEditRegular,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    max-width: 80%;
}

.separator {
    background-color: #fc0;
    height: 4px;
    line-height: 0;
    width: 40px;
    display: inline-block;
    margin: 2%;
}
.btn_main {
    font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    background: none;
    z-index: 1;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    background: #ffcc00;
}
/* NAVEGATION*/
.title{
    justify-content: center;
    

}
.title_videos{
	padding: 16px;
}

.section2 {
    position: relative;
    text-align: center;
}

.section2_title{
	padding-top: 100px;
}

.section1 img{
    width: 100%;
}


.container{
      text-align: center;
}



.ng-globalnav--kettle {
    height: 49px;
    background-color: white;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
   align-items: center;
   }
    
.ng-logo-box img{
    align-content: center;
    padding: 11px;
    margin: 0 10px;}

/*PAID_BANNER*/
.header-menu {
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    position: fixed;
    top: 49px;
    z-index: 100;
}
.header-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-menu span {
    font-size: 14px;
    color: #fff;
    font-family: GeoBrandBold,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
    font-weight: normal;
}

.header-menu li a:hover {
    color: #FFCC00;
}

/*HEADER*/
.section1{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-between;
    position: relative;
}


.title_section1 h2 {
    font-family: GeoBrandBold,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    color: white;
    /* margin-top: 10%; */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
    opacity: 1;
}

.title_section1 {
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.section1 img{
    width: 100%;
    position: relative;;
    background-color: #000;
    opacity: 0.75;
}

.header_img.desktop{display:block}
.header_img.mobile{display:none}

@media (max-width: 600px) {
   .header_img.mobile{display:block}
    .header_img.desktop{display:none}  
}

/* BLOCK 2 - MAP */
.module {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 80px 0;
     background: #fff;
}

div#block2 {
    position: relative;
    padding-top: 55px;
    background: #249baf;
    color: #ffffff;
}
.subtitle{
    padding: 40px;
}

.mobileOnly {
    display: none;
    }

@media (max-width: 600px){
      .toolpitmap{
        width: 100vw;
        overflow-x: scroll;

    }
  
    .toolpitmap-wrapper{
        width: 250%;
        max-width: none;
        overflow: scroll;
    }
    .mobileOnly {
    color: white;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 0;
    font-family: 'GeographWeb-Regular', helvetica;
}
.mobileOnly svg {
    width: 24px;
    fill: white;
    margin-right: 7px;
    position: relative;
    top: 5px;
    }
    .tip{
    display: none;
    }
}


div#block6 {
    padding-bottom: 0;
   
   
}
div#block7 {
    padding-bottom: 0;
    
}

.module>div {
	padding: 40px 20px 0 20px;
	max-width: 1020px;
}

.fullwidth {
	margin: 0 auto;
	max-width: 1600px;
	flex-direction: row;
}

.fullwidth>div {
	max-width: 1600px;
}



.fullwidth.grid>div {
	width: calc(100% / 3);
    min-width: 355px;
    padding: 0;
    min-height: 500px;
    height: 550px;
}

.fullwidth.grid > div:nth-child(2n){
    margin: 0 10px;
}

.carruousel>div {
	max-width: 100%;
	padding: 0;
}

.module.image {
	background-color: rgb(247, 247, 247);
}

.link_image {
	display: block;
	position: relative;
	width: 555px;
	height: 370px;
	overflow: hidden;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.link_image:hover img {
	transform: scale(1.2);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.link_image {
	width: 555px;
	height: 370px;
}

.link_image img {
	width: 100%;
}

.image_text_module {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	text-align: left;
}

.image_text_module div:nth-child(2n) {
	padding: 60px 40px;
}



.content_videos{
	display: flex;
}

/* GALLERY */
    
@media only screen and (max-width: 768px){
.content_videos{
	display: block;
}
}
* {
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}
img{
    vertical-align:middle;
}
*:focus { outline: none; }
a, a:hover{
    text-decoration: none;
    color: white;
}

section{
    position: relative;
}


p a, p a:visited{
    color:#ffcc00;
    text-decoration: underline;
}
p{
    line-height: normal;
}


.image-thumb p{
    padding-top: 20px;
}

/* GALLERY */
.section-gallery{
    z-index: 5;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.section-gallery h1{
    margin-top: 0px;
}

.thumbnails{
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 2em auto 4em auto;
    white-space: nowrap;
}
.thumbnails .flipster__item--current img{
    border: 4px solid #ffcc00;
    margin: 0 2px;
}
.thumbnails .flipster__item{
    margin: 0 7px;
}
.thumbnails img{
    max-height: 70px;
    margin: 0 2px;
}

@media (max-width: 767px) {
    #goTop {bottom:10px;
            right:10px;
            transform:rotate(-90deg) scale(.6)}
    .password{font-size:17px;}
.passblock{font-size:26px;}
    }

.section2_subtitle{
	padding: 5%;
}

.about{
    width: 40%;
    text-align: left;
    padding: 54px;
}

.sub-1-section > div{
	position: absolute; 
    height: 100%;
    left: 0; 
    right: 0; 
    z-index: 1; 
    /*background: linear-gradient(to left, rgba(255,255,255,0), rgba(0,0,0,1));*/
}

.highlight_bg.small{display:none}
.highlight_bg .mobile img{
    display: none;
    }
.sub-1-section .highlight_bg{
    width: 100%; 
    }

.section_text{
    background: #000; 
    display: inline-block; 
    margin-top: -5px}


.section_text .sub-linker-sections span{
    margin: 0}


.sub-main-container{
    max-width: 1600px; 
    margin: 0 auto}


.section6_subtitle{
    padding-bottom: 5%;
}

.section6{
	    width: 50%;
       position: relative;
    text-align: center;
    padding: 100px 0 100px 0;
    background-image: url(../images/section6.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
.section7{
	    width: 50%;
       position: relative;
    text-align: center;
    padding: 100px 0 100px 0;
    background-image: url("../images/section7_2.jpg");
	background-repeat: no-repeat;
    background-size: cover;
}
.arrow_down {
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 7%;
    
}
.arrow{
    display: flex;
    justify-content: center;
}
@media (min-width: 768px){
    .arrow_down {
    display: block;
}
}

@media (max-width: 768px){
.section7{
    background-image: url("../images/section7_2_mobile.png")?;
    padding: 50px 0 50px 0;
	width: 100%;
}
	.section6{
		width: 100%;
		padding: 50px 0 50px 0;
	}
	
    
}
/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  MOBILE */
@media (max-width: 768px) {
    h4{
    line-height: 25px;
   font-size: 16px;
    padding: 20px;
    max-width: 90%;
    margin: 0 auto;
}
    .title_section1 h2{
      font-size: 30px;
        letter-spacing: 4px;
    }
}

   
  
 
/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  MOBILE SPECIALS*/
@media (max-width: 475px) {
    .aviable-btn img {
        margin-top: 1em;
    }

    #carousel-videos .flipster__button{
        top: 39% !important;
    }
    h4{
        padding: 0;
    }
    .arrow{
        display: none;
    }
    .video_gallery_2{
        padding: 20px 0!important;
    }
}

.sub-5-section{
	  padding: 0 150px; 
}

.sub-section. .sub-5-section{ 
    padding-bottom: 40px;
    background-color: black;
}



.sub-5-section .sub-art-unit h3:hover{
    color:#b0b0b0;
}

.sub-5-section .sub-subtitle{
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    margin-top: 1px;
	 color: #000;
	font-family: 'GeographWeb-Regular';
}


.sub-33{
    width: 50%;
    PADDING: 30PX;
    display: inline-flex;
    margin-right: -4px;
  
}


.sub-5-section .netherland{
    background-color: #ffcc00;
	    background-image: url('../images/desktop-section-1.jpg');
}



.sub-5-section .sub-image-unit{
    position: relative;
}



.sub-5-section .sub-art-unit a{ font-size: 18px; color: #000}

.sub-5-section .sub-image-unit img{
    width: 100%;
}
.sub-5-section article .sub-more-photos{
 
    background-repeat: no-repeat;
    height: 60px;
    width: 72px;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin-top: 0;
    top: calc(100% - 64px);
    z-index: 9999;

}
.sub-5-section .sub-show-more-but{
    display: none;
}

.sub-5-section .sub-linker-sections span{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: black;
    margin-top: 50px;
}
    

.sub-5-section .netherland{
    background-color: #ffcc00;
	    background-image: url('../images/desktop-section-1.jpg');
}



.sub-5-section article .sub-art-unit{
    margin: 30px;

}
.sub-5-section .sub-image-unit{
    position: relative;
}
.sub-5-section .sub-art-unit h1:hover{
    color:#d0d0d0;
}

.sub-art-unit{
	color: black;
	
}
.sub-art-unit h3{
	color: black;
	    font-family: 'GeoBrandMedium';
	
}
.sub-5-section .sub-art-unit h2{
   text-transform: uppercase;
    font-size: 11px;
    color: black;
    letter-spacing: 4px;
    margin-top: 10px;
    border-left: 1px solid black;
    padding: 0 20px;
    border-right: 1px solid black;
    display: inline-block;
	
}


.sub-5-section .sub-art-unit a{ font-size: 18px; color: #000}

.sub-5-section .sub-image-unit img{
    width: 100%;
}
.sub-5-section article .sub-more-photos{
  /*  background-image: url("https://specials.fnghub.com/ng/uk/subaru/11/images/more-photos.png");*/
    background-repeat: no-repeat;
    height: 60px;
    width: 72px;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin-top: 0;
    top: calc(100% - 64px);
    z-index: 9999;

}
.sub-5-section .sub-show-more-but{
    display: none;
}

.sub-5-section .sub-linker-sections span{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: black;
    margin-top: 50px;
}

.about p{
    margin: 10px;
}

.about h2{
    margin: 10px;
}
.highlight_bg.mobile{display:none}
.highlight_bg.small{display:none}
.highlight_bg.desktop{display:block}

.title_carousel{
	padding-top: 5%;
}

.subtitle_carousel{
	padding-bottom: 4%;
}

/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  RESPONSIVE */

/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  LAPTOP */
@media (max-width: 1366px) {
    .about {
    width: 52%;
    text-align: left;
    padding: 54px;
}
  
}
@media (max-width: 1200px) {
   .highlight_bg.mobile{display:block}
    .highlight_bg.desktop{display:none}
    .highlight_bg.small{display:none}
    
    .about{
        width: 62%;
    }
  
}

/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  IPAD LANDSCAPE */
@media (max-width: 1024px) {
 h1{
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5;
}
h2{
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    display: inline-block;
    font-family: GeoBrandMedium,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    line-height: 1.5;
    margin: 10px 10px;
}

h3{
    font-family: GeoEditRegular,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    letter-spacing: 4.5px;
    font-size: 20px;
    margin-top: 8px;
	line-height: 120%;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    margin: 10px 10px;
}
p{
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin-top: 0;
    display: inline-block;
    font-family: GeoEditRegular,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    line-height: 1.5;
}
    
}


.sub-linker-sections p{
    color: #FFF;
    display: block;
    padding: 30px 30px 30px 30px;
    font-size: 26px;
    letter-spacing: 0px;
    /*margin-left: 160px;
    margin-right: 160px;*/
	line-height: 150%;
}
	.arrow_down{display: block}
	




/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  IPAD PORTRAIT */
@media (max-width: 1200px) {
.sub-5-section {
    padding: 0px;
}
}
@media (max-width: 768px) {
    .highlight_bg.mobile{display:none}
    .highlight_bg.desktop{display:none}
    .highlight_bg.small{display:block; position: relative;}
    .about {
        width: fit-content;
            padding: 25px;
    }
	
	h1{
		font-size: 40px;
	}
    
    h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    font-family: GeoBrandMedium,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    line-height: 1.5;
    margin: 10px 10px;
}

    
    .sub-1-section > div {
        position: relative;}
    .sub-5{
        width: 100%;
        float: initial;
        margin-right: initial;
    }
    .sub-33{
        width: 100%;
        margin-right: 0;
    }
	
	.sub-5-section{
	  padding:0px; 
}
	.sub-5-section article .sub-art-unit{
		margin: 0;
	}
   
    .sub-5-section .sub-articles-container{
        max-width: 500px;
        margin: auto;
    }
    .sub-5-section .sub-subtitle{
        margin-top: 10px;
        font-size: 20px;
        letter-spacing: 4px;
    }
    .sub-5-section .sub-title{
        font-size: 30px;
        letter-spacing: 4px;
		padding: 0 10px
        
    }
    .sub-5-section .sub-art-unit p, .sub-5-section .sub-art-unit a{
        font-size: 14px; margin-top: 10px
    }
    .sub-5-section .sub-show-more-but{
        /*display: block;*/
		 display: none!important;
        width: 240px;
        margin: auto;
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        border: 1px solid black;
        padding: 10px;
        letter-spacing: 4px;
        cursor: pointer;
        margin-top: 20px;

    }
    
    /*Show first 2 articles by default*/
    .sub-5-section article:nth-child(-n+3){
        display:block;
    }
    
.sub-5-section .sub-articles-container {
    max-width: 500px;
    margin: auto;
}
        
    
     .sub-5{
        width: 100%;
        float: initial;
        margin-right: initial;
    }
    .sub-33{
        width: 100%;
        margin-right: 0;
    }
   
    .sub-5-section .sub-articles-container{
        max-width: 90%;
        margin: auto;
    }
    .sub-5-section .sub-subtitle{
        margin-top: 10px;
        font-size: 20px;
        letter-spacing: 4px;
    }
    .sub-5-section .sub-title{
        font-size: 30px;
        letter-spacing: 4px;
		padding: 0 10px
        
    }
    .sub-5-section .sub-art-unit p, .sub-5-section .sub-art-unit a{
        font-size: 16px; margin-top: 10px
    }
    .sub-5-section .sub-show-more-but{
        /*display: block;*/
		 display: none!important;
        width: 240px;
        margin: auto;
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        border: 1px solid black;
        padding: 10px;
        letter-spacing: 4px;
        cursor: pointer;
        margin-top: 20px;

    }
    
    /*Show first 2 articles by default*/
    .sub-5-section article:nth-child(-n+3){
        display:block;
    }

   
}




/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  MOBILE */


@media screen and (max-width: 321px) {
    
	.toolpitmap-header p:nth-child(2){display: none}
	#section-3 .toolpitmap-header h1, #section-3 .toolpitmap-header h2{font-size: 36px}
	 /*   .sub-5-section article .sub-art-unit{
        margin: 20px;
		width: 100%;
    }*/
	 .sub-5{
        width: 100%;
        float: initial;
        margin-right: initial;
    }
    .sub-33{
        width: 100%;
        margin-right: 0;
    }
   
    .sub-5-section .sub-articles-container{
        max-width: 500px;
        margin: auto;
    }
    .sub-5-section .sub-subtitle{
        margin-top: 10px;
        font-size: 20px;
        letter-spacing: 4px;
    }
    .sub-5-section .sub-title{
        font-size: 30px;
        letter-spacing: 4px;
		padding: 0 10px
        
    }
    .sub-5-section .sub-art-unit p, .sub-5-section .sub-art-unit a{
        font-size: 14px; margin-top: 10px
    }
    .sub-5-section .sub-show-more-but{
        /*display: block;*/
		 display: none!important;
        width: 240px;
        margin: auto;
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        border: 1px solid black;
        padding: 10px;
        letter-spacing: 4px;
        cursor: pointer;
        margin-top: 20px;

    }
   
    /*Show first 2 articles by default*/
    .sub-5-section article:nth-child(-n+3){
        display:block;
    }
    .about {
    padding: 14px;
}

   
}



.ng-logo-box img {
    align-content: center;
    padding: 0px;
    padding-left: 15px;
}
.GlobalFooter__Copyright__Item--text{max-width:none;}
