@import url(http://fonts.googleapis.com/css?family=Forum);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);
@font-face {
  font-family: 'Perpetua';
  src: url("../fonts/Perpetua.eot");
  src: url("../fonts/Perpetua.eot?#iefix") format("embedded-opentype"), url("../fonts/Perpetua.woff") format("woff"), url("../fonts/Perpetua.ttf") format("truetype"), url("../fonts/Perpetua.eot#Perpetua") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

/* line 1, ../../../app/sass/partials/_general.scss */
body {
  background: white;
  font: 20px/1.3  'Perpetua', warnock-pro,  Georgia, sans-serif;
  color: #4f4e4c;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  margin-top: 0px !important;
}

/* line 9, ../../../app/sass/partials/_general.scss */
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 15, ../../../app/sass/partials/_general.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.3em;
}

/* line 20, ../../../app/sass/partials/_general.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* ======== LAYOUT ======== */
/* line 34, ../../../app/sass/partials/_general.scss */
#main {
  position: relative;
}

/* line 38, ../../../app/sass/partials/_general.scss */
.bg-white {
  background: white;
  padding: 65px 0;
  border-top: 1px solid #dbddc7;
}
/* line 15, ../../../app/sass/vendor/bootstrap/mixins/_clearfix.scss */
.bg-white:before, .bg-white:after {
  content: " ";
  display: table;
}
/* line 19, ../../../app/sass/vendor/bootstrap/mixins/_clearfix.scss */
.bg-white:after {
  clear: both;
}

/* ======== 8.2 BACKGROUND FIXED ======== */
/* line 46, ../../../app/sass/partials/_general.scss */
#bgpatern {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  background: #f8f7f3;
}
/* line 55, ../../../app/sass/partials/_general.scss */
#bgpatern img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

	/*#bgpatern{
		position:absolute; 
		top:0; 
		left:0; 
		width:100%; 
		min-height: 761px;
		z-index: -1;

		 img {
			position:absolute; 
			top:0; 
			left:0; 
			right:0; 
			bottom:0; 
			margin:auto; 
			width: 100%;
			height: 761px;
		}
	}*/
/*==========================================================================
  TYPOGRAPHY
========================================================================== */
/* line 4, ../../../app/sass/partials/_typo.scss */
.title-red {
  color: #9e0b0f;
  margin: 0;
  font: 30px/1.3 'Forum', caption, Georgia;
  margin-bottom: 30px;
}

/* line 11, ../../../app/sass/partials/_typo.scss */
.link-blue {
  color: #0072bc;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 16, ../../../app/sass/partials/_typo.scss */
.link-blue:hover {
  color: #67730b;
}

/*==========================================================================
  HEADER
========================================================================== */
/* line 4, ../../../app/sass/partials/_header.scss */
#header {
  padding: 27px 0;
  background: white;
  position: relative;
  z-index: 3;
}
/* line 15, ../../../app/sass/vendor/bootstrap/mixins/_clearfix.scss */
#header:before, #header:after {
  content: " ";
  display: table;
}
/* line 19, ../../../app/sass/vendor/bootstrap/mixins/_clearfix.scss */
#header:after {
  clear: both;
}

/* line 12, ../../../app/sass/partials/_header.scss */
#logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 12, ../../../app/sass/partials/_header.scss */
  #logo {
    float: left;
    width: 41.66667%;
  }
}
@media (max-width: 991px) {
  /* line 12, ../../../app/sass/partials/_header.scss */
  #logo {
    text-align: center;
    margin-bottom: 10px;
  }
}

/* line 20, ../../../app/sass/partials/_header.scss */
.header-link {
  float: right;
  text-align: right;
  padding: 25px 0;
  margin-right: 10px;
}
@media (max-width: 991px) {
  /* line 20, ../../../app/sass/partials/_header.scss */
  .header-link {
    float: none;
    text-align: center;
  }
}
/* line 31, ../../../app/sass/partials/_header.scss */
.header-link ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 9px;
}
/* line 35, ../../../app/sass/partials/_header.scss */
.header-link ul li a {
  color: #4f4e4c;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 39, ../../../app/sass/partials/_header.scss */
.header-link ul li a:hover {
  color: #67730b;
  text-decoration: none;
}

/*==========================================================================
  NAVIGATION
========================================================================== */
/* line 5, ../../../app/sass/partials/_navigation.scss */
#navwrap {
  background: white;
}

/* line 10, ../../../app/sass/partials/_navigation.scss */
#navigation {
  width: 100%;
  float: none;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: #67730b;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.14)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
}
/* line 26, ../../../app/sass/partials/_navigation.scss */
#navigation ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 32, ../../../app/sass/partials/_navigation.scss */
#navigation ul a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-decoration: none;
  line-height: 1.4em;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font: 400 22px 'Forum', caption;
  padding: 17px 16px;
}
#navigation li.current-menu-parent a{
	color: #ddd076;
}
#navigation ul.sub-menu li a {
	color: white !important;
}
#navigation ul.sub-menu li a:hover,
#navigation ul.sub-menu li.current-menu-item a {
	color: #ddd076 !important;
}
@media (max-width: 1199px) {
  /* line 32, ../../../app/sass/partials/_navigation.scss */
  #navigation ul a {
    padding: 17px 10px;
    font-size: 18px;
  }
}
/* line 46, ../../../app/sass/partials/_navigation.scss */
#navigation ul a:hover {
  color: #ddd076;
}
/* line 52, ../../../app/sass/partials/_navigation.scss */
#navigation ul li {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0;
}
/* line 57, ../../../app/sass/partials/_navigation.scss */
#navigation ul li:hover > ul {
  display: block;
}
/* line 63, ../../../app/sass/partials/_navigation.scss */
#navigation ul li.current a {
  color: #ddd076;
}
/* line 70, ../../../app/sass/partials/_navigation.scss */
#navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #67730b;
  padding: 0;
}
/* line 78, ../../../app/sass/partials/_navigation.scss */
#navigation ul ul li {
  float: none;
  width: 200px;
  padding: 0;
  /*arrow*/
}
/* line 84, ../../../app/sass/partials/_navigation.scss */
#navigation ul ul li:first-child > a:after {
  content: "";
  border-bottom: 15px solid #67730b;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 50%;
  position: absolute;
  top: -15px;
  margin-left: -13px;
}
/* line 96, ../../../app/sass/partials/_navigation.scss */
#navigation ul ul a {
  padding: 15px 20px;
  display: block;
  border-bottom: none !important;
  text-align: left;
  font-weight: normal;
  font-weight: 400;
  font-size: 0.9em;
}
/* line 105, ../../../app/sass/partials/_navigation.scss */
#navigation ul ul a:hover {
  border-bottom: none  !important;
  background: #3d4407;
  color: white;
}
/* line 112, ../../../app/sass/partials/_navigation.scss */
#navigation ul ul ul {
  top: 0;
  left: 100%;
}
/* line 116, ../../../app/sass/partials/_navigation.scss */
#navigation ul ul ul a:after {
  display: none;
}
/* line 124, ../../../app/sass/partials/_navigation.scss */
#navigation #pull {
  display: none;
}

/* line 129, ../../../app/sass/partials/_navigation.scss */
.slicknav_menu,
#sub-menu{
  display: none;
}
@media screen and (max-width: 767px){
  .subpage{
    display: none;
  }
}

@media screen and (max-width: 991px) {
  /* #menu is the original menu */
  /* line 135, ../../../app/sass/partials/_navigation.scss */
  #menu {
    display: none;
  }

  /* line 139, ../../../app/sass/partials/_navigation.scss */
  .slicknav_menu{
    display: block;
  }
}
/*
    Mobile Menu Core Style
*/
/* line 5, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

/* line 6, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

/* line 7, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}

/* line 8, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu .slicknav_no-text {
  margin: 0;
}

/* line 9, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 10, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

/* line 11, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav {
  clear: both;
}

/* line 13, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav ul,
.slicknav_nav li {
  display: block;
}

/* line 14, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

/* line 15, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav .slicknav_item {
  cursor: pointer;
}

/* line 16, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav .slicknav_row {
  display: block;
}

/* line 17, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav a {
  display: block;
}

/* line 19, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

/* line 21, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

/* line 22, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
/* line 24, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu {
  *zoom: 1;
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
/* line 31, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}

/* Button */
/* line 36, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
}

/* Button Text */
/* line 46, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

/* Button Lines */
/* line 52, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}

/* line 55, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_menu {
  background: #6c790c;
  padding: 5px;
}

/* line 59, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

/* line 65, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

/* line 69, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

/* line 73, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav .slicknav_row {
  padding: 16px 10px;
  margin: 2px 5px;
}

/* line 77, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav a {
  padding: 16px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

/* line 84, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

/* line 88, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #4b5408;
  color: #fff;
}

/* line 95, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav a:hover {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #4b5408;
  color: #fff;
}

/* line 102, ../../../app/sass/vendor/_slicknav.scss */
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

/*==========================================================================
  HOMEPAGE
========================================================================== */
/* line 4, ../../../app/sass/partials/_home.scss */
#intro {
  background: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 450px;
  height: auto !important;
  height: 450px;
  padding-top: 50px;
  color: white;
}
@media (max-width: 991px) {
  /* line 4, ../../../app/sass/partials/_home.scss */
  #intro {
    background: #55493a;
    border-bottom: 6px solid #67730b;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 4, ../../../app/sass/partials/_home.scss */
  #intro {
    min-height: 0;
    height: auto !important;
    height: 0;
  }
}
/* line 25, ../../../app/sass/partials/_home.scss */
#intro h1 {
  font: 400 34px/1.2 'Forum', caption;
  margin: 0 auto 40px;
  color: white;
  width: 80%;
  text-align: center;
}
@media (max-witdth: 1199px) {
  /* line 25, ../../../app/sass/partials/_home.scss */
  #intro h1 {
    font-size: 30px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  /* line 25, ../../../app/sass/partials/_home.scss */
  #intro h1 {
    font-size: 27px;
    width: 100%;
  }
}
/* line 43, ../../../app/sass/partials/_home.scss */
#intro:before {
  content: '';
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #9fa47c;
  border-bottom: 6px solid #67730b;
}
@media (max-width: 1199px) {
  /* line 43, ../../../app/sass/partials/_home.scss */
  #intro:before {
    height: 320px;
  }
}
@media (max-width: 991px) {
  /* line 43, ../../../app/sass/partials/_home.scss */
  #intro:before {
    display: none;
  }
}

/* line 64, ../../../app/sass/partials/_home.scss */
#slider .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 70, ../../../app/sass/partials/_home.scss */
#slider .slide-desc {
  display: table;
  min-height: 350px;
  height: auto !important;
  height: 350px;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0 30px;
}
@media (max-width: 991px) {
  /* line 70, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc {
    min-height: 200px;
    height: auto !important;
    height: 200px;
  }
}
@media (max-width: 570px) {
  /* line 70, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc {
    min-height: 160px;
    height: auto !important;
    height: 160px;
  }
}
/* line 88, ../../../app/sass/partials/_home.scss */
#slider .slide-desc .centered {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* line 93, ../../../app/sass/partials/_home.scss */
#slider .slide-desc h3 {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 0.9em;
  color: white;
  margin-bottom: 20px;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.32);
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  /* line 93, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc h3 {
    font-size: 43px;
  }
}
@media (max-width: 991px) {
  /* line 93, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  /* line 93, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc h3 {
    display: none;
  }
}
/* line 118, ../../../app/sass/partials/_home.scss */
#slider .slide-desc a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  padding: 8px  25px;
  min-width: 230px;
  width: auto !important;
  width: 230px;
  font-size: 24px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
/* line 129, ../../../app/sass/partials/_home.scss */
#slider .slide-desc a span {
  font: 400 19px 'Open Sans', sans-serif;
  text-transform: uppercase;
}
/* line 134, ../../../app/sass/partials/_home.scss */
#slider .slide-desc a:hover {
  text-decoration: none;
  background: black;
  border: 1px solid #ddd076;
}
@media (max-width: 767px) {
  /* line 118, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc a {
    font-size: 19px;
  }
  /* line 143, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc a span {
    font-size: 17px;
  }
}
@media (max-width: 570px) {
  /* line 118, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc a {
    min-width: 0;
    width: auto !important;
    width: 0;
  }
}
@media (max-width: 320px) {
  /* line 118, ../../../app/sass/partials/_home.scss */
  #slider .slide-desc a {
    display: none;
  }
}

/* line 162, ../../../app/sass/partials/_home.scss */
.content-home {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

/* line 167, ../../../app/sass/partials/_home.scss */
#leftside {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  /* line 167, ../../../app/sass/partials/_home.scss */
  #leftside {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 991px) {
  /* line 172, ../../../app/sass/partials/_home.scss */
  #leftside .title-red {
    text-align: center;
  }
}

/* line 178, ../../../app/sass/partials/_home.scss */
.v-gradline {
  position: absolute;
  right: -15px;
  top: -50px;
  z-index: 0;
  width: 30px;
  height: 150%;
  background: transparent url('../../../app/img/shadow_v.png?1417353220') 0 0 repeat-y;
}
@media (max-width: 991px) {
  /* line 178, ../../../app/sass/partials/_home.scss */
  .v-gradline {
    display: none;
  }
}

/* line 191, ../../../app/sass/partials/_home.scss */
.welcome-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 191, ../../../app/sass/partials/_home.scss */
  .welcome-block {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  /* line 191, ../../../app/sass/partials/_home.scss */
  .welcome-block {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
/* line 200, ../../../app/sass/partials/_home.scss */
.welcome-block figure {
  position: relative;
  max-width: 350px;
  overflow: hidden;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  /* line 200, ../../../app/sass/partials/_home.scss */
  .welcome-block figure {
    margin-right: auto;
    margin-left: auto;
  }
}
/* line 211, ../../../app/sass/partials/_home.scss */
.welcome-block figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 13px 18px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
/* line 220, ../../../app/sass/partials/_home.scss */
.welcome-block figure figcaption strong {
  font-size: 23px;
  display: block;
  font-weight: 400;
}
/* line 225, ../../../app/sass/partials/_home.scss */
.welcome-block figure figcaption em {
  font-size: 20px;
  display: block;
}

/* line 231, ../../../app/sass/partials/_home.scss */
.fbfans {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  /* line 231, ../../../app/sass/partials/_home.scss */
  .fbfans {
    float: left;
    width: 50%;
  }
}
/* line 237, ../../../app/sass/partials/_home.scss */
.fbfans .fbfans-inner {
  margin-left: -35px;
}
@media (max-width: 1199px) {
  /* line 231, ../../../app/sass/partials/_home.scss */
  .fbfans {
    margin-bottom: 40px;
  }
  /* line 242, ../../../app/sass/partials/_home.scss */
  .fbfans .fbfans-inner {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0;
  }
}
@media (max-width: 330px) {
  /* line 231, ../../../app/sass/partials/_home.scss */
  .fbfans {
    display: none;
  }
}

/* line 253, ../../../app/sass/partials/_home.scss */
.schedule {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 253, ../../../app/sass/partials/_home.scss */
  .schedule {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 767px) {
  /* line 253, ../../../app/sass/partials/_home.scss */
  .schedule {
    margin-bottom: 25px;
  }
}
/* line 261, ../../../app/sass/partials/_home.scss */
.schedule .schedule-box {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  width: 96%;
}
/* line 267, ../../../app/sass/partials/_home.scss */
.schedule .schedule-title {
  font: 400 21px 'Forum', caption;
  background: #eff1de;
  padding: 15px 20px;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
}
/* line 275, ../../../app/sass/partials/_home.scss */
.schedule .schedule-article {
  padding: 25px 10px;
  overflow: hidden;
}

/* line 281, ../../../app/sass/partials/_home.scss */
.schedule-item {
  width: 49%;
  padding: 0 20px;
  margin-bottom: 13px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
/* line 288, ../../../app/sass/partials/_home.scss */
.schedule-item h5 {
  margin: 0;
  color: #353433;
  margin-bottom: 5px;
  font-family: 'Perpetua-bold', sans-serif;
  font-style: italic;
  font-size: 1em;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  /* line 281, ../../../app/sass/partials/_home.scss */
  .schedule-item {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px dotted #cecece;
  }
}

/* line 308, ../../../app/sass/partials/_home.scss */
.import-link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 308, ../../../app/sass/partials/_home.scss */
  .import-link {
    float: left;
    width: 33.33333%;
  }
}
/* line 311, ../../../app/sass/partials/_home.scss */
.import-link ul {
  margin-left: 20px;
}
/* line 314, ../../../app/sass/partials/_home.scss */
.import-link ul li {
  list-style-type: circle;
  padding-left: 7px;
  margin-bottom: 8px;
}
/* line 321, ../../../app/sass/partials/_home.scss */
.import-link ul li a {
  color: #4f4e4c;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 325, ../../../app/sass/partials/_home.scss */
.import-link ul li a:hover {
  color: #8e9f09;
  text-decoration: none;
}

/*==========================================================================
  SIDEBAR
========================================================================== */
/* line 4, ../../../app/sass/partials/_aside.scss */
#aside-home {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 4, ../../../app/sass/partials/_aside.scss */
  #aside-home {
    float: left;
    width: 33.33333%;
  }
}

/* line 10, ../../../app/sass/partials/_aside.scss */
.up-event ul li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d5d7c4;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
/* line 17, ../../../app/sass/partials/_aside.scss */
.up-event ul li:last-child {
  border: none;
}
/* line 23, ../../../app/sass/partials/_aside.scss */
.up-event a {
  color: #4f4e4c;
}
/* line 25, ../../../app/sass/partials/_aside.scss */
.up-event a:hover, .up-event a:focus {
  text-decoration: none;
  color: #67730b;
}
/* line 30, ../../../app/sass/partials/_aside.scss */
.up-event .up-event-date {
  display: block;
  float: left;
  padding: 3px 8px 1px;
  border: 1px solid #acacac;
  background: white;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #353433;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 44, ../../../app/sass/partials/_aside.scss */
.up-event .up-event-desc {
  font-style: italic;
  overflow: hidden;
}
/* line 47, ../../../app/sass/partials/_aside.scss */
.up-event .up-event-desc strong {
  font-family: 'Perpetua-bold', sans-serif;
  font-style: italic;
  display: block;
  line-height: 1.2em;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: normal;
}

/*==========================================================================
  FOOTER
========================================================================== */
/* line 5, ../../../app/sass/partials/_footer.scss */
#footer {
  background: #3e3530;
  border-top: 3px solid #8e9f09;
  padding-top: 50px;
  color: #bebab8;
  overflow: hidden;
  padding-bottom: 110px;
}
/* line 12, ../../../app/sass/partials/_footer.scss */
#footer .container {
  position: relative;
}

/* line 16, ../../../app/sass/partials/_footer.scss */
.title-foot-ylw {
  margin: 0;
  color: #ddd076;
  font: 400 30px 'Forum', caption;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  /* line 16, ../../../app/sass/partials/_footer.scss */
  .title-foot-ylw {
    font-size: 24px;
  }
}

/* line 26, ../../../app/sass/partials/_footer.scss */
#footer-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
/* line 15, ../../../app/sass/vendor/bootstrap/mixins/_clearfix.scss */
#footer-row:before, #footer-row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../app/sass/vendor/bootstrap/mixins/_clearfix.scss */
#footer-row:after {
  clear: both;
}

/* ======== ADDRESS ======== */
/* line 33, ../../../app/sass/partials/_footer.scss */
.foot-address {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 33, ../../../app/sass/partials/_footer.scss */
  .foot-address {
    float: left;
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  /* line 33, ../../../app/sass/partials/_footer.scss */
  .foot-address {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #25201d;
  }
}
/* line 41, ../../../app/sass/partials/_footer.scss */
.foot-address .title-foot-addes {
  margin: 0;
  font: italic 400 22px 'warnock-pro', Georgia, sans-serif;
  color: #fafafa;
  margin-bottom: 11px;
}

/* ======== FOOT-LINKS ======== */
/* line 50, ../../../app/sass/partials/_footer.scss */
.foot-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 50, ../../../app/sass/partials/_footer.scss */
  .foot-links {
    float: left;
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  /* line 50, ../../../app/sass/partials/_footer.scss */
  .foot-links {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #25201d;
  }
}
/* line 59, ../../../app/sass/partials/_footer.scss */
.foot-links ul {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media (max-width: 991px) {
  /* line 59, ../../../app/sass/partials/_footer.scss */
  .foot-links ul {
    width: 100%;
    float: none;
  }
}
/* line 69, ../../../app/sass/partials/_footer.scss */
.foot-links ul li {
  display: block;
  margin-bottom: 5px;
}
/* line 72, ../../../app/sass/partials/_footer.scss */
.foot-links ul li a {
  color: #bebab8;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
/* line 76, ../../../app/sass/partials/_footer.scss */
.foot-links ul li a:hover {
  color: #ddd076;
  text-decoration: none;
}

/* ======== FOOT CONNECT ======== */
/* line 89, ../../../app/sass/partials/_footer.scss */
.foot-connect {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 89, ../../../app/sass/partials/_footer.scss */
  .foot-connect {
    float: left;
    width: 33.33333%;
  }
}
/* line 92, ../../../app/sass/partials/_footer.scss */
.foot-connect .foot-connect-right {
  float: right;
}
@media (max-width: 767px) {
  /* line 89, ../../../app/sass/partials/_footer.scss */
  .foot-connect {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #25201d;
  }
  /* line 101, ../../../app/sass/partials/_footer.scss */
  .foot-connect .foot-connect-right {
    float: none;
  }
}
/* line 104, ../../../app/sass/partials/_footer.scss */
.foot-connect ul li {
  display: block;
  font-style: italic;
  font-size: 1em;
  margin-bottom: 5px;
  line-height: 2em;
}
/* line 111, ../../../app/sass/partials/_footer.scss */
.foot-connect ul li.fb {
  background-image: url('../../../app/img/fb_foot.png?1417164302');
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 111, ../../../app/sass/partials/_footer.scss */
  .foot-connect ul li.fb {
    /* on retina, use image that's scaled by 2 */
    background-image: url('../../../app/img/fb_foot@2x.png?1417164320');
    background-size: 18px 33px;
  }
}
/* line 119, ../../../app/sass/partials/_footer.scss */
.foot-connect ul li.tw {
  background-image: url('../../../app/img/tw_foot.png?1417164420');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 119, ../../../app/sass/partials/_footer.scss */
  .foot-connect ul li.tw {
    /* on retina, use image that's scaled by 2 */
    background-image: url('../../../app/img/tw_foot@2x.png?1417164439');
    background-size: 28px 23px;
  }
}
/* line 127, ../../../app/sass/partials/_footer.scss */
.foot-connect ul li a {
  color: #bebab8;
}

/* ======== COPYRIGHT ======== */
/* line 135, ../../../app/sass/partials/_footer.scss */
.copyright {
  text-align: center;
  font: 400 14px 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
/* line 139, ../../../app/sass/partials/_footer.scss */
.copyright p {
  margin-bottom: 0;
}
/* line 144, ../../../app/sass/partials/_footer.scss */
.copyright .copy-link a, .copyright .copy-link span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #bebab8;
}
/* line 148, ../../../app/sass/partials/_footer.scss */
.copyright .copy-link span {
  margin: 0 5px;
}
/* line 152, ../../../app/sass/partials/_footer.scss */
.copyright .copy-link a:hover {
  color: #ddd076;
  text-decoration: none;
}

/* ======== FOOTER MAP ======== */
/* line 161, ../../../app/sass/partials/_footer.scss */
#footer-map {
  position: absolute;
  text-align: center;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  overflow: hidden;
  bottom: -480px;
  width: 100%;
}
/* line 171, ../../../app/sass/partials/_footer.scss */
#footer-map .showmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 100%;
  text-align: center;
}
/* line 180, ../../../app/sass/partials/_footer.scss */
#footer-map .showmap a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: white;
  text-transform: uppercase;
  color: #4f4e4c;
  font-size: 22px;
  padding: 5px 20px;
  font-style: italic;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 189, ../../../app/sass/partials/_footer.scss */
#footer-map .showmap a:hover, #footer-map .showmap a:focus {
  text-decoration: none;
  background: #ddd076;
  color: white;
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,50%,100% {
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  25%,75% {
    opacity: 0;
  }
}

@keyframes flash {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,50%,100% {
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  25%,75% {
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes swing {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80%,100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  }
}

@keyframes flip {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80%,100% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipInX {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flipInY {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0%) skewX(0);
    -ms-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0%) skewX(0);
    -ms-transform: translateX(0%) skewX(0);
    transform: translateX(0%) skewX(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,20%,60% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40%,80% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  20%,60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  40%,80% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@keyframes rollIn {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }

  /* line 1, ../../../app/sass/vendor/animate.min.scss */
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

/* line 1, ../../../app/sass/vendor/animate.min.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.welcome-youtube-block {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    margin-top: -35%;
}
@media (max-width: 495px) {
	.welcome-youtube-block {
		float: none;
		width: 100%;
		position: relative;
		min-height: 1px;
		padding-right: 0px;
		margin-top: 0px;
		margin-bottom: 25px;
	}
}

@media (orientation: landscape) and (max-width: 1024px)  {
	.welcome-youtube-block {
	    float: left;
	    width: 50%;
	    position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    margin-top: 0%;
	}
}
.envira-gallery-19507.envira-gallery-link > a, .envira-gallery-captioned-data{
 width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-paregrafh > br {
  display: none;
}
.gallery-paregrafh {
  margin-bottom: 2%;
}
.gallery-paregrafh > strong {
  line-height: 1.5;
}