@charset "UTF-8";
/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 14px;
}
.readmore > .btn {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
a {
  color: #8bb4b5;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  list-style-type: none;
}
body {
  background: #ffffff none repeat scroll 0 0;
  color: rgba(136, 136, 136, 0.9);
  display: block;
  font-family: "Georgia";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.7em;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
li {
  list-style-type: none;
}
ul {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Racing Sans One", cursive;
  line-height: 1.4em;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 0;
}
h1 {
  font-size: 36px;
  padding: 7px 0 4px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 21px;
  padding: 10px 0;
}
h4 {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}
h5 {
  font-size: 15px;
  padding: 7px 0;
}
h6 {
  font-size: 14px;
}
p {
  font-size: 14px;
  line-height: 1.7em;
  padding-top: 13px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
#tz-menu-wrapper {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#tz-menu-wrapper #plazart-mainnav {
  margin: 0;
  border: none;
}
#tz-menu-wrapper #plazart-mainnav .navbar-collapse {
  padding: 0;
}
.tz-module .nav li a {
  display: block;
  padding: 5px 10px;
}
.form-group {
  margin-bottom: 20px;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
.module-title {
  margin-bottom: 20px;
  font-size: 22px;
}
.framework-logo {
  padding: 10px 0 30px;
}
.wrapper-slideshows {
  margin: 0 -15px;
  position: relative;
}
.tz-homeslide-image {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}
.tz-center-image {
  pointer-events: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
  height: 100%;
}
.tz-center-image img {
  margin-top: -90px;
}
.ds-table {
  display: table;
  height: 100%;
  width: 100%;
}
.ds-table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.layout-z0 img {
  z-index: 0;
}
.layout-z1 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
nav.slides-pagination,
.slick-dots {
  text-align: right;
  z-index: 6;
}
.slick-dots {
  margin: 0 auto;
  position: absolute;
  top: 65%;
  width: 100%;
  z-index: 100;
}
.slick-dots a {
  color: transparent;
  font-family: FontAwesome;
  display: block;
  cursor: pointer;
  font-size: 18px;
  padding: 0 10px;
}
.slick-dots a::before {
  content: "\f10c";
  color: #ffffff;
}
.slick-dots a.current::before {
  content: "\f111";
}
.tz_story_overlay {
  pointer-events: none;
}
.tzcountdown {
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
  text-align: center;
  pointer-events: none;
}
.tzcountdown::before {
  background: rgba(0, 0, 0, 0) url("../../../images/slide_border.png") no-repeat scroll center center / cover;
  bottom: 40px;
  content: "";
  height: 170px;
  left: 0;
  position: absolute;
  right: 0;
}
.tzcountdown::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 41px;
  left: 0;
  position: absolute;
  right: 0;
}
.tzcountdown .tzconutdowndes {
  color: #ffffff;
  font-family: "Engagement", cursive;
  font-size: 46px;
}
.tzcountdown .countdown {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
}
.tzcountdown .countdown::after {
  clear: both;
  content: "";
  display: table;
}
.tzcountdown .countdown .tzcountdownitem {
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  float: left;
  font-family: "Racing Sans One", cursive;
  height: 160px;
  justify-content: center;
  margin: 0 5px;
  text-align: center;
  width: 160px;
  background: #8bb4b5 none repeat scroll 0 0;
}
.tzcountdown .countdown .tzcountdownitem span {
  font-size: 60px;
  line-height: 1em;
}
.tzcountdown .countdown .tzcountdownitem p {
  font-size: 34px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.tz-effect-sakura {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.tzhiddenbox {
  display: none;
  overflow: visible;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  bottom: 176px;
  margin-left: 234px;
  border-radius: 10px;
}
.tzhiddenbox.open {
  display: block;
}
.tzhiddenbox .button-one {
  display: inline-block;
  position: relative;
}
.tzhiddenbox .button-one:hover a {
  padding-right: 25px;
}
.tzhiddenbox .button-one:hover a:after {
  opacity: 1;
  left: 30px;
}
.tzhiddenbox a {
  background: #8bb4b5 none repeat scroll 0 0;
  border-radius: 10px;
  border: none;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
  margin: 0;
  z-index: 0;
}
.tzhiddenbox a:hover {
  background: #111111;
}
.tzhiddenbox a:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 14px;
  left: 10px;
  transition: 0.5s;
  z-index: 10;
}
nav.slides-navigation {
  z-index: 10;
}
nav.slides-navigation a {
  font-size: 45px;
  color: #ffffff;
}
nav.slides-navigation a.prev {
  left: 20px;
}
nav.slides-navigation a.next {
  right: 20px;
}
.tz-about-thum img {
  width: 100%;
}
.tz-aboutus {
  position: relative;
}
.tz-aboutus .tz-image-center {
  height: auto;
  left: 50%;
  margin-left: -47px;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  width: auto;
  z-index: 1;
}
.tz-aboutus .tz-about-item {
  background: #f9f6f2 none repeat scroll 0 0;
  border-radius: 105px 0;
  padding: 60px 70px 43px;
}
.tz-aboutus .tz-about-item.groom {
  border-radius: 0 105px;
}
.tz-aboutus .tz-about-item.groom .tz-about-thum {
  border-radius: 0 105px;
}
.tz-aboutus .tz-about-item h6 {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  color: #d8ad6c;
}
.tz-aboutus .tz-about-item h3 {
  font-size: 26px;
  line-height: 24px;
  margin: 0 0 8px;
  padding: 4px 0 0;
}
.tz-aboutus .tz-about-item p {
  padding-top: 26px;
}
.tz-aboutus .tz-about-item .tz-about-thum {
  border-radius: 105px 0;
  height: 290px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tz-aboutus .tz-about-item .tz-about-thum img {
  height: auto;
  max-width: none;
  position: relative;
  z-index: 0;
}
.tz-aboutus .tz-about-item .tz-about-thum:before {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tz-aboutus .tz-about-item .tz-about-thum:after {
  border-bottom: 20px solid #f9f6f2;
  border-left: 28px solid rgba(0, 0, 0, 0);
  border-right: 28px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
  z-index: 2;
}
.tz-about-social {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.tz-about-social:before {
  right: 100%;
}
.tz-about-social:after {
  left: 100%;
}
.tz-about-social a {
  color: #aaaaaa;
  font-size: 16px;
  padding: 0 5px;
  transition: all 0.2s linear 0s;
}
.tz-about-social a:hover {
  color: #8bb4b5;
}
.tz-about-social::after,
.tz-about-social::before {
  background: #aaaaaa none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 21px;
}
.tz-title h2 {
  font-size: 60px;
  line-height: 1em;
  margin: 0;
}
.tz-title span {
  font-size: 16px;
  font-family: "Racing Sans One", cursive;
}
.tz-title.tz_title_text span {
  font-size: 40px;
  font-family: 'Racing Sans One', cursive;
  color: #8bb4b5;
}
.tz-title.tz_title_icon h2 {
  padding-bottom: 3px;
}
.tz-title.tz_title_icon span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.tz-title.tz_title_icon span:before {
  content: "";
  height: 1px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 40px;
}
.tz-title.tz_title_icon span:after {
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 40px;
}
.tz-title.tz_title_icon span i {
  color: #8bb4b5;
}
.tz-title.tz_title_icon .title_icon_description {
  font-size: 16px;
  padding-top: 60px;
}
.tz-title.tz_title_des h3 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 15px 17px;
}
.tz-title.tz_title_des h3 a {
  color: #ffffff;
  font-weight: 900;
}
.tz-title.tz_title_des span {
  color: #ffffff !important;
  display: inline-block;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
  padding: 0 10px;
  position: relative;
}
.tz-title.tz_title_des span:before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 40px;
}
.tz-title.tz_title_des span:after {
  content: '';
  position: absolute;
  width: 40px;
  top: 50%;
  left: 100%;
  height: 1px;
  background: #ffffff;
}
.tz-title.tz_title_icon span:before,
.tz-title.tz_title_icon span:after {
  background: #8bb4b5;
}
.tz-title h2,
.tz-attend .tz-attend-des,
.tz-aboutus .tz-about-item h6,
.tz-team .tz-team-position,
.tz-contact h2 {
  color: #d8ad6c;
}
.tzcountdown,
.tz-title,
.tz-aboutus,
.tz-attend,
.tz-guests,
.tz-partner,
.tz-events {
  padding: 30px 0;
}
.animated.fadeInRight {
  visibility: visible !important;
  animation-name: fadeInRight !important;
}
.animated.fadeInLeft {
  visibility: visible !important;
  animation-name: fadeInLeft !important;
}
.animated.fadeIn {
  visibility: visible !important;
  animation-name: fadeIn !important;
}
.tz-our-story {
  margin-bottom: 30px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.tz-our-story .story-before {
  display: inline-block;
  padding: 17px 17px 17px 18px;
  position: relative;
}
.tz-our-story .story-before .story-bk {
  background: rgba(0, 0, 0, 0) url("../../../images/frame.png") no-repeat scroll center center / contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.tz-our-story .story-before .story-bk .after-image {
  border-radius: 50%;
  display: inline-block;
  height: 155px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 155px;
  z-index: 1;
}
.tz-our-story .story-before .story-bk .after-image img {
  max-width: none;
  position: relative;
}
.tz-our-story .story-content {
  padding: 10px 0;
  position: relative;
}
.tz-our-story .story-content::before {
  background: rgba(136, 136, 136, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0;
}
.tz-our-story .story-content .story-pag-top {
  background: #d8ad6c none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  line-height: 8px;
  position: relative;
  width: 8px;
}
.tz-our-story .story-content .story-pag-top::after {
  background: #d8ad6c none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: -24px;
  width: 14px;
}
.tz-our-story .story-content .story-pag-top::before {
  background: #d8ad6c none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -10px;
  width: 10px;
}
.tz-our-story .tz-story-left {
  padding-right: 103px;
  position: relative;
  text-align: right;
}
.tz-our-story .tz-story-left .story-container {
  display: block;
  position: relative;
}
.tz-our-story .tz-story-left .story-container::after {
  clear: both;
  content: "";
  display: table;
}
.tz-our-story .tz-story-left .story-container .story-shadow::before {
  border-right: 21px solid rgba(0, 0, 0, 0);
  left: 100%;
}
.tz-our-story .tz-story-left .story-container .story-item {
  border-radius: 0 100px;
}
.tz-our-story .tz-story-left .story-container .story-item::after {
  border-right: 21px solid rgba(0, 0, 0, 0);
  left: 100%;
}
.tz-our-story .tz-story-left .story-container .story-item.first {
  margin-top: 425px;
}
.tz-our-story .tz-story-left .story-container .story-item .story-image {
  border-radius: 0 60px 0 0;
}
.tz-our-story .tz-story-right {
  padding-left: 103px;
  position: relative;
  text-align: left;
}
.tz-our-story .tz-story-right .story-date {
  left: auto;
  margin-left: 0;
  margin-right: -7px;
  right: 100%;
}
.tz-our-story .tz-story-right .story-date i {
  float: right;
}
.tz-our-story .tz-story-right .story-container {
  display: block;
  position: relative;
}
.tz-our-story .tz-story-right .story-container::after {
  clear: both;
  content: "";
  display: table;
}
.tz-our-story .tz-story-right .story-container .story-shadow {
  border-radius: 100px 0;
}
.tz-our-story .tz-story-right .story-container .story-shadow::before {
  border-left: 21px solid rgba(0, 0, 0, 0);
  right: 100%;
}
.tz-our-story .tz-story-right .story-container .story-item::after {
  border-left: 21px solid rgba(0, 0, 0, 0);
  right: 100%;
}
.tz-our-story .tz-story-right .story-container .story-item.first {
  margin-top: 32px;
}
.tz-our-story .tz-story-right .story-container .story-item .story-description h3::before {
  left: 0;
  right: auto;
}
.tz-our-story .story-shadow {
  background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
  border-radius: 0 100px;
  height: 100%;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.tz-our-story .story-shadow ::before {
  border-bottom: 21px solid rgba(0, 0, 0, 0.06);
  content: "";
  height: 0;
  position: absolute;
  top: 35%;
  width: 0;
}
.tz-our-story .story-item {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100px 0;
  display: block;
  margin-top: 325px;
  padding: 35px;
  position: relative;
}
.tz-our-story .story-item::after {
  border-bottom: 21px solid #ffffff;
  content: "";
  height: 0;
  position: absolute;
  top: 35%;
  width: 0;
}
.tz-our-story .story-item:hover .story-image .tz_story_overlay {
  opacity: 1;
  visibility: visible;
}
.tz-our-story .story-item:hover .story-image img {
  transform: rotate(5deg) scale(1.2);
}
.tz-our-story .story-item .story-image {
  border-radius: 60px 0 0;
  display: block;
  height: 220px;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tz-our-story .story-item .story-image a {
  display: block;
}
.tz-our-story .story-item .story-image .tz_story_overlay {
  background: rgba(139, 180, 181, 0.7) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  visibility: hidden;
  z-index: 11;
}
.tz-our-story .story-item .story-image .tz_story_overlay::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -26px;
  position: absolute;
  top: 50%;
  width: 52px;
}
.tz-our-story .story-item .story-image .tz_story_overlay::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 52px;
  left: 50%;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  width: 1px;
}
.tz-our-story .story-item .story-image img {
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  transform: rotate(0deg) scale(1);
  transition: all 3s linear 0s;
  width: auto;
}
.tz-our-story .story-item .story-description h3 {
  color: #555555;
  font-size: 26px;
  margin: 13px 0 22px;
  padding: 0;
  position: relative;
}
.tz-our-story .story-item .story-description h3::before {
  bottom: -4px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 26px;
  background: #8bb4b5 none repeat scroll 0 0;
}
.tz-our-story .story-item .story-description h3 a {
  color: rgba(136, 136, 136, 0.9);
  font-size: 26px;
  transition: all 0.2s linear 0s;
}
.tz-our-story .story-item .story-description p {
  margin-bottom: 5px;
  padding: 0;
}
.tz-our-story .before-image,
.tz-our-story .after-image {
  width: 155px;
  height: 155px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tz-our-story .before-image img,
.tz-our-story .after-image img {
  max-width: none;
  position: relative;
}
.tz-our-story .story-date {
  position: absolute;
  top: 35%;
  left: 100%;
  right: auto;
  z-index: 1;
  min-width: 250px;
  width: auto;
  margin-left: -7px;
  margin-right: 0;
}
.tz-our-story .story-date i {
  color: #8bb4b5;
  margin: 0 10px;
  font-size: 24px;
  line-height: 30px;
}
.tz-our-story .story-date span {
  background: #8bb4b5;
  color: #ffffff;
  padding: 3px 15px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  margin: 0 10px;
  display: inline-block;
}
.tz_overlay_parallax_event_1 {
  position: relative;
}
.tz_overlay_parallax_event_1:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz_overlay_parallax_event_2 {
  position: relative;
}
.tz_overlay_parallax_event_2:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(99, 9, 71, 0.2);
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz_overlay_parallax_1 {
  position: relative;
}
.tz_overlay_parallax_1:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-right {
  text-align: right;
}
.tz_row_arrow {
  position: relative;
}
.tz_row_arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  border-top: 32px solid #fff;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  width: 110px;
  margin-left: -55px;
  z-index: 11;
}
.tz-attend {
  position: relative;
  display: block;
  text-align: center;
  margin: 60px 0;
  letter-spacing: 3px;
  padding: 0;
}
.tz-attend:before {
  left: 0;
  top: 0;
}
.tz-attend:after {
  right: 0;
  top: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.tz-attend .tz-attend-bk:before {
  left: 0;
  bottom: 0;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.tz-attend .tz-attend-bk:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.tz-attend .tz-attend-des {
  font-family: 'Engagement', cursive;
  font-size: 48px;
  margin: 0;
  line-height: normal;
  padding-bottom: 45px;
  color: #d8ad6c;
}
.tz-attend .tz-attend-button {
  font-weight: 900;
  font-size: 15px;
  color: #ffffff;
  padding: 15px 45px;
  margin: 0;
  display: inline-block;
  -webkit-border-radius: 26.5px;
  -moz-border-radius: 26.5px;
  border-radius: 26.5px;
  background: #8bb4b5;
}
.tz-attend:before,
.tz-attend:after,
.tz-attend .tz-attend-bk:before,
.tz-attend .tz-attend-bk:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-image: url(../../../images/color-fill-2.png);
}
.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow {
  position: relative;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
}
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.leader .tz-team .tz-team-item {
  padding: 0;
}
.leader .tz-team .tz-team-item .tz-team-image {
  height: 280px;
  width: 280px;
}
.wpb_wrapper {
  padding-bottom: 2px ;
  padding-left: 65px ;
  padding-right: 65px;
}
.tz-team {
  padding: 48px 0 8px;
  text-align: center;
}
.tz-team .tz-team-item {
  display: inline-block;
  padding-top: 50px;
}
.tz-team .tz-team-item .tz-team-position {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0;
  padding-top: 16px;
  text-align: center;
}
.tz-team .tz-team-item .tz-team-image {
  border: 1px solid rgba(204, 198, 189, 0.7);
  border-radius: 50%;
  display: inline-block;
  height: 245px;
  overflow: hidden;
  position: relative;
  width: 245px;
}
.tz-team .tz-team-item .tz-team-image::before {
  border: 7px solid #e1dad0;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tz-team .tz-team-item .tz-team-image::after {
  border: 7px solid rgba(242, 228, 228, 0.6);
  border-radius: 50%;
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.custom_1 .tz-team {
  padding-top: 70px;
}
.tz-instagram {
  color: #ffffff;
  display: block;
  margin: 43px 0 40px;
  position: relative;
}
.tz-instagram:before {
  left: 0;
  top: 0;
}
.tz-instagram::after {
  right: 0;
  top: 0;
  transform: rotateY(180deg);
}
.tz-instagram .tz-instagram-bk::before {
  bottom: 0;
  left: 0;
  transform: rotateX(180deg);
}
.tz-instagram .tz-instagram-bk::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.tz-instagram .tz-ins-content span {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
}
.tz-instagram .tz-ins-content span::before {
  right: 100%;
}
.tz-instagram .tz-ins-content span::after {
  left: 100%;
}
.tz-instagram .tz-ins-content span i {
  color: #ffffff;
}
.tz-instagram .tz-ins-content .tz-ins-title {
  font-size: 60px;
  line-height: 1em;
  margin: 0 0 5px;
  padding: 0;
}
.tz-instagram .tz-ins-content .tz-ins-title a {
  color: #ffffff;
}
.tz-instagram .tz-ins-content p {
  padding: 23px 0 25px;
  width: 55%;
  margin: auto;
}
.tz-instagram::before,
.tz-instagram::after,
.tz-instagram .tz-instagram-bk::before,
.tz-instagram .tz-instagram-bk::after {
  background-image: url("../../../images/color-fill.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
}
.tz-instagram .tz-ins-content span::before,
.tz-instagram .tz-ins-content span::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.tz_row_arrow.tz_gallery:after {
  border-top: 32px solid #8bb4b5;
}
.tz_row_arrow.tz_gallery .tz_gallery_plus {
  padding: 0;
}
.tz-guests span {
  color: #ffffff;
  display: inline-block;
  font-family: "Racing Sans One", cursive;
  font-size: 82px;
  font-weight: 400;
  line-height: 0.8em;
}
.tz-guests h3 {
  color: #000000;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.tz-header .navbar-nav > li > a:hover,
.tz-header .navbar-nav > li > a:focus,
.tz-header .navbar-nav > li > a:active,
.tz-title span,
.tz-attend h5,
.tz-aboutus .tz-about-item .tz-about-social a:hover,
.tz-our-story .story-item .story-description h3 a:hover {
  color: #8bb4b5;
}
.tz-attend h5 {
  font-size: 60px;
}
.tz_from .span6 {
  width: 50%;
  float: left;
}
.tz_from .jsn-master .jsn-input-xlarge-fluid {
  width: 100% !important;
}
.tz_from .tz_fullwidth {
  text-align: left;
}
.tz_from .jsn-text-center {
  display: none;
}
.tz_from .select2-container .select2-choice div {
  background: none;
  border-left: 0px;
}
.tz_from .select2-container .select2-choice div b {
  background-position-y: 14px;
}
.tz_from .tz_fullwidth.tz_last_form {
  padding-top: 2px !important;
  margin-bottom: 20px !important;
}
.tz_from .tz_fullwidth.tz_last_form textarea {
  padding-bottom: 20px !important;
}
.tz_from .btn.btn-primary.jsn-form-submit {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  opacity: 1;
  padding: 12px 15px;
  text-transform: uppercase;
  border: medium none;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0 22px;
  background: #8bb4b5 none repeat scroll 0 0;
  width: 100%;
}
.tz_from .jsn-uniform {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  margin: auto;
  padding: 50px 70px 33px;
}
.tz_from .jsn-uniform label.control-label {
  margin-bottom: 1px;
}
.tz_from .jsn-uniform div.controls {
  overflow: hidden;
}
.tz_from .jsn-uniform div.controls textarea {
  background: #f9f9e0 none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 5px;
  display: block;
  margin: 3px 0;
  max-height: 186px;
  padding: 15px;
  width: 100%;
  font-family: "Georgia";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tz_from .jsn-uniform div.controls input {
  background: #f9f9e0 none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0 -4px;
  padding: 14px;
  width: 100%;
  font-family: "Georgia";
  font-weight: 400;
  opacity: 0.7;
}
.tz_from .jsn-uniform div.controls input.number {
  width: 90%;
}
.tz_from .jsn-uniform .select2-container.dropdown.jsn-input-xlarge-fluid > a {
  -moz-appearance: none;
  background: #f9f9e0 none repeat scroll 0 0;
  border: medium none;
  display: inline-table;
  width: 100%;
  color: #666;
  margin-top: 4px;
  opacity: 0.7;
  font-family: "Georgia";
  font-weight: 400;
  font-size: 16px;
  padding: 11px;
  border: 0;
  box-shadow: none;
}
.tz_from .jsn-uniform label.control-label {
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1.6px;
  padding-top: 0;
  text-align: left;
  font-size: 13px !important;
  line-height: 1.7em;
  color: rgba(136, 136, 136, 0.9) !important;
  text-transform: uppercase;
}
.tz_from .jsn-uniform .jsn-bootstrap .tz-contact-des {
  font-weight: 400;
  letter-spacing: 0.4px;
  padding-bottom: 4px;
  padding-top: 0;
  text-align: center;
}
.tz_from .jsn-uniform .jsn-bootstrap p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding-top: 0;
  text-align: left;
}
.tz_from .jsn-uniform .jsn-bootstrap h2 {
  font-family: "Engagement", cursive;
  font-size: 48px;
  letter-spacing: 0.25px;
  margin-bottom: 7px;
  margin-top: 50px;
  padding-top: 0;
  position: relative;
  color: #d8ad6c;
}
.tz_from .jsn-uniform .jsn-bootstrap h2::before {
  background: rgba(0, 0, 0, 0) url("../../../images/tz-contact.png") no-repeat scroll center center;
  bottom: 100%;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tz_from .jsn-uniform .jsn-bootstrap h2 h2 {
  font-family: "Engagement", cursive;
  font-size: 48px;
  letter-spacing: 0.25px;
  margin-bottom: 7px;
  margin-top: 50px;
  padding-top: 10px;
  position: relative;
}
.tz_from .jsn-uniform .jsn-bootstrap h2::before {
  background: rgba(0, 0, 0, 0) url("../../../images/tz-contact.png") no-repeat scroll center center;
  bottom: 100%;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}
div#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
  background-color: transparent !important;
  border-color: transparent !important;
}
.tz-footer .tz-footer-content {
  display: inline-block;
  padding: 72px;
  position: relative;
  z-index: 2;
}
.tz-footer .tz-footer-content .tz-copyright p {
  font-size: 11px;
  line-height: 24px;
}
.tz-footer .tz-footer-content .tz-copyright i {
  color: #8bb4b5;
}
.tz-footer .tz-footer-content .tz-copyright a {
  color: #8bb4b5;
  transition: all 0.2s linear 0s;
}
.tz-footer .tz-footer-content .tz-copyright a:hover {
  color: #d8ad6c;
}
.tz-footer .tz-footer-content .tz-footer-social {
  padding: 8px 0;
}
.tz-footer .tz-footer-content .tz-footer-social a {
  color: #d8ad6c;
  font-size: 13px;
  padding: 0 5px;
  transition: all 0.2s linear 0s;
}
.tz-footer .tz-footer-content .tz-footer-social a:hover {
  color: #8bb4b5;
}
.opacity01 {
  background: #ffffff none repeat scroll 0 0;
  background-position: center;
  position: relative;
  padding: 0 0 420px;
}
.opacity01::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
.slider-22 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  letter-spacing: 2px;
}
.slider-22:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #ffffff;
  right: -36px;
  top: 19px;
}
.slider-22:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #ffffff;
  left: -36px;
  top: 19px;
}
.Slider-23 {
  font-family: "Racing Sans One";
  font-weight: normal;
}
.slider-33 {
  font-size: 105px !important;
  font-family: "Racing Sans One";
  color: #630947;
}
.slider-34 {
  font-family: "Racing Sans One";
  font-weight: normal;
  font-size: 60px!important;
  color: #ffffff;
}
.tp-leftarrow.default,
.tp-leftarrow,
.tp-leftarrow.round,
.tp-rightarrow.default,
.tp-rightarrow.round,
.tp-rightarrow {
  background: none !important;
}
.tp-leftarrow.default {
  position: relative;
  font-family: FontAwesome;
  opacity: 1;
  font-size: 45px;
}
.tp-leftarrow.default:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  color: #ffffff;
}
.tp-rightarrow.default {
  position: relative;
  font-family: FontAwesome;
  opacity: 1;
  font-size: 45px;
}
.tp-rightarrow.default:before {
  content: "\f105";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  color: #ffffff;
}
.tz_revo_wapper {
  position: relative;
}
.tz-effect-sakuraz {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tz-effect-sakuraz:before {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.tz-effect-sakuraz:after {
  background: rgba(99, 9, 71, 0.1) none repeat scroll 0 0;
}
.none-95 {
  display: block;
  height: 95px;
}
.tz-post-item {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 30px;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 55px;
  min-height: 200px;
  padding: 26px 28px;
  position: relative;
}
.tz-post .tz-button-top {
  background: #8bb4b5 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  left: -6.25%;
  line-height: 50px;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  width: 50px;
}
.tz-post .tz-post-item .tz-post-left {
  height: 100%;
  left: -6.25%;
  margin-left: -40px;
  position: absolute;
  top: 0;
  width: 50px;
}
.tz-post .tz-post-item .tz-post-left .tz-post-date {
  color: #8bb4b5;
  min-width: 150px;
  text-align: right;
  transform: rotate(-90deg);
  transform-origin: 81px 81px 0;
}
.tz-post .tz-post-item .tz-post-left .tz-post-icon {
  background: #8bb4b5 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  position: relative;
  z-index: 1;
}
.tz-post .tz-post-container::before {
  background: #8bb4b5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: -6.25%;
  margin-left: 1px;
  position: absolute;
  top: 0;
  width: 1px;
}
.tz-post.tz-single h1 {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 3px 0 2px;
  padding: 0;
}
.tz-post.tz-single .tz-post-left {
  text-align: center;
}
.tz-post.tz-single .tz-AuthorAvatar {
  border-radius: 50%;
  height: 96px;
  margin: 15px 30px 15px 7px;
  position: relative;
  width: 96px;
}
.tz-post.tz-single .tz-AuthorAvatar:before {
  border: 2px solid #8bb4b5;
  border-radius: 50%;
  bottom: -7px;
  content: "";
  left: -7px;
  position: absolute;
  right: -7px;
  top: -7px;
}
.tz-post.tz-single .tz-AuthorAvatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.tz-post.tz-single .media-heading {
  color: #8bb4b5;
  font-size: 18px;
  line-height: 2em;
  margin-top: 7px;
  text-transform: uppercase;
}
.tz-post.tz-single .media-heading a {
  color: #8bb4b5;
}
.tz-post.tz-single .user-desc {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.tz-post.tz-single .AuthorSocial a.TzSocialLink {
  color: #555555;
  font-size: 12px;
  line-height: 1.5em;
  padding-right: 10px;
  transition: all 0.3s linear 0s;
}
.tz-post.tz-single .AuthorSocial a.TzSocialLink:hover {
  color: #8bb4b5;
}
.tz-post.tz-single .tz-post-related .tz-related-title {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: 0 0 23px;
}
.tz-post.tz-single .tz-post-related .col-md-4:nth-child(3n+1) {
  clear: both;
}
.tz-post.tz-single .tz-post-related .tz-related-thumbnail {
  height: 194px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tz-post.tz-single .tz-post-related .tz-related-thumbnail.tz-post-thumbbox:before {
  border: 1px solid #ffffff;
  bottom: 22px;
  content: "";
  left: 22px;
  position: absolute;
  right: 22px;
  top: 28px;
}
.tz-post.tz-single .tz-post-related .tz-related-thumbnail .tz-post-thumbbox {
  display: block;
  height: 100%;
  margin: 0;
  position: inherit;
  width: 100%;
}
.tz-post.tz-single .tz-post-related .tz-related-thumbnail .tz-post-thumbbox img {
  position: absolute;
}
.tz-post.tz-single .tz-post-related .tz-related-title {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: 0 0 23px;
}
.tz-post-item .tz-post-information {
  padding: 4px 0 13px;
}
.tz-post-item .tz-post-information span {
  color: #bebebe;
  transition: all 0.2s linear 0s;
}
.tz-post-item .tz-post-information span a {
  color: #bebebe;
  font-size: 13px;
  line-height: 25px;
  text-transform: capitalize;
  transition: all 0.2s linear 0s;
}
.tz-post-item .tz-post-information i {
  color: #bebebe;
  font-size: 9px;
  margin-right: -3px;
  position: absolute;
  right: 0;
  top: 0;
}
.tz-post-item .tz-post-thumbbox {
  display: block;
  height: auto;
  margin-bottom: 13px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.tz-post-item .tz-post-thumbbox::before {
  border: 1px solid #ffffff;
  bottom: 22px;
  content: "";
  left: 22px;
  position: absolute;
  right: 22px;
  top: 28px;
}
.tz-post-item .tz-post-thumbbox img {
  display: block;
  height: auto;
  margin: auto;
  width: auto;
}
.tz-post-item .tz-post-tag {
  padding: 0 0 3px;
}
.tz-post-item .tz-post-tag a {
  color: #555555;
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
  padding-left: 5px;
  text-transform: capitalize;
  transition: all 0.3s linear 0s;
}
.phay1 {
  display: none;
}
.tz-related-des h5 a {
  color: #555555;
  font-family: "Georgia";
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
  margin: 14px 0 0;
  transition: all 0.2s linear 0s;
}
.tz-post.tz-single .tz-post-related .tz-related-thumbnail .tz-post-thumbbox.tz-post-slides::before,
.tz-post.tz-single .tz-post-related .tz-related-thumbnail .tz-post-thumbbox.tz-post-thumbnail::before {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
}
.tz_AuthorLatest ul {
  padding: 0;
}
.tz_AuthorLatest li {
  text-decoration: none;
  list-style-type: none;
}
.tz_AuthorLatest li:hover a {
  color: #8bb4b5;
}
.tz_AuthorLatest li a {
  color: #555555;
  font-family: "Georgia";
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
  margin: 14px 0 0;
  transition: all 0.2s linear 0s;
}
.item-block {
  float: left;
  display: block;
}
.tz_hiright {
  padding-top: 20px;
}
.tz_hiright div.itemRatingBlock span,
.tz_hiright div.itemContentFooter {
  color: #555555;
}
.tz-post-share {
  margin: 200px 27px 60px 0;
  position: relative;
}
.tz-post-share .main-bg {
  display: block;
  margin-bottom: 13px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.tz-post-share .main-bg i {
  border-radius: 50%;
  color: white;
  font-size: 12px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  transform: rotate(0deg);
  transition: all 0.3s linear 0s;
  width: 27px;
}
.tz-post-share .main-bg i.tz-share-face {
  background: #3a5795 none repeat scroll 0 0;
}
.tz-post-share .main-bg i.tz-share-twitter {
  background: #0084b4 none repeat scroll 0 0;
}
.tz-post-share .main-bg i.tz-share-google {
  background: #db4437 none repeat scroll 0 0;
}
.tz-post-share .main-bg span {
  background: #8bb4b5 none repeat scroll 0 0;
  border-radius: 2px;
  color: white;
  display: initial;
  font-size: 12px;
  left: 100%;
  line-height: 27px;
  margin-left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s linear 0s;
  visibility: hidden;
  width: 80px;
  z-index: 11;
}
.tz-left-share {
  padding: 0;
  z-index: 10;
}
.module.widget {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 15px 20px;
}
.module.widget.widget_search {
  padding: 0;
}
.module.widget.widget_search input {
  border: medium none;
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  width: 100%;
  padding: 7px 15px;
}
.module.widget .tz-title.title-widget {
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 0.5px;
  line-height: 1.25em;
  margin: 0 0 14px;
  padding: 12px 0 20px;
}
.module.widget .tz-title.title-widget span {
  font-size: 20px;
  color: rgba(136, 136, 136, 0.9);
  text-transform: uppercase;
}
div.k2CategoriesListBlock ul {
  padding: 0;
  margin: 0;
}
div.k2CategoriesListBlock ul li {
  border-bottom: 1px dashed #e8e8e8;
  display: block;
  font-size: 12px;
  line-height: 24px;
  margin: 10px 0 0;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
  text-align: left;
  transition: all 0.2s linear 0s;
}
div.k2CategoriesListBlock ul li:before {
  content: "\f0a9";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #8bb4b5;
}
div.k2CategoriesListBlock ul li:first-child {
  margin: 19px 0 0;
}
div.k2CategoriesListBlock ul li:last-child {
  border-bottom: 0;
}
div.k2CategoriesListBlock ul li a {
  color: rgba(136, 136, 136, 0.9);
  transition: all 0.2s linear 0s;
}
.k2TagCloudBlock.widget {
  padding-top: 15px 0;
}
.k2TagCloudBlock.widget a {
  border: 1px solid #e9ebef;
  color: #565656;
  display: inline-block;
  font-size: 13px !important;
  line-height: 20px;
  margin: 0 3px 6px 0;
  padding: 5px 10px;
  text-transform: capitalize;
  transition: all 0.2s linear 0s;
}
.k2TagCloudBlock.widget a:hover {
  background: #8bb4b5 none repeat scroll 0 0;
  border-color: #8bb4b5;
  color: #ffffff;
  padding: 5px 10px;
}
.tzNavigation.tz-post-item {
  min-height: 100%;
}
.tz_comment_tille {
  position: relative;
  text-align: center;
  margin-bottom: 22px;
}
.tz_comment_tille span {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  z-index: 0;
}
.tz_comment_tille h3 {
  display: inline-block;
  background: #ffffff;
  margin: 0 auto;
  z-index: 2;
  padding: 5px 25px !important;
  position: relative;
}
.tz-post .tz-post-excerpt .TzReadmore {
  color: #8bb4b5;
  letter-spacing: 0.2px;
  padding: 0 3px;
}
.tz-post .tz-post-item h2 {
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.tz-post .tz-post-item .tz-post-information i {
  color: #bebebe;
  font-size: 9px;
  margin-right: -3px;
  position: absolute;
  right: 0;
  top: 0;
}
.tz-post .tz-post-item .tz-post-information span a {
  color: #bebebe;
  font-size: 13px;
  line-height: 25px;
  text-transform: capitalize;
  transition: all 0.2s linear 0s;
}
.tz-post .tz-post-item .tz-post-left {
  height: 100%;
  left: -6.25%;
  margin-left: -40px;
  position: absolute;
  top: 0;
  width: 50px;
}
.tz-post .tz-post-item h2 {
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.tz-post .tz-post-item h2:hover a {
  color: #8bb4b5;
}
.tz-post .tz-post-item h2 a {
  color: rgba(136, 136, 136, 0.9);
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 25px;
  transition: all 0.3s linear 0s;
}
.tz-post-information span {
  color: #bebebe;
  transition: all 0.2s linear 0s;
}
.width-auto {
  max-width: 100%;
  width: auto;
}
.itemRatingForm {
  display: block;
  float: left;
  line-height: 25px;
  vertical-align: middle;
}
.itemRatingLog {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
}
div.itemRatingForm .formLogLoading {
  background: rgba(0, 0, 0, 0) url("../images/system/loading.gif") no-repeat scroll left center;
  height: 25px;
  padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: rgba(0, 0, 0, 0) url("../../../images/transparent_star.gif") repeat-x scroll left -1000px;
}
.itemRatingList {
  background-position: left top;
  float: left;
  height: 25px;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 125px;
}
.itemRatingList li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  border: medium none;
  cursor: pointer;
  height: 25px;
  left: 0;
  line-height: 25px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: -12px;
}
.itemRatingList a:hover {
  background-position: left bottom;
}
.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}
.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}
.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}
.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}
.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}
.itemRatingList .itemCurrentRating {
  background-position: 0 center;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.k2Pagination {
  text-align: center;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #8bb4b5;
  border-color: #8bb4b5;
  color: #ffffff;
  cursor: default;
  z-index: 3;
}
.pagination > li > a,
.pagination > li > span {
  color: #8bb4b5;
}
.tz_Comments.tz-post-item {
  padding: 19px 28px;
}
.tz_Comments.tz-post-item .itemCommentsCounter {
  margin: 0;
  padding: 0;
  color: #888888;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.tz_Comments.tz-post-item .itemCommentsCounter span {
  display: none;
}
.tz_Comments input {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 11px;
  margin-bottom: 29px;
  padding: 8px 10px;
  width: 100%;
}
.tz_Comments textarea {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 12px;
  padding: 8px 10px;
  width: 100%;
  margin-bottom: 28px;
}
.tz_Comments button {
  background: #8bb4b6 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.tz-post-item.tzNavigation a {
  color: #8bb4b5;
}
.itemVideoBlock {
  margin-bottom: 33px;
}
.catItemVideoBlock {
  margin-bottom: 33px;
}
.tz-post .tz-post-item .tz-post-link {
  background: #f4f5f8 none repeat scroll 0 0;
  display: block;
  padding: 30px 25px;
}
.tz-post-footer {
  position: relative;
}
.tz-post-footer:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f9f6f2 0%, rgba(249, 246, 242, 0) 100%) repeat scroll 0 0;
  content: "";
  height: 110px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tzplazart-dropcap-type1 {
  color: #8bb4b5;
  float: left;
  font-size: 75px;
  line-height: 60px;
  margin: 5px 15px 0 0;
}
.tzplazart-dropcap-type2 {
  background: #8bb4b5 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  font-size: 45px;
  line-height: 60px;
  margin: 5px 15px 0 0;
  text-align: center;
  width: 60px;
}
.vc_custom_1454551529604 {
  padding-bottom: 70px !important;
  padding-top: 100px !important;
}
.vc_custom_1454552367657 {
  padding-bottom: 52px !important;
  padding-top: 52px !important;
}
.vc_custom_1454553131860 {
  padding-bottom: 75px !important;
}
.vc_custom_1454552501810 {
  padding-bottom: 20px !important;
  padding-top: 75px !important;
}
.vc_custom_1454552620736 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.vc_custom_1454553273390 {
  padding-bottom: 95px !important;
  padding-top: 40px !important;
}
.vc_custom_1454554083739 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}
.vc_custom_1454554162560 {
  padding-bottom: 50px !important;
  padding-top: 64px !important;
}
.vc_custom_1454554598683 {
  padding-bottom: 54px !important;
  padding-top: 69px !important;
}
.vc_custom_1454554374174 {
  padding-bottom: 100px !important;
  padding-top: 75px !important;
}
.tz-header .tz_rsvp::before,
.tz-header .tz_rsvp::after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.tz-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-homepage .tz_rsvp {
  padding-bottom: 15px;
}
.tz-header .tz_rsvp {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 0 15px;
  padding: 39px 16px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  z-index: 1;
  background: #8bb4b5 none repeat scroll 0 0;
}
.tz-header .tz_rsvp > a {
  padding: 0 !important;
  color: #ffffff !important;
}
.tz-header .tz_rsvp::before {
  background: #8bb4b5 none repeat scroll 0 0;
  content: "";
  height: 0;
  top: 100%;
}
.tz-header .tz_rsvp::after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.tz-header .tz_rsvp::after {
  border-left: 36px solid #8bb4b5;
  border-right: 36px solid #8bb4b5;
}
.tz-header .tz_rsvp::after {
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  bottom: -19px;
  height: 0;
}
.tz-header::before {
  background: #d8ad6c none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
}
.tz-header.tz-header-homepage.tz-header-eff {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.tz-header.tz-header-homepage.tz-header-eff .tz_rsvp {
  padding-bottom: 26px;
  padding-top: 28px;
}
.tz-header.tz-header-homepage.tz-header-eff .tz_rsvp::before {
  height: 6px;
}
.tz-header.tz-header-homepage.tz-header-eff .tz_rsvp::after {
  bottom: -26px;
}
.tz-header.tz-header-homepage.tz-header-eff .tz-button-toggle,
.tz-header.tz-header-homepage.tz-header-eff .navbar-nav > li > a {
  color: #555555;
  padding: 29px 15px;
}
.tz-header.tz-header-homepage.tz-header-eff #tzlogo {
  line-height: 78px;
}
.tz-header.tz-header-homepage {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.tz-header.tz-header-homepage::before {
  opacity: 0;
}
.tz-header.tz-header-homepage.tz-header-eff::before {
  opacity: 1;
}
.plazart-mainnav .navbar-inner {
  float: right;
}
.plazart-mainnav .navbar-nav {
  line-height: 24px;
}
.plazart-mainnav .navbar-nav > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  padding: 36px 15px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.2s linear 0s;
}
.plazart-mainnav .navbar-nav .dropdown-menu {
  padding: 0;
}
.plazart-mainnav .navbar-nav .mega-col-nav {
  padding: 0;
}
.plazart-mainnav .navbar-nav .mega-col-nav .mega-inner {
  padding: 0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
#tzlogo {
  line-height: 93px;
}
.navbar {
  border: 0;
  margin-bottom: 0;
  min-height: 100%;
  position: inherit;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.plazart-megamenu .dropdown-menu .mega-nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 30px;
  position: relative;
}
.plazart-megamenu .dropdown-menu .mega-nav > li:hover:after,
.plazart-megamenu .dropdown-menu .mega-nav > li:active:after,
.plazart-megamenu .dropdown-menu .mega-nav > li:focus:after {
  opacity: 1;
  width: 81px;
}
.plazart-megamenu .dropdown-menu .mega-nav > li a:hover,
.plazart-megamenu .dropdown-menu .mega-nav > li a:active,
.plazart-megamenu .dropdown-menu .mega-nav > li a:focus {
  background-color: transparent !important;
  color: #555555 !important;
}
.plazart-megamenu .dropdown-menu .mega-nav > li:after {
  background: #8bb4b5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 9;
}
.plazart-megamenu .dropdown-menu .mega-nav > li a {
  color: #555555;
  display: block;
  line-height: 55px;
  transition: all 0.3s linear 0s;
  padding: 0;
}
.plazart-megamenu .mega-nav > li a,
.plazart-megamenu .dropdown-menu .mega-nav > li a {
  padding: 0 !important;
}
.plazart-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: none !important;
}
.hvr-shutter-out-horizontal {
  backface-visibility: hidden;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}
.hvr-shutter-out-horizontal::before {
  background: #d8ad6c none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.hvr-shutter-out-horizontal:active::before,
.hvr-shutter-out-horizontal:focus::before,
.hvr-shutter-out-horizontal:hover::before {
  transform: scaleX(1);
}
.mod_events_latest_table {
  margin: 70px -15px;
}
.tz_mod_events_latest_first,
.tz_mod_events_latest {
  padding: 35px;
}
.tz-events-item {
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: block;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.tz-events-item:hover .tz-events-overlay::before {
  opacity: 1;
}
.tz-events-item:hover .tz-events-overlay img {
  opacity: 0.3;
}
.tz-events-item .tz-events-time {
  padding: 0;
}
.tz-events-item .tz-events-time span {
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
.tz-events-item .tz-events-time .tz-events-icon-calendar {
  clear: both;
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 8px;
  position: relative;
}
.tz-events-item .tz-events-time .tz-events-icon-clock {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 5px;
}
.tz-events-item .tz-events-overlay span {
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
.tz-events-item .tz-events-overlay img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  transition: all 0.5s linear 0s;
  max-width: none;
}
.tz-events-item .tz-events-content {
  display: block;
  margin: 25px 0 0;
  position: relative;
}
.tz-events-item .tz-events-content::after {
  background: rgba(0, 0, 0, 0) url("../../../images/events-border.png") no-repeat scroll left top / contain;
  bottom: 100%;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tz-events-item .tz-events-content p {
  letter-spacing: 0.5px;
  padding: 28px 0 23px;
}
.tz-events-item .tz-events-content a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 24px;
  color: #ffffff !important;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 12px;
  padding: 8px 30px;
  text-decoration: none !important;
}
.tz-events-item .tz-events-content a:hover {
  text-decoration: none;
}
.tz-events-item .tz-events-content a.hvr-shutter-out-horizontal::before {
  background: rgba(139, 180, 181, 0.3) none repeat scroll 0 0;
  border: 1px solid rgba(139, 180, 181, 0.3);
  border-radius: 24px;
}
.tz-events-item h4 {
  padding-bottom: 30px;
  position: relative;
  margin-top: 0;
}
.tz-events-item h4 a {
  display: block;
  text-transform: capitalize;
  margin: 0;
  font-size: 26px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none !important;
}
.tz-events-item h4::before {
  background: rgba(0, 0, 0, 0) url("../../../images/events-border.png") no-repeat scroll left top / contain;
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tz-all-megamenu .plazart-mainnav .navbar-nav > li > a {
  color: #555555;
}
.tz-row {
  margin-right: -15px;
  margin-left: -15px;
}
#jevents_body {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: auto !important;
}
#jevents_body .nav-items > div a:hover {
  background-color: #ffffff;
  border-left: 0;
  color: #959595;
}
.contentpaneopen .tz-events-item {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 30px;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 30px;
}
.contentpaneopen .tz-events-item .tribe-events-event-image {
  margin: 0;
  max-height: 480px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.tz-events-content.sufix-event {
  border: 0 none;
  color: #555555;
  margin: 0;
}
.tz-events-content.sufix-event::after {
  content: none;
}
.tz-events-content.sufix-event h2 {
  margin-bottom: 0;
}
.tz-events-information span {
  color: #bebebe;
  transition: all 0.2s linear 0s;
  float: left;
}
.tz-post-content {
  display: block;
  clear: both;
}
.jevbootstrap h1,
.jevbootstrap h2,
.jevbootstrap h3,
.jevbootstrap h4,
.jevbootstrap h5,
.jevbootstrap h6 {
  font-family: "Racing Sans One", cursive, Arial, sans-serif;
}
.event_bg {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 15px 20px;
}
.event_bg h3 {
  border: medium none;
  color: #464646;
  font-size: 19px;
  line-height: normal;
  margin: 6px 0 13px;
  text-transform: capitalize;
}
.event_right dl {
  display: block;
  position: relative;
}
.event_right dl dt {
  border-bottom: 1px solid #ebebeb;
  color: #636363;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 41px;
  width: 40%;
}
.event_right dl dd {
  border-bottom: 1px solid #ebebeb;
  color: #959595;
  display: inline-block;
  font-size: 13px;
  line-height: 41px;
  width: 60%;
  margin-left: 0;
}
.event_right .tz-tribe-address p {
  color: #636363;
  display: inline-block;
  float: left;
  line-height: 41px;
  overflow: hidden;
  width: 40%;
}
.event_right span.location {
  display: inline-block;
  width: 60%;
}
.tztribe_list_content .tribe-events-event-meta {
  color: #8bb4b5;
  font-size: 13px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.ev_td_li.tz_td_li:hover .tribe-events-event-image {
  transform: scale(1.2);
}
.ev_td_li.tz_td_li:hover .tz_events_overlay {
  opacity: 1;
}
.ev_td_li.tz_td_li:hover .tztribe_list_content .tribe-events-event-meta {
  color: #d8ad6c;
}
.ev_td_li.tz_td_li .tztribe_list_image {
  background: #e1e1e1 none repeat scroll 0 0;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.ev_td_li.tz_td_li .tribe-events-event-image {
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  transform: scale(1);
  transition: all 0.5s linear 0s;
  width: 100%;
}
.ev_td_li.tz_td_li .tztribe_list_content {
  display: block;
  padding: 25px;
  position: relative;
  padding-top: 0;
}
.ev_td_li.tz_td_li .tztribe_list_content h2.tribe-events-list-event-title a {
  color: #555555;
  font-size: 21px;
  line-height: 1em;
}
#jev_maincal {
  background: transparent;
  border: 0;
  margin: 0;
}
.jev_listview .jev_listrow {
  border: 0;
}
.tz_div_eventitem {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tz_events_overlay {
  background: rgba(139, 180, 181, 0.7) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
}
.tz_events_overlay::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 52px;
  left: 50%;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  width: 1px;
}
.tz_events_overlay::before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -26px;
  position: absolute;
  top: 50%;
  width: 52px;
}
.tz_td_li.col-md-4:nth-child(3n+1) {
  clear: both;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
  display: none !important;
}
#jevents_body .jev_toprow div.previousmonth,
#jevents_body .jev_toprow div.nextmonth {
  width: 20%;
  min-height: 23px;
}
#jevents_body .jev_toprow .jev_header2 {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 45px;
  height: auto !important;
}
#jevents_body .jev_toprow div.currentmonth {
  width: 60%;
  border: 0;
  padding: 15px;
  background: transparent;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  font-size: 42px;
  color: #464646 !important;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#jevents_body .jev_toprow .previousmonth,
#jevents_body .jev_toprow .nextmonth {
  background: transparent!important;
  color: #ffffff;
  font-size: 13px;
  line-height: 1em;
  margin: 0;
  padding: 15px;
  position: relative;
  transition: all 0.2s linear 0s;
  border: 0 !important;
}
#jevents_body .jev_toprow div.previousmonth a {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #c2c2c2;
  font-family: 'Racing Sans One', cursive;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 17px;
  padding-left: 36px;
  background: transparent !important;
}
#jevents_body .jev_toprow div.previousmonth a:before {
  font-family: FontAwesome;
  content: "\f104";
  padding-right: 5px;
  font-size: 16px;
  height: 26px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #c2c2c2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#jevents_body .jev_toprow div.previousmonth a:hover {
  color: #8bb4b5;
}
#jevents_body .jev_toprow div.nextmonth a {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #c2c2c2;
  font-family: 'Racing Sans One', cursive;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 17px;
  padding-right: 36px;
  background: transparent !important;
}
#jevents_body .jev_toprow div.nextmonth a:hover {
  color: #8bb4b5;
}
#jevents_body .jev_toprow div.nextmonth a::after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 5px;
  font-size: 16px;
  height: 26px;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #c2c2c2;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#jevents_body .nav-items div.active a,
.jev_header2 .active a {
  background: #8bb4b5 none repeat scroll 0 0 !important;
  color: #ffffff;
}
#jevents_body .nav-items div.active a:hover,
.jev_header2 .active a:hover {
  background-color: #ffffff;
  border-left: 0;
  border-radius: 0;
  padding: auto;
}
.nav-items > div {
  border: 0;
}
.nav-items > div:first-child,
.nav-items > div:last-child {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
td.cal_daysoutofmonth {
  border: 1px solid #f9f6f2;
  background: #ffffff none repeat scroll 0 0;
  color: #959595;
  position: relative;
  z-index: 1;
}
td.cal_daysoutofmonth:before {
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(244, 244, 244, 0.5);
}
table {
  border-collapse: initial;
}
.cal_cell_rows {
  height: 150px;
}
#jevents_body td.cal_daysnames {
  background: #8bb4b5 none repeat scroll 0 0 ;
  border-color: #ffffff !important;
  font-family: "Racing Sans One", cursive;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 1em 15px;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
div.new-navigation {
  margin: auto auto 49px;
  position: relative;
}
div.new-navigation #nav-search {
  position: absolute;
  top: 0;
  right: 0;
}
div.new-navigation #nav-search a:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
}
div.new-navigation #nav-search img {
  display: none;
}
#jevents_body .nav-items > div a:hover {
  padding: 5px 15px;
  background: #8bb4b5 none repeat scroll 0 0 !important;
  color: #ffffff;
}
.nav-items > div:first-child a:hover {
  margin: 0;
}
.nav-items > div a {
  background: #ffffff;
  margin: 0;
  color: #959595;
  border-right: 1px solid #f7f7f7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  display: inline-block;
  line-height: 32px;
  padding: 5px 15px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.nav-items {
  width: 100%;
}
.nav-items #nav-year a:before,
.nav-items #nav-month a:before,
.nav-items #nav-week a:before,
.nav-items #nav-today a:before,
.nav-items #nav-jumpto a:before {
  font-family: FontAwesome;
  font-size: 14px;
}
.nav-items #nav-year a:before {
  content: "\f03a";
}
.nav-items #nav-month a:before {
  content: "\f073";
}
.nav-items #nav-week a:before {
  content: "\f097";
}
.nav-items #nav-today a:before {
  content: "\f133";
}
.nav-items #nav-jumpto a:before {
  content: "\f044";
}
#jevents_header h2.contentheading {
  display: none;
}
.saturday,
.sunday {
  color: #ffffff;
}
#jevents_body .cal_daysnoevents {
  border: 0.5px solid #f9f6f2;
}
#jevents_body .cal_daysnoevents {
  padding: 0;
}
#jevents_body .cal_daysnoevents a.cal_daylink {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #959595;
  border-radius: 0;
  display: block;
  padding: 0 10px;
  margin: 0;
  line-height: 30px;
}
#jevents_body .cal_today {
  padding: 0;
  border: 1px solid #d8ad6c;
  border-top: 0;
}
#jevents_body .cal_today a.cal_daylink {
  background-color: #d8ad6c;
  border-radius: 0;
  color: #ffffff;
  display: block;
  padding: 0 10px;
  margin: 0;
  line-height: 30px;
}
#jevents_body .cal_today a.cal_daylink:hover {
  background-color: #d8ad6c;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 0 10px;
  margin: 0;
}
.tz_jl_event {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 31px;
}
.img_comment {
  width: 13%;
  display: inline-block;
  float: left;
}
.img_comment span {
  display: inline-block;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
}
.img_comment span img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
}
.tz_content_comment {
  width: 87%;
  overflow: hidden;
  display: inline-block;
}
.tz_content_comment h3 {
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  display: block;
  font-family: "Georgia";
  font-weight: 600;
}
.tz_content_comment span {
  color: rgba(52, 52, 52, 0.5);
  display: block;
  font-size: 11px;
  font-family: "Georgia";
  line-height: 20px;
}
.tz_content_comment p {
  font-size: 11px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #888888;
  padding-top: 8px;
}
.tzfix-image img {
  position: static;
  width: auto !important;
  height: auto!important;
  margin: auto;
}
.tz-events-time {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 132px;
}
.tz-events-time .tz_left,
.tz-events-time .tz_right {
  width: 33.33%;
  padding: 0 10px;
}
.tz-events-time .tz_center {
  width: 33.34%;
}
.tz_apbe {
  position: relative;
}
.tz_apbe::before {
  background: rgba(0, 0, 0, 0) url("../../../images/top-events.png") no-repeat scroll center center;
  bottom: 100%;
}
.tz_apbe:after {
  background: rgba(0, 0, 0, 0) url("../../../images/bottom-events.png") no-repeat scroll center center;
  top: 100%;
}
.tz_apbe:after,
.tz_apbe::before {
  content: "";
  height: 50px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.5s linear 0s;
  width: 100%;
}
.tz_apbe:hover::before,
.tz_apbe:hover::after {
  opacity: 1;
}
.tz-team-title {
  margin-top: 0;
  padding: 0;
  line-height: 24px;
}
.textwidget {
  line-height: 17px;
  padding-top: 10px;
}
.textwidget .sign {
  color: #d8ad6c;
  display: block;
  font-family: "Engagement", cursive;
  font-size: 27px;
  margin-bottom: 20px;
  margin-top: 26px;
  text-align: right;
}
.latestPost li {
  border-bottom: 1px dashed #e8e8e8;
}
.latestPost li:first-child .tz_date_latestpost {
  margin-top: 0;
  padding-top: 8px;
}
.latestPost li.lastItem {
  border: 0;
}
.latestPost li:last-child {
  border: 0;
}
.latestPost .tz_date_latestpost {
  color: #c2c2c2;
  font-size: 12px;
  display: block;
  padding-top: 13px;
}
.latestPost h3 {
  padding: 0;
  margin: 7px 0 5px;
}
.latestPost h3 a {
  font-size: 18px;
  font-family: "Racing Sans One", cursive;
  color: #888888;
  display: block;
  line-height: 18px;
}
.latestPost .tz_itemIntroText_latestpost p {
  color: #888888;
  line-height: 18px;
  padding-top: 4px;
  margin-bottom: 20px;
}
.latestPost .tz_itemIntroText_latestpost p:last-child {
  margin-bottom: 16px;
}
/*  Loading-Option  */
body #tzloadding,
body #jpreOverlay {
  background: #8bb4b5;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}
body #jpreSlide {
  height: 680px;
  width: 717px;
  left: 50% !important;
  margin-left: -358px;
  margin-top: -340px;
  position: absolute;
  top: 50% !important;
}
body #jpreLoader {
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 680px;
  left: 50% !important;
  margin-left: -358px;
  margin-top: -340px;
  position: fixed !important;
  top: 50% !important;
  width: 715px;
}
body #jpreBar {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  border-radius: 0;
}
.tzloadding-img {
  display: inline-block;
  position: relative;
}
.tzloadding-img img {
  max-height: 680px;
  height: auto;
  max-width: 715px;
  width: auto;
}
.tzloadding-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(139, 180, 181, 0.7);
}
body #jprePercentage {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-family: "Racing Sans One", cursive;
  letter-spacing: 0.75px;
  font-weight: 400;
  font-size: 100px;
  height: 100px !important;
  left: 50%;
  line-height: 100px;
  margin-left: -120px;
  margin-top: -130px;
  position: absolute !important;
  text-align: center;
  text-shadow: inherit;
  top: 50%;
  width: 250px;
}
.tzloading-bk {
  align-content: center;
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999;
}
.tzloading-heart {
  align-content: center;
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999999;
}
.tz-loading-text {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 24px;
  left: 50%;
  width: 110px;
  text-align: center;
  margin-left: -55px;
  margin-top: -15px;
  position: absolute;
  top: 46%;
  padding-top: 17px;
  font-family: "Racing Sans One", cursive;
  letter-spacing: 0.75px;
  font-weight: 400;
}
@keyframes blink {
  /**
   * At the start of the animation the dot
   * has an opacity of .2
   */
  0% {
    opacity: .2;
  }
  /**
   * At 20% the dot is fully visible and
   * then fades out slowly
   */
  20% {
    opacity: 1;
  }
  /**
   * Until it reaches an opacity of .2 and
   * the animation can start again
   */
  100% {
    opacity: .2;
  }
}
.tz-loading-text span {
  /**
   * Use the blink animation, which is defined above
   */
  animation-name: blink;
  /**
   * The animation should take 1.4 seconds
   */
  animation-duration: 1.4s;
  /**
   * It will repeat itself forever
   */
  animation-iteration-count: infinite;
  /**
   * This makes sure that the starting style (opacity: .2)
   * of the animation is applied before the animation starts.
   * Otherwise we would see a short flash or would have
   * to set the default styling of the dots to the same
   * as the animation. Same applies for the ending styles.
   */
  animation-fill-mode: both;
}
.tz-loading-text span:nth-child(2) {
  /**
   * Starts the animation of the third dot
   * with a delay of .2s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: .2s;
}
.tz-loading-text span:nth-child(3) {
  /**
   * Starts the animation of the third dot
   * with a delay of .4s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: .4s;
}
body #jpreButton {
  display: none !important;
}
@media (max-width: 1199px) {
  #tzloadding img,
  body #jpreLoader,
  body #jprePercentage {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
  }
  .tz-loading-text {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  .tz-loading-text {
    top: 46%;
  }
}
@media (max-width: 991px) {
  #tzloadding img,
  body #jpreLoader,
  body #jprePercentage {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
  }
  .tz-loading-text {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    top: 47%;
  }
}
@media (max-width: 767px) {
  #tzloadding img,
  body #jpreLoader,
  body #jprePercentage {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
  }
  .tz-loading-text {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
  }
}
#jevents_body .jev_listview .jev_listrow li {
  border-width: 0!important;
}
.tz_div_eventitem.tz_even_day {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  position: static;
}
.tz_even_day .tztribe_list_image,
.tz_even_day .tztribe_list_content {
  display: none !important;
  visibility: hidden;
  padding: 0 !important;
  position: static;
}
.tz_even_day .street-address {
  font-size: 12px;
}
.tz_even_day .time-details {
  margin: 0 0 8px;
  line-height: 1.2;
}
.tz_even_day .tz-tribe-day-time,
.tz_even_day .tribe-events-meta-group,
.tz_even_day .tribe-events-meta-group-details {
  position: relative;
  padding-left: 40px;
}
.tz_even_day .tz-tribe-day-time i,
.tz_even_day .tribe-events-meta-group i,
.tz_even_day .tribe-events-meta-group-details i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  color: #c2c2c2;
}
.tz_even_day .tz-tribe-day-time strong,
.tz_even_day .tribe-events-meta-group strong,
.tz_even_day .tribe-events-meta-group-details strong {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
}
.tz_even_day .tz-tribe-day-time strong span,
.tz_even_day .tribe-events-meta-group strong span,
.tz_even_day .tribe-events-meta-group-details strong span {
  color: #d8ad6c;
  font-weight: normal;
}
.tz_even_day .tztribe_list_content_day h2 a {
  font-size: 21px;
  line-height: 1em;
  color: #555555;
}
.tz_even_day .tz-tribe-day-time,
.tz_even_day div.tztribe_list_button_day.tz-hiden {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  min-height: 90px;
}
.tz_even_day .tz-tribe-day-time.tz-hiden,
.tz_even_day .tztribe_list_content_dayw.tz-hiden,
.tz_even_day .tztribe_list_button_day.tz-hiden {
  display: block;
  visibility: visible;
}
.tz_even_day .tztribe_list_image_day {
  height: 90px;
  overflow: hidden;
  position: relative;
  max-width: 140px;
  display: inline-block;
  float: left;
  margin: 0 3% 0 0;
  padding: 0;
}
.tz_even_day .tztribe_list_button_day a {
  font-size: 12px;
  background: #8bb4b5;
  color: #ffffff;
  padding: 10px 15px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  text-transform: uppercase;
}
.tz_even_day .tztribe_list_button_day a:hover {
  background: #d8ad6c;
}
.tz_even_day .tztribe_list_content_day {
  display: inline-block;
  padding-top: 0;
  width: 67%;
}
.tz_even_day .tztribe_list_content_day h2.tribe-events-list-event-title {
  margin: 0;
}
.tz_even_day .tztribe_list_content_day h2.tribe-events-list-event-title span {
  color: #c2c2c2;
}
.tz-hiden {
  visibility: hidden;
  display: none;
}
.owl-carousel .owl-item {
  padding: 0 15px;
  min-height: 1px;
}
.owl-carousel {
  display: block !important;
}
.select2-focusser.select2-offscreen {
  display: none !important;
  visibility: hidden!important;
}
.navbar-collapse.collapse {
  padding: 0;
}
.tz-header .tz_rsvp {
  padding: 36px 16px;
}
.tzlogo2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 23px;
  left: 10px;
}
.tz-header-eff .tzlogo {
  visibility: hidden;
  opacity: 0;
}
.tz-header-eff .tzlogo2 {
  visibility: visible;
  opacity: 1;
}
.simple .simple-info {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.simple .simple-info a {
  height: 100%;
  width: 100%;
  line-height: 200px;
}
.masthead-video {
  position: absolute;
  top: 49%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
.contentpaneopen .tz-events-item {
  padding: 0;
}
.contentpaneopen .tz-events-content.sufix-event {
  padding: 15px;
  padding-top: 0;
}
#pgzoomclose {
  bottom: 15px !important;
  top: auto !important;
}
.dropdown-submenu > a::after {
  margin-top: 25px !important;
}
.dropdown-submenu > .dropdown-menu {
  left: 100%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: 0;
}
.dropdown-menu {
  border: 0 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.176) !important;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@media (max-width: 992px) {
  .plazart-mainnav .navbar-nav > li > a {
    padding: 36px 5px;
  }
  .tz-header.tz-header-homepage.tz-header-eff .tz-button-toggle,
  .tz-header.tz-header-homepage.tz-header-eff .navbar-nav > li > a {
    padding: 29px 5px;
  }
  .tz-our-story .tz-story-right {
    padding-left: 25px;
  }
  .tz-our-story .tz-story-left {
    padding-right: 25px;
  }
  .tz-attend .tz-attend-button {
    padding: 10px 35px;
  }
  .tz-attend .tz-attend-des {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 1200px) {
  .tz-our-story .tz-story-right {
    padding-left: 25px;
  }
  .tz-our-story .tz-story-left {
    padding-right: 25px;
  }
  .tz-team {
    padding: 48px 0 8px;
    text-align: center;
  }
  .tz-team .tz-team-item {
    display: inline-block;
    padding-top: 50px;
  }
  .tz-team .tz-team-item .tz-team-position {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0;
    padding-top: 16px;
    text-align: center;
  }
  .tz-team .tz-team-item .tz-team-image {
    border: 1px solid rgba(204, 198, 189, 0.7);
    border-radius: 50%;
    display: inline-block;
    height: 245px;
    overflow: hidden;
    position: relative;
    width: 245px;
  }
}
@media (max-width: 768px) {
  .tz-our-story .tz-story-left,
  .tz-our-story .tz-story-right {
    width: 100%;
    padding: 0;
  }
  .tz-our-story .tz-story-right .story-date i {
    float: none;
  }
  .tz-post-item .tz-post-thumbbox img {
    max-height: 100% !important;
    height: 100% !important;
  }
  .tz-aboutus .item-content {
    width: 100%;
    padding-top: 20px;
  }
  .story-content .row > div.col-xs-12 {
    width: 100%;
  }
  .tz-our-story .tz-story-left {
    padding-right: 0;
    margin: 0 auto;
  }
  .tz-our-story .tz-story-right {
    padding-right: 8px;
    width: 60%;
    margin: 0 auto;
  }
  .tz-our-story .story-date {
    position: static;
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
  }
  .tz-our-story .story-date i {
    display: block;
  }
  .tz-our-story .story-item {
    margin-top: 30px;
  }
  .tz-our-story .story-item::after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border-top: 15px solid #ffffff;
    top: 100% !important;
    border-bottom: 0;
    left: 50% !important;
    right: auto !important;
    border-left: 10px solid transparent !important;
    margin-left: -10px;
    border-right: 10px solid transparent !important;
  }
  .tz-our-story .tz-story-left .story-container .story-item.first {
    margin-top: 30px;
  }
  #jevents_body .jev_toprow div.currentmonth {
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  .leader .tz-team .tz-team-item .tz-team-image {
    height: 180px;
    width: 180px;
  }
  .tz-team .tz-team-item .tz-team-image {
    height: 156px;
    width: 156px;
  }
  .tz-center-image img {
    margin-top: -90px;
    width: 201px;
  }
  .tz_even_day .tztribe_list_content_day {
    width: 65%;
  }
  .tz_even_day .tz-tribe-day-time,
  .tz_even_day .tribe-events-meta-group,
  .tz_even_day .tribe-events-meta-group-details {
    position: relative;
    padding-left: 0;
  }
  .tz_even_day .tz-tribe-day-time i,
  .tz_even_day .tribe-events-meta-group i,
  .tz_even_day .tribe-events-meta-group-details i {
    display: none;
  }
}
@media (max-width: 767px) {
  .tz-post.tz-single .tz-post-related .tz-related-title {
    text-align: center;
  }
  .tz-post.tz-single .tz-post-related .tz-related-thumbnail {
    margin: 0 auto;
    width: 300px;
  }
  .dropdown-submenu > a::after {
    margin-top: 7px !important;
  }
  .tz_Comments.tz-post-item {
    padding: 19px 5px;
  }
  .navbar-header .navbar-toggle {
    background: #555555;
    box-shadow: 0;
    border: 0;
  }
  .navbar-header .navbar-toggle i {
    color: #ffffff;
  }
  #tz-right {
    padding-top: 15px;
  }
  #jevents_body td.cal_daysnames {
    padding: 1em 0;
    text-align: center;
  }
  .tz_even_day .tz-tribe-day-time,
  .tz_even_day div.tztribe_list_button_day.tz-hiden {
    align-items: flex-start;
  }
  .tz_even_day .tz-tribe-day-time,
  .tz_even_day .tribe-events-meta-group,
  .tz_even_day .tribe-events-meta-group-details {
    padding-left: 7px;
  }
  ul.ev_ul {
    margin: 0;
    padding: 0;
  }
  #jevents_body ul.ev_ul li.ev_td_li {
    margin: 0;
    padding: 0;
  }
  .tribe-events-event-image_day img {
    max-width: 100%;
  }
  .tz_even_day .tztribe_list_content_day {
    width: 100%;
  }
  .tz-center-image img {
    margin-top: -90px;
    width: 201px;
  }
  .tzcountdown .countdown .tzcountdownitem {
    width: 100px;
    height: 100px;
  }
  .tzcountdown .countdown .tzcountdownitem span {
    font-size: 27px;
    line-height: 1em;
  }
  .tzcountdown .countdown .tzcountdownitem p {
    font-size: 26px;
  }
  .tz-bridesmaids {
    padding-top: 350px;
    position: relative;
  }
  .tz-bridesmaids .tz-about-item.leader {
    position: absolute;
    top: 0;
    padding-left: 0;
    float: none;
    padding-right: 0;
    display: block;
    left: 0;
  }
  .tz-instagram::before,
  .tz-instagram::after,
  .tz-instagram .tz-instagram-bk::before,
  .tz-instagram .tz-instagram-bk::after {
    background-image: none !important;
  }
  .tz-instagram .tz-ins-content .tz-ins-title {
    font-size: 26px;
  }
  .tz-instagram .tz-ins-content p {
    padding: 23px 0 25px;
    width: 55%;
    margin: auto;
  }
  .tz-guests {
    padding: 10px 0 ;
  }
  .tz-guests span {
    font-size: 30px;
  }
  .tz-attend:before,
  .tz-attend:after,
  .tz-attend .tz-attend-bk:before,
  .tz-attend .tz-attend-bk:after {
    background-image: none;
  }
  .tz-attend .tz-attend-des {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .tz-attend h5 {
    font-size: 30px;
  }
  .tz-header .row {
    position: relative;
  }
  .tz-header .text-right .navbar-header {
    position: absolute;
    top: -55px;
    right: 0;
  }
  .tz-header .text-right {
    padding: 0;
  }
  .tz-header .plazart-mainnav .navbar-inner {
    float: none;
    background: #ffffff;
  }
  .tz-header .plazart-mainnav .navbar-nav > li > a {
    padding: 10px 15px;
    text-align: center;
    color: #555555;
    border-bottom: 1px solid #e5e5e5;
  }
  .tz-header .plazart-megamenu .dropdown-menu .mega-nav > li {
    border-bottom: 0;
    padding: 0;
  }
  .tz-header .tz_rsvp {
    display: none;
  }
  .navbar-nav {
    margin: 0;
  }
  .plazart-megamenu .dropdown-menu .mega-nav > li a {
    line-height: 24px;
    padding: 10px 15px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
  }
  .tz-header.tz-header-eff .text-right .navbar-header {
    top: -69px;
  }
  .tz-header.tz-header-homepage.tz-header-eff .tz-button-toggle,
  .tz-header.tz-header-homepage.tz-header-eff .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .navbar-collapse {
    padding: 0;
  }
  .plazart-megamenu .mega-nav > li a,
  .plazart-megamenu .dropdown-menu .mega-nav > li a {
    border-bottom: 1px solid #e5e5e5;
  }
  #tzlogo {
    line-height: 59px;
  }
  .tz-our-story .tz-story-right .story-date {
    margin-left: 0;
  }
  .avVideo .avPlayerContainer .avPlayerBlock iframe,
  .avVideo .avPlayerContainer .avPlayerBlock object,
  .avVideo .avPlayerContainer .avPlayerBlock embed,
  .avVideo .avPlayerContainer .avPlayerBlock video,
  .avVideo .avPlayerContainer .avPlayerBlock > div {
    min-width: 100%!important;
  }
  div.new-navigation #nav-search {
    position: static;
    margin: 17px 0;
    top: 0;
    right: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
  }
  div.new-navigation {
    margin: 0;
  }
  #jevents_body .jev_toprow div.currentmonth {
    width: 100%;
  }
  #jevents_body .jev_toprow div.previousmonth,
  #jevents_body .jev_toprow div.nextmonth {
    width: 100%;
  }
  .tz_even_day .tztribe_list_content_day {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .tz-post.tz-single .tz-post-related .tz-related-title {
    text-align: center;
  }
  .tz-post.tz-single .tz-AuthorAvatar {
    margin: 0 auto;
    float: none !important;
  }
  .tz-post-item {
    padding: 26px 5px;
  }
  .media-body,
  .media-left,
  .media-right {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: center;
  }
  #jevents_body .cal_top_day_names {
    width: 100%;
    min-width: 100%;
  }
  #jevents_body .cal_top_day_names tr {
    border: 0 solid;
    width: 100%;
  }
  #jevents_body td.cal_daysnames {
    padding: 1em 0;
    text-align: center;
    display: inline-table;
    width: 100%;
  }
  .contentpaneopen .tz-events-item .tribe-events-event-image {
    max-height: 100%;
  }
  .contentpaneopen .tz-events-item .tribe-events-event-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .tz-aboutus .tz-about-item {
    padding: 13px 16px 43px;
  }
  .tz-aboutus .item-content:last-child {
    padding-top: 49px;
  }
  .tzcountdown .countdown .tzcountdownitem {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  .tzcountdown .countdown .tzcountdownitem span {
    font-size: 15px;
  }
  .tzcountdown .countdown .tzcountdownitem p {
    font-size: 18px;
  }
  .tzcountdown,
  .tz-title,
  .tz-aboutus,
  .tz-attend,
  .tz-guests,
  .tz-partner,
  .tz-events {
    padding: 15px 0;
  }
  .wpb_wrapper {
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }
  .tz_from .jsn-uniform {
    padding: 5px 10px;
  }
  .tz_from .jsn-uniform .jsn-bootstrap h2 {
    font-size: 18px;
    margin-top: 62px;
  }
  .tz_from .span6 {
    width: 100%;
  }
  .tz-title h2 {
    font-size: 34px;
  }
  .mod_events_latest_table {
    margin: 25px 0;
  }
  .tz-instagram .tz-ins-content p {
    padding: 15px 0 15px;
    width: 100%;
    margin: auto;
  }
  #tz-logo img {
    width: 100px;
  }
}
@media (max-width: 410px) {
  .tz-team .tz-team-item .tz-team-image {
    height: 100px;
    width: 100px;
  }
  .tz-bridesmaids {
    padding-top: 390px;
    position: relative;
  }
  .tz-team-title {
    font-size: 14px;
  }
  .tz-about-social {
    display: none;
  }
  .tz_mod_events_latest_first,
  .tz_mod_events_latest {
    padding: 5px;
  }
}
/*# sourceMappingURL=template.css.map */