/** 
 (useCssVariablesGlobalRootReplace = true) 
 *
 * ALERT! 
 *  Only global variables may be declared and must be placed inside the :root section! 
 *  Other native CSS Variable / CSS Custom Properties functionality like 
 *      the possibility of changing the variables locally (local scope), 
 *      declaring variables inline, 
 *      var() fallbacks etc 
 *  will not work with this set up!
 *  The variables will be extracted and be physically replaced where they are use in the css 
 *  so that older browsers that do not support CSS Variables will see the same result when the 
 *  CSS file is generated on the live site.
 *
 */

body.debug{
 /* visibility: visible; */
}

:root{

/** = START === COLOR KEY === */
	
	/** TEXT BODY - (TEXT color: body text) */
	--color-text-body: #000000;
	
	/** TEXT HEADING */
	--color-text-heading: #222222;
	
	/** LINK - (link, button, link gradient,button border) */
	--color-link: #D30E14;
	--color-link-dark: #c4090c;
	
	/** PRICE - (Pricing, some titles, button, button border) */
	--color-price: #ad0000;
	--color-price-dark: #9d0000;
	
	/** ALERT - (button, button gradient, button border) */
	--color-alert: #8f0303;
	--color-alert-dark: #790202;
	
	/** WARNING ERROR */
	--color-warning: #ad0000;
	--color-warning-dark: #9d0000;
	
	/** RATING */
	--color-rating: #eb8a20;
	--color-rating-dark: #e7731a;
	
	/** BASE - (active state) */
	--color-base: #D30E14;
	--color-base-dark: #c4090c;
	
	/** DARKGRAY - (Usually same as TEXT BODY) */
	--color-darkgray: #3e3e3e;
	--color-darkgray-dark: #323232;
	
	/** MIDGRAY - (menu, menu gradient) */
	--color-midgray: #a1a1a1;
	--color-midgray-dark: #8e8e8e;
	
	/** LIGHTGRAY - (body bg, dotted heading border, search-text, search-text input border bg etc) */
	--color-lightgray: #f9f9f9;
	--color-lightgray-dark: #f5f5f5;
	
	/** PRIMARY BACKGROUND - dark text on light background or light text on dark background ('Dark Mode') */
	--color-background-text: #ffffff;
	/* --color-background-text: #000000; */
	
	/** ACCENT - (CTA 'Call to action': button, button border, gradient) */
	/* --color-accent: #006473; */
	--color-accent: #006472;
	--color-accent-dark: #00505c;
		
	/** VALID - Form color */
	/* --color-valid: green; */
	--color-valid: var(--color-accent);
	
	/** INVALID - Form color */
	/* --color-invalid: red; */
	--color-invalid: var(--color-warning);


	/** INCLUDED: DARKBLUE - Used in e.g Included icon */
	--color-included: var(--color-accent);
	--color-included-dark: var(--color-accent-dark);
	
	/** NOT IMCLUDED: DARKPURPLE - Used in e.g Not-Included icon */
	--color-notincluded: #7b1b37;
	--color-notincluded-dark: #5c1429;

	/** COMPLEMENTARY 1 - (button, button gradient, button border) */
	--color-1: #f9c624;
	--color-1-dark: #f6aa16;
	
	/** COMPLEMENTARY 2 - (button, button gradient, button border) */
	--color-2: #55c87f;
	--color-2-dark: #33ac4c;

	

	/*** NILLES ***/

	/** COMPLEMENTARY: LIGHT-A - Used in e.g bg search engine, breadcrumbs, .block-skin-a, Footer etc */
	--color-light-a: #edecea;
	--color-light-a-dark: #edecea;

	/** COMPLEMENTARY: LIGHT-C - light blue bg Used in e.g startpage contact section  */
	--color-light-c: #e1f1f1;

	/** COMPLEMENTARY: LIGHT-E - Used in e.g startpage poup panel for header user menu  */
	--color-light-e: #e5eff1;


	/**  */
	--color-67bbbf-20: #e1f1f2; /** #f8f3e6 is 20% opacity against white bg of #67bbbf - Used in e.g Category Guides Item background */
	/**  */
	--color-84b7cb-20: #e6f1f5; /** #e6f1f5 is 20% opacity against white bg of #84b7cb - Used in e.g Category tourlist wrapper background */

	/** */
 	--color-a39e9b-20: #ebebec; /** #ebebec is 20% opacity against white bg of #a39e9b - Used in e.g startpage poup panel for search engine */
	--color-a39e9b-50: #d1cecd; /** #d1cecd is 50% opacity against white bg of #a39e9b - Used in e.g startpage poup panel for search engine */
	--color-a39e9b-80: #b5b1af; /** #b5b1af is 80% opacity against white bg of #a39e9b - used as border on '.category-tourlist-box' */	
	--color-a39e9b-full: #a39e9b;
	/** */	
	--color-ddc283-20: #f8f3e6; /** #f8f3e6 is 20% opacity against white bg of #ddc283 - light yellow - Used in e.g ckeditor Travel Skin 1 (.travel-skin-1), guide box */
	--color-ddc283-full: #ddc283; /** Used in e.g Blog Sidebar Background */
	/** */
	--color-light-tablerow-oddeven: #f2f2f2;
	--color-light-tableborder-oddeven: #e3e3e3;

	/** nav-next-button (light pink) */
	--color-nav-light: #e49e9f;
	/*--color-nav: #cd909f;*/
	--color-nav: #D30E14;
	--color-nav-dark: #c4090c;
	
	/** */	
	--color-title-a: #d30e14;
	
	/** COMPLEMENTARY: DARK-NAVY */
	/* --color-light-a: #00394d; */
	/* --color-light-a-dark: #002e3e; */
	
	/** startpage box quotations dark (gold) */
	--color-qtd: #ab9563;
	/** startpage box quotations BG (LIGHT-gold) */
	--color-qtl: #efe9dd;
	
	/** country / destination count/quantity (purple) */
	--color-shade-a: #791431;		
	
	
	/** search engine icon (Bright red) */
	--color-shade-b: #ff011f;
	
	/** transport icon (red) */
	--color-shade-c: #ac231d;

	--color-shade-d: #666666;
	--color-shade-e: #999999;
	--color-shade-f: #bfbfbf;
	--color-shade-g: #ae1b1f;
	--color-shade-h: #a49d9b;
	/** cms temp table source example (figcaption) */
	--color-shade-i: #808285; 
	/**/
	--color-dark-a: #000000;
	--color-dark-b: #0d0d0d;
	--color-dark-c: #333333;	
	--color-dark-d: #020202;
	--color-dark-e: #050505;
	--color-dark-f: #b6aa99;
	
	
	
	/*--color-tag: #004356;*/
	--color-tag: #000000;
	--color-ttimesinfo: #77787b;
	--color-blogborder: #d2d2d2;

	--color-searchpopuptext: #181719;
	
	/** CKEDITOR ('content-master.css'): */
	--color-travel-skin-2:#f2f8fa;
	--color-travel-skin-3:#f6f5f5;
	
	
	/************* / ****************/  
	
	/*** / ***/
	
	
	--color-print-text-body: var(--color-text-body);
	--color-print-text-heading: var(--color-text-heading);
	--color-print-link: var(--color-link);
	--color-print-rating: var(--color-rating);
	--color-print-lightgray: var(--color-lightgray);
	--color-print-lightgray-dark: var(--color-lightgray-dark);


/** = END === color KEY === */

/** = START === font KEY === */
	--font-family-univers-standard: 'UniversLTStd','Roboto Condensed','Roboto',Tahoma,Geneva,sans-serif;							
	/* --font-weight-ultralight: 100; */
	--font-weight-univers-standard: normal;
	--font-style-univers-standard: normal;
	
	--font-family-univers-light: 'UniversLTStd-Light','Roboto Condensed','Roboto',Tahoma,Geneva,sans-serif;							
	/* --font-weight-ultralight: 100; */
	--font-weight-univers-light: normal;
	--font-style-univers-light: normal;
	
	--font-family-univers-bold: 'UniversLTStd-Bold','Roboto Condensed','Roboto',Tahoma,Geneva,sans-serif;							
	/* --font-weight-ultralight: 100; */
	--font-weight-univers-bold: normal;
	--font-style-univers-bold: normal;
	
	--font-family-univers-lightcn: 'UniversLTStd-LightCn','Roboto Condensed','Roboto',Tahoma,Geneva,sans-serif;							
	/* --font-weight-ultralight: 100; */
	--font-weight-univers-lightcn: normal;
	--font-style-univers-lightcn: normal;
	
	--font-family-univers-boldcn: 'UniversLTStd-BoldCn','Roboto Condensed','Roboto',Tahoma,Geneva,sans-serif;							
	/* --font-weight-ultralight: 100; */
	--font-weight-univers-boldcn: normal;
	--font-style-univers-boldcn: normal;
	
	--font-family-dobraslab-book: 'DobraSlab-Book','Roboto Condensed','Roboto',Tahoma,Geneva,sans-serif;							
	/* --font-weight-ultralight: 100; */
	--font-weight-dobraslab-book: normal;
	--font-style-dobraslab-book: normal;
	
	--font-family-dobraslab-medium: 'DobraSlab-Medium','Roboto Condensed','Roboto',Tahoma,Geneva,sans-serif;							
	/* --font-weight-ultralight: 100; */
	--font-weight-dobraslab-medium: normal;
	--font-style-dobraslab-medium: normal;



	
	/** FONT BODY - (TEXT color: body text) */
	--font-family-body: var(--font-family-univers-light);
	--font-weight-body: normal;
	--text-transform-body: none;
	--font-style-body: normal;
	
	--font-family-body-bold: var(--font-family-univers-bold);
	--font-weight-body-bold: normal;
	--text-transform-body-bold: none;
	--font-style-body-bold: normal;
	
	--font-family-body-italic: var(--font-family-univers-light);
	--font-weight-body-italic: normal;
	--text-transform-body-italic: none;
	--font-style-body-italic: oblique;
	
	/** FONT HEADING */
	--font-family-heading: var(--font-family-univers-boldcn);
	--font-weight-heading: normal;
	/* --text-transform-heading: uppercase; */
	--text-transform-heading: none;
	--font-style-heading: normal;
	
	/** FONT PREAMBLE */
	--font-family-preamble: var(--font-family-univers-light);
	--font-weight-preamble: normal;
	--text-transform-preamble: none;
	--font-style-preamble: normal;
	
	/** FONT QUOTATION */
	--font-family-quotation: var(--font-family-univers-light);
	--font-weight-quotation: normal;
	--text-transform-quotation: none;
	--font-style-quotation: italic;
	
	/** FONT BUTTON */	
	--font-family-button: var(--font-family-univers-bold);
	--font-weight-button: normal;
	--text-transform-button: normal;
	--font-style-button: normal;
	--font-size-button: 1.4rem;
	--line-height-button: 1.2;
	--letter-spacing-button: 0;

	/** FONT BUTTON - LIGHT */
	--font-family-light-button: var(--font-family-univers-light);
	--font-weight-light-button: normal;
	--text-transform-light-button: var(--text-transform-button);
	--font-style-light-button: var(--font-style-button);
	--font-size-light-button: var(--font-size-button);
	--line-height-light-button: var(--line-height-button);
	--letter-spacing-light-button: var(--letter-spacing-button);

	
	/** FONT HERO HEADING */
	--font-family-hero-heading: var(--font-family-dobraslab-medium);
	--font-weight-hero-heading: normal;
	--text-transform-hero-heading: none;
	--font-style-hero-heading: normal;
	/* --font-size-hero-heading: 9rem; */
	--font-size-hero-heading: 6rem;
	--line-height-hero-heading: 1.2;
	--letter-spacing-hero-heading: 0;
	--margin-top-hero-heading: 0;
	--padding-top-hero-heading: 0;
	--padding-bottom-hero-heading: 0;
	--margin-bottom-hero-heading: 0;
	
	/** FONT HERO SUBHEADING */
	--font-family-hero-subheading:var(--font-family-dobraslab-medium);
	--font-weight-hero-subheading: normal;
	--text-transform-hero-subheading: none;
	--font-style-hero-subheading: normal;
	--font-size-hero-subheading: 4rem;
	--line-height-hero-subheading: 1.2;
	--letter-spacing-hero-subheading: 0;
	--margin-top-hero-subheading: 0;
	--padding-top-hero-subheading: 0;
	--padding-bottom-hero-subheading: 0;
	--margin-bottom-hero-subheading: 0;  
	
	/** FONT GRID HEADING */
	--font-family-grid-heading: var(--font-family-dobraslab-medium);
	--font-weight-grid-heading: normal;
	--text-transform-grid-heading: none;
	--font-style-grid-heading: normal;
	--font-size-grid-heading: 2.8rem;
	--line-height-grid-heading: 1.2;
	--letter-spacing-grid-heading: 0;
	--margin-top-grid-heading: 0;
	--padding-top-grid-heading: 0;
	--padding-bottom-grid-heading: 0;
	--margin-bottom-grid-heading: 0;
	
	
	/** TEASER BOX (Heading and text) - see page 3: http://www.travelize.se/newdesign/NillesBuss/korrIn/200508_cm5-mockups-2/styleguide_fonts_buttons.pdf */
	
	/** FONT TEASER HEADING */
	--font-family-teaser-heading: var(--font-family-dobraslab-medium);
	--font-weight-teaser-heading: normal;
	--text-transform-teaser-heading: none;
	--font-style-teaser-heading: normal;
	--font-size-teaser-heading: 2.4rem;
	--line-height-teaser-heading: 1.2;
	--letter-spacing-teaser-heading: 0;
	--margin-top-teaser-heading: 0;
	--padding-top-teaser-heading: 0.8rem;
	--padding-bottom-teaser-heading: 0.8rem;
	--margin-bottom-teaser-heading: 0;
	
	/** FONT TEASER TEXT */
	--font-family-teaser-text: var(--font-family-univers-light);
	--font-weight-teaser-text: normal;
	--text-transform-teaser-text: none;
	--font-style-teaser-text: normal;
	--font-size-teaser-text: 1.5rem;
	--line-height-teaser-text: 1.333;
	--letter-spacing-teaser-text: 0;
	--margin-top-teaser-text: 0;
	--padding-top-teaser-text: 0;
	--padding-bottom-teaser-text: 0;
	--margin-bottom-teaser-text: 0;


/** = END === font KEY === */

/** = START === type KEY === */

	/** TYPE BODY */
	--font-size-body: 1.5rem;
	--line-height-body: 1.6;
	--letter-spacing-body: 0;

	/**
	 * !!! custom - Nilles requested adjustment !!!
	 * "... Brødtekst body: 18px ...", 
	 * Added this instead of changing @--font-size-body as it effects layout using EM.
	 * Admin Link: http://www.travelize.se/krk/admin/posts.asp?id={E3061E0D-42B3-45A4-886C-D36E8C020FCE}
	*/
	/*--font-size-brodtekst: 1.8rem;*/
	--font-size-brodtekst: 1.2em; /** 15px x 1.2 = 18px */
	
	/** TYPE H1 */
	--font-family-h1:var(--font-family-dobraslab-medium);
	--font-weight-h1:normal;
	--text-transform-h1:none;
	--font-style-h1: normal;
	--font-size-h1: 4.8rem;
	--line-height-h1: 1.2;
	--letter-spacing-h1: 0;
	--margin-top-h1: 0;
	--padding-top-h1: 0;
	/* --padding-bottom-h1: 2.6rem; */
	--padding-bottom-h1: 4rem;
	--margin-bottom-h1: 0;
	
	/** TYPE H2 */
	--font-family-h2:var(--font-family-univers-boldcn);
	--font-weight-h2:normal;
	--text-transform-h2:none;
	--font-style-h2: normal;
	--font-size-h2: 3rem;
	--line-height-h2: 1.25;
	--letter-spacing-h2: 0;
	--margin-top-h2: 0;
	--padding-top-h2: 0;
	--padding-bottom-h2: 0.375em;
	--margin-bottom-h2: 0;
	
	/** TYPE H3 */
	--font-family-h3:var(--font-family-univers-boldcn);
	--font-weight-h3:normal;
	--text-transform-h3:none;
	--font-style-h3: normal;
	--font-size-h3: 1.5em;
	--line-height-h3: 1.334;
	--letter-spacing-h3: 0;
	--margin-top-h3: 0;
	--padding-top-h3: 0;
	--padding-bottom-h3: 0.25em;
	--margin-bottom-h3: 0;
	
	/** TYPE BOX-TITLE */
	--font-family-box-title: var(--font-family-univers-boldcn);
	--font-weight-box-title: var(--font-weight-heading);
	--text-transform-box-title: var(--text-transform-heading);
	--font-style-box-title: normal;
	--font-size-box-title: 1.5em;
	--line-height-box-title: 1.334;
	--letter-spacing-box-title: 0;
	--margin-top-box-title: 0;
	--padding-top-box-title: 0;
	/* --padding-bottom-box-title: 0.25em; */
	--padding-bottom-box-title: 0.65em;
	--margin-bottom-box-title: 0;
	
	
	/*** MAGASIN - ALLER ***/
	--font-family-magasin: var(--font-family-body-italic);
	--font-weight-magasin: var(--font-weight-body-italic);
	--text-transform-magasin: var(--text-transform-body-italic);
	--font-style-magasin: var(--font-style-body-italic);
	/*** / ***/

	
/** = END === type KEY === */ 

/** = START === NILLES BUTTON KEY === */
	/** See page 1: http://www.travelize.se/newdesign/NillesBuss/korrIn/200508_cm5-mockups-2/styleguide_fonts_buttons.pdf */

	/** BUTTON SKIN DEFAULT  - spec. refrenece 'CONVERSION CTA' (.button) */
	--font-family-skin-default-button:var(--font-family-button);
	--font-weight-skin-default-button:var(--font-weight-button);
	--text-transform-skin-default-button:var(--text-transform-button);
	--font-style-skin-default-button:var(--font-style-button);
	--font-size-skin-default-button:var(--font-size-button);
	--line-height-skin-default-button:var(--line-height-button);
	--letter-spacing-skin-default-button:var(--letter-spacing-button);
	--text-color-skin-default-button:#fff;
	--background-color-skin-default-button:var(--color-base);
	--border-color-skin-default-button:var(--color-base-dark);
	
	/* --font-family-skin-default-button-hover:var(--font-family-skin-default-button); */
	/* --font-weight-skin-default-button-hover:var(--font-weight-skin-default-button); */
	/* --text-transform-skin-default-button-hover:var(--text-transform-skin-default-button); */
	/* --font-style-skin-default-button-hover:var(--font-style-skin-default-button); */
	/* --font-size-skin-default-button-hover:var(--font-size-skin-default-button); */
	/* --line-height-skin-default-button-hover:var(--line-height-skin-default-button); */
	/* --letter-spacing-skin-default-button-hover:var(--letter-spacing-skin-default-button); */

	/* --text-color-skin-default-button-hover:#fff; */
	/* --background-color-skin-default-button-hover:var(--color-shade-g); */
	/* --border-color-skin-default-button-hover:var(--color-shade-g); */

	--text-color-skin-default-button-hover:#fff;
	--background-color-skin-default-button-hover:var(--color-base-dark);
	--border-color-skin-default-button-hover:var(--color-base-dark);
	

	/** BUTTON SKIN DEFAULT - LIGHT - spec. refrenece 'FILTER SUBMIT' (.button-skin-default-light) */
	--font-family-skin-default-light-button:var(--font-family-light-button);
	--font-weight-skin-default-light-button:var(--font-weight-light-button);
	--text-transform-skin-default-light-button:var(--text-transform-light-button);
	--font-style-skin-default-light-button:var(--font-style-light-button);
	--font-size-skin-default-light-button:var(--font-size-light-button);
	--line-height-skin-default-light-button:var(--line-height-light-button);
	--letter-spacing-skin-default-light-button:var(--letter-spacing-light-button);
	--text-color-skin-default-light-button:var(--text-color-skin-default-button);
	--background-color-skin-default-light-button:var(--background-color-skin-default-button);
	--border-color-skin-default-light-button:var(--border-color-skin-default-button);
	
	/* --font-family-skin-default-light-button-hover:var(--font-family-skin-default-light-button); */
	/* --font-weight-skin-default-light-button-hover:var(--font-weight-skin-default-light-button); */
	/* --text-transform-skin-default-light-button-hover:var(--text-transform-skin-default-light-button); */
	/* --font-style-skin-default-light-button-hover:var(--font-style-skin-default-light-button); */
	/* --font-size-skin-default-light-button-hover:var(--font-size-skin-default-light-button); */
	/* --line-height-skin-default-light-button-hover:var(--line-height-skin-default-light-button); */
	/* --letter-spacing-skin-default-light-button-hover:var(--letter-spacing-skin-default-light-button); */

	--text-color-skin-default-light-button-hover:var(--text-color-skin-default-button);
	--background-color-skin-default-light-button-hover:var(--background-color-skin-default-button);
	--border-color-skin-default-light-button-hover:var(--border-color-skin-default-button);

	/* --text-color-skin-default-light-button-hover:#ffffff; */
	/* --background-color-skin-default-light-button-hover:var(--color-base-dark); */
	/* --border-color-skin-default-light-button-hover:var(--color-base-dark); */

	/** BUTTON SKIN A - spec. refrenece 'INFORMATION CTA' (.button-skin-a) */
	--font-family-skin-a-button:var(--font-family-univers-bold);
	/* --font-weight-skin-a-button:600; */
	--font-weight-skin-a-button:normal;
	--text-transform-skin-a-button:var(--text-transform-button);
	--font-style-skin-a-button:var(--font-style-button);
	--font-size-skin-a-button:var(--font-size-button);
	--line-height-skin-a-button:var(--line-height-button);
	--letter-spacing-skin-a-button:var(--letter-spacing-button);
	--text-color-skin-a-button:var(--color-dark-d);
	--background-color-skin-a-button:#fff;
	--border-color-skin-a-button:var(--color-shade-g);
	
	/* --font-family-skin-a-button-hover:var(--font-family-skin-a-button); */
	/* --font-weight-skin-a-button-hover:var(--font-weight-skin-a-button); */
	/* --text-transform-skin-a-button-hover:var(--text-transform-skin-a-button); */
	/* --font-style-skin-a-button-hover:var(--font-style-skin-a-button); */
	/* --font-size-skin-a-button-hover:var(--font-size-skin-a-button); */
	/* --line-height-skin-a-button-hover:var(--line-height-skin-a-button); */
	/* --letter-spacing-skin-a-button-hover:var(--letter-spacing-skin-a-button); */
	--text-color-skin-a-button-hover:var(--text-color-skin-default-button);
	--background-color-skin-a-button-hover:var(--background-color-skin-default-button);
	--border-color-skin-a-button-hover:var(--border-color-skin-default-button);


	/** BUTTON SKIN B - spec. refrenece e.g 'Filter font page CTA' (.button-skin-b) */
	--font-family-skin-b-button:var(--font-family-univers-bold);
	/* --font-weight-skin-b-button:600; */
	--font-weight-skin-b-button:normal;
	--text-transform-skin-b-button:var(--text-transform-button);
	--font-style-skin-b-button:var(--font-style-button);
	--font-size-skin-b-button:var(--font-size-button);
	--line-height-skin-b-button:var(--line-height-button);
	--letter-spacing-skin-b-button:var(--letter-spacing-button);
	--text-color-skin-b-button:#fff;
	--background-color-skin-b-button:var(--color-accent);
	--border-color-skin-b-button:var(--color-accent);
	
	/* --font-family-skin-b-button-hover:var(--font-family-skin-b-button); */
	/* --font-weight-skin-b-button-hover:var(--font-weight-skin-b-button); */
	/* --text-transform-skin-b-button-hover:var(--text-transform-skin-b-button); */
	/* --font-style-skin-b-button-hover:var(--font-style-skin-b-button); */
	/* --font-size-skin-b-button-hover:var(--font-size-skin-b-button); */
	/* --line-height-skin-b-button-hover:var(--line-height-skin-b-button); */
	/* --letter-spacing-skin-b-button-hover:var(--letter-spacing-skin-b-button); */
	--text-color-skin-b-button-hover:var(--text-color-skin-b-button);
	--background-color-skin-b-button-hover:var(--background-color-skin-b-button);
	--border-color-skin-b-button-hover:var(--border-color-skin-b-button);


	/** BUTTON SKIN B - LIGHT - spec. refrenece e.g 'Information CTA2' , 'Find rejse - top menu' (.button-skin-b-light) */
	--font-family-skin-b-light-button:var(--font-family-light-button);
	--font-weight-skin-b-light-button:var(--font-weight-light-button);
	--text-transform-skin-b-light-button:var(--text-transform-light-button);
	--font-style-skin-b-light-button:var(--font-style-light-button);
	--font-size-skin-b-light-button:var(--font-size-light-button);
	--line-height-skin-b-light-button:var(--line-height-light-button);
	--letter-spacing-skin-b-light-button:var(--letter-spacing-light-button);
	--text-color-skin-b-light-button:var(--text-color-skin-b-button);
	--background-color-skin-b-light-button:var(--background-color-skin-b-button);
	--border-color-skin-b-light-button:var(--border-color-skin-b-button);
	
	/* --font-family-skin-b-light-button-hover:var(--font-family-skin-b-light-button); */
	/* --font-weight-skin-b-light-button-hover:var(--font-weight-skin-b-light-button); */
	/* --text-transform-skin-b-light-button-hover:var(--text-transform-skin-b-light-button); */
	/* --font-style-skin-b-light-button-hover:var(--font-style-skin-b-light-button); */
	/* --font-size-skin-b-light-button-hover:var(--font-size-skin-b-light-button); */
	/* --line-height-skin-b-light-button-hover:var(--line-height-skin-b-light-button); */
	/* --letter-spacing-skin-b-light-button-hover:var(--letter-spacing-skin-b-light-button); */
	--text-color-skin-b-light-button-hover:var(--text-color-skin-b-button);
	--background-color-skin-b-light-button-hover:var(--background-color-skin-b-button);
	--border-color-skin-b-light-button-hover:var(--border-color-skin-b-button);


	/*** TAGS ***/
	--font-family-tag-button:var(--font-family-button);
	--font-weight-tag-button:var(--font-weight-button);
	--text-transform-tag-button:var(--text-transform-button);
	--font-style-tag-button:var(--font-style-button);
	--font-size-tag-button:var(--font-size-button);
	--line-height-tag-button:var(--line-height-button);
	--letter-spacing-tag-button:var(--letter-spacing-button);
	--text-color-tag-button:#fff;
	--background-color-tag-button:var(--color-shade-g);
	--border-color-tag-button:var(--color-shade-g);
	
	/* --font-family-tag-button-hover:var(--font-family-button); */
	/* --font-weight-tag-button-hover:var(--font-weight-button); */
	/* --text-transform-tag-button-hover:var(--text-transform-button); */
	/* --font-style-tag-button-hover:var(--font-style-button); */
	/* --font-size-tag-button-hover:var(--font-size-button); */
	/* --line-height-tag-button-hover:var(--line-height-button); */
	/* --letter-spacing-tag-button-hover:var(--letter-spacing-button); */
	--text-color-tag-button-hover:#fff;
	--background-color-tag-button-hover:var(--color-shade-g);
	--border-color-tag-button-hover:var(--color-shade-g);

	/*** SHOW MORE IMAGES ***/
	--font-family-moreimages-button:var(--font-family-button);
	--font-weight-moreimages-button:var(--font-weight-button);
	--text-transform-moreimages-button:var(--text-transform-button);
	--font-style-moreimages-button:var(--font-style-button);
	--font-size-moreimages-button:var(--font-size-button);
	--line-height-moreimages-button:var(--line-height-button);
	--letter-spacing-moreimages-button:var(--letter-spacing-button);
	--text-color-moreimages-button:#fff;
	--background-color-moreimages-button:var(--color-shade-g);
	--border-color-moreimages-button:var(--color-shade-g);
	
	/* --font-family-moreimages-button-hover:var(--font-family-button); */
	/* --font-weight-moreimages-button-hover:var(--font-weight-button); */
	/* --text-transform-moreimages-button-hover:var(--text-transform-button); */
	/* --font-style-moreimages-button-hover:var(--font-style-button); */
	/* --font-size-moreimages-button-hover:var(--font-size-button); */
	/* --line-height-moreimages-button-hover:var(--line-height-button); */
	/* --letter-spacing-moreimages-button-hover:var(--letter-spacing-button); */
	--text-color-moreimages-button-hover:#fff;
	--background-color-moreimages-button-hover:var(--color-shade-g);
	--border-color-moreimages-button-hover:var(--color-shade-g);

	/*** READ MORE / FOLD IN/OUT ***/
	--font-family-toggle-button:var(--font-family-button);
	--font-weight-toggle-button:var(--font-weight-button);
	--text-transform-toggle-button:var(--text-transform-button);
	--font-style-toggle-button:var(--font-style-button);
	--font-size-toggle-button:var(--font-size-button);
	--line-height-toggle-button:var(--line-height-button);
	--letter-spacing-toggle-button:var(--letter-spacing-button);
	--text-color-toggle-button:#fff;
	--background-color-toggle-button:var(--color-shade-g);
	--border-color-toggle-button:var(--color-shade-g);
	
	/* --font-family-toggle-button-hover:var(--font-family-button); */
	/* --font-weight-toggle-button-hover:var(--font-weight-button); */
	/* --text-transform-toggle-button-hover:var(--text-transform-button); */
	/* --font-style-toggle-button-hover:var(--font-style-button); */
	/* --font-size-toggle-button-hover:var(--font-size-button); */
	/* --line-height-toggle-button-hover:var(--line-height-button); */
	/* --letter-spacing-toggle-button-hover:var(--letter-spacing-button); */
	--text-color-toggle-button-hover:#fff;
	--background-color-toggle-button-hover:var(--color-shade-g);
	--border-color-toggle-button-hover:var(--color-shade-g);


	/*** SEE ALL ***/
	--font-family-seeall-button:var(--font-family-button);
	--font-weight-seeall-button:var(--font-weight-button);
	--text-transform-seeall-button:var(--text-transform-button);
	--font-style-seeall-button:var(--font-style-button);
	--font-size-seeall-button:var(--font-size-button);
	--line-height-seeall-button:var(--line-height-button);
	--letter-spacing-seeall-button:var(--letter-spacing-button);
	--text-color-seeall-button:#fff;
	--background-color-seeall-button:var(--color-shade-g);
	--border-color-seeall-button:var(--color-shade-g);
	
	/* --font-family-seeall-button-hover:var(--font-family-button); */
	/* --font-weight-seeall-button-hover:var(--font-weight-button); */
	/* --text-transform-seeall-button-hover:var(--text-transform-button); */
	/* --font-style-seeall-button-hover:var(--font-style-button); */
	/* --font-size-seeall-button-hover:var(--font-size-button); */
	/* --line-height-seeall-button-hover:var(--line-height-button); */
	/* --letter-spacing-seeall-button-hover:var(--letter-spacing-button); */

	--text-color-seeall-button-hover:#fff;
	--background-color-seeall-button-hover:var(--color-shade-g);
	--border-color-seeall-button-hover:var(--color-shade-g);
	
	/* --text-color-seeall-button-hover:#fff; */
	/* --background-color-seeall-button-hover:var(--color-base-dark); */
	/* --border-color-seeall-button-hover:var(--color-base-dark); */
		
	/**/


/** = END === NILLES BUTTON KEY === */

/** = START === misc KEY === */

	/** MISC BOX */
	--border-radius-box: 0;
	
	/** MISC IMAGE */
	--border-radius-image: 0;
	
	/** MISC BUTTON */
	/*   --border-radius-button: 1rem; */
	--border-radius-button: 2rem;
	
	/** MISC FORM INPUT */
	--border-radius-input: 1.2em;

/** = END === misc KEY === */ 

}