/*
Theme Name: Kamari
Theme URI: http://vatoum.com
Author: PantelisVatoum
Author URI: http://pantelisvatoum.com
Description: The Kamari is a theme designed for Vatoum Productions with passion.
Version: 1.0
License: Copyrights Reserved by Vatoum Productions
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Vatoum
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
    5.1 Links
    5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
    10.1 Posts and pages
    10.2 Asides
    10.3 Comments
11.0 Infinite scroll
12.0 Media 
    12.1 Captions
    12.2 Galleries
15.0 Shortcodes
    15.1 Classes
    15.2 Shortcodes
16.0 Scrollbar
------------------------------------------------------ --------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
/* Text meant only for screen readers */
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Media 
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/*--------------------------------------------------------------
13..0 Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
/*--------------------------------------------------------------
15..0 Shortcodes
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html, body, main, section, div {
  max-width: 100%; }

html {
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  /* Keeps page centered in all browsers regardless of content height */
  font-size: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -webkit-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -ms-text-size-adjust: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  /* Fallback for when there is no custom background color defined. */
  background: #111; }

* {
  outline: none !important; }

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: none !important; }

a:hover, a:active {
  outline: none !important; }

a img {
  border: 0; }

body, button, input, select, textarea {
  color: #333;
  font-family: monospace;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5; }

nav a, main a, #sidebar a {
  transition: 200ms ease-in-out;
  transition-property: color, text-shadow;
  text-decoration: none !important; }
  nav a:hover, main a:hover, #sidebar a:hover {
    color: #f54100 !important;
    text-shadow: 0px 0px 0.3em #ec0c0c !important; }
  nav a:active, main a:active, #sidebar a:active {
    color: #aa3219 !important;
    text-shadow: 0px 0px 0.1em #ec0c0c !important; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  /* 4*16 = 64 */
  font-size: 3.5em; }

h2 {
  /* 3*16 = 48 */
  font-size: 2.5em; }

h3 {
  /* 2.5*16 = 40 */
  font-size: 2em; }

h4 {
  /* 2*16 = 32 */
  font-size: 1.75em; }

h5 {
  /* 1.5*16 = 24 */
  font-size: 1.5em; }

h6 {
  /* 1*16 = 16 */
  font-size: 1.25em; }

@media all and (max-width: 1680px) {
  h1 {
    /* 4*16 = 64 */
    font-size: 3.25em; }

  h2 {
    /* 3*16 = 48 */
    font-size: 2.25em; }

  h3 {
    /* 2.5*16 = 40 */
    font-size: 1.75em; }

  h4 {
    /* 2*16 = 32 */
    font-size: 1.5em; }

  h5 {
    /* 1.5*16 = 24 */
    font-size: 1.25em; }

  h6 {
    /* 1*16 = 16 */
    font-size: 1em; } }

@media all and (max-width: 1280px) {
  h1 {
    /* 4*16 = 64 */
    font-size: 3em; }

  h2 {
    /* 3*16 = 48 */
    font-size: 2em; }

  h3 {
    /* 2.5*16 = 40 */
    font-size: 1.5em; }

  h4 {
    /* 2*16 = 32 */
    font-size: 1.25em; }

  h5 {
    /* 1.5*16 = 24 */
    font-size: 1em; }

  h6 {
    /* 1*16 = 16 */
    font-size: 0.75em; } }

p {
  margin-bottom: 1.5em;
  max-width: 100%;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #555;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #666;
  text-decoration: none; }

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

hr {
  background-color: #333;
  border: 0;
  height: 1px;
  margin-bottom: 0.5em; }

ul, ol {
  margin: 0 0 0.5em 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

button, input, select, textarea {
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 0, 0, .8);
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  cursor: pointer;
  /* Corrects inability to style clickable 'input' types in iOS */
  -webkit-appearance: button;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb; }

input[type="checkbox"], input[type="radio"] {
  /* Addresses excess padding in IE8/9 */
  padding: 0; }

input[type="search"] {
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #111;
  border: 1px solid rgba(255, 255, 255, 0.7);
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #111; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px; }

textarea {
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  padding-left: 3px;
  /* Improves readability and alignment in all browsers */
  vertical-align: top;
  width: 100%; }

a {
  color: #fff; }
  a:visited {
    color: #eee; }
  a:hover, a:focus, a:active {
    color: #eee; }

#nav {
  z-index: 500;
  width: 15%;
  height: 96vh;
  position: fixed;
  transition-delay: 250ms;
  transition: 1000ms ease-in-out;
  transition-property: transform; }
  #nav div {
    position: absolute;
    bottom: 3vh;
    font-size: 150%;
    width: 100%; }
  #nav .menu {
    font-size: 1.35em;
    margin: 0 0 0 10% !important; }
  #nav .sub-menu {
    margin: 0 0 0 0.5em !important; }
  #nav li {
    line-height: 1em;
    list-style-type: none;
    margin: 0em; }
  #nav li ul {
    position: relative;
    transition: 500ms ease-in-out;
    transition-property: max-height; }
  #nav li a {
    padding: 0 0.3em;
    transition: linear 250ms;
    text-decoration: none;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 0.1);
    text-shadow: 0px 0px 5px #bbb; }
    #nav li a:hover {
      color: #fff !important;
      text-shadow: 0px 0px 0.1em #fff !important;
      padding-left: 0.4em !important; }
    #nav li a:active {
      color: #aa3219 !important;
      text-shadow: 0px 0px 0.1em #ec0c0c !important;
      padding-left: 0.4em !important; }

.expanded {
  max-height: 15em !important; }

.menu-item-has-children {
  cursor: pointer; }
  .menu-item-has-children ul {
    overflow: hidden;
    max-height: 0; }

.separator {
  color: #f54100 !important; }

#logo-container {
  position: relative;
  top: 6vh;
  width: 100%; }

#nav-logo {
  background-size: 100%;
  background-position: 50% 50%;
  margin: 0 auto;
  width: 11em;
  height: 11em;
  border-radius: 50%; }
  #nav-logo a {
    padding: 0 !important; }

.current-menu-item a {
  padding-left: 0.4em !important;
  color: #fff !important;
  text-shadow: 0px 0px 0.05em #fff !important; }

.current-menu-parent {
  max-height: 15em !important; }

@media screen and (max-width: 600px) {
  .row {
    font-size: 125% !important; }

  #intro-title, #intro-title2 {
    width: 90% !important; }

  #logo {
    padding-top: 3vh !important;
    font-size: 4em !important; }

  .main-navigation li:first-child {
    padding: 0em 1em 0 5em !important; }

  .main-navigation li {
    padding: 0em 1em 0 0 !important; }

  #colophon {
    font-size: 70%; } }

@media screen and (max-width: 500px) {
  .row {
    font-size: 100% !important; }

  #intro-title, #intro-title2 {
    width: 80% !important; }

  #logo {
    padding-top: 2vh !important;
    font-size: 2em !important; }

  .main-navigation li:first-child {
    padding: 0em 1em 0 1em !important; }

  .main-navigation li {
    padding: 0em 1em 0 0 !important; }

  #services-advanced {
    padding-top: 3vh !important;
    width: 50% !important; }

  .option-selector a {
    padding: 0.5em 0 0.5em 3% !important; }

  #colophon {
    font-size: 60%; } }

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #222;
    /* stops bg color from leaking outside the border: */
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #111;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    /* Above WP toolbar */
    z-index: 100000; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

.widget {
  /* Make sure select elements fit in widgets */
  margin: 0 0 1.5em;
  /* Search widget */ }
  .widget select {
    max-width: 100%; }

.widget_search .search-submit {
  display: none; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline, .updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */ }

.infinity-end.neverending .site-footer {
  display: block; }

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  /* Make sure embeds and iframes fit their containers */ }

embed, iframe, object {
  max-width: 100%; }

figure {
  /* Chrome/Safari */
  -webkit-user-select: none;
  /* Firefox */
  -moz-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.videoWrapper {
  position: relative;
  /* 16:9 */
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  transition: ;
  transition-property: height, padding-bottom, padding-top;
  margin-top: 2.5em !important; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoWrapper.closed {
  padding-top: 0;
  padding-bottom: 0%; }

video {
  width: 100% !important;
  height: auto !important;
  /*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/ }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }

  100% {
    transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }

  100% {
    -webkit-transform: translateY(0%); } }

.slideDownFadeout {
  animation-name: slideDownFadeout;
  -webkit-animation-name: slideDownFadeout;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDownFadeout {
  0% {
    transform: scale(1);
    opacity: 1;
    transform: translateY(0%); }

  60% {
    transform: scale(9);
    opacity: 1; }

  80% {
    transform: scale(1.1); }

  100% {
    transform: scale(0);
    opacity: 0;
    transform: translateY(-100%); } }

@-webkit-keyframes slideDownFadeout {
  0% {
    -webkit-transform: translateY(0%);
    -webkit-transform: scale(1);
    opacity: 1; }

  60% {
    -webkit-transform: scale(9);
    opacity: 1; }

  80% {
    -webkit-transform: scale(1.1); }

  100% {
    -webkit-transform: scale(0);
    opacity: 0;
    -webkit-transform: translateY(-100%); } }

.slideUpFadein {
  animation-name: slideUpFadein;
  -webkit-animation-name: slideUpFadein;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUpFadeIn {
  0% {
    opacity: 0;
    transform: translateY(200%); }

  80% {
    opacity: 0.6; }

  100% {
    opacity: 1;
    transform: translateY(0%); } }

@-webkit-keyframes slideUpFadeIn {
  /*
==============================================
slidefadeout
==============================================
*/
  0% {
    -webkit-transform: translateY(200%);
    opacity: 0; }

  80% {
    opacity: 0.6; }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

.fadeout {
  animation-name: fadeout;
  -webkit-animation-name: fadeout;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes fadeout {
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  /*
==============================================
slidefadeout
==============================================
*/
  100% {
    opacity: 0; } }

.slidefadeout {
  animation-name: slidefadeout;
  -webkit-animation-name: slidefadeout;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slidefadeout {
  0% {
    transform: translateY(100%); }

  100% {
    opacity: 0;
    transform: translateY(200%); } }

@-webkit-keyframes slidefadeout {
  /*
==============================================
slideUp
==============================================
*/
  0% {
    -webkit-transform: translateY(100%); }

  100% {
    -webkit-transform: translateY(200%);
    opacity: 0; } }

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0; }

  100% {
    opacity: 1;
    transform: translateY(0%); } }

@-webkit-keyframes slideUp {
  /*
==============================================
slideLeft
==============================================
*/
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0%);
    opacity: 1; } }

.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes slideLeft {
  /*
==============================================
slideLeft
==============================================
*/
  0% {
    -webkit-transform: translateX(150%); }

  100% {
    -webkit-transform: translateX(0%); } }

.slideLeftSlow {
  animation-name: slideLeftSlow;
  -webkit-animation-name: slideLeftSlow;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeftSlow {
  0% {
    transform: translateX(-150%); }

  50% {
    transform: translateX(-150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes slideLeftSlow {
  /*
==============================================
slideLeft
==============================================
*/
  0% {
    transform: translateX(-150%); }

  50% {
    transform: translateX(-150%); }

  100% {
    transform: translateX(0%); } }

.slideLeftSlow2 {
  animation-name: slideLeftSlow;
  -webkit-animation-name: slideLeftSlow;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeftSlow {
  0% {
    transform: translateX(150%); }

  80% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes slideLeftSlow {
  /*
==============================================
slideRight
==============================================
*/
  0% {
    transform: translateX(150%); }

  80% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes slideRight {
  /*
==============================================
slideExpandUp
==============================================
*/
  0% {
    -webkit-transform: translateX(-150%); }

  100% {
    -webkit-transform: translateX(0%); } }

.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }

  30% {
    transform: translateY(-8%) scaleX(0.5); }

  40% {
    transform: translateY(2%) scaleX(0.5); }

  50% {
    transform: translateY(0%) scaleX(1.1); }

  60% {
    transform: translateY(0%) scaleX(0.9); }

  70% {
    transform: translateY(0%) scaleX(1.05); }

  80% {
    transform: translateY(0%) scaleX(0.95); }

  90% {
    transform: translateY(0%) scaleX(1.02); }

  100% {
    transform: translateY(0%) scaleX(1); } }

@-webkit-keyframes slideExpandUp {
  /*
==============================================
expandUp
==============================================
*/
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5); }

  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5); }

  40% {
    -webkit-transform: translateY(2%) scaleX(0.5); }

  50% {
    -webkit-transform: translateY(0%) scaleX(1.1); }

  60% {
    -webkit-transform: translateY(0%) scaleX(0.9); }

  70% {
    -webkit-transform: translateY(0%) scaleX(1.05); }

  80% {
    -webkit-transform: translateY(0%) scaleX(0.95); }

  90% {
    -webkit-transform: translateY(0%) scaleX(1.02); }

  100% {
    -webkit-transform: translateY(0%) scaleX(1); } }

.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }

  60% {
    transform: translateY(-7%) scaleY(1.12); }

  75% {
    transform: translateY(3%); }

  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }

@-webkit-keyframes expandUp {
  /*
==============================================
fadeIn
==============================================
*/
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5); }

  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12); }

  75% {
    -webkit-transform: translateY(3%); }

  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1); } }

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0; }

  60% {
    transform: scale(1.1); }

  80% {
    transform: scale(0.9);
    opacity: 1; }

  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  /*
==============================================
fadeOut
==============================================
*/
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }

  60% {
    -webkit-transform: scale(1.1); }

  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

.fadeOut {
  animation-name: fadeOut;
  animation-name: fadeOut;
  animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeOut {
  0% {
    transform: scale(1);
    opacity: 1; }

  60% {
    transform: scale(9);
    opacity: 1; }

  80% {
    transform: scale(1.1); }

  100% {
    transform: scale(0);
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  /*
==============================================
expandOpen
==============================================
*/
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }

  60% {
    -webkit-transform: scale(9);
    opacity: 1; }

  80% {
    -webkit-transform: scale(1.1); }

  100% {
    -webkit-transform: scale(0);
    opacity: 0; } }

.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }

  50% {
    transform: scale(0.95); }

  80% {
    transform: scale(1.05); }

  90% {
    transform: scale(0.98); }

  100% {
    transform: scale(1); } }

@-webkit-keyframes expandOpen {
  /*
==============================================
bigEntrance
==============================================
*/
  0% {
    -webkit-transform: scale(1.8); }

  50% {
    -webkit-transform: scale(0.95); }

  80% {
    -webkit-transform: scale(1.05); }

  90% {
    -webkit-transform: scale(0.98); }

  100% {
    -webkit-transform: scale(1); } }

.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }

  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }

  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }

  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }

@-webkit-keyframes bigEntrance {
  /*
==============================================
hatch
==============================================
*/
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }

  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }

  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }

  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }

.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }

  20% {
    transform: rotate(-2deg) scaleY(1.05); }

  35% {
    transform: rotate(2deg) scaleY(1); }

  50% {
    transform: rotate(-2deg); }

  65% {
    transform: rotate(1deg); }

  80% {
    transform: rotate(-1deg); }

  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes hatch {
  /*
==============================================
bounce
==============================================
*/
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }

  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }

  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }

  50% {
    -webkit-transform: rotate(-2deg); }

  65% {
    -webkit-transform: rotate(1deg); }

  80% {
    -webkit-transform: rotate(-1deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6); }

  60% {
    transform: translateY(-100%) scaleY(1.1); }

  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05); }

  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1); }

  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1); }

  100% {
    transform: translateY(0%) scaleY(1) scaleX(1); } }

@-webkit-keyframes bounce {
  /*
==============================================
pulse
==============================================
*/
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6); }

  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1); }

  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }

  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }

  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }

  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1); } }

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }

  50% {
    transform: scale(1);
    opacity: 1; }

  100% {
    transform: scale(0.9);
    opacity: 0.7; } }

@-webkit-keyframes pulse {
  /*
==============================================
floating
==============================================
*/
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }

  50% {
    -webkit-transform: scale(1);
    opacity: 1; }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }

  50% {
    transform: translateY(8%); }

  100% {
    transform: translateY(0%); } }

@-webkit-keyframes floating {
  /*
==============================================
tossing
==============================================
*/
  0% {
    -webkit-transform: translateY(0%); }

  50% {
    -webkit-transform: translateY(8%); }

  100% {
    -webkit-transform: translateY(0%); } }

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }

  50% {
    transform: rotate(4deg); }

  100% {
    transform: rotate(-4deg); } }

@-webkit-keyframes tossing {
  /*
==============================================
pullUp
==============================================
*/
  0% {
    -webkit-transform: rotate(-4deg); }

  50% {
    -webkit-transform: rotate(4deg); }

  100% {
    -webkit-transform: rotate(-4deg); } }

.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes pullUp {
  0% {
    transform: scaleY(0.1); }

  40% {
    transform: scaleY(1.02); }

  60% {
    transform: scaleY(0.98); }

  80% {
    transform: scaleY(1.01); }

  100% {
    transform: scaleY(0.98); }

  80% {
    transform: scaleY(1.01); }

  100% {
    transform: scaleY(1); } }

@-webkit-keyframes pullUp {
  /*
==============================================
pullDown
==============================================
*/
  0% {
    -webkit-transform: scaleY(0.1); }

  40% {
    -webkit-transform: scaleY(1.02); }

  60% {
    -webkit-transform: scaleY(0.98); }

  80% {
    -webkit-transform: scaleY(1.01); }

  100% {
    -webkit-transform: scaleY(0.98); }

  80% {
    -webkit-transform: scaleY(1.01); }

  100% {
    -webkit-transform: scaleY(1); } }

.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    transform: scaleY(0.1); }

  40% {
    transform: scaleY(1.02); }

  60% {
    transform: scaleY(0.98); }

  80% {
    transform: scaleY(1.01); }

  100% {
    transform: scaleY(0.98); }

  80% {
    transform: scaleY(1.01); }

  100% {
    transform: scaleY(1); } }

@-webkit-keyframes pullDown {
  /*
==============================================
stretchLeft
==============================================
*/
  0% {
    -webkit-transform: scaleY(0.1); }

  40% {
    -webkit-transform: scaleY(1.02); }

  60% {
    -webkit-transform: scaleY(0.98); }

  80% {
    -webkit-transform: scaleY(1.01); }

  100% {
    -webkit-transform: scaleY(0.98); }

  80% {
    -webkit-transform: scaleY(1.01); }

  100% {
    -webkit-transform: scaleY(1); } }

.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%; }

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3); }

  40% {
    transform: scaleX(1.02); }

  60% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(1); } }

@-webkit-keyframes stretchLeft {
  /*
==============================================
stretchRight
==============================================
*/
  0% {
    -webkit-transform: scaleX(0.3); }

  40% {
    -webkit-transform: scaleX(1.02); }

  60% {
    -webkit-transform: scaleX(0.98); }

  80% {
    -webkit-transform: scaleX(1.01); }

  100% {
    -webkit-transform: scaleX(0.98); }

  80% {
    -webkit-transform: scaleX(1.01); }

  100% {
    -webkit-transform: scaleX(1); } }

.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }

  40% {
    transform: scaleX(1.02); }

  60% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(1); } }

@-webkit-keyframes stretchRight {
  /*
==============================================
slideRight
==============================================
*/
  0% {
    -webkit-transform: scaleX(0.3); }

  40% {
    -webkit-transform: scaleX(1.02); }

  60% {
    -webkit-transform: scaleX(0.98); }

  80% {
    -webkit-transform: scaleX(1.01); }

  100% {
    -webkit-transform: scaleX(0.98); }

  80% {
    -webkit-transform: scaleX(1.01); }

  100% {
    -webkit-transform: scaleX(1); } }

.animation1 {
  animation-delay: 1s;
  animation-name: animation1;
  -webkit-animation-name: animation1;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes animation1 {
  0% {
    transform: translateX(150%); }

  60% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes animation1 {
  0% {
    transform: translateX(150%); }

  60% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

.animation2 {
  animation-delay: 2s;
  animation-name: animation2;
  -webkit-animation-name: animation2;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes animation2 {
  0% {
    transform: translateX(150%); }

  60% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes animation2 {
  0% {
    transform: translateX(150%); }

  60% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

.animation3 {
  animation-delay: 3s;
  animation-name: animation3;
  -webkit-animation-name: animation3;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes animation3 {
  0% {
    transform: translateX(-150%); }

  60% {
    transform: translateX(-150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes animation3 {
  0% {
    transform: translateX(-150%); }

  60% {
    transform: translateX(-150%); }

  100% {
    transform: translateX(0%); } }

.animation4 {
  animation-delay: 4s;
  animation-name: animation4;
  -webkit-animation-name: animation4;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes animation4 {
  0% {
    transform: translateX(150%); }

  70% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes animation4 {
  0% {
    transform: translateX(150%); }

  70% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

.animation5 {
  animation-delay: 5s;
  animation-name: animation5;
  -webkit-animation-name: animation5;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes animation5 {
  0% {
    transform: translateX(-150%); }

  80% {
    transform: translateX(-150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes animation5 {
  0% {
    transform: translateX(-150%); }

  80% {
    transform: translateX(-150%); }

  100% {
    transform: translateX(0%); } }

.animation6 {
  animation-delay: 6s;
  animation-name: animation6;
  -webkit-animation-name: animation6;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes animation6 {
  0% {
    transform: translateX(150%); }

  80% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes animation6 {
  /*
/*
==============================================
slideUp
==============================================
*/
  0% {
    transform: translateX(150%); }

  80% {
    transform: translateX(150%); }

  100% {
    transform: translateX(0%); } }

.animation7 {
  animation-delay: 7s;
  animation-name: animation7;
  -webkit-animation-name: animation7;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes animation7 {
  0% {
    transform: translateX(1000%); }

  90% {
    transform: translateX(1000%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes animation7 {
  /*
/*
==============================================
slideUp
==============================================
*/
  0% {
    -webkit-transform: translateX(1000%); }

  90% {
    transform: translateX(1000%); }

  100% {
    -webkit-transform: translateX(0%); } }

.animation8 {
  animation-delay: 8s;
  animation-name: animation8;
  -webkit-animation-name: animation8;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes animation8 {
  0% {
    transform: translateX(100%); }

  90% {
    transform: translateX(100%); }

  100% {
    transform: translateX(0%); } }

@-webkit-keyframes animation8 {
  0% {
    -webkit-transform: translateX(100%); }

  90% {
    transform: translateX(100%); }

  100% {
    -webkit-transform: translateX(0%); } }

body {
  background-image: url("./images/binding_dark.png");
  background-attachment: fixed;
  background-position: center;
  font-family: 'Gruppo', 'Jura', arial;
  overflow-x: hidden;
  position: relative; }

.clearfix {
  clear: both; }

.hide {
  opacity: 0 !important; }

.show {
  opacity: 1 !important; }

.vanish {
  display: none !important; }

#intro {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  height: 100vh;
  width: 100%;
  transition: opacity 500ms;
  display: flex;
  align-items: center; }
  #intro #intro-container {
    position: relative;
    margin: 5em auto;
    width: 10em;
    height: 10em;
    border-radius: 50%; }
  #intro #intro-container .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("./images/logo.png");
    background-size: 85%;
    background-position: 50% 50%;
    border-radius: 50%;
    background-repeat : no-repeat; }
  #intro #intro-container .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%; }
  #intro .wrapper {
    width: 10em;
    height: 10em;
    /* Enable clipping */
    position: absolute;
    clip: rect(0, 10em, 10em, 5em); }
  #intro .wrapper .circle {
    width: 10em;
    height: 10em;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    position: absolute;
    clip: rect(0, 5em, 10em, 0); }
  #intro div[data-anim~=base] {
    /* Only run once */
    -webkit-animation-iteration-count: 1;
    /* Hold the last keyframe */
    -webkit-animation-fill-mode: forwards;
    /* Linear animation */
    -webkit-animation-timing-function: linear;
    /* Only run once */
    -moz-animation-iteration-count: 1;
    /* Hold the last keyframe */
    -moz-animation-fill-mode: forwards;
    /* Linear animation */
    -moz-animation-timing-function: linear;
    /* Only run once */
    animation-iteration-count: 1;
    /* Hold the last keyframe */
    animation-fill-mode: forwards;
    /* Linear animation */
    animation-timing-function: linear; }
  #intro .wrapper[data-anim~=wrapper] {
    /* Complete keyframes asap */
    -webkit-animation-duration: 0.01s;
    /* Wait half of the animation */
    -webkit-animation-delay: 1s;
    /* Keyframes name */
    -webkit-animation-name: close-wrapper;
    /* Complete keyframes asap */
    -moz-animation-duration: 0.01s;
    /* Wait half of the animation */
    -moz-animation-delay: 1s;
    /* Keyframes name */
    -moz-animation-name: close-wrapper;
    /* Complete keyframes asap */
    animation-duration: 0.01s;
    /* Wait half of the animation */
    animation-delay: 1s;
    /* Keyframes name */
    animation-name: close-wrapper; }
  #intro .circle[data-anim~=left] {
    /* Full animation time */
    -webkit-animation-duration: 2s;
    -webkit-animation-name: left-spin;
    /* Full animation time */
    -moz-animation-duration: 2s;
    -moz-animation-name: left-spin;
    /* Full animation time */
    animation-duration: 2s;
    animation-name: left-spin; }
  #intro .circle[data-anim~=right] {
    /* Half animation time */
    -webkit-animation-duration: 1s;
    -webkit-animation-name: right-spin;
    /* Half animation time */
    -moz-animation-duration: 1s;
    -moz-animation-name: right-spin;
    /* Half animation time */
    animation-duration: 1s;
    animation-name: right-spin; }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(180deg); } }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto); } }

@-moz-keyframes right-spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(180deg); } }

@-moz-keyframes left-spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-moz-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto); } }

@keyframes right-spin {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(180deg); } }

@keyframes left-spin {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

@keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto); } }

#wrapper {
  position: relative;
  left: 0; }

.fa-circle {
  font-size: 0.65em !important;
  position: relative;
  top: -0.1em; }

.wrapper-animation-gallery-transform {
  transform: translateX(-100%); }

.wrapper-animation-gallery-transform-back {
  transform: translateX(100%) !important; }

.wrapper-animation-gallery-fixed {
  left: 0% !important; }

.primary-animation-gallery {
  left: -100% !important; }

.transition {
  transition-delay: 250ms;
  transition: 1000ms ease-in-out;
  transition-property: transform; }

.primary-animation {
  margin-left: 20% !important; }

.nav-animation {
  transform: translateX(-600%); }

#primary {
  position: relative;
  transition-delay: 250ms;
  transition: 750ms ease-in-out;
  transition-property: transform;
  display: inline-block;
  width: 60%;
  background: rgba(0, 0, 0, 0.818);
  margin-left: 15%;
  min-height: 96vh;
  margin-top: 0;
  padding: 2em 2%;
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  color: #f1f1f1 !important;
  box-shadow: 0px 0px 30px black;
  margin-bottom: -1em; }

#content {
  width: 75%;
  display: inline-block;
  float: left;
  margin-bottom: 2.5em; }

#sidebar {
  position: fixed;
  width: 12%;
  right: 27%; }
  #sidebar li {
    list-style-type: none; }
  #sidebar a {
    text-decoration: none !important; }

.subscrbr-sign-up-form p {
  display: inline-block;
  margin: 0 !important; }

#sbscrbr-checkbox {
  display: none; }

.subscrbr-check {
  position: relative;
  left: -24px;
  top: -2px; }

.sbscrbr-submit-block {
  position: relative;
  top: 4px; }
  .sbscrbr-submit-block .submit {
    background: rgba(218, 73, 73, 0.61);
    border: 0;
    color: white;
    padding: 0.4em 0.8em; }

.search-field {
  width: 13em;
  height: 2em;
  line-height: 1.3em;
  padding-left: 1.2em !important;
  font-size: 1.5em;
  display: inline-block; }

#content .entry-meta {
  position: relative; }
  #content .entry-content .entry-header .entry-meta .entry-::before {
    transform: rotateZ(-27.5deg);
    content: "\f08d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    margin-right: 0.5em;
    font-size: 90%;
    margin-top: 0.11em;
    display: block;
    float: left; }
  #content .video .entry-header .entry-meta .entry-title::before {
    transform: rotateZ(0deg) !important;
    content: "\f03d" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    margin-right: 0.5em;
    font-size: 90%;
    margin-top: 0.11em;
    display: block;
    float: left; }
  #content .aside .entry-header .entry-meta .entry-title::before {
    transform: rotateZ(0deg) !important;
    content: "\f130" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    margin-right: 0.5em;
    font-size: 90%;
    margin-top: 0.11em;
    display: block;
    float: left; }
  #content .image .entry-header .entry-meta .entry-title::before {
    transform: rotateZ(0deg) !important;
    content: "\f030" !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    margin-right: 0.5em;
    font-size: 90%;
    margin-top: 0.11em;
    display: block;
    float: left; }

.template-about #comments, .movies #comments {
  display: none; }

.movies br {
  display: none !important; }

article {
  position: relative; }

time {
  font-size: 115%; }

#entry-date {
  float: right;
  margin-bottom: 1.5em;
  display: inline-block; }
  #entry-date a {
    line-height: 0; }

.entry-title {
  transition: 225ms ease-in-out;
  transition-property: text-shadow;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0 0.25em 0;
  text-transform: Capitalize; }

.entry-meta {
  margin: 0 0 1em 0; }

.byline {
  display: none !important; }

.wpcf7-textarea {
  max-width: 100%; }

.wpcf7-captchac {
  margin-top: 0.2em;
  width: auto !important;
  height: 1.666em; }

.entry-content, .entry-content {
  position: relative;
  margin-bottom: 3em; }
  .entry-content img, .entry-content img {
    width: 100%;
    border-radius: 3px !important;
    box-shadow: 0px 0px 10px black !important;
    vertical-align: bottom; }
  .entry-content ul, .entry-content ul, .entry-content ol, .entry-content ol {
    margin: 0.5em 0 2em 2em; }

.pagination {
  font-size: 150%;
  height: 2em;
  line-height: 2em; }
  .pagination .prev, .pagination .next {
    position: relative;
    top: 0.04em;
    height: inherit;
    line-height: inherit;
    font-size: 100%; }

.page-numbers {
  display: inline-block;
  padding-right: 0.25em; }

.next {
  font-size: 75%; }

.category .entry-content figure {
  margin-bottom: 1.5em; }

.tag-links a {
  margin: 0 0.2em; }

.tagcloud {
  line-height: 1em;
  margin-top: 0.5em; }

.form-allowed-tags {
  display: none; }

#reply-title {
  display: none; }

#commentform {
  margin-top: 1em;
  height: 0em;
  overflow: hidden;
  transition: 500ms ease-in-out;
  transition-property: height; }
  #commentform h2 {
    display: none; }

.comment-toggle {
  margin-top: 1em; }

.comment-form-expanded {
  height: 35em !important; }

ol {
  margin-top: 0.5em;
  margin-left: 0em; }

#respond {
  width: 50%; }

#cancel-comment-reply-link {
  margin-left: 0.5em; }

.comment-body {
  padding: 1em 0; }

.comment-content p {
  margin-bottom: 0.5em !important; }

.comment-metadata, .comment-author {
  display: inline-block; }

#author, #email {
  width: 100%;
  padding-left: 1em; }

#footer {
  z-index: 750;
  bottom: 0;
  clear: both;
  width: 100%;
  background: black;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  height: 4vh;
  position: fixed; }

#copyrights {
  height: 4vh;
  line-height: 4vh;
  display: inline-block;
  padding-left: 7%;
  color: #818181; }
  #copyrights a {
    text-decoration: none;
    transition: 225ms ease-in-out; }
  #copyrights a:hover {
    color: #e23535; }
  #copyrights i {
    position: relative;
    top: 0.1vh;
    right: 0.2em; }

#back-to-top {
  position: fixed;
  text-decoration: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.44);
  right: 6em;
  height: 5em;
  width: 5em;
  bottom: 3.5em;
  opacity: 0;
  transition: 500ms ease-in-out;
  transition-property: opacity, color, background;
  color: rgba(98, 98, 98, 0.54) !important;
  box-shadow: 0px 0px 0.6em rgba(0, 0, 0, 0.86) !important; }
  #back-to-top i {
    text-shadow: 0px 0px 0.05em #a9a9a9 !important;
    transition: 225ms ease-in-out;
    font-size: 3em;
    line-height: 1.6em;
    margin: 0 auto;
    display: table; }
  #back-to-top:hover {
    box-shadow: 0px 0px 0.3em rgba(0, 0, 0, 0.86) !important;
    background: rgba(0, 0, 0, 0.8); }
  #back-to-top:hover i {
    color: #fff !important;
    text-shadow: 0px 0px 0.1em #fff !important; }
  #back-to-top:active {
    box-shadow: 0px 0px 0.1em rgba(0, 0, 0, 0.86) !important;
    background: #000; }
  #back-to-top:active i {
    color: #911900 !important;
    text-shadow: 0px 0px 0.1em #ec0c0c !important; }

.visible {
  opacity: 1 !important; }

#footer * {
  /* Chrome/Safari */
  -webkit-user-select: none;
  /* Firefox */
  -moz-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

#slideshow-controls {
  height: 4vh;
  line-height: 4.3vh;
  padding-right: 1em;
  display: inline-block;
  float: right; }

#audio-controls {
  height: 4vh;
  line-height: 4.3vh;
  padding-right: 1em;
  display: inline-block;
  float: right;
  color: white;
  cursor: pointer; }

.lang-switch {
  line-height: 4.1vh;
  padding-right: 1em;
  display: inline-block;
  float: right; }

.lang {
  font-weight: bold;
  text-decoration: none;
  height: inherit;
  display: inline-block;
  padding-left: 0.5em; }

.lang-switch, #audio-controls, #slideshow-controls {
  /* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/
  /* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/ }
  .lang-switch i, #audio-controls i, #slideshow-controls i, .lang-switch a, #audio-controls a, #slideshow-controls a {
    text-shadow: 0px 0px 0.1em #a9a9a9 !important;
    color: rgba(98, 98, 98, 0.54) !important;
    transition: 225ms ease-in-out; }
  .lang-switch i:hover, #audio-controls i:hover, #slideshow-controls i:hover, .lang-switch a:hover, #audio-controls a:hover, #slideshow-controls a:hover {
    color: #f54100 !important;
    text-shadow: 0px 0px 0.03em #ec0c0c !important; }
  .lang-switch i:active, #audio-controls i:active, #slideshow-controls i:active, .lang-switch a:active, #audio-controls a:active, #slideshow-controls a:active {
    color: #911900 !important;
    text-shadow: 0px 0px 0.01em #ec0c0c !important; }

#fb-root {
  display: none; }

#sidebar .fb_iframe_widget, #sidebar .fb_iframe_widget span, #sidebar .fb_iframe_widget span iframe[style] {
  width: 110% !important; }
  #sidebar .fb_iframe_widget {
    margin: -10px !important; }
  #sidebar 12 .fb-share-button {
    width: 4em !important; }
  #sidebar .fb-like-box {
    margin-top: 1em; }

.social-box {
  width: 100%;
  height: 1.3em;
  line-height: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .social-box .fb-share-button {
    top: -3px; }

.twitter-tweet-button {
  width: 76px !important; }

.tumblr-share-button {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width: 81px;
  height: 20px;
  background: url("https://platform.tumblr.com/v1/share_1.png") top left no-repeat transparent; }

#facebook, #twitter, #google-plus, #pinterest, #tumblr, #linkedin, #tumblr, #youtube, #instagram, #flickr, #vimeo, #skype, #rss-icon, #foursquare, .icon-facebook, .icon-twitter, .icon-google-plus, .icon-pinterest, .icon-tumblr, .icon-linkedin, .icon-tumblr, .icon-youtube, .icon-instagram, .icon-flickr, .icon-vimeo, .icon-skype, .rss-icon, .icon-foursquare {
  font-style: normal;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.1em;
  transition: 150ms ease-in-out;
  transition-property: color; }

#social-buttons {
  display: inline-block;
  list-style-type: none;
  font-size: 125%;
  color: #999 !important;
  line-height: 4vh;
  position: relative;
  margin-left: 1.8% !important; }
  #social-buttons li {
    display: inline-block; }
  #social-buttons a {
    text-shadow: 0px 0px 1px rgba(234, 234, 234, 0.21) !important;
    color: #565656 !important; }
  #social-buttons a:hover {
    text-shadow: 0px 0px 0.15em #131313 !important; }
  #social-buttons a:active {
    text-shadow: 0px 0px 0em #131313 !important; }
  #social-buttons abbr[title], #social-buttons acronym[title] {
    border-bottom-width: 0; }
  #social-buttons .icon-skype:hover {
    color: #12a5f4; }
  #social-buttons .icon-rss:hover {
    color: #fc5a08; }
  #social-buttons .icon-facebook:hover {
    color: #4c66a4; }
  #social-buttons .icon-twitter:hover {
    color: #3b88c3; }
  #social-buttons .icon-google-plus:hover {
    color: #d34836; }
  #social-buttons .icon-pinterest:hover {
    color: #cb2027; }
  #social-buttons .icon-tumblr:hover {
    color: #432; }
  #social-buttons #linkedin:hover {
    color: #007bb6; }
  #social-buttons .icon-youtube:hover {
    color: #b00; }
  #social-buttons .icon-instagram:hover {
    color: #517fa4; }
  #social-buttons .icon-flickr:hover {
    color: #ff0084; }
  #social-buttons .icon-vimeo:hover {
    color: #aad450; }
  #social-buttons .icon-foursquare:hover {
    color: #0072b1; }
  #social-buttons .icon-tumblr:hover {
    color: #35465c; }

.fa-bars {
  display: none !important; }

@media all and (max-width: 1730px) {
  .menu {
    font-size: 1.3em !important; }

  .crew-member-info {
    width: 62% !important;
    padding-left: 2% !important; }

  .crew-member h2 {
    font-size: 1.15em; }
    .crew-member img {
      margin-right: 2% !important; } }

@media all and (max-width: 1370px) {
  .menu {
    font-size: 1.25em !important; }

  .crew-member-info {
    width: 59% !important;
    padding-left: 2% !important; }

  .crew-member h2 {
    font-size: 1.15em; }
    .crew-member img {
      margin-right: 1% !important; }

  #sidebar {
    font-size: 75%;
    width: 15%;
    right: 21%; }

  #primary {
    width: 65% !important; } }

@media all and (max-width: 1280px) {
  .menu {
    font-size: 1em !important; }

  #sidebar {
    font-size: 75%;
    width: 15%;
    right: 17%; }

  #primary {
    width: 70% !important; }

  .gallery-button-back {
    right: -10% !important; }

  #nav-logo {
    width: 9em;
    height: 9em; }

  .crew-member-info {
    width: 61% !important;
    padding-left: 5% !important; }

  .crew-member h2 {
    font-size: 1em; }
    .crew-member img {
      margin-right: 2% !important; }

  #back-to-top {
    right: 4em;
    height: 4em;
    width: 4em;
    bottom: 5em; }
    #back-to-top i {
      font-size: 2.5em;
      line-height: 1.4em; } }

@media all and (max-width: 1000px) {
  .menu {
    font-size: 1em !important; }

  #sidebar {
    display: none !important; }

  #primary {
    width: 95% !important;
    margin-left: 2.5% !important; }

  #content {
    width: 100%;
    padding-top: 5em; }

  #nav-logo {
    margin: 0; }

  #nav {
    width: 100%;
    background: #000;
    left: 0%;
    top: 0;
    min-height: 5em;
    height: auto;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7); }
    #nav li a {
      text-shadow: 0px 0px 2px #bcbbbb !important; }
    #nav .fa-bars {
      display: initial !important;
      position: absolute;
      right: 1em;
      color: #f1f1f1;
      font-size: 2em;
      top: 0.75em;
      transition: color 250ms ease-in-out;
      cursor : pointer; }
      #nav .fa-bars:hover {
        color: #f54100; }
    #nav .menu {
      margin: 1em 0px 1em 0 !important;
      display: block;
      position: relative !important;
      background: black none repeat scroll 0% 0%;
      text-align: center;
      font-size: 2em !important; }
    #nav .sub-menu {
      display: block;
      text-align: center;
      overflow: hidden;
      max-height: 0em;
      width: 100%;
      margin: 0 0 0 0 !important;
      background : #111; }
      #nav .sub-menu li {
        width: auto; }
    #nav .expanded {
      max-height: 10em !important; }
    #nav > div {
      position : relative !important;
      top : 0 !important;
      max-height: 0;
      overflow: hidden; }
    #nav .current-menu-item a {
      padding : 0 !important; }

  #logo-container {
    width: 17%;
    display: inline-block;
    top: 0;
    padding: 0.5em; }

  .nav.retracted {
    left: 12%; }

  #nav-logo {
    width: 4em;
    height: 4em; }

  #gallery-button-back {
    right: -7% !important; }

  .expanded-menu {
    max-height: 100vh !important; } }

#content .type-product:nth-child(odd) {
  float: left; }
  #content .type-product:nth-child(even) {
    float: right; }

.ajax-loader {
  display: none !important; }

.type-product {
  width: 46.5% !important;
  display: inline-block; }

.cart {
  background: grey; }

.download {
  text-align: center;
  margin-bottom: 1.5em; }

.cart_item {
  background: #333; }

.woocommerce-page h1 {
  font-size: 2.5em !important; }
  .woocommerce-page #comments {
    display: none; }
  .woocommerce-page .input-text {
    max-width: 100%; }

.woocommerce-checkout #payment {
  background: rgba(0, 0, 0, 0) !important; }

.add_to_cart_button {
  float: right;
  margin-top: -0.3em !important; }

.widget_wysija {
  position: relative;
  width: 100%;
  min-height: 3vh; }
  .widget_wysija p {
    display: inline-block;
    width: 75%;
    margin: 0 !important; }
  .widget_wysija input[type=text] {
    height: 3vh;
    width: 85%;
    top: 0;
    position: absolute;
    left: 0; }
  .widget_wysija button[type=submit] {
    width: 15%;
    height: 3vh;
    float: right;
    display: inline-block;
    line-height: 0;
    text-indent: -0.4em;
    margin: 0 !important;
    background: #f54100;
    border: 0;
    color: white; }
  .widget_wysija button[type=submit]:active {
    color: white -10;
    background: #eb3700; }

.#___ytsubscribe_0, .#___ytsubscribe_0 span, .#___ytsubscribe_0 iframe[style] {
  width: 100% !important; }

#___ytsubscribe_0 {
  width: 100% !important; }
  #___ytsubscribe_0 iframe {
    width: 100% !important; }
  #___ytsubscribe_0 .light {
    width: 100% !important; }
  #___ytsubscribe_0 .yt-uix-button {
    width: 80% !important; }
  #___ytsubscribe_0 .subscribed {
    width: 15% !important; }

.widget {
  margin: 0 0 0 0 !important; }

.widget-title {
  font-size: 150%; }

.widget_shopping_cart {
  margin-top: 5em !important; }

.formError {
  top: 2.5em !important;
  left: 0% !important; }

.title-small:hover, .title-normal:hover, .title-space:hover, .title-medium-plus:hover {
  color: #f54100 !important;
  text-shadow: 0px 0px 0.2em rgba(236, 12, 12, 0.34) !important; }
  .title-small:active, .title-normal:active, .title-space:active, .title-medium-plus:active {
    color: #911900 !important;
    text-shadow: 0px 0px 0.1em #ec0c0c !important; }

.title-small {
  background: white;
  color: black;
  font-weight: bold;
  text-align: center;
  margin: 0.5em 0;
  width: 30%;
  border-radius: 2px; }

.title-medium {
  background: white;
  color: black;
  font-weight: bold;
  text-align: center;
  margin: 0.5em 0;
  width: 50%;
  border-radius: 2px; }

.title-medium-plus {
  background: white;
  color: black;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  margin: 0.5em 0;
  padding: 0.25em 0;
  width: 75%; }
  .title-medium-plus:after {
    top: 0.3em !important; }

.title-normal {
  background: white;
  color: black;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  margin: 0.5em 0;
  padding: 0.25em 0; }
  .title-normal:after {
    top: 0.3em !important; }

.title-space {
  background: white;
  color: black;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  margin: 0em 0 0.5em 0;
  padding: 0.25em 0 0.25em 0; }
  .title-space:after {
    top: 0.3em !important; }

.backstage {
  margin-bottom: 4em !important; }

#backstage-title {
  margin-top: 1em; }

.backstage-button {
  margin: 0em 0 1em 0;
  text-align: center; }

.sponsors {
  align-content: center;
  display: flex;
  height: 12em;
  border-radius: 3px; }
  .sponsors .black {
    background: black; }
  .sponsors .white {
    background: #f9f9f9; }
  .sponsors a {
    max-width: 10em !important;
    box-shadow: none !important;
    width: auto !important;
    display: flex !important;
    margin: auto;
    height: 10em !important; }
  .sponsors a img {
    box-shadow: none !important; }

.person {
  position: relative;
  display: inline-block;
  left: 0.9em;
  cursor: pointer; }
  .person div {
    z-index: 750;
    position: absolute;
    left: -4.1em;
    top: -2.75em;
    border-radius: 50% 50%;
    background: white;
    height: 7em;
    width: 7em;
    min-width: 7em;
    box-shadow: 0 0 20px black;
    transition: 350ms ease-in-out;
    overflow: hidden;
    transform: scale(0.08) translateX(0%); }
  .person div:hover {
    transform: scale(1) translateX(-100%) !important; }
  .person span {
    margin-left: -0.09em; }
  .person:hover div {
    transform: scale(1) translateX(-100%) !important; }

.z-index {
  z-index: 100 !important; }

.gallery {
  position: fixed !important;
  height: 100vh !important;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  background: black; }
  .gallery .item {
    width: 20%;
    position: relative; }
  .gallery .item img {
    cursor: pointer;
    display: block;
    width: 100%; }
  .gallery .item.gigante {
    width: 60%; }
    .gallery .item.gigante.portrait {
      width: 40%;
      max-height: none; }

.gallery-button, .gallery-button-back {
  transition: 225ms ease-in-out; }
  .gallery-button:hover, .gallery-button-back:hover {
    color: #f54100 !important;
    text-shadow: 0px 0px 0.3em #ec0c0c !important; }
  .gallery-button:active, .gallery-button-back:active {
    color: #911900 !important;
    text-shadow: 0px 0px 0.1em #ec0c0c !important; }

.gallery-button-back {
  opacity: 1 !important;
  z-index: 1013;
  position: fixed;
  top: 82vh;
  right: -5%;
  color: #fff;
  font-size: 250% !important;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.44);
  width: 2em;
  height: 2em;
  line-height: 2em !important;
  text-indent: 0.55em;
  border-radius: 50%; }

.gallery-button {
  z-index: 100;
  cursor: pointer;
  text-align: center; }

.hidebodyscroll {
  height: 100%;
  overflow: hidden !important; }

.fullheight {
  height: 100%; }

.animate {
  left: -100% !important;
  position: absolute; }
  .animate nav {
    position: absolute; }

.zindex {
  overflow: scroll !important;
  z-index: 50 !important; }

#fullscreen-photo {
  text-align: center;
  margin-top: -1.5em; }
  #fullscreen-photo #backfullscreen {
    cursor: pointer;
    position: absolute !important;
    bottom: 1em !important;
    left: 2% !important;
    width: 3em;
    line-height: 3.1em;
    height: 3em;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.32); }
  #fullscreen-photo #gofullscreen {
    cursor: pointer; }
  #fullscreen-photo #backfullscreen, #fullscreen-photo #gofullscreen {
    display: inline-block;
    transition: 225ms ease-in-out;
    transition-property: color, text-shadow;
    text-decoration: none !important; }
  #fullscreen-photo #backfullscreen:hover, #fullscreen-photo #gofullscreen:hover {
    color: #f54100 !important;
    text-shadow: 0px 0px 0.3em #ec0c0c !important; }
  #fullscreen-photo #backfullscreen:active, #fullscreen-photo #gofullscreen:active {
    color: #911900 !important;
    text-shadow: 0px 0px 0.1em #ec0c0c !important; }
  #fullscreen-photo .photo {
    transition: 750ms ease-in-out;
    transform: translateX(100%);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    display: flex;
    z-index: 1000;
    background: black; }
  #fullscreen-photo .photo img {
    margin: auto !important; }
  #fullscreen-photo .goto {
    transform: translateX(0%) !important; }

.crew-member {
  text-align: center;
  width: 100%;
  cursor: pointer;
  margin: 0 auto -0.7em auto;
  background: #f1f1f1;
  display: flex;
  flex-flow: row wrap; }
  .crew-member > img {
    width: auto !important;
    box-shadow: none !important;
    bottom: 0;
    display: flex;
    margin-right: 5%;
    height: 18em;
    flex: 0 1 auto;
    order: 2;
    max-width: 15em; }
  .crew-member h2 {
    color: black;
    line-height: 1em;
    font-size: 1.5em !important; }
  .crew-member p {
    margin: 0 auto !important;
    padding: 0.5em;
    font-weight: 800;
    text-align: center;
    width: 65%; }
  .crew-member br {
    display: none !important; }
  .crew-member .crew-member-info {
    width: 64%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5em;
    padding-left: 10%;
    font-weight: bold;
    flex: 2;
    font-weight: bold;
    order: 1; }
  .crew-member .crew-member-details {
    transition: 500ms ease-in-out;
    transition-property: max-height;
    max-height: 20em;
    overflow: hidden;
    border-top: 2px solid black;
    color: black;
    font-size: 125%;
    clear: both;
    flex: 1 100%;
    order: 3; }
  .crew-member .crew-member-details-closed {
    max-height: 0em !important;
    background: #f9f9f9; }
  .crew-member .crew-member-movies {
    display: flex;
    align-content: center; }
  .crew-member .crew-member-movies a {
    margin: 1em auto !important; }
    .crew-member .crew-member-movies a img {
      width: auto;
      max-height: 8.5em;
      box-shadow: none !important;
      padding-left: 2.5%; }
    .crew-member .crew-member-movies a img:last-child {
      padding: 0 2.5% !important; }

.drawer-button {
  cursor: pointer;
  position: relative;
  transition: 225ms ease-in-out; }

.drawer-button:after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  right: 0.7em;
  display: block;
  position: absolute;
  top: 0;
  line-height: inherit; }
  .drawer-button:after:hover {
    color: #f54100 !important; }

.drawer-button.active:after {
  content: "" !important; }

.drawer-button.title-small:after {
  top: 0 !important; }

.drawer-content {
  display: block;
  transition: 1000ms ease-in-out;
  overflow: hidden;
  max-height: 200em; }
  .drawer-content.closed {
    max-height: 0em !important; }

.vegas-overlay {
  background: transparent url(/vtm/wp-content/themes/Vtm/images/overlays/01.png);
  opacity: 0.5;
  z-index: -1; }

.vegas-background {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  /* counteracts global img modification by 
     bootstrap library */
  max-width: none !important;
  z-index: -2; }

.vegas-overlay, .vegas-background {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.column-wrapper {
  display: flex; }

.column-container {
  margin: 0 auto 0 0; }

::-webkit-scrollbar {
  width: 2px;
  background: #333; }

::-webkit-scrollbar-thumb {
  background: #f1f1f1; }

::selection {
  /* WebKit/Blink Browsers */
  background: #e12d00; }

::-moz-selection {
  /* Gecko Browsers */
  background: #e12d00; }

.text-center {
  text-align: center !important; }
  .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 {
    margin: 0 auto; }

.browserupgrade {
  font-size: 300%;
  color: #fff; }

#spot-im-root {
  bottom: 3.5em !important; }

.menu-drawer {
  transition : max-height 250ms ease-in-out; }

#commentform .comment-form-email + p {
  margin : 0;
  font-size: 1.5em; }
  #commentform .comment-form-email + p label {
    font-size: 1em; }
  #commentform .comment-form-email + p input:nth-of-type(1) {
    position: relative;
    top: -5px; }
  #commentform .comment-form-email + p + p {
    margin : 0; }

.page-id-5078 {
  background-image: url("./images/treasure.jpg") !important;
  background-size: cover !important;
  background-position: 50% 50% !important; }
  .page-id-5078 .vegas-background {
    display: none !important; }

iframe * {
  background: transparent !important;
  background-color: transparent !important; }
