/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
What follows is the result of much research on cross-browser styling. Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team.
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Base styles: opinionated defaults
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
Remove text-shadow in selection highlight: https://twitter.com/miketaylr/status/12228805301
Vendor-prefixed and regular ::selection selectors cannot be combined: https://stackoverflow.com/a/16982510/7133471
Customize the background color to match your design.
*/

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/* A better looking default horizontal rule */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers: https://github.com/h5bp/html5-boilerplate/issues/440
*/

/*  responsive/fluid rule  */

img, object, embed {max-width: 100%;}
audio, canvas, iframe, img, svg, video {vertical-align: middle;}
img {vertical-align: auto;}


/* Remove default fieldset styles. */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Allow only vertical resizing of textareas. */

textarea {
    resize: vertical;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Browser Upgrade Prompt
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}





/*  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =


    T H M L L CSS V.1.1  (2018.07.10)     Grid Split gutters with padding


 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  * /




/*    - - - - - - - -     Smme Specific Reset Rules for this Site    - - - - - - - -    */


html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

/*  image hack for GPU  */

img {
/*	-webkit-transform: translate3d(0,0,0);*/
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

/* no touch */

.no-touch {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/*    - - - - - - - -      Main Construct Elements     - - - - - - - -    */


html, body {
	height: 100%;
	margin: 0;
}

body {
	font-family: 'Martel Sans', sans-serif;
	font-weight: 400;
	display: table;
	width: 100%;
	margin: 0;
}
body.anim {
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}

header, #main, footer {
	display: table-row;
}

#wrapper {
	position: relative;
	text-align: left;
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
/*	border-top: black 2em solid;*/
/*	border-left: black 2em solid;*/
}

#main {
	height: 100%;
	position: relative;
	z-index: 900;
}




/* ......................   Container    ........ */


.thecontainer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	clear: both;
	display: table;
	height: 100%;
	padding: 0 18px;	
}

.thecontainer.no-gutter {
	padding: 0 28px; /* add 10px to the root value */
}

@media screen and (max-width: 639px) {
	.thecontainer {
		max-width: 520px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1179px) {
	.thecontainer {
		max-width: 880px;
	}
}
@media screen and (min-width: 1180px) {
	.thecontainer {
		width: 1120px;
		transition: all 0.5s ease;
	}
}
@media screen and (min-width: 1360px) {
	.thecontainer {
		padding: 0px;
	}
	.thecontainer.no-gutter {
		padding: 0 10px;
	}
}
@media screen and (min-width: 1360px) {
	.thecontainer  {
		width: 1180px;
	}
}
@media screen and (min-width: 1680px) {
	.thecontainer  {
		width: 1480px;
	}
}






/* ......................   Grids, Row and Columns    ........ */


/* grid columns and their parent container */


.column, html.no-js .savvior-grid .item {
	position: relative;
	float: left;
	box-sizing: border-box;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}
.savvior-grid .column {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*   items (inside)   */

.savvior-grid .column > div > a {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.savvior-grid .item {
	background-color: transparent;
}



.column > div {
/*	margin-bottom: 30px;*/
}


/*   columns sizes   */

.col-1-1, .size-1of1 {
	width: 100%;
}
.col-2-3, .size-2of3 {
	width: 66.66%;
}
.col-1-2, .size-1of2 {
	width: 50%;
}
.col-1-3, .size-1of3 {
	width: 33.333%;
}
.col-1-4, .size-1of4 {
	width: 25%;
}
.col-1-8, .size-1of8 {
	width: 12.5%;
}
.col-1-12, .size-1of12 {
	width: 8.333%;
}

@media screen and (max-width: 520px) {
	.col-2-3, .col-1-2, .col-1-3, .col-1-4, .col-1-8, .col-1-12 { width: 100%; }
}
@media screen and (min-width: 521px) and (max-width: 1023px) {
	.col-1-3 { width: 50%; }
	.no-gutter .col-1-3 { width: 33.333%; }
}




/* no js fallback on savvior grid items */

html.no-js .savvior-grid .item {
	width: 100%;
}
@media screen and (min-width: 640px) {
	html.no-js .savvior-grid .item {
		width: 50%;
	}
}
@media screen and (min-width: 1180px) {
	html.no-js .savvior-grid .item {
		width: 33.333%;
	}
}








/*  reveal the grid  */

#thegrid {
	position: absolute;
	z-index: -5;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: table-row;
	box-sizing: border-box;
}
.bg-grid {
	position: relative;
	display: table-row;
}
#thegrid .column {
	height: 100%;
	border: none;
	background-color: rgba(100,255,70,0.1); /* transparent green */
}
#thegrid .column > div {
	position: relative;
	height: 100%;
/*	padding: 0;*/
/*	padding: 3%;*/
	margin-bottom: 0;
	background-color: rgba(85,80,85,0.15); /* transparent grey */
}





/*
Debug Mode: Savvior + Reveal-the-Grid
this ouputs item numbers from html "dat-n"
*/

/* correction of the margin on the child elements */
.savvior-grid {
	margin-top: -12px;
}


.savvior-grid .column > div:after, #thegrid .column > div:after, html.no-js .savvior-grid .item:after {
	display: none !important;
/*	font-family: Helvetica, sans-serif;*/
	font-family: Menlo, Consolas, monospace;
	font-size: 11px;
	position: absolute;
	content: attr(data-n);
	left: 0;
	right: 0;
	text-align: center;
}
.savvior-grid .column > div:after, html.no-js .savvior-grid .item:after {
	line-height: 40px;
/*	margin-top: -20px;*/
/*	top: 50%;*/
/*	color: #fff;*/
	margin-top: 0;
	padding: 0.1em .5em;
	display: inline-block;
	top: 0;
	left: auto;
	background-color: white;
	color: black;

}
#thegrid .column > div:after {
	font-style:	bold;
	line-height: 40px;
	margin-top: -20px;
	top: 50px;
	color: black;
	background-color: none;
}
@media screen and (min-width: 769px) {
	.savvior-grid .column > div:after, #thegrid .column > div:after {
		font-size: 13px;
	}
}
@media screen and (min-width: 1024px) {
	.savvior-grid .column > div:after, #thegrid .column > div:after {
		font-size: 15px;
	}
}

/* savvior grid id: debug mode only */

#selectedGrid[data-columns]::before {
  clear: both;
/*  display: block;*/
  display: none;
/*  padding: 10px;*/
  font: 1em normal Menlo, Consolas, monospace;
}





/*  clearfix  */

.savvior-grid:after, .bg-grid:after {
  content: "";
  display: table;
  clear: both;
}





/*    - - - - - - - -   Sections    - - - - -   */


section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

section:first-of-type {
	margin-top: 0 !important;
}

.empty-spacer {
	min-height: 320px !important;
}


/*    rows  (actually unused cause we don't need them)  */

.row {
	margin: 0;
	padding: 0;
	border: 0;
}
.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	clear: both;
}







/*    - - - - - - - -   Main Styling Rules    - - - - -   */


p {
	line-height: 1.8em;
}

a, a:hover, a:focus, a:visited {
	text-decoration: none;
}






/*    - - - - - - - -    Color Rules    - - - - -   */


body.simple {
/*	background-color: #F2F2F2;*/
	background-color: #e54c38;
}
body.simple.pos {
	background-color: #FFFFFF;
}
body.simple.neg {
	background-color: #292929;
}



/* all the rules when "body" has class "pos" */

body.pos, body.pos a, body.pos a div {
/*	color: #E54C38;*/
	color: #0a1314; /*almost black*/
}
body.pos a:hover, body.pos a:focus {
/*	color: #38d1e5;*/
	color: #e54c38;  /* some of "turquois" */
}
/* this prevent text color changes in the savvior grid links */
body.pos a:hover div, body.pos a:focus div {
/*	color: white;*/
}
body.pos a.box-link {
	color: #e54c38;
}
body.pos a.box-link:hover, body.neg a.box-link:focus {
	color: #e54c38;
}


/* all the rules when "body" has class "neg" */

body.neg, body.neg a, body.neg a div {
	color: white;
}
body.neg a:hover, body.neg a:focus {
/*	color: #38d1e5;*/
	color: red;  /* some of "blanc-cassé" */
}
/* this prevent text color changes in the savvior grid links */
body.neg a:hover div, body.neg a:focus div {
/*	color: black;*/
}
body.neg a.box-link {
	color: white;
}
body.neg a.box-link:hover, body.neg a.box-link:focus {
	color: white;
}







/* box link */
a.box-link {
	display: inline;
	padding-top: 0.35em;
	padding-left: 0.425em;
	padding-right: 0.425em;
	padding-bottom: 0.1em;
	transition: all 0.125s ease-out;
}

a.box-link:hover, a.box-link:focus {
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1.2em;
	padding-bottom: 1em;
}

/* pos */
body.pos a.box-link {
	background-color: rgba(255,255,255,0.35);
}
body.pos a.box-link:hover, body.neg a.box-link:focus {
	background-color: rgba(255,255,255,0.85);
}

/* neg */
body.neg a.box-link {
	background-color: rgba(0,0,0,0.65);
}
body.neg a.box-link:hover, body.neg a.box-link:focus {
	background-color: rgba(0,0,0,1);
}







/*    - - - - - - - -    Header + Navigation     - - - - -   */


.page-header {
	position: relative;
}
.page-header .thecontainer.no-gutter {
	padding-top: 7rem !important;
	padding-bottom: 5rem !important;
}
.page-header .thecontainer.no-gutter > div {
	position: relative;
	height: 60px;
	width: 100%;
	display: inline-block;
}










/* temp */
.scroll-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}



/* temp
 *
 * th mll font identity */

.thmll-identity {
/*	font-family: 'Martel Sans', sans-serif;*/
/*	display: inline-block;*/
/*	float: left;*/
	margin: 0;
	font-size: 38px;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.page-header .thmll-identity {
	position: absolute;
	left: 0;
	top: 0;
}
.page-header nav {
	position: absolute;
	right: 0;
	top: 0;
}






nav {
	text-transform: uppercase;
	margin: 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}


/* Common styles for all menus */

.menu, .menu ul, .menu ul li {
	line-height: 1.8em;
}


.nav-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: 3px;
}
.nav-item {
	margin: 0;
	float: left;
}
.nav-list:last-child {
	margin-right: -1.25em;
}


.nav-link {
	font-size: 1.25em;
	display: inline-block;
	padding: 1em;
	height: 3em;
	text-align: center;
	-webkit-transition: color 0.12s ease-out;
	transition: color .12s ease-out;
}

.nav-link:hover, .nav-link:focus {
	outline: none;
}



/* this link style  B */

a.nav-link::after {
	content: '';
	position: relative;
	display: block;
	bottom: -0.25em;
	left: 0;
	width: 100%;
	height: 0.08em;
	background: white;
	-webkit-transform: scale3d(0.5, 1, 1);
	transform: scale3d(0.5, 1, 1);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	opacity: 0;
}
a.nav-link:hover::after, a.nav-link:focus::after {
	-webkit-transform: scale3d(1.025, 1, 1);
	transform: scale3d(1.025, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 0.85;
}



/* this link style  A */
/*
a.nav-link::after {
	content: '';
	display: block;
	height: 0em;
	margin-left: -0.5em;
	margin-top: 0.3em;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
a.nav-link:hover::after, a.nav-link:focus::after {
	height: 0.15em;
	margin-top: 0.15em;
}


body.pos a.nav-link::after {
	background-color: white;
}
body.pos a.nav-link:hover::after, body.pos a.nav-link:focus::after {
	background-color: #e54c38 !important; /* #05090a = almost black, same as bg-color */
}



body.neg a.nav-link::after {
	background-color: #FFFFFF;
}
body.neg a.nav-link:hover::after, body.neg a.nav-link:focus::after {
	background-color: red !important; /* #05090 a*/
}






/*body.pos a.nav-link:hover, body.pos a.nav-link:focus {
	background-color: #FFFFFF;
}
body.neg a.nav-link:hover, body.neg a.nav-link:focus {
	background-color: #05090a;
}
*/





section.coming-soon {
	height: 100%;
}
section.coming-soon div.thecontainer {
	display: table;
	padding-bottom: 1.25em;
}
.coming-soon .thmll-identity {
	font-size: 28px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	/* -webkit-font-smoothing: auto !important; */
	font-weight: 300;
	
}
@media screen and (min-width: 480px) {
	.coming-soon .thmll-identity {
		font-size: 42px;
	}
}
@media screen and (min-width: 640px) {
	.coming-soon .thmll-identity {
		font-size: 64px;
	}
}
@media screen and (min-width: 1180px) {
	.coming-soon .thmll-identity {
		font-size: 120px;
	}
}






/* * * * * * * * * *    headroom.js rules here   * * * * * * * * * * */
/*
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.headroom--pinned .thecontainer, .headroom--unpinned .thecontainer {
	padding-top: 3rem !important;
	padding-bottom: 2rem !important;
}
.headroom--top {
	-webkit-transition: all 0;
	transition: all 0;
}
header .thecontainer, .headroom--top .thecontainer {
	padding-top: 7rem !important;
	padding-bottom: 4rem !important;
}



*/


















/* proportional ratio box code */
/* old */

.outer {
    width: 100%;
    position: relative;
	 padding-top: 100%;
	 overflow: hidden;
}
.inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.outer.ratio-square {
	padding-top: 100%;
}
.outer.ratio-a {
	padding-top: 80%;
}
.outer.ratio-b {
	padding-top: 60%;
}
.outer.ratio-c {
	padding-top: 125%;
}
.outer.ratio-4-3 {
	padding-top: 75%;
}
.outer.ratio-16-9 {
	padding-top: 56.25%;
}



.outer img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
}


.outer img.portrait {
	max-width: none;
	width: auto;
	height: 100%;
}

.outer img.not-portrait {
	max-width: 100%;
	width: 100%;
	height: auto;
}





/*    predefined heights   */

/*.savvior-grid .item .height1 { height: 180px; }
.savvior-grid .item .height2 { height: 200px; }
.savvior-grid .item .height3 { height: 260px; }
.savvior-grid .item .height4 { height: 360px; }
*/
/*    predefined colors   */

.color1 { background-color: #e5c438; }
.color2 { background-color: #38e5a4; }
.color3 { background-color: #6259f3; }
.color4 { background-color: #e54c38; }








/*   "Moving Frame" FX   */
/*  2  */
/* (( Same as One, but without Background-color Changes )) */

a.grid-link {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
	-webkit-transition: padding .2s ease-out;
	-moz-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
}
a.grid-link:hover, a.grid-link:focus {
	padding-top: 0px;
	padding-bottom: 24px;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
a.grid-link .img-cntnr {
	margin-top: 12px;
}

body.neg a.grid-link:hover, body.neg a.grid-link:focus {
	background-color: none;
}
body.pos a.grid-link:hover, body.pos a.grid-link:focus {
	background-color: none;
}



/* ......................   Grid Links Content Rules. ((NEW))   ........ */


.infos-block-bottom {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	min-height: 8em;
}

/*.infos-l, .infos-r {
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	white-space: pre-wrap !important;
	-webkit-transition: color 0.12s ease-out;
	transition: color .12s ease-out;
}


.infos-l {
	letter-spacing: 2px;
	text-align: left;
	display: inline-block;
	float: left;
	clear: both;
	min-height: 6em;
	width: 60%;
	margin-top: -2em;
	padding: 0.4em 0 0.5em 0;
}

.infos-r {
	letter-spacing: 2px;
	text-align: right;
	display: inline;
	float: right;
	min-height: 4em;
	width: 40%;
	padding: 0.75em 0 0 0;
}


*/



.infos-l, .infos-r {
	text-transform: uppercase;
/*	white-space: pre-wrap !important;*/
	font-weight: normal;
	text-align: left;
	-webkit-transition: color 0.12s ease-out;
	transition: color .12s ease-out;
	padding: 1em 0 0 0;
}


.infos-l {
	letter-spacing: 2px;
	text-align: left;
	float: left;
	width: 80%;
	min-height: 8.5em;
}

.infos-l h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

.infos-r {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: right;
	display: inline-block;	
	width: 100%;
}
.infos-r span {
	display: inline-block;
}
.infos-r span::after {
	 content: "\a0";
	 clear: both;
}
.infos-r span:first-child::after {
	content: none;
}





@media screen and (min-width: 480px) {
	.infos-l {
		width: 100%;
	}
	.infos-r {
		width: 35%;
		text-align: left;
		float: left;
	}
}
@media screen and (min-width: 1180px) {
	.infos-l {
		width: 62.5%;
		padding: .8em 0 0.5em 0;
		min-height: 12em;
	}
	.infos-r {
		width: 35%;
		text-align: right;
		float: right;
		padding: 1em 0 0 0;
	}
	.infos-r span {
		display: inline-block;
	}
	.infos-r span::before {
		 content: "\a0";
		 clear: both;
	}
	.infos-r span:first-child::before {
		content: none;
	}
}

@media screen and (min-width: 1400px) {
	.infos-l {
		width: 62.5%;
		padding: .8em 0 0.5em 0;
	}
	.infos-r {
		width: 35%;
		text-align: right;
		float: right;
		padding: 1em 0 0 0;
	}
}

















/* ......................   Grid Links Content Rules   ........ */


/*

.infos-block-bottom {
	display: table;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	letter-spacing: 2px;
}

.infos-l, .infos-r {
	padding: 1.5em 0 1.5em 0;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	float: left;
	text-align: left;
	min-height: 5.25em;
	-webkit-transition: color 0.12s ease-out;
	transition: color .12s ease-out;
}

@media screen and (min-width: 769px) {
	.infos-l {
		width: 60%;
		text-align: left;
		float: left;
	}
	.infos-r {
		width: 40%;
		text-align: right;
		float: right;
	}
}



.infos-l h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

.infos-r {
	font-size: 14px;
}
.infos-r span {
	display: inline-block;
}
.infos-r span:before {
    clear: both;
    display: none;
}
.infos-r span:first-child:before {
	content: none;
}







*/































/* - - - - - - - - - - - - -      Footer    - - - - - - */



footer .thecontainer {
	padding-top: 10rem !important;
	padding-bottom: 12rem !important;
}


footer p a {
	margin-left: 0.1em;
}

























/* ___.___.____.___.___.____.___.___.____.___.___.____.___.___.____.___.___.____.___.___.____.___.___.____.

       hey! this rules are for testing purpose only

 ___.___.____.___.___.____.___.___.____.___.___.____.___.___.____.___.___.____.___.___.____.___.___.____. */




body.simple div.fill, body.simple .fillittwo {
	background-color: rgba(30,30,30,.85);
}
body.simple header, body.simple footer {
/*	background-color: rgba(255,255,0,0.25)*/
/*	background-color: rgba(255,255,205,0.85);*/
}
body.fullcolorspecial {
	background-color: #99CC99;
}
body.fullcolorspecial div.fill, body.fullcolorspecial .fillittwo {
	background-color: rgba(255,255,255,1);
}


/*
header .page-header {
	background-color: rgba(255,255,255,0.75);
}
footer .page-footer {
	background-color: rgba(255,255,255,0.75);
}
*/






/*  grids and columns  */


.savvior-grid .item .fillittwo {
	background-color: rgba(35,25,30,0.85);
	width: 100%;
	height: 100%;
}




/* fillit */

.fillit {
	width: 100%;
	height: 100%;
}

/* fillit 2 */

.fillittwo {
	background: rgba(91,73,255,0.45);
}
.fillittwo > p {
	color: white;
	padding: 1em 2em 1.25em 2em;
}

.orange {
	background-color: orange;
}
.white {
	background-color: white;
}


































/* - - - - - - - - - - - - -     temp backup unused code    - - - - - - */











/* ==========================================================================
   Some Others Rules (to keep somehow, somewhere)
   ========================================================================== */



/* box display */

.box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.fullh {
	height: 100%;
}
.fullw {
	width: 100%;
}
.inlineblock {
	display: inline-block;
}
.posrel {
	position: relative;
} 







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}



@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
