@charset "UTF-8";
/* ====================================

	Master Styling File
	Created: 09-08-2017
	Author: CHS - Sam Wood
	Allianz Debt Map Interface 

==================================== */
/* ====================================
	HELPERS
==================================== */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* /////////////////////////////////////////////////////////////

	MIXINS
		
///////////////////////////////////////////////////////////// */
/* ------------------ 
	BREAKPOINTS
------------------ */
/*	 
	@include mq($breakpoint) {}
	@include mq(min $breakpoint) {}
	@include mq(max $breakpoint) {}
	@include between($size, $size) {}
*/
/* ------------------ 
	TEXT 
------------------ */
/*	 
	@include text(
		$family: [font-family], 
		$size: [18px], 
		$lh: [21px], 
		$weight: [normal], 
		$colour: [#333333], 
		$padding: [20]
	);
*/
/* ------------------ 
	REMS
------------------ */
/*	 
	
*/
/* ------------------ 
	TRANSFORM ORIGIN
------------------ */
/* ------------------ 
	PADDING/MARGINS
------------------ */
/*	 
	@include padding(1px, 2px, 3px, 4px);
	@include margin(1px, 2px, null, 4px);
*/
/* ------------------ 
	PSEUDO ELEMENTS
------------------ */
/*	 
	@include pseudo();
	@include pseudo($pos: relative);
*/
/* ------------------ 
	PLACEHOLDERS
------------------ */
/*	 
	@include input-placeholder() {
		[styles]
	}
*/
/* ------------------ 
	ANIMATIONS
------------------ */
/*	 
	@include keyframes([animation-name]) {
		0% { [style] }
		100% { [style] }
	}
	@include animation('[animation-name] [duration] [delay]');
*/
/* ------------------ 
	TOOLTIP TRIANGLES
------------------ */
/* ------------------ 
	SLANTS - RIGHT
------------------ */
/* ------------------ 
	SHADOW - ROUNDED
------------------ */
/* ------------------ 
	SHADOW - SQUARE
------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ====================================
	BASE
==================================== */
/* /////////////////////////////////////////////////////////////
	1. BASE VARIABLES
///////////////////////////////////////////////////////////// */
/* ================================
	1.1 Base
================================= */
/* ================================
	1.1 GRID
================================= */
/* ------- widths ------- */
/* ------- padding / margins ------- */
/* ================================
	1.2 Text
================================= */
/* ------- fonts ------- */
/* ------- sizes ------- */
/* Tablet */
/* Mobile */
/* ------- line heights ------- */
/* ================================
	1.3 Colours
================================= */
/* ------- defaults ------- */
/* ------- backgrounds ------- */
/* ------- text ------- */
/* ------- borders ------- */
/* ------- icons ------- */
/* ------- links ------- */
/* ================================
	1.4 Transition Speeds
================================= */
/* ================================
	1.5 Padding
================================= */
/* /////////////////////////////////////////////////////////////

	Base	:	Setup

///////////////////////////////////////////////////////////// */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 100.01%;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  color: #5a5a5a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p, a {
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* /////////////////////////////////////////////////////////////
		CLEARFIX
///////////////////////////////////////////////////////////// */
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.row::after,
.row::before,
.row-half::before,
.row-half::after {
  content: " ";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@-ms-viewport {
  width: device-width;
}

/* /////////////////////////////////////////////////////////////
		LAYOUT
///////////////////////////////////////////////////////////// */
.float_right {
  float: right;
}

.float_left {
  float: left;
}

.inline {
  display: inline;
}

.inline_block {
  display: inline-block;
}

/* ================================
		Fluid Right - Fixed Left Columns
	================================= */
/* METHOD 1 */
.fluid-r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: right;
}

.fixed-l {
  float: left;
}

/* ================================
		Fluid Left - Fixed Right Columns
	================================= */
.fluid-l {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

.fixed-r {
  float: right;
}

.hide-overflow {
  overflow: hidden;
}

/* METHOD 2 */
.ff_content {
  display: table;
  /* Break Fluid/Fixed content - xs */
  /* Break Fluid/Fixed content - xxs */
}

.ff_content .fixed {
  display: table-cell;
  vertical-align: top;
}

.ff_content .fluid {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

@media only screen and (max-width: 560px) {
  .ff_content.ff_break-xs {
    display: block;
  }
  .ff_content.ff_break-xs .fixed {
    width: 100%;
    display: block;
  }
  .ff_content.ff_break-xs .fluid {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .ff_content.ff_break-xxs {
    display: block;
  }
  .ff_content.ff_break-xxs .fixed {
    width: 100%;
    display: block;
  }
  .ff_content.ff_break-xxs .fluid {
    display: block;
  }
}

/* /////////////////////////////////////////////////////////////
		TEXT
///////////////////////////////////////////////////////////// */
.word_wrap {
  -ms-word-break: break-word;
  /* Be VERY careful with this, breaks normal words wherever */
  word-break: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

.text_nowrap {
  white-space: nowrap;
}

.text_lower {
  text-transform: lowercase;
}

.text_upper {
  text-transform: uppercase;
}

.text_cap {
  text-transform: capitalize;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* /////////////////////////////////////////////////////////////
		VERTICAL ALIGN
///////////////////////////////////////////////////////////// */
.v_parent {
  height: 100%;
  display: table;
}

.v_child {
  display: table-cell !important;
  vertical-align: middle;
}

/* /////////////////////////////////////////////////////////////
		RESPONSIVE IMAGES
///////////////////////////////////////////////////////////// */
.image_responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* /////////////////////////////////////////////////////////////

	Base	:	FONTS

///////////////////////////////////////////////////////////// */
/* Allianz Sans Web */
@font-face {
  font-family: 'AllianzSansWeb';
  src: url("../fonts/ALSANREG.eot");
  src: url("../fonts/ALSANREG.eot?#iefix") format("embedded-opentype"), url("../fonts/ALSANREG.woff") format("woff"), url("https://www.allianz.co.uk/etc/designs/common_foundation/default-styles/assets/fonts/ALSANREG.svg#webfontU3WJEGYH") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AllianzSansWeb';
  src: url("../fonts/ALSANBOL.eot");
  src: url("../fonts/ALSANBOL.eot?#iefix") format("embedded-opentype"), url("../fonts/ALSANBOL.woff") format("woff"), url("https://www.allianz.co.uk/etc/designs/common_foundation/default-styles/assets/fonts/ALSANBOL.svg#webfontU3WJEGYH") format("svg");
  font-weight: 600;
  font-style: normal;
}

/* @font-face {
	font-family: 'AllianzSansWeb';
	src: 	url('../fonts/ALSANLIG.eot');
	src: 	url('../fonts/ALSANLIG.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ALSANLIG.woff') format('woff'),
			url('https://www.allianz.co.uk/etc/designs/common_foundation/default-styles/assets/fonts/ALSANLIG-webfont.svg') format('truetype');
	font-weight: 200;
	font-style: normal;
} */
/* Allianz Neo */
@font-face {
  font-family: 'AllianzNeo';
  src: url("../fonts/AllianzNeo/AllianzNeoW01-Regular.eot");
  src: url("../fonts/AllianzNeo/AllianzNeoW01-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianzNeo/AllianzNeoW01-Regular.woff2") format("woff2"), url("../fonts/AllianzNeo/AllianzNeoW01-Regular.woff") format("woff"), url("../fonts/AllianzNeo/AllianzNeoW01-Regular.ttf") format("truetype"), url("../fonts/AllianzNeo/AllianzNeoW01-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AllianzNeo';
  src: url("../fonts/AllianzNeo/AllianzNeoW01-SemiBold.eot");
  src: url("../fonts/AllianzNeo/AllianzNeoW01-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianzNeo/AllianzNeoW01-SemiBold.woff2") format("woff2"), url("../fonts/AllianzNeo/AllianzNeoW01-SemiBold.woff") format("woff"), url("../fonts/AllianzNeo/AllianzNeoW01-SemiBold.ttf") format("truetype"), url("../fonts/AllianzNeo/AllianzNeoW01-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AllianzNeo';
  src: url("../fonts/AllianzNeo/AllianzNeoW01-Bold.eot");
  src: url("../fonts/AllianzNeo/AllianzNeoW01-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianzNeo/AllianzNeoW01-Bold.woff2") format("woff2"), url("../fonts/AllianzNeo/AllianzNeoW01-Bold.woff") format("woff"), url("../fonts/AllianzNeo/AllianzNeoW01-Bold.ttf") format("truetype"), url("../fonts/AllianzNeo/AllianzNeoW01-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

/* Allianz Neo */
@font-face {
  font-family: 'AllianzNeoCond';
  src: url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.eot");
  src: url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.woff2") format("woff2"), url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.woff") format("woff"), url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.ttf") format("truetype"), url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AllianzNeoCond';
  src: url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.eot");
  src: url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.woff2") format("woff2"), url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.woff") format("woff"), url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.ttf") format("truetype"), url("../fonts/AllianzNeo/AllianzNeoW01-Condensed.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AllianzNeoCond';
  src: url("../fonts/AllianzNeo/AllianzNeoW01-CondensedBold.eot");
  src: url("../fonts/AllianzNeo/AllianzNeoW01-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianzNeo/AllianzNeoW01-CondensedBold.woff2") format("woff2"), url("../fonts/AllianzNeo/AllianzNeoW01-CondensedBold.woff") format("woff"), url("../fonts/AllianzNeo/AllianzNeoW01-CondensedBold.ttf") format("truetype"), url("../fonts/AllianzNeo/AllianzNeoW01-CondensedBold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

/* /////////////////////////////////////////////////////////////
	
	Base	:	ICON FONTS
	
	///////////////////////////////////////////////////////////// */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?olkwtr");
  src: url("../fonts/icomoon.eot?olkwtr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?olkwtr") format("truetype"), url("../fonts/icomoon.woff?olkwtr") format("woff"), url("../fonts/icomoon.svg?olkwtr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

#filters .flt_content .flt_head .flt-trigger::after, .btn-switch:after, .check-switch::before, #map #map-content .custom_controls .cc_wrapper div::after, #welcome .wlcm_content .wlcm_head .wlcm-trigger::after, .md-info .md-content .md-info-close::before, .select2-container .round .select2-selection__arrow b::after, .select2-container .round-dropdown .select2-search--dropdown::after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ================================
	ICOMOON FONTS
================================= */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-allianz-bars:before {
  content: "\e90e";
}

.icon-allianz-bars-circle:before {
  content: "\e90f";
}

.icon-minus:before {
  content: "\e90b";
}

.icon-plus:before {
  content: "\e90c";
}

.icon-refresh:before {
  content: "\e90d";
}

.icon-eye:before {
  content: "\e909";
}

.icon-eye_off:before {
  content: "\e90a";
}

.icon-locate:before {
  content: "\e908";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-cross:before {
  content: "\e902";
}

.icon-info:before {
  content: "\e903";
}

.icon-marker:before {
  content: "\e904";
}

.icon-tick:before {
  content: "\e905";
}

.icon-allianz-logo:before {
  content: "\e906";
}

.icon-allianz_logo_strapline:before {
  content: "\e907";
}

/* /////////////////////////////////////////////////////////////
	
	Base	:	GRID
	
///////////////////////////////////////////////////////////// */
/* Container styles */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

@media only screen and (max-width: 100%) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    width: auto;
    max-width: 768px;
  }
}

@media only screen and (max-width: 100%) {
  .container > .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-half {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

/* Grid structure */
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1,
.col-3xl-12, .col-3xl-11, .col-3xl-10, .col-3xl-9, .col-3xl-8, .col-3xl-7, .col-3xl-6, .col-3xl-5, .col-3xl-4, .col-3xl-3, .col-3xl-2, .col-3xl-1,
.col-2xl-12, .col-2xl-11, .col-2xl-10, .col-2xl-9, .col-2xl-8, .col-2xl-7, .col-2xl-6, .col-2xl-5, .col-2xl-4, .col-2xl-3, .col-2xl-2, .col-2xl-1,
.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1,
.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1,
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1,
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1,
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1,
.col-xxs-12, .col-xxs-11, .col-xxs-10, .col-xxs-9, .col-xxs-8, .col-xxs-7, .col-xxs-6, .col-xxs-5, .col-xxs-4, .col-xxs-3, .col-xxs-2, .col-xxs-1 {
  position: relative;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.333333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.333333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.333333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.333333333%;
}

/* pull columns left */
.col_pull-12 {
  right: 100%;
}

.col_pull-11 {
  right: 91.66666667%;
}

.col_pull-10 {
  right: 83.333333333%;
}

.col_pull-9 {
  right: 75%;
}

.col_pull-8 {
  right: 66.66666667%;
}

.col_pull-7 {
  right: 58.333333333%;
}

.col_pull-6 {
  right: 50%;
}

.col_pull-5 {
  right: 41.66666667%;
}

.col_pull-4 {
  right: 33.333333333%;
}

.col_pull-3 {
  right: 25%;
}

.col_pull-2 {
  right: 16.66666667%;
}

.col_pull-1 {
  right: 8.333333333%;
}

/* push columns right */
.col_push-12 {
  left: 100%;
}

.col_push-11 {
  left: 91.66666667%;
}

.col_push-10 {
  left: 83.333333333%;
}

.col_push-9 {
  left: 75%;
}

.col_push-8 {
  left: 66.66666667%;
}

.col_push-7 {
  left: 58.333333333%;
}

.col_push-6 {
  left: 50%;
}

.col_push-5 {
  left: 41.66666667%;
}

.col_push-4 {
  left: 33.333333333%;
}

.col_push-3 {
  left: 25%;
}

.col_push-2 {
  left: 16.66666667%;
}

.col_push-1 {
  left: 8.333333333%;
}

/* offset columns right */
.col_offset-12 {
  margin-left: 100%;
}

.col_offset-11 {
  margin-left: 91.66666667%;
}

.col_offset-10 {
  margin-left: 83.333333333%;
}

.col_offset-9 {
  margin-left: 75%;
}

.col_offset-8 {
  margin-left: 66.66666667%;
}

.col_offset-7 {
  margin-left: 58.333333333%;
}

.col_offset-6 {
  margin-left: 50%;
}

.col_offset-5 {
  margin-left: 41.66666667%;
}

.col_offset-4 {
  margin-left: 33.333333333%;
}

.col_offset-3 {
  margin-left: 25%;
}

.col_offset-2 {
  margin-left: 16.66666667%;
}

.col_offset-1 {
  margin-left: 8.333333333%;
}

.col_offset-0 {
  margin-left: 0%;
}

.w-12 {
  width: 100%;
}

.w-11 {
  width: 91.66666667%;
}

.w-10 {
  width: 83.333333333%;
}

.w-9 {
  width: 75%;
}

.w-8 {
  width: 66.66666667%;
}

.w-7 {
  width: 58.333333333%;
}

.w-6 {
  width: 50%;
}

.w-5 {
  width: 41.66666667%;
}

.w-4 {
  width: 33.333333333%;
}

.w-3 {
  width: 25%;
}

.w-2 {
  width: 16.66666667%;
}

.w-1 {
  width: 8.333333333%;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

/* column padding */
.pad-half {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.pad-none {
  padding: 0;
}

.pad-all {
  padding: 15px;
}

@media only screen and (max-width: 1300px) {
  .col-3xl-12 {
    width: 100%;
  }
  .col-3xl-11 {
    width: 91.66666667%;
  }
  .col-3xl-10 {
    width: 83.333333333%;
  }
  .col-3xl-9 {
    width: 75%;
  }
  .col-3xl-8 {
    width: 66.66666667%;
  }
  .col-3xl-7 {
    width: 58.333333333%;
  }
  .col-3xl-6 {
    width: 50%;
  }
  .col-3xl-5 {
    width: 41.66666667%;
  }
  .col-3xl-4 {
    width: 33.333333333%;
  }
  .col-3xl-3 {
    width: 25%;
  }
  .col-3xl-2 {
    width: 16.66666667%;
  }
  .col-3xl-1 {
    width: 8.333333333%;
  }
  /* offset columns right */
  .col_offset-3xl-12 {
    margin-left: 100%;
  }
  .col_offset-3xl-11 {
    margin-left: 91.66666667%;
  }
  .col_offset-3xl-10 {
    margin-left: 83.333333333%;
  }
  .col_offset-3xl-9 {
    margin-left: 75%;
  }
  .col_offset-3xl-8 {
    margin-left: 66.66666667%;
  }
  .col_offset-3xl-7 {
    margin-left: 58.333333333%;
  }
  .col_offset-3xl-6 {
    margin-left: 50%;
  }
  .col_offset-3xl-5 {
    margin-left: 41.66666667%;
  }
  .col_offset-3xl-4 {
    margin-left: 33.333333333%;
  }
  .col_offset-3xl-3 {
    margin-left: 25%;
  }
  .col_offset-3xl-2 {
    margin-left: 16.66666667%;
  }
  .col_offset-3xl-1 {
    margin-left: 8.333333333%;
  }
  .col_offset-3xl-0 {
    margin-left: 0%;
  }
  .w-3xl-12 {
    width: 100%;
  }
  .w-3xl-11 {
    width: 91.66666667%;
  }
  .w-3xl-10 {
    width: 83.333333333%;
  }
  .w-3xl-9 {
    width: 75%;
  }
  .w-3xl-8 {
    width: 66.66666667%;
  }
  .w-3xl-7 {
    width: 58.333333333%;
  }
  .w-3xl-6 {
    width: 50%;
  }
  .w-3xl-5 {
    width: 41.66666667%;
  }
  .w-3xl-4 {
    width: 33.333333333%;
  }
  .w-3xl-3 {
    width: 25%;
  }
  .w-3xl-2 {
    width: 16.66666667%;
  }
  .w-3xl-1 {
    width: 8.333333333%;
  }
  .hide-3xl {
    display: none !important;
  }
  .show-3xl {
    display: block !important;
  }
  .hidden-3xl {
    visibility: hidden !important;
  }
  .visible-3xl {
    visibility: visible !important;
  }
  .pad-3xl-none {
    padding: 0;
  }
  .pad-3xl-all {
    padding: 15px;
  }
  .text_left-3xl {
    text-align: left;
  }
  .text_right-3xl {
    text-align: right;
  }
  .text_center-3xl {
    text-align: center;
  }
  .text_justify-3xl {
    text-align: justify;
  }
  .ffc-kill-3xl {
    display: block;
    width: 100%;
  }
  .ffc-kill-3xl .fixed {
    display: block;
    width: 100%;
  }
  .ffc-kill-3xl .fluid {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .col-2xl-12 {
    width: 100%;
  }
  .col-2xl-11 {
    width: 91.66666667%;
  }
  .col-2xl-10 {
    width: 83.333333333%;
  }
  .col-2xl-9 {
    width: 75%;
  }
  .col-2xl-8 {
    width: 66.66666667%;
  }
  .col-2xl-7 {
    width: 58.333333333%;
  }
  .col-2xl-6 {
    width: 50%;
  }
  .col-2xl-5 {
    width: 41.66666667%;
  }
  .col-2xl-4 {
    width: 33.333333333%;
  }
  .col-2xl-3 {
    width: 25%;
  }
  .col-2xl-2 {
    width: 16.66666667%;
  }
  .col-2xl-1 {
    width: 8.333333333%;
  }
  /* offset columns right */
  .col_offset-2xl-12 {
    margin-left: 100%;
  }
  .col_offset-2xl-11 {
    margin-left: 91.66666667%;
  }
  .col_offset-2xl-10 {
    margin-left: 83.333333333%;
  }
  .col_offset-2xl-9 {
    margin-left: 75%;
  }
  .col_offset-2xl-8 {
    margin-left: 66.66666667%;
  }
  .col_offset-2xl-7 {
    margin-left: 58.333333333%;
  }
  .col_offset-2xl-6 {
    margin-left: 50%;
  }
  .col_offset-2xl-5 {
    margin-left: 41.66666667%;
  }
  .col_offset-2xl-4 {
    margin-left: 33.333333333%;
  }
  .col_offset-2xl-3 {
    margin-left: 25%;
  }
  .col_offset-2xl-2 {
    margin-left: 16.66666667%;
  }
  .col_offset-2xl-1 {
    margin-left: 8.333333333%;
  }
  .col_offset-2xl-0 {
    margin-left: 0%;
  }
  .w-2xl-12 {
    width: 100%;
  }
  .w-2xl-11 {
    width: 91.66666667%;
  }
  .w-2xl-10 {
    width: 83.333333333%;
  }
  .w-2xl-9 {
    width: 75%;
  }
  .w-2xl-8 {
    width: 66.66666667%;
  }
  .w-2xl-7 {
    width: 58.333333333%;
  }
  .w-2xl-6 {
    width: 50%;
  }
  .w-2xl-5 {
    width: 41.66666667%;
  }
  .w-2xl-4 {
    width: 33.333333333%;
  }
  .w-2xl-3 {
    width: 25%;
  }
  .w-2xl-2 {
    width: 16.66666667%;
  }
  .w-2xl-1 {
    width: 8.333333333%;
  }
  .hide-2xl {
    display: none !important;
  }
  .show-2xl {
    display: block !important;
  }
  .hidden-2xl {
    visibility: hidden !important;
  }
  .visible-2xl {
    visibility: visible !important;
  }
  .pad-2xl-none {
    padding: 0;
  }
  .pad-2xl-all {
    padding: 15px;
  }
  .text_left-2xl {
    text-align: left;
  }
  .text_right-2xl {
    text-align: right;
  }
  .text_center-2xl {
    text-align: center;
  }
  .text_justify-2xl {
    text-align: justify;
  }
  .ffc-kill-2xl {
    display: block;
    width: 100%;
  }
  .ffc-kill-2xl .fixed {
    display: block;
    width: 100%;
  }
  .ffc-kill-2xl .fluid {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.333333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.333333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.333333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.333333333%;
  }
  /* offset columns right */
  .col_offset-xl-12 {
    margin-left: 100%;
  }
  .col_offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .col_offset-xl-10 {
    margin-left: 83.333333333%;
  }
  .col_offset-xl-9 {
    margin-left: 75%;
  }
  .col_offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .col_offset-xl-7 {
    margin-left: 58.333333333%;
  }
  .col_offset-xl-6 {
    margin-left: 50%;
  }
  .col_offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .col_offset-xl-4 {
    margin-left: 33.333333333%;
  }
  .col_offset-xl-3 {
    margin-left: 25%;
  }
  .col_offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .col_offset-xl-1 {
    margin-left: 8.333333333%;
  }
  .col_offset-xl-0 {
    margin-left: 0%;
  }
  .w-xl-12 {
    width: 100%;
  }
  .w-xl-11 {
    width: 91.66666667%;
  }
  .w-xl-10 {
    width: 83.333333333%;
  }
  .w-xl-9 {
    width: 75%;
  }
  .w-xl-8 {
    width: 66.66666667%;
  }
  .w-xl-7 {
    width: 58.333333333%;
  }
  .w-xl-6 {
    width: 50%;
  }
  .w-xl-5 {
    width: 41.66666667%;
  }
  .w-xl-4 {
    width: 33.333333333%;
  }
  .w-xl-3 {
    width: 25%;
  }
  .w-xl-2 {
    width: 16.66666667%;
  }
  .w-xl-1 {
    width: 8.333333333%;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
  .hidden-xl {
    visibility: hidden !important;
  }
  .visible-xl {
    visibility: visible !important;
  }
  .text_left-xl {
    text-align: left;
  }
  .text_right-xl {
    text-align: right;
  }
  .text_center-xl {
    text-align: center;
  }
  .text_justify-xl {
    text-align: justify;
  }
  .pad-xl-none {
    padding: 0;
  }
  .pad-xl-all {
    padding: 15px;
  }
  .ffc-kill-xl {
    display: block;
    width: 100%;
  }
  .ffc-kill-xl .fixed {
    display: block;
    width: 100%;
  }
  .ffc-kill-xl .fluid {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 840px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  /* offset columns right */
  .col_offset-lg-12 {
    margin-left: 100%;
  }
  .col_offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .col_offset-lg-10 {
    margin-left: 83.333333333%;
  }
  .col_offset-lg-9 {
    margin-left: 75%;
  }
  .col_offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .col_offset-lg-7 {
    margin-left: 58.333333333%;
  }
  .col_offset-lg-6 {
    margin-left: 50%;
  }
  .col_offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .col_offset-lg-4 {
    margin-left: 33.333333333%;
  }
  .col_offset-lg-3 {
    margin-left: 25%;
  }
  .col_offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .col_offset-lg-1 {
    margin-left: 8.333333333%;
  }
  .col_offset-lg-0 {
    margin-left: 0%;
  }
  .w-lg-12 {
    width: 100%;
  }
  .w-lg-11 {
    width: 91.66666667%;
  }
  .w-lg-10 {
    width: 83.333333333%;
  }
  .w-lg-9 {
    width: 75%;
  }
  .w-lg-8 {
    width: 66.66666667%;
  }
  .w-lg-7 {
    width: 58.333333333%;
  }
  .w-lg-6 {
    width: 50%;
  }
  .w-lg-5 {
    width: 41.66666667%;
  }
  .w-lg-4 {
    width: 33.333333333%;
  }
  .w-lg-3 {
    width: 25%;
  }
  .w-lg-2 {
    width: 16.66666667%;
  }
  .w-lg-1 {
    width: 8.333333333%;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
  .hidden-lg {
    visibility: hidden !important;
  }
  .visible-lg {
    visibility: visible !important;
  }
  .text_left-lg {
    text-align: left;
  }
  .text_right-lg {
    text-align: right;
  }
  .text_center-lg {
    text-align: center;
  }
  .text_justify-lg {
    text-align: justify;
  }
  .pad-lg-none {
    padding: 0;
  }
  .pad-lg-all {
    padding: 15px;
  }
  .ffc-kill-lg {
    display: block;
    width: 100%;
  }
  .ffc-kill-lg .fixed {
    display: block;
    width: 100%;
  }
  .ffc-kill-lg .fluid {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  /* offset columns right */
  .col_offset-md-12 {
    margin-left: 100%;
  }
  .col_offset-md-11 {
    margin-left: 91.66666667%;
  }
  .col_offset-md-10 {
    margin-left: 83.333333333%;
  }
  .col_offset-md-9 {
    margin-left: 75%;
  }
  .col_offset-md-8 {
    margin-left: 66.66666667%;
  }
  .col_offset-md-7 {
    margin-left: 58.333333333%;
  }
  .col_offset-md-6 {
    margin-left: 50%;
  }
  .col_offset-md-5 {
    margin-left: 41.66666667%;
  }
  .col_offset-md-4 {
    margin-left: 33.333333333%;
  }
  .col_offset-md-3 {
    margin-left: 25%;
  }
  .col_offset-md-2 {
    margin-left: 16.66666667%;
  }
  .col_offset-md-1 {
    margin-left: 8.333333333%;
  }
  .col_offset-md-0 {
    margin-left: 0%;
  }
  .w-md-12 {
    width: 100%;
  }
  .w-md-11 {
    width: 91.66666667%;
  }
  .w-md-10 {
    width: 83.333333333%;
  }
  .w-md-9 {
    width: 75%;
  }
  .w-md-8 {
    width: 66.66666667%;
  }
  .w-md-7 {
    width: 58.333333333%;
  }
  .w-md-6 {
    width: 50%;
  }
  .w-md-5 {
    width: 41.66666667%;
  }
  .w-md-4 {
    width: 33.333333333%;
  }
  .w-md-3 {
    width: 25%;
  }
  .w-md-2 {
    width: 16.66666667%;
  }
  .w-md-1 {
    width: 8.333333333%;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
  .hidden-md {
    visibility: hidden !important;
  }
  .visible-md {
    visibility: visible !important;
  }
  .text_left-md {
    text-align: left;
  }
  .text_right-md {
    text-align: right;
  }
  .text_center-md {
    text-align: center;
  }
  .text_justify-md {
    text-align: justify;
  }
  .pad-md-none {
    padding: 0;
  }
  .pad-md-all {
    padding: 15px;
  }
  .ffc-kill-md {
    display: block;
    width: 100%;
  }
  .ffc-kill-md .fixed {
    display: block;
    width: 100%;
  }
  .ffc-kill-md .fluid {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  /* offset columns right */
  .col_offset-sm-12 {
    margin-left: 100%;
  }
  .col_offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .col_offset-sm-10 {
    margin-left: 83.333333333%;
  }
  .col_offset-sm-9 {
    margin-left: 75%;
  }
  .col_offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .col_offset-sm-7 {
    margin-left: 58.333333333%;
  }
  .col_offset-sm-6 {
    margin-left: 50%;
  }
  .col_offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .col_offset-sm-4 {
    margin-left: 33.333333333%;
  }
  .col_offset-sm-3 {
    margin-left: 25%;
  }
  .col_offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .col_offset-sm-1 {
    margin-left: 8.333333333%;
  }
  .col_offset-sm-0 {
    margin-left: 0%;
  }
  .w-sm-12 {
    width: 100%;
  }
  .w-sm-11 {
    width: 91.66666667%;
  }
  .w-sm-10 {
    width: 83.333333333%;
  }
  .w-sm-9 {
    width: 75%;
  }
  .w-sm-8 {
    width: 66.66666667%;
  }
  .w-sm-7 {
    width: 58.333333333%;
  }
  .w-sm-6 {
    width: 50%;
  }
  .w-sm-5 {
    width: 41.66666667%;
  }
  .w-sm-4 {
    width: 33.333333333%;
  }
  .w-sm-3 {
    width: 25%;
  }
  .w-sm-2 {
    width: 16.66666667%;
  }
  .w-sm-1 {
    width: 8.333333333%;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
  .hidden-sm {
    visibility: hidden !important;
  }
  .visible-sm {
    visibility: visible !important;
  }
  .text_left-sm {
    text-align: left;
  }
  .text_right-sm {
    text-align: right;
  }
  .text_center-sm {
    text-align: center;
  }
  .text_justify-sm {
    text-align: justify;
  }
  .pad-sm-none {
    padding: 0;
  }
  .pad-sm-all {
    padding: 15px;
  }
  .ffc-kill-sm {
    display: block;
    width: 100%;
  }
  .ffc-kill-sm .fixed {
    display: block;
    width: 100%;
  }
  .ffc-kill-sm .fluid {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.333333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.333333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.333333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.333333333%;
  }
  /* offset columns right */
  .col_offset-xs-12 {
    margin-left: 100%;
  }
  .col_offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .col_offset-xs-10 {
    margin-left: 83.333333333%;
  }
  .col_offset-xs-9 {
    margin-left: 75%;
  }
  .col_offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .col_offset-xs-7 {
    margin-left: 58.333333333%;
  }
  .col_offset-xs-6 {
    margin-left: 50%;
  }
  .col_offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .col_offset-xs-4 {
    margin-left: 33.333333333%;
  }
  .col_offset-xs-3 {
    margin-left: 25%;
  }
  .col_offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .col_offset-xs-1 {
    margin-left: 8.333333333%;
  }
  .col_offset-xs-0 {
    margin-left: 0%;
  }
  .w-xs-12 {
    width: 100%;
  }
  .w-xs-11 {
    width: 91.66666667%;
  }
  .w-xs-10 {
    width: 83.333333333%;
  }
  .w-xs-9 {
    width: 75%;
  }
  .w-xs-8 {
    width: 66.66666667%;
  }
  .w-xs-7 {
    width: 58.333333333%;
  }
  .w-xs-6 {
    width: 50%;
  }
  .w-xs-5 {
    width: 41.66666667%;
  }
  .w-xs-4 {
    width: 33.333333333%;
  }
  .w-xs-3 {
    width: 25%;
  }
  .w-xs-2 {
    width: 16.66666667%;
  }
  .w-xs-1 {
    width: 8.333333333%;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .hidden-xs {
    visibility: hidden !important;
  }
  .visible-xs {
    visibility: visible !important;
  }
  .text_left-xs {
    text-align: left;
  }
  .text_right-xs {
    text-align: right;
  }
  .text_center-xs {
    text-align: center;
  }
  .text_justify-xs {
    text-align: justify;
  }
  .pad-xs-none {
    padding: 0;
  }
  .pad-xs-all {
    padding: 15px;
  }
  .ffc-kill-xs {
    display: block;
    width: 100%;
  }
  .ffc-kill-xs .fixed {
    display: block;
    width: 100%;
  }
  .ffc-kill-xs .fluid {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.333333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.333333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.333333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.333333333%;
  }
  /* offset columns right */
  .col_offset-xxs-12 {
    margin-left: 100%;
  }
  .col_offset-xxs-11 {
    margin-left: 91.66666667%;
  }
  .col_offset-xxs-10 {
    margin-left: 83.333333333%;
  }
  .col_offset-xxs-9 {
    margin-left: 75%;
  }
  .col_offset-xxs-8 {
    margin-left: 66.66666667%;
  }
  .col_offset-xxs-7 {
    margin-left: 58.333333333%;
  }
  .col_offset-xxs-6 {
    margin-left: 50%;
  }
  .col_offset-xxs-5 {
    margin-left: 41.66666667%;
  }
  .col_offset-xxs-4 {
    margin-left: 33.333333333%;
  }
  .col_offset-xxs-3 {
    margin-left: 25%;
  }
  .col_offset-xxs-2 {
    margin-left: 16.66666667%;
  }
  .col_offset-xxs-1 {
    margin-left: 8.333333333%;
  }
  .col_offset-xxs-0 {
    margin-left: 0%;
  }
  .w-xxs-12 {
    width: 100%;
  }
  .w-xxs-11 {
    width: 91.66666667%;
  }
  .w-xxs-10 {
    width: 83.333333333%;
  }
  .w-xxs-9 {
    width: 75%;
  }
  .w-xxs-8 {
    width: 66.66666667%;
  }
  .w-xxs-7 {
    width: 58.333333333%;
  }
  .w-xxs-6 {
    width: 50%;
  }
  .w-xxs-5 {
    width: 41.66666667%;
  }
  .w-xxs-4 {
    width: 33.333333333%;
  }
  .w-xxs-3 {
    width: 25%;
  }
  .w-xxs-2 {
    width: 16.66666667%;
  }
  .w-xxs-1 {
    width: 8.333333333%;
  }
  .hide-xxs {
    display: none !important;
  }
  .show-xxs {
    display: block !important;
  }
  .hidden-xxs {
    visibility: hidden !important;
  }
  .visible-xxs {
    visibility: visible !important;
  }
  .text_left-xxs {
    text-align: left;
  }
  .text_right-xxs {
    text-align: right;
  }
  .text_center-xxs {
    text-align: center;
  }
  .text_justify-xxs {
    text-align: justify;
  }
  .pad-xxs-none {
    padding: 0;
  }
  .pad-xxs-all {
    padding: 15px;
  }
  .ffc-kill-xxs {
    display: block;
    width: 100%;
  }
  .ffc-kill-xxs .fixed {
    display: block;
    width: 100%;
  }
  .ffc-kill-xxs .fluid {
    display: block;
    width: 100%;
  }
}

/* /////////////////////////////////////////////////////////////
	
	Base	:	EXTEND CLASSES
	
///////////////////////////////////////////////////////////// */
/* ------------------ 
	TRANSITIONS
------------------ */
.btn .shdw,
.title-btn .shdw,
a.btn:link .shdw,
a.btn:visited .shdw,
button.btn .shdw, .btn-switch, .btn-switch .shdw, .btn-switch.off {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden;
}

#results .res_inner .res_body .list_filter_figures, #map #map-content .custom_controls .cc_wrapper div, #map #map-content .custom_controls .cc_wrapper div::after, .select2-container .round .select2-selection__arrow b::after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-backface-visibility: hidden;
}

.btn,
.title-btn,
a.btn:link,
a.btn:visited,
button.btn {
  -webkit-transition: color 300ms ease, background 300ms ease;
  -moz-transition: color 300ms ease, background 300ms ease;
  -o-transition: color 300ms ease, background 300ms ease;
  transition: color 300ms ease, background 300ms ease;
  -webkit-backface-visibility: hidden;
}

/* ------------------ 
	CLEARFIX
------------------ */
#filters .flt_content .flt_head, #filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .flt_options, .check-switch, .res_item, #map #map-content .custom_controls .cc_wrapper, #welcome .wlcm_content .wlcm_head, .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head {
  *zoom: 1;
}

#filters .flt_content .flt_head:before, #filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .flt_options:before, .check-switch:before, .res_item:before, #map #map-content .custom_controls .cc_wrapper:before, #welcome .wlcm_content .wlcm_head:before, .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head:before, #filters .flt_content .flt_head:after, #filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .flt_options:after, .check-switch:after, .res_item:after, #map #map-content .custom_controls .cc_wrapper:after, #welcome .wlcm_content .wlcm_head:after, .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head:after {
  content: " ";
  display: table;
  clear: both;
}

#filters .flt_content .flt_head:after, #filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .flt_options:after, .check-switch:after, .res_item:after, #map #map-content .custom_controls .cc_wrapper:after, #welcome .wlcm_content .wlcm_head:after, .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head:after {
  clear: both;
}

/* ====================================
	MODULES
==================================== */
/* /////////////////////////////////////////////////////////////
	
	TEXT STYLING MODULE
	
///////////////////////////////////////////////////////////// */
/* ================================
	Global
================================= */
h1,
.h1, h2,
.h2, h3,
.h3, .md-disclaimer .md-content .md-content-scroll h4, h4,
.h4 {
  position: relative;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.text_head {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-weight: 600;
}

.text_body {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
}

/* ================================
	Text styling
================================= */
html {
  font-size: 15px;
}

body {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45em;
  color: #717171;
  padding-bottom: 0px;
}

/* --------------------
		HEADINGS 
	-------------------- */
h1,
.h1 {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  color: #717171;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 560px) {
  h1,
  .h1 {
    font-size: 18px !important;
  }
}

h2,
.h2 {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25em;
  color: #717171;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 560px) {
  h2,
  .h2 {
    font-size: 16px;
  }
}

h3,
.h3,
.md-disclaimer .md-content .md-content-scroll h4 {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.25em;
  color: #717171;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  h3,
  .h3,
  .md-disclaimer .md-content .md-content-scroll h4 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 560px) {
  h3,
  .h3,
  .md-disclaimer .md-content .md-content-scroll h4 {
    font-size: 14px;
  }
}

h3.sm,
.h3.sm,
.md-disclaimer .md-content .md-content-scroll h4.sm {
  font-size: 15px;
}

@media only screen and (max-width: 560px) {
  h3.sm,
  .h3.sm,
  .md-disclaimer .md-content .md-content-scroll h4.sm {
    font-size: 14px;
  }
}

h4,
.h4 {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25em;
  color: #717171;
  padding-bottom: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media only screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 560px) {
  h4,
  .h4 {
    font-size: 14px;
  }
}

/* --------------------
		PARAGRAPHS 
	-------------------- */
p,
.p,
.res_item .res_item-content p.res_item-price,
.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p.md-info-head-price,
.md-disclaimer .md-content .md-content-scroll p {
  position: relative;
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45em;
  color: #717171;
  padding-bottom: 15px;
  display: block;
}

@media only screen and (max-width: 768px) {
  p,
  .p,
  .res_item .res_item-content p.res_item-price,
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p.md-info-head-price,
  .md-disclaimer .md-content .md-content-scroll p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 560px) {
  p,
  .p,
  .res_item .res_item-content p.res_item-price,
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p.md-info-head-price,
  .md-disclaimer .md-content .md-content-scroll p {
    font-size: 14px;
  }
}

p.lrg,
.p.lrg,
.res_item .res_item-content p.lrg.res_item-price,
.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p.lrg.md-info-head-price,
.md-disclaimer .md-content .md-content-scroll p.lrg {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45em;
  color: #717171;
  padding-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  p.lrg,
  .p.lrg,
  .res_item .res_item-content p.lrg.res_item-price,
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p.lrg.md-info-head-price,
  .md-disclaimer .md-content .md-content-scroll p.lrg {
    font-size: 15px;
  }
}

p.sml, #results .res_inner .res_header .res_header-inner .select-row .select_label,
.p.sml,
.res_item .res_item-content p,
.res_item .res_item-content p.sml.res_item-price,
.res_item .res_item-content #results .res_inner .res_header .res_header-inner .select-row .res_item-price.select_label,
#results .res_inner .res_header .res_header-inner .select-row .res_item .res_item-content .res_item-price.select_label,
.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p.sml.md-info-head-price,
.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content #results .res_inner .res_header .res_header-inner .select-row .md-info-head-price.select_label,
#results .res_inner .res_header .res_header-inner .select-row .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content .md-info-head-price.select_label,
.md-disclaimer .md-content .md-content-scroll p.sml,
.md-disclaimer .md-content .md-content-scroll #results .res_inner .res_header .res_header-inner .select-row .select_label,
#results .res_inner .res_header .res_header-inner .select-row .md-disclaimer .md-content .md-content-scroll .select_label {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45em;
  color: #717171;
  padding-bottom: 10px;
}

strong, b, .bold {
  font-weight: 700;
}

span.lrg {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45em;
  color: #717171;
  padding-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  span.lrg {
    font-size: 15px;
  }
}

span.sml {
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45em;
  color: #717171;
  padding-bottom: 20px;
}

/* --------------------
		LINKS 
	-------------------- */
a,
a:visited {
  position: relative;
  z-index: 1;
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45em;
  color: #00396a;
  padding-bottom: 20px;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  /* No style to link - all inherited from parent */
  /* No style to link - all inherited from parent */
}

.no-touch a:hover,
.no-touch a:focus,
.no-touch a:active, .no-touch
a:visited:hover,
.no-touch
a:visited:focus,
.no-touch
a:visited:active {
  color: #00396a;
}

a.ns,
a:visited.ns {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  margin: inherit;
  margin: padding;
}

.no-touch a.ns:hover,
.no-touch a.ns:focus,
.no-touch a.ns:active, .no-touch
a:visited.ns:hover,
.no-touch
a:visited.ns:focus,
.no-touch
a:visited.ns:active {
  color: inherit;
}

a.nc,
a:visited.nc {
  color: inherit;
}

a:active {
  background: transparent;
}

/* Paragraph Link */
p a:link,
p a:visited {
  font-size: inherit;
  line-height: inherit;
  border-bottom: 1px solid #00396a;
  margin: 0;
  padding: 0;
}

.no-touch p a:link:hover,
.no-touch p a:link:focus,
.no-touch p a:link:active, .no-touch
p a:visited:hover,
.no-touch
p a:visited:focus,
.no-touch
p a:visited:active {
  border-color: #00396a;
}

p a:link.nc,
p a:visited.nc {
  border-color: inherit;
}

.no-touch p a:link.nc:hover,
.no-touch p a:link.nc:focus,
.no-touch p a:link.nc:active, .no-touch
p a:visited.nc:hover,
.no-touch
p a:visited.nc:focus,
.no-touch
p a:visited.nc:active {
  border-color: inherit;
}

p a:link.inline,
p a:visited.inline {
  display: inline;
}

/* Heading Link */
h1 a:link,
h1 a:visited, h2 a:link,
h2 a:visited, h3 a:link,
h3 a:visited, h4 a:link,
h4 a:visited, h5 a:link,
h5 a:visited, h6 a:link,
h6 a:visited {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* /////////////////////////////////////////////////////////////
	
	Module	:	LISTS
	
///////////////////////////////////////////////////////////// */
/* ================================
	Resets
================================= */
ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: block;
}

ul li, ol li {
  display: block;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* ================================
	Global
================================= */
.list_inline {
  list-style: none;
  display: inline-block;
}

.list_inline li {
  display: inline-block;
}

/* ================================
	List styling
================================= */
.bullet_list li {
  position: relative;
  padding-left: 32px;
}

.bullet_list li::before {
  content: "";
  display: block;
  position: absolute;
  content: '•';
  color: #717171;
  font-size: 25px;
  left: 15px;
  top: 1px;
}

/* /////////////////////////////////////////////////////////////
	
	Module	:	BUTTONS
	
///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* orange */
/* ================================
	Button styling
================================= */
.btn,
.title-btn,
a.btn:link,
a.btn:visited,
button.btn {
  position: relative;
  display: inline-block;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  outline: 0;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  padding: 11px 40px;
  margin: 0 0 10px 0;
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-size: 15px;
  text-align: center;
  background-color: #f4f4f4;
  color: #4b4b4b;
  text-indent: 0;
  border: none !important;
  /* ================
		States
	================= */
  /* ================
		Types
	================= */
}

.btn::before,
.title-btn::before,
a.btn:link::before,
a.btn:visited::before,
button.btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 0px;
  width: 100.1%;
  height: 5px;
  background-color: #b2b2b2;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

.btn::after,
.title-btn::after,
a.btn:link::after,
a.btn:visited::after,
button.btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -5px;
  width: 5px;
  height: 100.1%;
  background-color: #dedede;
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

.btn::-moz-focus-inner,
.title-btn::-moz-focus-inner,
a.btn:link::-moz-focus-inner,
a.btn:visited::-moz-focus-inner,
button.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.no-touch .btn:hover,
.no-touch .btn:focus, .btn:active, .no-touch
.title-btn:hover,
.no-touch
.title-btn:focus,
.title-btn:active, .no-touch
a.btn:link:hover,
.no-touch
a.btn:link:focus,
a.btn:link:active, .no-touch
a.btn:visited:hover,
.no-touch
a.btn:visited:focus,
a.btn:visited:active, .no-touch
button.btn:hover,
.no-touch
button.btn:focus,
button.btn:active {
  outline: 0;
  text-decoration: none;
  text-indent: 0;
  background-color: #eeeeee;
}

.btn:disabled,
.title-btn:disabled,
a.btn:link:disabled,
a.btn:visited:disabled,
button.btn:disabled {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.btn.btn-block,
.title-btn.btn-block,
a.btn:link.btn-block,
a.btn:visited.btn-block,
button.btn.btn-block {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn .shdw,
.title-btn .shdw,
a.btn:link .shdw,
a.btn:visited .shdw,
button.btn .shdw {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn .shdw:after,
.title-btn .shdw:after,
a.btn:link .shdw:after,
a.btn:visited .shdw:after,
button.btn .shdw:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  width: 5px;
  height: 100.2%;
  background: #c3c3c3;
  -webkit-transform: skewY(46deg);
  -moz-transform: skewY(46deg);
  -ms-transform: skewY(46deg);
  -o-transform: skewY(46deg);
  transform: skewY(46deg);
  transform-origin: 0 0;
}

.btn .shdw:before,
.title-btn .shdw:before,
a.btn:link .shdw:before,
a.btn:visited .shdw:before,
button.btn .shdw:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100.2%;
  height: 5px;
  background: #dbdbdb;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  transform-origin: 0 0;
}

input[type='button'].btn,
button.btn {
  outline: none;
  line-height: initial;
}

button span.iefix {
  position: relative;
  top: 0;
  left: 0;
}

/* /////////////////////////////////////////////////////////////
	
	Module	:	BORDERS
	
///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* ================================
	Global
================================= */
/* ================================
	Border styling
================================= */
.bdr {
  border: 1px solid #e0e0e0;
}

.bdr-top {
  border: none;
  border-top: 1px solid #e0e0e0;
}

.bdr-bottom {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 15px 0;
  padding: 0;
}

hr.dbl_m {
  margin: 20px 0;
}

@media only screen and (max-width: 560px) {
  hr.dbl_m {
    margin: 15px 0;
  }
}

/* /////////////////////////////////////////////////////////////
	
	Module	:	CLASSES
	
///////////////////////////////////////////////////////////// */
.pad-b {
  padding-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .pad-b {
    padding-bottom: 10px;
  }
}

.pad-t {
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .pad-t {
    padding-top: 10px;
  }
}

/* ====================================
	COMPONENTS
==================================== */
/* /////////////////////////////////////////////////////////////
	
	Component	: 	GLOBALS

///////////////////////////////////////////////////////////// */
body {
  overflow: hidden;
}

#page {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #page {
    padding-right: 0px;
  }
}

/* /////////////////////////////////////////////////////////////
	
	Component	: 	HEADER

///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* ================================
	Styles
================================= */
header {
  position: relative;
  display: block;
  padding-right: 15px;
  background-color: #ffffff;
  z-index: 119;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  header {
    padding-right: 0px;
  }
}

header .header_content {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  display: block;
  background-color: #ffffff;
}

header .header_content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
  width: 15px;
  height: 100%;
  background-color: #ededed;
  transform: skewX(0) skewY(30deg);
  -webkit-transform: skewX(0) skewY(30deg);
  -moz-transform: skewX(0) skewY(30deg);
  -ms-transform: skewX(0) skewY(30deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  header .header_content {
    height: 64px;
  }
}

@media only screen and (max-width: 768px) {
  header .header_content {
    position: fixed;
    height: 58px;
    overflow: hidden;
  }
  header .header_content::after {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  header .header_content {
    height: 48px;
  }
}

header .header_content h1 {
  position: absolute;
  z-index: 2;
  text-align: center;
  height: 100%;
  width: 100%;
  font-size: 30px;
  line-height: 73px;
  color: #00396a;
  padding: 0;
  font-family: "AllianzNeoCond", "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  header .header_content h1 {
    font-size: 22px;
    line-height: 61px;
  }
}

@media only screen and (max-width: 768px) {
  header .header_content h1 {
    display: none;
  }
}

header .header_content h2 {
  position: relative;
  z-index: 3;
  float: right;
  text-align: right;
  height: 100%;
  font-size: 25px;
  line-height: 73px;
  margin: 0 10px 0 0;
  padding: 0;
  color: #00396a;
  font-family: "AllianzNeoCond", "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  header .header_content h2 {
    font-size: 18px;
    line-height: 61px;
  }
}

@media only screen and (max-width: 768px) {
  header .header_content h2 {
    display: none;
  }
}

header .header_content h2 span {
  font-size: 128.6%;
  font-weight: 700;
}

header .header_content #alnz-logo {
  position: relative;
  z-index: 3;
  float: left;
  margin-top: -2px;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  header .header_content #alnz-logo {
    float: none;
    padding: 12px 0 12px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 560px) {
  header .header_content #alnz-logo {
    padding: 9px 0 7px;
  }
}

header .header_content #alnz-logo a {
  margin: 0;
  padding: 0;
}

header .header_content #alnz-logo span {
  color: #00396a;
  font-size: 50px;
  line-height: 76px;
}

@media only screen and (max-width: 1024px) {
  header .header_content #alnz-logo span {
    font-size: 40px;
    line-height: 61px;
  }
}

@media only screen and (max-width: 768px) {
  header .header_content #alnz-logo span {
    font-size: 36px;
    line-height: 1em;
  }
}

@media only screen and (max-width: 560px) {
  header .header_content #alnz-logo span {
    font-size: 30px;
  }
}

.md-open #filter_menu-trigger {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: default;
}

/* /////////////////////////////////////////////////////////////
	
	Component	: 	FOOTER

///////////////////////////////////////////////////////////// */
/* ====================================
	SECTIONS
==================================== */
/* /////////////////////////////////////////////////////////////
	
	Section	: 	SIDEBAR - FILTERS

///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* ================================
	Styles
================================= */
#filters {
  position: absolute;
  z-index: 70;
  width: 25%;
  max-width: 25%;
  min-width: 275px;
  max-width: 360px;
  top: 15px;
  left: 15px;
  display: block;
  background: rgba(255, 255, 255, 0.95);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0px 0 0;
}

#filters::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 0px;
  width: 100.1%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

#filters::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100.1%;
  background-color: rgba(222, 222, 222, 0.8);
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

@media only screen and (max-width: 768px) {
  #filters {
    width: 100%;
    max-width: 100%;
    left: 0;
    background: none;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 142;
  }
}

#filters.active::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 0px;
  width: 100.1%;
  height: 10px;
  background-color: rgba(178, 178, 178, 0.8);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

#filters.active::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100.1%;
  background-color: rgba(222, 222, 222, 0.8);
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

@media only screen and (max-width: 768px) {
  #filters.active {
    height: 100%;
    cursor: url(../images/cross.png), not-allowed;
  }
}

@media only screen and (max-width: 768px) {
  #filters.active .flt_head {
    cursor: default;
  }
}

@media only screen and (max-width: 768px) {
  #filters.active .flt_body {
    cursor: default;
  }
}

@media only screen and (max-width: 768px) {
  #filters::before, #filters::after {
    display: none;
  }
}

#filters .flt_content {
  position: relative;
  height: 100%;
  width: 100%;
}

#filters .flt_content .flt_head {
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
}

@media only screen and (max-width: 768px) {
  #filters .flt_content .flt_head {
    border: none;
  }
}

#filters .flt_content .flt_head .flt-trigger {
  position: relative;
  padding: 15px 45px 15px 15px;
  color: #00396a;
  font-size: 15px;
  line-height: 17px;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #filters .flt_content .flt_head .flt-trigger {
    color: #00396a;
    padding-top: 21px;
    padding-right: 45px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: inline-block;
    float: right;
    font-weight: 400;
  }
}

@media only screen and (max-width: 560px) {
  #filters .flt_content .flt_head .flt-trigger {
    padding-top: 16px;
    padding-right: 40px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}

#filters .flt_content .flt_head .flt-trigger::after {
  content: "";
  display: block;
  position: absolute;
  content: '\e900';
  font-size: 17px;
  line-height: 17px;
  top: 20px;
  right: 15px;
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
  color: #d1d1d1;
  top: 17px;
  color: rgba(0, 57, 106, 0.8);
}

@media only screen and (max-width: 768px) {
  #filters .flt_content .flt_head .flt-trigger::after {
    top: 21px;
    color: #00396a;
  }
}

@media only screen and (max-width: 560px) {
  #filters .flt_content .flt_head .flt-trigger::after {
    top: 16px;
  }
}

#filters .flt_content .flt_head .flt-trigger[data-drop-state="closed"]::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#filters .flt_content .flt_head .flt-trigger[data-drop-state="open"]::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#filters .flt_content .flt_body {
  position: relative;
  padding: 0 0 5px 0;
  z-index: 0;
  outline: none;
  width: 100%;
  display: none;
}

#filters .flt_content .flt_body.onload {
  display: block;
}

@media only screen and (max-width: 768px) {
  #filters .flt_content .flt_body {
    border: none;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
    -moz-box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
    box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
  }
}

#filters .flt_content .flt_body::before {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  height: 5px;
  width: 100%;
  display: block;
}

#filters .flt_content .flt_body .flt_body_content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #filters .flt_content .flt_body .flt_body_content {
    max-height: 100% !important;
  }
}

#filters .flt_content .flt_body .flt_body_content .flt_groups {
  height: 100%;
  width: 100%;
}

#filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group {
  position: relative;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-shadow: 0 1px 0 0 #F8F8F8;
  -moz-box-shadow: 0 1px 0 0 #F8F8F8;
  box-shadow: 0 1px 0 0 #F8F8F8;
  width: 100%;
}

#filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group:last-child {
  border: none;
}

#filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-head {
  position: relative;
  padding: 15px 15px;
  color: #00396a;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  #filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-head {
    padding-bottom: 10px;
  }
}

#filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body {
  position: relative;
  padding: 0 15px 10px;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  #filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body h4 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  #filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .cat_items .cat_item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  #filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .cat_items .cat_item {
    width: 100%;
  }
}

#filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .cat_items .cat_item:nth-of-type(2n+3) {
  clear: left;
}

#filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .flt_options .flt_option {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

#filters .flt_content .flt_body .flt_body_content .flt_groups .flt_group .flt_group-body .no_res {
  color: rgba(113, 113, 113, 0.4);
  font-size: 14px;
  padding-bottom: 10px;
}

.map_filter_figures {
  position: absolute;
  z-index: 70;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 0 7px;
  padding: 10px 15px;
  top: -150px;
  -webkit-transition: top 300ms ease, left 300ms ease;
  -moz-transition: top 300ms ease, left 300ms ease;
  -o-transition: top 300ms ease, left 300ms ease;
  transition: top 300ms ease, left 300ms ease;
  min-width: 180px;
  left: 100%;
}

.map_filter_figures::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -3px;
  left: 0px;
  width: 100.1%;
  height: 3px;
  background-color: rgba(178, 178, 178, 0.8);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

.map_filter_figures::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -3px;
  width: 3px;
  height: 100.1%;
  background-color: rgba(222, 222, 222, 0.8);
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

@media only screen and (max-width: 768px) {
  .map_filter_figures {
    position: fixed;
    z-index: 40;
    left: -200px;
    top: 100px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
}

.map_filter_figures.active {
  -webkit-transition: top 300ms ease, left 300ms ease;
  -moz-transition: top 300ms ease, left 300ms ease;
  -o-transition: top 300ms ease, left 300ms ease;
  transition: top 300ms ease, left 300ms ease;
  top: 7px;
}

@media only screen and (max-width: 768px) {
  .map_filter_figures.active {
    top: 70px;
    left: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .map_filter_figures.active {
    top: 60px;
    left: 10px;
  }
}

.map_filter_figures p {
  position: relative;
  display: inline-block;
  color: #717171;
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 17px;
}

.map_filter_figures span.clear-filters {
  display: block;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
  color: rgba(0, 57, 106, 0.8);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 12px;
  margin: 2px 0 0 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .map_filter_figures span.clear-filters {
    margin-top: 0;
    margin-right: 20px;
  }
}

.map_filter_figures span.clear-filters:hover {
  color: #717171;
}

.map_filter_figures span.clear-filters span {
  margin: 0 3px 0 0;
  font-size: 11px;
}

.map_filter_figures span.clear-filters.active {
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ====================================================

	 FILTER COMPONENTS 

	==================================================== */
.btn-switch {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  display: block;
  margin: 0;
  width: calc(100% - 5px);
  min-height: 40px;
  height: auto;
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 36px;
  margin-bottom: 15px;
  background: #f4f4f4;
  color: #4b4b4b;
  line-height: 1.2em;
  top: 0;
  left: 0;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: 0;
  /* Icon */
  /* Shadow */
  /* States */
  /* Colours */
}

@media only screen and (max-width: 768px) {
  .btn-switch {
    font-size: 14px;
  }
}

.btn-switch:after {
  content: "";
  display: block;
  position: absolute;
  content: "\e909";
  position: absolute;
  font-size: 15px;
  top: 12px;
  left: 12px;
}

.btn-switch[data-state="on"]::after {
  content: "\e909";
  color: #65ad5d;
}

.btn-switch[data-state="off"] {
  color: rgba(113, 113, 113, 0.8);
}

.btn-switch[data-state="off"]::after {
  content: "\e90a";
  color: #d1d1d1;
}

.btn-switch .shdw {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-switch .shdw:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 5px;
  height: 100.2%;
  background: #c3c3c3;
  -webkit-transform: skewY(46deg);
  -moz-transform: skewY(46deg);
  -ms-transform: skewY(46deg);
  -o-transform: skewY(46deg);
  transform: skewY(46deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}

.btn-switch .shdw:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -1px;
  width: 100.2%;
  height: 5px;
  background: #dbdbdb;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}

.no-touch .btn-switch:hover {
  background: #eeeeee;
}

.btn-switch.off {
  cursor: pointer;
  top: 5px;
  left: 5px;
}

.btn-switch.off .shdw {
  margin: -5px 0 0 -5px;
}

.btn-switch.off .shdw::after {
  height: 88%;
}

.btn-switch.off .shdw::before {
  width: 98.5%;
}

.btn-switch .cat_mark {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  display: block;
  height: 100%;
}

.btn-switch.cat_other .cat_mark {
  background: #ffe39e;
}

.btn-switch.cat_transport .cat_mark {
  background: #b19bca;
}

.btn-switch.cat_energy .cat_mark {
  background: #acd9d2;
}

.btn-switch.cat_building .cat_mark {
  background: #e9ba8d;
}

.check-switch {
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  line-height: 27px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 1px;
  padding-right: 10px;
  padding-left: 30px;
  color: #717171;
  font-size: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /* Icon */
  /* States */
}

@media only screen and (max-width: 768px) {
  .check-switch {
    font-size: 14px;
  }
}

.check-switch::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 8px;
  content: "\e90a";
  color: #65ad5d;
  display: inline-block;
  line-height: 1em;
}

.check-switch[data-state="on"]::before {
  content: "\e909";
  color: #65ad5d;
}

.check-switch[data-state="off"] {
  color: rgba(113, 113, 113, 0.8);
}

.check-switch[data-state="off"]::before {
  content: "\e90a";
  color: #d1d1d1;
}

.no-touch .check-switch:hover {
  background: #f4f4f4;
}

/* /////////////////////////////////////////////////////////////
	
	Section	: 	SIDEBAR - FILTERS

///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* ================================
	Styles
================================= */
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#results {
  position: absolute;
  z-index: 120;
  width: 25%;
  min-width: 300px;
  max-width: 450px;
  height: 100%;
  top: 0;
  right: -21%;
  display: block;
  background: #ffffff;
  -webkit-transition: right 300ms ease;
  -moz-transition: right 300ms ease;
  -o-transition: right 300ms ease;
  transition: right 300ms ease;
}

#results::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
  width: 15px;
  height: 100%;
  background-color: #dedede;
  transform: skewX(0) skewY(30deg);
  -webkit-transform: skewX(0) skewY(30deg);
  -moz-transform: skewX(0) skewY(30deg);
  -ms-transform: skewX(0) skewY(30deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  #results {
    right: -285px;
  }
}

@media only screen and (max-width: 768px) {
  #results {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    right: auto !important;
    left: 0 !important;
    height: 85%;
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
    top: 95%;
  }
}

@media only screen and (max-width: 560px) {
  #results {
    top: 93%;
    height: 80%;
  }
}

#results.active {
  right: 15px;
}

@media only screen and (max-width: 768px) {
  #results.active {
    right: 0px;
    top: 15%;
  }
}

@media only screen and (max-width: 560px) {
  #results.active {
    right: 0px;
    top: 20%;
  }
}

#results.active .res_toggle span.res_toggle-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  #results.active .res_toggle span.res_toggle-arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 768px) {
  #results.active .res_buffer-mob {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #results::after {
    display: none;
  }
}

#results::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 60px;
  left: -10px;
  top: 50%;
  margin-top: -30px;
  -webkit-box-shadow: inset -6px 0 8px -6px rgba(153, 153, 153, 0.8);
  -moz-box-shadow: inset -6px 0 8px -6px rgba(153, 153, 153, 0.8);
  box-shadow: inset -6px 0 8px -6px rgba(153, 153, 153, 0.8);
}

@media only screen and (max-width: 768px) {
  #results::before {
    display: none;
  }
}

#results .res_inner {
  position: relative;
  z-index: 90;
  display: block;
  height: 100%;
  background-color: #ffffff;
}

#results .res_inner .res_header {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 116px;
  background-color: #f4f4f4;
}

#results .res_inner .res_header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
  width: 15px;
  height: 100%;
  background-color: #bebebe;
  transform: skewX(0) skewY(30deg);
  -webkit-transform: skewX(0) skewY(30deg);
  -moz-transform: skewX(0) skewY(30deg);
  -ms-transform: skewX(0) skewY(30deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #results .res_inner .res_header {
    -webkit-box-shadow: 0 -6px 8px -6px rgba(153, 153, 153, 0.6);
    -moz-box-shadow: 0 -6px 8px -6px rgba(153, 153, 153, 0.6);
    box-shadow: 0 -6px 8px -6px rgba(153, 153, 153, 0.6);
    cursor: pointer;
  }
  #results .res_inner .res_header::after {
    display: none;
  }
}

#results .res_inner .res_header .res_header-title {
  border-bottom: 1px solid #d4d4d4;
  padding: 15px 15px 15px;
  font-weight: 600;
  font-size: 15px;
}

@media only screen and (max-width: 560px) {
  #results .res_inner .res_header .res_header-title {
    font-size: 14px;
  }
}

#results .res_inner .res_header .res_header-title span {
  display: none;
}

@media only screen and (max-width: 768px) {
  #results .res_inner .res_header .res_header-title span {
    display: inline-block;
  }
}

#results .res_inner .res_header .res_header-inner {
  padding: 15px 15px 0;
}

#results .res_inner .res_header .res_header-inner .select-row {
  position: relative;
  padding-left: 40px;
}

#results .res_inner .res_header .res_header-inner .select-row .select_label {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  padding: 0;
}

#results .res_inner .res_header .res_header-inner .select-row select {
  margin-top: 8px;
}

#results .res_inner .res_body {
  padding-top: 116px;
  padding-bottom: 0px;
  height: 100%;
  min-height: 100%;
  display: block;
  -webkit-transition: padding 300ms ease;
  -moz-transition: padding 300ms ease;
  -o-transition: padding 300ms ease;
  transition: padding 300ms ease;
  padding-top: 155px;
}

@media only screen and (max-width: 768px) {
  #results .res_inner .res_body {
    padding-bottom: 0px;
  }
}

#results .res_inner .res_body .res_body-inner {
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transition: padding 300ms ease;
  -moz-transition: padding 300ms ease;
  -o-transition: padding 300ms ease;
  transition: padding 300ms ease;
  padding: 0 0 5px;
}

@media only screen and (max-width: 768px) {
  #results .res_inner .res_body .res_body-inner {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

#results .res_inner .res_body .res_body-inner .res_body-inner-scroll {
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #results .res_inner .res_body .res_body-inner .res_body-inner-scroll {
    padding-right: 0;
    padding-left: 0;
  }
}

#results .res_inner .res_body .res_body-inner .res_body-inner-scroll .jspContainer .jspPane {
  width: 100% !important;
}

#results .res_inner .res_body .res_body-inner ul#res_list {
  padding: 0px 15px 0;
}

@media only screen and (max-width: 768px) {
  #results .res_inner .res_body .res_body-inner ul#res_list {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 640px) {
  #results .res_inner .res_body .res_body-inner ul#res_list {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

#results .res_inner .res_body .list_filter_figures {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  height: 40px;
  top: 116px;
}

#results .res_inner .res_body .list_filter_figures p {
  color: #717171;
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 40px;
}

#results .res_toggle {
  position: absolute;
  width: 100px;
  height: 60px;
  top: 50%;
  left: -90px;
  margin-top: -30px;
  background: #ffffff;
  text-align: left;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  z-index: -100;
  cursor: pointer;
  -webkit-transition: left 300ms ease;
  -moz-transition: left 300ms ease;
  -o-transition: left 300ms ease;
  transition: left 300ms ease;
  color: #00396a;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 0 0 38px;
  -webkit-box-shadow: 0 0 8px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 0 8px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 8px rgba(153, 153, 153, 0.5);
}

@media only screen and (max-width: 768px) {
  #results .res_toggle {
    left: 50% !important;
    top: -45px;
    width: 60px;
    height: 45px;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    margin-top: 0px;
    margin-left: -30px;
    padding-top: 15px;
    padding-left: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #f4f4f4;
  }
}

@media only screen and (max-width: 560px) {
  #results .res_toggle {
    top: -35px;
    width: 50px;
    height: 35px;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    -o-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
    margin-top: 0px;
    margin-left: -25px;
    padding-top: 12px;
    padding-left: 0;
  }
}

.no-touch #results .res_toggle:hover {
  left: -100px;
}

#results .res_toggle span.res_toggle-arrow {
  position: absolute;
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transform-origin: 8px 8px;
  -moz-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: -8px 0 0 0px;
  top: 50%;
  left: 15px;
}

@media only screen and (max-width: 768px) {
  #results .res_toggle span.res_toggle-arrow {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform-origin: 10px 10px;
    -moz-transform-origin: 10px 10px;
    transform-origin: 10px 10px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media only screen and (max-width: 560px) {
  #results .res_toggle span.res_toggle-arrow {
    font-size: 16px;
    width: 16px;
    height: 16px;
    -webkit-transform-origin: 8px 8px;
    -moz-transform-origin: 8px 8px;
    transform-origin: 8px 8px;
  }
}

@media only screen and (max-width: 768px) {
  #results .res_toggle span.res_toggle-copy {
    display: none;
  }
}

#results .res_toggle span.res_toggle-shadow {
  position: absolute;
  display: none;
  width: 100%;
  height: 10px;
  bottom: 0;
  -webkit-box-shadow: inset 0 -6px 8px -6px rgba(153, 153, 153, 0.6);
  -moz-box-shadow: inset 0 -6px 8px -6px rgba(153, 153, 153, 0.6);
  box-shadow: inset 0 -6px 8px -6px rgba(153, 153, 153, 0.6);
}

@media only screen and (max-width: 768px) {
  #results .res_toggle span.res_toggle-shadow {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  #results .res_toggle span.res_toggle-shadow {
    -webkit-box-shadow: inset 0 -4px 6px -4px rgba(153, 153, 153, 0.6);
    -moz-box-shadow: inset 0 -4px 6px -4px rgba(153, 153, 153, 0.6);
    box-shadow: inset 0 -4px 6px -4px rgba(153, 153, 153, 0.6);
  }
}

#results .res_buffer-mob {
  width: 100%;
  height: 4.5%;
  display: none;
  position: fixed;
  bottom: 0;
  background: transparent;
  z-index: 90;
}

@media only screen and (max-width: 768px) {
  #results .res_buffer-mob {
    display: block;
  }
}

@media only screen and (max-width: 560px) {
  #results .res_buffer-mob {
    height: 6.5%;
    display: block;
  }
}

/* Globalise result item */
.res_item {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid #e0e0e0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: #e2e9f0;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  clear: both;
  max-height: 600px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  float: left;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media only screen and (max-width: 1300px) {
  .res_item {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .res_item {
    -webkit-transition: border 300ms ease;
    -moz-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    transition: border 300ms ease;
  }
}

@media only screen and (max-width: 768px) {
  .res_item.get_result_item {
    width: 48%;
    display: inline-block;
    clear: none;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media only screen and (max-width: 640px) {
  .res_item.get_result_item {
    width: 100%;
    display: block;
    clear: both;
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media only screen and (max-width: 768px) {
  .res_item.get_result_item .res_item-content {
    padding-top: 3%;
    padding-right: 40px;
    padding-bottom: 3%;
    padding-left: 3%;
  }
}

@media only screen and (max-width: 480px) {
  .res_item.get_result_item .res_item-content {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .res_item.get_result_item .res_item-info-icon {
    width: 34px;
    height: 34px;
    font-size: 15px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .res_item.get_result_item .res_item-hairpin-icon {
    width: 34px;
    height: 34px;
    font-size: 15px;
    line-height: 32px;
  }
}

.no-touch .res_item:hover {
  border-color: #8cb1d2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.no-touch .res_item.has-location:hover .res_item-hairpin-icon {
  top: 38px;
}

@media only screen and (max-width: 768px) {
  .no-touch .res_item.has-location:hover .res_item-hairpin-icon {
    top: 44px;
  }
}

.no-touch .res_item.has-location .res_item-hairpin-icon {
  top: 5px;
}

.touch .res_item.has-location .res_item-hairpin-icon {
  top: 38px;
}

@media only screen and (max-width: 768px) {
  .touch .res_item.has-location .res_item-hairpin-icon {
    top: 44px;
  }
}

.res_item.remove {
  overflow: hidden;
  margin: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.res_item.onlocate {
  border-color: #8cb1d2;
}

.res_item.onlocate.has-location .res_item-hairpin-icon {
  top: 38px;
}

@media only screen and (max-width: 768px) {
  .res_item.onlocate.has-location .res_item-hairpin-icon {
    top: 44px;
  }
}

.res_item.resultOpen {
  border-color: #8cb1d2;
}

.res_item.resultNotOpen {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.res_item .res_item-img {
  position: absolute;
  z-index: 20;
  width: 45%;
  bottom: 0;
}

.res_item .res_item-img img {
  position: relative;
  display: block;
  margin: 0 auto -10px;
  width: 90%;
  max-width: 140px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .res_item .res_item-img img {
    width: 84%;
  }
}

.res_item .res_item-content {
  position: relative;
  z-index: 10;
  width: 55%;
  background-color: #ffffff;
  -webkit-border-radius: 0 18px 18px 0;
  -moz-border-radius: 0 18px 18px 0;
  -ms-border-radius: 0 18px 18px 0;
  -o-border-radius: 0 18px 18px 0;
  border-radius: 0 18px 18px 0;
  padding: 5% 35px 5% 5%;
  float: right;
  height: 100%;
}

.res_item .res_item-content::before, .res_item .res_item-content::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: -20px;
}

.res_item .res_item-content::before {
  z-index: 2;
  background: #e2e9f0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
  border-radius: 0 0 20px 0;
}

.res_item .res_item-content::after {
  z-index: 1;
  background: #ffffff;
}

.res_item .res_item-content h3 {
  padding-bottom: 5px;
}

.res_item .res_item-content p {
  padding-bottom: 5px;
}

.res_item .res_item-content p.res_item-price {
  color: #00396a;
  padding-top: 8px;
  padding-bottom: 0;
}

@media only screen and (max-width: 1300px) {
  .res_item .res_item-content p.res_item-price {
    padding-top: 0px;
    padding-bottom: 0;
    font-size: 14px;
  }
}

.res_item .res_item-info-icon {
  position: absolute;
  z-index: 32;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #8cb1d2;
  width: 28px;
  height: 28px;
  font-size: 13px;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  right: 5px;
  top: 5px;
}

.res_item .res_item-hairpin-icon {
  position: absolute;
  z-index: 30;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #d1d1d1;
  width: 28px;
  height: 28px;
  font-size: 13px;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  right: 5px;
  top: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.no-touch .res_item .res_item-hairpin-icon:hover {
  background-color: #b4b4b4;
}

/* /////////////////////////////////////////////////////////////
	
	Section	: 	MAP

///////////////////////////////////////////////////////////// */
#map {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-top: 0;
  -webkit-transition: padding 300ms ease;
  -moz-transition: padding 300ms ease;
  -o-transition: padding 300ms ease;
  transition: padding 300ms ease;
  top: 0;
  background-color: #f3f2ef;
  /* Animations */
}

@media only screen and (max-width: 768px) {
  #map {
    position: fixed;
  }
}

#map .my-marker {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #00396a;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#map .my-marker:hover {
  -webkit-animation: pulse2 0.5s infinite alternate;
  animation: pulse2 0.5s infinite alternate;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes pulse2 {
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-moz-keyframes pulse2 {
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-ms-keyframes pulse2 {
  #map to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-o-keyframes pulse2 {
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes pulse2 {
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

#map #map-content {
  position: relative;
  width: 100%;
  height: 100%;
  /* Target google maps logo */
}

#map #map-content > div {
  background: #a3ccff !important;
}

#map #map-content .custom_controls {
  position: relative;
  padding: 10px 10px 15px;
}

@media only screen and (max-width: 768px) {
  #map #map-content .custom_controls {
    bottom: 7% !important;
    padding: 0;
    left: auto !important;
    right: 15px;
  }
}

@media only screen and (max-width: 560px) {
  #map #map-content .custom_controls {
    right: 10px;
    bottom: 9% !important;
  }
}

#map #map-content .custom_controls .cc_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}

#map #map-content .custom_controls .cc_wrapper div {
  cursor: pointer;
  display: inline-block;
  float: left;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 57, 106, 0.8);
}

@media only screen and (max-width: 768px) {
  #map #map-content .custom_controls .cc_wrapper div {
    display: block;
    float: none;
  }
}

#map #map-content .custom_controls .cc_wrapper div::after {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  content: '\e903';
  line-height: 45px;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 960px) {
  #map #map-content .custom_controls .cc_wrapper div::after {
    font-size: 11px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #map #map-content .custom_controls .cc_wrapper div::after {
    line-height: 40px;
    font-size: 12px;
  }
}

.no-touch #map #map-content .custom_controls .cc_wrapper div:hover {
  background-color: #00396a;
}

.no-touch #map #map-content .custom_controls .cc_wrapper div:hover:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .no-touch #map #map-content .custom_controls .cc_wrapper div:hover {
    background-color: rgba(0, 57, 106, 0.8) !important;
  }
}

#map #map-content .custom_controls .cc_wrapper .cc_zoom-in {
  width: 45px;
  height: 45px;
}

@media only screen and (max-width: 960px) {
  #map #map-content .custom_controls .cc_wrapper .cc_zoom-in {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #map #map-content .custom_controls .cc_wrapper .cc_zoom-in {
    display: none;
  }
}

#map #map-content .custom_controls .cc_wrapper .cc_zoom-in::after {
  content: '\e90c';
}

#map #map-content .custom_controls .cc_wrapper .cc_zoom-out {
  width: 45px;
  height: 45px;
}

@media only screen and (max-width: 960px) {
  #map #map-content .custom_controls .cc_wrapper .cc_zoom-out {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #map #map-content .custom_controls .cc_wrapper .cc_zoom-out {
    display: none;
  }
}

#map #map-content .custom_controls .cc_wrapper .cc_zoom-out::after {
  content: '\e90b';
}

#map #map-content .custom_controls .cc_wrapper .cc_reset {
  width: 60px;
  height: 45px;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

@media only screen and (max-width: 960px) {
  #map #map-content .custom_controls .cc_wrapper .cc_reset {
    width: 50px;
    height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #map #map-content .custom_controls .cc_wrapper .cc_reset {
    width: 40px;
    height: 40px;
    border: none;
  }
}

#map #map-content .custom_controls .cc_wrapper .cc_reset::after {
  content: '\e90d';
}

#map #map-content .mapGoogleLogo {
  bottom: 4px !important;
}

@media only screen and (max-width: 768px) {
  #map #map-content .mapGoogleLogo {
    bottom: 5.5% !important;
  }
}

@media only screen and (max-width: 560px) {
  #map #map-content .mapGoogleLogo {
    bottom: 7.5% !important;
  }
}

#map #map-content .mapGoogleLogo a div {
  height: 26px !important;
}

@media only screen and (max-width: 768px) {
  #map #map-content .mapGoogleLogo a div {
    height: 23px !important;
  }
}

@media only screen and (max-width: 560px) {
  #map #map-content .mapGoogleLogo a div {
    height: 20px !important;
  }
}

#map #map-content .mapGoogleLogo a div img {
  height: 100% !important;
  width: auto !important;
}

.map_info_item {
  max-width: 420px;
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
  clear: none;
  max-height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  /* Down Arrow */
}

.map_info_item:hover {
  border-color: #e0e0e0;
}

.map_info_item::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 36px solid #8D8D8D;
  margin-top: -12px;
  bottom: -42px;
  margin: 0 0 0 -15px;
  left: 50%;
}

@media only screen and (max-width: 560px) {
  .map_info_item::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 26px solid #8D8D8D;
    margin-top: -8px;
    bottom: -34px;
    margin: 0 0 0 -10px;
  }
}

.infoBox > img {
  position: absolute;
  display: none;
}

.shdw-round {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 20px 28px;
  -moz-border-radius: 20px 28px;
  -ms-border-radius: 20px 28px;
  -o-border-radius: 20px 28px;
  border-radius: 20px 28px;
  overflow: hidden;
  background: #8D8D8D;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shdw-round::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 20px;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #d3d3d3;
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
}

.custom_pin {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.custom_pin > div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-image: none !important;
  background-color: #00396a !important;
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
  text-align: center !important;
  cursor: pointer !important;
  color: #ffffff !important;
}

/* /////////////////////////////////////////////////////////////
	
	Section	: 	WELCOME PANEL

///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* ================================
	Styles
================================= */
#welcome {
  position: absolute;
  z-index: 60;
  width: 25%;
  max-width: 25%;
  min-width: 275px;
  max-width: 360px;
  top: 62px;
  left: 15px;
  display: block;
  background: rgba(226, 233, 240, 0.95);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0px 0 0;
}

#welcome::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 0px;
  width: 100.1%;
  height: 10px;
  background-color: rgba(178, 178, 178, 0.8);
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

#welcome::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100.1%;
  background-color: rgba(222, 222, 222, 0.8);
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

@media only screen and (max-width: 768px) {
  #welcome {
    position: fixed;
    width: 100%;
    max-width: 100%;
    left: 0;
    background: none;
    height: auto;
    top: 58px;
    z-index: 20;
  }
}

@media only screen and (max-width: 560px) {
  #welcome {
    top: 48px;
  }
}

@media only screen and (max-width: 768px) {
  #welcome.active {
    height: 100%;
    cursor: url(../images/cross.png), not-allowed;
    z-index: 121;
  }
}

@media only screen and (max-width: 768px) {
  #welcome.active .wlcm_head {
    cursor: default;
  }
}

@media only screen and (max-width: 768px) {
  #welcome.active .wlcm_body {
    cursor: default;
  }
}

@media only screen and (max-width: 768px) {
  #welcome::before, #welcome::after {
    display: none;
  }
}

#welcome .wlcm_content {
  position: relative;
  height: 100%;
  width: 100%;
}

#welcome .wlcm_content .wlcm_head {
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_head {
    z-index: 50;
    width: auto;
    float: right;
  }
}

#welcome .wlcm_content .wlcm_head .wlcm-trigger {
  position: relative;
  padding: 15px 45px 15px 15px;
  color: #00396a;
  font-size: 15px;
  line-height: 17px;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_head .wlcm-trigger {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background-color: rgba(0, 57, 106, 0.8);
    margin: 15px 15px 0 0;
    text-align: center;
  }
}

@media only screen and (max-width: 560px) {
  #welcome .wlcm_content .wlcm_head .wlcm-trigger {
    margin: 10px 10px 0 0;
  }
}

#welcome .wlcm_content .wlcm_head .wlcm-trigger::after {
  content: "";
  display: block;
  position: absolute;
  content: '\e900';
  font-size: 17px;
  line-height: 17px;
  top: 20px;
  right: 15px;
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
  color: #d1d1d1;
  top: 17px;
  color: rgba(0, 57, 106, 0.8);
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_head .wlcm-trigger::after {
    content: '\e903';
    position: relative;
    display: inline-block;
    top: 0px;
    right: 0px;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    padding: 13px 0 0 0;
    width: 40px;
    height: 40px;
  }
}

#welcome .wlcm_content .wlcm_head .wlcm-trigger[data-drop-state="closed"]::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_head .wlcm-trigger[data-drop-state="closed"]::after {
    content: '\e903';
  }
}

#welcome .wlcm_content .wlcm_head .wlcm-trigger[data-drop-state="open"]::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_head .wlcm-trigger[data-drop-state="open"]::after {
    content: '\e901';
  }
}

#welcome .wlcm_content .wlcm_body {
  position: relative;
  border-top: 1px solid #d4d4d4;
  position: relative;
  padding: 0 0 5px 0;
  z-index: 0;
  outline: none;
  width: 100%;
  display: none;
}

#welcome .wlcm_content .wlcm_body.onload {
  display: block;
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_body {
    border: none;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
    -moz-box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
    box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
    position: absolute;
    top: 0;
    z-index: 40;
  }
}

#welcome .wlcm_content .wlcm_body::before {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  height: 5px;
  width: 100%;
  display: block;
}

#welcome .wlcm_content .wlcm_body .wlcm_body_content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_body .wlcm_body_content {
    max-height: 100% !important;
  }
}

#welcome .wlcm_content .wlcm_body .wlcm_body_content .wlcm_body-inner {
  position: relative;
  padding: 15px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_body .wlcm_body_content .wlcm_body-inner {
    padding-right: 55px;
  }
}

@media only screen and (max-width: 560px) {
  #welcome .wlcm_content .wlcm_body .wlcm_body_content .wlcm_body-inner {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #welcome .wlcm_content .wlcm_body .wlcm_body_content .wlcm_body-inner h3 {
    padding-right: 20px;
  }
}

#welcome .wlcm_content .wlcm_body .wlcm_body_content .wlcm_body-inner p {
  font-size: 14px;
  padding-bottom: 10px;
}

#welcome .wlcm_content .wlcm_body .wlcm_body_content .wlcm_body-inner p:last-child {
  padding: 0;
}

/* /////////////////////////////////////////////////////////////
	
	Section	: 	DISCLAIMER PANEL

///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* ================================
	Styles
================================= */
.disclaimer {
  position: absolute;
  z-index: 120;
  width: 100%;
  left: 0;
  display: block;
  background: #ededed;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .disclaimer {
    position: relative;
    clear: left;
    z-index: 1;
  }
}

.disclaimer .dcmr_content {
  position: relative;
  overflow: hidden;
  padding: 15px 20px;
}

.disclaimer .dcmr_content p {
  font-size: 12px;
  padding: 0;
}

.disclaimer#disclaimer {
  display: block;
}

@media only screen and (max-width: 768px) {
  .disclaimer#disclaimer {
    display: none;
  }
}

.disclaimer#disclaimer2 {
  display: none;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .disclaimer#disclaimer2 {
    display: block;
  }
}

.cookie-bar {
  display: block;
  background-color: #eceded;
  padding: 20px 15px 20px 0;
  top: 0;
  z-index: 490;
  width: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
  -moz-box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
  box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.6);
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

.cookie-bar::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
  width: 15px;
  height: 100%;
  background-color: #00396a;
  transform: skewX(0) skewY(30deg);
  -webkit-transform: skewX(0) skewY(30deg);
  -moz-transform: skewX(0) skewY(30deg);
  -ms-transform: skewX(0) skewY(30deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cookie-bar {
    padding: 15px 0;
  }
}

.cookie-bar .cookie-wording {
  overflow: hidden;
}

.cookie-bar .cookie-wording p {
  font-size: 12px;
  color: #000;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
  .cookie-bar .cookie-wording p {
    font-size: 10px;
  }
}

.cookie-bar .cookie-buttons {
  margin-top: 10px;
}

.cookie-bar .cookie-buttons .cookie-btn {
  font-size: 12px;
  line-height: 16px;
  margin: 0 20px 0 0;
  padding: 6px 12px 8px;
  background: #4c73a7;
  color: #ffffff;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .cookie-bar .cookie-buttons .cookie-btn {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.cookie-bar .cookie-buttons .cookie-btn:after, .cookie-bar .cookie-buttons .cookie-btn:before {
  display: none;
}

.no-touch .cookie-bar .cookie-buttons .cookie-btn:hover {
  background: #00396a;
}

.cookie-bar .cookie-buttons a {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .cookie-bar .cookie-buttons a {
    font-size: 10px;
  }
}

.cookie-bar .cookie-buttons img {
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .cookie-bar .cookie-buttons img {
    width: auto;
    height: 10px;
    margin-top: -3px;
    margin-right: 4px;
  }
}

/* ====================================
	VENDORS - (Plugins)
==================================== */
/* /////////////////////////////////////////////////////////////
	
	Vendors - MODALS
	
///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* ================================
	Global
================================= */
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
}

.md-modal {
  position: fixed;
  top: 40%;
  left: 50%;
  max-width: 700px;
  min-width: 450px;
  height: auto;
  z-index: 200;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 95%;
  margin-top: 100px;
  /* Content styles */
}

@media only screen and (max-width: 768px) {
  .md-modal {
    width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .md-modal {
    width: 80% !important;
    min-width: 300px;
    margin-top: 0px;
    top: 75px;
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
  }
}

.md-modal.md-show {
  visibility: visible;
}

.md-modal.md-show .md-content {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.md-modal .md-content {
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 30px;
  height: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.md-modal .md-content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -15px;
  left: 0px;
  width: 100.1%;
  height: 15px;
  background-color: #b2b2b2;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

.md-modal .md-content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -15px;
  width: 15px;
  height: 100.1%;
  background-color: #dedede;
  -webkit-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  overflow: hidden;
  outline: 0;
}

@media only screen and (max-width: 768px) {
  .md-modal .md-content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: 0px;
    width: 100.1%;
    height: 10px;
    background-color: #b2b2b2;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    overflow: hidden;
    outline: 0;
  }
  .md-modal .md-content::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100.1%;
    background-color: #dedede;
    -webkit-transform: skewY(45deg);
    -moz-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    -o-transform: skewY(45deg);
    transform: skewY(45deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    overflow: hidden;
    outline: 0;
  }
}

@media only screen and (max-width: 640px) {
  .md-modal .md-content:after, .md-modal .md-content:before {
    display: none;
  }
}

.md-modal .md-content > h2 {
  font-size: 25px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

@media only screen and (max-width: 768px) {
  .md-modal .md-content > h2 {
    font-size: 20px;
  }
}

.md-modal .md-content .md-close {
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

body.md-open {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

/*  ===== INFO MODALS ===== */
body.results-open .md-info {
  padding-right: 28%;
}

@media only screen and (max-width: 1200px) {
  body.results-open .md-info {
    padding-right: 390px;
  }
}

@media only screen and (max-width: 768px) {
  body.results-open .md-info {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1024px) {
  body.results-open .md-info .md-content {
    width: 86%;
    max-width: 86%;
    min-height: 480px;
  }
  body.results-open .md-info .md-content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -10px;
    left: 0px;
    width: 100.1%;
    height: 10px;
    background-color: #b2b2b2;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    overflow: hidden;
    outline: 0;
  }
  body.results-open .md-info .md-content::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100.1%;
    background-color: #dedede;
    -webkit-transform: skewY(45deg);
    -moz-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    -o-transform: skewY(45deg);
    transform: skewY(45deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    overflow: hidden;
    outline: 0;
  }
}

@media only screen and (max-width: 768px) {
  body.results-open .md-info .md-content {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  body.results-open .md-info .md-content .md-info-content {
    width: 100%;
    height: 350px;
  }
}

@media only screen and (max-width: 1024px) {
  body.results-open .md-info .md-content .md-info-content .md-info-content-inner {
    min-height: 100%;
    max-height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  body.results-open .md-info .md-content .md-info-content .md-info-content-inner .md-info-head-content {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  body.results-open .md-info .md-content .md-info-content .md-info-content-inner .md-info-head-content h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1024px) {
  body.results-open .md-info .md-content .md-info-img {
    width: 100%;
    height: 130px;
    bottom: 0;
    top: auto;
    background-position: center center;
  }
}

@media only screen and (max-width: 1300px) {
  body.results-open .md-info .md-content .md-info-img.md-info-img2 {
    background-size: 70%;
  }
}

@media only screen and (max-width: 768px) {
  body.results-open .md-info .md-content .md-info-img.md-info-img2 {
    background-size: 70%;
  }
}

.md-info {
  position: absolute;
  left: 0%;
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  margin: 0 auto;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 110;
  padding-right: 150px;
  padding-right: 8%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  top: 50%;
}

@media only screen and (max-width: 1200px) {
  .md-info {
    padding-right: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .md-info.md-show .md-content {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .md-info {
    padding: 0 40px;
    z-index: 200;
  }
}

@media only screen and (max-width: 640px) {
  .md-info {
    padding: 0 20px !important;
  }
}

.md-info .md-content {
  padding: 0;
  width: 750px;
  max-width: 750px;
}

@media only screen and (max-width: 1300px) {
  .md-info .md-content {
    width: 620px;
    max-width: 620px;
  }
}

@media only screen and (max-width: 1024px) {
  .md-info .md-content {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .md-info .md-content {
    width: 100%;
    max-width: 100%;
    min-height: 560px;
  }
}

@media only screen and (max-width: 640px) {
  .md-info .md-content {
    min-height: 380px !important;
    padding-bottom: 130px;
  }
  .md-info .md-content::before, .md-info .md-content::after {
    display: none !important;
  }
}

@media only screen and (max-width: 560px) {
  .md-info .md-content {
    min-height: 300px !important;
    padding-bottom: 100px;
  }
}

.md-info .md-content::after {
  right: -14.5px;
}

@media only screen and (max-width: 768px) {
  .md-info .md-content::after {
    right: -9.5px;
  }
}

.md-info .md-content .md-info-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 50%;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 1300px) {
  .md-info .md-content .md-info-content {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-content {
    width: 100%;
    height: 380px;
  }
}

@media only screen and (max-width: 640px) {
  .md-info .md-content .md-info-content {
    height: 350px;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .md-info .md-content .md-info-content {
    height: 300px !important;
  }
}

.md-info .md-content .md-info-content .side_bar {
  margin-top: 0px;
  margin-left: -13px;
}

.md-info .md-content .md-info-content .md-info-content-scroll {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-right: 20px;
  min-height: 400px;
  max-height: 410px;
  background-color: #ffffff;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-content .md-info-content-scroll {
    min-height: 100%;
    max-height: 100%;
  }
}

.md-info .md-content .md-info-content .md-info-content-scroll .jspContainer .jspPane {
  width: 100% !important;
}

.md-info .md-content .md-info-content .md-info-content-scroll .jspContainer .jspPane .md-info-content-scroll-inner {
  padding-right: 15px !important;
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head {
  position: relative;
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head {
    min-height: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head {
    padding-top: 10px;
    min-height: 110px;
  }
}

@media only screen and (max-width: 400px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head {
    padding-top: 0;
    min-height: 90px;
  }
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-img {
  position: relative;
  float: left;
  width: 40%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-img {
    position: absolute;
    z-index: 20;
    float: none;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-img {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 400px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-img {
    width: 75px;
    height: 75px;
    top: auto;
    left: auto;
    bottom: -8px;
    right: 5px;
  }
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-img img {
  position: relative;
  display: block;
  margin: 0;
  max-width: 150px;
  width: 100%;
  height: auto;
  display: none;
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-img .md_info-canvas {
  background: #ffffff;
  width: 100%;
  max-width: 150px;
  margin: 0;
  height: auto;
  position: relative;
  bottom: 0;
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content {
  position: relative;
  z-index: 10;
  width: 60%;
  background-color: #ffffff;
  -webkit-border-radius: 0 18px 18px 0;
  -moz-border-radius: 0 18px 18px 0;
  -ms-border-radius: 0 18px 18px 0;
  -o-border-radius: 0 18px 18px 0;
  border-radius: 0 18px 18px 0;
  padding: 0 0 0 20px;
  float: right;
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content {
    width: 100%;
    float: none;
    padding-left: 180px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content {
    padding-left: 140px;
  }
}

@media only screen and (max-width: 400px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content {
    padding-left: 0px;
  }
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content h3 {
  padding-bottom: 5px;
  font-size: 25px;
}

@media only screen and (max-width: 840px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 560px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content h3 {
    font-size: 20px !important;
  }
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p {
  padding-bottom: 0;
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p.md-info-head-price {
  color: #00396a;
  padding-top: 8px;
  padding-bottom: 0;
}

.md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p.md-info-head-year {
  padding-top: 8px;
  padding-bottom: 0;
}

@media only screen and (max-width: 400px) {
  .md-info .md-content .md-info-content .md-info-content-scroll .md-info-content-scroll-inner .md-info-head .md-info-head-content p {
    padding-right: 80px;
  }
}

.md-info .md-content .md-info-img {
  position: absolute;
  z-index: 2;
  height: 100%;
  right: 0;
  top: 0;
  background-position: top center;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  bacground-color: transparent;
  width: 50%;
}

@media only screen and (max-width: 1300px) {
  .md-info .md-content .md-info-img {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-img {
    width: 100%;
    height: 180px;
    bottom: 0;
    top: auto;
    background-position: center center;
  }
}

@media only screen and (max-width: 640px) {
  .md-info .md-content .md-info-img {
    height: 130px;
  }
}

@media only screen and (max-width: 560px) {
  .md-info .md-content .md-info-img {
    height: 100px;
  }
}

.md-info .md-content .md-info-img.md-info-img2 {
  z-index: 1;
  background-color: #f4f4f4;
  background-position: center;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-img.md-info-img2 {
    background-size: 70%;
  }
}

.md-info .md-content .md-info-close {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  border: 2px solid #d1d1d1;
  background-color: #b1b1b1;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  margin: 0;
  padding: 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-close {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 640px) {
  .md-info .md-content .md-info-close {
    top: -16px;
    right: -14px;
  }
}

.md-info .md-content .md-info-close::before {
  content: "";
  display: block;
  position: absolute;
  content: '\e901';
  color: #ffffff;
  font-size: 12px;
  line-height: 1.1;
  width: 28px;
  height: 28px;
  position: relative;
  padding: 7.5px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .md-info .md-content .md-info-close::before {
    font-size: 14px;
    width: 36px;
    height: 36px;
    padding: 10.5px 0 0 0;
  }
}

.no-touch .md-info .md-content .md-info-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*  ===== DISCLAIMER MODAL ===== */
.md-disclaimer {
  max-width: 100%;
  width: 100%;
  width: 100% !important;
  max-height: 100%;
  height: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
  left: 0;
  margin: 0;
}

.md-disclaimer .md-content {
  width: 100%;
  height: 100%;
  padding: 5% 15% 5%;
  background: transparent;
  background: rgba(237, 237, 237, 0.95);
}

@media only screen and (max-width: 768px) {
  .md-disclaimer .md-content {
    padding: 60px 40px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .md-disclaimer .md-content {
    padding: 60px 25px 25px;
  }
}

.md-disclaimer .md-content::after, .md-disclaimer .md-content::before {
  display: none;
}

.md-disclaimer .md-content .md-close {
  position: absolute;
  top: 4%;
  right: 4%;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .md-disclaimer .md-content .md-close {
    font-size: 20px;
    top: 15px;
    right: 3%;
  }
}

@media only screen and (max-width: 768px) {
  .md-disclaimer .md-content .md-close {
    top: 10px;
    right: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .md-disclaimer .md-content .md-close {
    right: 10px;
  }
}

.md-disclaimer .md-content .md-content-scroll {
  width: 100% !important;
  height: 100%;
  overflow: auto;
}

.md-disclaimer .md-content .md-content-scroll .jspContainer .jspPane .md-content-scroll-inner {
  padding-right: 15px !important;
}

.md-disclaimer .md-content .md-content-scroll .md-content-scroll-inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.md-disclaimer .md-content .md-content-scroll h2 {
  font-size: 25px;
  color: #00396a;
  margin: 0;
  padding-bottom: 25px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .md-disclaimer .md-content .md-content-scroll h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

.md-disclaimer .md-content .md-content-scroll h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #00396a;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .md-disclaimer .md-content .md-content-scroll h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

.md-disclaimer .md-content .md-content-scroll h4 {
  padding-bottom: 5px;
  font-weight: 600;
}

.md-disclaimer .md-content .md-content-scroll .dcmr_links {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .md-disclaimer .md-content .md-content-scroll .dcmr_links {
    margin-top: 0px;
  }
}

.md-disclaimer .md-content .md-content-scroll .dcmr_links .sep {
  display: inline-block;
  margin: 0 15px;
  width: 1px;
  height: 17px;
  background: #4b4b4b;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .md-disclaimer .md-content .md-content-scroll .dcmr_links .sep {
    margin: 0 8px;
  }
}

@media only screen and (max-width: 400px) {
  .md-disclaimer .md-content .md-content-scroll .dcmr_links .sep {
    display: none;
  }
}

.md-disclaimer .md-content .md-content-scroll .dcmr_links a {
  padding: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .md-disclaimer .md-content .md-content-scroll .dcmr_links a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 560px) {
  .md-disclaimer .md-content .md-content-scroll .dcmr_links a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .md-disclaimer .md-content .md-content-scroll .dcmr_links a {
    display: block;
    margin-bottom: 5px;
  }
}

/* ===== OVERLAYS ===== */
.md-overlay,
.md-overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 190;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: rgba(31, 42, 51, 0.8);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
}

.md-overlay2 {
  z-index: 80;
}

@media only screen and (max-width: 768px) {
  .md-overlay2 {
    padding: 0;
    z-index: 190;
  }
}

.md-welcome ~ .md-overlay {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.md-disclaimer ~ .md-overlay {
  background: none;
}

.md-show.md-welcome ~ .md-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
  background: rgba(31, 42, 51, 0.6);
}

.md-show.md-upper ~ .md-overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}

.md-show.md-lower ~ .md-overlay2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

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

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

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

@-webkit-keyframes pulse {
  from, to {
    -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);
  }
}

@keyframes pulse {
  from, to {
    -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);
  }
}

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

@-webkit-keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

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

@-webkit-keyframes wobble {
  from, to {
    -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);
  }
}

@keyframes wobble {
  from, to {
    -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);
  }
}

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

@-webkit-keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

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

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY, .flipOutX {
  -webkit-backface-visibility: visible !important;
}

@-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 {
  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;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:active {
  opacity: 0.8;
}

.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 48px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 48px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 48px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 48px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 48px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 48px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -48px;
  top: -48px;
  transform: translate3d(48px, 48px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -48px;
  top: -48px;
  transform: translate3d(-48px, 48px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -48px;
  top: 48px;
  transform: translate3d(48px, -48px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -48px;
  top: 48px;
  transform: translate3d(-48px, -48px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.42857px, -4px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.42857px, -4px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* /////////////////////////////////////////////////////////////
	
	Vendor	: 	Select 2 minimised

///////////////////////////////////////////////////////////// */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* /////////////////////////////////////////////////////////////
	
	Vendor	: 	Select 2 - Override styles

///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
.select2-container {
  /* *********************************** 

						ROUNDED

	*********************************** */
}

.select2-container .round {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: 0;
  height: 38px;
  color: #717171;
  font-size: 12px;
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  border: 2px solid #e0e0e0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.select2-container .round .select2-selection__rendered {
  line-height: 34px;
  color: #717171;
  height: 100%;
  padding-right: 42px;
  padding-left: 15px;
}

.select2-container .round .select2-selection__placeholder {
  color: #717171;
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
}

.select2-container .round .select2-selection__arrow {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  right: 6px;
  border: 2px solid #d1d1d1;
  margin-top: -14px;
}

.select2-container .round .select2-selection__arrow b {
  display: block;
  border: none;
  background: none !important;
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.select2-container .round .select2-selection__arrow b::after {
  content: "";
  display: block;
  position: absolute;
  content: "\e900";
  font-size: 15px;
  width: 15px;
  height: 15px;
  -webkit-transform-origin: 7.5px 7.5px;
  -moz-transform-origin: 7.5px 7.5px;
  transform-origin: 7.5px 7.5px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  left: 50%;
  top: 50%;
  color: #d1d1d1;
  display: block;
}

.select2-container.select2-container--open .round {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  border-radius: 20px !important;
}

.select2-container.select2-container--open .round .select2-selection__arrow b::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-container .round-dropdown {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  color: #717171;
  font-size: 13px;
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}

.select2-container .round-dropdown .select2-search--dropdown {
  position: relative;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
}

.select2-container .round-dropdown .select2-search--dropdown::after {
  content: "";
  display: block;
  position: absolute;
  content: "\e986";
  font-size: 13px;
  right: 11px;
  top: 12px;
  color: #b7b7b7;
}

.select2-container .round-dropdown .select2-search--dropdown .select2-search__field {
  background-color: rgba(244, 244, 244, 0.5);
  color: #717171;
  font-size: 12px;
  font-family: "AllianzNeo", "AllianzSansWeb", Arial, sans-serif;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.select2-container .round-dropdown .select2-results__options {
  max-height: 300px;
}

.select2-container .round-dropdown .select2-results__options .select2-results__option {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  line-height: 16px;
}

.select2-container .round-dropdown .select2-results__options .select2-results__option:first-child {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}

.select2-container .round-dropdown .select2-results__options .select2-results__option:last-child {
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}

.select2-container .round-dropdown .select2-results__options .select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container .round-dropdown .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background: #00396a;
  color: #ffffff;
}

/* /////////////////////////////////////////////////////////////
	
	Vendors : jScrollPane

	"Custom scrollbars"
	
///////////////////////////////////////////////////////////// */
.jspScrollable {
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
  outline: none;
}

.jspContainer {
  overflow: hidden;
  position: relative;
  outline: none;
}

.jspContainer .jspPane {
  position: absolute;
}

.jspContainer .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  margin-right: 3px;
}

.jspContainer .jspVerticalBar .jspArrow {
  height: 16px;
}

.jspContainer .jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspContainer .jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #8cb1d2;
  display: none !important;
}

.jspContainer .jspHorizontalBar .jspCap {
  float: left;
}

.jspContainer .jspHorizontalBar .jspTrack,
.jspContainer .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspContainer .jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspContainer .jspCap {
  display: none;
}

.jspContainer .jspTrack {
  background: #ededed;
  position: relative;
}

.jspContainer .jspTrack .jspDrag {
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  background: rgba(140, 177, 210, 0.8);
  position: relative;
  top: 0px;
  left: 1px;
  cursor: pointer;
  width: 6px;
}

.jspContainer .jspTrack .jspDrag.jspHover, .jspContainer .jspTrack .jspDrag.jspActive {
  background: #8cb1d2;
}

.jspContainer .jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspContainer .jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* /////////////////////////////////////////////////////////////
	
	Vendors - PRELOADERS
	
///////////////////////////////////////////////////////////// */
/* ================================
	Variables
================================= */
/* ================================
	Global
================================= */
.page_loader_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #1f2a33;
  -webkit-transition: visibility 1000ms ease, opacity 800ms ease;
  -moz-transition: visibility 1000ms ease, opacity 800ms ease;
  -o-transition: visibility 1000ms ease, opacity 800ms ease;
  transition: visibility 1000ms ease, opacity 800ms ease;
  overflow: hidden;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.page_loader_cont.active {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.page_loader_cont .arc_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -70px;
  width: 140px;
  height: 140px;
}

.page_loader_cont .arc_loader .arc-top {
  position: absolute;
  width: 100%;
  height: 70px;
  overflow: hidden;
  top: 0;
}

.page_loader_cont .arc_loader .arc-bottom {
  position: absolute;
  width: 100%;
  height: 70px;
  overflow: hidden;
  bottom: -0px;
  -webkit-transform: rotate(180deg) scaleX(-1);
  -moz-transform: rotate(180deg) scaleX(-1);
  -ms-transform: rotate(180deg) scaleX(-1);
  -o-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
}

.page_loader_cont .arc_loader .arc-cube {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 140px;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: #eef8fc;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(-200deg);
  -moz-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  -o-transform: rotate(-200deg);
  transform: rotate(-200deg);
  -webkit-animation: arc 2s ease-in-out infinite;
  -moz-animation: arc 2s ease-in-out infinite;
  -ms-animation: arc 2s ease-in-out infinite;
  -o-animation: arc 2s ease-in-out infinite;
  animation: arc 2s ease-in-out infinite;
}

.page_loader_cont .arc_loader .arc-cube.arc-cube-reflect {
  bottom: -75px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.page_loader_cont .arc_loader .arc-logo {
  width: 140px;
  height: 140px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 140px;
  color: #ffffff;
  font-size: 80px;
}

.page_loader_cont .arc_loader .arc-logo span {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -55px 0 0 -40px;
}

.page_loader_cont .arc_loader .arc-logo span.bars:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: #1f2a33;
  display: block;
  bottom: 0px;
  left: 0;
}

.page_loader_cont .arc_loader .arc-logo span.bars-reflect {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  margin: -35px 0 0 -40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.page_loader_cont .arc_loader p {
  color: #ffffff;
  font-size: 12px;
  margin: 30px 0 0 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-align: center;
}

.page_message_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 499;
  visibility: hidden;
  background: #1f2a33;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.page_message_cont.active {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.page_message_cont .message {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -25%;
  width: 50%;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .page_message_cont .message {
    width: 80%;
    margin-left: -40%;
    margin-top: -120px;
  }
}

.page_message_cont .message span.pm_logo {
  font-size: 50px;
  margin: 0 0 40px 0;
  display: block;
}

@media only screen and (max-width: 560px) {
  .page_message_cont .message span.pm_logo {
    font-size: 40px;
  }
}

.page_message_cont .message h2 {
  font-weight: 600;
  color: #ffffff;
}

.page_message_cont .message p {
  display: block;
  color: #ffffff;
}

@media only screen and (max-width: 560px) {
  .page_message_cont .message p {
    font-size: 13px;
  }
}

.page_message_cont .message p a:link,
.page_message_cont .message p a:focus,
.page_message_cont .message p a:visited {
  color: #ffffff;
  border-color: #ffffff;
}

.no-touch .page_message_cont .message p a:link:hover, .no-touch
.page_message_cont .message p a:focus:hover, .no-touch
.page_message_cont .message p a:visited:hover {
  border-color: #ffffff;
}

.map_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  visibility: hidden;
  background: rgba(31, 42, 51, 0.8);
  -webkit-transition: visibility 300ms ease, opacity 300ms ease;
  -moz-transition: visibility 300ms ease, opacity 300ms ease;
  -o-transition: visibility 300ms ease, opacity 300ms ease;
  transition: visibility 300ms ease, opacity 300ms ease;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.map_loader.active {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.map_loader .map_loader-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -25%;
  width: 50%;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .map_loader .map_loader-msg {
    width: 80%;
    margin-left: -40%;
  }
}

.map_loader .map_loader-msg span.ml_logo {
  font-size: 34px;
  margin: 0 0 20px 0;
  display: block;
}

@media only screen and (max-width: 560px) {
  .map_loader .map_loader-msg span.ml_logo {
    font-size: 30px;
  }
}

.map_loader .map_loader-msg p {
  display: block;
  color: #ffffff;
}

@media only screen and (max-width: 560px) {
  .map_loader .map_loader-msg p {
    font-size: 13px;
  }
}

.ellipsis {
  display: inline-block;
  line-height: inherit;
}

.ellipsis span {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: ellipsis-dot 1s infinite;
  -moz-animation: ellipsis-dot 1s infinite;
  -ms-animation: ellipsis-dot 1s infinite;
  -o-animation: ellipsis-dot 1s infinite;
  animation: ellipsis-dot 1s infinite;
}

.ellipsis span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}

.ellipsis span:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
}

.ellipsis span:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
}

/* Animations */
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-moz-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-ms-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-o-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes arc {
  0% {
    border-width: 15px;
  }
  25% {
    border-width: 5px;
  }
  50% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    border-width: 15px;
  }
  75% {
    border-width: 5px;
  }
  100% {
    border-width: 15px;
  }
}

@-moz-keyframes arc {
  0% {
    border-width: 15px;
  }
  25% {
    border-width: 5px;
  }
  50% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    border-width: 15px;
  }
  75% {
    border-width: 5px;
  }
  100% {
    border-width: 15px;
  }
}

@-ms-keyframes arc {
  0% {
    border-width: 15px;
  }
  25% {
    border-width: 5px;
  }
  50% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    border-width: 15px;
  }
  75% {
    border-width: 5px;
  }
  100% {
    border-width: 15px;
  }
}

@-o-keyframes arc {
  0% {
    border-width: 15px;
  }
  25% {
    border-width: 5px;
  }
  50% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    border-width: 15px;
  }
  75% {
    border-width: 5px;
  }
  100% {
    border-width: 15px;
  }
}

@keyframes arc {
  0% {
    border-width: 15px;
  }
  25% {
    border-width: 5px;
  }
  50% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    border-width: 15px;
  }
  75% {
    border-width: 5px;
  }
  100% {
    border-width: 15px;
  }
}

@-webkit-keyframes ellipsis-dot {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes ellipsis-dot {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes ellipsis-dot {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes ellipsis-dot {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes ellipsis-dot {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5);
}

.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}

@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}

@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}

.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}

@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}

.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/* ====================================
	HELPER - NO JS
==================================== */
/* /////////////////////////////////////////////////////////////

	NO JS
		
///////////////////////////////////////////////////////////// */
.no-js .page_loader_cont {
  display: none !important;
}

.no-js #page {
  display: none !important;
}

.no-js #nojs_msg {
  display: block !important;
  visibility: visible !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* /////////////////////////////////////////////////////////////

	NO JS
		
///////////////////////////////////////////////////////////// */
.ie9 .md-content::after,
.ie9 #results::after,
.ie9 .header_content::after,
.ie9 .res_header::after {
  top: 4px !important;
}

.ie9 .md-content::after {
  top: 7.5px !important;
  height: 100.1% !important;
}

.ie9 .md-content::before {
  left: 7px !important;
}

.ie9 #welcome::after,
.ie9 #filters::after {
  top: 4.5px !important;
  height: 100.1% !important;
}

.ie9 #welcome::before,
.ie9 #filters::before {
  left: 4.5px !important;
  width: 100.1% !important;
}

.ie9 .btn-switch .shdw::before {
  left: 2px !important;
  width: 100.1%;
}

.ie9 .btn-switch .shdw::after {
  top: 2px !important;
  height: 100.1%;
}

.ie9 .btn-switch.off .shdw::after {
  height: 88%;
  display: none;
}

.ie9 .btn-switch.off .shdw::before {
  width: 98.5%;
  display: none;
}

.lt-ie9 .md-info .md-info-head-img img {
  display: block !important;
}

.lt-ie9 .md-info .md-info-head-img .md_info-canvas {
  display: none !important;
}

html[data-useragent*='MSIE 10.0'] .md-effect-9.md-modal {
  -webkit-perspective: 0px;
  -moz-perspective: 0px;
  perspective: 0px;
}

html[data-useragent*='MSIE 10.0'] .md-info .md-info-head-img img {
  display: block !important;
}

html[data-useragent*='MSIE 10.0'] .md-info .md-info-head-img .md_info-canvas {
  display: none !important;
}
