/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font: 13px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	background-color: #ededed;
}

@media (prefers-color-scheme: dark){
	body {
		color: #cacaca;
		background: #15161a;
	}
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	height: auto;
	margin-top: auto;
	position: relative;
}

table.header {
	height: 53px;
	position: static;
	height: 53px;
	margin-top: -20px;
}

/*th {
	padding: auto;
}*/

td {
	width: 34%;
	vertical-align: middle;
	text-align: right;
	padding-right: 30px;
}

td.language {
	vertical-align: middle;
	text-align: left;
	padding-right: 0px;
	height: 53px;
	z-index: 200;
}

td.menu {
	width: 75%;
	vertical-align: middle;
	text-align: right;
	padding-right: 0px;
	height: 53px;
}

/* django */
td.menu-left {
	vertical-align: middle;
	text-align: left;
	padding-right: 0px;
	height: 53px;
}

td.menu-left ul {
	float: left;
}
/* --- */

@media only screen and (min-width: 160px) and (max-width: 479px) {
	.td.menu {
		position: absolute;
  		right: 0px;
		width: 60%;
		vertical-align: baseline;
		text-align: right;
		padding-left: 20px;
	}
	/* django */
	td.menu-left {
		vertical-align: middle;
		text-align: left;
		padding-right: 0px;
		height: 53px;
	}
	/* --- */
	td.language {
		vertical-align: middle;
		text-align: left;
		padding-right: 0px;
		height: 53px;
	}
}

form {
	vertical-align: top;
}

video {
	width: 100%; 
	height: 100%;
}


/*--------------------------------------------------------
BEGIN THEME STYLESHEET
--------------------------------------------------------*/

.felem {
	display: inline-block;
	width: 45%;
	margin-bottom: 30px;
	vertical-align: top;
}

#ancien_adherent {
	display: none;
}

::-moz-selection {
 background: #3A4359;
 color: white;
}
::selection {
	background: #3A4359;
	color: white;
}
a, a:visited, a:hover {
	outline: none;
	cursor: pointer;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img.responsive {
	width: 100%;
	height: auto;
}
.hidden {
	display: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
hr {
	border: solid #eeeeee;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
pre {
	height: auto;
	font-family: Consolas, monospace;
	border: 1px solid #f0f0f0;
	background: #fafafa;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 20px 0;
	overflow-x: auto;
}
.hidden {
	display: none !important
}
.responsive img, .responsive iframe, .responsive object, .responsive embed {
	width: 100%;
	height: auto;
}
/*==== Anchor Links ====*/
img {
	max-width: 100%;
	height: auto;
}

.asset {
	width:100%;
}

.asset > div img {
	width: 200px;
	height: auto;
}

.asset img {
	width: 200px;
	height: auto;
}

.language {
	margin: 10px 10px 10px 10px;
}
/* django */
.dropdown-content .language {
	margin: 0 20px 0 0;
	vertical-align: middle;
}
/* --- */

@media only screen and (min-width: 160px) and (max-width:479px) {
	.language {
	margin: 17px 3px 0px 3px;
	width: 12px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-left: 2px;
	vertical-align: middle;
	}
	/* django */
	.dropdown-content .language {
	margin: 0 5px 0 0;
	width: 12px;
	vertical-align: middle;
	}
	/* --- */
}
@media only screen and (min-width: 480px) and (max-width:1079px) {
	.language {
		margin: 15px 4px;
		width: 18px;
	}
	/* django */
	.dropdown-content .language {
		margin: 0 10px 0 0;
		width: 18px;
	}
	/* --- */
}

a {
	color:#4e77b6;
	font-weight:600;
	outline: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.highlight {
	color: #FFD600;
}
a:hover, a:focus {
	color: #666666;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
p a, p a:visited {
	line-height: inherit
}

.youtube_player {
	margin: auto;
	/*margin-bottom: 20px;*/
	width: 1080px;
	height: 608px;
}

@media only screen and (min-width: 160px) and (max-width:479px) {
	.youtube_player {
		margin: auto;
		margin-bottom: 10px;
		width: 319px;
		height: 150px;
	}
}
@media only screen and (min-width: 480px) and (max-width:1079px) {
	.youtube_player {
		margin: auto;
		margin-bottom: 10px;
		width: 480px;
		height: 271px;
	}
}

/*==== Lists ====*/
.header ul,
.header ol {
	list-style: none;
	margin-bottom: 1px
}
.header ul {
	float: right;
	padding: 0px;
 	margin: 0px;
 	text-align: center;
 	display:inline-block;
 	vertical-align:top;
    /*list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;*/
}

.header li {
    float: left;

 }

.header li a {
    display: block;
    color: #acf;
    text-align: right;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.header li a:hover {
    background-color: #111;
    color: white;
}

.header li a img {
	width: 20px;
}

.header ol,
.header ul {
	margin: 0;
	padding: 0 0 0 0px;
}
.header ol {
	list-style: decimal
}
.header ul li ul,
.header ol li ul,
.header ol li ul,
.header ol li ol {
	margin-bottom: 0
}
.header .left {
	float: left;
}
.header .right {
	float: right;
}
.header .alignleft {
	text-align: left;
}
.header .aligncenter {
	text-align: center;
	display: block;
}

@media only screen and (min-width: 160px) and (max-width: 800px) {
	.header ul,
	.header ol {
		margin-bottom: 1px
	}
	.header ul {
		float: right;
		padding: 0px;
		 margin: 0px;
		 text-align: center;
		 display:inline-block;
		 vertical-align:top;
	}

	.header li {
		float: left;
		font-size: 75%;

	 }

	.header li a {
		display: block;
		color: #acf;
		text-align: right;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		text-decoration: none;
	}

	/* Change the link color to #111 (black) on hover */
	.header li a:hover {
		background-color: #111;
		color: white;
	}
	
	.header li a img {
		width: 50%;
	}

	.header ol,
	.header ul {
		margin: 0;
		padding: 0 0 0 0px;
	}
	.header ol {
		list-style: decimal
	}
	.header ul li ul,
	.header ol li ul,
	.header ol li ul,
	.header ol li ol {
		margin-bottom: 0
	}
	.header .left {
		float: left;
	}
	.header .right {
		float: right;
	}
	.header .alignleft {
		text-align: left;
	}
	.header .aligncenter {
		text-align: center;
		display: block;
	}
}

/*---------NAVBAR----------*/

/* The dropdown container */
.dropdown {
  float: left;
  position: relative; /*top: 2px;*/
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: inherit;
  border: none;
  outline: none;
  background-color: rgba(0,0,0,0.0);
  color: inherit;
  text-align: center;
  padding: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

@media only screen and (min-width: 160px) and (max-width: 800px) {
	.dropdown .dropbtn {
		margin-top: 8px;
		}
}

/* django */
/* Account button */
.header .dropdown .accountbtn {
	width: 120px;
	margin: 8px 5px;
	margin-left: 10px;
	border: solid 1px white;
}

@media only screen and (min-width: 160px) and (max-width: 800px) {
	.header .dropdown .accountbtn {
		width: 100px;
		}
}

.header .accountbtn a {
	padding: 5px 20px;
	vertical-align: middle;
	text-align: center;
	font-weight: lighter;
	color: white;
}

.header .accountbtn a:hover {
    background-color: #fff;
    color: #17162b;
}

.header .accountbtn a i,
.header .accountbtn a svg {
	margin-right: 10px;
}
/* --- */

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute; top: 40px;
  background-color: #17162b;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #acf;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
	color: white;
  	background-color: #111;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/*--------------------------------------------------------
/* TYPOGRAPHY
--------------------------------------------------------*/

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
body #load {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 1001;
	background-color: #ffffff;
}

h1 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 5px;
}


@media only screen and (min-width: 160px) and (max-width:479px) {
	h1 {
		font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
		font-size: 30px;
		text-transform: uppercase;
		position: relative;
		margin-bottom: 0px;
	}
}

h2 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size: 17px;
	text-align: left;
	color: rgb(0, 142, 135);
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: bold;
}


h3 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size: 16px;
	letter-spacing:2px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (min-width: 160px) and (max-width:479px) {
	h3 {
		font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
		font-size: 12px;
		letter-spacing:2px;
		font-weight: bold;
		margin-bottom: 0px;
	}
}

/*h3 a {
	color: #000;
	text-decoration: none;
}

@media (prefers-color-scheme: dark){
	h3 a {
		color: #cacaca
	}
}

h3 a:hover {
	color: #4E77B6;
	text-decoration: none;
}*/


p {
	/*margin-bottom: 10px;*/
	font-size: 15px;
}

h4 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size: 10px;
	letter-spacing:2px;
	font-weight: bold;
	text-align: left;
}


h5 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size: 18px;
	letter-spacing:2px;
	font-weight: bold;
	text-align: left;
	/*margin: 10px;*/
	color: #000000;
	/*padding: 0.5em;*/
}

@media (prefers-color-scheme: dark) {
	h5 {
		color: #dddddd;
	}
}

h5:hover {
	color: #4E77B6;
	text-decoration: none;
}


/*--------------------------------------------------------
/* ROUNDBOXES
--------------------------------------------------------*/

#roundbox{
	width:100%;
	border-radius: 15px;
	position:relative;
	background-color: #d2d2d2;
	/*border: 1px solid #585858;*/
}

@media (prefers-color-scheme: dark) {
	#roundbox{
		color: #f0f0f0;
		background-color: #343434;
	}
}

/*@media only screen and (min-width: 160px) and (max-width: 479px) {
	padding-bottom: 10px;
	padding-top: 10px;
}*/

#roundbox:hover{
	width:100%;
	border-radius: 10px;
	box-shadow: 0 0 10px #707070;
	position:relative;
	/*border: 5px solid #b3b3b3;*/
}

@media (prefers-color-scheme: dark) {
	#roundbox:hover{
		color: #f0f0f0;
	}
}

#roundbox a {
	color: #4e77b6;
	text-decoration: none;
}

#roundbox a:hover {
	color: #0d2242;
	text-decoration: none;

}

@media (prefers-color-scheme: dark){
	#roundbox a:hover {
		color: #dedede;
		text-decoration: none;

	}
}

#roundbox h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

#roundbox-price{
	width:100%;
	height:100%;
	color: #FFFFFF;
	background: #448cb3;
	border-radius: 10px;
	box-shadow: 0 0 10px #707070;
	position:relative;
	/*border: 5px solid #585858;*/
}

#roundbox-price:hover{
	width:100%;
	height:100%;
	color: #ffffff;
	background:#367496;
	border-radius: 10px;
	box-shadow: 0 0 15px #202020;
	position:relative;
	/*border: 5px solid #b3b3b3;*/
}

p.roundbox {
	/*font-weight:300;*/
	color: #000;
	text-align: justify;
	text-justify:distribute;
	padding: 10px;
	height: 7em;
  	overflow: auto;
}

@media (prefers-color-scheme: dark) {
	p.roundbox {
		color: #cacaca;
	}
}

@media only screen and (min-width: 160px) and (max-width: 1025px) {
	p.roundbox {
		height: 100%;
	}
}

p.roundbox-price {
	font-weight:300;
	color: #ffffff;
	text-align: justify;
	padding: 10px;
}

.roundbox-links {
	height: 50px;
	font-weight:300;
	/*text-align: right;
	padding: 0px 10px 0px 0px;*/
	position: absolute;
    bottom: 0;
    right: 10px;
}

.roundbox-img {
	max-width: 100%;
	height: auto;
}

.roundbox-img img {
	height: 150px;
  	width: 750px;
	object-fit: cover;
}

.roundbox-img-side img {
	height: 300px;
  	width: 1000px;
	object-fit: cover;
	vertical-align:middle;
	opacity: 0.9;
	border-top: 3px solid rgba(0, 0, 0, 0.397);
	border-bottom: 3px solid rgba(0, 0, 0, 0.397);
}

.roundbox-img-side img:hover {
	opacity: 1;
}

video.roundbox {
	height: 300px;
  	/*width: 750px;*/
	max-width: 100%;
	object-fit: cover;
	vertical-align:middle;
	opacity: 0.9;
	border-top: 3px solid rgba(0, 0, 0, 0.397);
	border-bottom: 3px solid rgba(0, 0, 0, 0.397);
}

video.roundbox:hover {
	opacity: 1;
}


#button {
	margin: auto;
  	position: absolute;
  	left: 0; bottom: 45px; right: 0;
}

/*@media only screen and (min-width: 160px) and (max-width: 479px) {
	#button {
		margin: auto;
		*position: static;
		  left: 0; bottom: 10px; right: 0;
	}
}*/

button.roundbox {
	text-align:center;
	min-height: 30px;
	width: 100px;
	background:#eeeeee;
	border-radius: 10px;
	margin: 0 4px 0 4px;
	border: 0px;
	color: #4e77b6;
	font-weight: bold;
}

@media (prefers-color-scheme: dark){
	button.roundbox {
		background: #032123;
		/*border: 2px solid #032123;*/
	}
}

button.roundbox:first-child {
	margin-left: 0;
}

button.roundbox:last-child {
	margin-right: 0;
}

button.roundbox:hover {
	color: #ffffff;
	background:#7e7e7e;
	box-shadow: 0 0 15px #393939;
	cursor: pointer;

}

@media (prefers-color-scheme: dark){
	button.roundbox:hover {
		color: #d3d3d3;
		background:#1a1f28;;
		box-shadow: 0 0 15px #797979;
	}

}

/*button.roundbox > a {
	text-decoration: none;
	color: #4e77b6;
}*/

@media only screen and (min-width: 160px) and (max-width: 1079px) {
	button.roundbox {
		text-align:center;
		min-height: 30px;
		width: 96px;
	}

	button.roundbox:hover {
		text-align:center;
		min-height: 30px;
		width: 96px;
	}
}

/*--------------------------------------------------------
ANNOUNCEMENT STYLING
--------------------------------------------------------*/
.announcement {
	width: 100%;
	height: 50px;
	position: relative;
	overflow: hidden;
	background: #db6813;
	z-index:1;
	display: table;
	top: -8px;
}

.announcement-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.announcement-content p {
	margin-bottom: 0px;
	text-decoration: none;
}

.announcement-content a {
	margin-bottom: 0px;
	color: #fff;
	text-decoration: none;
}

.announcement-content a:hover {
	margin-bottom: 0px;
	color: #000000;
	text-decoration: none;
}

/*--------------------------------------------------------
PARALLAX STYLING
--------------------------------------------------------*/

.overlay {
	background: rgba(0, 0, 0, 0.616);
	width: 100%;
	position: absolute;
	overflow:hidden;

}

.parallax {
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	z-index:0;
	/*background-color: #0E6D67;*/
}

.parallax img {
	max-width: 460px;
	height: auto;
	/*display: block;
	margin: auto;*/
}

.parallax .container {
	display: table;
	overflow:hidden;
}
.parallax .parallax-content, .parallax .overlay {
	height: 320px;
}
.parallax-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow:hidden;
	position:relative;
	z-index:2;
}

@media only screen and (min-width: 160px) and (max-width: 1079px) {
	.parallax-content {
		margin: 0;
		position: relative;
		overflow:auto;
		vertical-align: middle;
	}
}

.parallax-block {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow:hidden;
	position:relative;
	z-index:2;
	width: 460px;
	height: 320px;
}

@media only screen and (min-width: 160px) and (max-width: 479px) {
	.parallax-block {
		margin: 0;
		position: relative;
		overflow:auto;
		vertical-align: middle;
		width: 360px;
		height: 320px;
	}
}

.parallax-block img {
	max-width: 400px;
	width: 100%;
	/*height: auto;
	display: block;
	margin-bottom: 10px;*/
}

@media only screen and (min-width: 160px) and (max-width: 479px) {
	.parallax-block img {
		max-width: 320px;
	}
}

.parallax-bg {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top center;
}

.parallax-bg img {
	min-width: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 480px) and (max-width: 1079px) {
	.parallax-bg img {
		height: 600px;
		object-fit: cover;
	}
}

@media only screen and (min-width: 160px) and (max-width: 479px) {
	.parallax-bg img {
		height: 320px;
		object-fit: cover;
	}
}

.bg1 {
	background-image: url(../website-images/parallax/parallax1.png);
}
.bg2 {
	background-image: url(../website-images/parallax/parallax-iliad.jpg);
}
.bg3 {
	background-image: url(../website-images/parallax/hexagon-bg-social3.png);
}
.bg4 {
	background-image: url(../website-images/parallax/products.jpg);
}
.bg-epos-quote {
	background-image: url(../website-images/parallax/epos-quote.png);
}
.bg-epos-header {
	background-image: url(../website-images/parallax/epos-header.png);
}
.bg-ulis {
	background-image: url(../website-images/parallax/BlendNormals.png);
}
.bg-iliad {
	background-image: url(../website-images/parallax/odysseybrushes.png);
}
.bg-odyssey {
	background-image: url(../website-images/parallax/odyssey.png);
}
.bg-index {
	background-image: url(../website-images/parallax/index.png);
}
.bg-team {
	background-image: url(../website-images/parallax/team.png);
}
.bg-services {
	background-image: url(../website-images/parallax/services.png);
}

.bg-support {
	background-image: url(../website-images/parallax/support.png);
}

.bg-asset {url(https://praxinos.coop/beta/website-images/support-header.png)
	background-image: url(../website-images/parallax/brush-pack-images.png);
}

.bg-training {
	background-image: url(../website-images/parallax/training.png);
}

.bg-licenses {
	background-image: url(../website-images/parallax/licenses.jpg);
}

.parallax-other {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top center;
}

.parallax-other img {
	min-width: 100%;
	object-fit: cover;
	margin-top: -110px;
}

@media only screen and (min-width: 480px) and (max-width: 1079px) {
	.parallax-other img {
		height: 300px;
		object-fit: cover;
		margin-top: 10px;
	}
}

@media only screen and (min-width: 160px) and (max-width: 479px) {
	.parallax-other img {
		height: 270px;
		object-fit: cover;
		margin-top: 25px;
	}
}

p.quote {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight:300;
	letter-spacing:3px;
	line-height: 1.2;
	color: white;
	text-align: center;
	text-transform: uppercase;
	z-index: 200;
	margin: 0 5%;
}
.quote i {
	font-size: 25px;
	display: inline-table;
	vertical-align: top;
	margin: 0 5px;
}
.parallax .quote i {

	color: #71BCB7;
}

/*--------------------------------------------------------
/* ANIMATIONS
--------------------------------------------------------*/

.animation {
	animation-name: slidein;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction:normal;
	animation-fill-mode: forwards;
}

@keyframes slidein {
	from {
	  transform: translateX(100%);
	}
	to {
	  transform: translateX(0%);
	}
  }

.fadein {
	height: 150px;
	width: 100%;
}

@media only screen and (min-width: 700px) and (max-width: 1199px) {
	.fadein {
		height: 100px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 699px) {
	.fadein {
		height: 75px;
	}
}

@media only screen and (min-width: 160px) and (max-width: 479px) {
	.fadein {
		height: 50px;
	}
}


.fadein img {
    position:absolute;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 6s;
	left:0;
  	right:0;
	/*margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 100%;
	height: auto;*/	
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}  


/*--------------------------------------------------------
/* QUOTES
--------------------------------------------------------*/
/*

@font-face {
	font-family: 'FontAwesome';
	src: url('../website-libs/fonts/fontawesome-webfont.eot?v=3.1.0');
	src: url('../website-libs/fonts/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../website-libs/fonts/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../website-libs/fonts/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../website-libs/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  */
  /* FONT AWESOME CORE
   * -------------------------- */
  /* [class^="icon-"],
  [class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	margin-right: .3em;
  } */
  /* [class^="icon-"]:before,
  [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
  } */
  /* makes the font 33% larger relative to the icon container */
  /* .icon-large:before {
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
  } */
  /* makes sure icons active on rollover in links */
  /* a [class^="icon-"],
  a [class*=" icon-"],
  a [class^="icon-"]:before,
  a [class*=" icon-"]:before {
	display: inline;
	} */

  /* .icon-quote-left:before {
	content: "\f10d";
  }
  .icon-quote-right:before {
	content: "\f10e";
  } */

.quote .fa-quote-left {
	vertical-align: 10px;
}
.quote .fa-quote-right {
	vertical-align: -10px;
}

/*--------------------------------------------------------
MOTTO BLOCK SECTION
--------------------------------------------------------*/

.motto {
	width: 100%;
	height: auto;
	margin-top: auto;
	/*position: relative;*/
	/*overflow: scroll;*/
}


p.motto1 {
	/*font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 30px;
	font-weight:bold;
	letter-spacing:3px;
	line-height: 1.2;
	color: white;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 3px 3px black;
	-webkit-text-stroke: 0px 2px black;
  	paint-order: stroke fill;
	margin: 10px;
	animation-delay: -300ms;
	padding: 10px;
}


p.motto2 {
	/*font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 15px;
	font-weight:500;
	letter-spacing:3px;
	line-height: 1.2;
	color: white;
	text-align: left;
	text-shadow: 0px 2px black;
	-webkit-text-stroke: 2px black;
	paint-order: stroke fill;
	margin-left: 20px;
	animation-delay: -100ms;
	padding: 5px;
}


@media only screen and (min-width: 160px) and (max-width:1079px) {
	p.motto1 {
		/*font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-size: 20px;
		font-weight:bold;
		letter-spacing:3px;
		line-height: 1.2;
		color: white;
		text-align: left;
		text-transform: uppercase;
		z-index: 200;
	}

	p.motto2 {
		/*font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-size: 12px;
		font-weight:500;
		letter-spacing:3px;
		line-height: 1.2;
		color: white;
		text-align: left;
		z-index: 200;
	}
}

p.motto3 {
	/*font: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 12px;
	font-weight:300;
	letter-spacing:3px;
	line-height: 1.2;
	color: white;
	text-align: left;
	z-index: 200;
}

th.motto-key {
	height: auto;
	max-width: 100px;
	color: #ffffff;
	text-align: left;
	padding: 10px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}



/*--------------------------------------------------------
/* CLICKER SECTIONS
--------------------------------------------------------*/

.tabs {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  }
  
.tab {
	width: 100%;
	overflow: hidden;
}

.tab-label {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
			justify-content: space-between;
	padding: 1em;
	font-weight: bold;
	cursor: pointer;
}

.tab-label::after {
	content: "\002B";
	/*-webkit-transform: rotate(90deg);
			transform: rotate(90deg);*/
	text-align: right;
	margin-right: 0.5em;
	font-size: 18px;
  color: #4e77b6;
	text-shadow: 1px 0px 0px rgba(0,0,0,0.3),
		           -1px 0px 0px rgba(0,0,0,0.3),
		           0px 1px 0px rgba(0,0,0,0.3),
		           0px -1px 0px rgba(0,0,0,0.3);
	
	}

.tab-content {
	max-height: 0;
	padding: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.tab-close {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background-color: #00000000;
	cursor: pointer;
}

.tab-close:hover {
	background: #1a252f;
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;}

input:checked + .tab-label {
	background-color: #00000026;
}

input:checked + .tab-label::after {
	/*-webkit-transform: rotate(90deg);
			transform: rotate(90deg);*/
	content: "\2212";
}

input:checked ~ .tab-content {
	max-height: 300vh;
}

/*--------------------------------------------------------
/* PAGE SECTIONS
--------------------------------------------------------*/

.page {
	padding: 1% 0 0;
	position: relative;
	text-align:center;
	overflow:hidden;
}

/*======== TITLE SECTION ========*/

.title {
	text-align: center;
}

/*=== CONTACT FORM ELEMENTS ===*/

input[type="text"] {
	background: #fff;
	padding: 8px 8px;
	outline: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 12px 0 0 0px;
	width: 100%;
	display: block;
	color: #999;
	border: 1px solid #e8e8e8
}


@media (prefers-color-scheme: dark){
	input[type="text"] {
		background:#1e3955;
		border: 1px solid #3b6591
	}
}

select {
	background: #fff;
	padding: 8px 8px;
	outline: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 12px 0 0 0px;
	width: 105%;
	display: block;
	color: #999;
	border: 1px solid #e8e8e8
}

@media (prefers-color-scheme: dark){
	select {
		background: #1e3955;
		border: 1px solid #3b6591
	}
}

textarea {
	background: #fff;
	padding: 8px 8px;
	outline: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 12px 0 0 0px;
	width: 100%;
	display: block;
	color: #999;
	border: 1px solid #e8e8e8
}

@media (prefers-color-scheme: dark){
	textarea {
		background:#1e3955;
		border: 1px solid #3b6591
	}
}

input[type="text"]:focus, input [type="submit"], input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #e0e0e0;
	color: #333;
}

@media (prefers-color-scheme: dark){
	input[type="text"]:focus, input [type="submit"], input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
		border: 1px solid #e0e0e0;
		color: #fff;
	}
}

input.submit{
	margin-top: 20px;
	margin-bottom: 20px;
	width:170px;
	height:30px;
	color: #000;
	font-size: 15px;
	background:#e2e2e2;
	border-radius: 10px;
	position:relative;
	cursor: pointer;
}

input.submit:hover{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 170px;
	height:30px;
	color: rgb(255, 255, 255);
	font-size: 15px;
	background:#767676;
	border-color: #737373;
	border-radius: 10px;
	position:relative;
	cursor: pointer;
}


/*========== B A C K G R O U N D    S K I N S =============*/

::-moz-selection {
 background: #3A4359;
}
::selection {
	background: #3A4359;
}
.home-parallax {
	background-color: #17162b;
	max-height: 53px;
}

@media only screen and (min-width: 380px) and (max-width: 1225px) {
	.home-parallax {
		width: 100%;
		max-height: 15%;
	}
}

@media only screen and (min-width: 160px) and (max-width: 379px) {
	.home-parallax { max-height: 15%; }
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER BLOCK
/*-----------------------------------------------------------------------------------*/

.footer {
	width: auto;
}

.footer.grey {
	background-color: #d8d8d8;
	/*margin-top: -20px;*/
}

@media (prefers-color-scheme: dark){
	.footer.grey {
		background-color: #000000;
	}

}

.footer a {
	color: rgb(0, 142, 135);
}

.footer a:hover {
	color: #666666;
}

.footer a i {
	margin: 0 10px 25px 10px;
}

img.footer {
	filter: none;
	border-radius: 10px;
}

@media (prefers-color-scheme: dark) {	
	img.footer {
		filter: invert(85%);
		}
}

/*-----------------------------------------------------------------------------------*/
/*	MARKDOWN OVERWRITE
/*-----------------------------------------------------------------------------------*/

/* Initialize our own markdown area */
.markdown-body
{
	box-sizing: border-box;
	min-width: 200px;
	max-width: 980px;
	margin: 0 auto;
	padding: 45px;
}

@media (max-width: 767px)
{
	.markdown-body
	{
		padding: 15px;
	}
}

/* CUSTOMIZATION */

/* Change the bakcground color to a semitransparent one */
@media (prefers-color-scheme: dark)
{
	.markdown-body
	{
		--color-canvas-default: #0d111780; /* Add alpha */
	}
}

/* Overwrite our global text-align set to center */
.markdown-body
{
	text-align:justify;
}
