@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);
@font-face {
	font-family: 'nudista';
	src: url('../fonts/Nudista.eot');
	src: url('../fonts/Nudista.eot?#iefix') format('embedded-opentype'), url('../fonts/Nudista.woff2') format('woff2'), url('../fonts/Nudista.woff') format('woff'), url('../fonts/Nudista.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'nudistalight';
	src: url('../fonts/NudistaLight.eot');
	src: url('../fonts/NudistaLight.eot?#iefix') format('embedded-opentype'), url('../fonts/NudistaLight.woff2') format('woff2'), url('../fonts/NudistaLight.woff') format('woff'), url('../fonts/NudistaLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

body, html {
	position: relative;
	font-family: nudistalight !important;
	font-weight: lighter;
	min-width: 320px;
	color: #5c5d60;
}

h1 {
	color: #fff;
}

.entry-title {
	color: #5c5d60;
}

body {
	overflow: hidden;
	overflow-y: auto;
}

p {
	font-size: 20px;
	margin: 1em 0;
	font-weight: 300;
	line-height: 1.8;
	font-family: nudistalight;
}

ul {
	padding-left: 1.8rem;
}

	ul li {

		font-weight: 100;
	}

nav {
	z-index: 11;
}


	.vide-frontpage .pattern {
		background: url('../../img/az-subtle.png');
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	.vide-frontpage .gradient {
		opacity: 0.45;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00354c+0,0095da+50,dbf4ff+100 */
		background: #00354c; /* Old browsers */
		background: -moz-linear-gradient(45deg, #00354c 0%, #0095da 50%, #dbf4ff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #00354c 0%,#0095da 50%,#dbf4ff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #00354c 0%,#0095da 50%,#dbf4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00354c', endColorstr='#dbf4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	font-family: nudistalight;
}

.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
	font-family: Nudista Light, sans serif;
}

.vide-frontpage .headerlogo {
	width: 600px;
	display: block;
}

.vide-frontpage .payoff {
	font-size: 32pt;
	color: #fff;
	display: block;
	margin-top: 20pt;
	font-style: italic;
}

.vide-frontpage .vide-overlay {
	z-index: 10;
	position: relative;
}

footer {
	vertical-align: top;
}

	footer#colophon {
		background: #f8f8f8;
		border-top: 1px solid #e8e8e8;
	}

	footer img.footerlogo {
		height: 44px;
		width: auto;
		vertical-align: middle;
	}

	footer span.payoff {
		margin-left: 30px;
		display: inline-block;
	}

	footer .footertop {
		margin-bottom: 39px;
	}

	footer h4 {
		font-weight: bold;
		font-size: 20px;
	}


/* -------------------- MENU -------------------- */

.menu-spacer {
	height: 69px; /* Must match height of menu - nondynamic */
}

.menu, .menu li {
	position: relative;
}

.navbar-collapse {
	display: inline-block;
}

.collapse {
	display: none;
}

	.collapse.in {
		display: block;
	}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	display: block;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.menucontainer .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
	background: transparent;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 4px;
	}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #cccccc;
}

.menucontainer {
	font-size: 0;
	z-index: 1000;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	padding: 0;
	-webkit-transition: background-color 300ms linear, border .3s ease-in-out;
	-moz-transition: background-color 300ms linear, border .3s ease-in-out;
	transition: background-color 300ms linear, border .3s ease-in-out;
	text-align: right;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	background: rgba(0,0,0,0.15);
}

.container {
	padding: 0px;
}

	.careerHome .container, .container.entry-content {
		padding: 0px 0px;
	}

.menucontainer span.icon-bar {
	background: #fff;
}

a.navbar-brand {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.menucontainer a.navbar-brand {
	vertical-align: middle;
	padding: 0;
	display: inline-block;
	height: 100%;
	padding: 36px 15px;
	float: left;
}

	.menucontainer a.navbar-brand img {
		height: 26px;
		display: inline-block;
	}

.menucontainer .navbar-header .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.menucontainer .navbar-header img.menucontainer-logo-white {
	max-height: 42px;
	float: left;
	margin: 24px 15px 0 0;
	vertical-align: middle;
	display: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.menucontainer .navbar-header img.menucontainer-logo-black {
	max-height: 42px;
	float: left;
	margin: 19px 15px 0 0;
	vertical-align: middle;
	display: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.menucontainer .navbar-header span.helper { /* create a full-height inline block pseudo=element */
	content: ' ';
	display: inline-block;
	vertical-align: middle; /* vertical alignment of the inline element */
	height: 100%;
}

.menucontainer span.lightblue {
	color: #C3EAF7;
}

.menucontainer img.logo-image {
	display: inline-block;
	margin: -3px 5px 1px 0;
	height: 22px
}

.menucontainer .navbar-header {
	height: 100%;
	position: absolute;
}

.menucontainer ul.menu {
	text-align: right;
	margin-left: auto !important;
	margin-right: auto !important;
	display: inline-block;
	margin: 0;
	padding: 0;
}

	.menucontainer ul.menu > li {
		display: inline;
		margin: 0;
		float: left;
	}

	.menucontainer ul.menu li > a:hover {
		border-top: 3px solid #2fade2;
		background: transparent;
		color: #2fade2;
	}

	.menucontainer ul.menu li > a {
		color: #fff;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-o-transition: all .1s linear;
		-ms-transition: all .1s linear;
		transition: all .1s linear;
		background: transparent;
		font-size: 12pt;
		padding: 32px 15px 35px 15px;
		letter-spacing: 0px;
		border-top: 3px solid transparent;
		display: inline-block;
		text-decoration: none;
	}

.menucontainer ul.children {
	position: absolute;
	width: auto;
	left: -15px;
	padding: 0;
	list-style: none;
	display: none;
	text-align: left;
}

	.menucontainer ul.children li {
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		float: left;
	}

		.menucontainer ul.children li a {
			padding: 15px;
			display: block;
			color: #fff;
			text-decoration: none;
		}

			.menucontainer ul.children li a:hover {
				background: #14BCF5;
				color: #111;
			}

		.menucontainer ul.children li a {
			background: #333;
		}

.menucontainer ul.children {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

	.menucontainer ul.children::before {
		width: 0;
		height: 0;
		position: absolute;
		top: -7px;
		left: 25px;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		content: "";
		border-bottom: 7px solid #222;
		border-bottom: 7px solid rgba(0,0,0,0.75);
	}

	.menucontainer ul.children li a {
		background: #333;
		/*background:rgba(0,0,0,0.75);*/
	}

.menucontainer li:hover ul.children, .menucontainer li.hover > ul.children, .menucontainer li > ul.children:hover {
	display: block;
}

.page-content {
	height: 100%;
}

	.page-content p {
		font-size: 20px;
		margin: 1em 0px;
		font-weight: 300;
		line-height: 1.8;
	}

.findyourdreamjob p {
	color: #fff;
	text-align: center;
}

h2 {
	color: #000;
	margin: auto;
}

h3 {
	color: #fff;
}

.filledmenu ul.menu li > a {
	color: #eaecef;
	padding: 17px 15px 20px 15px;
	margin: 0;
}

	.filledmenu ul.menu li > a:hover {
		border-top: 3px solid #2fade2;
	}

.filledmenu a.navbar-brand {
	vertical-align: middle;
	padding: 0;
	display: inline-block;
	height: 100%;
	padding: 21px 15px;
}

	.filledmenu a.navbar-brand img {
		height: 26px;
		display: inline-block;
	}

.filledmenu {
	background: #222;
	border-bottom: 1px solid #111;
}

.menu ul.sub-menu {
	position: absolute;
	width: auto;
	left: 0px;
	padding: 0;
	list-style: none;
	display: none;
	text-align: left;
}

.filledmenu ul.sub-menu {
	background: #1c385c;
}

.transparentmenu ul.sub-menu {
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.menu ul.sub-menu li {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	float: left;
	margin: 0;
}

	.menu ul.sub-menu li.current_page_item {
		border: 0 !important;
	}

		.menu ul.sub-menu li.current_page_item a {
			padding: 15px !important;
		}

	.menu ul.sub-menu li a {
		padding: 19px 15px;
		display: block;
		color: #fff;
		text-decoration: none;
		border: 0;
	}

		.menu ul.sub-menu li a:hover {
			background: #7487a9;
			color: #fff;
			border: 0;
		}

.menu li:hover ul.sub-menu, .menu li.hover > ul.sub-menu, .menu li > ul.sub-menu:hover, .menu li:hover ul.sub-menu, .menu li.hover > ul.sub-menu, .menu li > ul.sub-menu:hover {
	display: block;
}

/* Front page
---------------------------------------------------------------------- */

.frontpage-passion {
	background: rgb(0,133,191); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,133,191,1) 0%, rgba(0,149,218,1) 50%, rgba(22,167,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bf', endColorstr='#16a7e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 85px 0;
	text-align: center;
	color: #fff;
}

	.frontpage-passion.align-left {
		text-align: left;
	}

.entry-header {
	margin-bottom: 15px;
}

.frontpage-passion a, .mindset a {
	background-color: transparent;
	background-size: 100% 200%;
	background-image: linear-gradient(to top, #fff 50%, transparent 50%);
	color: #fff;
	border-bottom: 7px solid #fff;
	padding: 10px 22px 7px;
	font-size: 24pt;
	text-decoration: none;
	margin-top: 30px;
	display: inline-block;
	border-radius: 0px;
	transition: all 0.3s;
	cursor: pointer;
}

	.frontpage-passion a:hover, .mindset a:hover {
		color: #0095da;
		background-position: 0 100%;
		-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	}

.frontpage-passion p {
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	margin: 1.1em 0px;
}

h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
	display: none !important;
}

.locations .playfield-description {
	margin-bottom: 30px;
}

.playfield {
	text-align: center;
	padding: 50px 0;
}

	.playfield img.playfield-icon {
		width: 100px;
	}

	.playfield h2 {
		margin-bottom: 50px;
	}

	.playfield div.playfield-description {
		font-size: 22px;
	}

.organisation {
	background: #f8f8f8;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 85px 0;
	text-align: left;
}

	.organisation .youtube-embed {
		width: 100%;
		height: 250px;
	}

.industries {
	padding: 85px 0;
	text-align: center;
}

	.industries .industries-intro {
		margin-bottom: 30px;
	}

	.industries .industry-img {
		background-size: cover !important;
		background-position: 50% 50%;
		height: 200px;
		width: 200px;
		display: block;
		border-radius: 100%;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		border: 5px solid #fff;
		margin-left: 50%;
		transition: 0.3s ease all;
		transform: translateX(-50%);
	}

.applypage .grey-bg {
	padding-bottom: 85px;
}

.grey-bg {
	background-color: #f8f8f8;
}

.form-ul {
	padding-left:0;
	list-style:none;
}
.white-bg {
	padding: 15px 30px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	margin-bottom: 30px;
}

	.white-bg p {
		font-size: 20px;
	}

.grey-bg h2 {
	font-size: 51px;
	color: #0095da;
}

.industry-img-container {
	margin-left: 35px;
	transition: 0.3s ease all;
}

	.industry-img-container:hover {
		margin-top: -4px;
		margin-bottom: 4px;
	}

.divider-text {
	margin-bottom: -35px;
	display: block;
	text-align: center;
	margin-top: 50px;
}

	.divider-text span {
		text-align: center;
		padding: 20px 0px !important;
		margin: auto;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		background-color: white;
		font-size: 24px;
		display: inline-block;
		width: 90%;
		max-width: 300px;
		color: #aaa;
	}

.industry-text {
	margin: 1em;
	color: #5c5d60;
}

.flexibility {
	background: rgb(0,133,191); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,133,191,1) 0%, rgba(0,149,218,1) 50%, rgba(22,167,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bf', endColorstr='#16a7e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 85px 0 85px 0;
	color: #fff;
}

	.flexibility p {
		color: #fff;
	}

	.flexibility h2 {
		color: white;
	}

	.flexibility img.flexibility-icon {
		width: 150px;
		display: block;
		margin: 50px auto 0 auto;
	}

	.flexibility .flexibility-intro {
		margin-bottom: 50px;
	}

.prodrivers {
	background: #f8f8f8;
	padding: 85px 0;
	border-bottom: 1px solid #e8e8e8;
}

.prodriver-content {
	height: auto;
}

.keep-checked label {
	background-color: #0095da !important;
	color: white !important;
	transition: all 0.3s ease;
}

	.keep-checked label:before {
		content: "\2713" !important;
		width: 20px !important;
		border: 1px solid #fff !important;
		color: #fff !important;
	}

.vac-detail.prodriver {
	padding-bottom: 15px;
	padding-top: 15px;
	display: none;
}

	.vac-detail.prodriver.active {
		display: block;
	}

.prodriver.harmonica {
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.pd-dropdown-btn {
	margin-right: 30px;
	margin-top: 15px;
	cursor: pointer;
	opacity: 0.5;
	padding-bottom: 15px;
}

	.pd-dropdown-btn:hover {
		opacity: 1;
	}

	.pd-dropdown-btn.active {
		opacity: 1;
		border-bottom: #0095da 4px solid;
	}

	.pd-dropdown-btn i {
		margin-top: 12px;
		font-size: 18px;
		transition: .3s ease all;
	}

	.pd-dropdown-btn.active i {
		transform: rotate(90deg);
	}


.prodrivers .prodrivers-intro {
	text-align: center;
	margin-bottom: 40px;
}

.prodrivers .portrait {
	max-width: 100%;
	height: auto;
}

.prodrivers .prodriver {
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
	margin-bottom: 40px;
}

	.prodrivers .prodriver .text {
		padding: 15px 35px 35px 35px;
	}

.prodrivers .prodriver-link {
	display: flex;
}

.prodrivers .prodriver .quote {
	font-style: italic;
	padding: 0;
	border-left: none;
	margin: 13px 0 23px 0;
	text-indent: 25px;
	color: #5c5d60;
	font-size: 20px;
}

.prodrivers .prodriver .name {
	color: #0095da;
	font-weight: bold;
}

.prodrivers .prodriver .function {
	color: #999;
}

.quote:before, .quote:after {
	position: absolute;
	vertical-align: top;
	height: 30px;
	line-height: 48px;
	font-size: 50px;
	color: #ddd;
	font-family: Times New Roman;
}

.quote:before {
	content: '\201C';
	margin-right: 10px;
	margin-left: -55px;
}

.quote:after {
	content: '\201D';
	margin-left: -28px;
	margin-right: -8px;
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr {
	background-color: #ddd;
	height: 1px;
}

hr.wp-block-separator {
	margin-bottom: 35px;
}
/* Allvacancies
---------------------------------------------------------------------- */
.allvacancies {
	background: #f8f8f8;
	padding-top: 60px;
}

.flexwrapper {
	display: flex;
}

.filter-container {
}

.controlcontainer {
	background: rgb(0,133,191); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,133,191,1) 0%, rgba(0,149,218,1) 50%, rgba(22,167,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bf', endColorstr='#16a7e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

	.controlcontainer .findyourdreamjob {
		text-align: left;
	}

		.controlcontainer .findyourdreamjob h1 {
			color: #fff;
			text-align: left;
			margin-bottom: 10px;
			font-size: 47pt;
		}

			.controlcontainer .findyourdreamjob h1.alignright {
				margin-right: -10px;
				padding: 0.2em 0;
				text-align: right;
			}

			.controlcontainer .findyourdreamjob h1 em {
				font-style: normal;
			}

section.cd-intro {
	margin-left: 0px;
}

span.invisible {
	opacity: 0;
}

div.collapsebuttoncontainer {
	text-align: center;
	margin-top: 10px;
}

	div.collapsebuttoncontainer input[type="checkbox"] + label::after {
		content: '';
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid rgba(255,255,255,1);
		display: block;
		/*margin:0 0 4px 10px;*/
		transition: transform 0.5s;
		position: absolute;
		left: 12px;
		bottom: 13px;
	}

	div.collapsebuttoncontainer input[type="checkbox"] + label::before {
		content: '';
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid rgba(255,255,255,1);
		display: block;
		/*margin:0 0 4px 10px;*/
		transition: transform 0.5s;
		position: absolute;
		left: 12px;
		bottom: 19px;
	}

div.filtercontainer {
	padding-top: 40px;
}

div.collapsebuttoncontainer input[type="checkbox"]:checked + label::after, div.collapsebuttoncontainer input[type="checkbox"]:checked + label::before {
	transform: rotate(180deg) translateY(-3px);
}

div.collapsebuttoncontainer input[type="checkbox"]:checked + label {
}

div.collapsecheckboxholder {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 100%;
	position: relative;
}

div.collapsebuttoncontainer input[type="checkbox"] {
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.0;
	cursor: pointer;
	z-index: 5;
}

div.collapsebuttoncontainer label {
	color: rgba(255,255,255,0.5);
	font-size: 12pt;
}

span.triangle {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid black;
	display: inline-block;
	margin: 0 0 4px 4px;
}

.cd-headline.clip span {
	padding: 0;
}

.controlcontainer .findyourdreamjob a.buttonvacpage {
	color: #fff;
	font-size: 14pt;
	margin: 0px 1px 5px 1px;
	transition: all .20s ease-in-out;
	box-shadow: inset 0 0px 0 -1px #FFF;
	display: inline-block;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
}

.controlcontainer .findyourdreamjob a:not(.active):hover {
	box-shadow: inset 0 -50px 0 -1px #FFF;
	color: #0095da;
}

.controlcontainer .findyourdreamjob a.buttonvacpage.active {
	color: #fff;
	font-size: 14pt;
	padding: 7px 0 2px 0;
	margin: 0px 16px 5px 16px;
	border-bottom: 5px solid #fff;
}

.controls {
	display: block;
	padding: 20px 0 40px 0;
}

	.controls span {
		color: #fff;
	}

.controlcontainer .resetfilters {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


.mixitup-control-active {
	opacity: 1;
}

	.mixitup-control-active[data-toggle]:after {
		background: transparent;
	}

.controls fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

/* Container
---------------------------------------------------------------------- */

.containermixit {
	margin-top: 30px;
	text-align: justify;
	visibility: visible !important;
}

	.containermixit:after {
		content: '';
		display: inline-block;
		width: 100%;
	}

.mix,
.gap {
	display: inline-block;
	vertical-align: top;
}

.mix {
	background: #fff;
	border-radius: 2px;
	margin-bottom: 1.3rem;
	position: relative;
	min-height: 100px;
	padding: 0;
	-webkit-box-shadow: 0px 0px 08px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 08px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 08px 0px rgba(0,0,0,0.08);
	transition: margin 0.15s ease-in-out;
	text-align: left;
	text-decoration: none !important;
}

	.mix:hover {
		-webkit-box-shadow: 0px 0px 08px 0px rgba(0,0,0,0.18);
		-moz-box-shadow: 0px 0px 08px 0px rgba(0,0,0,0.18);
		box-shadow: 0px 0px 08px 0px rgba(0,0,0,0.18);
	}

	.mix .mixit-img {
		background-size: cover !important;
		background-position: 50% 50% !important;
		height: 300px;
		position: relative;
		border: 0px solid #fff;
	}

.apply-page .favorites-list {
	padding-left: 0px;
}

.no-favorites-text {
	display: none;
}

	.no-favorites-text.active {
		display: block;
	}

.applypage .mix .mixit-img {
	height: 140px;
}

.mix .mixit-text {
	background: #fff;
	height: 180px;
	overflow: hidden;
}

.mix h3 {
	font-size: 16pt;
	font-weight: normal;
	padding: 16px 12px 4px 12px;
	margin: 12px 12px 0 12px;
	color: #0095da;
	display: inline-block;
}

.end-gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+95 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 100px;
}

.mix .end-gradient:after {
	content: '';
	width: 100%;
	height: 10px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: -10px;
}

.mix p {
	font-size: 12pt;
	padding: 4px 12px 0px 12px;
	margin: 0 12px;
	color: #555;
	text-decoration: none !important;
}

.mix ul.tags {
	list-style: none;
	width: 100%;
	padding: 70px 20px 15px 20px !important;
	margin: 0;
	font-size: 0;
	position: absolute;
	bottom: 0;
	opacity: 0.0;
	max-height: 100%;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.mix:hover ul.tags {
	opacity: 1;
}

.mix ul.tags li {
	font-size: 10.5pt;
	color: #666;
	margin: 0 5px 5px 0;
	padding: 2px 11px 2px 9px;
	position: relative;
	-webkit-box-shadow: 0px 0px 04px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 04px 0px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 04px 0px rgba(0,0,0,0.03);
	background: #fff;
	display: inline-block;
	border-radius: 3px;
	border: 0;
}

.vacancy-description ul.tags li {
	border-radius: 3px;
	color: #333;
	margin: 0 10px 10px 0;
	font-size: 15px;
	position: relative;
	display: inline-block;
	border-radius: 2px;
	top: 0;
	transition: all .3s ease;
	background: #f8f8f8;
	border: 1px solid #eee;
	font-weight: 500;
	background: #fbfbfb;
}

	.vacancy-description ul.tags li a {
		height: 38px;
		padding: 0px 15px;
		display: inline-block;
		line-height: 2.1em;
		cursor: default;
	}

.entry-content.vacancy-description ul.tags li a {
	cursor: pointer;
}

.breadcrumbs a {
	font-size: 14px !important;
}

.breadcrumbs span {
	font-size: 14px !important;
}



.vacancy-description h3 {
	color: #5c5d60;
}

.navbar-height {
	height: 103px;
}

.job-title {
	font-size: 16px;
	padding: 5px 15px;
	color: #bbb;
	margin-left: 5px;
	font-size: 40px;
	line-height: 30px;
	padding-left: 0px;
	font-family: 'nudistalight';
	display: inline;
	vertical-align: middle;
	margin-top: -18px;
}

.job-title, .prodriver-name {
	font-size: 24px;
}

.prodriver h2 {
	display: inline-block;
	margin-top: 25px;
	vertical-align: middle;
}

.prodriver-function {
	border-top: 5px solid #0095da;
	position: relative;
	display: none;
}

.prodriver .prodriver-name, .pd-dropdown-btn .prodriver-name, .student-name {
	display: inline;
	margin-top: 25px;
	vertical-align: middle;
	color: #0095da;
	font-weight: bold;
	line-height: 30px;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 25px;
}

.prodriver-profile-picture {
	margin-bottom: 15px;
}

	.prodriver-profile-picture img {
		width: 100%;
	}

.vacancy-description ul.tags li a {
	color: #5c5d60;
}

.mix ul.tags li.competence {
	border-left: 5px solid #15d099;
}

.mix ul.tags li.vacancytype {
	border-left: 5px solid #42cddd;
}

.mix ul.tags li.techprogram {
	border-left: 5px solid #4f7dc3;
}

.mix ul.tags li.market {
	border-left: 5px solid #f99864;
}

.mix ul.tags li.process {
	border-left: 5px solid #15d099;
}

.mix ul.tags li.responsibility {
	border-left: 5px solid #4f7dc3;
}

.mix ul.tags li.level {
	border-left: 5px solid #f99864;
}

.tag a {
	font-size: 15px;
}

/*.mix ul.tags li:before {
	content:"";
	display:block;
	position:absolute;
    top:-1px;
    bottom:-1px;
    left:-4px;
	width:4px;
	opacity:1;
}*/

/*button.control-competences {
	background:#A2D0C3;
}

button.control-vactype {
	background:#82BECA;
}

button.control-techprogram {
	background:#5E8197;
}

button.control-market {
	background:#D9AA93;
}

.mix ul.tags li.competence:before, button.control-competences:hover, button.control-competences.mixitup-control-active {
	background:#084C61;
}

.mix ul.tags li.vacancytype:before, button.control-vactype:hover, button.control-vactype.mixitup-control-active {
	background:#56A3A6;
}

.mix ul.tags li.techprogram:before, button.control-techprogram:hover, button.control-techprogram.mixitup-control-active {
	background:#DB504A;
}

.mix ul.tags li.market:before, button.control-market:hover, button.control-market.mixitup-control-active {
	background:#9a9dab;
}

fieldset.control-group input.control-vactype + label {
	background:#82BECA;
}

fieldset.control-group input.control-techprogram + label {
	background:#5E8197;
}

fieldset.control-group input.control-market + label {
	background:#D9AA93;
}

fieldset.control-group input.control-competences[type="checkbox"]:checked + label, fieldset.control-group input.control-competences:hover + label {
	background:#084C61;
}

fieldset.control-group input.control-vactype[type="checkbox"]:checked + label, fieldset.control-group input.control-vactype:hover + label {
	background:#56A3A6;
}

fieldset.control-group input.control-techprogram[type="checkbox"]:checked + label, fieldset.control-group input.control-techprogram:hover + label {
	background:#DB504A;
}

fieldset.control-group input.control-market[type="checkbox"]:checked + label, fieldset.control-group input.control-market:hover + label {
	background:#9a9dab;
}*/

.filter-btn {
	display: inline;
	font-size: 24px;
	cursor: pointer;
	padding: 10px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 08px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
	float: left;
	transition: all 0.3s ease;
}

.filter-close {
	position: absolute;
	right: 40px;
	top: 16px;
	font-size: 22px;
	background-color: #fff;
	padding: 2px 20px;
	cursor: pointer;
}

.filter-btn:hover, .allvacancies.activefilter .filter-btn {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 08px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
	background-color: #0095da;
	color: #fff;
	display: inline-block;
	transform: scale(1.1);
}

.vacancies-wrapper {
	display: flex;
	flex-direction: row;
}

.filter-container {
	display: flex;
	flex: 0 0 450px;
	flex-direction: column;
}

.container.container-big {
	max-width: 1800px !important;
}

.vacancies-wrapper.container {
	padding: 0px;
}

.mixitwrapper {
	display: flex;
	flex: 3;
	flex-direction: column;
}

.allvacancies .filter-container {
	margin-right: 0px;
	width: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
	width: 450px;
	margin-right: 50px;
	position: relative;
}

.allvacancies .mixitwrapper {
	flex: 1;
	transition: all 0.3s ease;
}

.active-filters {
	display: none;
}

.active-filter {
	padding: 5px 15px;
	margin-right: 15px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
	transition: all .3s ease;
	margin-bottom: 15px;
	display: inline-block;
}

	.active-filter i {
		margin-left: 10px;
	}

	.active-filter:hover {
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
	}

.related-vacancies {
	background-color: #f8f8f8;
}

.related-vac-header h2 {
	padding: 1.8em 0;
	margin: 0;
	text-align: center;
	color: #777;
}

.no-items {
	display: none;
}

.mixitup-container-failed .no-items {
	display: block;
}

.allvacancies.activefilter .filter-container {
	display: inline-block;
	float: left;
}

.allvacancies.activefilter .mixitwrapper {
	display: inline-block;
}

button.control {
	background: #fff;
	color: #333;
	font-weight: lighter;
	padding: 8px 24px;
	font-size: 0.9rem;
	line-height: normal;
}


fieldset.control-group .checkboxholder {
	position: relative;
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	font-size: 0;
}

.function-control-group {
	margin-bottom: 30px;
}

.functions fieldset.control-group.function-control-group .checkboxholder {
	display: none;
}

fieldset.control-group label.control-group-label {
	background: none;
	color: #333;
	margin: 0px 0 20px 0;
	padding: 2px 0 0 0;
	border-radius: 0;
	display: inline-block;
	border: 0;
	font-weight: 300;
	font-size: 18px;
}

	fieldset.control-group label.control-group-label.invalid {
		border: 3px solid red !important;
	}

.control.control-group-label.hidden {
	display: none;
}

fieldset.control-group label.control-group-label {
	border-bottom: 3px solid #fff;
}

.countries img {
	margin-left: 5px;
}
/*
fieldset.control-group label.control-group-label.vactype {
	border-bottom:5px solid #fff;
}

fieldset.control-group label.control-group-label.techprogram {
	border-bottom:5px solid #fff;
}

fieldset.control-group label.control-group-label.market {
	border-bottom:5px solid #fff;
}

fieldset.control-group label.control-group-label.processes {
	border-bottom:5px solid #fff;
}

fieldset.control-group label.control-group-label.responsibility {
	border-bottom:5px solid #fff;
}

fieldset.control-group label.control-group-label.level {
	border-bottom:5px solid #fff;
}
*/
fieldset.control-group .checkboxholder a {
	position: relative;
	display: block;
	width: auto;
	font-weight: lighter;
	text-align: left;
	background: rgba(255,255,255, 1);
	color: #5c5d60;
	border-radius: 6px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	padding: 6px 24px 8px 36px;
	z-index: 2;
	font-size: 16px;
	overflow: hidden;
	margin: 0;
	transition: color 250ms ease-in;
	line-height: normal;
	-webkit-box-shadow: 0px 0px 04px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 04px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 04px 0px rgba(0,0,0,0.05);
	vertical-align: bottom;
}


	fieldset.control-group .checkboxholder a::after {
		width: 15px;
		height: 10px;
		border-radius: 50%;
		content: "";
		background-color: #0095da;
		color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale3d(1, 1, 1);
		transition: all 800ms cubic-bezier(0.4, 0.0, 0.2, 1);
		opacity: 0;
		z-index: -1;
	}
	/*
fieldset.control-group .checkboxholder input.control-competences + label::after {
	background:#15d099;
}

fieldset.control-group .checkboxholder input.control-vactype + label::after {
	background:#42cddd;
}

fieldset.control-group .checkboxholder input.control-techprogram + label::after {
	background:#4f7dc3;
}

fieldset.control-group .checkboxholder input.control-market + label::after {
	background:#f99864;
}

fieldset.control-group .checkboxholder input.control-processes + label::after {
	background:#15d099;
}

fieldset.control-group .checkboxholder input.control-responsibility + label::after {
	background:#4f7dc3;
}

fieldset.control-group .checkboxholder input.control-level + label::after {
	background:#f99864;
}*/

	fieldset.control-group .checkboxholder a::before {
		display: inline-block;
		font-size: 14px;
		/* content: "\FF0B"; */
		content: "";
		border: 1px solid #82CCEE;
		height: 11px;
		max-height: 11px;
		width: 11px;
		max-width: 11px;
		overflow: visible;
		top: 12px;
		position: absolute;
		left: 16px;
		line-height: 2px;
		padding-left: 1px;
		border-radius: 2px;
		transition: all .3s ease-in-out;
		color: #000;
	}

fieldset.function-control-group .checkboxholder a::before, fieldset.function-control-group-left .checkboxholder a::before {
	font-size: 26px;
	color: white;
	padding-top: 2px;
	border-radius: 50%;
}

fieldset .control-group input[type="checkbox"] + a::before {
	color: #333;
}

fieldset.control-group input[type="checkbox"]:checked + a::before {
	content: "\2713";
	width: 20px;
	border: 1px solid #fff;
	color: #fff;
}

.function-control-group-left .selected-dot, .applypage .checkboxholder .selected-dot {
	width: 12px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	top: 12px;
	left: 16px;
	border: solid 1px #0095da;
	box-shadow: 0 0 0 1px white;
}

fieldset.function-control-group-left .checkboxholder a::before {
	display: none;
}

fieldset.control-group input[type="checkbox"] {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 5;
	pointer-events: unset;
}

	fieldset.control-group input[type="checkbox"]:checked + a::after {
		transform: translate(-50%, -50%) scale3d(35, 35, 1);
		opacity: 1;
	}

	fieldset.control-group input[type="checkbox"]:checked + a {
		color: #fff !important;
	}

fieldset.control-group input[type="checkbox"] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.0;
	cursor: pointer;
}

.btn-bottom {
	width: 48px;
	height: 58px;
	margin: auto;
	bottom: 10px;
	left: 0;
	right: 0;
	animation: scrolldownbounce 5s infinite;
	position: absolute;
	color: #fff;
	font-size: 36px;
	cursor: pointer;
}

.single-header {
	height: 93vh !important;
}

@keyframes scrolldownbounce {
	10%, 20%, 30%, 40%, 55% {
		transform: translateY(0);
	}

	60% {
		transform: translateY(-15px);
	}

	65% {
		transform: translateY(0);
	}

	70% {
		transform: translateY(-15px);
	}

	75% {
		transform: translateY(0);
	}
}

.entry-content .goback.favorite-btn {
	margin: 20px 0 20px 0;
	padding: 5px 20px;
	font-size: 12pt;
	display: inline-block;
	line-height: 28px;
	font-family: Open Sans;
	font-weight: 100;
	background: #f8f8f8;
	color: #444;
	border-radius: 2px;
	cursor: pointer;
	transition: 0.3s ease all;
}

.vacancy-count-wrapper i {
	font-size: 20px;
}

.vacancy-count {
	border-radius: 50%;
	background-color: #eb4034;
	border: 2px solid white;
	color: #fff;
	font-weight: bold;
	padding: 1px 6px;
	line-height: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	font-size: 10px;
	position: absolute;
	margin-top: -10px;
	margin-left: -3px;
	animation-duration: .3s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}


@keyframes scale {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.5)
	}

	100% {
		transform: scale(1)
	}
}

.vacancy-count.bounce {
	transform: scale(1.5);
}

.entry-content .goback.active {
	background-color: #0095da;
	color: #fff;
}

.goback {
	transition: 0.3s all ease;
	cursor: pointer;
}

.sticky-header {
	position: fixed;
	top: -45px;
	background-color: #fff;
	width: 100%;
	z-index: 5;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	transition: all 0.3s ease;
	display: none;
}

	.sticky-header.active {
		top: 70px;
		display: block;
	}

	.sticky-header .entry-content a {
		margin-top: 0px;
	}

.entry .entry-content button.simplefavorite-button.active {
	background: #0095da;
	border: 1px solid #0095da;
	color: #fff;
	opacity: 1;
}

.allvacancies button.simplefavorite-button {
	margin: 0px 0;
	padding: 0px;
	font-size: 12pt;
	display: inline-block;
	font-family: Open Sans;
	font-weight: 100;
	background: #f8f8f8;
	border: 0px solid #e8e8e8;
	color: #444;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 40px;
	height: 40px;
	opacity: 0.75;
	text-align: center;
}

	.allvacancies button.simplefavorite-button:not(i) {
		font-size: 0;
	}

	.allvacancies button.simplefavorite-button i {
		font-size: 16pt;
		line-height: 28px;
	}

	.allvacancies button.simplefavorite-button.active {
		background: #0095da;
		color: #fff;
		opacity: 1;
	}

.favorite {
	cursor: pointer;
	float: right;
	margin: 15px;
	background-color: #fff;
	border-radius: 25px;
	height: 45px;
	width: 45px;
	z-index: 1000;
	position: relative;
	transition: 0.3s ease all;
	text-align: center;
	color: #0095da;
	padding-top: 8px;
}

	.favorite i.hidden {
		display: none;
	}

	.favorite i {
		color: #0095da;
		font-size: 18px;
		margin-left: 14px;
		margin-top: 12px;
	}


	.favorite.active {
		background-color: #0095da;
		color: #fff;
	}


.companynumbers {
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	padding: 100px 0 80px 0;
	background-color: #f8f8f8;
}

	.companynumbers .numberholder {
		border-top: 10px solid #0095da;
	}

	.companynumbers h2 {
		font-weight: 600;
		font-family: Open Sans;
		color: #0095da;
		font-size: 72pt;
		margin: 22px 0;
	}

.gotovacancies {
	padding: 110px 0 110px 0;
	background: rgb(0,133,191); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,133,191,1) 0%, rgba(0,149,218,1) 50%, rgba(22,167,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bf', endColorstr='#16a7e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: block;
	text-decoration: none;
	text-align: center;
}

	.gotovacancies h1, .gotovacancies h3 {
		margin-top: 0px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 00px;
		text-align: center;
		font-size: 52pt;
		text-decoration: none;
	}

	.gotovacancies p {
		color: #fff;
	}

	.gotovacancies h3 i {
		font-style: normal;
		text-decoration: none;
	}


.gobutton {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 100%;
	position: relative;
	margin-top: 35px;
	color: white;
}

	.gobutton.withtext {
		width: auto;
		border-radius: 30px;
		padding: 0px 20px;
		line-height: 38px;
	}

		.gobutton.withtext a {
			display: initial;
			padding: initial;
			background: none;
			box-shadow: none;
			color: #fff;
		}

	.gobutton.withtext {
		margin-right: 10px;
	}

	.gobutton i {
		margin-top: 12px;
	}

	.gobutton.withtext i {
		margin-left: 5px;
	}

#button-row {
	margin-top: 25px;
}

.parallax-window .entry-header h1 {
	margin-bottom: 19px;
}

ul.tags {
	padding: 20px 0 0 0;
	padding-left: 0 !important;
}

	ul.tags li {
		border-radius: 3px;
		border: 1px solid #eee;
	}

.vacancy-description ul.tags li:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}

.vacancy-description ul.tags li {
	padding: 0;
}

	.vacancy-description ul.tags li a {
		padding: 4px 22px 4px 16px;
		display: inline-block;
	}

.entry-content ol.favorites-list {
	padding: 0 0 0 0;
	font-size: 26px;
	font-weight: 500;
}



.cd-headline.push .cd-words-wrapper {
	width: auto !important;
}

.cd-headline.type .cd-words-wrapper::after {
	width: 3px;
	background-color: #fff;
}

.cd-headline.type .cd-words-wrapper.selected {
	background-color: #fff;
}

.gotovacancies .cd-headline.type .cd-words-wrapper.selected b i {
	color: #0095da;
}

.gotovacancies a {
	display: flex;
	padding: 0 50px;
	height: 400px;
	justify-content: center;
	align-items: center;
	background: rgb(0,133,191); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0,133,191,1) 0%, rgba(0,149,218,1) 50%, rgba(22,167,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bf', endColorstr='#16a7e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-align: center;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	transition: transform 0.2s;
}

	.gotovacancies a:hover {
		transform: scale(1.04,1.04);
	}

	.gotovacancies a span {
		color: #fff;
		font-size: 24pt;
		font-weight: 300;
		text-decoration: none;
	}

/* Favorites list
---------------------------------------------------------------------- */

.favorites-list .remove-favorite {
	margin-left: -5px;
	margin-top: 2px;
	position: absolute;
	padding-right: 15px;
	padding-bottom: 15px;
}

.favorites-link {
	height: 55px;
	width: 80%;
	overflow: hidden;
}

article .entry-content ul.favorites-list li, article .entry-content ol.favorites-list li {
	padding: 0;
	margin: 0 0 5px 0;
	border: none;
	background: #0095da;
}

	article .entry-content ul.favorites-list li:before, article .entry-content ol.favorites-list li:before {
		display: none;
	}

	article .entry-content ul.favorites-list li:nth-child(odd), article .entry-content ol.favorites-list li:nth-child(odd) {
		background: #3EB5EB;
	}

	article .entry-content ul.favorites-list li p, article .entry-content ol.favorites-list li p {
		margin: 0;
	}

	article .entry-content ul.favorites-list li a, article .entry-content ol.favorites-list li a {
		text-decoration: none;
		padding: 10px 22px;
		display: block;
		color: #fff;
		font-size: 22px;
		display: inline-block;
	}

.remove-favorite {
	float: right;
	cursor: pointer;
}

button.simplefavorites-clear, .reset-btn {
	border-radius: 0;
	background: #fff;
	font-weight: 100;
	transition: all 0.2s;
}

	.reset-btn i {
		font-size: 15px;
	}

	.reset-btn.top {
		margin-bottom: 0px;
	}

.optioncontainer {
	margin-bottom: 30px;
}

.reset-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333;
	padding: 5px 15px;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
}

a.reset-btn:hover, a.empty-result-btn:hover {
	color: #5c5d60;
}

button.simplefavorites-clear:hover {
	background: #0095da;
}
/* Apply now page
---------------------------------------------------------------------- */
.applypage {
	padding: 85px 0;
	padding-bottom: 0px;
	background-color: #f8f8f8;
}

	.applypage input[type=submit].loading {
		background-image: url(../../img/loading.gif) !important;
		background-size: 25px !important;
		color: transparent !important;
		background-color: #0085bf !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}

ul.favelist {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

	ul.favelist li.fave {
		position: relative;
		padding: 0;
		margin-bottom: 10px;
	}

.applypage button.simplefavorite-button {
	margin: 0px 10px 0 0;
	padding: 0px;
	font-size: 12pt;
	display: inline-block;
	font-family: Open Sans;
	font-weight: 100;
	background: #f8f8f8;
	border: 0px solid #e8e8e8;
	color: #444;
	border-radius: 50%;
	position: relative;
	left: 7px;
	right: 7px;
	width: 40px;
	height: 40px;
	opacity: 0.75;
	text-align: center;
}

.navbar-header .language-collapse {
	display: none;
}

.nav-button {
	color: #5c5d60;
	line-height: 80px;
}

.applypage button.simplefavorite-button:not(i) {
	font-size: 0;
}

.applypage button.simplefavorite-button i {
	font-size: 16pt;
	line-height: 28px;
}

.applypage button.simplefavorite-button.active {
	background: #0095da;
	color: #fff;
	opacity: 1;
}

.vacancy-form {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f8f8f8;
	max-height:none;
}

	.vacancy-form select {
		border: 1px solid #ccc;
	}

.align-center {
	text-align: center !important;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}
/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 2 Columns */
.mix, .gap {
	width: calc(33% - 15px);
	margin-right: 15px;
	float: left;
}

.applypage input[type=submit].button-blue {
	padding: 18px 130px;
	font-size: 24pt;
	margin-top: 5px;
	border-radius: 3px;
	background: #0085bf;
	background: -moz-linear-gradient(45deg,rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%);
	background: -webkit-linear-gradient(45deg,rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%);
	background: linear-gradient(45deg,rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085bf',endColorstr='#16a7e5',GradientType=1);
}

.vacancy-form {
	padding-bottom: 0;
}

form h3 {
	border: none;
	padding-left: 0;
}
/* -------------------- END MENU -------------------- */
@media all and (max-width: 1400px) {
	.menucontainer ul.menu {
		text-align: left;
		display: block;
		padding-bottom: 10px;
	}

		.menucontainer ul.menu > li {
			display: block;
			float: none;
		}

		.menucontainer ul.menu li > a {
			padding: 8px 0;
			border: 0;
			font-size: 16px;
			font-family: 'Roboto', sans-serif;
			text-transform: initial;
		}

			.menucontainer ul.menu li > a:hover {
				border: 0;
			}

	.menucontainer .navbar-header {
		font-family: 'Roboto', sans-serif;
		position: relative;
		text-align: left;
	}

	.menucontainer a.navbar-brand {
		display: none;
	}

	.menucontainer a.navbar-brand-mobile {
		padding: 21px 22px;
		display: inline-block;
	}

		.menucontainer a.navbar-brand-mobile img {
			height: 26px;
		}

	.menucontainer .navbar-toggle {
		margin-top: 18px;
	}

	.transparentmenu .navbar-header {
		color: #fff;
	}

	.transparentmenu .navbar-collapse {
	}

	.filledmenu .navbar-header {
		color: #333;
	}

	.filledmenu span.icon-bar {
		background: #fff !important;
	}
}

.apply-form-favorites {
	padding-left: 50px;
}

@media (min-width: 1400px) {
	.companynumbers .numberholder {
		margin: 0px 18px;
		padding: 0 3px;
	}
}

@media (min-width: 400px) and (max-width: 1199px) {

	.companynumbers .numberholder {
		margin: 0px 18px 40px 18px;
		padding: 0 3px;
	}
}

@media (max-width: 360px) {
	.site-main .entry-content a.goback {
		padding: 8px 15px 8px 10px;
		font-size: 10pt;
	}
}

/*Vertical Sliding*/
.slidingVertical {
	display: block;
	text-align: center;
	margin: -30px auto 0 auto;
}

	.slidingVertical span {
		animation: topToBottom 7.5s linear infinite 0s;
		-ms-animation: topToBottom 7.5s linear infinite 0s;
		-webkit-animation: topToBottom 7.5s linear infinite 0s;
		color: #fff;
		opacity: 0;
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		font-size: 47pt;
	}

		.slidingVertical span:nth-child(2) {
			animation-delay: 2.5s;
			-ms-animation-delay: 2.5s;
			-webkit-animation-delay: 2.5s;
		}

		.slidingVertical span:nth-child(3) {
			animation-delay: 5s;
			-ms-animation-delay: 5s;
			-webkit-animation-delay: 5s;
		}
/*topToBottom Animation*/
@-moz-keyframes topToBottom {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
		-moz-transform: translateY(-30px);
	}

	10% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}

	35% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}

	40% {
		opacity: 0;
		-moz-transform: translateY(30px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes topToBottom {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
	}

	10% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}

	35% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}

	40% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes topToBottom {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
		-ms-transform: translateY(-30px);
	}

	10% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}

	35% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}

	40% {
		opacity: 0;
		-ms-transform: translateY(30px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}
/*Horizontal Sliding*/
.center {
	text-align: center;
}

.slidingHorizontal {
	display: block;
	text-align: center;
	overflow: hidden;
	width: 400px;
	background: #fff;
	margin: 0 auto;
	height: 60px;
}

	.slidingHorizontal span {
		animation: leftToRight 12s linear infinite 0s;
		-ms-animation: leftToRight 12s linear infinite 0s;
		-webkit-animation: leftToRight 12s linear infinite 0s;
		color: #0095da;
		opacity: 0;
		overflow: hidden;
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		font-size: 18pt;
	}

		.slidingHorizontal span p {
			display: inline-block;
			background: #fff;
			padding: 0px 30px;
		}

		.slidingHorizontal span:nth-child(2) {
			animation-delay: 4s;
			-ms-animation-delay: 4s;
			-webkit-animation-delay: 4s;
		}

		.slidingHorizontal span:nth-child(3) {
			animation-delay: 8s;
			-ms-animation-delay: 8s;
			-webkit-animation-delay: 8s;
		}
/*leftToRight Animation*/
@-moz-keyframes leftToRight {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
		-moz-transform: translateX(-150px);
	}

	10% {
		opacity: 1;
		-moz-transform: translateX(0px);
	}

	35% {
		opacity: 1;
		-moz-transform: translateX(0px);
	}

	40% {
		opacity: 0;
		-moz-transform: translateX(150px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes leftToRight {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
		-webkit-transform: translateX(-150px);
	}

	10% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}

	35% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}

	40% {
		opacity: 0;
		-webkit-transform: translateX(150px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes leftToRight {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 0;
		-ms-transform: translateX(-150px);
	}

	10% {
		opacity: 1;
		-ms-transform: translateX(0px);
	}

	35% {
		opacity: 1;
		-ms-transform: translateX(0px);
	}

	40% {
		opacity: 0;
		-ms-transform: translateX(150px);
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}
/* -------------------- Remove max widths -------------------- 

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    margin: 1rem calc(10% + 60px) calc(3 * 1rem);
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
    max-width: none;
    margin: 0 10%;
    padding: 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: none;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: none;
  }
}
*/
@media only screen and (min-width: 768px) {
	.entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
		max-width: none;
	}
}

@media only screen and (min-width: 1168px) {
	.entry .entry-content .wp-block-separator.is-style-wide,
	.entry .entry-content hr.is-style-wide {
		max-width: none;
	}
}

@media only screen and (min-width: 1500px) {
	.industries .industry-img {
		height: 250px;
		width: 250px;
	}
}

@media(max-width: 1600px) {
	.mix, .gap {
		width: calc(50% - 15px);
	}

	.allvacancies .filter-container {
		width: 300px;
	}
}

@media (max-width: 1200px) {

	.reset-btn {
		right: 100px;
		top: 16px;
	}

	.gotovacancies a span {
		font-size: 18pt;
	}

	.active-filters {
		display: block;
	}

	.allvacancies .filter-container {
		z-index: 10001;
		position: fixed;
		height: 100vh;
		top: 0px;
		left: -100vw;
		padding: 15px 30px;
		padding-bottom: 120px;
	}

	.allvacancies.activefilter .filter-container {
		left: 0;
		background-color: #f8f8f8;
		width: 100%;
		overflow-y: auto;
	}

	.controlcontainer .findyourdreamjob h1.alignright {
		text-align: center;
	}

	.controlcontainer .findyourdreamjob h1 {
		text-align: center;
		font-size: 27px;
	}

	.numberholder {
		margin-bottom: 30px;
	}

	.sticky-header.active {
		top: 50px;
	}

	.industry-img-container {
		margin-left: 0px;
	}

	.mindsetitem {
		margin-bottom: 45px;
	}
}

@media (max-width: 1000px) {
	.organisation h2 {
		font-size: 30pt;
	}
}

@media (max-width: 991px) {

	.applypage {
		padding-top: 40px;
	}

	.allvacancies {
		padding-top: 40px;
	}

	.gotovacancies a {
		margin-bottom: 20px;
		height: auto;
		padding: 20px 0;
	}

	.mindsetitem .mindset-icon img {
		max-height: 150px;
		margin-bottom: 20px;
	}

	.mindsetitem {
		margin-bottom: 60px;
	}

	* {
		transition: none;
	}

	.industry-img-container:hover {
		margin-top: 0px;
	}

	.prodrivers .prodriver-link {
		max-width: 600px;
	}

	.no-scroll-careers {
		overflow: hidden;
	}

	.navbar-height {
		height: 82px;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	.industry-img-container.col-md-offset-2 {
		margin-left: 16.6666667%;
	}
}

@media (max-width:768px) {
	.containermixit {
		padding: 1rem 0;
	}

	.container {
		padding: 0 15px;
	}

	.mix, .gap {
		width: 100%;
	}

	a.gotovacancies {
		position: relative;
		display: block;
		padding: 50px 0px 35px;
	}

	.gotovacancies h3 {
		font-size: 28pt;
	}

	.vide-frontpage .headerlogo {
		width: 400px;
		max-width: 100%;
		padding: 0 15px;
	}

	.mix ul.tags {
		display: none;
	}

	.controlcontainer .findyourdreamjob h1 {
		font-size: 27px;
	}

	.frontpage-passion a, .mindset a {
		padding: 30px 90px;
	}

	.cd-words-wrapper {
		text-align: center;
	}

		.cd-words-wrapper b {
			white-space: initial !important;
			text-align: center;
		}


	.cd-headline .cd-words-wrapper {
		text-align: center;
	}

	.numberholder h1, .numberholder h2 {
		line-height: 1.1em;
	}

	.applypage input[type=submit].button-blue {
		width: 100%;
		text-align: center;
		padding: 15px 0px;
	}
}

@media (max-width: 500px) {
	.cd-headline {
		height: auto;
	}

	a.gotovacancies {
		padding: 50px 0px 35px;
	}
}

@media screen and (max-width: 992px) {
	.margin-top-medium.goback {
		display: none;
	}

	.gotovacancies {
		padding: 70px 0 40px 0
	}

	.wow {
		animation-name: none !important;
		visibility: visible !important;
	}

	.apply-form-favorites {
		padding-left: 15px;
	}

	.favorites-title {
		padding-left: 0px;
	}

	.prodriver-profile-picture {
		display: none;
	}

	.hidden-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	.hidden-desktop {
		display: none !important;
	}
}

hr.wp-block-separator {
	background-color: #ddd;
	height: 1px;
}

hr {
	border-top: 0px;
}

blockquote {
	border: none;
}

.prodriver-quote p, .prodriver-quote {
	line-height: 1.3;
	border-left: 0px solid #eee;
	padding-top: 0;
	padding-bottom: 0;
	color: #0095da;
	font-family: nudistalight;
	margin-bottom: 50px;
	font-size: 44px;
	margin-top: 0px;
	text-indent: 25px;
}

	.prodriver-quote:after {
		content: "";
		height: 5px;
		width: 150px;
		background: #0095da;
		display: block;
		position: relative;
		top: 20px;
	}

	.prodriver-quote p:before {
		content: '\201C';
		margin-right: 10px;
		margin-left: -50px;
		font-family: Times New Roman;
		position: absolute;
	}

	.prodriver-quote p:after {
		content: '\201D';
		margin-right: 10px;
		margin-left: 8px;
		font-family: Times New Roman;
	}

.last-gallery-image .gallery-image {
	width: 100%;
}

.gallery-image {
	margin-bottom: 30px;
}

	.gallery-image img {
		width: 100%;
	}

.image-gallery {
	margin-top: 38px;
}

.pros li, .cons li {
	margin-bottom: 15px;
}

.interests {
	padding-left: 1.3em;
}

.interests h3 {
	color: #4d4d4d;
}

.interests p, .pros p, .cons p {
	display: inline-block;
	width: 90%;
	margin: 0;
	vertical-align: top;
}

.content-area .container:not(.nav-items), .interests li {
	margin-bottom: 15px;
	font-size: 20px;
	padding-left: 40px;
}
	.interests li {
		padding-left: 0px;
	}
.site-main ul li, .site-main ol li, .site-main ul li p {
	font-size: 22px;
}

.procedure li, .perks li {
	font-size: 22px;
}

.perks ul{
	list-style:none;
}

h2 {
	margin: 1em 0px;
}

.mindset h2 {
	margin-bottom: 80px;
}

.mindsetitem h3 {
	font-size: 34px;
	margin-bottom: 20px;
}

.mindsetitem p {
	line-height: 1.4em;
	padding: 0px 30px;
	color: #fff;
}

.mindset-icon img {
	max-height: 150px;
	width: auto;
}

.textline {
	font-size: 22px;
}

.half-inputs {
	overflow: auto;
}

.half-width {
	width: 50%;
	display: inline-block;
	float: left;
	padding-right: 15px;
}

	.half-width:last-child {
		padding-right: 0px;
	}

	.half-width input, .full-width input {
		width: 100%;
	}

label {
	font-size: 18px;
	font-weight: lighter;
}

	label.selected {
		font-weight: bold;
	}


.form-ul li {
	margin-bottom: 15px;
}

	.form-ul li h3 {
		text-align: left;
		padding-left: 0px;
	}

.full-width {
	width: 100%;
	display: block;
}

textarea.full-width {
	font-size: 18px;
	padding: 15px;
}

.label-bold {
	font-weight: bold !important;
}

.label-thin {
	font-weight: 100;
}

input[type=text], input[type=email] {
	padding: 5px 15px;
	font-size: 18px;
}

.careers-upload-resume {
	padding: 12px 12px;
	bottom: 0;
	color: #000;
	transition: all .2s ease-out;
	border: 1px solid #a9a9a9;
	width: 100%;
}

input[type=submit].button-blue {
	padding: 12px 63px;
	background-color: #0095da;
	color: #fff;
	transition: all 0.2s ease-out;
	border: none;
}

.apply-btn, .apply-btn-overview, .apply-btn-home, .empty-result-btn {
	cursor: pointer;
	margin: 10px 0 10px 0;
	display: inline-block;
	text-decoration: none;
	background: #0095da;
	color: #fff;
	padding: 0;
	padding: 8px 20px 8px 15px;
	border-radius: 2px;
	font-size: 12pt;
	transition: 0.3s ease all;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0095da+1,0080d6+100 */
	background: rgb(0,149,218); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,149,218,1) 1%, rgba(0,128,214,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,149,218,1) 1%,rgba(0,128,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,149,218,1) 1%,rgba(0,128,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095da', endColorstr='#0080d6',GradientType=1 ); /* IE6-9 */
}

	.apply-btn-overview i {
		margin-right: 5px;
	}

	.apply-btn-overview:hover {
		color: white;
	}

	.apply-btn:hover {
		color: #0095da !important;
	}

.apply-checkboxes {
	margin-top: 0px;
}

	.apply-checkboxes li {
		margin-bottom: 10px;
	}

		.apply-checkboxes li label {
			font-size: 14px;
		}


.favorites-header h1 {
	margin-top: 60px;
}

.favorites-header p {
	margin-bottom: 26px;
}

.simplefavorites-clear {
	transition: background 150ms ease-in-out;
	background: #0095da;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	outline: none;
	padding: 15px;
	text-decoration: none;
	vertical-align: bottom;
	margin: 32px 0;
	margin-bottom: 65px;
}

.applypage input {
	border: 1px solid #ccc;
}

.applypage textarea {
	border: 1px solid #ccc;
}

.applypage h3 {
	color: #5c5d60;
	font-weight: 100;
}

.favorites-title {
	font-size: 36px;
	margin-bottom: 30px;
}


.double-width-list-item {
	/*width:200%;*/
}

.careers-upload-resume {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

	.careers-upload-resume + label, .clear-vacancy {
		font-size: 15px;
		color: white !important;
		background-color: #0095da;
		padding: 15px;
		display: inline-block;
		cursor: pointer;
	}

.clear-vacancy {
	margin-right: 7%;
}

.radio {
	margin: 16px 0;
	display: block;
	cursor: pointer;
}

	.radio input {
		display: none;
	}

		.radio input + span {
			line-height: 22px;
			height: 22px;
			padding-left: 22px;
			display: block;
			position: relative;
		}

			.radio input + span:not(:empty) {
				padding-left: 30px;
			}

			.radio input + span:before, .radio input + span:after {
				content: "";
				width: 22px;
				height: 22px;
				display: block;
				border-radius: 50%;
				left: 0;
				top: 0;
				position: absolute;
			}

			.radio input + span:before {
				background: #D1D7E3;
				transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
			}

			.radio input + span:after {
				background: #fff;
				transform: scale(0.78);
				transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
			}

		.radio input:checked + span:before {
			transform: scale(1.04);
			background: #0095da;
		}

		.radio input:checked + span:after {
			transform: scale(0.4);
			transition: transform 0.3s ease;
		}

	.radio:hover input + span:before {
		transform: scale(0.92);
	}

	.radio:hover input + span:after {
		transform: scale(0.74);
	}

	.radio:hover input:checked + span:after {
		transform: scale(0.4);
	}

.job-options, .student-options {
	margin-left: 30px;
}

	.job-options label, .student-options label {
		font-size: 14px;
	}
/* The container */
.checboxcontainer {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.checboxcontainer input {
		position: absolute;
		cursor: pointer;
		margin-left: -28px;
		margin-top: -5px;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -6px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.checboxcontainer:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checboxcontainer input:checked ~ .checkmark {
	background-color: #0095da;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checboxcontainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checboxcontainer .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pipe-wrapper:last-child .pipe {
	display: none;
}

.grey-bg h3 {
	color: #5c5d60;
	font-size: 40px;
	text-align: center;
	padding: 1em 0px;
}

.grey-bg .mix h3 {
	font-size: 16pt;
	font-weight: normal;
	padding: 16px 12px 4px 12px;
	margin: 12px 12px 0 12px;
	color: #0095da;
	display: inline-block;
	text-align: left;
}

.margin-top-medium {
	margin-top: 50px !important;
}

.padding-bottom-big {
	padding-bottom: 40px;
}

.no-margin {
	margin: 0px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.project-overview ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0px !important;
}

	.project-overview ul li {
		font-size: 18px;
		margin: 0;
	}

		.project-overview ul li a {
			color: #5c5d60;
			padding: 6px 20px;
			display: block;
		}

			.project-overview ul li a img {
				width: 20px;
			}

			.project-overview ul li a:hover {
				color: #fff;
				background-color: #0095da;
				padding: 6px 20px;
				display: block;
			}

		.project-overview ul li:nth-child(odd) {
			background: #f8f8f8;
		}

		.project-overview ul li:nth-child(even) {
			background: #fff;
		}

		.project-overview ul li.odd {
			background: #f8f8f8 !important;
		}

		.project-overview ul li.even {
			background: #fff !important;
		}

.project-overview h3 {
	color: #5c5d60;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 5px solid #0095da;
}

.result-count {
	background-color: #0095da;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	padding: 5px 15px;
	font-size: 18px;
	cursor: pointer;
	position: fixed;
	z-index: 100000;
	margin: auto;
	bottom: 40px;
	width: 80%;
	border-radius: 15px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	margin-left: 5%;
}

.checkbox-required-field {
	width: 0px;
	height: 0px;
	opacity: 0;
}

.gradient-wrapper {
	position: relative;
}

	.gradient-wrapper p {
		height: 150px;
		overflow: hidden;
		position: relative;
		display: none;
	}

.forstudents-go {
	line-height: 2.4em;
}

.forstudents-header {
	background-color: #f8f8f8;
	padding: 60px 0px;
}

	.forstudents-header h1 {
		color: #0095da;
		font-size: 40px;
	}

	.forstudents-header .prodriver-quote p {
		font-size: 28px;
	}

	.forstudents-header .small-border {
		background-color: #0095da;
		height: 4px;
		width: 100px;
		margin-bottom: 30px;
	}

.small-border.small-border-left {
	margin-left: 0;
}

.header-icons {
	margin-top: 30px;
}

.icon-wrapper {
	height: 250px;
	width: 250px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}

.gradient-wrapper p:first-child {
	display: block;
}

.gradient-text {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+95 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	bottom: 0px;
	width: 100%;
	height: 150px;
	z-index: 1000;
	position: absolute;
}

.navbar-nav > li.drop-down > a.careers-dropdown {
	cursor: pointer !important;
}

.location-image {
	text-align: center;
	padding: 100px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

	.location-image h3, .location-image span {
		z-index: 100;
		position: relative;
		color: white;
	}

.locations {
	padding: 50px 0px;
	text-align: center;
	padding-bottom: 85px;
}

	.locations h2 {
	}

.location-image h3 {
	font-weight: bold;
	font-family: nudista;
	font-size: 42px;
	margin-bottom: 0px;
}

.location-image span {
	font-size: 18px;
}

.location-description {
	margin-top: 30px;
	padding: 0px 30px;
}

.location-image-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}

.small-border {
	background-color: #0095da;
	height: 4px;
	width: 100px;
	margin: auto;
}


/* Customize the label (the container) */
.checkboxcontainer {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.checkboxcontainer input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	left: 6px;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
	background-color: #0095da;
	border: 1px solid transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
	left: 5px;
	top: 1px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.location-wrapper {
	display: inline-block;
	margin-right: 75px;
}

	.location-wrapper:last-child {
		margin-right: 0px;
	}

	.location-wrapper input[type=checkbox] {
		display: inline-block;
	}

.location-title {
	text-align: left;
	display: inline-block;
}

	.location-title .city {
		font-size: 18px;
		font-weight: bold;
	}

	.location-title .country {
		font-size: 14px;
	}

.locationcheckboxes {
	margin: 0px 0 15px 0;
	text-align: center;
}

	.locationcheckboxes .checkmark {
		top: 5px;
	}

.footer-logo img {
	height: 37px;
	margin-top: 22px;
}

.pros li svg, .cons li svg {
	font-size: 20px;
	line-height: 9px;
	padding: 4px 4px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	margin-top: -5px;
	width: 1em !important;
	margin-right: 20px;
}

.pros li svg {
	background-color: #14b74a;
}

.cons li svg {
	background-color: #ed1c24;
}

form {
	max-width: initial;
}

.tags-for-careers:before, .tags-for-students:before {
	content: '' !important;
}

.dropdown-content {
	min-height: 300px;
	max-height: 35vh !important;
	overflow-x: hidden;
}

	.dropdown-content li > a, .dropdown-content li > span {
		color: #079ee0;
	}

	.dropdown-content li > a,
	.dropdown-content li > span {
		color: #5c5d60;
	}

	.dropdown-content li > a,
	.dropdown-content li > span {
		padding: .5rem 1rem;
	}

div.select-wrapper {
	background: #fff;
}

.select-wrapper .caret {
	right: .8rem !important;
}

.select-wrapper input {
	padding: 1rem !important;
	color: #5c5d60 !important;
	border-radius: 6px !important;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .05) !important;
	-moz-box-shadow: 0px 0px 04px 0px rgba(0,0,0,0.05) !important;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .05) !important;
	border: none !important;
	overflow: hidden !important;
}

.select-wrapper .search {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 5px 0px, rgba(0, 0, 0, 0.08) 0px 2px 10px 0px;
}

.parallax-window {
	height:90%;
	position:relative;
	margin:0;
	display:flex;
	justify-content:flex-end;
	flex-direction:column;
}

.parallax-window .single-header-overlay {
	position:absolute;
	bottom:0;
	left:0; 
	right:0;
	height:50%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

.parallax-window .entry-header h1 {
	color:#fff;
	font-weight:bold;
	margin-bottom:0;
	margin-bottom:4px;
	display:inline-block;
    position:relative;
    padding-bottom:15px;
}

.single-header ul.tags {
    list-style: none;
	width:100%;
	padding:10px 0px 25px 0px;
	margin:0;
	font-size:0;
	position:relative;
	bottom:0;
	max-height:100%;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: 	opacity 0.2s ease-in-out;
    transition: 		opacity 0.2s ease-in-out;
}

/*
.single-header ul.tags li {
	font-size:12pt;
	color:#666;
	margin:0 12px 10px 0;
	padding:2px 12px 2px 10px;
	position:relative;
	-webkit-box-shadow: 0px 0px 01px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 	0px 0px 01px 1px rgba(0,0,0,0.15);
	box-shadow: 		0px 0px 01px 1px rgba(0,0,0,0.15);
	background:#fff;
	display:inline-block;
	border-radius:3px;
	border:0;
}

.single-header ul.tags li.competence {
	border-left:5px solid #17D79F;
}

.single-header ul.tags li.vacancytype {
	border-left:5px solid #4bc7de;
}

.single-header ul.tags li.techprogram {
	border-left:5px solid #2358b0;
}

.single-header ul.tags li.market {
	border-left:5px solid #f68e56;
}*/

.single-header ul.tags li {
	font-size:14pt;
	color:#333;
	margin:0 10px 10px 0;
	padding:4px 20px 4px 14px;
	font-size:14pt;
	position:relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 	0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 		0px 0px 10px 0px rgba(0,0,0,0.3);
	background:#fff;
	display:inline-block;
	border-radius:2px;
	border:0;
}

/*
.single-header ul.tags li.competence {
	background:#15d099;
}

.single-header ul.tags li.vacancytype {
	background:#42cddd;
}

.single-header ul.tags li.techprogram {
	background:#4f7dc3;
}

.single-header ul.tags li.market {
	background:#f99864;
}*/

/*
.single-header ul.tags li.competence {
	background:#084C61;
}

.single-header ul.tags li.vacancytype {
	background:#56A3A6;
}

.single-header ul.tags li.techprogram {
	background:#DB504A;
}

.single-header ul.tags li.market {
	background:#9a9dab;
}*/

.single-header ul.tags li.competence {
	border-left:7px solid #15d099;
}

.single-header ul.tags li.vacancytype {
	border-left:7px solid #42cddd;
}

.single-header ul.tags li.techprogram {
	border-left:7px solid #4f7dc3;
}

.single-header ul.tags li.market {
	border-left:7px solid #f99864;
}

.single-header ul.tags li.process {
	border-left:7px solid #15d099;
}

.single-header ul.tags li.responsibility {
	border-left:7px solid #4f7dc3;
}

.single-header ul.tags li.level {
	border-left:7px solid #f99864;
}

.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
    border-left: 0px solid #eee;
    padding-top: 0;
    padding-bottom: 0;
	color:#0095da;
	font-family: Nudista;
	margin-bottom:50px;
}

.entry .entry-content .wp-block-quote:not(.is-large):after, .entry .entry-content .wp-block-quote:not(.is-style-large):after {
	content:"";
	height:5px;
	width:150px;
	background:#0095da;
	display:block;
	position:relative;
	top:20px;
}

.entry .entry-content .wp-block-quote p {
    font-size:2rem;
    font-style: normal;
	line-height:1.8;
	display:inline;
}

.entry .entry-content .wp-block-quote:before, .entry .entry-content .wp-block-quote:after {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 48px;
	font-size: 50px;
	color:#0095da;
}

.entry .entry-content .wp-block-quote p:before {
	content: '\201C';
	margin-right: 10px;
	margin-left: -8px;
	font-family:Times New Roman;
}

.entry .entry-content .wp-block-quote p:after {
	content: '\201D';
	margin-left: 4px;
	margin-right: -8px;
	font-family:Times New Roman;
}

.mindset .entry-content h2{
    color:#fff;
}

article .entry-content h4 {
    background: #0095da;
    display: table;
    padding: 10px 16px;
    color: #fff;
    position: relative;
    margin:32px 0;
}

article ul:not(.tags):not(.wp-block-gallery):not(.sub-menu) {
	list-style-type: none;
	list-style-position: outside;
    padding-left:1.8em;
	position:relative;
	font-size:22px;
}

article ul:not(.tags):not(.wp-block-gallery) li:before,  .interests li:before {
	content: "\FE65";
	color: #555;
	position: absolute;
	left: 0;
}

article ul.dropdown-content li:before{
	content:none !important;
	padding-left:15px;
}

article .breadcrumbs ul:not(.tags):not(.wp-block-gallery) li:before {
	content: '' !important;
}/*
article .entry-content li:before {
	content: '' !important;
}
	 */
.list-inline li {
	margin-top: 1rem;
}

article ul.pros:not(.tags):not(.wp-block-gallery) li:before {
	content: "";
	background: #14b74a;
}

article ul.cons:not(.tags):not(.wp-block-gallery) li:before {
	content:"";
	background: #ed1c24;
   
}

.pros i {
    font-size: 20px;
    line-height: 9px;
    padding: 6px 6px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.cons i {
    font-size: 20px;
    padding: 6px 6px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.entry-content a.goback {
	margin:20px 0 20px 0;
	display:inline-block;
	text-decoration:none;
	background:#fbfbfb;
	color:#444;
	padding:0;
	padding:8px 20px 8px 15px;
	border-radius:2px;
    border:solid #eee 1px;
    margin-right:5px;
}
    .entry-content a.goback:last-child{
        margin-right:0px;
    }
    .entry-content .goback.favorite-btn {
        margin-right: 5px;
    }


.mindset {
    padding: 55px 0;
    margin-top: 50px;
    color: #fff;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0085bf+0,0095da+50,16a7e5+100 */
    background: rgb(0,133,191); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(0,133,191,1) 0%, rgba(0,149,218,1) 50%, rgba(22,167,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bf', endColorstr='#16a7e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.mindset .widget img {
	max-height:150px;
	width:auto;
	margin-bottom:20px;
}

.mindset .widget_title_only_widget h2.widget-title {
	font-size:38pt;
	margin-bottom:40px;
}

.mindset .widget_text h2.widget-title {
	font-size:24pt;
	margin-bottom:20px;
}

.mindset .widget p {
	font-size:14pt;
	padding:0 50px;
	line-height:20pt;
}

.mindset span.textline {
	font-size:20pt;
	padding-top:40px;
	display:inline-block;
}

.perksprocedure {
	padding:65px 0;
}

.perksprocedure .procedure h2, .perksprocedure .perks h2 {
	text-align:center;
	margin-bottom:50px;
}

.perksprocedure ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding-left:100px;
	vertical-align:bottom;
}

.perksprocedure ol li {
	counter-increment: my-awesome-counter;
	margin:0 0 45px 0;
}

.perksprocedure ol li::before {
	content: counter(my-awesome-counter);
	color: #0095da;
	font-size:42pt;
	margin: 0 20px 0 -70px;
	font-family:nudistalight;
	position:relative;
	top:10px;
	font-weight:lighter;
	width:50px;
	display:inline-block;
	line-height:30px;
	border-right:1px solid #ddd;
}

.entry-content .perksprocedure .perks ul {
	padding:0;
	margin:0 20px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.perksprocedure .perks ul li {
	padding:8px 30px;
	margin:0;
}

.perksprocedure .perks ul li:before {
	display:none;
}

.perksprocedure .perks ul li:nth-child(odd) {
	background:#f8f8f8;
}

.cta {
	text-align:center;
	padding:10px 0 20px 0;
}

.cta a.applynowlink {
    cursor:pointer;
	padding:30px 180px;
	font-size:24pt;
	color:#fff;
	text-decoration:none;
	margin-bottom:80px;
	display:inline-block;
	border-radius:3px;
	transition: all 0.3s;
	background: rgb(0,133,191); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(0,133,191,1) 0%, rgba(0,149,218,1) 50%, rgba(22,167,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,133,191,1) 0%,rgba(0,149,218,1) 50%,rgba(22,167,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085bf', endColorstr='#16a7e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.cta a.applynowlink:hover {
	transform: scale(1.02,1.02);
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 	0px 0px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 		0px 0px 40px 0px rgba(0,0,0,0.1);
}

@media (max-width:1200px) {
	.perksprocedure .procedure, .perksprocedure .perks {
		padding:0 10px;
	}
}


@media (max-width:768px) {

    .cta a.applynowlink {
        padding: 30px 90px;
    }

}    
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.cd-title {
    position: relative;
    height: 160px;
    line-height: 160px;
    text-align: center
}

.cd-title h1 {
    font-size: 2.4rem;
    font-weight: 700
}

.cd-filter {
    margin: 0 auto;
    max-width: 600px;
    text-align: center
}

.cd-filter li {
    position: relative;
    display: inline-block;
    margin: .5em .4em
}

.cd-filter input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.cd-filter input:checked+label {
    color: #0096a7;
    background: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06)
}

.cd-filter label {
    display: inline-block;
    padding: .6em .8em;
    background: #1a1a1a;
    color: #737373;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 1px 5px rgba(0, 0, 0, .6);
    cursor: pointer;
    border-radius: 3px
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2
}

@media only screen and (min-width:768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300
    }
}

@media only screen and (min-width:1170px) {
    .cd-headline {
        font-size: 6rem
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.cd-nugget-info {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #0096a7;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.no-touch .cd-nugget-info a:hover {
    opacity: .8
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block
}

.cd-nugget-info span svg {
    display: block
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #0096a7
}

#carbonads-container,
#ui8ads-container {
    position: fixed;
    top: 40px;
    right: 5%;
    width: 180px;
    display: none
}

#carbonads-container .close-carbon-adv,
#carbonads-container .close-ui8-adv,
#ui8ads-container .close-carbon-adv,
#ui8ads-container .close-ui8-adv {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    background: #1a1a1a;
    text-indent: 100%;
    overflow: hidden;
    width: 32px;
    height: 32px
}

#carbonads-container .close-carbon-adv::after,
#carbonads-container .close-carbon-adv::before,
#carbonads-container .close-ui8-adv::after,
#carbonads-container .close-ui8-adv::before,
#ui8ads-container .close-carbon-adv::after,
#ui8ads-container .close-carbon-adv::before,
#ui8ads-container .close-ui8-adv::after,
#ui8ads-container .close-ui8-adv::before {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 14px;
    left: 9px
}

#carbonads-container .close-carbon-adv::after,
#carbonads-container .close-ui8-adv::after,
#ui8ads-container .close-carbon-adv::after,
#ui8ads-container .close-ui8-adv::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#carbonads-container .close-carbon-adv::before,
#carbonads-container .close-ui8-adv::before,
#ui8ads-container .close-carbon-adv::before,
#ui8ads-container .close-ui8-adv::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#carbonads-container .carbonad,
#carbonads-container .ui8ad,
#ui8ads-container .carbonad,
#ui8ads-container .ui8ad {
    background: rgba(255, 255, 255, .9);
    border: none;
    width: 100%;
    height: auto;
    padding: 14px;
    text-align: center;
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

#carbonads-container .carbonad .carbonad-image img,
#carbonads-container .carbonad .ui8ad-image img,
#carbonads-container .ui8ad .carbonad-image img,
#carbonads-container .ui8ad .ui8ad-image img,
#ui8ads-container .carbonad .carbonad-image img,
#ui8ads-container .carbonad .ui8ad-image img,
#ui8ads-container .ui8ad .carbonad-image img,
#ui8ads-container .ui8ad .ui8ad-image img {
    width: 130px
}

#carbonads-container .carbonad .carbonad-image img,
#carbonads-container .ui8ad .carbonad-image img,
#ui8ads-container .carbonad .carbonad-image img,
#ui8ads-container .ui8ad .carbonad-image img {
    margin: 0 0 10px 10px
}

#carbonads-container .carbonad .ui8ad-image img,
#carbonads-container .carbonad .carbon-img img,
#carbonads-container .ui8ad .ui8ad-image img,
#carbonads-container .ui8ad .carbon-img img,
#ui8ads-container .carbonad .ui8ad-image img,
#ui8ads-container .carbonad .carbon-img img,
#ui8ads-container .ui8ad .ui8ad-image img,
#ui8ads-container .ui8ad .carbon-img img {
    margin: 0 10px 10px;
    width: 130px
}

#carbonads-container .carbonad .carbon-text,
#carbonads-container .carbonad .carbonad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .carbonad .ui8ad-text,
#carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .ui8ad .carbon-text,
#carbonads-container .ui8ad .carbonad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-text,
#carbonads-container .ui8ad .ui8ad-tag,
#ui8ads-container .carbonad .carbon-text,
#ui8ads-container .carbonad .carbonad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-text,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .ui8ad .carbon-text,
#ui8ads-container .ui8ad .carbonad-tag,
#ui8ads-container .ui8ad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-text,
#ui8ads-container .ui8ad .ui8ad-tag {
    font-family: helvetica neue, Arial, sans-serif
}

#carbonads-container .carbonad .carbon-wrap,
#carbonads-container .carbonad .ui8ad-text,
#carbonads-container .ui8ad .carbon-wrap,
#carbonads-container .ui8ad .ui8ad-text,
#ui8ads-container .carbonad .carbon-wrap,
#ui8ads-container .carbonad .ui8ad-text,
#ui8ads-container .ui8ad .carbon-wrap,
#ui8ads-container .ui8ad .ui8ad-text {
    display: block;
    width: 100%;
    padding: 0
}

#carbonads-container .carbonad .carbon-wrap a,
#carbonads-container .carbonad .ui8ad-text a,
#carbonads-container .ui8ad .carbon-wrap a,
#carbonads-container .ui8ad .ui8ad-text a,
#ui8ads-container .carbonad .carbon-wrap a,
#ui8ads-container .carbonad .ui8ad-text a,
#ui8ads-container .ui8ad .carbon-wrap a,
#ui8ads-container .ui8ad .ui8ad-text a {
    color: #0096a7;
    font-size: 13px;
    font-weight: 700
}

.no-touch #carbonads-container .carbonad .carbon-wrap a:hover,
.no-touch #carbonads-container .carbonad .ui8ad-text a:hover,
.no-touch #carbonads-container .ui8ad .carbon-wrap a:hover,
.no-touch #carbonads-container .ui8ad .ui8ad-text a:hover,
.no-touch #ui8ads-container .carbonad .carbon-wrap a:hover,
.no-touch #ui8ads-container .carbonad .ui8ad-text a:hover,
.no-touch #ui8ads-container .ui8ad .carbon-wrap a:hover,
.no-touch #ui8ads-container .ui8ad .ui8ad-text a:hover {
    text-decoration: underline
}

#carbonads-container .carbonad .carbonad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .ui8ad .carbonad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-tag,
#ui8ads-container .carbonad .carbonad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .ui8ad .carbonad-tag,
#ui8ads-container .ui8ad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-tag {
    margin-top: 5px;
    color: #0d0d0d
}

#carbonads-container .carbonad .carbonad-tag a,
#carbonads-container .carbonad .carbon-poweredby a,
#carbonads-container .carbonad .ui8ad-tag a,
#carbonads-container .ui8ad .carbonad-tag a,
#carbonads-container .ui8ad .carbon-poweredby a,
#carbonads-container .ui8ad .ui8ad-tag a,
#ui8ads-container .carbonad .carbonad-tag a,
#ui8ads-container .carbonad .carbon-poweredby a,
#ui8ads-container .carbonad .ui8ad-tag a,
#ui8ads-container .ui8ad .carbonad-tag a,
#ui8ads-container .ui8ad .carbon-poweredby a,
#ui8ads-container .ui8ad .ui8ad-tag a {
    color: #0d0d0d
}

#carbonads-container .carbonad .carbonad-tag a:hover,
#carbonads-container .carbonad .carbon-poweredby a:hover,
#carbonads-container .carbonad .ui8ad-tag a:hover,
#carbonads-container .ui8ad .carbonad-tag a:hover,
#carbonads-container .ui8ad .carbon-poweredby a:hover,
#carbonads-container .ui8ad .ui8ad-tag a:hover,
#ui8ads-container .carbonad .carbonad-tag a:hover,
#ui8ads-container .carbonad .carbon-poweredby a:hover,
#ui8ads-container .carbonad .ui8ad-tag a:hover,
#ui8ads-container .ui8ad .carbonad-tag a:hover,
#ui8ads-container .ui8ad .carbon-poweredby a:hover,
#ui8ads-container .ui8ad .ui8ad-tag a:hover {
    color: #0096a7
}

#carbonads-container .carbonad .ui8ad-tag,
#carbonads-container .carbonad .carbon-poweredby,
#carbonads-container .ui8ad .ui8ad-tag,
#carbonads-container .ui8ad .carbon-poweredby,
#ui8ads-container .carbonad .ui8ad-tag,
#ui8ads-container .carbonad .carbon-poweredby,
#ui8ads-container .ui8ad .ui8ad-tag,
#ui8ads-container .ui8ad .carbon-poweredby {
    display: inline-block;
    font-size: 11px;
    line-height: 15px
}

@media only screen and (min-width:1170px) {
    #carbonads-container,
    #ui8ads-container {
        display: block
    }
}

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden
}

.cd-headline.type .cd-words-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite
}

.cd-headline.type .cd-words-wrapper.selected {
    background-color: #aebcb9
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d
}

.cd-headline.type b {
    visibility: hidden
}

.cd-headline.type b.is-visible {
    visibility: visible
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden
}

.cd-headline.type i.in {
    position: relative;
    visibility: visible
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -moz-transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        -moz-transform: translateY(-50%) scale(.9);
        -ms-transform: translateY(-50%) scale(.9);
        -o-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in .4s forwards;
    -moz-animation: cd-rotate-2-in .4s forwards;
    animation: cd-rotate-2-in .4s forwards
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out .4s forwards;
    -moz-animation: cd-rotate-2-out .4s forwards;
    animation: cd-rotate-2-out .4s forwards
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px)
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0
}

.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg)
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg)
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg)
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg)
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0)
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg)
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg)
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg)
    }
}

.cd-headline.loading-bar span {
    display: inline-block;
    padding: .2em 0
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width .3s -.1s;
    -moz-transition: width .3s -.1s;
    transition: width .3s -.1s
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s
}

.cd-headline.loading-bar b {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0
}

.cd-headline.slide span {
    display: inline-block;
    padding: 3px 0
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.slide b {
    opacity: 0;
    top: .2em
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in .6s;
    -moz-animation: slide-in .6s;
    animation: slide-in .6s
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out .6s;
    -moz-animation: slide-out .6s;
    animation: slide-out .6s
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9
}

.cd-headline.clip b {
    opacity: 0
}

.cd-headline.clip b.is-visible {
    opacity: 1
}

.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

.cd-headline.zoom b {
    opacity: 0
}

.cd-headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in .8s;
    -moz-animation: zoom-in .8s;
    animation: zoom-in .8s
}

.cd-headline.zoom b.is-hidden {
    -webkit-animation: zoom-out .8s;
    -moz-animation: zoom-out .8s;
    animation: zoom-out .8s
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0)
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px)
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px)
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}

.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in .6s forwards;
    -moz-animation: cd-rotate-3-in .6s forwards;
    animation: cd-rotate-3-in .6s forwards
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out .6s forwards;
    -moz-animation: cd-rotate-3-out .6s forwards;
    animation: cd-rotate-3-out .6s forwards
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(0deg)
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg)
    }
    100% {
        -moz-transform: rotateY(0deg)
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(-180deg)
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0)
    }
    100% {
        -moz-transform: rotateY(-180deg)
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.is-visible .cd-headline.scale i {
    opacity: 1
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up .6s forwards;
    -moz-animation: scale-up .6s forwards;
    animation: scale-up .6s forwards
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down .6s forwards;
    -moz-animation: scale-down .6s forwards;
    animation: scale-down .6s forwards
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.cd-headline.push b {
    opacity: 0
}

.cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in .6s;
    -moz-animation: push-in .6s;
    animation: push-in .6s
}

.cd-headline.push b.is-hidden {
    -webkit-animation: push-out .6s;
    -moz-animation: push-out .6s;
    animation: push-out .6s
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%)
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}
