@charset "UTF-8";

@font-face {
	font-family: 'FontAwesome';
	src: url(1_fontawesome-webfont.eot);
	src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(2_fontawesome-webfont.woff2) format("woff2"), url(25_fontawesome-webfont.woff) format("woff"), url(14_fontawesome-webfont.ttf) format("truetype"), url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	-webkit-border-radius: .1em;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,
.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,
.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,
.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-vcard:before,
.fa-address-card:before {
	content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	font-weight: 300;
	font-size: 16px !important;
	line-height: 1.33;
	font-family: "FSJack", Arial, sans-serif;
	color: #4b5861;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0
}

html {
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none
}

input,
textarea {
	color: #36434b;
	font-family: "FSJack", Arial, sans-serif;
	outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer
}

td {
	margin: 0;
	padding: 0
}

form {
	padding: 0;
	margin: 0
}

a {
	color: #36434b;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent
}

a:hover,
a:focus {
	text-decoration: none;
	color: inherit
}

.article-wrap a:not(.button):not(.licences-list__link),
.link-wrap a:not(.button):not(.licences-list__link),
.aside-cont .tab-wrap a:not(.button):not(.licences-list__link) {
	color: #ff6b00
}

.article-wrap a:not(.button):not(.licences-list__link):hover,
.link-wrap a:not(.button):not(.licences-list__link):hover,
.aside-cont .tab-wrap a:not(.button):not(.licences-list__link):hover {
	text-decoration: underline
}

a,
span,
div,
button {
	outline: none !important
}

input[type=submit],
input[type=button],
button {
	-webkit-appearance: none;
	outline: none
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after,
.wrapper:after,
.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

ul,
li {
	list-style: none
}

@font-face {
	font-family: 'FSJack';
	src: url(31_FSJack-Light.eot);
	src: url(/fonts/FSJack-Light.eot#iefix) format("embedded-opentype"), url(19_FSJack-Light.woff) format("woff"), url(18_FSJack-Light.ttf) format("truetype"), url(5_FSJack-Light.svg) format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'MuseoSans';
	src: url(11_MuseoSans300.eot);
	src: url(/fonts/MuseoSans300.eot#iefix) format("embedded-opentype"), url(16_MuseoSans300.woff) format("woff"), url(27_MuseoSans300.ttf) format("truetype"), url(12_MuseoSans300.svg) format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'MuseoSans';
	src: url(26_MuseoSans500.eot);
	src: url(/fonts/MuseoSans500.eot#iefix) format("embedded-opentype"), url(20_MuseoSans500.woff) format("woff"), url(8_MuseoSans500.ttf) format("truetype"), url(28_MuseoSans500.svg) format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'MuseoSans';
	src: url(7_MuseoSans700.eot);
	src: url(/fonts/MuseoSans700.eot#iefix) format("embedded-opentype"), url(29_MuseoSans700.woff) format("woff"), url(23_MuseoSans700.ttf) format("truetype"), url(9_MuseoSans700.svg) format("svg");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'MuseoSans';
	src: url(21_MuseoSans900.eot);
	src: url(/fonts/MuseoSans900.eot#iefix) format("embedded-opentype"), url(4_MuseoSans900.woff) format("woff"), url(3_MuseoSans900.ttf) format("truetype"), url(24_MuseoSans900.svg) format("svg");
	font-weight: 900;
	font-style: normal
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	z-index: 8 !important
}

.jq-selectbox__select {
	height: 48px;
	padding: 10px 40px 0 20px;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	font-size: 18px;
	line-height: 1.4;
	color: #36434b;
	font-family: "MuseoSans", Arial, sans-serif;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.jq-selectbox__select-text {
	width: 100% !important
}

.jq-selectbox__select:active {
	background: #fff
}

.jq-selectbox.focused .jq-selectbox__select {
	background: #fff
}

.opened .jq-selectbox__select {
	border-color: #36434b;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.opened .jq-selectbox__trigger-arrow {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20px
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #ccc;
	background: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #888
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 39px;
	height: 100%
}

.jq-selectbox__trigger:before {
	content: "";
	width: 1px;
	height: 34px;
	background: #8d989e;
	position: absolute;
	top: 6px;
	left: 0
}

.jq-selectbox__trigger-arrow {
	border-color: #8d989e;
	border-style: solid;
	border-width: 1px 1px 0 0;
	display: inline-block;
	height: 12px;
	width: 12px;
	vertical-align: top;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: absolute;
	top: 13px;
	right: 12px
}

.jq-selectbox__dropdown {
	top: 47px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #36434b;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.jq-selectbox__search {
	margin: 5px
}

.jq-selectbox__search input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/css/AU/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	-webkit-box-shadow: inset 1px 1px #f1f1f1;
	box-shadow: inset 1px 1px #f1f1f1;
	color: #333;
	-webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #f0f0f0;
	font-size: 13px
}

.jq-selectbox ul {
	margin: 0;
	padding: 16px 0
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 14px 7px 28px;
	color: #36434b;
	font-size: 18px;
	line-height: 1.4;
	font-family: "MuseoSans", Arial, sans-serif
}

.jq-selectbox li.selected {
	background-color: #fff;
	color: #ff6b00
}

.jq-selectbox li:hover {
	background-color: #fff;
	color: #ff6b00
}

.jq-selectbox li.disabled {
	color: #ccc;
	background: none
}

.jq-selectbox li.disabled:hover {
	background: none
}

.jq-selectbox li.optgroup {
	font-weight: bold
}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231f20;
	cursor: default
}

.jq-selectbox li.option {
	padding-left: 25px
}

.jq-select-multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
	background: #fff;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default
}

.jq-select-multiple.focused {
	border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
	border-color: #ccc;
	background: #f5f5f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #888
}

.jq-select-multiple ul {
	margin: 0;
	padding: 0
}

.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none
}

.jq-select-multiple li:first-child {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
	background: #08c;
	color: #fff
}

.jq-select-multiple li.disabled {
	color: #aaa
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #ccc;
	color: #fff
}

.jq-select-multiple li.optgroup {
	font-weight: bold
}

.jq-select-multiple li.option {
	padding-left: 25px
}

.drop-cell .jq-selectbox__select {
	border-color: #fff;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	height: 46px;
	text-transform: uppercase;
	text-align: center;
	font: 900 12px/2.3 'MuseoSans';
	letter-spacing: 1.2px;
	padding: 10px 35px 0
}

.drop-cell .jq-selectbox__select:hover,
.drop-cell .jq-selectbox__select:focus {
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.drop-cell .jq-selectbox__trigger {
	width: 35px
}

.drop-cell .jq-selectbox__trigger:before {
	display: none
}

.drop-cell .jq-selectbox__trigger-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #36434b;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 20px;
	right: 20px
}

.drop-cell .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.drop-cell .jq-selectbox__dropdown {
	top: 61px;
	border: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.drop-cell .jq-selectbox__dropdown li {
	font-size: 14px;
	line-height: 2.5em;
	text-transform: uppercase;
	font-weight: 500
}

.drop-cell .jq-selectbox__dropdown li:hover,
.drop-cell .jq-selectbox__dropdown li.selected {
	font-weight: 900
}

.drop-cell .jq-selectbox.opened .jq-selectbox__select {
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .2)
}

.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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .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;
	-ms-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, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .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, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .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;
	-ms-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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .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(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	}

	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.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(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	}

	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.97, .97, .97);
		transform: scale3d(.97, .97, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .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(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .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(.3, .3, .3);
		transform: scale3d(.3, .3, .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, 6%, 0);
		transform: translate3d(0, 6%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 6%, 0);
		transform: translate3d(0, 6%, 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, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
	animation-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@-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(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .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 jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .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
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots {
	width: 100%;
	position: absolute;
	bottom: 14px;
	right: 0;
	text-align: right;
	padding: 0 23px 0 0
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	border: none;
	padding: 0;
	width: 10px;
	height: 10px;
	background: #d8d8d8;
	opacity: .5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.slick-dots li.slick-active button {
	opacity: 1
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer,
.fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading {
	background-image: url(/images/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-close:after,
.fancybox-close:before {
	content: "";
	width: 100%;
	height: 100%;
	height: 3px;
	background: #fff;
	top: 14px;
	left: 0;
	position: absolute
}

.fancybox-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(15_blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: -70px
}

.fancybox-next {
	right: -70px
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	cursor: pointer;
	z-index: 8040;
	border-color: #fff;
	border-style: solid;
	border-width: 3px 3px 0 0;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.fancybox-prev span {
	left: 20px;
	-webkit-transform: rotate(227deg);
	-ms-transform: rotate(227deg);
	transform: rotate(227deg)
}

.fancybox-next span {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: visible !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .9)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading {
		background-image: url(22_fancybox_sprite@2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(/images/fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

@-webkit-keyframes fadeInDownHeader {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownHeader {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

header {
	width: 100%;
	min-width: 320px;
	text-align: left;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	border-bottom: 1px solid #c9c9c9;
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	z-index: 91;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-animation: .5s .2s normal both fadeInDownHeader;
	animation: .5s .2s normal both fadeInDownHeader
}

header.fixed {
	background: #fff;
	height: 70px;
	position: fixed
}

header.fixed .nav {
	padding-top: 14px;
	padding-bottom: 22px
}

header.fixed .logo-link {
	top: 15px
}

header.fixed .header-btn {
	top: 15px
}

header.fixed .nav-list__link:after,
header.fixed .nav-list__link:before {
	bottom: 53px
}

header.fixed .search-result {
	top: 51px
}

header.fixed .menu-btn {
	top: 21px
}

.header-btn {
	position: absolute;
	top: 25px;
	right: 15px
}

.header-wrap {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.logo-link {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 147px;
	height: 37px;
	background: url(10_logo.png) no-repeat;
	background-size: contain
}

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: nowrap;
	-ms-flex-direction: nowrap;
	flex-direction: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 23px 0 34px
}

.nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.nav-list__item {
	padding: 0 7px
}

.nav-list__item-search {
	margin: 0 -44px 8px 0
}

.nav-list__item.active .nav-list__link:before,
[data-active-id="licences"] .nav-list__item--id-licences .nav-list__link:before,
[data-active-id="benefits"] .nav-list__item--id-benefits .nav-list__link:before,
[data-active-id="about"] .nav-list__item--id-about .nav-list__link:before,
[data-active-id="news"] .nav-list__item--id-news .nav-list__link:before,
[data-active-id="contact"] .nav-list__item--id-contact .nav-list__link:before,
[data-active-id="support"] .nav-list__item--id-support .nav-list__link:before,
[data-active-id="sign-in"] .nav-list__item--id-sign-in .nav-list__link:before {
	width: 100%
}

.nav-list__item.active .nav-list__link:active,
[data-active-id="licences"] .nav-list__item--id-licences .nav-list__link:active,
[data-active-id="benefits"] .nav-list__item--id-benefits .nav-list__link:active,
[data-active-id="about"] .nav-list__item--id-about .nav-list__link:active,
[data-active-id="news"] .nav-list__item--id-news .nav-list__link:active,
[data-active-id="contact"] .nav-list__item--id-contact .nav-list__link:active,
[data-active-id="support"] .nav-list__item--id-support .nav-list__link:active,
[data-active-id="sign-in"] .nav-list__item--id-sign-in .nav-list__link:active {
	font-weight: 900
}

.nav-list__link {
	color: inherit;
	text-transform: uppercase;
	font: 700 12px 'MuseoSans';
	padding: 15px 10px;
	position: relative;
	display: inline-block
}

.nav-list__link:hover {
	text-decoration: none
}

.nav-list__link-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: 4px;
	cursor: pointer
}

.nav-list__link-search:hover .search-color {
	fill: #ff6b00;
	stroke: #ff6b00
}

.nav-list__link--highlight {
	font-weight: 900;
	letter-spacing: 1px
}

.nav-list__link:before {
	content: "";
	width: 0;
	height: 5px;
	background: #ff6b00;
	position: absolute;
	bottom: 62px;
	left: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.nav-list__link:hover:before {
	width: 100%
}

.search-color {
	fill: #36434b;
	stroke: #36434b
}

.nav-search__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.search-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 8px;
	height: 100%;
	width: 36px;
	background: none;
	border: none;
	padding: 0;
	font-size: 0;
	line-height: 0
}

.search-form {
	position: absolute;
	top: 0;
	right: -50px;
	width: 0;
	height: 40px;
	-webkit-transition: width .2s linear;
	transition: width .2s linear;
	overflow: hidden;
	z-index: 5
}

.search-form svg {
	position: relative;
	top: 1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.search-form .form-cell__control {
	height: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	padding: 0 20px 2px 50px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	line-height: normal
}

.search-form.active {
	width: 110%
}

.menu-btn {
	display: none;
	position: absolute;
	top: 31px;
	right: 15px;
	padding-right: 30px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.menu-btn__status {
	text-transform: uppercase;
	font: 300 14px 'MuseoSans'
}

.menu-btn.active .menu-icon__line {
	border-color: transparent
}

.menu-btn.active .menu-icon__line:after {
	top: 10px;
	-webkit-transform: translatey(-10px) rotate(-45deg);
	-ms-transform: translatey(-10px) rotate(-45deg);
	transform: translatey(-10px) rotate(-45deg)
}

.menu-btn.active .menu-icon__line:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0
}

.menu-icon {
	width: 16px;
	height: 13px;
	position: absolute;
	top: 6px;
	right: 0
}

.menu-icon__line,
.menu-icon__line:after,
.menu-icon__line:before {
	display: inline-block;
	color: #36434b;
	border-bottom: 2px solid;
	top: 7px;
	right: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	content: "";
	position: absolute;
	display: block;
	height: 0;
	width: 16px
}

.menu-icon__line:after {
	top: 5px
}

.menu-icon__line:before {
	top: -5px
}

.nav-list__item-soc {
	display: none;
	text-align: center
}

.nav-list__item-soc .follow-soc__link {
	margin: 0 14px 0 0
}

.overlay {
	display: none;
	width: 100%;
	height: -webkit-calc(100% - 90px);
	height: calc(100% - 90px);
	position: absolute;
	top: 90px;
	left: 0;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	z-index: 8
}

.search-result {
	display: none;
	width: 100%;
	background: rgba(255, 255, 255, .95);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px 0 #f2f2f2;
	box-shadow: 0 0 2px 0 #f2f2f2;
	position: absolute;
	top: 58px;
	left: 24px;
	padding: 32px 33px 12px;
	-webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .25)
}

.search-result__item {
	margin-bottom: 23px
}

.search-result__link {
	color: #555;
	display: block
}

.search-result__link:hover {
	color: #ff6b00
}

.search-close {
	font: 300 14px 'MuseoSans';
	color: #8d989e;
	letter-spacing: .5px;
	position: absolute;
	top: 25px;
	right: 0;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: -1
}

.sheer .logo-link {
	background: url(/images/AU/logo-white.svg) no-repeat;
	background-size: contain
}

.sheer .nav-list__link {
	color: #fff
}

.sheer .nav-list__link:before,
.sheer .nav-list__link:after {
	background: #fff
}

.sheer .search-color {
	fill: #fff;
	stroke: #fff
}

.sheer .menu-btn {
	color: #fff
}

.sheer .menu-btn .menu-icon__line,
.sheer .menu-btn .menu-icon__line:after,
.sheer .menu-btn .menu-icon__line:before {
	color: #fff
}

.sheer .menu-btn.active {
	color: #36434b
}

.sheer .menu-btn.active .menu-icon__line,
.sheer .menu-btn.active .menu-icon__line:after,
.sheer .menu-btn.active .menu-icon__line:before {
	color: #36434b
}

.sheer.fixed .logo-link {
	background: url(10_logo.png) no-repeat;
	background-size: contain
}

.sheer.fixed .nav-list__link {
	color: #36434b
}

.sheer.fixed .nav-list__link:after,
.sheer.fixed .nav-list__link:before {
	background: #ff6b00
}

.sheer.fixed .search-color {
	fill: #36434b;
	stroke: #36434b
}

.sheer.fixed .menu-btn {
	color: #4b5861
}

.sheer.fixed .menu-icon__line {
	color: #36434b
}

.sheer.fixed .menu-icon__line:after,
.sheer.fixed .menu-icon__line:before {
	color: #36434b
}

.w-style .button {
	background: #fff;
	color: #36434b
}

.w-style .button:hover,
.w-style .button:focus {
	color: #36434b
}

footer {
	background: #36434b;
	text-align: left;
	width: 100%;
	min-width: 320px;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.footer-top {
	padding: 67px 0 0;
	position: relative
}

.footer-top .d-flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px
}

.footer-top .d-flex:after {
	content: "";
	display: block;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 1px;
	background: #8d989e;
	position: absolute;
	left: 15px;
	bottom: 0
}

.footer-bottom {
	padding: 70px 0 50px;
	color: #fff
}

.footer-logo {
	width: 144px
}

.footer-logo img {
	max-width: 100%
}

.bottom-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.bottom-list__item {
	max-width: 172px;
	font: 16px/1.57 'FSJack', 'Source Sans Pro', sans-serif
}

.bottom-list__item .follow-soc {
	text-align: left;
	margin-top: 28px
}

.bottom-list__item .follow-soc__link {
	color: #fff;
	border-color: #fff;
	text-align: center;
	margin: 0 20px 0 0;
	font-size: 17px;
	line-height: 1.9
}

.bottom-title {
	font-family: 'MuseoSans';
	font-weight: 700;
	margin-bottom: 16px
}

address a {
	color: #fff
}

.contact-links>a {
	display: block;
	color: #fff
}

.bottom-nav-list {
	padding-top: 6px
}

.bottom-nav-list__item {
	margin-bottom: 7px
}

.bottom-nav-list__link {
	color: #fff
}

.bottom-nav-list__link:hover {
	color: #ff6b00;
	font-weight: bold
}

.main-wrapper {
	padding: 0 0 0 0;
	min-width: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.container-fluid {
	min-width: 320px;
	max-width: 1210px;
	margin: 0 auto;
	position: relative
}

p {
	line-height: 1.625
}

.wowDelay200ms {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms
}

.wowDelay400ms {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms
}

.wowDelay600ms {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms
}

.wowDelay800ms {
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms
}

.wowDelay1000ms {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.wowDelay1200ms {
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms
}

.padRight img {
	padding-right: 30px
}

.padLeft img {
	padding-left: 30px
}

h1 {
	font-size: 56px;
	font-weight: 900;
	font-family: "MuseoSans", Arial, sans-serif;
	color: #36434b
}

h3 {
	font-size: 70px;
	font-weight: 900;
	line-height: 1.2;
	font-family: "MuseoSans", Arial, sans-serif;
	color: #fff
}

h2 {
	font-weight: 500;
	font-family: "MuseoSans", Arial, sans-serif
}

h4 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 900;
	font-family: "MuseoSans", Arial, sans-serif
}

.loaded .main-wrapper {
	visibility: hidden
}

.icon-load {
	background: url(17_loader.gif) no-repeat left top;
	width: 40px;
	height: 40px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-left: -20px;
	display: none
}

.loaded .icon-load {
	display: block
}

.content {
	min-width: 320px;
	text-align: left;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	min-height: 250px
}

.hidden {
	display: none
}

.alert-popup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.alert-cell {
	width: 100%;
	background: #ff6b00;
	color: #fff;
	padding: 30px 0 34px;
	position: relative
}

.alert-cell a {
	color: #fff;
	text-decoration: underline
}

.alert-wrap {
	max-width: 826px;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px
}

.alert-title {
	font-family: "MuseoSans";
	text-transform: uppercase;
	font-weight: 900
}

.alert-txt {
	font-size: 20px;
	line-height: 1.4
}

.close-btn {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 22px;
	height: 22px;
	cursor: pointer
}

.close-btn:before,
.close-btn:after {
	position: absolute;
	left: 10px;
	content: "";
	height: 24px;
	width: 3px;
	background-color: #fff;
	top: -1px
}

.close-btn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.button {
	display: inline-block;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	font: 900 12px/1.6 "MuseoSans", Arial, sans-serif;
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, right top, left top, from(#ff6b00), to(#f04900));
	background-image: -webkit-linear-gradient(right, #ff6b00, #f04900);
	background-image: linear-gradient(to left, #ff6b00, #f04900);
	text-transform: uppercase;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
	letter-spacing: .9px;
	padding: 14px 47px;
	border: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.button:hover,
.button:focus {
	color: #fff;
	filter: brightness(1.05);
	-webkit-filter: brightness(1.05)
}

.button.button-sm {
	padding-top: 10px;
	padding-bottom: 10px
}

.button.button-big {
	padding: 14px 80px
}

.button.w-button {
	background: #fff;
	color: #36434b
}

.button:after {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 20px 20px #fff;
	box-shadow: 0 20px 20px #fff;
	background: #000
}

.button:hover,
.button:focus {
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.main-section,
.music-section,
.licensing-section,
.means-section,
.how-section,
.num-section,
.video-section,
.custom-section,
.news-section {
	padding-top: 95px;
	padding-bottom: 95px;
	margin: 0
}

.main-section {
	position: relative;
	min-height: -webkit-calc(97vh - 120px);
	min-height: calc(97vh - 120px);
	height: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-bottom: 0;
	margin-top: 90px;
	text-align: center
}

.main-section>.container-fluid {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.main-section>.follow-soc {
	position: absolute;
	bottom: 25px;
	margin: 0 auto;
	left: 15px;
	right: 15px;
	max-width: 1200px
}

.main-section__wrap {
	max-width: 650px;
	margin: 0 auto
}

.main-section__wrap p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px
}

.main-section h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.main-section h1 span {
	display: inline-block
}

.main-section .note {
	margin-top: 30px
}

.main-section .txt-link {
	font-weight: 700
}

.title-c {
	color: #ff6b00
}

.note {
	font: 700 14px/1.2 "MuseoSans", Arial, sans-serif, "Source Sans Pro", sans-serif
}

.txt-link {
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	color: #ff6b00;
	font: 300 14px/1 "MuseoSans", Arial, sans-serif
}

.txt-link:hover,
.txt-link:focus {
	color: #ff6b00;
	border-color: #ff6b00
}

.txt-highlight {
	text-transform: uppercase;
	font: 700 80% "MuseoSans", Arial, sans-serif;
	letter-spacing: .05em;
	color: #ff6b00
}

.txt-padded-left {
	display: inline-block;
	padding-left: .62em
}

b,
strong {
	font-weight: 900
}

.follow-soc {
	margin-top: 40px;
	text-align: left
}

.follow-soc__title {
	font: 16px 'Source Sans Pro', sans-serif;
	color: #36434b;
	margin-right: 17px;
	display: inline-block
}

.follow-soc__link {
	display: inline-block;
	text-align: center;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: solid 1.6px #36434b;
	margin: 0 6px;
	line-height: 1.9;
	text-align: center
}

.follow-soc__link:hover {
	color: #ff6b00;
	border-color: #ff6b00
}

.follow-soc--stacked .follow-soc__title {
	display: block;
	margin-bottom: 10px
}

.contact-cell .follow-soc--stacked .follow-soc__title {
	font-weight: bold;
	font-family: inherit
}

.follow-soc--stacked .follow-soc__link:first-of-type {
	margin-left: 0
}

.follow-soc.share-soc .follow-soc__title {
	text-transform: uppercase;
	display: block;
	font-weight: 900;
	margin: 0 0 18px 0
}

.follow-soc.share-soc .follow-soc__link {
	margin: 0 10px 0 0
}

.main-bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover
}

.music-section {
	position: relative;
	z-index: 2;
	margin-bottom: 180px;
	padding: 130px 0 80px
}

.music-img {
	position: absolute;
	top: 95px;
	left: -9.5%;
	width: 59%;
	height: 559px;
	-webkit-box-shadow: 0 13px 36px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 13px 36px 0 rgba(0, 0, 0, .2)
}

.music-img img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.music-wrap {
	width: 48%;
	margin-left: auto;
	font: 300 20px/1.5 'FSJack';
	color: #fff;
	padding: 0 20px;
	position: relative;
	z-index: 2
}

.music-wrap .desc-wrap>p {
	margin-bottom: 38px;
	max-width: 540px
}

.music-wrap .header-wrap {
	margin: 0 0 0 -203px;
	letter-spacing: -1px;
	max-width: 525px;
	margin-bottom: 30px
}

.music-wrap .header-wrap p {
	line-height: inherit
}

.music-wrap .header-wrap span {
	color: #ff6b00
}

.licensing-section {
	position: relative;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3
}

.license-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto
}

.license-img {
	width: 30%
}

.license-img img {
	max-width: 100%
}

.license-desc {
	width: 50%;
	margin-left: auto;
	font: 300 20px "MuseoSans", Arial, sans-serif;
	color: #36434b
}

.license-desc h3 {
	font-size: 30px;
	font-weight: 900;
	color: #36434b;
	margin-bottom: 15px
}

.license-desc .link-arrow {
	color: #36434b;
	margin-top: 20px
}

.license-desc .link-arrow:after {
	border-color: #36434b
}

.means-section {
	text-align: center
}

.title {
	color: #36434b;
	position: relative;
	font: 900 36px/1.33 "MuseoSans", Arial, sans-serif;
	letter-spacing: -.9px;
	text-align: center
}

.title:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #ff6b00;
	display: block;
	margin: 31px auto
}

.means-list {
	padding-top: 23px
}

.means-list__item {
	margin-bottom: 32px
}

.means-list__item img {
	display: inline-block;
	margin-bottom: 32px;
	object-fit: contain
}

.mean-title {
	font: 900 24px/1.5 "MuseoSans", Arial, sans-serif;
	margin-bottom: 20px
}

.mean-desc {
	font-size: 20px;
	line-height: 1.5
}

.subtitle {
	font-size: 20px;
	line-height: 1.5;
	color: #555;
	max-width: 700px;
	margin: 0 auto;
	text-align: center
}

.how-list {
	padding: 122px 0 0
}

.how-list__item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	min-height: 512px;
	padding: 0 0 55px;
	margin: 0 0 102px
}

.how-list__item:nth-child(even) .how-wrap {
	margin: 47px auto 0 0
}

.how-list__item:nth-child(even) .how-img {
	left: auto;
	right: 0
}

.how-list__item:last-child {
	margin-bottom: 95px
}

.how-img {
	width: 57%;
	height: 457px;
	position: absolute;
	top: 0;
	left: 0
}

.how-img img {
	width: 100%;
	height: 160%;
	object-fit: cover
}

.how-wrap {
	-webkit-box-shadow: 0 8px 19px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 8px 19px 0 rgba(0, 0, 0, .13);
	width: 58.3%;
	margin: 47px 0 0 auto;
	background: #fff;
	font: 18px/1.5 'FSJack';
	padding: 140px 25px 42px 100px;
	position: relative
}

.how-wrap p {
	color: #4b5861;
	margin-bottom: 1rem
}

.how-wrap p:last-of-type {
	margin-bottom: 0
}

.title-sm:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #36434b;
	margin: 15px 0 30px
}

.title-sm-c:after {
	background: #ff6b00;
	margin-bottom: 20px
}

.how-num {
	position: absolute;
	top: 42px;
	left: 30px
}

.align-center {
	text-align: center
}

.num-section {
	position: relative;
	color: #fff
}

.num-section .container-fluid {
	z-index: 3
}

.num-cell {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 20px;
	padding: 40px 30px;
	line-height: 1.5
}

.num-cell:first-child {
	padding-left: -webkit-calc(50vw - 570px);
	padding-left: calc(50vw - 570px)
}

.num-cell:last-child {
	padding-right: -webkit-calc(50vw - 570px);
	padding-right: calc(50vw - 570px)
}

.num-cell .link-arrow {
	margin-top: 40px
}

.num-persent {
	font: 900 68px/1.15 "MuseoSans", Arial, sans-serif;
	letter-spacing: -1.3px;
	margin-bottom: 16px
}

.link-arrow {
	display: inline-block;
	position: relative;
	font: 900 14px/1.7 "MuseoSans", Arial, sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 20px 0 0
}

.link-arrow:after {
	content: "";
	border-color: #fff;
	border-style: solid;
	border-width: 2px 2px 0 0;
	display: inline-block;
	height: 10px;
	width: 10px;
	vertical-align: top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: absolute;
	top: 6px;
	right: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.link-arrow:hover:after {
	-webkit-transform: translate(3px) rotate(45deg);
	-ms-transform: translate(3px) rotate(45deg);
	transform: translate(3px) rotate(45deg)
}

.video-section {
	background: #fff
}

.video-section__wrap {
	max-width: 900px;
	margin: 50px auto 0
}

.news-list {
	padding: 20px 0 60px
}

.news-list__item {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer
}

.news-list__item:hover,
.news-list__item:focus {
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.news-img {
	height: 219px;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	overflow: hidden
}

.news-img a {
	display: block;
	height: 100%
}

.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.news-wrap {
	background: #fff;
	padding: 26px 25px 20px;
	font-family: "MuseoSans", Arial, sans-serif;
	color: #4b5861
}

.news-wrap .link-arrow {
	color: #4b5861
}

.news-wrap .link-arrow:after {
	border-color: #4b5861
}

.news-category {
	text-transform: uppercase;
	color: #8d989e;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.71;
	margin-bottom: 9px;
	white-space: nowrap
}

.news-title {
	font-size: 24px;
	color: #4b5861;
	line-height: 1.5;
	font-weight: 900;
	margin-bottom: 3px;
	height: 72px;
	overflow: hidden
}

.news-desc {
	font: 100%/1.63 'FSJack', 'Source Sans Pro', sans-serif;
	color: #555;
	margin-bottom: 24px;
	height: 78px;
	overflow: hidden
}

.join-section {
	-webkit-box-shadow: 0 -1px 0 0 #e3e3e3, 0 1px 0 0 #e3e3e3;
	box-shadow: 0 -1px 0 0 #e3e3e3, 0 1px 0 0 #e3e3e3;
	padding: 50px 0 40px
}

.join-section .row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.join-section h3 {
	color: #36434b;
	font-size: 28px;
	line-height: 1.29
}

.join-section p {
	font-size: 20px;
	line-height: 1.5
}

.join-form {
	position: relative
}

.join-form .button[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 174px
}

.join-form .form-cell__control {
	padding-right: 200px;
	-webkit-border-radius: 4px 24px 24px 4px;
	border-radius: 4px 24px 24px 4px
}

.form-cell {
	position: relative
}

.form-cell__control {
	height: 48px;
	width: 100%;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #c9c9c9;
	background: #fff;
	font-size: 18px;
	line-height: normal;
	padding: 0 20px 2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-cell__control:focus {
	border-color: #36434b
}

.form-cell__control:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.form-cell__control[disabled] {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f4f4f4
}

.form-cell.error .form-cell__control {
	background-color: rgba(245, 69, 7, .09);
	border-color: #f54507
}

textarea.form-cell__control {
	resize: none;
	height: 101px;
	padding-top: 10px
}

::-webkit-input-placeholder {
	color: #4b5861
}

::-moz-placeholder {
	color: #4b5861
}

:-moz-placeholder {
	color: #4b5861
}

:-ms-input-placeholder {
	color: #4b5861
}

.b-button {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border: none;
	background: #36434b;
	color: #fff
}

.b-button:hover,
.b-button:focus {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.news-section-inner {
	background: #f2f2f2
}

.article-section {
	padding: 195px 0 50px;
	background: #f7f9fb;
	line-height: 1.45
}

.article-section h1 {
	font-size: 48px;
	line-height: 1.3;
	letter-spacing: -.9px;
	margin-bottom: 20px
}

.article-section h2 {
	font: 900 28px/1.3 "MuseoSans", Arial, sans-serif;
	color: #36434b;
	margin-bottom: 10px
}

.article-section h3 {
	font: 900 24px/1.5 "MuseoSans", Arial, sans-serif;
	color: #36434b;
	margin-bottom: 10px
}

.article-category {
	color: #36434b
}

.article-date {
	color: #8d989e
}

.article-wrap {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 35px
}

.article-wrap p {
	margin-bottom: 24px
}

.article-wrap:after {
	content: "";
	display: table;
	clear: both
}

.article-wrap p>img {
	max-width: -webkit-calc(100% - 20px);
	max-width: calc(100% - 20px);
	margin: 12px 10px
}

.article-wrap a.button {
	margin-bottom: 20px
}

.aside-cont .tab-wrap a.button,
.article-wrap a.button {
	margin-bottom: 20px
}

.article-attr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font: 500 14px "MuseoSans", Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px
}

p.a-subtitle {
	font-size: 20px;
	line-height: 1.5;
	color: #4b5861;
	padding: 0 0 40px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 40px
}

figcaption {
	position: absolute;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	line-height: 2.2;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.article-figure {
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 55px 0 0;
	position: relative
}

.article-figure__img {
	margin-bottom: 6px
}

.article-figure__img img {
	width: 100%;
	height: 550px;
	object-fit: cover
}

.article-figure__img .video-wrap {
	margin-bottom: 50px
}

.article-figure-floated {
	float: left;
	margin-left: -65px;
	margin-right: 30px;
	max-width: -webkit-calc(65% + 65px);
	max-width: calc(65% + 65px);
	max-height: 420px;
	margin-bottom: 20px
}

.article-figure-floated--right {
	float: right;
	margin-right: -65px;
	margin-left: 30px
}

.article-figure-floated__img {
	position: relative
}

.article-figure-floated__img img {
	max-width: 100%;
	max-height: 400px;
	object-fit: contain
}

.article-figure-desc {
	width: 980px;
	max-width: 90vw;
	margin: 0 -65px 20px;
	padding: 10px 0 0
}

.article-figure-desc__img {
	float: left;
	margin-right: 30px;
	width: 55%;
	position: relative
}

.article-figure-desc__img img {
	width: 100%;
	height: 324px;
	object-fit: cover
}

.article-figure-desc .content {
	background-color: transparent;
	width: 45%;
	padding: 0 15px 0 22px;
	margin: -9px 0 0
}

.article-figure-desc .content p {
	margin-bottom: 25px
}

.article-figure-desc.right .article-figure-desc__img {
	float: right;
	margin-right: 0;
	margin-left: 30px
}

.article-figure-desc:after {
	content: "";
	display: table;
	clear: both
}

blockquote {
	font-size: 26px;
	line-height: 1.38;
	color: #36434b;
	position: relative;
	padding-left: 52px;
	margin-bottom: 26px;
	text-shadow: 0 0 #36434b;
	border-left: 6px solid #ff6b00
}

blockquote:before {
	content: "“";
	font-family: Arial, sans-serif;
	font-size: 85px;
	position: relative;
	color: #dfdfdf;
	top: 43px;
	line-height: 0;
	margin-right: 10px
}

blockquote:after {
	content: "”";
	font-family: Arial, sans-serif;
	font-size: 85px;
	position: relative;
	color: #dfdfdf;
	top: 43px;
	line-height: 0;
	margin-left: 10px
}

.article-wrap blockquote {
	margin-bottom: .5em
}

.article-section-bg {
	padding: 0 0 50px
}

.article-photo {
	width: 100%;
	height: 460px;
	object-fit: cover
}

.article-wrap-case {
	max-width: 1083px;
	margin: -124px auto 0;
	padding: 53px 150px 0;
	background: #f7f9fb;
	position: relative;
	z-index: 2
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	cursor: pointer
}

.video-wrap:after {
	content: "";
	display: block;
	width: 116px;
	height: 116px;
	background: url(30_play.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .8
}

.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.1%;
	height: 100%
}

.video-wrap .video-img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover
}

.play-video:after {
	display: none
}

.title-section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 460px
}

.title-section__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0
}

.title-section:before {
	content: "";
	width: 100%;
	height: 176px;
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .45)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .45), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .45), transparent);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.title-section .container-fluid {
	width: 100%;
	margin: 50px 0 0
}

.title-section h1 {
	font-size: 48px;
	color: #fff;
	text-align: center
}

.sub-h1 {
	font-family: "MuseoSans";
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 50px auto 0;
	max-width: 765px
}

.content-section {
	background: #f7f9fb;
	padding: 70px 0
}

.content-section h4 {
	margin-bottom: 8px
}

.contact-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contact-wrap p {
	color: #36434b
}

.contact-cell {
	width: 32%
}

.contact-cell a {
	color: #36434b
}

.contact-cell p {
	margin-bottom: 22px
}

.contact-cell address {
	display: block
}

.contact-form-box {
	width: 68%;
	padding: 3px 0 0 22px
}

.contact-form {
	max-width: 480px
}

.form-row {
	margin-bottom: 23px;
	display: block
}

.form-row:last-child {
	padding-top: 6px
}

.form-row:last-child .button {
	max-width: 180px
}

.form-label {
	font-size: 14px;
	font-family: "MuseoSans", Arial, sans-serif;
	display: block;
	color: #36434b;
	margin-bottom: 7px
}

.content-top {
	margin: 90px 0 0;
	padding: 0 0 0;
	background: #f7f9fb
}

.error-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 560px;
	padding: 40px 0
}

.error-wrap img {
	width: 65px;
	height: 65px;
	margin-bottom: 40px
}

.error-wrap h1 {
	font-size: 24px;
	margin-bottom: 15px
}

.error-wrap h1:after {
	margin: 20px auto
}

.error-wrap p {
	font-size: 20px;
	color: #555
}

.news-list-cards .news-list__item {
	margin-bottom: 48px
}

.filter-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 35px;
	z-index: 3;
	position: relative
}

.drop-cell {
	width: 215px;
	margin: 0 0 0 10px
}

.support-wrap {
	max-width: 583px;
	margin: 51px auto 0;
	width: 100%
}

.support-wrap h1 {
	margin-bottom: 18px
}

.search-cell {
	position: relative;
	z-index: 9
}

.search-cell .search-result {
	left: 0;
	top: 70px
}

.support-form {
	position: relative
}

.support-form .form-cell__control {
	height: 58px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	padding: 0 20px 0 50px
}

.support-form .search-btn {
	top: 2px;
	left: 11px
}

.w-aside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

aside {
	width: 360px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.aside-cont {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 30px 0 80px 82px;
	position: relative
}

.aside-cont h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 27px
}

.aside-cont h2.results-title {
	font-weight: 900;
	font-size: 24px;
	text-transform: none
}

.aside-cont h2.results-title span {
	color: #4b5861;
	font: 20px/1.5 'FSJack';
	display: block
}

.aside-wrap {
	background: #fff;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
	padding: 51px 15px 30px 70px
}

.support-list__item {
	margin-bottom: 33px
}

.support-list__item.active .support-list__link {
	font-weight: 900;
	color: #ff6b00
}

.support-list__link {
	text-transform: uppercase;
	font: 500 14px "MuseoSans", Arial, sans-serif;
	position: relative;
	padding-right: 20px;
	display: inline-block;
	-webkit-transition: none;
	transition: none
}

.support-list__link:hover {
	color: #ff6b00;
	font-weight: 500
}

.support-list__link:hover:after {
	opacity: 1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.support-list__link:after {
	content: "";
	border-color: #36434b;
	border-style: solid;
	border-width: 2px 2px 0 0;
	display: inline-block;
	height: 7px;
	width: 7px;
	vertical-align: top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: absolute;
	top: 4px;
	right: 0;
	opacity: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.accordion-list__item {
	border-top: 1px solid #c9c9c9
}

.accordion-list__item:last-child {
	border-bottom: 1px solid #c9c9c9
}

.accordion-title {
	position: relative;
	font-size: 20px;
	margin: 0;
	cursor: pointer;
	padding: 35px 50px 36px 0;
	color: #36434b
}

.accordion-title:after {
	content: "";
	border-color: #8d989e;
	border-style: solid;
	border-width: 2px 2px 0 0;
	display: inline-block;
	height: 15px;
	width: 15px;
	vertical-align: top;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: absolute;
	top: 37px;
	right: 18px
}

.accordion-title.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45px
}

.accordion-wrap {
	display: none;
	border-top: 1px solid #c9c9c9;
	line-height: 1.45;
	padding: 12px 0
}

.accordion-wrap p {
	margin-bottom: 25px
}

.table,
.article-wrap table {
	margin-bottom: 20px;
	background: #fff
}

.table tr th,
.table tr td,
.article-wrap table tr th,
.article-wrap table tr td {
	color: #36434b;
	vertical-align: top;
	border: none
}

.table tr th,
.article-wrap table tr th {
	text-transform: uppercase;
	font: 700 14px "MuseoSans", Arial, sans-serif;
	padding: 13px 13px 10px
}

.table tr td,
.article-wrap table tr td {
	padding: 15px 13px 19px
}

.table tr td.center,
.article-wrap table tr td.center {
	text-align: center
}

.table tr.total td,
.article-wrap table tr.total td {
	background: #f2f2f2;
	text-transform: uppercase;
	padding: 10px 13px 14px
}

.table tr.total td:first-child,
.article-wrap table tr.total td:first-child {
	background: #f7f9fb;
	border-bottom-color: #f7f9fb
}

.table tr.table-row--highlight,
.article-wrap table tr.table-row--highlight {
	border: 1px solid #ff6b00;
	-webkit-box-shadow: 0 0 0 0 #ff6b00;
	box-shadow: 0 0 0 0 #ff6b00;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.table tr.table-row--highlight:hover,
.article-wrap table tr.table-row--highlight:hover {
	-webkit-box-shadow: 0 0 3px 0 #ff6b00;
	box-shadow: 0 0 3px 0 #ff6b00
}

.table tr.table-row--highlight>td,
.article-wrap table tr.table-row--highlight>td {
	border-top: 1px solid #ff6b00
}

.table tr.table-row--highlight+tr>td,
.article-wrap table tr.table-row--highlight+tr>td {
	border-top: none
}

.table:not(.table-noborders) tr td,
.article-wrap table:not(.table-noborders) tr td {
	border-top: solid 2px #ebeded
}

.table:not(.table-noborders) tr:last-child td,
.article-wrap table:not(.table-noborders) tr:last-child td {
	border-bottom: solid 2px #ebeded
}

.table-col2 tr th:first-child {
	width: 75%
}

.table-small tr td {
	font-size: 16px;
	text-align: left;
	vertical-align: middle
}

.circle-list,
.article-wrap ul:not(.slick-dots) {
	margin-bottom: 20px;
	margin-left: 25px
}

.circle-list li,
.article-wrap ul:not(.slick-dots) li {
	line-height: 24px;
	color: #4b5861;
	margin-top: .45em;
	position: relative;
	padding-left: 5px
}

.circle-list li:before,
.article-wrap ul:not(.slick-dots) li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #4b5861;
	position: absolute;
	top: 11px;
	left: -10px
}

.article-wrap ol {
	margin-left: 25px;
	margin-bottom: 20px
}

.article-wrap ol li {
	margin-top: .5em;
	padding-left: 5px;
	list-style-type: decimal
}

.short-wrap {
	max-width: 562px;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 24px
}

.t-note {
	display: block;
	color: #8d989e;
	font-size: 14px
}

.table-cell {
	margin-bottom: 50px
}

.tab-box {
	position: relative
}

.tab-wrap {
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.hide-tab {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: -1;
	opacity: 0
}

.back-btn-mob {
	font: 14px "MuseoSans", Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border: none;
	background: none;
	padding: 20px 0 0;
	cursor: pointer;
	z-index: 2
}

.back-btn-mob:after {
	content: "";
	border-color: #36434b;
	border-style: solid;
	border-width: 2px 2px 0 0;
	display: inline-block;
	height: 12px;
	width: 12px;
	vertical-align: top;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: absolute;
	top: 0;
	right: 11px
}

.back-btn-mob:before {
	content: "";
	width: 22px;
	height: 2px;
	background: #36434b;
	display: block;
	position: absolute;
	top: 5px;
	right: 0
}

.chat-btn {
	width: 73px;
	height: 44px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	background: #ff6b00;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
	position: fixed;
	bottom: 40px;
	right: 40px;
	border: none;
	z-index: 9;
	padding: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.chat-btn__dots {
	display: block;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.chat-btn__dots:after,
.chat-btn__dots:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0
}

.chat-btn__dots:after {
	right: -14px
}

.chat-btn__dots:before {
	left: -14px
}

.chat-btn:hover,
.chat-btn:focus {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .15)
}

.search-wrap {
	min-height: 300px;
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 90px
}

.main-search-control {
	border-bottom: 1px solid #c9c9c9;
	padding: 98px 0 40px
}

.main-search-list {
	padding: 5px 0 0
}

.main-search-list__item {
	border-bottom: 1px solid #c9c9c9;
	padding: 30px 0;
	font-family: "FSJack";
	font-weight: 300;
	color: #4b5861;
	cursor: pointer
}

.main-search-list__item:hover>.search-title,
.main-search-list__item:focus>.search-title {
	color: #ff6b00
}

.main-search-list__item:last-child {
	border-bottom: none
}

.search-title {
	font-family: "MuseoSans";
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 900;
	color: #36434b
}

.search-breadcrumb {
	margin-bottom: 5px
}

.search-breadcrumb__item {
	display: inline-block;
	color: #8d989e;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 8px
}

.search-breadcrumb__item:after {
	content: "";
	border-color: #8d989e;
	border-style: solid;
	border-width: 1px 1px 0 0;
	display: inline-block;
	height: 5px;
	width: 5px;
	vertical-align: top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	position: relative;
	top: 11px;
	right: 0;
	margin-left: 3px;
	margin-right: 6px
}

.search-breadcrumb__item:last-child:after {
	display: none
}

.search-breadcrumb__link {
	display: inline-block;
	color: #8d989e
}

.search-prev {
	line-height: 1.7;
	font-family: "FSJack";
	color: #4b5861
}

.main-search-form {
	position: relative;
	margin-bottom: 3px
}

.main-search-form__control {
	display: block;
	font-size: 20px
}

.main-search-form .search-btn {
	left: auto;
	right: 0;
	width: 40px
}

.main-search-form .search-btn:hover .search-color {
	fill: #ff6b00;
	stroke: #ff6b00
}

.search-main-control {
	display: block;
	width: 100%;
	border: none;
	background: none;
	font: 900 38px "MuseoSans", Arial, sans-serif;
	color: #000;
	padding-right: 55px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.search-main-control:focus::-webkit-input-placeholder {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	color: #8d989e
}

.search-main-control:focus::-moz-placeholder {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	color: #8d989e
}

.search-main-control:focus:-ms-input-placeholder {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	color: #8d989e
}

.search-main-control:focus::placeholder {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	color: #8d989e
}

.main-num-results {
	font: 500 20px "MuseoSans", Arial, sans-serif;
	color: #4b5861
}

.main-search-paginator {
	margin-top: 10px;
	font: 500 16px "MuseoSans", Arial, sans-serif
}

.main-search-paginator__item {
	display: inline-block;
	min-width: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 12px;
	color: #36434b
}

.main-search-paginator__item:first-child {
	padding-left: 0;
	text-align: left;
	min-width: auto
}

.main-search-paginator__item:hover {
	color: #ff6b00
}

.main-search-paginator__item--active {
	color: #ff6b00
}

.main-search-paginator:hover>.main-search-paginator__item--active {
	color: #36434b
}

.main-search-paginator:hover>.main-search-paginator__item--active:hover {
	color: #ff6b00
}

.gallery-list {
	margin: 0 -10px 40px;
	text-align: center;
	font-size: 0;
	line-height: 0
}

.gallery-list__item {
	margin: 10px;
	display: inline-block
}

.gallery-link {
	display: block;
	width: 180px;
	height: 180px
}

.gallery-link:hover {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.gallery-link img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.section-title {
	font-size: 48px;
	line-height: 1.3;
	letter-spacing: -.9px;
	margin-bottom: 20px
}

.licences-list {
	margin: 0 -9px 27px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0 0
}

.licences-list__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 9px
}

.licences-list__item--size-large {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33%;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	padding: 9px
}

.licences-list__item--size-large .licences-list__link {
	height: 180px
}

.licences-list__item--size-large .licences-icon img {
	-webkit-transform: scale(130%);
	-ms-transform: scale(130%);
	transform: scale(130%)
}

.licences-list__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 120px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
	text-align: center;
	padding: 5px 8px;
	font: 14px "MuseoSans", Arial, sans-serif;
	letter-spacing: .5px
}

.licences-list__link:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.licences-list__link:hover,
.licences-list__link:focus {
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.licences-icon {
	margin: 2px auto
}

.licences-title {
	text-transform: uppercase;
	width: 100%
}

.link-dec {
	text-decoration: underline
}

.link-dec:hover {
	text-decoration: none
}

@media screen and (max-width:1200px) {
	.nav {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 175px;
		padding-right: 220px
	}

	.nav-list__item {
		padding: 0 6px
	}

	.nav-list__link {
		padding: 15px 12px
	}

	.footer-top {
		padding: 40px 0 0
	}

	.article-wrap-case {
		margin: -124px 20px 0;
		padding: 53px 0 0
	}

	.aside-wrap {
		padding: 40px 15px 25px 35px
	}

	.support-list__item {
		margin-bottom: 25px
	}

	aside {
		width: 340px
	}

	.aside-cont {
		padding: 20px 0 80px 35px
	}

	.num-cell:first-child {
		padding-left: 40px
	}

	.num-cell:last-child {
		padding-right: 40px
	}
}

@media screen and (max-width:1024px) {
	.article-figure figcaption {
		padding: 0 35px
	}

	.nav-list__item {
		padding: 0 5px
	}

	.nav-list__link {
		padding: 15px 10px
	}
}

@media screen and (min-width:992px) {
	.nav {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.nav .overlay {
		display: none !important
	}
}

@media screen and (max-width:991px) {
	.no-scroll {
		overflow: hidden
	}

	body {
		font-size: 16px !important
	}

	header.fixed .nav {
		padding: 0;
		top: 70px
	}

	.nav {
		position: fixed;
		top: 90px;
		left: 0;
		display: none;
		padding: 0;
		width: 100%;
		-webkit-box-shadow: 0 4px 18px #dadada;
		box-shadow: 0 4px 18px #dadada;
		z-index: 9
	}

	.nav .overlay {
		top: -90px;
		height: -webkit-calc(100% + 90px);
		height: calc(100% + 90px)
	}

	.close-btn {
		top: 20px
	}

	.nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #fff;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 15px 55px 25px;
		overflow-y: auto
	}

	.nav-list__item {
		width: 100%;
		margin: 33px 0 0;
		padding: 0 5px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.nav-list__item-search {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
		width: 100%;
		height: 66px;
		position: relative;
		text-align: right;
		z-index: 8
	}

	.nav-list__item-soc {
		margin-top: 5px;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		padding-left: 5px;
		position: fixed;
		bottom: 22px
	}

	.nav-list__item-soc a {
		background-color: #fff
	}

	.nav-list__link {
		font-size: 28px;
		text-transform: capitalize;
		padding: 9px 0 0;
		display: block;
		font-weight: 900
	}

	.nav-list__link-search {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		top: 0;
		height: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.nav-list__link:after {
		display: none
	}

	.nav-list__link:before {
		width: 40px !important;
		left: 0;
		top: 0;
		bottom: auto;
		height: 2px
	}

	.search-btn {
		left: 0
	}

	.search-box {
		height: 100%
	}

	.search-form {
		height: 100%;
		top: 0;
		right: -30px
	}

	.search-form:after {
		content: "";
		width: 100vw;
		height: 1px;
		background: #c9c9c9;
		position: absolute;
		bottom: 0;
		left: 0
	}

	.search-form.active {
		width: 100vw;
		right: -15px
	}

	.search-form.active+.search-close {
		opacity: 1;
		z-index: 5
	}

	.search-form .form-cell__control {
		border: none;
		height: 64px;
		padding-right: 50px
	}

	.search-result {
		left: 0;
		top: 66px;
		width: 100vw;
		text-align: left;
		padding: 25px 15px 15px;
		margin: 0 -25px
	}

	.search-result__item {
		margin-bottom: 15px
	}

	.header-btn {
		right: 116px
	}

	.menu-btn {
		display: block
	}

	.menu-btn__status {
		line-height: 2.2
	}

	.follow-soc__link {
		line-height: 1.9
	}

	.nav-list__item-soc {
		display: block
	}

	h3 {
		font-size: 48px
	}

	.music-section,
	.means-section,
	.how-section,
	.num-section,
	.video-section,
	.news-section,
	.main-section,
	.licensing-section,
	.custom-section {
		padding-top: 75px;
		padding-bottom: 75px;
		margin: 0
	}

	.music-section {
		margin-bottom: 0
	}

	.music-img {
		top: 30px;
		height: 362px
	}

	.music-wrap {
		width: 50%;
		font-size: 18px
	}

	.music-wrap .header-wrap {
		margin: 0 0 34px -120px
	}

	.title {
		font-size: 28px
	}

	.title:after {
		width: 40px
	}

	.title:after {
		margin: 20px auto 25px
	}

	.means-list__item {
		margin-bottom: 10px
	}

	.means-list__item img {
		margin-bottom: 24px
	}

	.mean-title {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 17px
	}

	.mean-desc {
		font-size: 16px;
		line-height: 1.63
	}

	.how-section .subtitle {
		margin-bottom: 24px
	}

	.subtitle {
		font-size: 16px
	}

	.how-list {
		padding: 32px 0 0
	}

	.how-list__item {
		min-height: 353px;
		padding: 0 0 40px;
		margin: 0 0 41px
	}

	.how-list__item:last-child {
		margin-bottom: 0
	}

	.how-img {
		height: 293px;
		width: 61%
	}

	.how-wrap {
		margin-top: 30px !important;
		padding: 73px 15px 17px 39px;
		font-size: 16px;
		min-height: 292px
	}

	.how-wrap p {
		padding-right: 90px
	}

	h4 {
		font-size: 20px
	}

	.title-sm:after {
		width: 37px
	}

	.how-num {
		top: 19px;
		left: 10px
	}

	.how-num svg {
		width: 72px;
		height: 106px
	}

	.num-cell {
		font-size: 18px
	}

	.num-cell .link-arrow {
		margin-top: 30px
	}

	.num-persent {
		margin-bottom: 2px
	}

	.news-img {
		height: 174px
	}

	.news-wrap {
		padding: 21px 18px 36px
	}

	.news-category {
		margin-bottom: 13px
	}

	.news-title {
		font-size: 20px;
		line-height: 1.3;
		height: 53px;
		margin-bottom: 13px
	}

	.join-section {
		text-align: center
	}

	.join-section p {
		font-size: 18px
	}

	.join-form {
		max-width: 425px;
		margin: 32px auto 0
	}

	.join-form .button[type=submit] {
		width: 145px;
		padding: 14px 0
	}

	.join-form .form-cell__control {
		padding-right: 155px
	}

	.footer-bottom {
		padding: 20px 0 25px
	}

	.article-section {
		padding: 135px 0 35px
	}

	.article-section h1 {
		font-size: 39px;
		margin-bottom: 10px
	}

	.article-attr {
		color: #8d989e
	}

	.article-figure {
		padding: 20px 0 0
	}

	.article-figure__img img {
		height: 420px
	}

	.article-figure-desc {
		margin: 0 0 20px
	}

	.article-figure-floated {
		float: none;
		margin-left: 0;
		max-width: 100%;
		width: 100%
	}

	.article-figure-floated__img img {
		max-height: 500px;
		margin-bottom: 10px
	}

	.article-figure-floated figcaption {
		padding: 0 35px;
		margin-bottom: 20px
	}

	p.a-subtitle {
		padding: 0 0 20px;
		margin-bottom: 30px
	}

	blockquote {
		padding-left: 30px;
		font-size: 22px
	}

	.overlay {
		background: rgba(255, 255, 255, .8)
	}

	.article-section-bg {
		padding: 0 0 35px
	}

	.article-wrap-case {
		margin: -88px 15px 0;
		padding-top: 40px
	}

	.article-wrap-case .article-wrap {
		padding: 0 22.5px
	}

	.article-photo {
		height: 360px
	}

	.video-wrap:after {
		width: 90px;
		height: 90px
	}

	.menu header {
		background: #fff;
		-webkit-transition: all .3s linear;
		transition: all .3s linear
	}

	.menu .sheer .nav-list__link {
		color: #36434b
	}

	.menu .sheer .nav-list__link:before,
	.menu .sheer .nav-list__link:after {
		background: #ff6b00
	}

	.menu .sheer .logo-link {
		background: url(10_logo.png) no-repeat;
		background-size: contain
	}

	.menu .search-color {
		fill: #36434b;
		stroke: #36434b
	}

	.menu .w-style .button {
		background: #ff6b00;
		color: #fff
	}

	.content-section {
		padding: 50px 0
	}

	.title-section {
		height: 350px
	}

	.title-section:before {
		height: 140px
	}

	.contact-cell {
		width: 40%
	}

	.contact-form-box {
		width: 60%
	}

	.error-wrap {
		height: 460px
	}

	aside {
		width: 250px
	}

	.aside-wrap {
		padding: 25px 15px 8px 15px
	}

	.support-list__item {
		margin-bottom: 18px
	}

	.accordion-title {
		padding: 25px 50px 26px 0
	}

	.accordion-title:after {
		top: 26px
	}

	.accordion-title.active:after {
		top: 34px
	}

	.aside-cont {
		padding: 20px 0 30px 25px
	}

	.main-search-control {
		padding-top: 50px
	}

	.fancybox-next {
		right: 26px
	}

	.fancybox-prev {
		left: 26px
	}

	.gallery-link {
		width: 150px;
		height: 150px
	}

	.gallery-list__item {
		margin: 8px
	}

	.section-title {
		font-size: 39px;
		margin-bottom: 10px
	}
}

@media screen and (min-width:768px) {

	.tabs,
	.aside-cont {
		display: block !important
	}

	.search-prev {
		font-size: 20px
	}
}

@media screen and (max-width:767px) {
	.header-btn {
		display: none;
		top: 12px;
		left: auto;
		left: 15px;
		width: 197px
	}

	header {
		height: 66px;
		z-index: 9
	}

	header.fixed {
		height: 55px
	}

	header.fixed .menu-btn {
		top: 14px
	}

	header.fixed .header-btn {
		top: 7px
	}

	header.fixed .nav {
		top: 55px
	}

	.logo-link {
		width: 108px;
		height: 27px;
		top: 22px
	}

	.logo-link img {
		max-width: 100%
	}

	.menu-btn {
		top: 19px
	}

	.nav {
		top: 66px;
		height: -webkit-calc(100vh - 66px);
		height: calc(100vh - 66px)
	}

	.nav-list {
		padding: 0 15px 25px 15px;
		height: -webkit-calc(100vh - 66px);
		height: calc(100vh - 66px)
	}

	.nav-list__item {
		margin: 0 0 18px
	}

	.nav-list__link {
		font-size: 20px
	}

	.menu .header-btn {
		display: inline-block
	}

	.main-section,
	.licensing-section,
	.num-section,
	.video-section,
	.means-section,
	.news-section,
	.music-section,
	.custom-section,
	.how-section {
		padding-top: 47px;
		padding-bottom: 47px;
		margin: 0
	}

	.main-section {
		margin-top: 66px
	}

	.main-section h1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 41px
	}

	.main-section h1 span {
		display: block
	}

	.main-section__wrap p {
		font-size: 17px;
		line-height: 1.6;
		margin-bottom: 44px;
		padding: 0 30px
	}

	.main-section .note {
		margin-top: 32px
	}

	.main-section .follow-soc {
		display: none
	}

	h1 {
		font-size: 39px;
		line-height: 1.14;
		letter-spacing: -1px
	}

	.main-bg {
		object-position: right
	}

	.licensing-section {
		padding: 0;
		display: block
	}

	.licensing-section .license-wrap {
		display: block;
		max-width: 500px
	}

	.licensing-section .license-img,
	.licensing-section .license-desc {
		margin: 40px auto;
		width: auto;
		max-width: -webkit-calc(100vw - 60px);
		max-width: calc(100vw - 60px)
	}

	.music-img {
		position: static;
		height: 296px;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.music-wrap {
		width: 100%;
		margin: 0
	}

	.music-wrap .header-wrap {
		margin: -45px 0 18px;
		max-width: 100%
	}

	.music-wrap .desc-wrap p {
		margin-bottom: 32px
	}

	.music-wrap>.music-button-wrap {
		text-align: center
	}

	.music-wrap>.music-button-wrap>a {
		margin: 0 auto;
		display: inline-block
	}

	h3 {
		font-size: 38px;
		line-height: 1.1
	}

	.means-list__item {
		margin-bottom: 24px
	}

	.means-list__item img {
		margin-bottom: 15px
	}

	.mean-title {
		font-size: 18px;
		margin-bottom: 8px
	}

	.mean-desc {
		font-size: 17px
	}

	.title {
		font-size: 24px
	}

	.how-list {
		padding: 17px 0 0
	}

	.how-list__item {
		padding: 0;
		margin: 0
	}

	.how-img {
		width: 100%;
		height: 230px;
		position: static
	}

	.how-wrap {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
		margin: 0;
		padding: 0;
		min-height: inherit;
		margin-top: 0 !important;
		padding: 46px 0 36px
	}

	.title-sm:after {
		margin: 17px 0 18px
	}

	.how-num {
		top: 23px;
		left: 1px
	}

	.how-num svg {
		width: 62px;
		height: 86px
	}

	.num-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.num-section {
		padding: 0
	}

	.num-section:after,
	.num-section:before {
		display: none
	}

	.num-section .container-fluid {
		margin: 0 -15px
	}

	.num-cell {
		margin: 0 !important;
		padding: 51px 15px 47px !important;
		width: 100%;
		max-width: 100%
	}

	.num-cell:first-child {
		background: #404c54
	}

	.num-cell:last-child {
		background: #36434b
	}

	.num-cell .link-arrow {
		margin-top: 20px
	}

	.num-persent {
		margin-bottom: 9px
	}

	.video-section__wrap {
		margin-top: 45px
	}

	.news-list {
		padding-bottom: 37px
	}

	.news-list__item {
		margin-bottom: 20px
	}

	.bottom-nav-list,
	address {
		display: none
	}

	.bottom-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 100px
	}

	.bottom-list__item {
		margin: 0 12px 20px
	}

	.bottom-list__item .follow-soc {
		text-align: center
	}

	.bottom-list__item .follow-soc__link {
		margin: 0 5px
	}

	.chat-btn {
		right: 18px;
		bottom: 18px
	}

	.button.button-big {
		min-width: 250px;
		padding: 10px 30px
	}

	footer .button.button-big {
		padding: 10px 46px;
		min-width: auto
	}

	.footer-logo {
		width: 120px
	}

	.footer-logo img {
		max-width: 100%
	}

	.footer-top {
		padding: 50px 0 0
	}

	.footer-top .d-flex {
		padding-bottom: 30px
	}

	.footer-bottom {
		padding: 40px 0 95px
	}

	.bottom-title {
		margin-bottom: 0
	}

	.contact-links {
		position: absolute;
		text-align: center;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 95px;
		margin: 0 !important
	}

	.footer-contact-details {
		-webkit-animation: none !important;
		animation: none !important
	}

	.article-figure__img img {
		height: 260px
	}

	.article-figure figcaption {
		font-size: 14px
	}

	.article-figure .video-wrap {
		margin-bottom: 0
	}

	.article-section {
		padding: 99px 0 35px
	}

	.article-section h1 {
		line-height: 1.14;
		margin-bottom: 30px
	}

	.article-section p {
		margin-bottom: .6em
	}

	.article-wrap p>img {
		max-width: 100vw;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: 50%;
		float: none !important
	}

	.article-attr {
		margin-bottom: 30px
	}

	.article-figure-desc,
	.article-figure-floated {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
		margin: 0 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.article-figure-desc__img,
	.article-figure-floated__img {
		float: none;
		width: 100vw;
		margin: 0 -35px 20px
	}

	.article-figure-desc__img img,
	.article-figure-floated__img img {
		height: 211px
	}

	.article-figure-desc.right .article-figure-desc__img,
	.article-figure-floated.right .article-figure-desc__img {
		float: none;
		margin: 0 -35px 20px
	}

	.article-figure-desc figcaption,
	.article-figure-floated figcaption {
		width: 100%;
		margin: 0;
		padding: 0 35px
	}

	.alert-mess {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 92
	}

	.alert-popup {
		z-index: 2;
		padding: 0 15px
	}

	.alert-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .9);
		cursor: pointer
	}

	.alert-cell {
		-webkit-box-shadow: 0 2px 10px 0 #c2c2c2, 0 2px 15px 0 #e9eaeb;
		box-shadow: 0 2px 10px 0 #c2c2c2, 0 2px 15px 0 #e9eaeb;
		position: fixed;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		left: 15px;
		padding: 46px 0 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.overlay {
		height: -webkit-calc(100% - 66px);
		height: calc(100% - 66px);
		top: 66px
	}

	.alert-txt {
		font-size: 17px
	}

	.article-section-bg {
		padding: 0 0 35px
	}

	.article-photo {
		height: 287px
	}

	.contact-cell {
		width: 100%
	}

	.contact-form-box {
		width: 100%;
		padding: 0;
		margin-bottom: 22px;
		margin-top: 40px
	}

	.content-section {
		padding: 50px 0 30px
	}

	.title-section {
		min-height: 288px;
		padding-top: 66px;
		background-color: #f7f9fb;
		display: block;
		height: auto
	}

	.title-section .container-fluid {
		margin: 0;
		text-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.title-section h1 {
		margin: 0 auto;
		font-size: 39px;
		height: 222px;
		padding-top: 80px
	}

	.title-section .sub-h1 {
		margin-top: 10px;
		color: #36434b;
		margin-bottom: -30px
	}

	.title-section img {
		height: 288px
	}

	.contact-form {
		max-width: 100%
	}

	.content-top {
		margin: 66px 0 0
	}

	.error-wrap {
		height: 350px
	}

	.error-wrap img {
		margin-bottom: 25px
	}

	.error-wrap h1 {
		margin-bottom: 0
	}

	.error-wrap p br {
		display: none
	}

	.filter-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 3px
	}

	.drop-cell {
		width: 100%;
		margin: 0 0 20px
	}

	.w-aside {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	aside {
		width: 100%
	}

	.aside-wrap {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0
	}

	.aside-cont {
		padding: 0 0 30px;
		display: none
	}

	.support-list__link {
		display: block;
		padding: 7px 20px 6px 0
	}

	.support-list__link:after {
		width: 12px;
		height: 12px;
		top: 8px;
		opacity: 1
	}

	.search-result {
		margin: 0 -15px
	}

	.search-cell {
		display: none
	}

	.back-btn-mob {
		display: block
	}

	.indent-right {
		padding-right: 80px
	}

	.table {
		max-width: 100%
	}

	.table tr th {
		font-size: 12px
	}

	.table tr td {
		font-size: 14px
	}

	.short-wrap {
		font-size: 16px
	}

	.circle-list li {
		line-height: 1.625;
		font-size: 15px
	}

	.table-mobile {
		margin-bottom: 10px
	}

	.table-mobile tr td,
	.table-mobile tr th {
		padding: 10px 10px 12px;
		vertical-align: top;
		font-family: 'FSJack';
		border: none
	}

	.table-mobile tr th {
		text-shadow: 0 0 #4b5861
	}

	.table-mobile tr.total {
		padding: 10px 10px 12px
	}

	.table-mobile tr.total th {
		background: #f2f2f2
	}

	.table-mobile tr.total th,
	.table-mobile tr.total td {
		border-bottom: solid 2px #ebeded
	}

	.table-responsive-sm {
		display: block;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.gallery-link {
		width: 80px;
		height: 80px
	}

	.licences-list {
		margin: 0 -5px 20px;
		padding: 5px 0 0
	}

	.licences-list__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333%;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
		padding: 5px
	}

	.licences-list__item--size-large {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 5px
	}

	.licences-list__link {
		font-size: 12px;
		height: 100px
	}

	.support-wrap {
		margin: 0;
		max-width: none
	}
}

@media screen and (max-width:991px) and (orientation:landscape) {
	.nav {
		bottom: 0;
		overflow-y: auto
	}

	.nav-list__item-soc {
		margin-top: 40px;
		position: initial
	}
}

@media screen and (max-width:543px) {
	footer .button.button-big {
		padding: 10px 28px
	}

	.join-form .form-cell__control {
		padding: 0 153px 0 9px
	}

	.licences-list__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.licences-list__item--size-large {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 5px
	}
}

input.loading,
select.loading {
	background-color: #dee0e0;
	background-image: url(17_loader.gif);
	background-size: 40px 40px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	transition: none
}

.contact-form-required {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1
}

h1 {
	margin-bottom: 10px;
	line-height: 1.3;
	letter-spacing: -.9px;
	font-weight: 900;
	font-family: "MuseoSans", Arial, sans-serif;
	color: #36434b
}

h2 {
	font: 900 28px/1.3 "MuseoSans", Arial, sans-serif;
	color: #36434b;
	margin-bottom: 10px
}

h3 {
	font: 900 24px/1.5 "MuseoSans", Arial, sans-serif;
	color: #36434b;
	margin-bottom: 10px
}

h4 {
	font-size: 24px;
	font-weight: 900;
	font-family: "MuseoSans", Arial, sans-serif
}

h5 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "FSJack", Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: #4b5861
}

h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "FSJack", Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: #4b5861
}

blockquote {}

.embedLeft {
	padding: 10px 20px 20px 0;
	float: left
}

.embedRight {
	padding: 10px 0 20px 20px;
	float: right
}

.padLeft {
	padding-left: 30px
}

.padRight {
	padding-right: 30px;
	float: left
}

p {}

.smallText {
	font-size: .85em;
	line-height: 1.5
}

.title-c {
	color: #00a8ff
}

.Title-c {
	color: #ff6b00
}