/* Main */

html {
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
}

body {
    overflow: hidden;
    height: auto;
	min-width: 500px;
	padding: 0;
	margin: 0;
    background-color: #FFFFFF;
    color: #000000;
	font-family: sans-serif;
	font-size: 0px;
    line-height: 25px;
}

a {
	color: inherit;
	text-decoration: none;
}

/* Wide and Thin Display */

@media (min-width: 1000px) {
	.displayThin {
		display: none !important;
	}
}

@media (max-width: 1000px) {
	.displayWide {
		display: none !important;
	}
}

/* Header */

.header {
	margin: 0 auto;
    width: 100%;
	min-height: 100px;
	background-color: #FFFFFF;
}

.header__wrapper {
	position: relative;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

.header__button {
	position: absolute;
	top: 0px;
	right: 0px;
}

.banner {
	width: 100%;
    vertical-align: top;
    text-align: center;
}

.banner__image {
	max-height: 250px;
	max-width: 100%;
	cursor: pointer;
}

@media (min-width: 1000px) {
	.navigation {
		display: inline-block;
		width: 60%;
		text-align: left;
		font-size: 20px;
	}

	.navigation__table {
		height: 100%;
	}

	.social {
		display: inline-block;
		width: 40%;
		margin-bottom: 5px;
		text-align: right;
	}
}

@media (max-width: 1000px) {
	.social {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: right;
	}

	.navigation__table {
		height: 100%;
		margin: auto;
	}

	.navigation {
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
}

.navigation__text {
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
}

.navigation__text--title {
	font-size: 14px;
    font-weight: bold;
}

.social__image {
	max-width: 35px;
	max-height: 35px;
	cursor: pointer;
	padding: 4px;
	vertical-align: bottom;
}

/* Footer */

.footer {
    width: 100%;
	min-height: 50px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #F7F3F1;
	text-align: center;
}

.footer--dark {
	background-color: #F7F3F1;
}

@media (min-width: 1000px) {
	.footer__banner {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		width: 30%;
		margin-left: 3%;
		height: 150px;
	}

	.footer__social {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.footer__contact {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		margin-right: 3%;
	}

	.footer__contactItem {
		text-align: right;
	}
}

@media (max-width: 1000px) {
	.footer__banner {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
	}

	.footer__social {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}

	.footer__contact {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.footer__contactItem {
		text-align: center;
	}
}

.footer__image {
	max-height: 100%;
	max-width: 100%;
}

.footer__icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 16px;
	max-height: 16px;
	margin-right: 6px;
	margin-bottom: 4px;
}

.footer__link {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	font-size: 16px;
}

.footer__title {
	margin-bottom: 6px;
	font-size: 18px;
}

.footer__text {
	font-size: 12px;
}

/* Content */

.container {
	margin: 0 auto;
    width: 100%;
}

.content {
	width: 100%;
}

.content__table {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}

.content__table--dark {
	background-color: #F7F3F1;
}

.content__table--bordertop {
	border-top: 2px solid #F7F3F1;
}

.content__image {
	padding-top: 40px;
    width: 90%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noOverflow {
	overflow: hidden;
}

.middleAlign {
	vertical-align: middle;
}

.bottomAlign {
	vertical-align: bottom;
}

.hidden {
	display: none;
}

@media (min-width: 1000px) {
	.paddingThick {
		padding-bottom: 40px;
	}
}

@media (max-width: 1000px) {
	.paddingThin {
		padding-bottom: 40px;
	}
}

/* Button */

.button {
	padding: 6px 20px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #000000;
}

	.button:hover {
		background-color: #ccbfff;
	}

.button--alternate {
	background-color: #F7F3F1;
}

.button--disabled {
	opacity: 0.5;
}

/* Text */

.text {
	font-size: 16px;
}

.text--bold {
	font-size: 16px;
	font-weight: bold;
}

.text--link {
	color: #5C5C5C;
	cursor: pointer;
	text-decoration: none;
}

.title {
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.title__text {
	font-size: 30px;
	line-height: 25px;
	white-space: nowrap;
	text-align: center;
	margin: 40px;
}

.title__text--underlined {
	padding-right: 20px;
    padding-bottom: 10px;
	border-bottom: 2px solid #ccbfff;
}

/* Hover Animation */

.hover {
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -6px;
	left: 0;
	background-color: #ccbfff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hover--alternate:before {
	background-color: #FFFFFF !important;
}

.hover--lower:before {
	bottom: -10px;
}

.hover:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Slide Up Animation */

.slideUp {
	color: #000000;
	background-color: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 100% 200%;
	background-position: 0 -100%;
	background-image: linear-gradient(to top, transparent 50%, #678098 50%);
}

.slideUp:Hover {
	color: #FFFFFF;
	background-position: 0 0;
}

/* Fade In */

.fadeIn {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
}

.fadeIn:hover {
	opacity: 1;
}

/* Divider Header */

.divider {
	text-align: center;
	display: block;
}

.divider:before,
.divider:after {
	background-color: #ccbfff;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 15%;
	margin-bottom: 8px;
}

.divider--wide:before,
.divider--wide:after {
	width: 30%;
}

.divider--grey:before,
.divider--grey:after {
	background-color: #d9d9d9;
}

.divider:before {
	right: 0.5em;
	margin-left: -50%;
}

.divider:after {
	left: 0.5em;
	margin-right: -50%;
}

/* Section */

.section {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (min-width: 1000px) {
	.section__title {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 25px;
		white-space: nowrap;
	}
	
	.section__title--margintop {
		margin-top: 50px;
	}

	.section__tag {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-bottom: 40px;
		font-size: 18px;
		text-align: center;
		color: #5C5C5C;
	}
}

@media (max-width: 1000px) {
	.section__title {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 25px;
		white-space: nowrap;
	}
	
	.section__title--margintop {
		margin-top: 50px;
	}

	.section__tag {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 40px;
		font-size: 18px;
		text-align: center;
		color: #5C5C5C;
	}
}

/* Image Outline */
.image--outline {
	outline: 2px solid white;
    outline-offset: -20px;
}


/* Navigation */

.navigation__bars {
    display: inline-block;
	vertical-align: bottom;
    cursor: pointer;
	transform: translate(0px, 15%);
}

.navigation__bar {
	width: 24px;
    height: 2px;
	background-color: #212529;
	margin: 6px 4px;
	transition: 0.4s;
	border-radius: 4px;
}

.navigation__animate .navigation__bar--first {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-3px, 6px) ;
}

.navigation__animate .navigation__bar--second {
    opacity: 0;
}

.navigation__animate .navigation__bar--third {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-5px, -8px) ;
}

/* Dropdown */

@media (min-width: 1000px) {
	.dropdown {
		position: absolute;
		z-index: 1000;
		left: 0px;
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 20px;
		background-color: #FFFFFF;
	}

	.dropdown__link {
		display: inline-block;
		color: #000000;
		font-size: 16px;
		line-height: 25px;
		white-space: nowrap;
		cursor: pointer;
		margin-right: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 1000px) {
	.dropdown {
		position: absolute;
		z-index: 1000;
		left: 0px;
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 20px;
		background-color: #FFFFFF;
	}

	.dropdown__link {
		color: #000000;
		font-size: 16px;
		line-height: 25px;
		white-space: nowrap;
		cursor: pointer;
		margin-right: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.dropdown__divider {
	width: 100%;
	height: 2px;
	background-color: #5C5C5C;
}

/* Fonts */

@font-face {
	font-family: "TeXGyreAdventor";
	font-style: normal;
	font-weight: normal;
	src: url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot);
	src: url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot) format("embedded-opentype"), 
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff) format("woff"),
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.svg) format("truetype"),
	url(../fnt/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.eot) format("svg")
}

@font-face {
	font-family: "TeXGyreAdventor";
	font-style: normal;
	font-weight: bold;
	src: url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot);
	src: url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot) format("embedded-opentype"), 
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.woff) format("woff"),
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.svg) format("truetype"),
	url(../fnt/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.eot) format("svg")
}

.font--texgyreadventor {
	font-family: "TeXGyreAdventor", sans-serif;
}

@font-face {
	font-family: "Caviar Dreams";
	font-style: normal;
	font-weight: normal;
	src: url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot);
	src: url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot) format("embedded-opentype"), 
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.woff) format("woff"),
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.svg) format("truetype"),
	url(../fnt/caviardreams_regular_macroman/CaviarDreams-webfont.eot) format("svg")
}

.font--caviardreams {
	font-family: "Caviar Dreams", sans-serif;
}