.top-submenu * {
	-webkit-backface-visibility: hidden
}

.top-submenu .back>a {
	background: #444;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
	color: #999;
	font-weight: bold;
	padding: 0.3rem .9375rem;
	text-transform: uppercase;
	margin: 0
}

.top-submenu .back>a:hover {
	background: #303030;
	border-bottom: none;
	border-top: 1px solid #5e5e5e
}

.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap-bottom,
.top-submenu.offcanvas-overlap {
	-webkit-transform: translate3d(0, 0%, 0);
	-moz-transform: translate3d(0, 0%, 0);
	-ms-transform: translate(0, 0%);
	-o-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0)
}

.bottom-submenu {
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	background: #333;
	bottom: 0;
	box-sizing: content-box;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 15.625rem;
	height: 18.75rem;
	z-index: 1002;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate(0, 100%);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	bottom: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-ms-transition: -ms-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease
}

.bottom-submenu * {
	-webkit-backface-visibility: hidden
}

.bottom-submenu .back>a {
	background: #444;
	border-bottom: none;
	border-top: 1px solid #5e5e5e;
	color: #999;
	font-weight: bold;
	padding: 0.3rem .9375rem;
	text-transform: uppercase;
	margin: 0
}

.bottom-submenu .back>a:hover {
	background: #303030;
	border-bottom: none;
	border-top: 1px solid #5e5e5e
}

.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap-top,
.bottom-submenu.offcanvas-overlap {
	-webkit-transform: translate3d(0, 0%, 0);
	-moz-transform: translate3d(0, 0%, 0);
	-ms-transform: translate(0, 0%);
	-o-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0)
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
	content: "\BB";
	margin-left: .5rem;
	display: inline
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
	content: "\AB";
	margin-right: .5rem;
	display: inline
}

@media only screen {
	.show-for-small-only,
	.show-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.hide-for-small-only,
	.hide-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.visible-for-small-only,
	.visible-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.hidden-for-small-only,
	.hidden-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.show-for-small-only,
	table.show-for-small-up,
	table.show-for-small,
	table.show-for-small-down,
	table.hide-for-medium-only,
	table.hide-for-medium-up,
	table.hide-for-medium,
	table.show-for-medium-down,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.show-for-small-only,
	thead.show-for-small-up,
	thead.show-for-small,
	thead.show-for-small-down,
	thead.hide-for-medium-only,
	thead.hide-for-medium-up,
	thead.hide-for-medium,
	thead.show-for-medium-down,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.show-for-small-only,
	tbody.show-for-small-up,
	tbody.show-for-small,
	tbody.show-for-small-down,
	tbody.hide-for-medium-only,
	tbody.hide-for-medium-up,
	tbody.hide-for-medium,
	tbody.show-for-medium-down,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.show-for-small-only,
	tr.show-for-small-up,
	tr.show-for-small,
	tr.show-for-small-down,
	tr.hide-for-medium-only,
	tr.hide-for-medium-up,
	tr.hide-for-medium,
	tr.show-for-medium-down,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.show-for-small-only,
	td.show-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.show-for-small,
	td.show-for-small,
	th.show-for-small-down,
	td.show-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.hide-for-medium-up,
	td.hide-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.show-for-medium-down,
	td.show-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.hide-for-large-up,
	td.hide-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width: 56.3125em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.show-for-medium-only,
	table.show-for-medium-up,
	table.show-for-medium,
	table.show-for-medium-down,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.show-for-medium-only,
	thead.show-for-medium-up,
	thead.show-for-medium,
	thead.show-for-medium-down,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.show-for-medium-only,
	tbody.show-for-medium-up,
	tbody.show-for-medium,
	tbody.show-for-medium-down,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.show-for-medium-only,
	tr.show-for-medium-up,
	tr.show-for-medium,
	tr.show-for-medium-down,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.show-for-medium-only,
	td.show-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.show-for-medium,
	td.show-for-medium,
	th.show-for-medium-down,
	td.show-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.hide-for-large-up,
	td.hide-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width: 83.8125em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.show-for-large-only,
	table.show-for-large-up,
	table.show-for-large,
	table.show-for-large-down,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.show-for-large-only,
	thead.show-for-large-up,
	thead.show-for-large,
	thead.show-for-large-down,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.show-for-large-only,
	tbody.show-for-large-up,
	tbody.show-for-large,
	tbody.show-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.show-for-large-only,
	tr.show-for-large-up,
	tr.show-for-large,
	tr.show-for-large-down,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.show-for-large-only,
	td.show-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.show-for-large,
	td.show-for-large,
	th.show-for-large-down,
	td.show-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	td.hide-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width: 100.0625em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-large-only,
	.show-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-large-only,
	.hide-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-large-only,
	.visible-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-large-only,
	.hidden-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-large-only,
	table.show-for-large-up,
	table.hide-for-large,
	table.hide-for-large-down,
	table.show-for-xlarge-only,
	table.show-for-xlarge-up,
	table.show-for-xlarge,
	table.show-for-xlarge-down,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.hide-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-large-only,
	thead.show-for-large-up,
	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.show-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.show-for-xlarge,
	thead.show-for-xlarge-down,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.hide-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-large-only,
	tbody.show-for-large-up,
	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.show-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.show-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.hide-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-large-only,
	tr.show-for-large-up,
	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.show-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.show-for-xlarge,
	tr.show-for-xlarge-down,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.hide-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.hide-for-large-down,
	td.hide-for-large-down,
	th.show-for-xlarge-only,
	td.show-for-xlarge-only,
	th.show-for-xlarge-up,
	td.show-for-xlarge-up,
	th.show-for-xlarge,
	td.show-for-xlarge,
	th.show-for-xlarge-down,
	td.show-for-xlarge-down,
	th.hide-for-xxlarge-only,
	td.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	td.hide-for-xxlarge-up,
	th.hide-for-xxlarge,
	td.hide-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width: 120.0625em) {
	.hide-for-small-only,
	.show-for-small-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-medium-only,
	.show-for-medium-up,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-large-only,
	.show-for-large-up,
	.hide-for-large,
	.hide-for-large-down,
	.hide-for-xlarge-only,
	.show-for-xlarge-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up,
	.show-for-xxlarge,
	.show-for-xxlarge-down {
		display: inherit !important
	}
	.show-for-small-only,
	.hide-for-small-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-medium-only,
	.hide-for-medium-up,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-large-only,
	.hide-for-large-up,
	.show-for-large,
	.show-for-large-down,
	.show-for-xlarge-only,
	.hide-for-xlarge-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.hide-for-xxlarge,
	.hide-for-xxlarge-down {
		display: none !important
	}
	.hidden-for-small-only,
	.visible-for-small-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-medium-only,
	.visible-for-medium-up,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-large-only,
	.visible-for-large-up,
	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-xlarge-only,
	.visible-for-xlarge-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up,
	.visible-for-xxlarge,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}
	.visible-for-small-only,
	.hidden-for-small-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-medium-only,
	.hidden-for-medium-up,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-large-only,
	.hidden-for-large-up,
	.visible-for-large,
	.visible-for-large-down,
	.visible-for-xlarge-only,
	.hidden-for-xlarge-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-down {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}
	table.hide-for-small-only,
	table.show-for-small-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-medium-only,
	table.show-for-medium-up,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-large-only,
	table.show-for-large-up,
	table.hide-for-large,
	table.hide-for-large-down,
	table.hide-for-xlarge-only,
	table.show-for-xlarge-up,
	table.hide-for-xlarge,
	table.hide-for-xlarge-down,
	table.show-for-xxlarge-only,
	table.show-for-xxlarge-up,
	table.show-for-xxlarge,
	table.show-for-xxlarge-down {
		display: table !important
	}
	thead.hide-for-small-only,
	thead.show-for-small-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-medium-only,
	thead.show-for-medium-up,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-large-only,
	thead.show-for-large-up,
	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.hide-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.hide-for-xlarge,
	thead.hide-for-xlarge-down,
	thead.show-for-xxlarge-only,
	thead.show-for-xxlarge-up,
	thead.show-for-xxlarge,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}
	tbody.hide-for-small-only,
	tbody.show-for-small-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-medium-only,
	tbody.show-for-medium-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-large-only,
	tbody.show-for-large-up,
	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.hide-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.hide-for-xlarge,
	tbody.hide-for-xlarge-down,
	tbody.show-for-xxlarge-only,
	tbody.show-for-xxlarge-up,
	tbody.show-for-xxlarge,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}
	tr.hide-for-small-only,
	tr.show-for-small-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-medium-only,
	tr.show-for-medium-up,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-large-only,
	tr.show-for-large-up,
	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.hide-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.hide-for-xlarge,
	tr.hide-for-xlarge-down,
	tr.show-for-xxlarge-only,
	tr.show-for-xxlarge-up,
	tr.show-for-xxlarge,
	tr.show-for-xxlarge-down {
		display: table-row
	}
	th.hide-for-small-only,
	td.hide-for-small-only,
	th.show-for-small-up,
	td.show-for-small-up,
	th.hide-for-small,
	td.hide-for-small,
	th.hide-for-small-down,
	td.hide-for-small-down,
	th.hide-for-medium-only,
	td.hide-for-medium-only,
	th.show-for-medium-up,
	td.show-for-medium-up,
	th.hide-for-medium,
	td.hide-for-medium,
	th.hide-for-medium-down,
	td.hide-for-medium-down,
	th.hide-for-large-only,
	td.hide-for-large-only,
	th.show-for-large-up,
	td.show-for-large-up,
	th.hide-for-large,
	td.hide-for-large,
	th.hide-for-large-down,
	td.hide-for-large-down,
	th.hide-for-xlarge-only,
	td.hide-for-xlarge-only,
	th.show-for-xlarge-up,
	td.show-for-xlarge-up,
	th.hide-for-xlarge,
	td.hide-for-xlarge,
	th.hide-for-xlarge-down,
	td.hide-for-xlarge-down,
	th.show-for-xxlarge-only,
	td.show-for-xxlarge-only,
	th.show-for-xxlarge-up,
	td.show-for-xxlarge-up,
	th.show-for-xxlarge,
	td.show-for-xxlarge,
	th.show-for-xxlarge-down,
	td.show-for-xxlarge-down {
		display: table-cell !important
	}
}

.show-for-landscape,
.hide-for-portrait {
	display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
	display: table !important
}

thead.hide-for-landscape,
thead.show-for-portrait {
	display: table-header-group !important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
	display: table-row-group !important
}

tr.hide-for-landscape,
tr.show-for-portrait {
	display: table-row !important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
	display: table-cell !important
}

@media only screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: inherit !important
	}
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
	table.show-for-landscape,
	table.hide-for-portrait {
		display: table !important
	}
	thead.show-for-landscape,
	thead.hide-for-portrait {
		display: table-header-group !important
	}
	tbody.show-for-landscape,
	tbody.hide-for-portrait {
		display: table-row-group !important
	}
	tr.show-for-landscape,
	tr.hide-for-portrait {
		display: table-row !important
	}
	td.show-for-landscape,
	td.hide-for-portrait,
	th.show-for-landscape,
	th.hide-for-portrait {
		display: table-cell !important
	}
}

@media only screen and (orientation: portrait) {
	.show-for-portrait,
	.hide-for-landscape {
		display: inherit !important
	}
	.hide-for-portrait,
	.show-for-landscape {
		display: none !important
	}
	table.show-for-portrait,
	table.hide-for-landscape {
		display: table !important
	}
	thead.show-for-portrait,
	thead.hide-for-landscape {
		display: table-header-group !important
	}
	tbody.show-for-portrait,
	tbody.hide-for-landscape {
		display: table-row-group !important
	}
	tr.show-for-portrait,
	tr.hide-for-landscape {
		display: table-row !important
	}
	td.show-for-portrait,
	td.hide-for-landscape,
	th.show-for-portrait,
	th.hide-for-landscape {
		display: table-cell !important
	}
}

.show-for-touch {
	display: none !important
}

.hide-for-touch {
	display: inherit !important
}

.touch .show-for-touch {
	display: inherit !important
}

.touch .hide-for-touch {
	display: none !important
}

table.hide-for-touch {
	display: table !important
}

.touch table.show-for-touch {
	display: table !important
}

thead.hide-for-touch {
	display: table-header-group !important
}

.touch thead.show-for-touch {
	display: table-header-group !important
}

tbody.hide-for-touch {
	display: table-row-group !important
}

.touch tbody.show-for-touch {
	display: table-row-group !important
}

tr.hide-for-touch {
	display: table-row !important
}

.touch tr.show-for-touch {
	display: table-row !important
}

td.hide-for-touch {
	display: table-cell !important
}

.touch td.show-for-touch {
	display: table-cell !important
}

th.hide-for-touch {
	display: table-cell !important
}

.touch th.show-for-touch {
	display: table-cell !important
}

.show-for-sr {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.show-on-focus {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.show-on-focus:focus,
.show-on-focus:active {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto
}

.print-only,
.show-for-print {
	display: none !important
}

@media print {
	.print-only,
	.show-for-print {
		display: block !important
	}
	.hide-on-print,
	.hide-for-print {
		display: none !important
	}
	table.show-for-print {
		display: table !important
	}
	thead.show-for-print {
		display: table-header-group !important
	}
	tbody.show-for-print {
		display: table-row-group !important
	}
	tr.show-for-print {
		display: table-row !important
	}
	td.show-for-print {
		display: table-cell !important
	}
	th.show-for-print {
		display: table-cell !important
	}
}

@font-face {
	font-family: 'cheeseburger';
	src: url("../font/Cheeseburger.eot");
	src: url("../font/Cheeseburgerd41d.eot?#iefix") format("embedded-opentype"), url("../font/Cheeseburger.woff2") format("woff2"), url("../font/Cheeseburger.woff") format("woff"), url("../font/Cheeseburger.ttf") format("truetype"), url("../font/Cheeseburger.svg#Cheeseburger") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'custom';
	src: url("../font/custom7092.eot?75952936");
	src: url("../font/custom7092.eot?75952936#iefix") format("embedded-opentype"), url("../font/custom7092.woff?75952936") format("woff"), url("../font/custom7092.ttf?75952936") format("truetype"), url("../font/custom7092.svg?75952936#custom") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'actionman';
	src: url("../font/actionman.eot");
	src: url("../font/actionmand41d.eot?#iefix") format("embedded-opentype"), url("../font/actionman.woff") format("woff"), url("../font/actionman.ttf") format("truetype"), url("../font/actionman.svg#action_manbold") format("svg");
	font-weight: normal;
	font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "custom";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-music:before {
	content: '\e800'
}

.icon-search:before {
	content: '\e801'
}

.icon-spin5:before {
	content: '\e802'
}

.icon-angle-left:before {
	content: '\e803'
}

.icon-angle-right:before {
	content: '\e804'
}

.icon-double-right:before {
	content: '\e805'
}

.icon-double-left:before {
	content: '\e806'
}

.icon-tumblr:before {
	content: '\e807'
}

.icon-facebook:before {
	content: '\e808'
}

.icon-instagram:before {
	content: '\e809'
}

.icon-twitter:before {
	content: '\e80a'
}

.icon-down:before {
	content: '\e80b'
}

.icon-up:before {
	content: '\e80c'
}

.icon-right:before {
	content: '\e80d'
}

.icon-left:before {
	content: '\e80e'
}

.icon-angle-up:before {
	content: '\e80f'
}

.icon-angle-double-up:before {
	content: '\e810'
}

.icon-angle-double-down:before {
	content: '\e811'
}

.icon-phone:before {
	content: '\e812'
}

.icon-mail:before {
	content: '\e813'
}

.icon-angle-down:before {
	content: '\e814'
}

.icon-menu:before {
	content: '\e815'
}

.icon-pause:before {
	content: '\e816'
}

.flip-container {
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	position: relative
}

.flip-container .front,
.flip-container .wp-polls:first-child,
.flip-container .wp-polls:first-child:last-child {
	z-index: 2;
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.flip-container .back,
.flip-container .wp-polls:last-child {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.flip-container.onhover .back {
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.flip-container.onhover:hover .back {
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.flip-container.onhover:hover .front {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.flip-container.onhover.vertical .back {
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.flip-container.onhover.vertical:hover .back {
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.flip-container.onhover.vertical:hover .front {
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.flip-container.onhover.vertical.top .back {
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.flip-container.onhover.vertical.top:hover .back {
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.flip-container.onhover.vertical.top:hover .front {
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.flip-container.onhover.left .back {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.flip-container.onhover.left:hover .back {
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.flip-container.onhover.left:hover .front {
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.flip-container.fliped .back,
.flip-container.fliped .wp-polls:last-child {
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.flip-container.fliped .front,
.flip-container.fliped .wp-polls:first-child,
.flip-container.fliped .wp-polls:first-child:last-child {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.flip-container.fliped.vertical .back {
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.flip-container.fliped.vertical .front {
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.flip-container.fliped.vertical.top .back {
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.flip-container.fliped.vertical.top .front {
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.flip-container.fliped.left .back {
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.flip-container.fliped.left .front {
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.flip-container,
.front,
.back {
	width: 100%;
	margin-bottom: 30px;
	height: 420px
}

.flipper {
	transition: .6s;
	transform-style: preserve-3d;
	position: relative
}

.front,
.back {
	transition: .6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

.bb-bookblock {
	margin: 0 auto;
	position: relative;
	z-index: 100;
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform
}

.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.bb-horizontal .bb-page {
	width: 100%;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: center top;
	transform-origin: center top
}

.bb-page>div,
.bb-outer,
.bb-content,
.bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.bb-vertical .bb-content {
	width: 200%
}

.bb-horizontal .bb-content {
	height: 200%
}

.bb-page>div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.bb-horizontal .bb-back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999
}

.bb-overlay,
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2)
}

.bb-bookblock.bb-vertical>div.bb-page:first-child,
.bb-bookblock.bb-vertical>div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.bb-bookblock.bb-horizontal>div.bb-page:first-child,
.bb-bookblock.bb-horizontal>div.bb-page:first-child .bb-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.bb-content {
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.bb-vertical .bb-front .bb-content {
	left: -100%
}

.bb-horizontal .bb-front .bb-content {
	top: -100%
}

.bb-vertical .bb-flip-next,
.bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.bb-horizontal .bb-flip-next,
.bb-horizontal .bb-flip-initial {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.bb-horizontal .bb-flip-prev {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}

.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	transform: rotateY(-15deg)
}

.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	transform: rotateY(-165deg)
}

.bb-horizontal .bb-flip-next-end {
	-webkit-transform: rotateX(15deg);
	transform: rotateX(15deg)
}

.bb-horizontal .bb-flip-prev-end {
	-webkit-transform: rotateX(165deg);
	transform: rotateX(165deg)
}

.bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.no-js .bb-bookblock,
.no-js ul.bb-custom-grid li {
	width: auto;
	height: auto
}

.no-js .bb-item {
	display: block;
	position: relative
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	background: #fff
}

#events {
	width: 100%;
	font-weight: 700
}

#events .clndr-controls {
	color: #000;
	text-align: center;
	position: relative;
	margin-bottom: 10px
}

#events .clndr-grid {
	float: left;
	width: 66.64%;
	max-height: 475px
}

#events .clndr-grid .days-of-the-week {
	width: 100%
}

#events .clndr-grid .days-of-the-week .header-day {
	float: left;
	width: 14.2857%;
	padding: 14px;
	text-align: center;
	color: #e2037c
}

#events .clndr-grid .days {
	position: relative;
	width: 100%;
	border-top: 0;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 0;
	background: #fff
}

#events .clndr-grid .days .day,
#events .clndr-grid .days .empty {
	position: relative;
	width: 14.2857%;
	height: 66px;
	padding: 24px 0;
	text-align: center;
	color: #4f4f4f;
	background-size: cover;
	background-position: center;
	border: 1px solid #dddddd;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

#events .clndr-grid .days .day.event:not(.adjacent-month):not(.multiday),
#events .clndr-grid .days .empty.event:not(.adjacent-month):not(.multiday) {
	border: 1px solid #e2037c
}

#events .clndr-grid .days .day.event:not(.adjacent-month):not(.multiday):before,
#events .clndr-grid .days .empty.event:not(.adjacent-month):not(.multiday):before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: calc(100% + 2px);
	background: #e2037c
}

#events .clndr-grid .days .day.event:not(.adjacent-month):not(.multiday):after,
#events .clndr-grid .days .empty.event:not(.adjacent-month):not(.multiday):after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 1px;
	background: #e2037c
}

#events .clndr-grid .days .day.adjacent-month,
#events .clndr-grid .days .day.empty,
#events .clndr-grid .days .empty.adjacent-month,
#events .clndr-grid .days .empty.empty {
	background: #f6f6f6
}

#events .clndr-grid .days .day.adjacent-month .day-number,
#events .clndr-grid .days .day.empty .day-number,
#events .clndr-grid .days .empty.adjacent-month .day-number,
#events .clndr-grid .days .empty.empty .day-number {
	opacity: 0
}

#events .clndr-grid .days .day.multiday.event,
#events .clndr-grid .days .day.multiday,
#events .clndr-grid .days .empty.multiday.event,
#events .clndr-grid .days .empty.multiday {
	border: 1px solid #e2037c;
	border-left: 0;
	border-right: 0
}

#events .clndr-grid .days .day.multiday.event .day-number,
#events .clndr-grid .days .day.multiday .day-number,
#events .clndr-grid .days .empty.multiday.event .day-number,
#events .clndr-grid .days .empty.multiday .day-number {
	opacity: .3
}

#events .clndr-grid .days .day.multiday.event:after,
#events .clndr-grid .days .day.multiday:after,
#events .clndr-grid .days .empty.multiday.event:after,
#events .clndr-grid .days .empty.multiday:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 1px;
	background: #e2037c
}

#events .clndr-grid .days .day.multiday.event.start,
#events .clndr-grid .days .day.multiday.start,
#events .clndr-grid .days .empty.multiday.event.start,
#events .clndr-grid .days .empty.multiday.start {
	border: 1px solid #e2037c;
	border-right: 0
}

#events .clndr-grid .days .day.multiday.event.start:before,
#events .clndr-grid .days .day.multiday.start:before,
#events .clndr-grid .days .empty.multiday.event.start:before,
#events .clndr-grid .days .empty.multiday.start:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: calc(100% + 2px);
	background: #e2037c
}

#events .clndr-grid .days .day.multiday.event.end,
#events .clndr-grid .days .day.multiday.end,
#events .clndr-grid .days .empty.multiday.event.end,
#events .clndr-grid .days .empty.multiday.end {
	border: 1px solid #e2037c;
	border-left: 0
}

#events .clndr-grid .days .day.multiday.event.end:after,
#events .clndr-grid .days .day.multiday.end:after,
#events .clndr-grid .days .empty.multiday.event.end:after,
#events .clndr-grid .days .empty.multiday.end:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 1px;
	background: #e2037c
}

#events .clndr-grid .days .day.today,
#events .clndr-grid .days .empty.today {
	background-color: #ee68b0;
	color: white;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

#events .clndr-grid .days .day.today:before,
#events .clndr-grid .days .empty.today:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: calc(100% + 2px);
	background: #e2037c
}

#events .clndr-grid .days .day.today:after,
#events .clndr-grid .days .empty.today:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 1px;
	background: #e2037c
}

#events .clndr-grid .days .day.active,
#events .clndr-grid .days .empty.active {
	background-color: #e2037c;
	color: white;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	border: 1px solid #e2037c
}

#events .clndr-grid .days .day.active:before,
#events .clndr-grid .days .empty.active:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 1px;
	height: calc(100% + 2px);
	background: #e2037c
}

#events .clndr-grid .days .day.active:after,
#events .clndr-grid .days .empty.active:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: 1px;
	background: #e2037c
}

#events .event-listing {
	float: left;
	width: 33.32%;
	padding-left: 20px;
	overflow: hidden;
	max-height: 475px
}

#events .event-listing .accordion .accordion-navigation.active a,
#events .event-listing .accordion .accordion-navigation .content.active {
	background: white
}

#events-btn-up,
#events-btn-down {
	color: #fff;
	width: calc(50% - 2px);
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNjhiMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDM3YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ee68b0), color-stop(100%, #e2037c));
	background: -moz-linear-gradient(top left, #ee68b0, #e2037c);
	background: -webkit-linear-gradient(top left, #ee68b0, #e2037c);
	background: linear-gradient(to bottom right, #ee68b0, #e2037c);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

#events-btn-up.disabled,
#events-btn-down.disabled {
	opacity: .5
}

#events-btn-up:hover,
#events-btn-down:hover {
	cursor: pointer !important;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOWFjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4MzU5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #f39acb), color-stop(100%, #e83596));
	background: -moz-linear-gradient(top left, #f39acb, #e83596);
	background: -webkit-linear-gradient(top left, #f39acb, #e83596);
	background: linear-gradient(to bottom right, #f39acb, #e83596)
}

@-moz-document url-prefix() {
	#events .clndr-grid .days .day.event:not(.adjacent-month):not(.multiday):before,
	#events .clndr-grid .days .empty.event:not(.adjacent-month):not(.multiday):before {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		width: 1px;
		height: calc(100% + 2px);
		background: #e2037c
	}
	#events .clndr-grid .days .day.event:not(.adjacent-month):not(.multiday):after,
	#events .clndr-grid .days .empty.event:not(.adjacent-month):not(.multiday):after {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		width: calc(100% + 2px);
		height: 1px;
		background: #e2037c
	}
	#events .clndr-grid .days .day.multiday.event:after,
	#events .clndr-grid .days .day.multiday:after,
	#events .clndr-grid .days .empty.multiday.event:after,
	#events .clndr-grid .days .empty.multiday:after {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		width: calc(100% + 2px);
		height: 1px;
		background: #e2037c
	}
	#events .clndr-grid .days .day.multiday.event.start:before,
	#events .clndr-grid .days .day.multiday.start:before,
	#events .clndr-grid .days .empty.multiday.event.start:before,
	#events .clndr-grid .days .empty.multiday.start:before {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		width: 1px;
		height: calc(100% + 2px);
		background: #e2037c
	}
	#events .clndr-grid .days .day.multiday.event.end:after,
	#events .clndr-grid .days .day.multiday.end:after,
	#events .clndr-grid .days .empty.multiday.event.end:after,
	#events .clndr-grid .days .empty.multiday.end:after {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		width: calc(100% + 2px);
		height: 1px;
		background: #e2037c
	}
	#events .clndr-grid .days .day.today:after,
	#events .clndr-grid .days .day.today:before,
	#events .clndr-grid .days .empty.today:after,
	#events .clndr-grid .days .empty.today:before {
		border: 0
	}
	#events .clndr-grid .days .day.active:after,
	#events .clndr-grid .days .day.active:before,
	#events .clndr-grid .days .empty.active:after,
	#events .clndr-grid .days .empty.active:before {
		border: 0
	}
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.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.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-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
}

@-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
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}
	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: none;
		transform: none
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}
	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: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}
	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.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg)
	}
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}
	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.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-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-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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.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-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: none;
		transform: none
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.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) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) 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);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) 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);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-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-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-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);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@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);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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: none;
		transform: none;
		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-name: hinge;
	animation-name: hinge
}

@-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: none;
		transform: none
	}
}

@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: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-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
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
	font-style: italic
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
	font-style: italic
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-style: italic
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-style: italic
}

#map {
	height: 700px
}


.panel h2 {
	font-size: 30px;
	font-weight: 500
}

.pink-g>i:before {
	margin: 0;
	font-size: 16px;
	position: relative
}

.pink-g {
	width: 34px;
	padding: 9px 0 7px 0;
	margin: 0 2px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZTY4YjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjAzN2MiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background: -moz-radial-gradient(top left, #ee68b0, #e2037c);
	background: -webkit-radial-gradient(top left, #ee68b0, #e2037c);
	background: radial-gradient(top left, #ee68b0, #e2037c);
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.pink-g>i.icon-left:before {
	width: 12px;
	text-align: left
}

.pink-g>i.icon-right:before {
	width: 9px
}

.pink-g.disabled,
.pink-g.disabled:last-of-type {
	background: #f9cde5;
	opacity: 1
}

.pink-g.disabled:hover,
.pink-g.disabled:focus,
.pink-g.disabled:last-of-type:hover,
.pink-g.disabled:last-of-type:focus {
	background: #f9cde5
}

.pink-g.bordered {
	width: 44px;
	border: 5px solid #fff
}

.pink-g.bordered.gray {
	border-color: #EBEBEB
}

.pink-g:last-of-type {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwMCUiIGN5PSIwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNjhiMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDM3YyIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -moz-radial-gradient(top right, #ee68b0, #e2037c);
	background: -webkit-radial-gradient(top right, #ee68b0, #e2037c);
	background: radial-gradient(top right, #ee68b0, #e2037c)
}

.pink-g:last-of-type:hover {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwMCUiIGN5PSIwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOWFjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4MzU5NiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -moz-radial-gradient(top right, #f39acb, #e83596);
	background: -webkit-radial-gradient(top right, #f39acb, #e83596);
	background: radial-gradient(top right, #f39acb, #e83596)
}

.pink-g:hover {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMzlhY2IiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODM1OTYiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background: -moz-radial-gradient(top left, #f39acb, #e83596);
	background: -webkit-radial-gradient(top left, #f39acb, #e83596);
	background: radial-gradient(top left, #f39acb, #e83596);
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.styled-select select {
	border: 1px solid #d2d2d2;
	font-size: 14px;
	height: 29px;
	padding: 5px;
	color: #e2037c;
	font-style: italic;
	margin-left: 10px;
	font-size: 18px;
	height: 45px;
	background: white;
	padding-left: 17px;
	cursor: pointer
}

select::-ms-value {
	background: transparent;
	color: #e2037c
}

label.styled-select {
	position: relative;
	width: 50%;
	display: inline-block
}

.styled-select:after {
	font-family: "custom";
	content: '\e80b';
	color: #aaa;
	right: -8px;
	top: 0;
	bottom: 0;
	padding: 12px;
	border-left: 1px solid #D2D2D2;
	height: calc(100% - 16px);
	font-size: 14px;
	position: absolute;
	pointer-events: none;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.styled-select:hover:after {
	color: #e2037c;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.pupil .styled-select:after {
	border-left: 1px solid #1B6EBC
}

.main-header .container {
	height: 140px
}

.logo {
	position: absolute;
	top: 5px
}

.main-header {
	background: rgba(0, 0, 0, 0.5);
	height: 140px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2
}

.news-panels .hidden {
	display: none
}

.news-panels .panel {
	position: relative;
	margin-bottom: 0
}

#popup {
	padding: 0;
	max-width: 480px;
	min-width: 320px
}

#popup.reveal-modal .close-reveal-modal,
#overlay .close-reveal-modal {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff
}

#popup .icon-search {
	display: none
}

#popup .panel {
	margin-bottom: 0
}

#popup .panel.hidden {
	display: block
}

#popup .readmore {
	pointer-events: none
}

#overlay {
	padding: 0;
	border: 0
}

.reveal-content {
	background-color: #000
}

.reveal-content .desc {
	position: absolute;
	top: 50%;
	width: 50%;
	left: 50px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}

.reveal-content .desc time {
	font-size: 17px;
	font-style: italic
}

.reveal-content .desc h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 500
}

.wrapper {
	background-image: url(../img/bg_one.png), url(../img/bg_two.png), url(../img/bg_three.png);
	background-position: left top, right bottom 100px, 200px bottom;
	background-repeat: no-repeat
}

.wrapper.pupil {
	background: url(../img/pupil_cloud1.png), url(../img/pupil_cloud2.png);
	background-position: left top 30px, right top 100px, bottom center;
	background-repeat: no-repeat;
	padding-bottom: 350px
}

.wrapper.pupil .universal-page p {
	color: white
}

.wrapper.pupil .universal-page ul li {
	color: white
}

.wrapper.pupil.landing {
	padding-bottom: 50px;
	background: none
}

.wrapper.pupil.landing .container {
	background-image: url(../img/pupil_man.png);
	background-position: right top 20px;
	background-repeat: no-repeat
}

.wrapper.pupil.landing .container img.pupil_tile {
	margin: 0 0 20px 0
}

.wrapper.pupil.landing .container .text-center>div>p {
	max-width: 800px;
	color: #20517f;
	margin: 0 auto;
	font-weight: bold;
	padding: 0 20px;
	font-size: 24px
}

.wrapper.pupil .breadcrumbs {
	border-bottom: 0;
	margin-bottom: 0
}

.wrapper.pupil .breadcrumbs>* a,
.wrapper.pupil .breadcrumbs>*:before {
	color: #fff
}

.wrapper.pupil .breadcrumbs>*.current a {
	color: #f6b600
}

.wrapper.pupil .panel {
	background: none;
	color: #fff
}

.wrapper.pupil .panel p,
.wrapper.pupil .panel h3 {
	color: #fff
}

.wrapper.pupil .upper.pink.absolute,
.wrapper.pupil .teacher .upper.pink {
	color: #fff
}

.wrapper.pupil .tiles .feedback .panel {
	background: none !important
}

.wrapper .upper {
	font-size: 32px;
	margin-bottom: 20px
}

.top-info:after {
	content: "";
	display: block;
	clear: both
}

.social a {
	color: #fff;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.social a:hover {
	opacity: 0.8;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

nav#top-nav {
	text-align: right;
	margin-top: 4px;
	position: relative;
	float: right
}

nav#top-nav ul {
	list-style: none;
	margin: 0;
	display: block
}

nav#top-nav ul li {
	display: inline-block;
	margin: 0 15px
}

nav#top-nav ul li a {
	color: #fff;
	padding: 25px 0;
	display: inline-block;
	font-weight: 300;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

nav#top-nav ul li a.active {
	border-bottom: 1px solid #fff
}

nav#top-nav ul li a:hover,
nav#top-nav ul li a:focus {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

#nav-slide {
	position: absolute;
	height: 1px;
	background: #fff;
	bottom: 0;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s
}

.top-info {
	padding-top: 20px
}

.social {
	float: right;
	margin-right: 20px
}

.translate {
	min-width: 171px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #606368;
	height: 40px
}

.contacts {
	float: right;
	margin-right: 20px
}

.contacts a {
	display: inline-block;
	padding: 0 10px;
	font-weight: 700
}

.contacts a:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.18)
}

.contacts,
.social {
	margin-top: 5px
}

.owl-carousel {
	position: relative
}

.owl-carousel .owl-item {
	z-index: 90
}

.owl-carousel .owl-caption {
	top: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 2
}

.owl-carousel .owl-caption .container {
	height: 100%
}

.owl-carousel .owl-slide-desc {
/* 	background: #e2077b url(../images/bg_sl.png) bottom right no-repeat; */
	left: 0px;
	top: 35%;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0px 18%;
	position: absolute
}

.owl-carousel .owl-slide-desc .upper {
	
}

.owl-carousel .owl-slide-desc p {
	
}

.owl-carousel .owl-slide-desc .arrow {
	position: absolute;
	left: -15px;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #e2037c
}
.owl-carousel .owl-slide-desc .arrow.arrow1 {border-right: 15px solid #f47a2b}
.owl-carousel .owl-slide-desc .arrow.arrow2 {border-right: 15px solid #5dba3b}

.slider-header .owl-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid solid;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin: 0 8px
}

.slider-header .owl-dot.active,
.slider-header .owl-dot:hover {
	cursor: pointer;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
	border: 1px solid #fff;
	background: none
}

.slider-header {
	min-height: 140px
}

.slider-header.subpage {
	text-align: center;
	min-height: 300px;
	max-height: 490px;
	position: relative
}

.slider-header.subpage:after {
	content: '';
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #88024B;
	opacity: 0.75;
	position: absolute
}

.slider-header.subpage img {
	min-width: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.slider-header.subpage h1 {
	color: #fff;
	margin: 0;
	z-index: 1;
	font-weight: 400;
	line-height: 1
}

.slider-header.subpage h1.other {
	font-family: 'actionman'
}

.slider-header.subpage h1 small {
	display: block;
	color: #fff;
	margin-top: 10px;
	line-height: 1;
	font-weight: 200;
	font-size: 20px
}

.slider-header .owl-slide-desc:after,
.slider-header .owl-slide-desc:before {
	/* content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	top: 50%;
	bottom: 0;
	left: 65px;
	right: 65px;
	border-radius: 20% */
	width: 25%;
	left: 37.5%;
	height: 350px;
	background-color: rgba(144, 112, 112, 0.25);
	content: "";
	position: absolute;
	top: -50px;
	z-index: -1;
}

.slider-header .owl-prev,
.slider-header .owl-next {
	position: absolute;
	top: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 1;
	color: #ffffff;
	width: 65px;
	height: 65px;
	font-size: 55px;
	text-align: center;
	cursor: pointer;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s
}

.slider-header .owl-prev:hover,
.slider-header .owl-next:hover {
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	background: rgba(255, 255, 255, 0.2)
}

.slider-header .owl-prev i,
.slider-header .owl-next i {
	margin-top: 0px;
	display: block
}

.slider-header .owl-prev i:before,
.slider-header .owl-next i:before {
	line-height: 65px;
	margin: 0
}

.slider-header .owl-prev {
	left: 10px
}

.slider-header .owl-next {
	right: 10px
}

.slider-header .owl-dots {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: 30px
}

.columns div.nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 100;
	padding: 0 20px 20px 20px
}

.bb-bookblock {
	background: #fff;
	height: 420px
}

.bb-bookblock .owl-item.active {
	z-index: 100
}

.bb-bookblock .image a {
	display: block
}

.bb-bookblock .image img {
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	right: 50%;
	bottom: 50%;
	-moz-transform: translateY(50%) translateX(50%);
	-ms-transform: translateY(50%) translateX(50%);
	-webkit-transform: translateY(50%) translateX(50%);
	transform: translateY(50%) translateX(50%)
}

.bb-bookblock .image:after {
	content: "";
	position: absolute;
	background: url("../img/book.png");
	height: 100%;
	width: 26px;
	top: 0;
	right: -13px;
	z-index: 2
}

.bb-bookblock .news {
	max-height: 420px;
	height: 420px;
	padding: 20px;
	-moz-box-shadow: inset 25px 2px 40px -20px rgba(0, 0, 0, 0.28), inset 0 4px 13px -24px #fff;
	-webkit-box-shadow: inset 25px 2px 40px -20px rgba(0, 0, 0, 0.28), inset 0 4px 13px -24px #fff;
	box-shadow: inset 25px 2px 40px -20px rgba(0, 0, 0, 0.28), inset 0 4px 13px -24px #fff;
	padding-left: 30px
}

.bb-bookblock .news time {
	font-size: 15px;
	position: absolute;
	right: 27px;
	top: 40px;
	font-style: italic
}

.bb-bookblock .news .pink a {
	font-weight: 400
}

.bb-bookblock .news h2 {
	margin-top: 60px;
	margin-bottom: 19px
}

.bb-bookblock .bb-item .row,
.bb-bookblock .bb-page .row {
	margin-top: 0 !important
}

._news .upper {
	margin-top: 12px
}

._news .owl-carousel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden
}

._news .owl-carousel .bb-item {
	display: block;
	position: static
}

._news .medium-6 {
	margin-bottom: 0
}

._news div.nav {
	left: calc(50% + 10px);
	right: 15px
}

._news:before,
._news:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	top: 50%;
	bottom: 0;
	left: 65px;
	right: 65px;
	border-radius: 40%
}

#feedback {
	margin-top: 10px;
	position: relative
}

.universal-page .columns.feedback {
	width: 450px;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%
}

.tiles .columns>.tiles,
.tiles .columns>.tiles>.columns {
	margin: 0;
	padding: 0
}

.vertical-wrapper {
	display: table;
	height: 100%;
	width: 100%
}

.vertical-content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%
}

.vertical-align {
	position: absolute;
	top: 140px;
	bottom: 0;
	width: 100%;
	z-index: 1
}

.tiles .feedback .panel {
	background: #f5aa3c url(../img/bg_fb.png) bottom right no-repeat;
	padding-bottom: 30px
}

.tiles .feedback .panel .vertical-wrapper {
	margin-top: -30px
}

.tiles .feedback .panel .inner {
	height: 100%
}

.tiles .feedback .panel .percent {
	left: 0;
	font-size: 22px;
	top: 115px;
	text-align: center;
	transition: transform .3s;
	z-index: 1;
	width: 100%;
	position: absolute;
	line-height: 1;
	font-weight: 600
}

.tiles .feedback .panel.second p {
	font-size: 19px;
	margin: 0;
	padding: 0
}

.tiles .feedback .panel p {
	font-size: 30px;
	color: #fff;
	font-style: italic;
	line-height: 1;
	margin-top: 48px;
	padding: 0 30px;
	margin-bottom: 33px
}

.tiles .feedback .panel .button {
	background: #fff;
	color: #d78b1c;
	padding: 11px 20px;
	width: 100px;
	font-weight: 700;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -moz-linear-gradient(90deg, #d7d7d7 0%, #ffffff 100%);
	background: -webkit-linear-gradient(90deg, #d7d7d7 0%, #ffffff 100%);
	background: linear-gradient(0deg, #d7d7d7 0%, #ffffff 100%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.39);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.39);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.39);
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-property: background-image;
	-o-transition-property: background-image;
	-webkit-transition-property: background-image;
	transition-property: background-image
}

.tiles .feedback .panel .button:hover {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-property: background-image;
	-o-transition-property: background-image;
	-webkit-transition-property: background-image;
	transition-property: background-image;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -moz-linear-gradient(90deg, #e3e3e3 0%, #ffffff 100%);
	background: -webkit-linear-gradient(90deg, #e3e3e3 0%, #ffffff 100%);
	background: linear-gradient(0deg, #e3e3e3 0%, #ffffff 100%)
}

.tiles .feedback .panel a.small {
	color: #fff
}

.tiles .feedback .panel a.small:hover {
	opacity: .7
}

.tiles .teacher .cloud {
	background: #dbdbdb;
	min-height: 230px;
	margin-right: 15px;
	padding: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 19px;
	position: relative
}

.tiles .teacher .cloud:after {
	content: "";
	position: absolute;
	display: block;
	background: url(../img/cloud.png) no-repeat;
	bottom: -67px;
	left: 40%;
	height: 70px;
	width: 50px
}

.tiles .teacher .image {
	position: absolute;
	bottom: -33px;
	right: 0
}

.tiles .teacher .who {
	margin: 45px 0 0 35px;
	font-size: 20px
}

.tiles .teacher .who small {
	display: block;
	font-style: italic;
	font-size: 70%
}

.slider-panel-gallery {
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px
}

.slider-panel-gallery .owl-carousel {
	height: 420px;
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	overflow: hidden
}

.slider-panel-gallery .owl-carousel .owl-item {
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px
}

.slider-panel-gallery .owl-carousel .item {
	overflow: hidden;
	min-height: 420px;
	position: relative;
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px
}

.slider-panel-gallery .owl-carousel .item img {
	width: auto;
	height: 420px;
	max-width: none;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute
}

.tiles .events time {
	display: block;
	font-style: italic;
	font-size: 20px;
	margin: 25px 0 15px 0
}

.tiles .events time:after {
	content: "-";
	margin-left: 10px
}

.tiles .events time:before {
	content: "-";
	margin-right: 10px
}

.tiles .events .image-tile .upper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 420px;
	color: #fff;
	font-size: 60px;
	font-weight: 300
}

.tiles .events .image-tile img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.tiles .events .image-tile h3 {
	z-index: 2
}

.tiles .events .image-tile:before {
	opacity: .8;
	content: '';
	position: absolute;
	background: #88024B;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 1
}

.faq.columns div.nav {
	background: #fff;
	padding-top: 10px
}

.tiles .faq .accordion {
	margin: 0 -30px
}

.tiles .faq .accordion .content p {
	margin-bottom: 5px
}

.tiles .pupils {
	z-index: 0
}

.tiles .pupils .panel {
	background: url(../img/pupil_tile_bg.png) center no-repeat;
	overflow: visible;
	position: relative;
	background-size: contain
}

.tiles .pupils .panel a {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 21
}

.tiles .pupils .panel:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: url(../img/pupil_tile.png) center left 42% no-repeat;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.tiles .pupils .panel:hover:after {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transform: scale(1.05) rotate(-10deg);
	-ms-transform: scale(1.05) rotate(-10deg);
	-webkit-transform: scale(1.05) rotate(-10deg);
	transform: scale(1.05) rotate(-10deg)
}

.tiles .pupils .panel:hover .hand {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	bottom: -75px;
	right: 30px
}

.tiles .pupils .hand {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	position: absolute;
	z-index: 20;
	bottom: -100px;
	right: 15px
}

.gallery-buttons {
	padding: 0 25px;
	text-align: center;
	transform: translateY(-50%)
}

.gallery-buttons .button.gallery-cat {
	margin-bottom: 3px;
	background: #e2037c;
	color: #fff;
	text-transform: uppercase;
	border: 0
}

.gallery-buttons .button.gallery-cat:hover,
.gallery-buttons .button.gallery-cat.active {
	color: #333;
	background: #f6b600
}

.wrapper.landing.pupil .panel {
	text-align: center;
	font-size: 0;
	padding: 0;
	margin-top: 40px
}

.wrapper.landing.pupil .panel .item {
	text-align: center;
	display: inline-block;
	position: relative;
	padding-bottom: 75px;
	vertical-align: top
}

.wrapper.landing.pupil .panel .item .img_c {
	width: 215px;
	max-width: 215px
}

.wrapper.landing.pupil .panel .item .img_c:after {
	top: 0;
	content: '';
	position: absolute;
	background: url(../img/pupil-landing-center.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block
}

.wrapper.landing.pupil .panel .item img {
	max-width: 202px;
	max-height: 202px;
	border-radius: 50%;
	margin: 15px 5px;
	z-index: 2;
	position: relative;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.wrapper.landing.pupil .panel .item img:hover {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.wrapper.landing.pupil .panel .item p {
	font-size: 16px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: #e2037c;
	display: inline-block;
	max-width: 202px;
	border: 3px solid #fff;
	margin: 20px 0 0 0;
	padding: 2px 15px;
	text-transform: uppercase
}

.slider-gallery-main {
	position: relative;
	color: #fff;
	padding: 40px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #0a4f90
}

.slider-gallery-main .owl-carousel {
	padding: 0
}

.slider-gallery-main .owl-carousel .order {
	display: none
}

.slider-gallery-main .owl-carousel .owl-stage-outer {
	min-height: 300px;
	height: 605px
}

.slider-gallery-main .desc {
	padding: 10px 0 20px 0
}

.slider-gallery-main .desc .left {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 10px
}

.slider-gallery-main .desc .left small {
	display: block;
	font-size: 20px
}

.slider-gallery-main .desc p.right {
	font-size: 28px;
	margin-bottom: 0;
	margin-top: 10px;
	margin-right: 20px;
	font-weight: 500
}

.slider-gallery-main .desc p.right small {
	font-weight: 300
}

.slider-gallery-main .owl-prev,
.slider-gallery-main .owl-next {
	position: absolute;
	top: 50%;
	z-index: 1;
	color: #ffffff;
	margin-top: -65px;
	border-color: #0a4f90;
	transform: scale(1.2);
	z-index: 210
}

.slider-gallery-main .owl-prev {
	left: -58px
}

.slider-gallery-main .owl-next {
	right: -58px
}

.button.like {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1YTMwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyOGEwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5a301), color-stop(100%, #f28a01));
	background: -moz-linear-gradient(top, #f5a301, #f28a01);
	background: -webkit-linear-gradient(top, #f5a301, #f28a01);
	background: linear-gradient(to bottom, #f5a301, #f28a01);
	border-bottom: 1px solid #b36904;
	position: relative;
	padding-left: 58px;
	height: 41px;
	color: white;
	line-height: 41px;
	padding: 0 15px 0 60px;
	border-radius: 20px 3px 3px 20px;
	margin-top: 15px;
	margin-bottom: 0
}

.button.like.liked {
	opacity: .7
}

.button.like:after {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	content: '';
	display: block;
	height: 66px;
	width: 54px;
	background: url(../img/like.png) no-repeat;
	position: absolute;
	left: 3px;
	top: -19px
}

.button.like:before {
	content: '';
	display: block;
	height: 56px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1YTMwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyOGEwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5a301), color-stop(100%, #f28a01));
	background: -moz-linear-gradient(top, #f5a301, #f28a01);
	background: -webkit-linear-gradient(top, #f5a301, #f28a01);
	background: linear-gradient(to bottom, #f5a301, #f28a01);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 56px;
	position: absolute;
	left: 0;
	bottom: -7px
}

.button.like:hover:after {
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg)
}

.slider-gallery-sub {
	margin-top: 5px;
	background: #0a4f90;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 40px
}

.slider-gallery-sub .owl-carousel {
	margin: 0;
	width: auto
}

.slider-gallery-sub .owl-carousel .owl-item {
	max-height: 100px
}

.slider-gallery-sub .owl-carousel .owl-item img {
	max-height: 80px;
	height: 80px;
	width: auto
}

.slider-gallery-sub .owl-prev,
.slider-gallery-sub .owl-next {
	position: absolute;
	top: 50%;
	border: 5px solid #0a4f90;
	z-index: 1;
	color: #ffffff;
	width: 44px;
	margin-top: -22px
}

.slider-gallery-sub .owl-prev {
	left: -58px
}

.slider-gallery-sub .owl-next {
	right: -58px
}

#order {
	display: none;
	position: absolute;
	background: url(../img/order.png) no-repeat;
	top: -84px;
	right: 40px;
	width: 168px;
	height: 168px;
	z-index: 3;
	color: #fff;
	padding-top: 23px
}

#order span:first-child {
	font-size: 25px
}

#order span:last-child {
	font-size: 12px
}

#order p {
	width: calc(100% + 20px);
	margin-left: -10px;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px #d2d2d2;
	-webkit-box-shadow: 0px 0px 10px #d2d2d2;
	box-shadow: 0px 0px 10px #d2d2d2;
	color: #f39201;
	margin-bottom: 5px;
	margin-top: 5px
}

.images-container {
	position: relative;
	max-height: 240px
}

.news-panels .columns {
	margin-bottom: 30px
}

.news-panels a.orange,
.universal-page a.orange {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px
}

.news-panels .readmore {
	display: inline-block;
	position: relative;
	color: #fff;
	background: #000;
	width: 100%;
	max-height: 240px;
	overflow: hidden;
	-webkit-backface-visibility: hidden
}

.news-panels .readmore img {
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	width: calc(100% + 1px);
	max-width: calc(100% + 1px)
}

.news-panels .readmore:hover img {
	opacity: .8;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s
}

.news-panels .readmore:hover .icon-search {
	font-size: 50px;
	bottom: 50%;
	left: 50%;
	opacity: .6;
	margin-left: -45px;
	margin-bottom: -45px;
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s
}

.news-panels .readmore .icon-search {
	position: absolute;
	bottom: 5px;
	left: 5px;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s
}

ul.pagination {
	min-height: 50px
}

ul.pagination li {
	display: inline-block;
	float: none;
	margin-bottom: 15px
}

ul.pagination li.current a,
ul.pagination li a {
	background: #e2037c;
	display: inline-block;
	border: 1px solid #e2037c;
	min-width: 35px;
	padding: 5px 10px;
	color: #fff
}

ul.pagination li.current a,
ul.pagination li a:hover {
	background: none;
	color: #333333
}

ul.pagination li.current,
ul.pagination li.unavailable {
	pointer-events: none
}

div.pagination {
	margin-bottom: 15px;
	font-size: 0
}

div.pagination a.prev,
div.pagination a.next {
	display: none
}

div.pagination span,
div.pagination a {
	line-height: 22.4px;
	border-radius: 3px;
	font-size: 14px;
	background: #e2037c;
	display: inline-block;
	border: 1px solid #e2037c;
	min-width: 35px;
	padding: 5px 10px;
	color: #fff;
	margin-left: .3125rem
}

div.pagination span.current,
div.pagination a:hover {
	background: none;
	color: #333333
}

div.pagination span.current {
	font-weight: bold
}

div.pagination span.current,
div.pagination a.unavailable {
	pointer-events: none
}

.curr {
	display: block;
	position: relative;
	min-height: 63px;
	color: #fff;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlNjhiMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDM3YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ee68b0), color-stop(100%, #e2037c));
	background: -moz-linear-gradient(top left, #ee68b0, #e2037c);
	background: -webkit-linear-gradient(top left, #ee68b0, #e2037c);
	background: linear-gradient(to bottom right, #ee68b0, #e2037c);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px 10px 100px;
	margin-top: 40px;
	background: linear-gradient(to bottom right, #ee68b0, #e2037c)
}

.curr span {
	display: block;
	font-weight: bold;
	font-size: 23px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
	line-height: 1.2;
	text-overflow: ellipsis
}

.curr span small {
	font-weight: normal;
	display: block
}

.curr:focus,
.curr:visited,
.curr:active {
	color: #fff
}

.curr:hover {
	cursor: pointer;
	color: rgba(255, 255, 255, 0.95);
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOWFjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDM3YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #f39acb), color-stop(100%, #e2037c));
	background: -moz-linear-gradient(top left, #f39acb, #e2037c);
	background: -webkit-linear-gradient(top left, #f39acb, #e2037c);
	background: linear-gradient(to bottom right, #f39acb, #e2037c);
	background: linear-gradient(to bottom right, #f39acb, #e2037c)
}

.curr:hover .curr-image {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

.curr:hover .curr-image {
	bottom: 4.5px
}

.curr-image {
	background: url(../img/curr_sprite.png) no-repeat;
	width: 85px;
	position: absolute;
	height: 92px;
	bottom: 0;
	left: 10px;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	display: block
}

.curr-image.sprite-0 {
	background-position: 0px 0
}

.curr-image.sprite-1 {
	background-position: -85px 0
}

.curr-image.sprite-2 {
	background-position: -170px 0
}

.curr-image.sprite-3 {
	background-position: -255px 0
}

.curr-image.sprite-4 {
	background-position: -340px 0
}

.curr-image.sprite-5 {
	background-position: -425px 0
}

.button.secondary {
	border-width: 1px;
	background: white
}

.button.secondary:hover,
.button.secondary.active {
	color: #e2037c;
	background: white
}

#events .event-listing .accordion .accordion-navigation a time,
#events .event-listing .accordion .accordion-navigation a span,
#popup .accordion .accordion-navigation a time,
#popup .accordion .accordion-navigation a span {
	margin-left: 0
}

#events .event-listing .accordion .accordion-navigation.active a,
#popup .accordion .accordion-navigation.active a {
	background: #fff
}

#events .event-listing .accordion .accordion-navigation .content,
#events .event-listing .accordion .accordion-navigation .content.open,
#popup .accordion .accordion-navigation .content,
#popup .accordion .accordion-navigation .content.open {
	padding-left: 1rem;
	background: #fff
}

.accordion .accordion-navigation {
	border-bottom: 1px solid #f2f2f2
}

.accordion .accordion-navigation>a {
	font-size: 17px;
	background: #ffffff;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	padding: 12px 1rem
}

.accordion .accordion-navigation>a time {
	margin-left: 15px;
	display: block;
	color: #a2a2a2;
	font-style: italic;
	font-size: 14px;
	font-weight: normal
}

.accordion .accordion-navigation>a span {
	display: inline-block;
	margin-left: 15px;
	font-weight: 700;
	max-width: calc(55%)
}

.accordion .accordion-navigation.active a {
	color: #e2037c;
	background: #f9f9f9;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.accordion .accordion-navigation.active a time {
	color: #e2037c
}

.accordion .accordion-navigation.active i.icon-down {
	color: #e2037c;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.accordion .accordion-navigation i.icon-down {
	float: right;
	margin-right: 0px;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.accordion .accordion-navigation .content {
	padding: 0px 30px 10px 30px;
	background-color: #fff;
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	display: none;
	overflow: hidden;
	margin-top: -10px
}

.accordion .accordion-navigation .content.open,
.accordion .accordion-navigation .content.active {
	-moz-transition-property: max-height;
	-o-transition-property: max-height;
	-webkit-transition-property: max-height;
	transition-property: max-height;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	background-color: #f9f9f9
}

.accordion.faq-page .accordion-navigation {
	margin-bottom: 10px !important;
	border: 1px
}

.accordion.faq-page .accordion-navigation>a {
	border: 1px solid #b0b0b0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.accordion.faq-page .accordion-navigation>a:hover {
	color: #e2037c;
	border-color: #f181be
}

.accordion.faq-page .accordion-navigation i.icon-down {
	transform: rotate(-90deg)
}

.accordion.faq-page .accordion-navigation.active a {
	background: #e2037c;
	color: white;
	margin-bottom: 10px
}

.accordion.faq-page .accordion-navigation.active a:hover {
	color: white !important
}

.accordion.faq-page .accordion-navigation.active a i.icon-down {
	transform: rotate(-180deg);
	color: white
}

.accordion.faq-page .accordion-navigation .content {
	padding-top: 10px
}

.faq .accordion .accordion-navigation a span {
	max-width: calc(100% - 45px)
}

.faq .accordion .accordion-navigation a .icon-right {
	float: right
}

#faq_container {
	position: absolute;
	top: 80px;
	width: 100%;
	bottom: 50px;
	left: 100%;
	background: #fff;
	padding: 0 25px;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

#faq_container.in {
	left: 0;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s
}

#faq_container #faq_back {
	margin-top: 5px;
	font-weight: bold
}

#faq_container #faq_title {
	font-weight: 700;
	font-size: 17px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px
}

#faq_container #faq_content {
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	margin-top: 0;
	margin-left: 10px;
	padding-right: 20px
}

.tiles .twitter .panel {
	background: #2fa2d8 url(../img/bg_tw.png) bottom right no-repeat;
	color: #ffffff
}

.tiles .twitter .panel p {
	font-size: 21px;
	font-weight: 300;
	margin-top: 60px
}

.tiles .twitter .panel time {
	font-style: italic
}

.tiles .twitter .panel a {
	color: #fff;
	font-weight: bold
}

.tiles .twitter .panel a:hover {
	text-decoration: underline
}

.tiles .twitter .panel a.small,
.tiles .twitter .panel h3 a {
	color: #ffffff
}

.tiles .twitter .panel a.small:hover,
.tiles .twitter .panel h3 a:hover {
	opacity: 0.8
}

.tiles .twitter .panel .icon-twitter {
	float: right;
	transition: transform 300ms ease-out
}

.tiles .twitter .panel:hover .icon-twitter {
	-moz-transform: rotate(-10deg) scale(1.5);
	-ms-transform: rotate(-10deg) scale(1.5);
	-webkit-transform: rotate(-10deg) scale(1.5);
	transform: rotate(-10deg) scale(1.5);
	transition: transform 300ms ease-out
}

.schools .panel p {
	margin: 0
}

.schools .image-tile img:not(.logo) {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.schools .image-tile img.logo {
	z-index: 2
}

.schools .image-tile:before {
	opacity: .75;
	content: '';
	position: absolute;
	background: #a39a94;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 1
}

.slider-bottom .owl-carousel .owl-slide-desc {
	background: url(../img/bg_bt.png) top right 40px no-repeat;
	right: 0;
	top: 0px;
	bottom: auto;
	width: auto;
	color: #fff;
	padding: 105px 20px 20px 20px;
	text-align: right
}

.slider-bottom .owl-carousel .owl-slide-desc p {
	font-size: 25px;
	line-height: 1.2
}

.slider-bottom .owl-carousel .item .owl-slide-desc {
	position: static
}

.slider-bottom .owl-carousel .owl-caption {
	position: static;
	width: 100%;
	z-index: 2
}

.slider-bottom .owl-carousel .owl-caption .container {
	display: table
}

.slider-bottom .owl-image {
	position: absolute;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%
}

.slider-bottom img {
	position: absolute;
	min-height: 100%;
	width: auto !important;
	min-width: 100%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: none;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.slider-bottom .owl-image:before {
	opacity: .65;
	content: '';
	position: absolute;
	background: #f39201;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 1
}

address ul,
address ul li ul {
	margin-left: 0 !important
}

.accordion.contact .accordion-navigation {
	border: 1px solid #d2d2d2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.accordion.contact .accordion-navigation a {
	word-wrap: break-word
}

.accordion.contact .accordion-navigation span {
	margin: 0
}

.accordion.contact .accordion-navigation .content {
	padding-left: 15px;
	margin-top: 0;
	padding-top: 10px
}

footer {
	background: #301f0c
}

footer .row {
	margin: 0
}

footer .columns {
	padding: 0
}

footer .contacts {
	float: none;
	padding-top: 55px;
	font-size: 15px;
	margin: 0;
	word-break: break-all
}

footer .logo {
	top: 30px
}

nav.foot-nav {
	margin-top: 5px;
	font-weight: 300
}

nav.foot-nav ul {
	list-style: none;
	margin: 0;
	display: block
}

nav.foot-nav ul li {
	display: inline-block
}

nav.foot-nav ul li a {
	color: #fff;
	padding: 5px 0;
	margin: 0 10px;
	font-size: 14px;
	font-weight: 300;
	display: inline-block
}

nav.foot-nav ul li a:hover {
	opacity: .7
}

.copyrights {
	color: #8b8b8b;
	padding: 20px 0;
	margin-top: 50px;
	font-size: 11px
}

.copyrights span:last-child {
	display: inline-block;
	float: right
}

.copyrights a {
	font-weight: 400;
	color: #fff
}

.small-container a.th {
	width: 50px;
	height: 50px;
	border: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	background: #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-backface-visibility: hidden
}

.small-container a.th:hover img {
	opacity: 0.5;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.small-container a.th img {
	position: absolute;
	width: auto;
	max-width: none;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 100%;
	left: 50%;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.clearing-assembled .clearing-container .carousel>ul li img {
	width: auto !important
}

.small-container .clearing-blackout a.th {
	width: auto;
	height: 100px
}

.small-container .clearing-blackout a.th img {
	width: auto !important
}

.small-container {
	position: absolute;
	top: -30px;
	right: 5px
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
	max-height: 500px;
	max-height: 100%
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
	max-height: 500px
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside>.mCSB_container {
	margin-right: 0px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 8px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_dragger_bar {
	background: #e2037c
}

.wpcf7-not-valid-tip {
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff !important;
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-style: italic
}

.wpcf7-validation-errors {
	border: 2px solid #f04124;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 0
}

#main .animated {
	-moz-backface-visibility: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition-timing-function: ease-in;
	animation-fill-mode: both
}

#main .animated.fadeInRight {
	animation-duration: 0.25s
}

#main.is-exiting .animated {
	-webkit-animation-direction: alternate-reverse;
	animation-direction: alternate-reverse
}

#main.is-exiting .animated.fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

#main.is-exiting .animated.fadeOutUp {
	-webkit-animation-direction: none !important;
	animation-direction: none !important
}

#main.is-exiting .animated.fadeInDown {
	-webkit-animation-direction: none;
	animation-direction: none
}

#main.is-exiting .animated.fadeIn {
	-webkit-animation-direction: none;
	animation-direction: none
}

.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	bottom: 35px;
	right: 35px;
	display: none
}

.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent
}

.loading:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.3);
	border: 0
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: #e2037c 1.5em 0 0 0, #e2037c 1.1em 1.1em 0 0, #e2037c 0 1.5em 0 0, #e2037c -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, #e2037c 0 -1.5em 0 0, #e2037c 1.1em -1.1em 0 0;
	box-shadow: #e2037c 1.5em 0 0 0, #e2037c 1.1em 1.1em 0 0, #e2037c 0 1.5em 0 0, #e2037c -1.1em 1.1em 0 0, #e2037c -1.5em 0 0 0, #e2037c -1.1em -1.1em 0 0, #e2037c 0 -1.5em 0 0, #e2037c 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.mejs-container.mejs-audio {
	height: 110px !important;
	display: block;
	float: left
}

.mejs-container.mejs-audio .mejs-mediaelement,
.mejs-container.mejs-audio .mejs-controls {
	width: auto
}

.mejs-container .mejs-controls .mejs-time,
.mejs-controls div.mejs-time-rail,
.mejs-container .mejs-controls .mejs-time,
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-container .mejs-controls div.mejs-volume-button {
	display: none !important
}

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
	background: none !important
}

.mejs-controls .mejs-playpause-button.mejs-pause button {
	background: #f2f2f2 !important;
	border-radius: 50% !important;
	width: 90px !important;
	height: 90px !important
}

.mejs-controls .mejs-playpause-button.mejs-pause button:after {
	font-family: "custom";
	font-style: normal;
	font-weight: normal;
	color: #e2037c;
	content: '\e816';
	font-size: 28px;
	top: 3px;
	position: relative
}

.mejs-container .mejs-controls {
	height: 70px !important;
	top: 0
}

.mejs-controls .mejs-playpause-button.mejs-pause:hover button:after,
.mejs-controls .mejs-playpause-button.mejs-play:hover button:after {
	color: #eb4fa3 !important
}

.mejs-controls .mejs-playpause-button.mejs-play button {
	background: #fff !important;
	border-radius: 50% !important;
	width: 90px !important;
	height: 90px !important
}

.mejs-controls .mejs-playpause-button.mejs-play button:after {
	font-family: "custom";
	font-style: normal;
	font-weight: normal;
	content: '\e800';
	font-size: 28px;
	color: #e2037c;
	top: 3px;
	position: relative
}

.page404 {
	background: url(../img/404_bg.jpg);
	position: relative;
	min-height: 100%
}

.page404 p {
	font-family: 'proxima-nova';
	font-size: 30px;
	font-weight: 600;
	max-width: 100%;
	padding: 0 20px;
	line-height: 1.4;
	color: #fff;
	margin: 20px auto;
	width: 600px;
	text-transform: none
}

.page404 img.arm {
	position: absolute;
	bottom: 0;
	right: 0
}

.page404 .page404_content {
	position: absolute;
	top: 50%;
	z-index: 2;
	left: 50%;
	max-width: 100%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.page404_icon {
	max-width: 95%;
	margin: 20px auto
}

@media only screen and (min-width: 56.3125em) and (max-width: 83.75em) {
	.container {
		width: 865px
	}
	.container.inner {
		width: 100%;
		padding: 0 15px
	}
	nav#top-nav ul li {
		font-size: 16px;
		margin: 0 10px
	}
	.slider-header .owl-carousel .item .owl-slide-desc {
		bottom: 10px;
	}
	.slider-header .owl-carousel .item .owl-slide-desc p {
		font-size: 15px;
		line-height: 1.3
	}
	.slider-bottom .owl-carousel .owl-slide-desc {
		width: 100%;
		padding: 30px
	}
	.slider-bottom .owl-carousel .owl-slide-desc p {
		font-size: 18px;
		line-height: 1.2
	}
	.accordion.contact {
		margin-bottom: 30px
	}
}

@media only screen and (min-width: 56.3125em) {
	.side-nav {
		display: block !important
	}
}

@media only screen and (min-width: 56.3125em) {
	#searchModal {
		top: 140px !important
	}
	.bb-bookblock .owl-stage,
	.bb-bookblock .owl-item {
		height: 420px
	}
	.bb-bookblock .owl-item {
		position: absolute
	}
	.bb-bookblock .bb-item {
		position: static;
		height: 420px
	}
}

@media only screen and (max-width: 83.75em) {
	.slider-bottom .owl-carousel .item .container {
		display: table
	}
	.slider-bottom .owl-carousel .item .owl-slide-desc {
		text-align: center;
		display: table-cell;
		height: 100%;
		vertical-align: middle
	}
	.slider-header.subpage {
		min-height: 300px;
		height: 300px
	}
	.slider-header.subpage img {
		min-height: 300px;
		height: 300px;
		max-width: none;
		position: absolute;
		right: 50%;
		bottom: 50%;
		object-fit: cover;
		width: 100%;
		-moz-transform: translateY(50%) translateX(50%);
		-ms-transform: translateY(50%) translateX(50%);
		-webkit-transform: translateY(50%) translateX(50%);
		transform: translateY(50%) translateX(50%)
	}
	nav#top-nav ul li {
		margin: 0 5px
	}
	.main-header .logo img {
		margin-left: -20px
	}
	.accordion.contact {
		margin-bottom: 30px
	}
	.main-header>.container {
		width: calc(100% - 60px)
	}
}

@media screen and (max-width: 960px) {
	.main-header .logo img {
		width: 110px
	}
}

@media only screen and (min-width: 56.3125em) {
	.reveal-modal.small {
		max-width: 700px;
		width: 700px
	}
}

@media screen and (min-width: 1343px) {
	.wrapper.landing.pupil .panel br {
		display: none
	}
	.wrapper.landing.pupil .panel br.six {
		display: block
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+1) .img_c,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c {
		max-width: 240px;
		width: 240px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+1) .img_c img,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c img {
		margin-left: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+1) .img_c:after,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c:after {
		background: url(../img/pupil-landing-left.png) no-repeat;
		background-position: -14px 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+1) p,
	.wrapper.landing.pupil .panel .item:first-of-type p {
		margin-left: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+1):last-of-type .img_c {
		width: 260px;
		max-width: 260px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+1):last-of-type .img_c img {
		margin: 15px 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+1):last-of-type .img_c:after {
		background: url(../img/pupil-landing-single.png) no-repeat;
		background-position: -2px top
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+1):last-of-type p {
		margin: 20px 0 0 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+6) .img_c,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c {
		max-width: 240px;
		width: 240px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+6) .img_c img,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c img {
		margin-right: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+6) .img_c:after,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c:after {
		background: url(../img/pupil-landing-right.png) no-repeat
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(6n+6) p,
	.wrapper.landing.pupil .panel .item:last-of-type p {
		margin-right: 30px
	}
}

@media screen and (min-width: 1165px) and (max-width: 1342px) {
	.wrapper.landing.pupil .panel br {
		display: none
	}
	.wrapper.landing.pupil .panel br.five {
		display: block
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+1) .img_c,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c {
		max-width: 240px;
		width: 240px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+1) .img_c img,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c img {
		margin-left: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+1) .img_c:after,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c:after {
		background: url(../img/pupil-landing-left.png) no-repeat;
		background-position: -14px 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+1) p,
	.wrapper.landing.pupil .panel .item:first-of-type p {
		margin-left: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+1):last-of-type .img_c {
		width: 260px;
		max-width: 260px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+1):last-of-type .img_c img {
		margin: 15px 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+1):last-of-type .img_c:after {
		background: url(../img/pupil-landing-single.png) no-repeat;
		background-position: -2px top
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+1):last-of-type p {
		margin: 20px 0 0 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+5) .img_c,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c {
		max-width: 240px;
		width: 240px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+5) .img_c img,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c img {
		margin-right: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+5) .img_c:after,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c:after {
		background: url(../img/pupil-landing-right.png) no-repeat
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(5n+5) p,
	.wrapper.landing.pupil .panel .item:last-of-type p {
		margin-right: 30px
	}
}

@media screen and (min-width: 930px) and (max-width: 1164px) {
	.wrapper.landing.pupil .panel br {
		display: none
	}
	.wrapper.landing.pupil .panel br.fourth {
		display: block
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+1) .img_c,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c {
		max-width: 240px;
		width: 240px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+1) .img_c img,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c img {
		margin-left: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+1) .img_c:after,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c:after {
		background: url(../img/pupil-landing-left.png) no-repeat;
		background-position: -14px 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+1) p,
	.wrapper.landing.pupil .panel .item:first-of-type p {
		margin-left: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+1):last-of-type .img_c {
		width: 260px;
		max-width: 260px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+1):last-of-type .img_c img {
		margin: 15px 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+1):last-of-type .img_c:after {
		background: url(../img/pupil-landing-single.png) no-repeat;
		background-position: -2px top
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+1):last-of-type p {
		margin: 20px 0 0 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+4) .img_c,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c {
		max-width: 240px;
		width: 240px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+4) .img_c img,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c img {
		margin-right: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+4) .img_c:after,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c:after {
		background: url(../img/pupil-landing-right.png) no-repeat
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(4n+4) p,
	.wrapper.landing.pupil .panel .item:last-of-type p {
		margin-right: 30px
	}
}

@media screen and (min-width: 730px) and (max-width: 929px) {
	.wrapper.landing.pupil .panel br {
		display: none
	}
	.wrapper.landing.pupil .panel br.thrid {
		display: block
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+1) .img_c,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c {
		max-width: 240px;
		width: 240px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+1) .img_c img,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c img {
		margin-left: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+1) .img_c:after,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c:after {
		background: url(../img/pupil-landing-left.png) no-repeat;
		background-position: -14px 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+1) p,
	.wrapper.landing.pupil .panel .item:first-of-type p {
		margin-left: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+1):last-of-type .img_c {
		width: 260px;
		max-width: 260px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+1):last-of-type .img_c img {
		margin: 15px 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+1):last-of-type .img_c:after {
		background: url(../img/pupil-landing-single.png) no-repeat;
		background-position: -2px top
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+1):last-of-type p {
		margin: 20px 0 0 0
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+3) .img_c,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c {
		max-width: 240px;
		width: 240px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+3) .img_c img,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c img {
		margin-right: 30px
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+3) .img_c:after,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c:after {
		background: url(../img/pupil-landing-right.png) no-repeat
	}
	.wrapper.landing.pupil .panel .item:nth-of-type(3n+3) p,
	.wrapper.landing.pupil .panel .item:last-of-type p {
		margin-right: 30px
	}
}

@media only screen and (max-width: 56.25em) {
	.wrapper.pupil.landing .container .text-center>div>p {
		color: white;
		font-size: 19px
	}
	.inner-wrap.pupil {
		background-size: contain
	}
	.slider-header .vertical-content {
		padding-top: 100px
	}
	.wrapper.pupil {
		background: url(../img/pupil_cloud1.png), url(../img/pupil_cloud2.png);
		background-position: left top 30px, right top 100px;
		background-repeat: no-repeat
	}
	.wrapper.pupil.landing .container img.pupil_tile {
		margin: 30px 0
	}
	.tiles .columns.pupils .panel {
		padding: 0
	}
	.tiles .columns.pupils .panel .inner {
		height: 340px;
		padding: 0;
		margin-bottom: 40px
	}
	.page404 p {
		font-size: 20px
	}
	.page404 .page404_content {
		padding: 20px 0;
		position: relative;
		left: auto;
		top: auto;
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%)
	}
	.reveal-modal {
		min-height: 0
	}
	a.back {
		display: none
	}
	#overlay {
		padding: 0;
		border: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 90%
	}
	.reveal-content {
		overflow: hidden
	}
	.reveal-content .desc {
		width: 100%;
		padding: 0 30px;
		left: 0
	}
	.reveal-content .desc h2 {
		font-size: 20px
	}
	.reveal-modal img {
		opacity: 0.5;
		min-height: 100%;
		max-width: none;
		float: right
	}
	.top-info .social {
		margin-right: 80px
	}
	#active_page {
		width: calc(100% - 30px)
	}
	.side-nav {
		padding-top: 0;
		display: none;
		width: calc(100% - 30px);
		margin: 0 auto;
		margin-bottom: 10px
	}
	.side-nav li {
		margin-bottom: 0
	}
	.side-nav li a:not(.button) {
		font-size: 19px
	}
	.side-nav li.active>a:first-child:not(.button) {
		display: none
	}
	.side-nav li a:not(.button) {
		background: #e2037c;
		font-weight: 600;
		display: block;
		padding: 10px;
		color: #fff;
		border-bottom: 1px solid #9e0257;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0
	}
	.wrapper {
		background: #fff
	}
	.wrapper>.container>.row>.large-3 {
		margin-top: 0;
		padding: 0 20px;
		margin-bottom: 20px
	}
	.wrapper>.container>.row>.large-9 h2.upper {
		display: none
	}
	.pagination {
		margin-top: 20px
	}
	.container>.panel {
		margin: 0
	}
	header {
		max-height: none
	}
	.small-container {
		position: static
	}
	#active_page {
		width: calc(100% - 30px)
	}
	.vertical-align {
		top: 0
	}
	.main-header>.container {
		width: 100%
	}
	.main-header {
		background: none !important
	}
	.main-header.pupil {
		background: #0d375e !important
	}
	.main-header .container {
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
	}
	.main-header .logo img {
		width: 150px;
		padding: 20px;
		margin: 0
	}
	.container {
		width: 100%
	}
	.container.tiles .row {
		width: 420px;
		margin: 0 auto
	}
	#bb-bookblock .bb-item.item {
		display: block !important
	}
	#searchModal {
		top: 0px !important
	}
	#searchModal .suggest ul {
		margin: 0;
		margin-top: 20px
	}
	#searchModal .suggest ul li {
		width: 100%
	}
	.owl-carousel {
		position: relative
	}
	.owl-carousel .owl-caption {
		position: static;
		width: 100%
	}
	.owl-carousel .owl-slide-desc {
		width: 100%;
		bottom: 0;
		position: relative
	}
	.owl-carousel .owl-slide-desc .arrow {
		left: 10px;
		top: -30px;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 15px solid #e2037c
	}
	.slider-header {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px
	}
	.slider-header.pupil {
		margin-bottom: 0
	}
	.slider-header .owl-carousel {
		height: auto;
		overflow: hidden
	}
	.slider-header .owl-dots {
		bottom: inherit;
		top: 380px
	}
	.slider-header .owl-dots .container {
		padding: 0 20px
	}
	.slider-header .owl-carousel .item {
		overflow: hidden;
		height: auto
	}
	.slider-panel-gallery {
		margin-bottom: 30px
	}
	.gallery-buttons {
		padding: 0
	}
	svg.pupil {
		margin-bottom: 0;
		transform: translateY(0)
	}
	.slider-gallery-main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;
		margin-top: 25px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0
	}
	.slider-gallery-main .owl-carousel {
		padding: 0
	}
	.slider-gallery-main .owl-carousel .owl-stage-outer {
		min-height: 0px
	}
	.slider-gallery-main .desc {
		padding: 20px 0;
		position: relative;
		min-height: 185px
	}
	.slider-gallery-main .desc a {
		float: left !important;
		position: absolute;
		top: 90px;
		left: 0px
	}
	.slider-gallery-main .desc p.right,
	.slider-gallery-main .desc .left {
		margin: 0
	}
	.slider-gallery-main .desc .text-center {
		float: right !important
	}
	.slider-gallery-main .owl-next {
		right: 10px;
		top: auto;
		bottom: 35px;
		transform: scale(1)
	}
	.slider-gallery-main .owl-prev {
		right: 55px;
		left: auto;
		top: auto;
		bottom: 35px;
		transform: scale(1)
	}
	.slider-gallery-sub {
		display: none
	}
	#order {
		display: none
	}
	.slider-bottom .owl-carousel .item .small-only-text-left {
		text-align: right !important
	}
	.slider-bottom .owl-carousel .item .owl-slide-desc {
		width: 100%;
		padding: 30px;
		background: url(../img/bg_bt.png) top right 40px no-repeat
	}
	.slider-bottom .owl-carousel .item .owl-slide-desc p {
		font-size: 18px;
		line-height: 1.2
	}
	.slider-panel-gallery .owl-carousel {
		height: 320px;
		width: 320px;
		margin: 0 auto
	}
	.slider-panel-gallery .owl-carousel .item {
		max-height: 320px;
		min-height: 320px;
		height: 320px
	}
	.slider-panel-gallery .owl-carousel .item img {
		max-height: 320px;
		min-height: none
	}
	.images-container {
		max-height: none
	}
	.news-panels {
		margin-top: 20px
	}
	.news-panels .readmore {
		max-height: none
	}
	.news-panels .readmore img {
		width: 100%
	}
	.news-panels .columns {
		max-height: none;
		height: auto
	}
	.tiles .columns {
		margin-bottom: 0px;
		padding: 0;
		height: auto
	}
	.columns div.nav {
		padding: 30px;
		height: 85px
	}
	.tiles .columns .panel {
		height: auto;
		padding-bottom: 85px
	}
	.tiles .columns .panel .inner {
		max-height: none
	}
	.panel {
		margin-bottom: 0
	}
	.tiles {
		margin: 0 auto
	}
	._news:before,
	._news:after {
		display: none
	}
	._news .owl-carousel {
		position: static;
		z-index: 120;
		visibility: visible
	}
	.bb-bookblock {
		visibility: hidden;
		position: absolute;
		top: 0
	}
	.bb-bookblock .bb-item {
		position: static;
		visibility: hidden
	}
	.bb-bookblock .image img {
		width: 100%;
		height: auto;
		position: static;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none
	}
	.bb-bookblock .news {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
		height: auto;
		max-height: none;
		padding-bottom: 85px
	}
	.bb-bookblock .news time {
		position: static
	}
	.bb-bookblock .news h2 {
		margin-top: 10px
	}
	.bb-bookblock .news .arrow {
		position: absolute;
		left: 10px;
		top: -15px;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 15px solid #fff
	}
	.bb-bookblock .image:after {
		display: none
	}
	.faq.columns div.nav {
		padding-top: 30px
	}
	.upper.absolute {
		position: static
	}
	.tiles .galleries {
		margin: 30px 0 20px 0
	}
	.tiles .galleries div.nav {
		height: 50px !important;
		padding-bottom: 10px;
		padding-top: 10px
	}
	.tiles .galleries .upper {
		margin: 0 15px 15px 15px
	}
	.tiles .galleries .buttons {
		float: none;
		margin: 0 auto;
		display: block;
		width: 102px;
		margin-top: -32px
	}
	.tiles .twitter .panel p {
		font-size: 19px;
		margin-top: 20px
	}
	.tiles .twitter .panel time {
		margin-bottom: 45px;
		font-size: 15px;
		display: block
	}
	.tiles .events time {
		margin: 0px 0 10px 0;
		font-size: 15px
	}
	.tiles .events time:before,
	.tiles .events time:after {
		content: "";
		margin: 0
	}
	.tiles .teacher .upper {
		margin: 15px
	}
	.tiles .teacher .cloud {
		margin-left: 15px;
		min-height: auto;
		margin-bottom: 100px
	}
	.tiles .teacher .image {
		right: -20px;
		bottom: -26px;
		transform: scale(0.8)
	}
	.tiles .teacher .who {
		padding-bottom: 20px
	}
	._news div.nav {
		left: 0;
		right: 0
	}
	.universal-page {
		margin-top: 10px;
		padding: 0 30px
	}
	.universal-page img,
	.universal-page img[style*='right'],
	.universal-page img[style*='left'],
	.universal-page table,
	.universal-page a img.alignright,
	.universal-page a img.alignleft {
		margin: 0 0 20px -15px;
		width: calc(100% + 30px);
		max-width: none;
		float: none !important;
		border-right: 0;
		border-left: 0
	}
	.universal-page .table-wrap {
		margin: 0 0 20px -15px;
		width: calc(100% + 30px)
	}
	.universal-page .table-wrap table {
		margin: 0
	}
	.universal-page *[style*=width]:not(.mejs-container) {
		width: 100% !important
	}
	.universal-page table img {
		margin: 0;
		width: 100%;
		max-width: 100%
	}
	.flip-container,
	.back,
	.front {
		margin-bottom: 0
	}
	.tiles .feedback .panel {
		height: 440px;
		margin-bottom: 30px
	}
	.tiles .feedback .panel p {
		font-size: 25px
	}
	.tiles .feedback .flip-container,
	.tiles .feedback .flipper {
		height: 440px
	}
	.flip-container.onhover {
		height: auto
	}
	.flip-container.onhover .front,
	.flip-container.onhover.vertical .front,
	.flip-container.onhover.vertical.top .front,
	.flip-container.onhover.left .front {
		display: none;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		height: auto
	}
	.flip-container.onhover .back,
	.flip-container.onhover.vertical .back,
	.flip-container.onhover.vertical.top .back,
	.flip-container.onhover.left .back {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		position: static;
		height: auto
	}
	.flip-container.onhover.vertical:hover,
	.flip-container.onhover.vertical.top:hover,
	.flip-container.onhover.left:hover,
	.flip-container.onhover:hover {
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none
	}
	.slider-bottom {
		width: 100%;
		margin: 0 auto
	}
	footer {
		width: 100%;
		margin: 0 auto
	}
	footer .row .columns:last-child {
		margin-top: 50px
	}
	footer .logo {
		display: block;
		position: static;
		padding: 30px;
		padding-bottom: 0px
	}
	footer .contacts {
		float: none;
		padding: 30px
	}
	footer .contacts a {
		display: block;
		padding: 0
	}
	footer .contacts a:first-child {
		border-right: 0
	}
	nav.foot-nav {
		padding: 0 30px
	}
	nav.foot-nav ul li {
		display: block
	}
	nav.foot-nav ul li a {
		margin: 0;
		font-size: 17px
	}
	.main-section {
		background: #fff
	}
	.copyrights {
		padding: 30px;
		font-size: 15px;
		margin: 0;
		line-height: 1.5
	}
	.copyrights span {
		font-size: 15px
	}
	.copyrights span:last-child {
		display: block;
		float: none
	}
	.pink-g.bordered.gray {
		border-color: #fff
	}
	#off-canvas-trigger {
		-moz-transform: scale(0.6) translateX(12px);
		-ms-transform: scale(0.6) translateX(12px);
		-webkit-transform: scale(0.6) translateX(12px);
		transform: scale(0.6) translateX(12px)
	}
	footer .container,
	.owl-carousel .owl-caption .container {
		width: 100%
	}
	.slider-header.subpage img {
		height: auto
	}
	.slider-header.subpage .vertical-align {
		z-index: 1
	}
}

@media only screen and (max-width: 500px) {
	.slider-header.subpage img {
		height: 300px
	}
}

@media only screen and (max-width: 420px) {
	#map {
		height: 300px
	}
	#events .clndr-grid {
		display: none
	}
	.events-hide {
		display: none
	}
	#events .event-listing {
		width: 100%;
		padding: 0;
		max-height: none
	}
	.news-panels .panel {
		margin-bottom: 0
	}
	.slider-bottom .owl-carousel .item .owl-image img {
		top: 0;
		height: 100%;
		width: auto;
		left: 50%;
		min-width: 100%;
		max-width: none;
		position: relative;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	label.styled-select {
		position: relative;
		width: 100%;
		margin-left: -10px;
		display: block
	}
	.container,
	.container.tiles .row {
		width: 100%
	}
	.pink-g.bordered.gray {
		border-color: #fff
	}
	.slider-header .owl-carousel .item {
		overflow: hidden;
		height: auto
	}
	footer .row .columns,
	footer .row .columns:last-child {
		margin-top: 0;
		width: 100%
	}
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
	.row.timetables .columns.medium-4 {
		width: 50%
	}
}

@media only screen and (max-width: 730px) {
	.wrapper.pupil {
		padding-bottom: 200px
	}
	.wrapper.pupil.landing .container {
		background-image: none
	}
	.gallery-buttons {
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		padding: 20px 0
	}
	.inner-wrap.pupil .small-12.columns.animated.fadeInRight {
		padding: 0 10px
	}
	.wrapper.landing.pupil {
		background-size: contain
	}
	.wrapper.landing.pupil .panel {
		text-align: center;
		font-size: 0;
		padding: 0;
		margin-top: 40px
	}
	.wrapper.landing.pupil .panel br {
		display: none
	}
	.wrapper.landing.pupil .panel .item {
		text-align: center;
		margin-bottom: 20px;
		padding: 0 15px;
		display: inline-block;
		position: relative;
		vertical-align: top;
		width: 50%
	}
	.wrapper.landing.pupil .panel .item .img_c {
		width: auto;
		margin: 0 auto
	}
	.wrapper.landing.pupil .panel .item:first-of-type,
	.wrapper.landing.pupil .panel .item:last-of-type {
		padding: 0 15px
	}
	.wrapper.landing.pupil .panel .item .img_c:after,
	.wrapper.landing.pupil .panel .item:first-of-type .img_c:after,
	.wrapper.landing.pupil .panel .item:last-of-type .img_c:after {
		display: none
	}
	.wrapper.landing.pupil .panel .item:first-of-type img,
	.wrapper.landing.pupil .panel .item:last-of-type img {
		margin: 0
	}
	.wrapper.landing.pupil .panel .item img {
		max-width: 100%;
		height: auto;
		border-radius: 50%;
		margin: 0
	}
	.wrapper.landing.pupil .panel .item img:hover {
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	.wrapper.landing.pupil .panel .item p {
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		position: static;
		background: none !important;
		border: none;
		font-size: 14px;
		padding: 0;
		color: white
	}
}

@media only screen and (max-width: 360px) {
	.wrapper.pupil {
		padding-bottom: 140px
	}
	#faq_container {
		top: 100px
	}
	.tiles .teacher .who small {
		width: 130px
	}
}

@media screen and (max-device-width: 480px) {
	.side-nav li a:not(.button) {
		-webkit-text-size-adjust: 90%
	}
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 900px)
{
	.owl-carousel .owl-caption{background-color: #005fae; padding: 20px 0;}
	.owl-carousel .owl-slide-desc{padding: 0 20px; width: 100%; top: 0px;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
  
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
  
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
  
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
  
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
  
}