/*#######################################
	name
	url
	date
	Last update: <!--%DateStamp%-->18.07.2024<!---->
#######################################*/

/* ***************************************************************************************
	EXTERNAL FONTS @import
======================================================================================= */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap");
/*
*/
/*
	font-family: "Open Sans", sans-serif;
	font-family: "Roboto", sans-serif;
*/

/* ************************************************************************************ */


/* ***************************************************************************************
	COMMON - Styles
======================================================================================= */

html
	{
		min-height: 100%;
		box-sizing: border-box;
		background-image: linear-gradient(0deg,  #BF7D40 20%, #AC4E39 50%, #1F1416 80% );
/*
		background-image: linear-gradient(180deg,  rgba(26, 26, 26, 1) -4.8%, rgba(133, 71, 71, 1) 82.7%, rgba(143, 106, 61, 1) 97.2% );
		background-image: linear-gradient(to bottom, #353842, #433e54, #5b4260, #784264, #94425e, #a8515c, #b8625b, #c4755a, #d0956f, #dbb48a, #e7d2ab, #f6efd0);
		background-attachment: fixed;
*/
	}

body
	{
		min-height: 100%;
		margin: 0px;
		padding: 0px;
		font-family: "Open Sans", sans-serif;
		font-size: 17px;
		font-weight: 400;
		color: #333333;
		overflow-x: hidden;
		overflow-y: scroll;
		display: flex;
		flex-direction: column;
	}

h1,
h2,
h3
	{
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}

h1
	{
		font-size: 45px;
		letter-spacing: -2px;
	}

h2
	{
		margin: 30px 0px 15px;
		font-size: 32px;
		letter-spacing: -2px;
	}

h2.startpage
	{
		margin: 0px 0px 16px;
		font-size: 45px;
		letter-spacing: -2px;
	}

h3
	{
		font-size: 28px;
	}

p
	{
		margin: 0px 0px 15px;
		overflow-wrap: break-word;
		word-wrap: break-word;

		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-before: 3;
		-webkit-hyphenate-limit-after: 3;
		-webkit-hyphenate-limit-chars: 6 3 3;
		-webkit-hyphenate-limit-lines: 2;
		-webkit-hyphenate-limit-last: always;   
		-webkit-hyphenate-limit-zone: 8%;

		-moz-hyphens: auto;
		-moz-hyphenate-limit-chars: 6 3 3;
		-moz-hyphenate-limit-lines: 2;  
		-moz-hyphenate-limit-last: always;
		-moz-hyphenate-limit-zone: 8%;

		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: 6 3 3;
		-ms-hyphenate-limit-lines: 2;
		-ms-hyphenate-limit-last: always;   
		-ms-hyphenate-limit-zone: 8%;

		hyphens: auto;
		hyphenate-limit-chars: 6 3 3;
		hyphenate-limit-lines: 2;
		hyphenate-limit-last: always;   
		hyphenate-limit-zone: 8%;
	}

a
	{
		transition: color 0.35s linear 0s, background-color 0.35s linear 0s;
	}

a,
section a
	{
		color: #993300;
	}

a:hover,
section a:hover
	{
		color: #662200;
	}

.ani-link:not(footer .container .ext-link),
.ext-link:not(footer .container .ext-link)
	{
		position: relative;
		color: #993300;
		text-decoration: none;
		display: inline-block;
	}

.ani-link:not(footer .container .ext-link)::after,
.ext-link:not(footer .container .ext-link)::after
	{
		content: '';
		width: 0%;
		height: 2px;
		background: #993300;
		transition: width .3s ease-out;
		display: block;
	}

.ani-link:not(footer .container .ext-link):hover::after,
.ext-link:not(footer .container .ext-link):hover::after
	{
		width: 100%;
	}

.ext-link:not(footer .container .ext-link)
	{
		margin-right: 22px;
	}

.ext-link:not(footer .container .ext-link, .promo-wrapper div a)::before
	{
		content: '\f35d';
		position: absolute;
		top: 2px;
		right: -20px;
		font-family: "Font Awesome 5 Pro";
		font-size: 14px;
	}



.button a
	{
		color: inherit;
		text-decoration: none;
	}

img
	{
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;
	}

.align-left
	{
		margin: 0px 30px 20px 0px;
		float: left;
	}


.align-right
	{
		margin: 0px 0px 20px 30px;
		float: right;
	}

.txt-center
	{
		text-align: center;
	}

.set-bottom-l
	{
		position: absolute;
		bottom: 0px;
		left: 5px;
	}

.set-bottom-r
	{
		position: absolute;
		bottom: 0px;
		right: 5px;
	}

a.lightbox
	{
		border: 2px solid #808080;
		padding: 2px;
		display: inline-block;
		transition: border 0.5s ease 0s;
		box-sizing: border-box;
	}

a.lightbox:hover
	{
		border: 2px solid #CCCCCC;
	}

a.lightbox img
	{
		opacity: 1;
		display: block;
		transition: opacity 0.5s ease 0s;
	}

a.lightbox:hover img
	{
		opacity: 0.6;
	}


.inline
	{
		width: 250px;
		height: auto;

	}

figure.image
	{
		padding: 3px;
		border: 1px solid #D0D0D0;
	}

figure.image figcaption
	{
		padding: 10px 4px 4px;
		font-size: 13px;
		text-align: center;
		line-height: 1.4;
		background-color: #FFFFFF;
	}

figure.image .align-right,
figure.image .align-left,
figure.image .align-center
	{
		margin: 0px 0px 0px 0px;
		float: none;
	}

figure.image.align-center
	{
		width: 100%;
		margin: 0px auto 20px;
		display: block;
	}

figure.image.align-center img
	{
		margin: 0px auto;
	}

figure.image.align-center figcaption
	{
		text-align: center;
	}

.bw,
img.bw,
.nivo-box,
.nivo-main-image
	{
		-webkit-filter: grayscale(100%) contrast(120%);
		-moz-filter: grayscale(100%) contrast(120%);
		-o-filter: grayscale(100%) contrast(120%);
		-ms-filter: grayscale(100%) contrast(120%);
		filter: grayscale(100%) contrast(120%);
	}

.fa-file-pdf
	{
		color: #FF0000;
	}

.bg-blur
	{
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}

.bg-noblur
	{
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}

.colSet.col2
	{
		column-count: 2;
	}

.colSet.col3
	{
		column-count: 3;
	}


::-moz-selection
	{
		color: #FFFFFF;
		background: #662200;
	}

::selection
	{
		color: #FFFFFF;
		background: #662200;
	}

p:last-of-type:after,
.clearfix:after
	{
		content: "";
		display: table;
		clear: both;
	}

*, *:before, *:after
	{
		box-sizing: inherit;
	}


/* ************************************************************************************ */


/* ***************************************************************************************
	BODY - layout & style
======================================================================================= */

/*
header { grid-area: header; }
nav { grid-area: nav; }
#sliderBox { grid-area: slider; }
main { grid-area: main; }
footer { grid-area: footer; }
*/

.grid-layout10
	{
		display: grid;
		grid-template-columns: 100%;
		grid-template-areas:
		'header'
		'nav'
		'sliderBox'
		'main'
		'footer';
		grid-gap: 0px;
		background-color: #2196F3;
		padding: 0px;
	}

.grid--content
	{
		display: grid;
		grid-template-rows: auto min-content;
		grid-gap: 0px;
		padding: 0px;
	}

.grid-layout1
	{
		display: grid;
		grid-template-rows: min-content min-content auto min-content;
		grid-gap: 0px;
		padding: 0px;
	}

.grid-layout2
	{
		display: grid;
		grid-template-rows: min-content 100% min-content;
		grid-gap: 0px;
		padding: 0px;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	NEWS STARTPAGE
======================================================================================= */

.grid--startnews
	{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

.start--newsbox
	{
		display: grid;
		grid-template-rows: 75px 120px min-content 1fr min-content;
		gap: 0px;
	}

.start--newsbox h3
	{
		margin: 0px;
		font-size: 26px;
		line-height: 1.2;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

.start--newsbox h3 a
	{
		color: #1C1A12;
		text-decoration: none;
		-webkit-align-self: flex-start;
		align-self: flex-start;
	}

.start--newsbox h3 a:hover
	{
		color: #734026;
	}

.start--newsbox .preview
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 120px;
		background-size: cover;
		background-position: center;
		opacity: 1;
		transition: opacity 0.3s ease-out 0s;
	}

.start--newsbox .preview:hover
	{
		opacity: 0.8;
	}

.start--newsbox span.date
	{
		margin-bottom: 5px;
		padding: 2px 10px;
		color: #FAFAFA;
		font-size: 15px;
		text-align: right;
		background-color: #734026;
	}

.start--newsbox .more
	{
		position: relative;
		margin-top: 5px;
		text-align: right;
		display: block;
	}

.start--newsbox .more a
	{
		margin: 0px;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	NEWS SECTION
======================================================================================= */

.grid--news
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 20px;
	}

.grid--newsitem
	{
		position: relative;
		display: grid;
		grid-template-rows: 70px 180px max-content 1fr max-content;
	}

.grid--newsitem h2
	{
		min-height: 68px;
		margin: 0px 0px 15px;
		font-size: 34px;
		font-weight: 400;
		line-height: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

.grid--newsitem h2 a
	{
		color: #1C1A12;
		text-decoration: none;
		-webkit-align-self: flex-end;
		align-self: flex-end;
	}

.grid--newsitem .preview
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 180px;
		background-size: cover;
		background-position: center;
		opacity: 1;
		transition: opacity 0.3s ease-out 0s;
	}

.grid--newsitem .preview:hover
	{
		opacity: 0.8;
	}

.grid--newsitem span.date
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		margin: 0px 0px 10px;
		padding: 3px 5px;
		font-size: 14px;
		text-align: right;
		color: #D6D6D6;
		background-color: #302B2C;
		box-sizing: border-box;
		display: block;
	}

.grid--newsitem p
	{
		margin-bottom: 14px;
	}

.grid--newsitem span.more
	{
		text-align: right;
	}

a.more
	{
		padding: 5px 40px 5px 20px !important;
	}

a.more::after
	{
		position: absolute;
		content: '\f101' !important;
		top: 5px;
		right: 18px;
		font-family: "Font Awesome 5 Pro";
		font-size: 18px;
		color: #302B2C;
		z-index: 1 !important;
	}

a.more:hover::after
	{
		color: #D6D6D6;
	}

a.back
	{
		padding: 5px 20px 5px 40px !important;
	}

a.back::after
	{
		position: absolute;
		content: '\f100' !important;
		top: 5px;
		left: 18px;
		font-family: "Font Awesome 5 Pro";
		font-size: 18px;
		color: #302B2C;
		z-index: 1 !important;
	}

a.back:hover::after
	{
		color: #D6D6D6;
	}


.news-detail h1
	{
		margin: 0px;
	}

.news-detail span.date
	{
		margin-bottom: 20px;
		display: block;
	}

.image-wrapper
	{
		margin-top: 40px;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
	}


.itembox
	{

	}

/* ************************************************************************************ */


/* ***************************************************************************************
	MEMBERS SECTION
======================================================================================= */

.members-grid
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

.members-box
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
	}

.members-box .m-image
	{
		width: 180px;
		margin: 0px 10px 10px 0px;
		float: left;
	}

.members-box h2
	{
		margin: 0px 0px 10px;
		font-size: 20px;
		letter-spacing: inherit;
	}

.members-box h3
	{
		margin: 0px 0px 10px;
		font-size: 16px;
		text-transform: none;
		letter-spacing: inherit;
	}

.members-box .m-contact
	{
		cursor: pointer;
	}


#modalDialog
	{
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(31, 31, 31, 0.8);
		z-index: 100;
	}

#modalDialog .modal-content
	{
		position: relative;
		width: 320px;
		margin: 50px auto 0px;
		padding: 15px;
		background-color: #C7C7C7;
		box-shadow: 0px 2px 20px #1B1B1B;
	}

.modal-header
	{
		text-align: right;
	}

.modal-title
	{
		width: 100%;
		text-align: left;
	}

.close
	{
		cursor: pointer;
	}

.form-group input,
.form-group textarea
	{
		width: 100%;
		padding: 0px 8px;
		border: 1px solid #5d5d5d;
	}


.modal-footer
	{
		text-align: right;
	}


.alert
	{
		padding: 10px;
	}

.alert.alert-success
	{
		color: #FFFFFF;
		background-color: #50b000;
	}

.alert.alert-danger
	{
		color: #FFFFFF;
		background-color: #B0171C;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	SECTION - layout & style
======================================================================================= */

#logoBox.full
	{
		padding-top: 0px;
		text-align: center;
	}

#logoBox
	{
		padding: 20px 0px 20px;
		text-align: center;
	}

#logoBox a
	{
		display: inline-block;
	}

#logoBox img
	{
		width: 180px;
		height: auto;
		margin: 0px auto 0px;
	}

.fullscreen
	{
		padding: 0px 20%;
	}

.fullscreen .logo
	{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		float: left;
	}

.fullscreen .logo img
	{
		width: auto;
		height: 50px;
	}

.fullscreen #nav
	{
		width: auto;
		float: right;
	}


.header
	{
		position: relative;
		top: 0px;
		z-index: 50;
	}

.header-shadow
	{
		box-shadow: 0px 2px 8px #333333;
		-moz-box-shadow: 0px 2px 8px #333333;
		-webkit-box-shadow: 0px 2px 8px #333333;
	}


.main
	{
		position: relative;
		flex: 1 0 auto;
	}


section
	{
		position: relative;
		padding: 0px 0px;
	}

section .container,
section .footer
	{
		position: relative;
		top: 0px;
		left: 0px;
		padding: 30px 15px 30px;
		box-sizing: border-box;
	}


.promo
	{
		position: relative;
		height: auto;
		padding: 30px 20px;
		font-size: 30px;
		text-align: center;
		box-shadow: 0px 0px 30px #808080;
		z-index: 10;
	}

.promo.slim
	{
		padding: 10px 20px;
	}

.promo p
	{
		margin: 0px;
		line-height: 130%;
	}

.promo img
	{
		width: auto;
		margin: 0px auto;
		display: block;
	}

.promo-wrapper
	{
		display: grid;
	}

.promo-wrapper.single
	{
		grid-template-columns: 1fr;
		gap: 0px 00px;

	}

.promo-wrapper.double
	{
		grid-template-columns: 1fr 1fr;
		gap: 0px 30px;
	}

.promo-wrapper a
	{
		color: #FAFAFA;
	}


.point-arrow
	{
		font-size: 22px;
	}

.point-arrow p
	{
		margin: 0px;
	}

.point-arrow::before
	{
		content: '';
		position: absolute;
		top: 0px;
		left: 0%;
		bottom: 0px;
		width: 50%;
		height: auto;
	}

.point-arrow .container
	{
		padding: 20px 15px;
	}

.point-arrow .container::before
	{
		content: '';
		position: absolute;
		top: 0px;
		left: -50%;
		bottom: 0px;
		width: 100%;
		height: auto;
		z-index: -1;
	}

.point-arrow .container::after
	{
		content: '';
		position: absolute;
		top: 0px;
		right: -50px;
		bottom: 0px;
		width: 50px;
		height: 100%;
		clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);
		z-index: -1;
	}


.container.for-images
	{
		max-width: 85%;
	}

.container.in-full,
.container.for-images-full
	{
		width: 100%;
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}

section .container.for-maps
	{
		margin: 0px auto;
		padding: 0px;
	}


section .container.for-maps-full
	{
		width: 100%;
		max-width: 100%;
		margin: 0px;
		padding: 0px;
	}


.footer
	{
		padding: 30px 0px;
		box-sizing: border-box;
		flex-shrink: 0;
	}

.footer ul
	{
		margin: 0px;
	}

.footer ul li
	{
		list-style: none;
	}

.footer ul li a
	{
		text-decoration: none;
	}

ul.newslist
	{

	}

ul.newslist li
	{
		line-height: 157%;
	}

ul.newslist li a
	{
		padding: 2px 0px;
		color: #C75D29;
		font-weight: 400;
	}

ul.newslist li a span
	{
		display: inline;
		padding: 4px;

		/* Needs prefixing */
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}

ul.newslist li a:hover
	{
		color: #333333;
		background-color: #FFFFFF;
	}

.footer .container
	{
		padding: 30px 15px 30px;		
		color: #F2F2F2;
		box-sizing: border-box;	
	}


#asocial-media
	{
		margin-bottom: 20px;
	}

#asocial-media a
	{
		margin: 0px 8px 10px 0px;
		color: #777777;
		display: inline-block;
		transition: color 0.5s ease 0s, fill 0.5s ease 0s;
	}

#asocial-media a:hover
	{
		color: #BBBBBB;
	}

#asocial-media a i
	{
		font-size: 40px;
	}


#nav-to-top
	{
		position: fixed;
		right: 60px;
		bottom: 30px;
		padding: 4px 12px 9px;
		font-size: 18px;
		color: #F2F2F2;
		background-color: rgba(51, 51, 51, 0.8);
		box-shadow: 0px 0px 10px #808080;
		-moz-box-shadow: 0px 0px 10px #808080;
		-webkit-box-shadow: 0px 0px 10px #808080;
		cursor: pointer;
		display: none;
		z-index: 60;
		transition: background-color 0.35s ease-out 0s;
	}

#nav-to-top:hover
	{
		background-color: rgba(102, 102, 102, 0.8);
	}

/* ************************************************************************************ */



/* ***************************************************************************************
	SCROLLER RELATED
======================================================================================= */

.separator-pure-white polygon,
.separator-pure-white polyline,
.separator-pure-white path
	{
		fill: #FFFFFF;

	}

.separator-white polygon,
.separator-white polyline,
.separator-white path
	{
		fill: #F2F2F2;

	}

.separator-yellow polygon,
.separator-yellow polyline,
.separator-yellow path
	{
		fill: #D9CB59;

	}

/* Section container colors ----------------------------------------------------------- */

.bg-pure-white,
.bg-pure-white::before,
.bg-pure-white::after
	{
		color: #333333;
		background-color: #FFFFFF;
	}

.bg-white,
.bg-white::before,
.bg-white::after
	{
		color: #333333;
		background-color: #F2F2F2;
	}


.bg-black,
.bg-black::before,
.bg-black::after
	{
		color: #F2F2F2;
		background-color: #1F1F1F;
	}

.bg-gray,
.bg-gray::before,
.bg-gray::after
	{
		color: #F2F2F2;
		background-color: #505050;
	}

.bg-darkgray,
.bg-darkgray::before,
.bg-darkgray::after
	{
		color: #F2F2F2;
		background-color: #333333;
	}

.bg-blue,
.bg-blue::before,
.bg-blue::after
	{
		color: #FFFFFF;
		background-color: #478EF2;
	}

.bg-red,
.bg-red::before,
.bg-red::after
	{
		color: #FFFFFF;
		background-color: #FF5643;
	}

.promo.bg-red,
.promo.bg-red::before,
.promo.bg-red::after
	{
		box-shadow: 0px 0px 30px #FF5643;
	}


.bg-dark-brown,
.bg-dark-brown::before,
.bg-dark-brown::after
	{
		color: #FFFFFF;
		background-color: #49170B;
	}

.promo.bg-dark-brown,
.promo.bg-dark-brown::before,
.promo.bg-dark-brown::after
	{
		box-shadow: 0px 0px 30px #49170B;
	}


.bg-light-grey,
.bg-light-grey::before,
.bg-light-grey::after
	{
		background-color: #D9D9D9;
	}

.bg-light-beige,
.bg-light-beige::before,
.bg-light-beige::after
	{
		background-color: #B1AA8A;
	}

.bg-light-violet,
.bg-light-violet::before,
.bg-light-violet::after
	{
		background-color: #D1B3EF;
	}

.bg-grad-white,
.bg-grad-white::before,
.bg-grad-white::after
	{
		background: #FFFFFF;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #D9D9D9 100%);
		background: -webkit-linear-gradient(top, #FFFFFF 0%, #D9D9D9 100%);
		background: linear-gradient(to bottom, #FFFFFF 0%, #D9D9D9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D9D9D9', GradientType=0);
	}

.bg-grad-grey,
.bg-grad-grey::before,
.bg-grad-grey::after
	{
		background: #D9D9D9;
		background: -moz-linear-gradient(top, #D9D9D9 0%, #FFFFFF 100%);
		background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 100%);
		background: linear-gradient(to bottom, #D9D9D9 0%, #FFFFFF 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9D9D9', endColorstr='#FFFFFF', GradientType=0);
	}


/* Section styles --------------------------------------------------------------------- */

section.clear,
section.is-content
	{
		background-color: transparent;
	}


.bg-gfx-1
	{
		background-image: url("../gfx/vegas-overlays/01.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-2
	{
		background-image: url("../gfx/vegas-overlays/02.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 2px;
	}

.bg-gfx-3
	{
		background-image: url("../gfx/vegas-overlays/03.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 1px;
	}

.bg-gfx-4
	{
		background-image: url("../gfx/vegas-overlays/04.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 1px 2px;
	}

.bg-gfx-5
	{
		background-image: url("../gfx/vegas-overlays/05.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-6
	{
		background-image: url("../gfx/vegas-overlays/06.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-7
	{
		background-image: url("../gfx/vegas-overlays/07.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-8
	{
		background-image: url("../gfx/vegas-overlays/08.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 6px 6px;
	}

.bg-gfx-9
	{
		background-image: url("../gfx/vegas-overlays/09.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 2px 2px;
	}

.bg-gfx-10
	{
		background-image: url("../gfx/vegas-overlays/10.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-11
	{
		background-image: url("../gfx/vegas-overlays/11.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 3px 3px;
	}

.bg-gfx-12
	{
		background-image: url("../gfx/vegas-overlays/12.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-13
	{
		background-image: url("../gfx/vegas-overlays/13.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 8px;
	}

.bg-gfx-14
	{
		background-image: url("../gfx/vegas-overlays/14.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 4px 4px;
	}

.bg-gfx-15
	{
		background-image: url("../gfx/vegas-overlays/15.svg");
		background-position: 0px 0px;
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: 15px 15px;
	}

#header-strip
	{
		margin-bottom: 25px;
		height: 150px;
	}


.blur-bg
	{
		-webkit-transition: filter 0.5s ease 0s;
		-moz-transition: filter 0.5s ease 0s;
		-o-transition: filter 0.5s ease 0s;
		transition: filter 0.5s ease 0s;
	}

.blurallax h3
	{
		-webkit-transition: filter 0.5s ease 0s;
		-moz-transition: filter 0.5s ease 0s;
		-o-transition: filter 0.5s ease 0s;
		transition: filter 0.5s ease 0s;
	}

.blur5
	{
		-webkit-filter: blur(5px); /* Chrome, Safari, Opera */
		filter: blur(5px);
	}

.blur0
	{
		-webkit-filter: blur(0px); /* Chrome, Safari, Opera */
		filter: blur(0px);
	}

/* Definition for blur transition on selected elements - END -------------------------- */

.dzsparallaxer.no-padding
	{
		padding: 0px !important;
	}

.max-height
	{
		height: 100%;
	}
	
.parallax-window h3
	{
		width: 90%;
		color: #E7E7E7;
		font-size: 48px;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0 0 10px white;
	}

.dzsparallaxer .center-it
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

h3.txt-black
	{
		color: #333333;
	}

h3.txt-white
	{
		color: #FAFAFA;
	}

.bg-fx1
	{
		fill: #F2F2F2;
	}

.bg-fx2
	{
		fill: #FFFFFF;
	}

.bg-fx3
	{
		fill: #D1B3EF;
	}

.semi-black-overlay
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
	}

.semi-black-inset
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		-moz-box-shadow:    inset 0 0 60px #333333;
		-webkit-box-shadow: inset 0 0 60px #333333;
		box-shadow:         inset 0 0 60px #333333;
	}

.divimage
	{
		background-position: center center;
		background-size: cover;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	google maps
======================================================================================= */

#gMap
	{
		width: 100%;
		height: 400px;
		border: 0px none;
		display: block;	
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	EMAIL FORM - layout & style
======================================================================================= */

#contactForm,
#newsletterForm
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		margin: 0px 0px 0px 0px;
	}

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

legend
	{
		width: 100%;
		float: left;
	}

label
	{
		margin: 0px;
		font-weight: normal;
		display: block;
	}

label span.label
	{
		width: 100%;
		margin-bottom: 5px;
		vertical-align: top;
		display: block;
	}


input.text
	{
		width: 100%;
		height: 30px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
	}

select
	{
		padding: 4px 2px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
	}

textarea
	{
		width: 100%;
		margin: 0px 0px 20px 0px;
		color: #333333;
		display: inline-block;
	}


input.checkbox
	{
		margin: 3px 0px 5px;
	}

/*
.button,
button,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea,
select
	{
		position: relative;
		width: auto;
	    height: 38px;
	    padding: 6px 10px;
		font-family: inherit;
		color: #333333;
		font-size: inherit;
		line-height: 24px;
	    background-color: #FFFFFF;
	    border: 1px solid #D1D1D1;
	    border-radius: 0px;
	    box-shadow: none;
	    box-sizing: border-box;
		transition: all 0.35s ease-out 0s;

	}

a.button
	{
		text-decoration: none;
		display: inline-block;
	}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea
	{
		width: 100%;
	}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]
	{
		cursor: pointer;
	}

.button:hover,
button:hover,
input[type="button"]:hover
	{
		color: #333333;
		background-color: #E7E7E7;
		border: 1px solid #F2F2F2;
	}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover
	{
		color: #333333;
	}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus
	{
	    border: 1px solid #555555;
	    outline: 0px none;
	}


input[type="submit"]
	{
		color: #FFFFFF;
		background-color: #5797DB;
		text-transform: uppercase;
		font-weight: 700;
		border: 1px solid #75AAF5;
	}

input[type="submit"]:hover
	{
		color: #FFFFFF;
		filter: saturate(180%);
	}

input[type="reset"]
	{
		color: #333333;
		background-color: #E7E7E7;
		text-transform: uppercase;
		font-weight: 700;
	}

input[type="reset"]:hover
	{
		color: #E7E7E7;
		background-color: #333333;

	}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active
	{
		box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.20);
	}




.button.yellow
	{
		color: #333333;
		background-color: #BFA640;
	}

.button.yellow:hover
	{
		filter: saturate(180%);
	}
*/


/*

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]
	{
	    height: 38px;
	    padding: 0px 30px;
		font-family: inherit;	    
	    color: #555555;
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing: 0.1rem;
	    line-height: 38px;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    background-color: #F2F2F2;
	    cursor: pointer;
	    border: 1px solid #BBBBBB;
	    border-radius: 0px;
	    display: inline-block;
	    box-sizing: border-box;
	    white-space: nowrap;
	}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus
	{
	    color: #333333;
		background-color: #D9D9D9;
	    border-color: #888888;
	    outline: 0px none;
	}

input.submit
	{
		margin: 20px 0px 0px 0px;
		width: 100%;
		font-size: 16px;
		color: #FFFFFF;
		text-align: left;
		background-color: #0078AB;
	}

input.submit:hover
	{
		background-color: #009DE0;
	}
*/
input.required,
input.required:focus,
input:required,
:required
	{
		border-right: 3px solid #FF0000 !important;
	}

/* ***************************************************************************************
	STYLED CHECKBOX
======================================================================================= */
.chkb1
	{
		position: relative;
		width: 20px;
		margin: 5px 0px 0px 5px;
		display: inline;
	}

.chkb1 label
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		background: transparent;
		border: 1px solid #D1D1D1;
		border-radius: 0px;
	}

.chkb1 label:after
	{
		content: '';
		position: absolute;
		top: 4px;
		left: 5px;
		width: 11px;
		height: 7px;
		border: 3px solid #D1251F;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

.chkb1 label:hover::after
	{
		opacity: 0.5;
	}

.chkb1 input[type=checkbox]
	{
		visibility: hidden;
	}

.chkb1 input[type=checkbox]:checked + label:after
	{
		opacity: 1;
	}

/* ************************************************************************************ */	

.captcharow img
	{
		max-width: 140px;
	}

input.captcha
	{
		width: 70px;
		margin: 0px 0px 20px 0px;
		display: inline-block;
		background-color: #FFCC00;
	}

.formrow
	{
		margin-bottom: 20px;
	}

.formrow .column,
.formrow .column input
	{
		margin-bottom: 0px;
	}

.avoid-clicks
	{
		pointer-events: none;
		/* Avoid triggering of hover events on submit buttons when hovering over labels <label class = "avoid-clicks" for = ""></label> */
	}

.do-clicks
	{
		pointer-events: auto;
		/* Activate triggering of hover events on submit buttons when blocking of hovering over labels is active <input class = "do-clicks" type = "submit></input> */
	}


.reqtext
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: auto;
		height:  auto;
		margin: 5px 0px 10px 0px;
		font-size: 12px;
		color: #808080;
	}

span.req
	{
		font-size: 16px;
		font-weight: bold;
		color: #FF0000;
		vertical-align: top;
	}

span.field
	{
	    margin-left: 3px;
	    float: right;
	}

label.error
	{
		width: auto;
		padding: 2px 4px;
		margin-left: 5px;
		color: #FFFFFF;
		background-color: #FF0000;
		vertical-align: top;
		box-shadow: 0px 1px 3px #8C8C8C;
		-moz-box-shadow: 0px 1px 3px #8C8C8C;
		-webkit-box-shadow: 0px 1px 3px #8C8C8C;
		display: inline-block;
	}

textarea .reg
	{
		border: 1px solid #FF0000;
	}

input.more-width,
textarea.more-width
	{
		width: 96%;
	}

input:disabled,
input:disabled:hover,
select:disabled
	{
		color: #808080;
		background-color: #E7E7E7;
		border: 1px solid #808080;
	}

.u-full-width
	{
		margin-bottom: 20px;
	}

span.req-text
	{
		color: #808080;
		display: inline-block;
	}

.msg
	{
		width: 275px;
		padding: 5px 6px;
	}

.ok
	{
		color: #FFFFFF;
		background-color: #99CC00;
	}

.fail
	{
		color: #FFFFFF;
		background-color: #993300;
	}

.warn
	{
		color: #FFFFFF;
		background-color: #FFA338;
	}

/* ************************************************************************************ */


/* ***************************************************************************************
	Include other CSS
======================================================================================= */
#pagiContainer
	{
	    width: 100%;
	    margin: 60px auto 20px;
		font: 14px/24px sans-serif;
	}

#paginationForm
	{
		display: inline-block;
	}

.btn
	{
	    padding: 10px;
	    font-size: .875em;
	    color: #AAAAAA;
	    border-radius: 6px; /*optional*/
	    display: inline-block;
	}

.look
	{
		padding-top: 3px;
		padding-bottom: 3px;
		font-weight: normal;
	}

/* New theme copy from here */


.pagination
	{
	    margin: 0 auto;
	    padding: 0px 10px;
	    background: transparent;
	    display: table;
	}

#pagiContainer .page
	{
	    margin-right: 4px;
		margin-bottom: 15px;
	    padding: 6px 14px;
	    color: #000000;
	    font-size: 14px;
	    font-weight: bold;
	    text-decoration: none;
	    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
	    border-radius: 3px;
	    border: 1px solid #E9E9E9;
	    background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	    display: inline-block;
	}

#pagiContainer .page:hover,
#pagiContainer .page.gradient:hover
	{
	    background: #FEFEFE;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#E9E9E9));
	    background: -moz-linear-gradient(0% 0% 270deg,#F0F0F0, #E9E9E9);
	}

#pagiContainer .page.active
	{
		padding: 6px 14px;
	    color: #F0F0F0;
	    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
	    border: none;
	    background: #616161;
	    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
	}

#pagiContainer .page.gradient
	{
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#E9E9E9));
	    background: -moz-linear-gradient(0% 0% 270deg, #F8F8F8, #E9E9E9);
	}

#paginationForm select
	{
		background-color: #E9E9E9;
	}

span.dots
	{
		color: #000000;
		background: inherit;
	}

#pagiContainer .pagination .disabled
	{
		color: #AAAAAA;
		background: transparent;
	}

#pagiContainer .pagination .disabled:hover
	{
		color: #AAAAAA !important;
		background: transparent;

	}
/* ------------------------------------------------------------------------------------ */

/* White Round Theme ------------------------------------------------------------------ */
.pagination.white-round
	{
	    color: #FEFFFF;
	    background: transparent;
	}

#pagiContainer .page.white-round
	{
	    color: #000000;
	    border: 1px solid #32373B;
		border-radius: 24px;
	    background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .1), 0px 1px 3px rgba(0, 0, 0, .1);
	}

#pagiContainer .page.white-round:hover,
#pagiContainer .page.white-round.gradient:hover
	{
	    background: #FEFEFE;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#E9E9E9));
	    background: -moz-linear-gradient(0% 0% 270deg,#F0F0F0, #E9E9E9);
	}

#pagiContainer .page.white-round.active
	{
		padding: 8px 16px;
	    border: none;
		color: #3E4347;
	    background: #F0F0F0;
	    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .1);
	}

#pagiContainer .page.white-round.gradient
	{
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565B5F), to(#3E4347));
	    background: -moz-linear-gradient(0% 0% 270deg, #565B5F, #3E4347);
	}

#paginationForm select.white-round
	{
		background-color: #3E4347;
	}

span.dots.white-round
	{
		color: #3E4347;
		background: inherit;
	}

#pagiContainer .pagination .disabled
	{
		color: #AAAAAA;
		background: transparent;
		text-shadow: none;
	}

#pagiContainer .pagination .disabled:hover
	{
		color: #AAAAAA !important;
		background: transparent;

	}
/*------------------------------------------------------------------------------------- */

/* Black Round Theme ------------------------------------------------------------------ */
.pagination.black-round
	{
	    color: #FEFFFF;
	    background: transparent;
	}

#pagiContainer .page.black-round
	{
	    color: #FEFFFF;
	    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
	    border: 1px solid #32373B;
		border-radius: 24px;
	    background: #3E4347;
	    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .1), 0px 1px 3px rgba(0, 0, 0, .1);
	}

#pagiContainer .page.black-round:hover,
#pagiContainer .page.black-round.gradient:hover
	{
	    background: #3D4F5D;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A8A8A), to(#3D4F5D));
	    background: -moz-linear-gradient(0% 0% 270deg, #8A8A8A, #3D4F5D);
	}

#pagiContainer .page.black-round.active
	{
		padding: 8px 16px;
	    border: none;
		color: #3E4347;
	    background: #F0F0F0;
	    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .1);
	}

#pagiContainer .page.black-round.gradient
	{
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565B5F), to(#3E4347));
	    background: -moz-linear-gradient(0% 0% 270deg, #565B5F, #3E4347);
	}

#paginationForm select.black-round
	{
		background-color: #3E4347;
	}

span.dots.black-round
	{
		color: #3E4347;
		background: inherit;
	}

#pagiContainer .pagination .disabled
	{
		color: #AAAAAA;
		background: transparent;
	}

#pagiContainer .pagination .disabled:hover
	{
		color: #AAAAAA !important;
		background: transparent;

	}
/*------------------------------------------------------------------------------------- */

/* Black Theme ------------------------------------------------------------------------ */
.pagination.dark
	{
	    color: #FEFFFF;
	    background: transparent;
	}

#pagiContainer .page.dark
	{
	    color: #FEFFFF;
	    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
	    border: 1px solid #32373B;
	    background: #3E4347;
	    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .1), 0px 1px 3px rgba(0, 0, 0, .1);
	}

#pagiContainer .page.dark:hover,
#pagiContainer .page.dark.gradient:hover
	{
	    background: #3D4F5D;
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8A8A8A), to(#3D4F5D));
	    background: -moz-linear-gradient(0% 0% 270deg, #8A8A8A, #3D4F5D);
	}

#pagiContainer .page.dark.active
	{
		padding: 8px 16px;
	    border: none;
		color: #3E4347;
	    background: #F0F0F0;
	    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .1);
	}

#pagiContainer .page.dark.gradient
	{
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565B5F), to(#3E4347));
	    background: -moz-linear-gradient(0% 0% 270deg, #565B5F, #3E4347);
	}

#paginationForm select.dark
	{
		background-color: #3E4347;
	}

span.dots.dark
	{
		color: #3E4347;
		background: inherit;
	}

#pagiContainer .pagination .disabled
	{
		color: #AAAAAA;
		background: transparent;
	}

#pagiContainer .pagination .disabled:hover
	{
		color: #AAAAAA !important;
		background: transparent;

	}
/*------------------------------------------------------------------------------------- */

/* Blue Theme ------------------------------------------------------------------------- */
.pagination.blue
	{
	    margin: 0 auto;
	    padding: 0px 10px;
	    background: transparent;
	    display: table;
	}

#pagiContainer .page.blue
	{
	    margin-right: 4px;
	    padding: 6px 14px;
	    color: #000000;
	    font-size: 14px;
	    font-weight: bold;
	    text-decoration: none;
	    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
	    border-radius: 3px;
	    border: 1px solid #E9E9E9;
	    background: linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	    display: inline-block;
	}

#pagiContainer .page.blue:hover,
#pagiContainer .page.blue.gradient:hover
	{
	    background: #5BA8DD;
	}

#pagiContainer .page.blue.active
	{
		padding: 6px 14px;
	    color: #F0F0F0;
	    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
	    border: none;
	    background: #017FBA;
	    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
	}

#pagiContainer .page.blue.gradient
	{
	    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#E9E9E9));
	    background: -moz-linear-gradient(0% 0% 270deg, #F8F8F8, #E9E9E9);
	}

#paginationForm select
	{
		background-color: #E9E9E9;
	}

span.dots.blue
	{
		color: #000000;
		background: transparent;
	}

#pagiContainer .pagination .disabled
	{
		color: #AAAAAA;
		background: transparent;
	}

#pagiContainer .pagination .disabled:hover
	{
		color: #AAAAAA !important;
		background: transparent;

	}
/*------------------------------------------------------------------------------------- *//*#######################################
	COMPONENTS SHEET
	SCOPE: Buttons

	Last update: <!--%DateStamp%-->11.11.2020<!---->
#######################################*/

/* Default appearance ----------------------------------------------------------------- */
.button,
a.button,
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].buttonn
	{
		position: relative;
		margin: 5px 10px;
		padding: 8px 20px;
		color: inherit;
		font-family: inherit;
		font-size: inherit;
		font-weight: 400;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 1px;
		border: none;
		border-radius: 0px;
		outline: none;
		background: none;
		cursor: pointer;
		display: inline-block;
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
	}

a.button
	{
		padding: 5px 20px;
	}

.button:hover,
a.button:hover
	{
		color: inherit;
		background: #D6D6D6;
	}


.button:after,
a.button:after,
input[type="submit"].button:after,
input[type="reset"].button:after,
input[type="button"].button:after
	{
		content: '';
		position: absolute;
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
		z-index: -1;
	}
/* ------------------------------------------------------------------------------------ */


/* Sizes ------------------------------------------------------------------------------ */
.btn-medium, a.btn-medium
	{
		padding: 6px 20px;
		font-size: 18px;
	}

.btn-big, a.btn-big
	{
		padding: 14px 40px;
		font-size: 20px;
	}
/* ------------------------------------------------------------------------------------ */


/* Borders ---------------------------------------------------------------------------- */
/* thickness --- */
.button.border-thin
	{
		border-width: 1px;
		border-style: solid;
	}

.button.border-medium
	{
		border-width: 2px;
		border-style: solid;
	}

.button.border-thick
	{
		border-width: 4px;
		border-style: solid;
	}

/* roundness --- */
.button.border-r-thin
	{
		border-radius: 4px;
	}

.button.border-r-medium
	{
		border-radius: 8px;
	}

.button.border-r-thick
	{
		border-radius: 50px;
	}
/* ------------------------------------------------------------------------------------ */


/* Button styles ---------------------------------------------------------------------- */

/* Simple --- */
.simple, a.simple
	{
		border-color: #333333;
	}

.simple:hover, a.simple:hover
	{
		color: #FFFFFF;
		background-color: #333333;
	}
/* ------------------------------------------------------------------------------------ */


/* Topdown ---------------------------------------------------------------------------- */
.topdown, a.topdown
	{
		border-color: #333333;
	}

.topdown:after
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: 0px;
		background-color: #333333;
	}

.topdown:hover, .topdown:active,
a.topdown:hover, a.topdown:active
	{
		color: #FFFFFF;
		background: none;
	}

.topdown:hover:after, .topdown:active:after
	{
		height: 100%;
	}
/* ------------------------------------------------------------------------------------ */


/* Leftright -------------------------------------------------------------------------- */
.leftright, a.leftright
	{
		border-color: #333333;
	}

.leftright:after
	{
		top: 0px;
		left: 0px;
		width: 0;
		height: 100%;
		background-color: #333333;
	}

.leftright:hover, .leftright:active,
a.leftright:hover, a.leftright:active
	{
		color: #FFFFFF;
		background: none;
	}

.leftright:hover:after, .leftright:active:after
	{
		width: 100%;
	}
/* ------------------------------------------------------------------------------------ */


/* Diagonal --------------------------------------------------------------------------- */
.diagonal, a.diagonal
	{
		border-color: #333333;
		overflow: hidden;
	}

a.diagonal
	{
		top: 19px;
	}

.diagonal:after
	{
		top: 50%;
		left: 50%;
		width: 0%;
		height: 64px;
		background: #333333;
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) rotate(0deg) skew(45deg);
	}

.diagonal:hover,
.diagonal:active,
a.diagonal:hover,
a.diagonal:active

	{
		color: #FFFFFF;
		background: none;
	}

.diagonal:hover:after
	{
		width: 90%;
		opacity: 1;
	}

.diagonal:active:after
	{
		width: 150%;
		opacity: 1;
	}
/* ------------------------------------------------------------------------------------ */


/* Hori-gap --------------------------------------------------------------------------- */
.hori-gap, a.hori-gap
	{
		border-color: #333333;
	}

.hori-gap:after
	{
		top: 50%;
		left: 50%;
		width: 0;
		height: 103%;
		background: #333333;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

.hori-gap:hover,
.hori-gap:active,
a.hori-gap:hover,
a.hori-gap:active

	{
		color: #FFFFFF;
		background: none;
	}

.hori-gap:hover:after
	{
		width: 90%;
		opacity: 1;
	}

.hori-gap:active:after
	{
		width: 101%;
		opacity: 1;
	}
/* ------------------------------------------------------------------------------------ */


/* Verti-gap -------------------------------------------------------------------------- */
.verti-gap, a.verti-gap
	{
		border-color: #333333;
	}

.verti-gap:after
	{
		top: 50%;
		left: 50%;
		width: 100%;
		height: 0%;
		background: #333333;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

.verti-gap:hover,
.verti-gap:active,
a.verti-gap:hover,
a.verti-gap:active

	{
		color: #FFFFFF;
		background: none;
	}

.verti-gap:hover:after
	{
		height: 80%;
		opacity: 1;
	}

.verti-gap:active:after
	{
		height: 101%;
		opacity: 1;
	}
/* ------------------------------------------------------------------------------------ */


/* Previous-left-in ------------------------------------------------------------------- */
.previous-left-in, a.previous-left-in
	{
		padding: 15px 40px;
		color: #333333;
		border-color: #333333;
		overflow: hidden;
	}

a.previous-left-in
	{
		top: 26px;
		padding: 12px 40px;
	}

.previous-left-in:active
	{
		color: #FFFFFF;
		border-color: #333333;
	}

.previous-left-in:hover,
a.previous-left-in:hover
	{
		color: #FFFFFF;
		background: rgba(51, 51, 51, 0.6);
	}

.previous-left-in:before
	{
		position: absolute;
		content: "\f060";
		font-family: "Font Awesome 5 Pro";
		top: 0px;
		left: -50px;
		line-height: 18px;
		color: #FFFFFF;
		font-size: 120%;
		line-height: 2.5;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

.previous-left-in:hover:before
	{
		left: 15px;
	}

.previous-left-in:active:before
	{
		color: #333333;
	}
/* ------------------------------------------------------------------------------------ */


/* Next-right-in ---------------------------------------------------------------------- */
.next-right-in, a.next-right-in
	{
		padding: 15px 40px;
		color: #333333;
		border-color: #333333;
		overflow: hidden;
	}

a.next-right-in
	{
		top: 26px;
		padding: 12px 40px;
	}

.next-right-in:active
	{
		color: #FFFFFF;
		border-color: #333333;
	}

.next-right-in:hover,
a.next-right-in:hover
	{
		color: #FFFFFF;
		background: rgba(51, 51, 51, 0.6);
	}

.next-right-in:before
	{
		position: absolute;
		content: "\f061";
		font-family: "Font Awesome 5 Pro";
		top: 0px;
		right: -50px;
		line-height: 18px;
		color: #FFFFFF;
		font-size: 120%;
		line-height: 2.5;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

.next-right-in:hover:before
	{
		right: 15px;
	}

.next-right-in:active:before
	{
		color: #333333;
	}
/* ------------------------------------------------------------------------------------ */



/* Previous-left-out ------------------------------------------------------------------ */
.previous-left-out, a.previous-left-out
	{
		padding: 15px 40px;
		color: #333333;
		border-color: #333333;
		overflow: hidden;
	}

a.previous-left-out
	{
		top: 26px;
		padding: 12px 40px;
	}

.previous-left-out:active
	{
		color: #FFFFFF;
		border-color: #333333;
	}

.previous-left-out:hover,
a.previous-left-out:hover
	{
		color: #FFFFFF;
		background: rgba(51, 51, 51, 0.6);
	}

.previous-left-out:before
	{
		position: absolute;
		content: "\f060";
		font-family: "Font Awesome 5 Pro";
		top: 0px;
		left: 40%;
		color: #FFFFFF;
		font-size: 120%;
		line-height: 2.5;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

.previous-left-out:hover:before
	{
		left: 15px;
		opacity: 1;
	}

.previous-left-out:active:before
	{
		color: #333333;
	}
/* ------------------------------------------------------------------------------------ */


/* Next-right-out --------------------------------------------------------------------- */
.next-right-out, a.next-right-out
	{
		padding: 15px 40px;
		color: #333333;
		border-color: #333333;
		overflow: hidden;
	}

a.next-right-out
	{
		top: 26px;
		padding: 12px 40px;
	}

.next-right-out:active
	{
		color: #FFFFFF;
		border-color: #333333;
	}

.next-right-out:hover,
a.next-right-out:hover
	{
		color: #FFFFFF;
		background: rgba(51, 51, 51, 0.6);
	}

.next-right-out:before
	{
		position: absolute;
		content: "\f061";
		font-family: "Font Awesome 5 Pro";
		top: 0px;
		right: 60%;
		color: #FFFFFF;
		font-size: 120%;
		line-height: 2.5;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

.next-right-out:hover:before
	{
		right: 15px;
		opacity: 1;
	}

.next-right-out:active:before
	{
		color: #333333;
	}
/* ------------------------------------------------------------------------------------ */


/* Press-down ------------------------------------------------------------------------- */
.press-down, a.press-down
	{
		color: #FFFFFF;
		background: #333333;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		box-shadow: 0px 6px #808080;
	}

.press-down:hover,
a.press-down:hover
	{
		color: #FFFFFF;
		background: #333333;
	}


.press-down:hover
	{
		top: 2px;
		box-shadow: 0 4px #808080;
	}

.press-down:active
	{
		top: 6px;
		box-shadow: 0 0 #808080;
	}
/* ------------------------------------------------------------------------------------ */


/* Press-up --------------------------------------------------------------------------- */
.press-up, a.press-up
	{
		color: #FFFFFF;
		background: #333333;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		box-shadow: 0px 4px #808080;
	}

.press-up:hover,
a.press-up:hover
	{
		color: #FFFFFF;
		background: #333333;
	}


.press-up:hover
	{
		top: -2px;
		box-shadow: 0 6px #808080;
	}

.press-up:active
	{
		top: 4px;
		box-shadow: 0 0 #808080;
	}
/* ------------------------------------------------------------------------------------ */


/* Press-left ------------------------------------------------------------------------- */
.press-left, a.press-left
	{
		color: #FFFFFF;
		background: #333333;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		box-shadow: -6px 0px #808080;
	}

.press-left:hover,
a.press-left:hover
	{
		color: #FFFFFF;
		background: #333333;
	}


.press-left:hover
	{
		left: -4px;
		box-shadow: -2px 0px #808080;
	}

.press-left:active
	{
		left: -6px;
		box-shadow: 0 0 #808080;
	}
/* ------------------------------------------------------------------------------------ */


/* Press-right ------------------------------------------------------------------------ */
.press-right, a.press-right
	{
		color: #FFFFFF;
		background: #333333;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
		box-shadow: 6px 0px #808080;
	}

.press-right:hover,
a.press-right:hover
	{
		color: #FFFFFF;
		background: #333333;
	}


.press-right:hover
	{
		left: 4px;
		box-shadow: 2px 0px #808080;
	}

.press-right:active
	{
		left: 6px;
		box-shadow: 0 0 #808080;
	}
/* ------------------------------------------------------------------------------------ */


/* Ujarak ----------------------------------------------------------------------------- */
.ujarak, a.ujarak
	{
		border-color: #333333;
	}

.ujarak:after
	{
		top: 50%;
		left: 50%;
		width: 0;
		height: 103%;
		background: #333333;
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

.ujarak:hover,
.ujarak:active,
a.ujarak:hover,
a.ujarak:active

	{
		color: #FFFFFF;
		background: none;
	}

.ujarak:hover:after
	{
		width: 101%;
		opacity: 1;
	}
/* ------------------------------------------------------------------------------------ */


/* Wayra ------------------------------------------------------------------------------ */
.wayra, a.wayra
	{
		border-color: #333333;
		background-color: #D9D9D9;
		overflow: hidden;
	}

a.wayra
	{
		top: 0px;

	}

.wayra::before
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 110%;
		height: 100%;
		background: #333333;
		z-index: -1;
		-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
		transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
		transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
	}


.wayra:hover, a.wayra:hover
	{
		color: #FFFFFF;
		border-color: #333333;
		background: none;
	}

.wayra:hover::before
	{
		opacity: 1;
		background-color: #333333;
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
/* ------------------------------------------------------------------------------------ */


/* Tamaya ----------------------------------------------------------------------------- */
.tamaya
	{
		min-width: 180px;
		color: #333333;
		border-color: #333333;
		overflow: hidden;
	}

a.tamaya
	{
		top: 19px;
	}

.tamaya:before,
.tamaya:after
	{
		content: attr(data-text);
		position: absolute;
		left: 0;
		width: 100%;
		height: 50%;
		color: #333333;
		background: none;
		overflow: hidden;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}

.tamaya:before
	{
		top: 0;
		padding-top: 8px;
	}

a.tamaya:before
	{
		top: 0;
		padding-top: 8px;
	}

.tamaya:after
	{
		bottom: 0;
		line-height: 0;
	}

a.tamaya:after
	{
		bottom: 0;
		line-height: 0;
	}


.tamaya > span
	{
		opacity: 0;
		transform: scale3d(0.2, 0.2, 1);
		-webkit-transform: scale3d(0.2, 0.2, 1);
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transition-timing-function: cubic-bezier(.22,.72,.43,1);
		transition-timing-function: cubic-bezier(.22,.72,.43,1);
		display: block;
	}

.tamaya:hover
	{
		color: #FFFFFF;
		background: #333333;
	}

.tamaya:hover:before
	{
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

.tamaya:hover:after
	{
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

.tamaya:hover > span
	{
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
/* ------------------------------------------------------------------------------------ */


/* Rayen ------------------------------------------------------------------------------ */
.rayen, a.rayen
	{
		overflow: hidden;
	}

a.rayen
	{
		top: 19px;
	}

.rayen:before
	{
		content: attr(data-text);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		padding-top: 8px;
		color: #FFFFFF;
		background: #333333;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

a.rayen:before
	{
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		padding-top: 5px;
		text-align: center;
	}

.rayen > span
	{
		display: block;
	}

.rayen:before,
.rayen > span
	{
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	}

.rayen:hover:before
	{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.rayen:hover > span
	{
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
/* ------------------------------------------------------------------------------------ */


/* Pipaluk ---------------------------------------------------------------------------- */
.pipaluk, a.pipaluk
	{
		padding: 15px 30px;
		color: #FFFFFF;
	}

a.pipaluk
	{
		padding: 11px 30px;
	}

.pipaluk:before,
.pipaluk:after
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		z-index: -1;
		-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
		transition: transform 0.3s, background-color 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
		transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	}

.pipaluk:before
	{
		border: 2px solid #4D95D1;
	}

.pipaluk:after
	{
		background: #333333;
	}

.pipaluk:hover,
a.pipaluk:hover
	{
		/* Change the hover background if other color than default is needed */
/*
		background: #FFFFFF;
*/
	}

.pipaluk:hover:before
	{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

.pipaluk:before,
.pipaluk:hover:after
	{
		-webkit-transform: scale3d(0.7, 0.7, 1);
		transform: scale3d(0.7, 0.7, 1);
	}

.pipaluk:hover:after
	{
		background-color: #4D95D1;
	}
/* ------------------------------------------------------------------------------------ */


/* Moema ------------------------------------------------------------------------------ */
.moema, a.moema
	{
		padding: 16px 40px;
		color: #FFFFFF;
		background: #993342;
		-webkit-transition: background-color 0.3s ease-out 0s, color 0.3s ease-out 0s;
		transition: background-color 0.3s ease-out 0s, color 0.3s ease-out 0s;
		border-color: #993342;
	}

a.moema
	{
		padding: 13px 40px;
	}

.moema:before
	{
		content: '';
		position: absolute;
		top: -20px;
		left: -20px;
		bottom: -20px;
		right: -20px;
		background: inherit;
		border-radius: 50px;
		z-index: -1;
		opacity: 0.4;
		-webkit-transform: scale3d(0.8, 0.5, 1);
		transform: scale3d(0.8, 0.5, 1);
	}

.moema:hover,
a.moema:hover
	{
		color: #FFFFFF;
		background-color: #732632;
		border-color: #732632;
		transition: background-color 0.1s ease-out 0s, color 0.1s ease-out 0s;
	}

.moema:active,
a.moema:active
	{
		color: #333333;
		background-color: #FFFFFF;
		transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
		-webkit-animation: anim-moema-1 0.3s forwards;
		animation: anim-moema-1 0.3s forwards;
	}

.moema:hover:before
	{
		-webkit-animation: anim-moema-2 0.3s 0s forwards;
		animation: anim-moema-2 0.6s 0s forwards;
	}



@-webkit-keyframes anim-moema-1
	{
		60%
			{
				-webkit-transform: scale3d(0.8, 0.8, 1);
				transform: scale3d(0.8, 0.8, 1);
			}

		85%
			{
				-webkit-transform: scale3d(1.1, 1.1, 1);
				transform: scale3d(1.1, 1.1, 1);
			}

		100%
			{
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
			}
	}

@keyframes anim-moema-1
	{
		60%
			{
				-webkit-transform: scale3d(0.8, 0.8, 1);
				transform: scale3d(0.8, 0.8, 1);
			}

		85%
			{
				-webkit-transform: scale3d(1.1, 1.1, 1);
				transform: scale3d(1.1, 1.1, 1);
			}

		100%
			{
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
			}
	}

@-webkit-keyframes anim-moema-2
	{
		to
			{
				opacity: 0;
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
			}
}

@keyframes anim-moema-2
	{
		to
			{
				opacity: 0;
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
			}
	}
/* ------------------------------------------------------------------------------------ */


/* Isi -------------------------------------------------------------------------------- */
.isi, a.isi
	{
		padding: 15px 20px;
		color: #FFFFFF;
		background: #68B8CC;
		border-color: #68B8CC;
		overflow: hidden;
		z-index: 1;
	}

a.isi
	{
		padding: 11px 20px;
		top: 26px;
	}

.isi:before
	{
		position: absolute;
		content: '';
		top: 50%;
		left: 100%;
		margin: -15px 0px 0px 1px;
		width: 120%;
		height: 60px;
		background: #338599;
		border-top-left-radius: 15px 50%;
		border-bottom-left-radius: 15px 50%;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		transform: translateX(0%) translateY(-25%);
		transition: transform 0.4s, opacity 0.3s;
		transition-timing-function: cubic-bezier(0.7,0,0.9,1);
		z-index: -1;
	}

.isi i.fal
	{
		font-weight: 300;
		vertical-align: middle;
	}

.isi > span
	{
		padding-left: 0.75em;
		vertical-align: middle;
	}

.isi:hover,
a.isi:hover
	{
		color: #FFFFFF;
	}

.isi:hover:before
	{
		transform: translateX(-100%) translateY(-25%);
	}
/* ------------------------------------------------------------------------------------ */


/* Aylen ------------------------------------------------------------------------------ */
.aylen, a.aylen
	{
		padding: 15px 30px;
		color: #333333;
		background: #FFFFFF;
		transition: color 0.3s;
		overflow: hidden;
		z-index: 1;
	}

a.aylen
	{
		top: 23px;
		padding: 11px 30px;
	}

.aylen:before,
.aylen:after
	{
		content: '';
		position: absolute;
		left: 0;
		bottom: 100%;
		height: 100%;
		width: 100%;
		z-index: -1;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	}

.aylen:before
	{
		background: #CCA066;
	}

.aylen:after
	{
		background: #CCC266;
	}

.aylen:hover
	{
		color: #333333;
		background: #FFFFFF;
	}

.aylen:hover:before,
.aylen:hover:after
	{
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translateY(100%);
	}

.aylen:hover:after
	{
		-webkit-transition-delay: 0.175s;
		transition-delay: 0.175s;
	}
/* ------------------------------------------------------------------------------------ */


/* Saqui ------------------------------------------------------------------------------ */
.saqui, a.saqui
	{
		padding: 15px 30px;
		color: #333333;
		background: #FFFFFF;
		-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
		transition: background-color 0.3s ease-in, color 0.3s ease-in;
		overflow: hidden;
		z-index: 1;
	}

a.saqui
	{
		top: 25px;
		padding: 13px 30px;
	}

.saqui:after,
a.saqui:after
	{
		content: attr(data-text);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 15px 0px;
		color: #FFFFFF;
		text-align: center;
		-webkit-transform-origin: -25% 50%;
		transform-origin: -25% 50%;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		transition: transform 0.3s ease-in, color 0.5s ease-in 0.4s;
	}

.saqui:hover:after,
.saqui:hover,
a.saqui:hover:after,
a.saqui:hover

	{
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

.saqui:hover,
a.saqui:hover
	{
		color: rgba(51, 51, 51, 0);
		background-color: #4D95D1;
	}

.saqui:hover:after
	{
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
/* ------------------------------------------------------------------------------------ */


/* Wapasha ---------------------------------------------------------------------------- */
.wapasha, a.wapasha
	{
		padding: 15px 30px;
		color: #FFFFFF;
		background: #4D95D1;
		transition: background-color 0.3s, color 0.3s;
	}

a.wapasha
	{
		padding: 11px 30px;
	}

.wapasha:before
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 2px solid #68B8CC;
		border-radius: inherit;
		opacity: 0;
		z-index: 0;
		-webkit-transform: scale3d(0.6, 0.6, 1);
		transform: scale3d(0.6, 0.6, 1);
		transition: transform 0.3s, opacity 0.3s;
		transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	}

.wapasha:hover,
a.wapasha:hover
	{
		color: #333333;
		background-color: #FFFFFF;
	}

.wapasha:hover:before
	{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}
/* ------------------------------------------------------------------------------------ */


/* Nuka ------------------------------------------------------------------------------- */
.nuka, a.nuka
	{
		padding: 15px 30px;
		color: #FFFFFF;
		transition: color 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}

a.nuka
	{
		padding: 12px 30px;
	}

.nuka:before,
.nuka:after
	{
		content: '';
		position: absolute;
		border-radius: inherit;
		background: #BF6840;
		z-index: -1;
	}

.nuka:before
	{
		top: -4px;
		bottom: -4px;
		left: -4px;
		right: -4px;
		opacity: 0.2;
		-webkit-transform: scale3d(0.7, 1, 1);
		transform: scale3d(0.7, 1, 1);
		transition: transform 0.3s, opacity 0.3s;
	}

.nuka:after
	{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: scale3d(1.1, 1, 1);
		transform: scale3d(1.1, 1, 1);
		transition: transform 0.3s, background-color 0.3s;
	}

.nuka:before,
.nuka:after
	{
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}

.nuka:hover,
a.nuka:hover
	{
		color: #333333;
		background: #F9F0EC;
	}

.nuka:hover:before
	{
		opacity: 1;
	}

.nuka:hover:after
	{
		background-color: #37474f;
	}

.nuka:hover:after,
.nuka:hover:before
	{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
/* ------------------------------------------------------------------------------------ */


/* Antiman ---------------------------------------------------------------------------- */
.antiman,
a.antiman
	{
		padding: 15px 30px;
		color: #FFFFFF;
		border-width: 2px;
		border-color: transparent;
		background: none;
	}

a.antiman
	{
		padding: 11px 30px;
	}

.antiman > span
	{
		padding-left: 8px;
	}

.antiman::before,
.antiman::after
	{
		content: '';
		border-radius: inherit;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		z-index: -1;
	}

.antiman::before
	{
		border: 0px solid #37474f;
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}

.antiman:hover,
a.antiman:hover
	{
		border-width: 0px;
		border-style: solid;
		border-color: #FF3A83;
		background: #FFFFFF;
	}

.antiman::after
	{
		background: #FF3A83;
	}

.antiman:hover::before
	{
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		border: 1px solid #FF3A83;
		z-index: 1;
	}

.antiman:hover::after
	{
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
/* ------------------------------------------------------------------------------------ */


/* Itzel ------------------------------------------------------------------------------ */
.itzel,
a.itzel
	{
		padding: 10px 10px;
		border: none;
		line-height: 0px;
		overflow: hidden;
	}

a.itzel
	{
		top: 30px;
	}

.itzel::before
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 1px solid;
		background: #F2F2F2;
		border-radius: inherit;
		-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
		clip-path: url(../#clipBox);
		-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
		transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}

svg.hidden
	{
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
		pointer-events: none;
	}

.itzel::before,
.itzel i.fal
	{
		transition: transform 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	}

.itzel i.fal
	{
		position: absolute;
		top: 99%;
		left: 50%;
		padding: 16px;
		font-size: 26px;
		color: #333333;
		font-weight: 300;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

.itzel > span
	{
		padding: 20px;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
		display: block;
	}

.itzel:hover::before
	{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.itzel:hover i.fal
	{
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
		-webkit-transform: translate3d(-50%, -100%, 0);
		transform: translate3d(-50%, -100%, 0);
	}

.itzel:hover > span
	{
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
/* ------------------------------------------------------------------------------------ */


/* Naira ------------------------------------------------------------------------------ */
.naira,
a.naira
	{
		padding: 0;
		text-align: center;
		transition: background-color 0.3s;
		overflow: hidden;
		z-index: 1;
	}

a.naira
	{
		top: 26px;
		line-height: 1.2;
	}

.naira::before
	{
		content: '';
		position: absolute;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
		background: #37474f;
		z-index: -1;
		-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
	}

.naira-up::before
	{
		-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
		transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
	}

.naira > span
	{
		display: block;
	}

.naira i.fal
	{
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		color: #FFFFFF;
		font-size: 22px;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

.naira-up i.fal
	{
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

.naira > span,
.naira i.fal
	{
		padding: 15px 20px 18px;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	}

.naira:hover::before
	{
		-webkit-animation: anim-naira-1 0.3s forwards ease-in;
		animation: anim-naira-1 0.3s forwards ease-in;
	}

.naira-up:hover::before
	{
		-webkit-animation: anim-naira-2 0.3s forwards ease-in;
		animation: anim-naira-2 0.3s forwards ease-in;
	}

@-webkit-keyframes anim-naira-1
	{
		50% {
			-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
			transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		100% {
			-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
			transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		}
	}

@keyframes anim-naira-1
	{
		50% {
			-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
			transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		100% {
			-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
			transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		}
	}

@-webkit-keyframes anim-naira-2
	{
		50% {
			-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
			transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		100% {
			-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
			transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		}
	}

@keyframes anim-naira-2
	{
		50% {
			-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
			transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
			-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
		}
		100% {
			-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
			transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		}
	}

.naira:hover
	{
		background-color: #37474f;
		-webkit-transition: background-color 0s 0.3s;
		transition: background-color 0s 0.3s;
	}

.naira:hover i.fal
	{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.naira:hover > span
	{
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

.naira-up:hover > span
	{
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
/* ------------------------------------------------------------------------------------ */


/* Sacnite ---------------------------------------------------------------------------- */
.sacnite,
a.sacnite
	{
		width: 70px;
		min-width: 0;
		height: 70px;
		padding: 0;
		color: #FFFFFF;
		text-align: center;
		transition: color 0.3s;
		z-index: 1;
	}

a.sacnite
	{
		top: -23px;
	}

.sacnite::before
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		z-index: -1;
		box-shadow: inset 0 0 0 35px #BFAC40;
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
		transition: box-shadow 0.3s, transform 0.3s;
	}

.sacnite i.fal
	{
		font-size: 22px;
		width: 22px;
	}

a.sacnite i.fal
	{
		position: relative;
		top: 24px;
	}


.sacnite > span
	{
		position: absolute;
		opacity: 0;
		pointer-events: none;
	}

.sacnite:hover,
a.sacnite:hover
	{
		color: #37474f;
		background: #FFFFFF;
	}

.sacnite:hover::before
	{
		box-shadow: inset 0 0 0 2px #BFAC40;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
/* ------------------------------------------------------------------------------------ */

/*#######################################
	COMPONENTS SHEET
	SCOPE: Inputs

	Last update: <!--%DateStamp%-->08.03.2019<!---->
#######################################*/

h3
	{
		margin-bottom: 30px;
	}

.morespace
	{
		margin-bottom: 40px !important;
	}


.input
	{
		position: relative;
		width: calc(100% - 2em);
		max-width: 960px;
		vertical-align: top;
		display: inline-block;
		z-index: 1;
	}

.input__field
	{
		position: relative;
		width: 60%;
		padding: 8px;
		margin: 0px;
		font-family: inherit;
		font-size: 16px;
		color: #333333;
		font-weight: normal;
		border: none;
		border-radius: 0;
		display: block;
		background: #E3E3E3;
		float: right;
		-webkit-appearance: none; /* for box shadows to show on iOS */
	}

.input__field:focus
	{
		outline: none;
	}

.input__label
	{
		padding: 0px 5px;
		width: 40%;
		color: #6A7989;
		font-weight: bold;
		font-size: inherit;
		-webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: inline-block;
		float: right;
	}

.input__label-content
	{
		position: relative;
		width: 100%;
		padding: 16px 0px;
		display: block;
	}

.text__area
	{
		position: relative;
		padding: 8px;
		width: 100%;
		min-height: 100px;
		font-family: inherit;
		color: #333333;
		font-weight: normal;
		border: none;
		border-radius: 0;
		background: #E3E3E3;
		-webkit-appearance: none; /* for box shadows to show on iOS */
		display: block;
	}

.textarea__label
	{
		padding: 0px 5px;
		width: 40%;
		color: #6A7989;
		font-weight: 700;
	}

.graphic
	{
		position: absolute;
		top: 0;
		left: 0;
		fill: none;
	}

.icon
	{
		color: #DDDDDD;
		font-size: 150%;
	}



/* Haruki ----------------------------------------------------------------------------- */
.input--haruki
	{
		width: 80%;
	}

.input__field--haruki
	{
		top: 10px;
		width: 100%;
		padding: 10px 5px;
		color: #434C56;
		font-size: 18px;
		background: transparent;
	}

.input__label--haruki
	{
		position: absolute;
		width: 100%;
		text-align: left;
		pointer-events: none;
	}

.input__label-content--haruki
	{
		transition: transform 0.3s;
	}

.input__label--haruki::before,
.input__label--haruki::after
	{
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background: #6A7989;
		transition: transform 0.3s;
		z-index: -1;
	}

.input__label--haruki::before
	{
		top: 0;
	}

.input__label--haruki::after
	{
		bottom: 0;
	}

.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki
	{
		-webkit-transform: translate3d(0, -90%, 0);
		transform: translate3d(0, -90%, 0);
	}

.input__field--haruki:focus + .input__label--haruki::before,
.input--filled .input__label--haruki::before
	{
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

.input__field--haruki:focus + .input__label--haruki::after,
.input--filled .input__label--haruki::after
	{
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}


.textarea__label--haruki
	{
		position: absolute;
		top: 16px;
		width: 100%;
		text-align: left;
		pointer-events: none;
		transition: transform 0.3s ease-out 0s;
	}

.text__area--haruki
	{
		min-height: initial;
		height: 60px;
		color: #434C56;
		font-size: 18px;
		background: #FFFFFF;
		border-top: 4px solid #6A7989;
		border-bottom: 4px solid #6A7989;
		transition: height 0.3s ease-out 0s;
	}

.text__area--haruki:focus + .textarea__label--haruki,
.textarea__label--haruki.textarea--filled
	{
		transform: translateY(-48px);
	}

.text__area--haruki:focus,
.text__area--haruki.textarea--filled
	{
		height: 120px;
	}

/* ------------------------------------------------------------------------------------ */


/* Hoshi ------------------------------------------------------------------------------ */
.input--hoshi
	{
		overflow: hidden;
	}

.input__field--hoshi
	{
		width: 100%;
		height: 65px;
		font-size: 18px;
		margin-top: 1em;
		padding: 5px 10px;
		color: #595F6E;
		background: transparent;
	}

.input__label--hoshi
	{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: calc(100% - 1em);
		padding: 0px 10px;
		text-align: left;
		pointer-events: none;
	}

.input__label-content--hoshi
	{
		position: absolute;
	}

.input__label--hoshi::before,
.input__label--hoshi::after
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 10px);
		border-bottom: 1px solid #434C56;
	}

.input__label--hoshi::after
	{
		margin-top: 2px;
		border-bottom: 4px solid #4082BF;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		transition: transform 0.3s;
	}

.input__label--hoshi-color-1::after
	{
		border-color: hsl(200, 50%, 50%);
	}

.input__label--hoshi-color-2::after
	{
		border-color: hsl(160, 50%, 50%);
	}

.input__label--hoshi-color-3::after
	{
		border-color: hsl(20, 50%, 50%);
	}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after
	{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi
	{
		-webkit-animation: anim-1 0.3s forwards;
		animation: anim-1 0.3s forwards;
	}


.textarea__label--hoshi
	{
		position: relative;
		width: 100%;
		text-align: left;
		pointer-events: none;
	}

.text__area--hoshi
	{
		color: #434C56;
		font-size: 18px;
		background: #FFFFFF;
		border-left: 1px solid #434C56;
		transition: border-left 0.1s ease-out 0s;
	}

.text__area--hoshi.textarea--filled
	{
		border-left: 4px solid #4082BF;
	}

@-webkit-keyframes anim-1
	{
		50%
			{
				opacity: 0;
				-webkit-transform: translate3d(1em, 0, 0);
				transform: translate3d(1em, 0, 0);
			}

		51%
			{
				opacity: 0;
				-webkit-transform: translate3d(-1em, -40%, 0);
				transform: translate3d(-1em, -40%, 0);
			}

		100%
			{
				opacity: 1;
				-webkit-transform: translate3d(0, -40%, 0);
				transform: translate3d(0, -40%, 0);
			}
	}

@keyframes anim-1
	{
		50%
			{
				opacity: 0;
				-webkit-transform: translate3d(1em, 0, 0);
				transform: translate3d(1em, 0, 0);
			}

		51%
			{
				opacity: 0;
				-webkit-transform: translate3d(-1em, -40%, 0);
				transform: translate3d(-1em, -40%, 0);
			}

		100%
			{
				opacity: 1;
				-webkit-transform: translate3d(0, -40%, 0);
				transform: translate3d(0, -40%, 0);
			}
	}
/* ------------------------------------------------------------------------------------ */


/* Kuro */
.input--kuro
	{
		max-width: 320px;
		margin-bottom: 3em;
	}

.input__field--kuro
	{
		top: 6px;
		width: 100%;
		color: #9196A1;
		font-size: 22px;
		text-align: center;
		opacity: 0;
		background: transparent;
		transition: opacity 0.3s;
	}

.input__label--kuro
	{
		position: absolute;
		left: 0;
		width: 100%;
		color: #DF6589;
		pointer-events: none;
	}

.input__label--kuro,
.input__label-content--kuro
	{
		text-align: center;
	}

.input__label--kuro::before,
.input__label--kuro::after
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		border: 4px solid #747981;
		transition: transform 0.3s;
	}

.input__label--kuro::before
	{
		border-right: none;
	}

.input__label--kuro::after
	{
		left: 50%;
		border-left: none;
	}

.input__field--kuro:focus,
.input--filled .input__field--kuro
	{
		opacity: 1;
		transition-delay: 0.3s;
	}

.input__field--kuro:focus + .input__label--kuro::before,
.input--filled .input__label--kuro::before
	{
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0);
	}

.input__field--kuro:focus + .input__label--kuro::after,
.input--filled .input__label--kuro::after
	{
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
	}

.input__field--kuro:focus + .input__label--kuro .input__label-content--kuro,
.input--filled .input__label-content--kuro
	{
		-webkit-animation: anim-2 0.3s forwards;
		animation: anim-2 0.3s forwards;
	}

.textarea__label--kuro
	{
		position: relative;
		width: 100%;
		color: #DF6589;
		font-size: 18px;
		text-align: left;
		pointer-events: none;
	}

.text__area--kuro
	{
		color: #9196A1;
		font-size: 22px;
		background: transparent;
		border: 4px solid #747981;
		transition: border-image 0.3s ease-out 0s;
	}

.text__area--kuro.textarea--filled
	{
		border-image: linear-gradient(to right, rgba(116,121,129,1) 0%, rgba(116,121,129,1) 48%, rgba(229,239,255,0) 48%, rgba(229,239,255,0) 52%, rgba(116,121,129,1) 52%, rgba(116,121,129,1) 100%);
		border-image-slice: 1;
	}

@-webkit-keyframes anim-2
	{
		50%
			{
				opacity: 0;
				-webkit-transform: scale3d(0.3, 0.3, 1);
				transform: scale3d(0.3, 0.3, 1);
			}

		51%
			{
				opacity: 0;
				-webkit-transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
				transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
			}

		100%
			{
				opacity: 1;
				-webkit-transform: translate3d(0, 3.7em, 0);
				transform: translate3d(0, 3.7em, 0);
			}
	}

@keyframes anim-2
	{
		50%
			{
				opacity: 0;
				-webkit-transform: scale3d(0.3, 0.3, 1);
				transform: scale3d(0.3, 0.3, 1);
			}

		51%
			{
				opacity: 0;
				-webkit-transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
				transform: translate3d(0, 3.7em, 0) scale3d(0.3, 0.3, 1);
			}

		100%
			{
				opacity: 1;
				-webkit-transform: translate3d(0, 3.7em, 0);
				transform: translate3d(0, 3.7em, 0);
			}
	}
/* ------------------------------------------------------------------------------------ */


/* Jiro ------------------------------------------------------------------------------- */
.input--jiro
	{
		margin-top: 2em;
	}

.input__field--jiro
	{
		width: 100%;
		padding: 0.85em 0.5em;
		color: #DDE2E2;
		font-size: 18px;
		background: transparent;
		opacity: 0;
		transition: opacity 0.3s;
	}

.input__label--jiro
	{
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 0.85em;
		text-align: left;
		pointer-events: none;
	}

.input__label-content--jiro
	{
		transition: transform 0.3s 0.3s;
	}

.input__label--jiro::before,
.input__label--jiro::after
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: transform 0.3s;
	}

.input__label--jiro::before
	{
		border-top: 2px solid #6a7989;
		-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
		transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
		transition-delay: 0.3s;
	}

.input__label--jiro::after
	{
		background: #6a7989;
		-webkit-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		z-index: -1;
	}

.input__field--jiro:focus,
.input--filled .input__field--jiro
	{
		opacity: 1;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

.input__field--jiro:focus + .input__label--jiro .input__label-content--jiro,
.input--filled .input__label-content--jiro
	{
		-webkit-transform: translate3d(0, -80%, 0);
		transform: translate3d(0, -80%, 0);
		-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before
	{
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

.input__field--jiro:focus + .input__label--jiro::before,
.input--filled .input__label--jiro::before
	{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.input__field--jiro:focus + .input__label--jiro::after,
.input--filled .input__label--jiro::after
	{
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		transition-delay: 0.3s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}

.textarea__label--jiro
	{
		position: relative;
		width: 100%;
		font-size: 16px;
		text-align: left;
		pointer-events: none;
	}

.text__area--jiro
	{
		color: #FFFFFF;
		font-size: 18px;
		border-bottom: 2px solid #6A7989;
		background: transparent;
		transition: backround 0.3s cubic-bezier(.21,.76,.45,.94) 0s;
	}

.text__area--jiro:focus,
.text__area--jiro:active
	{
		background: #6A7989;
	}
/* ------------------------------------------------------------------------------------ */


/* Minoru ----------------------------------------------------------------------------- */
.input__field--minoru
	{
		width: 100%;
		color: #ECA29B;
		background: #FFFFFF;
		box-shadow: 0px 0px 0px 2px transparent;
		transition: box-shadow 0.3s;
	}

.input__label--minoru
	{
		width: 100%;
		padding: 0;
		text-align: left;
	}

.input__label--minoru::after
	{
		content: '';
	  	position: absolute;
	  	top: 0;
	  	width: 100%;
	  	height: 4em;
		color: rgba(199,152,157, 0.6);
		box-shadow: 0px 0px 0px 0px;
	  	z-index: -1;
	}

.input__field--minoru:focus
	{
		box-shadow: 0px 0px 0px 2px #ECA29B;
	}

.input__field--minoru:focus + .input__label--minoru
	{
		pointer-events: none;
	}

.input__field--minoru:focus + .input__label--minoru::after
	{
		-webkit-animation: anim-shadow 0.3s forwards;
		animation: anim-shadow 0.3s forwards;
	}

@-webkit-keyframes anim-shadow
	{
		to
			{
				box-shadow: 0px 0px 100px 50px;
		    	opacity: 0;
			}
	}

@keyframes anim-shadow
	{
		to
			{
				box-shadow: 0px 0px 100px 50px;
		    	opacity: 0;
			}
	}

@keyframes show
	{
		to
			{
		    	opacity: 1;
			}
	}

.input__label-content--minoru
	{
		padding: 0.75em 0.15em;
	}

.textarea__label--minoru
	{
		position: relative;
		width: 100%;
		font-size: 16px;
		text-align: left;
		pointer-events: none;
	}

.text__area--minoru
	{
		color: #ECA29B;
		font-size: 16px;
		background: #FFFFFF;
	}

.text__area--minoru:focus
	{
		box-shadow: 0px 0px 0px 2px #ECA29B;
/*
		animation: show 0.3s 0.3s forwards;
*/
		animation-name: show;
		animation-duration: 0.3s;
		animation-timing-function: linear;
		animation-delay: 0.3s;
		animation-iteration-count: 1;
		animation-direction: forward;
	}

.text__area--minoru:active
	{
		box-shadow: 0px 0px 0px 2px #ECA29B;
		animation: anim-shadow 0.3s forwards;
	}

.text__area--minoru.textarea--filled
	{

	}
/* ------------------------------------------------------------------------------------ */


/* Yoko */
.input__field--yoko
	{
		position: relative;
		top: -10px;
		width: 100%;
		font-size: 22px;
		color: #f5f5f5;
		background: transparent;
		opacity: 0;
		transition: opacity 0.3s;
		z-index: 10;
	}

.input__label--yoko
	{
		position: relative;
		width: 100%;
		color: #B04B40;
		text-align: left;
	}

.input__label--yoko::before
	{
		content: '';
		position: absolute;
		left: 0;
		bottom: 100%;
		width: 100%;
		height: 4em;
		background: #C5564A;
		-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		transition: transform 0.3s;
	}

.input__label--yoko::after
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0.25em;
		background: #AD473C;
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		transition: transform 0.3s;
	}

.input__label-content--yoko
	{
		padding: 0.75em 0;
	}

.input__field--yoko:focus,
.input--filled .input__field--yoko
	{
		opacity: 1;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

.input__field--yoko:focus + .input__label--yoko::before,
.input--filled .input__label--yoko::before
	{
		-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
		transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	}

.input__field--yoko:focus + .input__label--yoko,
.input--filled .input__label--yoko
	{
		pointer-events: none;
	}

.input__field--yoko:focus + .input__label--yoko::after,
.input--filled .input__label--yoko::after
	{
		-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
		transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
	}

.textarea__label--yoko
	{
		color: #B04B40;
	}

.text__area--yoko
	{
		font-size: 22px;
		background: transparent;
		border-bottom: 3px solid #AD473C;
	}

.text__area--yoko:focus
	{

	}

.text__area--yoko.textarea--filled
	{
		color: #FFFFFF;
		background: #C5564A;
		border-bottom: none;

	}
/* ------------------------------------------------------------------------------------ */


/* Akira ------------------------------------------------------------------------------ */
.input--akira
	{
		margin-top: 2em;
	}

.input__field--akira
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 1em;
		color: #DDDDDD;
		font-size: 20px;
		text-align: center;
		background: transparent;
		display: block;
		z-index: 10;
	}

.input__label--akira
	{
		width: 100%;
		padding: 0;
		color: #cc6055;
		text-align: center;
		cursor: text;
		background: #696a6e;
	}

.input__label--akira::before
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #2F3238;
		-webkit-transform: scale3d(0.97, 0.85, 1);
		transform: scale3d(0.97, 0.85, 1);
		transition: transform 0.3s;
	}

.input__label-content--akira
	{
		transition: transform 0.3s;
	}

.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before
	{
		-webkit-transform: scale3d(0.99, 0.95, 1);
		transform: scale3d(0.99, 0.95, 1);
	}

.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira
	{
		cursor: default;
		pointer-events: none;
	}

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira
	{
		-webkit-transform: translate3d(0, -3.5em, 0);
		transform: translate3d(0, -3.5em, 0);
	}

.textarea__label--akira
	{
		position: absolute;
		top: 10px;
		left: 10px;
		color: #CC6055;
		transition: transform 0.2s ease-out 0s;
	}

.text__area--akira
	{
		color: #DDDDDD;
		font-size: 20px;
		background: #2F3238;
		border: 4px solid #696A6E;
		transition: border 0.3s ease-out 0s;
	}

.text__area--akira:focus
	{
		border: 1px solid #696A6E;
	}

.text__area--akira:focus + .textarea__label--akira,
.textarea__label--akira.textarea--filled
	{
		-webkit-transform: translateY(-48px);
		transform: translateY(-48px);
	}

.text__area--akira.textarea--filled
	{
		border: 1px solid #696A6E;
	}

/* ------------------------------------------------------------------------------------ */


/* Ichiro ----------------------------------------------------------------------------- */
.input--ichiro
	{
		margin-top: 2em;
	}

.input__field--ichiro
	{
		position: absolute;
		top: 4px;
		left: 4px;
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		padding: 0 0.55em;
		color: #7F8994;
		background: #F0F0F0;
		opacity: 0;
		-webkit-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		transition: opacity 0.3s, transform 0.3s;
		display: block;
		z-index: 100;
	}

.input__label--ichiro
	{
		width: 100%;
		text-align: left;
		cursor: text;
	}

.input__label--ichiro::before
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #FFFFFF;
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		transition: transform 0.3s, top 0.3s;
	}

.input__label-content--ichiro,
.textarea__label-content--ichiro
	{
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
		transition: transform 0.3s;
	}

.input__field--ichiro:focus,
.input--filled .input__field--ichiro
	{
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro
	{
		cursor: default;
		pointer-events: none;
	}

.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before
	{
		-webkit-transform: scale3d(1, 1.5, 1);
		transform: scale3d(1, 1.5, 1);
	}

.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro
	{
		top: 0px;
		-webkit-transform: translate3d(0, -38px, 0) scale3d(0.9, 0.9, 1) translateZ(1px);
		transform: translate3d(0, -38px, 0) scale3d(0.9, 0.9, 1) translateZ(1px);
	}


.textarea__label--ichiro
	{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		color: #7F8994;
		background: #FFFFFF;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		transition: transform 0.3s ease-out 0s, height 0.3s ease-out 0s;
		z-index: 5;
	}

.text__area--ichiro
	{
		margin-bottom: 0px;
		color: #7F8994;
		font-size: 16px;
		background: #F0F0F0;
		border: 4px solid #FFFFFF;
		transition: color 0.3s ease-out 0s, background-color 0.3s ease-out 0s;
	}

.text__area--ichiro:focus + .textarea__label--ichiro,
.textarea__label--ichiro.textarea--filled
	{
		height: 28px;
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
	}

.text__area--ichiro:focus + .textarea--filled .textarea__label-content--ichiro
	{
		transform: scale3d(0.9, 0.9, 1);
	}

.text__area--ichiro.textarea--filled
	{

	}

/* ------------------------------------------------------------------------------------ */


/* Madoka ----------------------------------------------------------------------------- */
.input--madoka
	{

	}

.input__field--madoka
	{
		width: 100%;
		color: #333333;
		background: transparent;
	}

.input__label--madoka
	{
		position: absolute;
		width: 100%;
		height: 100%;
		color: #333333;
		text-align: left;
		cursor: text;
	}

.input__label-content--madoka
	{
		padding: 4px 0px 0px;
		-webkit-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
		transition: transform 0.3s;
	}

.graphic--madoka
	{
		-webkit-transform: scale3d(1, -1, 1);
		transform: scale3d(1, -1, 1);
		transition: stroke-dashoffset 0.3s;
		pointer-events: none;

		stroke: #333333;
		stroke-width: 6px;
		stroke-dasharray: 962;
		stroke-dashoffset: 558;
	}

.input__field--madoka:focus + .input__label--madoka,
.input--filled .input__label--madoka
	{
		cursor: default;
		pointer-events: none;
	}

.input__field--madoka:focus + .input__label--madoka .graphic--madoka,
.input--filled .graphic--madoka
	{
		stroke-dashoffset: 0;
	}

.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka,
.input--filled .input__label-content--madoka
	{
		-webkit-transform: scale3d(0.90, 0.90, 1) translate3d(0, 40px, 0);
		transform: scale3d(0.90, 0.90, 1) translate3d(0, 40px, 0);
	}


.textarea__label--madoka
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		padding: 5px 0px 0px 5px;
		color: #333333;
		background: transparent;
		transition: transform 0.3s ease-out 0s;
	}

.text__area--madoka
	{
		margin-bottom: 0px;
		font-size: 16px;
		background: transparent;
		border: 1px solid transparent;
		border-bottom: 1px solid #333333;
		transition: border 0.3s ease-out 0.3s;
	}


.text__area--madoka:focus + .textarea__label--madoka,
.textarea__label--madoka.textarea--filled
	{
		-webkit-transform: translateY(-38px);
		transform: translateY(-38px);
	}

.text__area--madoka:focus + .textarea--filled .textarea__label-content--madoka
	{

	}

.text__area--madoka.textarea--filled
	{
		border: 1px solid #333333;

	}

/* ------------------------------------------------------------------------------------ */


/* Isao ------------------------------------------------------------------------------- */
.input__field--isao
	{
		width: 100%;
		padding: 10px 2px 5pxem;
		color: #AFB3B8;
		font-size: 18px;
		background: transparent;
		z-index: 10;
	}

.input__label--isao
	{
		position: relative;
		width: 100%;
		padding: 0;
		color: #DADADA;
		text-align: left;
		overflow: hidden;
	}

.input__label--isao::before
	{
		content: '';
		position: absolute;
		top: 0;
		width: 100%;
		height: 7px;
		background: #DADADA;
		-webkit-transform: scale3d(1, 0.4, 1);
		transform: scale3d(1, 0.4, 1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		transition: transform 0.3s, background-color 0.3s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}

.input__label--isao::after
	{
		content: attr(data-content);
		position: absolute;
		top: 0;
		left: 0;
		padding: 10px 5px;
		color: #DA7071;
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		transition: opacity 0.3s, transform 0.3s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		pointer-events: none;
	}

.input__field--isao:focus + .input__label--isao::before
	{
		background-color: #DA7071;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

.input__field--isao:focus + .input__label--isao
	{
		pointer-events: none;
	}

.input__field--isao:focus + .input__label--isao::after
	{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.input__label-content--isao
	{
		padding: 10px 5px;
		transition: opacity 0.3s, transform 0.3s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}

.input__field--isao:focus + .input__label--isao .input__label-content--isao
	{
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

.textarea__label--isao
	{
		position: absolute;
		top: -30px;
		left: 0px;
		width: 100%;
		color: #DADADA;
		background: transparent;
	}

.textarea__label--isao::after
	{
		content: attr(data-content);
		position: absolute;
		top: 0;
		left: 0;
		padding: 10px 5px;
		color: #DA7071;
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		transition: opacity 0.3s, transform 0.3s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		pointer-events: none;
	}

.text__area--isao
	{
		color: #DADADA;
		background: transparent;
		border-top: 3px solid #DADADA;
		transition: border-top 0.3s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}

.text__area--isao:focus + .textarea__label--isao::after
	{
		opacity: 1;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}


.text__area--isao:focus + .textarea__label--isao .textarea__label-content--isao
	{
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}

.text__area--isao:focus
	{
		border-top: 6px solid #DA7071;
	}




/* ------------------------------------------------------------------------------------ */













/* main styles */
.switch
	{
		position: relative;
		width: 50px;
		margin: 5px auto;
	}

.switch label
	{
		font-size: 16px;
	}

.switch input
	{
		position: absolute;
		top: 0;
		opacity: 0;
		cursor: pointer;
		z-index: 2;
	}

.switch input:checked
	{
		z-index: 1;
	}

.switch input:checked + label
	{
		opacity: 1;
		cursor: default;
	}

.switch input:not(:checked) + label:hover
	{
		opacity: 0.5;
	}

.switch label
	{
		color: #333333;
		opacity: 0.33;
		transition: opacity 0.25s ease;
		cursor: pointer;
	}

.switch .toggle-outside
	{
		height: 30px;
		padding: 3px;
		border-radius: 20px;
		transition: 0.25s ease all;
		overflow: hidden;
	}

.switch .toggle-inside
	{
		position: absolute;
		border-radius: 100%;
		transition: 0.25s ease all;
	}

/* Horizontal */

.switch--horizontal
	{
		position: relative;
		width: 180px;
		height: 30px;
		margin: 0 auto;
		font-size: 0;
		margin-bottom: 5px;
	}

.switch--horizontal input
	{
		width: 60px;
		height: 30px;
		left: 75px;
		margin: 0px;
	}

.switch--horizontal label
	{
		width: 60px;
		height: 100%;
		margin: 0px;
		text-align: center;
		line-height: 30px;
		display: inline-block;
	}

.switch--horizontal label:last-of-type
	{
		margin-left: 60px;
	}

.switch--horizontal .toggle-inside
	{
		background: #E6E6E6;
	}

.switch--horizontal .toggle-outside
	{
		position: absolute;
		left: 60px;
		width: 60px;
		background: #62666F;
	}

.switch--horizontal .toggle-inside
	{
		height: 24px;
		width: 24px;
	}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside
	{
		left: 3px;
	}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside
	{
		left: 33px;
	}


/* Vertical */
.switch--vertical
	{
		position: relative;
		width: 110px;
		height: 60px;
	}

.switch--vertical input
	{
		width: 30px;
		height: 100%;
		right: 0px;
		margin: 0px;
	}

.switch--vertical label
	{
		width: 80px;
		height: 50%;
		margin: 0px;
		line-height: 30px;
		text-align: center;
		display: block;
	}

.switch--vertical .toggle-inside
	{
		top: 3px;
		left: 3px;
		width: 24px;
		height: 24px;
		background: #E6E6E6;
	}

.switch--vertical .toggle-outside
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 30px;
		height: 100%;
		background: #62666F;
	}


.switch--vertical input:checked ~ .toggle-outside .toggle-inside
	{
		top: 3px;
	}

.switch--vertical input ~ input:checked ~ .toggle-outside .toggle-inside
	{
		top: 33px;
	}


/* Small */
.switch--horizontal.small,
.switch--vertical.small
	{
		transform: scale(0.8);
	}

.switch.small label
	{
		transform: scale(1.2);
	}


/* Big */
.switch--horizontal.big,
.switch--vertical.big
	{
		transform: scale(1.2);
	}
form#fastContactForm
	{

	}

form#fastContactForm .columns
	{
		margin-bottom: 0px;
	}


form#fastContactForm input
	{
		width: 100%;
		height: 30px;
		margin-bottom: 10px;
		padding: 4px 1px 5px;
		color: #F2F2F2;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid #F2F2F2;
		-webkit-transition: background-color 0.5s ease 0s;
		-moz-transition: background-color 0.5s ease 0s;
		-o-transition: background-color 0.5s ease 0s;
		transition: background-color 0.5s ease 0s;
	}


form#fastContactForm textarea
	{
		width: 100%;
		height: 60px;
		padding: 4px 5px;
		color: #F2F2F2;
		background-color: transparent;
		border: none;
		border-left: 1px solid #F2F2F2;
		-webkit-transition: background-color 0.5s ease 0s;
		-moz-transition: background-color 0.5s ease 0s;
		-o-transition: background-color 0.5s ease 0s;
		transition: background-color 0.5s ease 0s;
	}

form#fastContactForm input:hover,
form#fastContactForm textarea:hover
	{
		background-color: rgba(235, 235, 235, 0.3);
	}


form#fastContactForm .reqtext
	{
		font-size: 14px;
		clear: both;
	}

form#fastContactForm input.submit
	{
		height: 38px;
		padding: 4px 10px 4px;
		line-height: 30px;
		background-color: #888888;
		border: none
		-webkit-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		-moz-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		-o-transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
		transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
	}

form#fastContactForm input.submit:hover
	{
		color: #555555;
		background-color: #CCCCCC;
	}

span.captchaSmallText
	{
		font-size: 14px;
		display: block;
	}

#mailCaptcha
	{
		width: 180px;
	}

form#fastContactForm input.submit.fm-error
	{
		color: #FFFFFF;
		background-color: #D1251F;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}

form#fastContactForm input.submit.fm-ok
	{
		color: #FFFFFF;
		background-color: #1FC933;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}

form#fastContactForm input.submit.fm-warn
	{
		color: #333333;
		background-color: #D9C528;
		-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
		transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
	}


form#fastContactForm input.required,
form#fastContactForm input.required:focus
	{
		border-right: 3px solid #FF0000;
	}

form#fastContactForm .reqtext
	{
		color: #B9B9C8;
	}

#captcha-reload
	{
		position: absolute;
		top: 10px;
		left: 190px;
		color: #FFFFFF;
		font-size: 20px;
		cursor: pointer;
		text-shadow: 0px 0px 0px #000000;
		transition: text-shadow 0.35s ease-out 0s;
	}

#captcha-reload:hover
	{
		text-shadow: 0px 0px 2px #D9D9D9;
	}.ui-tooltip
	{
		padding: 3px 6px;
		color: #FFFFFF;
		border-radius: 0px;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		background-color: rgba(23, 23, 23, 0.8);
	}

.ui-tooltip:after
	{
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		box-shadow: 0px 2px 12px #1F1F1F;
		mix-blend-mode: multiply;
		opacity: 0.5;
	}

.ui-widget.ui-widget-content
	{
		border: 1px solid #FFFFFF;
	}

.ui-widget-shadow
	{
		opacity: 1;
		box-shadow: none;
		border: none;
	}

.top .ui-tooltip-content::after
	{
		top: -10px;
		bottom: auto;
	}

.bottom .ui-tooltip-content::after
	{
		bottom: -10px;
	}

.ui-widget
	{
		font-family: inherit;
	}

.ui-accordion .ui-accordion-header
	{
		padding: 10px 10px 10px 30px;
		font-size: 16px;
	}

.ui-selectmenu-button.ui-button
	{
		width: auto;
		min-width: 140px;
		margin-bottom: 15px;
	}

.ui-selectmenu-menu .ui-menu
	{
		max-height: 300px;
	}

.ui-selectmenu-icon.ui-icon
	{
		margin-top: 3px;
	}.edgyOverlay
	{
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 30;
	}

.edgyOverlay svg
	{
		display: block;
	}

/* COLORS */
.eo-pure-white polygon,
.eo-pure-white polyline,
.eo-pure-white path
	{
		fill: #FFFFFF;

	}

.eo-white polygon,
.eo-white polyline,
.eo-white path
	{
		fill: #F2F2F2;
	}

.eo-black polygon,
.eo-black polyline,
.eo-black path
	{
		fill: #1F1F1F;
	}

.eo-yellow polygon,
.eo-yellow polyline,
.eo-yellow path
	{
		fill: #D9CB59;
	}



/* ORIENTATIONS */
.edgyOverlay.top
	{
		top: 0px;
		bottom: auto;
	}

.edgyOverlay.bottom
	{
		bottom: 0px;
	}

.edgyOverlay.flippedY
	{
		transform: scaleY(-1);
	}

.edgyOverlay.flippedX
	{
		transform: scaleX(-1);
	}

.edgyOverlay.flippedXY
	{
		transform: scale(-1, -1);
	}#pagination
	{
		margin: 20px 0px ;
		font-family: Arial;
		font-size: 14px;
		text-align: center;
	}

#pagination a
	{
		padding: 8px 6px;
		margin: 0px 6px;
		text-decoration: none;
		color: #424242;
		font-weight: bold;
		background: #FCFCFC; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #fcfcfc 0%, #eeeeee 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fcfcfc 0%,#eeeeee 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fcfcfc 0%,#eeeeee 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		box-shadow: 0px 1px 3px #B6B6B6;
		-moz-box-shadow: 0px 2px 3px #B6B6B6;
		-webkit-box-shadow: 0px 2px 3px #B6B6B6;
		text-shadow: #FFFFFF 0px 1px 0px;
		display: inline-block;
		behavior: url(./css/PIE.htc);
	}

#pagination a:hover, #pagination a:active
	{
		color: #424242;
		box-shadow: 0px 2px 3px #A8A8A8;
		-moz-box-shadow: 0px 2px 3px #A8A8A8;
		-webkit-box-shadow: 0px 2px 3px #A8A8A8;
		behavior: url(./css/PIE.htc);
	}

#pagination .prev
	{

	}

#pagination .next
	{

	}

#pagination span.dots
	{
		margin: 0px 2px;
	}

#pagination span.currentnav
	{
		padding: 8px 6px;
		margin: 0px 6px;
		font-weight: bold;
		color: #FFFFFF;
		text-shadow: #333333 0px 1px 0px;
		background: #FF3019; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		-moz-box-shadow:    inset 0 1px 2px #A8A8A8;
		-webkit-box-shadow: inset 0 1px 2px #A8A8A8;
		box-shadow:         inset 0 1px 2px #A8A8A8;
	    behavior: url(./css/PIE.htc);
	}

#pagination span.disabled
	{
		padding: 8px 6px;
		margin: 0px 2px;
		color: #CCCCCC;
		-moz-border-radius: 4px;
	    -webkit-border-radius: 4px;
	    -khtml-border-radius: 4px;
	    border-radius: 4px;
		box-shadow: 0px 2px 3px #B6B6B6;
		-moz-box-shadow: 0px 2px 3px #B6B6B6;
		-webkit-box-shadow: 0px 2px 3px #B6B6B6;
	    behavior: url(./css/PIE.htc);
	}

#pagination .pagination_data
	{
		padding: 10px 0px 0px 0px;
		font-size: 11px;
		color: #CCCCCC;
	}/* main styles */
.switch
	{
		position: relative;
		width: 50px;
		margin: 5px auto;
	}

.switch label
	{
		font-size: 16px;
	}

.switch input
	{
		position: absolute;
		top: 0;
		opacity: 0;
		cursor: pointer;
		z-index: 2;
	}

.switch input:checked
	{
		z-index: 1;
	}

.switch input:checked + label
	{
		opacity: 1;
		cursor: default;
	}

.switch input:not(:checked) + label:hover
	{
		opacity: 0.5;
	}

.switch label
	{
		color: #333333;
		opacity: 0.33;
		transition: opacity 0.25s ease;
		cursor: pointer;
	}

.switch .toggle-outside
	{
		height: 30px;
		padding: 3px;
		border-radius: 20px;
		transition: 0.25s ease all;
		overflow: hidden;
	}

.switch .toggle-inside
	{
		position: absolute;
		border-radius: 100%;
		transition: 0.25s ease all;
	}

/* Horizontal */

.switch--horizontal
	{
		position: relative;
		width: 180px;
		height: 30px;
		margin: 0 auto;
		font-size: 0;
		margin-bottom: 5px;
	}

.switch--horizontal input
	{
		width: 60px;
		height: 30px;
		left: 75px;
		margin: 0px;
	}

.switch--horizontal label
	{
		width: 60px;
		height: 100%;
		margin: 0px;
		text-align: center;
		line-height: 30px;
		display: inline-block;
	}

.switch--horizontal label:last-of-type
	{
		margin-left: 60px;
	}

.switch--horizontal .toggle-inside
	{
		background: #E6E6E6;
	}

.switch--horizontal .toggle-outside
	{
		position: absolute;
		left: 60px;
		width: 60px;
		background: #62666F;
	}

.switch--horizontal .toggle-inside
	{
		height: 24px;
		width: 24px;
	}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside
	{
		left: 3px;
	}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside
	{
		left: 33px;
	}


/* Vertical */
.switch--vertical
	{
		position: relative;
		width: 110px;
		height: 60px;
	}

.switch--vertical input
	{
		width: 30px;
		height: 100%;
		right: 0px;
		margin: 0px;
	}

.switch--vertical label
	{
		width: 80px;
		height: 50%;
		margin: 0px;
		line-height: 30px;
		text-align: center;
		display: block;
	}

.switch--vertical .toggle-inside
	{
		top: 3px;
		left: 3px;
		width: 24px;
		height: 24px;
		background: #E6E6E6;
	}

.switch--vertical .toggle-outside
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 30px;
		height: 100%;
		background: #62666F;
	}


.switch--vertical input:checked ~ .toggle-outside .toggle-inside
	{
		top: 3px;
	}

.switch--vertical input ~ input:checked ~ .toggle-outside .toggle-inside
	{
		top: 33px;
	}


/* Small */
.switch--horizontal.small,
.switch--vertical.small
	{
		transform: scale(0.8);
	}

.switch.small label
	{
		transform: scale(1.2);
	}


/* Big */
.switch--horizontal.big,
.switch--vertical.big
	{
		transform: scale(1.2);
	}