@charset "UTF-8";
/*		Cre8tor - Template By TESLATHEMES.COM
 * 		------------------------------------------------------------------------------------------ */
/*		==================== - Table of contents - ====================
 *
 *		# ===== - Core CSS
 *		#
 *		# * Reset       ......................... 	Normalize.css
 *		# * Base        ......................... 	Helpers and constants
 *		# * Type        ......................... 	Typography and baseline
 *		# * Bootstrap 	......................... 	Grid system
 *		# * Forms       ......................... 	Inputs, textarea
 *		# * Tables      ......................... 	Columns, rows only for data
 *		# * Buttons     ......................... 	Links, submits and buttons
 *		# * Animations 	......................... 	Keyframes
 *		# * Font icon 	......................... 	Font includes and helpers
 *		# * Wordpress 	......................... 	Default WP stuff
 *		#
 *		# ===== - UI components
 *		#
 *		# * Header 		.........................	Logo, menu
 *		# * Footer 		.........................	Social, menu, copyright
 *		# * Sections: 	.........................	Sections */
/*		==================== - Core CSS */
/*		==================== - Reset - ==================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

select {
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*		==================== - Base - ==================== */
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

body {
  font: 16px "Fira Sans", sans-serif;
  font-weight: 300;
  color: #5b5b5b;
  line-height: 1.5;
  min-width: 100%;
  height: 100%; }

body > svg {
  position: fixed;
  top: 0;
  left: 0;
  will-change: position, top, left; }

#main-wrap {
  position: relative;
  z-index: 1;
  opacity: 0;
  overflow: hidden; }

.clearfix:before, .post-pagination:before, .clearfix:after, .post-pagination:after {
  content: " ";
  display: table; }
.clearfix:after, .post-pagination:after {
  clear: both; }

figure {
  margin: 0 0 24px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  vertical-align: bottom; }
  a:hover {
    text-decoration: none; }

html .align-left {
  display: table;
  margin-right: auto; }

html .align-right {
  display: table;
  margin-left: auto; }

html .align-center, html .post-categories {
  display: table;
  margin-left: auto;
  margin-right: auto; }

html .no-margin {
  margin: 0; }

html .text-left {
  text-align: left; }

html .text-right {
  text-align: right; }

html .text-center {
  text-align: center; }

html .font-alpha, html .widget > h4 {
  font-family: "Fira Sans", sans-serif; }

html .font-beta, html blockquote {
  font-family: "Rajdhani", sans-serif; }

.clean-list, .inline-list, .post-categories, .inline-list > li ul, .post-categories > li ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .clean-list *, .inline-list *, .post-categories *, .inline-list > li ul *, .post-categories > li ul * {
    list-style: none; }

.inline-list:before, .post-categories:before, .inline-list:after, .post-categories:after {
  content: " ";
  display: table; }
.inline-list:after, .post-categories:after {
  clear: both; }
.inline-list > li, .post-categories > li {
  float: left; }

.uppercase {
  text-transform: uppercase; }

html .font-2x {
  font-size: 2em; }
html .font-3x {
  font-size: 3em; }
html .font-4x {
  font-size: 4em; }
html .font-5x {
  font-size: 5em; }
html .font-6x {
  font-size: 6em; }
html .font-7x {
  font-size: 7em; }
html .font-8x {
  font-size: 8em; }
html .font-9x {
  font-size: 9em; }
html .font-10x {
  font-size: 10em; }
html .font--1x {
  font-size: 1em; }
html .font--2x {
  font-size: 0.5em; }
html .font--3x {
  font-size: 0.33em; }

hr {
  margin: 24px 0;
  border: none;
  background: currentColor;
  height: 1px; }

.hr-10 {
  width: 10%;
  max-width: 72px; }

.hr-20 {
  width: 20%; }

.box {
  padding: 60px 0; }

.main-content .box:first-child {
  padding-top: 0; }

[data-box-img] {
  overflow: hidden;
  position: relative; }

.box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  will-change: transform, opacity; }
  .box-img > span {
    position: absolute;
    top: -7em;
    right: 0;
    bottom: -7em;
    left: 0;
    background-position: center 0;
    background-size: cover; }

[data-cover-box] {
  position: relative;
  overflow: hidden; }
  [data-cover-box] .container {
    position: relative;
    z-index: 9; }
  [data-cover-box] > svg {
    position: absolute;
    top: 0;
    left: 0; }

.arrow-box {
  overflow: hidden;
  position: relative; }
  .arrow-box:after, .arrow-box:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 24px;
    background-color: #ffffff;
    bottom: 0;
    z-index: 999; }
  .arrow-box:after {
    right: -14px;
    -webkit-transform: skew(-50deg);
        -ms-transform: skew(-50deg);
            transform: skew(-50deg); }
  .arrow-box:before {
    left: -14px;
    -webkit-transform: skew(50deg);
        -ms-transform: skew(50deg);
            transform: skew(50deg); }

.ovh {
  overflow: hidden; }

.full-height {
  height: 100vh;
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 0; }

.middle-content {
  position: relative; }
  .middle-content > div:not(.vc_parallax-inner) {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.box.vc_row {
  margin-left: auto;
  margin-right: auto; }

.paralax-section {
  position: relative;
  overflow: hidden; }
  .paralax-section > div:not(.vc_parallax-inner) {
    z-index: 1;
    position: relative; }
  .paralax-section .vc_parallax-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events: none; }

.box-map {
  position: relative;
  overflow: hidden;
  min-height: 500px; }
  .box-map > div:not(#map-canvas) {
    z-index: 1;
    position: relative; }
  .box-map .container {
    pointer-events: none; }
  .box-map #map-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: all; }

.box-no-spaces {
  margin: 0 !important; }

.intro-center {
  position: relative;
  min-height: 60vh; }
  .intro-center .row {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

body .text-white {
  color: #ffffff; }
body .text-black, body [class*="button-"].bg-black:hover {
  color: #000000; }
body .text-alpha, body .post-content a:not([class]), .post-content body a:not([class]), body .portfolio-filters > li.filter-active > a, body .twitter li a, .twitter li body a {
  color: #f498bd; }
body .text-beta, body blockquote cite, blockquote body cite {
  color: #191919; }
body .text-grey-one {
  color: #f5f5f5; }
body .text-grey-two {
  color: #eeeeee; }
body .text-grey-three, body .comment-content > h4 + span {
  color: #d7d7d7; }
body .text-grey-four, body blockquote:before, body .menu-back:hover, body .tagcloud > a, body .share-box > h5 {
  color: #a5a5a5; }
body .text-grey-five, body table, body .menu-back, body .widget > h4 {
  color: #5b5b5b; }

.text-air {
  letter-spacing: 4px; }

body .bg-white, body .button-outlined.text-white:hover {
  background-color: #ffffff; }
body .bg-black {
  background-color: #000000; }
body .bg-alpha, body .button-outlined.text-alpha:hover, body .post-content a.button-outlined:hover:not([class]), .post-content body a.button-outlined:hover:not([class]), body .portfolio-filters > li.filter-active > a.button-outlined:hover, body .twitter li a.button-outlined:hover, .twitter li body a.button-outlined:hover, body .post-meta figcaption > div:after, .post-meta body figcaption > div:after, body .widget > h4:before {
  background-color: #f498bd; }
body .bg-beta {
  background-color: #191919; }
body .bg-grey-one, body code, body .comment-reply-link, body .tagcloud > a:hover {
  background-color: #f5f5f5; }
body .bg-grey-two, body .slim-form textarea, .slim-form body textarea, body .post-content blockquote:after, .post-content body blockquote:after {
  background-color: #eeeeee; }
body .bg-grey-three, body .fancy-title:before {
  background-color: #d7d7d7; }
body .bg-grey-four {
  background-color: #a5a5a5; }
body .bg-grey-five {
  background-color: #5b5b5b; }
body .bg-facebook {
  background-color: #3b5998; }
body .bg-twitter {
  background-color: #55acee; }
body .bg-instagram {
  background-color: #3f729b; }
body .bg-dribbble {
  background-color: #ea4c89; }
body .bg-pinterest {
  background-color: #cc2127; }
body .bg-linkedin {
  background-color: #0077b5; }
body .bg-googleplus {
  background-color: #dd4b39; }

html .row-fit {
  margin: 0; }
  html .row-fit [class*="col-"] {
    padding: 0; }

[class*="shape-"]:not([class*="vc_"]) {
  padding-top: 100%;
  position: relative;
  outline: none; }
  [class*="shape-"]:not([class*="vc_"]) > *, [class*="shape-"]:not([class*="vc_"]) > a > i {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  [class*="shape-"]:not([class*="vc_"]) > i:before, [class*="shape-"]:not([class*="vc_"]) > a > i:before {
    width: 1em;
    height: 1em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute; }

html .make-full {
  display: block;
  width: 100%; }

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .no-scroll #menu-toggle {
    display: none; }

.zoom-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  display: none; }
  .zoom-container > i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    line-height: 0;
    padding: 24px 0; }
    .zoom-container > i:hover {
      opacity: 1; }

.left-zoom {
  left: 5%; }

.right-zoom {
  right: 5%; }

.zoom-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: default;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  will-change: transform, opacity; }
  .zoom-content > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.close-zoom {
  position: absolute;
  top: 48px;
  right: 48px;
  cursor: pointer;
  transition: all 0.3s ease; }

.close-zoom:hover {
  opacity: 0.6; }

/*		==================== - Type - ==================== */
@font-face {
  font-family: "FontAwesome";
  src: url("/wp-content/themes/cre8or/css/fonts/fontawesome-webfont.eot");
  src: url("/wp-content/themes/cre8or/css/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/cre8or/css/fonts/fontawesome-webfont.woff") format("woff"), url("/wp-content/themes/cre8or/css/fonts/fontawesome-webfont.ttf") format("truetype"), url("/wp-content/themes/cre8or/css/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  margin: 0.8em 0 24px;
  font-weight: inherit;
  font-family: "Rajdhani", sans-serif;
  line-height: 1.2em;
  color: #000000; }
  h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit; }

h1 {
  margin-top: 0;
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 18px;
  opacity: 0.5; }

a {
  color: #191919; }
  a:hover {
    color: #f498bd; }

a.text-alpha:hover, .post-content a:hover:not([class]), .portfolio-filters > li.filter-active > a:hover, .twitter li a:hover {
  opacity: 0.8; }

p {
  margin-bottom: 24px; }

b, strong {
  font-weight: 600; }

i,
cite,
em,
var,
address,
dfn {
  font-style: italic; }

address {
  display: table;
  border: 3px dashed #dedede;
  padding: 24px; }

s,
strike,
del {
  text-decoration: line-through; }

u {
  text-decoration: underline; }

ins {
  text-decoration: none;
  padding: 0 8px; }

ul, ol {
  margin: 0 0 24px 0; }

pre {
  background: #333333;
  color: #999999;
  padding: 24px;
  margin-bottom: 24px; }

iframe {
  border: none; }

blockquote {
  padding: 24px;
  margin: 0 0 24px;
  font-size: 1.2em;
  font-style: italic;
  position: relative; }
  blockquote:before {
    content: "❝";
    font-size: 48px;
    font-style: normal;
    position: absolute;
    top: 12px;
    left: -24px;
    z-index: 2;
    opacity: 0.5; }
  blockquote cite {
    display: block;
    margin-top: 24px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em; }

[data-tooltip] {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    color: #ffffff;
    background: #f498bd;
    display: table;
    padding: 4.8px 12px;
    margin: 0 auto 12px;
    white-space: nowrap;
    display: none; }
  [data-tooltip]:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid #f498bd;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none; }
  [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    display: block;
    -webkit-animation: 0.3s fadeIn ease forwards;
            animation: 0.3s fadeIn ease forwards; }

table {
  width: 100%;
  border: 1px solid #dedede;
  margin: 0 0 24px; }
  table td, table th {
    border: 1px solid #dedede;
    padding: 4px 12px; }

code {
  padding: 0 6px; }

ins, ::-moz-selection {
  background: rgba(244, 152, 189, 0.6);
  color: #ffffff; }

ins, ::selection {
  background: rgba(244, 152, 189, 0.6);
  color: #ffffff; }

.drop-cap {
  font-size: 3em;
  line-height: 60px;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  padding: 0 12px;
  margin: 0 20px 12px 0;
  float: left;
  font-weight: 600; }

.cap-round {
  border-radius: 50%; }

.cap-lined {
  border: 2px solid #f498bd; }

/*		==================== - Forms- ==================== */
form {
  margin-bottom: 24px; }
  form p {
    position: relative; }
  form p:last-child {
    margin-bottom: 0; }

input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
  border: 1px solid #d7d7d7;
  line-height: 24px;
  padding: 12px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  textarea:focus {
    outline: 1px solid rgba(244, 152, 189, 0.5);
    border-color: rgba(244, 152, 189, 0.5); }
  input[type=text] + span,
  input[type=email] + span,
  input[type=password] + span,
  input[type=search] + span,
  textarea + span {
    position: absolute;
    top: 12px;
    left: 12px;
    pointer-events: none; }
  input[type=text] + span[class*='col-'],
  input[type=email] + span[class*='col-'],
  input[type=password] + span[class*='col-'],
  input[type=search] + span[class*='col-'],
  textarea + span[class*='col-'] {
    left: 24px; }

.has-content {
  outline: none;
  border-color: #f498bd;
  margin-left: 30%;
  width: 70% !important; }

textarea {
  min-height: 120px;
  resize: vertical; }

.slim-form input[type=text],
.slim-form input[type=email],
.slim-form input[type=password],
.slim-form input[type=search] {
  border-width: 0 0 2px 0;
  will-change: width; }
  .slim-form input[type=text]:focus,
  .slim-form input[type=email]:focus,
  .slim-form input[type=password]:focus,
  .slim-form input[type=search]:focus {
    outline: none;
    border-color: #f498bd;
    margin-left: 30%;
    width: 70% !important; }
.slim-form textarea {
  border: none; }
  .slim-form textarea:focus {
    outline: none;
    margin-left: 30%;
    width: 70% !important; }

.strip-input {
  border: none;
  padding: 0;
  margin: 0;
  background: none; }
  .strip-input:focus {
    outline: none; }

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form input[type=search],
.contact-form textarea {
  width: 100%; }
.contact-form .form-submit {
  display: none; }

.comment-reply-title {
  text-align: center;
  margin-top: 0; }

.blog-post ~ .comment-respond {
  background: #ffffff; }

/*		==================== - Bootstrap- ==================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }
.col-lg-05 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

/*		==================== - Tables - ==================== */
.flickity-enabled {
  position: relative; }
  .flickity-enabled:focus {
    outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 120px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .flickity-prev-next-button:hover {
    background: #000000; }
    .flickity-prev-next-button:hover .arrow {
      fill: #ffffff; }
  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F; }
  .flickity-prev-next-button:active {
    opacity: 0.8; }
  .flickity-prev-next-button.previous {
    left: 0; }
  .flickity-prev-next-button.next {
    right: 0; }
  .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto; }
  .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }
  .flickity-prev-next-button .arrow {
    fill: #333; }
  .flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }
.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer; }
    .flickity-page-dots .dot.is-selected {
      opacity: 1; }

.gallery-box {
  margin: 48px 0; }

.gallery-nav li {
  cursor: pointer !important; }
.gallery-nav .is-selected {
  opacity: 0.4;
  transition: all 0.3s ease; }

/*		==================== - Buttons - ==================== */
button, input[type="submit"],
[class*="button-"] {
  border: none;
  line-height: 24px;
  background: inherit;
  transition: all 0.2s ease;
  margin-top: 12px;
  margin-bottom: 12px; }
  button:hover, input[type="submit"]:hover,
  [class*="button-"]:hover {
    outline: none; }
  button:active, input[type="submit"]:active,
  [class*="button-"]:active {
    opacity: 0.5; }
  button:focus, input[type="submit"]:focus,
  [class*="button-"]:focus {
    opacity: 0.7;
    outline: none; }

.button-sm, .comment-reply-link {
  padding: 6px 12px; }

.button-md {
  padding: 12px 24px; }

.button-lg {
  padding: 24px 48px; }

body .button-outlined[class*="button-"] {
  box-shadow: inset 0 0 0 2px currentColor; }
body .button-outlined.text-black:hover, body .button-outlined[class*="button-"].bg-black:hover {
  color: #ffffff !important;
  background: #000000 !important; }
body .button-outlined.text-white:hover {
  color: #000000 !important; }
body .button-outlined.text-alpha:hover, body .post-content a.button-outlined:hover:not([class]), .post-content body a.button-outlined:hover:not([class]), body .portfolio-filters > li.filter-active > a.button-outlined:hover, body .twitter li a.button-outlined:hover, .twitter li body a.button-outlined:hover {
  color: #ffffff !important; }

[class*="button-"].bg-black {
  color: #ffffff; }
  [class*="button-"].bg-black:hover {
    box-shadow: inset 0 0 0 2px currentColor !important;
    background: transparent !important; }

/*		==================== - Animations - ==================== */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    transition-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 {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    transition-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); } }
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-webkit-keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-webkit-keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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); } }
@-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); }
  100% {
    -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); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }
@-webkit-keyframes tada {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-webkit-keyframes wobble {
  0% {
    -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); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@keyframes wobble {
  0% {
    -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); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-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); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-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); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-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); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-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); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-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); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-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); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-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, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-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, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@-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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }
@-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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }
@-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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }
@-webkit-keyframes flip {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }
@-webkit-keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@-webkit-keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@-webkit-keyframes lightSpeedIn {
  0% {
    -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; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -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; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@-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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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); } }
@-webkit-keyframes zoomInLeft {
  0% {
    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 {
  0% {
    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); } }
@-webkit-keyframes zoomInRight {
  0% {
    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 {
  0% {
    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); } }
@-webkit-keyframes zoomInUp {
  0% {
    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 {
  0% {
    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); } }
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-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); }
  100% {
    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); }
  100% {
    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); } }
@-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); }
  100% {
    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); }
  100% {
    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; } }
@-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); }
  100% {
    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); }
  100% {
    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; } }
@-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); }
  100% {
    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); }
  100% {
    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); } }
/*		==================== - Font icon - ==================== */
[data-icon] {
  display: inline-block;
  vertical-align: middle; }

/*		==================== - Wordpress - ==================== */
.alignleft {
  float: left;
  text-align: left;
  margin-bottom: 12px;
  margin-right: 24px; }

img.alignleft, .post-content figure.alignleft {
  margin-left: -48px; }

.alignright {
  float: right;
  text-align: right;
  margin-bottom: 12px;
  margin-left: 24px; }

img.alignright, .post-content figure.alignright {
  margin-right: -48px; }

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

img.size-full, img.size-large {
  max-width: 100%;
  width: auto;
  height: auto; }

.wp-caption {
  max-width: 100%;
  position: relative; }

.wp-caption-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400; }

#calendar_wrap, .textwidget {
  padding: 24px; }

#wp-calendar {
  margin-bottom: 12px; }
  #wp-calendar caption {
    margin-bottom: 12px; }
  #wp-calendar thead {
    background: #f5f5f5; }
  #wp-calendar tfoot * {
    border: none; }
    #wp-calendar tfoot * a {
      opacity: 0.5; }
    #wp-calendar tfoot * #next {
      text-align: right; }
  #wp-calendar a {
    font-weight: 900; }

.sticky {
  background: rgba(255, 255, 255, 0.8) !important; }

.gallery {
  font-size: 0;
  margin: 24px -2px; }
  .gallery figure {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 0.7rem;
    margin: 0;
    border: 1px solid transparent;
    vertical-align: middle;
    overflow: hidden; }
    .gallery figure:hover figcaption {
      opacity: 1; }
  .gallery figcaption {
    opacity: 0;
    transition: all 0.3s ease; }

.gallery-columns-1 figure {
  width: 100%; }

.gallery-columns-2 figure {
  width: 50%; }

.gallery-columns-3 figure {
  width: 33.3333%; }

.gallery-columns-4 figure {
  width: 25%; }

.gallery-columns-5 figure {
  width: 20%; }

.gallery-columns-6 figure {
  width: 16.66667%; }

.gallery-columns-7 figure {
  width: 14.28571%; }

.gallery-columns-8 figure {
  width: 12.5%; }

.gallery-columns-9 figure {
  width: 11.11111%; }

.bypostauthor, .gallery-caption {
  height: auto; }

/*		==================== - UI components */
/*		==================== - Header - ==================== */
.main-header {
  padding: 2em 0; }

.menu-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30vw;
  height: 100vh;
  min-width: 250px;
  padding: 6em 4em 2em;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  opacity: 0;
  z-index: 99;
  background: url(/wp-content/themes/cre8or/images/menu-bg.jpg) 0 0 #000000;
  background-repeat: no-repeat;
  background-size: cover; }

#menu-toggle {
  position: fixed;
  top: 3em;
  left: 2em;
  z-index: 100; }

.menu-active {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

.main-nav {
  margin-bottom: 72px;
  font-size: 24px; }
  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-nav > ul ul {
    display: none; }
    .main-nav > ul ul li {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0; }
  .main-nav > ul li {
    padding: 6px; }
    .main-nav > ul li a {
      color: rgba(255, 255, 255, 0.4);
      position: relative;
      transition: all 0.3s ease;
      display: inline-block; }
      .main-nav > ul li a:after {
        content: "";
        position: absolute;
        top: -3px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 0;
        background: rgba(255, 255, 255, 0.5);
        transition: all 0.3s ease; }
      .main-nav > ul li a:hover {
        color: #ffffff !important; }
        .main-nav > ul li a:hover:after {
          height: 43px !important;
          -webkit-transform: rotate(30deg);
              -ms-transform: rotate(30deg);
                  transform: rotate(30deg); }
    .main-nav > ul li.current-item > a, .main-nav > ul li.current_page_item > a {
      color: rgba(255, 255, 255, 0.6); }
      .main-nav > ul li.current-item > a:after, .main-nav > ul li.current_page_item > a:after {
        height: 43px;
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
      .main-nav > ul li.current-item > a:hover, .main-nav > ul li.current_page_item > a:hover {
        color: #ffffff; }

.menu-back {
  cursor: pointer;
  margin-bottom: 24px;
  transition: all 0.3s ease; }
  .menu-back:hover {
    padding-left: 12px; }

.parent-link i {
  position: relative;
  top: 2px;
  transform-orogin: 100% 0;
  transition: all 0.3s ease; }
.parent-link:hover i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -2px; }

.menu-info {
  color: rgba(255, 255, 255, 0.6); }

.social-links > li {
  padding: 0 6px; }
  .social-links > li:first-child {
    padding-left: 0; }
  .social-links > li:last-child {
    padding-right: 0; }
.social-links a {
  opacity: 0.2;
  transition: all 0.2s ease; }
  .social-links a:hover {
    opacity: 0.4; }

/*		==================== - Header - ==================== */
.main-footer {
  padding: 48px 0; }

.copyright {
  color: rgba(0, 0, 0, 0.4); }

/*		==================== - Sections - ==================== */
.portfolio-filters {
  margin-bottom: 36px; }
  .portfolio-filters > li {
    margin: 6px 0; }
    .portfolio-filters > li:not(:last-child) {
      padding-right: 12px; }
    .portfolio-filters > li > a {
      display: inline-block;
      background: rgba(255, 255, 255, 0.4);
      padding: 12px 24px;
      border-radius: 3px;
      transition: all 0.3s ease; }
      .portfolio-filters > li > a:hover {
        background: #ffffff; }
    .portfolio-filters > li.filter-active > a {
      background: #ffffff; }

.portfolio-items li {
  padding-top: 12px;
  padding-bottom: 12px; }
  .portfolio-items li figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .portfolio-items li figure:hover figcaption {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      transition: opacity 0.3s ease, top 0.3s ease, left 0.4s ease, right 0.4s ease, bottom 0.6s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, top 0.3s ease, left 0.4s ease, right 0.4s ease, bottom 0.6s ease, transform 0.3s ease;
      will-change: transform, opacity; }
      .portfolio-items li figure:hover figcaption .portfolio-hint > h4 {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        transition-delay: 0.1s; }
      .portfolio-items li figure:hover figcaption .portfolio-hint > ul > li {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        transition-delay: 0.2s;
        will-change: transform; }
        .portfolio-items li figure:hover figcaption .portfolio-hint > ul > li:last-child {
          transition-delay: 0.3s; }
  .portfolio-items li figcaption {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
    transition: all 0.2s ease;
    pointer-events: none; }

.portfolio-hint {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .portfolio-hint > h4 {
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
    transition: all 0.25s ease; }
  .portfolio-hint > ul > li {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin: 0 12px;
    line-height: 72px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    transition: all 0.3s ease; }
    .portfolio-hint > ul > li a {
      display: block; }
    .portfolio-hint > ul > li:first-child {
      pointer-events: initial;
      cursor: pointer; }

.single-portfolio .portfolio-hint > ul li {
  pointer-events: none; }

.portfolio-single > li:first-child {
  padding-top: 0; }
.portfolio-single > li:last-child {
  padding-bottom: 0; }

.pagination-links {
  padding: 48px 0 0; }
  .pagination-links > li {
    padding: 0 12px; }
    .pagination-links > li > a {
      position: relative; }
  .pagination-links .current {
    position: relative; }
    .pagination-links .current:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 1px;
      height: 33px;
      background: rgba(0, 0, 0, 0.2);
      -webkit-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
              transform: rotate(30deg); }

.post-pagination {
  margin-bottom: 12px;
  border-top: 1px solid #f5f5f5;
  padding-top: 24px; }
  .post-pagination a:last-child {
    float: right; }

.map-box {
  position: relative; }

.contact-info {
  padding: 12px;
  pointer-events: all; }
  .contact-info li {
    padding: 24px 0; }
    .contact-info li h5 {
      margin: 0 0 12px; }

.fancy-title {
  position: relative;
  margin-bottom: 48px !important; }
  .fancy-title h3, .fancy-title h4 {
    position: relative;
    z-index: 1; }
  .fancy-title h3 {
    margin-top: 0; }
  .fancy-title:before {
    content: "";
    width: 1px;
    position: absolute;
    top: -48px;
    bottom: -48px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
    z-index: 0; }

.breadcrumbs .fancy-title {
  margin-top: 48px; }

.blog-post:not(.blog-post-grid) {
  padding-bottom: 12px;
  margin: 48px 0; }
  .blog-post:not(.blog-post-grid):first-child {
    margin-top: 0; }
  .blog-post:not(.blog-post-grid):last-child {
    margin-bottom: 0; }

.blog-post-grid {
  padding: 24px; }

.post-meta {
  min-height: 72px;
  position: relative; }
  .post-meta figcaption {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease; }
    .post-meta figcaption > div {
      width: 72px;
      height: 72px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      .post-meta figcaption > div:after {
        content: "";
        height: 2px;
        width: 0px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 5px;
        margin: auto;
        transition: all 0.2s ease;
        will-change: width; }
      .post-meta figcaption > div span {
        display: inline-block;
        margin-bottom: 14px; }
      .post-meta figcaption > div span, .post-meta figcaption > div i {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        transition: all 0.3s ease;
        will-change: transform; }
  .post-meta:hover figcaption {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
    .post-meta:hover figcaption > div:after {
      width: 100%;
      transition-delay: 0.6s; }
    .post-meta:hover figcaption span, .post-meta:hover figcaption i {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .post-meta:hover figcaption span {
      transition-delay: 0.2s; }
    .post-meta:hover figcaption i {
      transition-delay: 0.3s; }

.post-password-form {
  background: #f5f5f5;
  display: table;
  max-width: 70%;
  padding: 24px;
  margin: 24px auto; }
  .post-password-form p:first-child {
    margin-top: 0; }
  .post-password-form label {
    margin-bottom: 8px;
    display: block; }
  .post-password-form input[type="password"] {
    width: 100%; }
  .post-password-form input[type="submit"] {
    background: #000000;
    color: #ffffff;
    padding: 8px 24px;
    display: table;
    margin: 0 0 0 auto; }
  .post-password-form .has-content {
    width: 100% !important;
    margin-left: 0 !important; }

.post-content blockquote {
  position: relative; }
  .post-content blockquote > * {
    position: relative;
    z-index: 3; }
  .post-content blockquote p {
    margin: 12px 0; }
  .post-content blockquote:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -48px;
    bottom: 0;
    left: -48px;
    z-index: 1; }

.page-post .post-content {
  padding: 12px 96px 48px !important; }

.post-date {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 9;
  font-size: 0;
  text-align: center; }
  .post-date > span {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top; }
    .post-date > span a:hover {
      color: currentColor; }
    .post-date > span:first-child {
      font-size: 24px;
      line-height: 36px; }
    .post-date > span:last-child {
      font-size: 13.33333px;
      line-height: 1.1em;
      opacity: 0.8;
      padding-top: 6px; }

.post-comments {
  position: absolute;
  bottom: 24px;
  right: 24px; }
  .post-comments > span {
    position: absolute;
    right: 48px;
    top: 6px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 0.8em;
    line-height: 24px;
    border-radius: 3px; }
    .post-comments > span a {
      color: currentColor; }
    .post-comments > span:after {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      top: 0;
      bottom: 0;
      right: -5px;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #a5a5a5;
      border-style: solid;
      margin: auto 0; }
  .post-comments > i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative; }
    .post-comments > i svg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.post-thumbnail + .post-date {
  top: 0; }

.blog-post:not(.blog-post-grid) .post-content, .blog-post:not(.blog-post-grid) .post-header {
  padding: 0 48px; }

.recent-posts .post-content,
.recent-posts .post-header {
  padding: 0 !important; }

.read-more {
  margin-top: 24px; }

.blog-post-grid {
  margin: 12px 0; }
  .blog-post-grid .read-more {
    margin-bottom: 0; }
  .blog-post-grid .post-content p:last-child {
    margin-bottom: 0; }

.post-title {
  margin-top: 0;
  word-wrap: break-word; }
  .post-title i {
    padding-right: 12px; }
    .post-title i svg {
      position: relative;
      top: 5px; }

.post-categories a {
  color: inherit;
  transition: all 0.3s ease; }
  .post-categories a:hover {
    opacity: 0.5; }

.video-featured > i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 168px;
  height: 168px;
  opacity: 0.6;
  border-radius: 50%;
  transition: all 0.2s ease;
  pointer-events: none; }
  .video-featured > i:hover {
    opacity: 0.9; }
  .video-featured > i > svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
.video-featured > a:hover + i {
  opacity: 0.8; }

.post-box, .blog-post ~ .comment-respond {
  padding: 48px;
  margin-bottom: 48px; }
  .post-box:last-child, .blog-post ~ .comment-respond:last-child {
    margin-bottom: 0; }
  .post-box > h3, .blog-post ~ .comment-respond > h3 {
    margin-top: 0; }

.comments-loop ul {
  margin-bottom: 48px;
  padding-left: 48px; }

.comment-post {
  margin-bottom: 48px;
  padding-left: 96px;
  position: relative; }
  .comment-post > figure {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 72px;
    margin-right: 24px;
    margin-bottom: 0; }

.comment-content p:last-child {
  margin-bottom: 0; }
.comment-content > .button-sm, .comment-content > .comment-reply-link {
  float: right;
  margin-top: 6px;
  font-size: 0.9em; }
  .comment-content > .button-sm:hover, .comment-content > .comment-reply-link:hover {
    background: transparent; }
.comment-content > h4 {
  margin: 0; }

.widget select {
  width: 100%; }
.widget input[type=search] {
  width: 100%; }
.widget:not(:last-child) {
  margin-bottom: 36px; }
.widget > h4 {
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 24px;
  position: relative; }
  .widget > h4:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 2px;
    width: 20%;
    left: 24px; }
.widget > h4 img {
  vertical-align: middle; }
.widget ul, .widget ol {
  list-style: none;
  margin: 0;
  padding: 24px; }
  .widget ul ul, .widget ol ul {
    margin: 6px 0 0;
    padding: 0;
    border-top: 1px solid #f8f8f8; }
    .widget ul ul li, .widget ol ul li {
      padding-left: 12px; }

.widget ul:not(.tt-instagram-feed):not(.twitter):not(.recent-posts) li {
  padding: 6px 0;
  border-bottom: 1px solid #f8f8f8;
  position: relative;
  color: #d7d7d7;
  list-style: none; }
  .widget ul:not(.tt-instagram-feed):not(.twitter):not(.recent-posts) li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .widget ul:not(.tt-instagram-feed):not(.twitter):not(.recent-posts) li:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor; }
  .widget ul:not(.tt-instagram-feed):not(.twitter):not(.recent-posts) li a {
    opacity: 0.5; }
    .widget ul:not(.tt-instagram-feed):not(.twitter):not(.recent-posts) li a:hover {
      opacity: 0.8; }

.widget_rss li:after {
  display: none !important; }

.widget .recent-posts > li:not(:last-child) {
  border-bottom: 1px solid #f8f8f8; }
.widget .recent-posts > li {
  opacity: 0.8;
  padding: 24px 0; }
  .widget .recent-posts > li:first-child {
    padding-top: 0; }
  .widget .recent-posts > li:last-child {
    padding-bottom: 0; }

.recent-posts .post-content, .recent-posts .post-header {
  padding: 0; }
.recent-posts .blog-post {
  padding-bottom: 0; }
.recent-posts .post-content {
  position: relative; }
  .recent-posts .post-content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
    _box-shadow: inset 0 -50px 20px -30px #ffffff;
    background: linear-gradient(to bottom, transparent 0%, #ffffff 75%); }
  .recent-posts .post-content p {
    margin-top: 8px;
    margin-bottom: 0; }
.recent-posts .post-meta figure {
  margin-bottom: 16px; }
.recent-posts .post-title {
  margin-bottom: 0; }

.widget-search {
  padding: 0;
  position: relative; }
  .widget-search p {
    margin: 0; }
  .widget-search input[type="search"] {
    padding-right: 36px; }
  .widget-search .has-content {
    width: 100% !important;
    margin-left: 0 !important; }
  .widget-search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
    width: 18px;
    height: 18px; }
    .widget-search button:hover {
      opacity: 0.4; }

h4 + .widget-search {
  padding: 24px; }

.tagcloud {
  margin: -2px;
  padding: 24px; }
  .tagcloud > a {
    display: inline-block;
    padding: 6px 24px;
    border: 1px solid #eeeeee;
    border-radius: 24px;
    margin: 4px 2px;
    transition: all 0.3s ease;
    font-size: 1em !important; }

.tag-box {
  margin: 36px 0 24px; }
  .tag-box li:not(:last-child):not(:first-child) {
    position: relative; }
    .tag-box li:not(:last-child):not(:first-child):after {
      content: ","; }
  .tag-box a {
    margin: 0 8px; }

.tt-instagram-feed {
  margin: -10px -5px 0 !important; }
  .tt-instagram-feed > li {
    padding: 6px 3px 0; }
    .tt-instagram-feed > li a {
      transition: all 0.3s ease; }
      .tt-instagram-feed > li a:hover {
        opacity: 0.7; }

.screen-reader-text {
  display: block;
  padding: 24px 24px 12px !important; }
  .screen-reader-text + select {
    width: calc(100% - 48px);
    margin: 0 24px 36px; }

.twitter {
  padding: 24px !important; }
  .twitter li {
    padding: 12px 0;
    border-bottom: 1px solid #f8f8f8;
    color: #a5a5a5; }
    .twitter li a {
      margin: 0 2px; }
    .twitter li:first-child {
      padding-top: 0; }
    .twitter li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .twitter .date {
    margin-left: 4px;
    opacity: 0.6; }

.tabs-box {
  overflow: hidden; }

.tab-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0; }
  .tab-nav > li {
    display: table-cell;
    cursor: pointer;
    padding: 24px 12px;
    transition: all 0.3s ease;
    position: relative; }
    .tab-nav > li:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      height: 0;
      width: 0;
      border-top: 12px solid transparent;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      transition: all 0.2s ease;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .tab-nav > li:hover {
      background: #fdfdfd; }
    .tab-nav > li > h4 {
      margin: 0; }

.current-tab {
  background: #fdfdfd; }
  .current-tab:after {
    border-top-color: #fdfdfd !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    bottom: -12px !important; }

.tab-content {
  padding: 48px; }
  .tab-content > li {
    display: none; }
    .tab-content > li p:first-child {
      margin-top: 0; }
    .tab-content > li p:last-child {
      margin-bottom: 0; }

.portfolio-title {
  margin-top: 0; }

.share-box {
  padding: 12px 12px 24px; }
  .share-box > ul > li {
    padding: 0 6px; }
    .share-box > ul > li:first-child {
      padding-left: 0; }
    .share-box > ul > li:last-child {
      padding-right: 0; }
    .share-box > ul > li a {
      transition: all 0.3s ease; }
      .share-box > ul > li a:hover {
        opacity: 0.6; }
  .share-box > h5 {
    margin: 0 0 8px; }
  .share-box a, .share-box i {
    display: block;
    line-height: 0em; }

.share-socials {
  margin: 48px 0 24px; }
  .share-socials > li {
    margin: 3px 0; }
    .share-socials > li:not(:last-child) {
      margin-right: 6px; }
  .share-socials a {
    display: inline-block;
    padding: 4px 12px;
    transition: all 0.2s ease; }
    .share-socials a:hover {
      color: #ffffff;
      opacity: 0.6; }
    .share-socials a i {
      position: relative;
      top: 3px; }

.team-item .share-socials {
  margin-top: 24px; }

.portfolio-info:not(.inline-list):not(.post-categories) {
  margin-bottom: 48px; }
  .portfolio-info:not(.inline-list):not(.post-categories) > li {
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 0; }
    .portfolio-info:not(.inline-list):not(.post-categories) > li span {
      margin-right: 24px;
      display: inline-block;
      min-width: 72px; }
    .portfolio-info:not(.inline-list):not(.post-categories) > li b {
      opacity: 0.6; }

.portfolio-info.inline-list > li, .portfolio-info.post-categories > li {
  padding: 0 24px;
  margin-top: 12px; }
  .portfolio-info.inline-list > li span, .portfolio-info.post-categories > li span {
    margin-right: 12px;
    display: inline-block; }

.project-nav {
  padding: 72px;
  position: relative;
  overflow: hidden; }
  .project-nav > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9; }
    .project-nav > a:hover + span {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      background-position: 50% 60%;
      transition-delay: 0.1s; }
    .project-nav > a:hover ~ h5 {
      -webkit-transform: scale(2);
          -ms-transform: scale(2);
              transform: scale(2); }
  .project-nav > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.2;
    transition: -webkit-transform 0.2s ease, background-position 0.6s ease;
    transition: transform 0.2s ease, background-position 0.6s ease; }
  .project-nav > h5 {
    margin: 0;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease; }

.prev-project {
  margin-right: 1px; }

.next-project {
  margin-left: 1px; }

.portfolio-caption {
  padding: 24px 72px; }
  .portfolio-caption p:last-child {
    margin-bottom: 0; }
  .portfolio-caption p:first-child {
    margin-top: 0; }

.portfolio-intro {
  padding: 48px;
  margin-bottom: 24px; }

.portfolio-info-bg {
  padding: 48px 48px 24px; }
  .portfolio-info-bg .portfolio-info > li {
    border-color: #f5f5f5;
    padding: 6px 0; }
    .portfolio-info-bg .portfolio-info > li i {
      margin-right: 6px; }

.mini-nav {
  margin-top: 12px; }
  .mini-nav > li a {
    display: block;
    padding: 12px;
    opacity: 0.5;
    transition: all 0.3s ease; }
    .mini-nav > li a:hover {
      opacity: 1; }
    .mini-nav > li a i {
      line-height: 0;
      vertical-align: middle; }

.about-meta p:last-child {
  margin-bottom: 0; }

.team-items > li {
  margin: 12px 0; }

.team-item {
  padding: 24px; }

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 10px;
  z-index: 999999; }
  .preloader span {
    position: absolute;
    left: 0;
    right: 0;
    background: white; }
  .preloader + b {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid #eeeeee;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    z-index: 9999999;
    -webkit-animation: preloader 2s infinite alternate;
            animation: preloader 2s infinite alternate;
    border-radius: 100px; }
  .preloader .top-span {
    top: 0;
    bottom: 50%; }
  .preloader .bottom-span {
    top: 50%;
    bottom: 0; }

@-webkit-keyframes preloader {
  0% {
    width: 80px;
    height: 80px;
    opacity: 0; }
  50% {
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0; } }

@keyframes preloader {
  0% {
    width: 80px;
    height: 80px;
    opacity: 0; }
  50% {
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0; } }
.vc_gitem-post-data-source-post_excerpt + .vc_btn3-container,
.flickity-page-dots {
  display: none; }

#canvas-gredient {
  opacity: 0; }

@media (max-width: 768px){
  table td, table th{
    display: block; }
  table tr{
    display: block;
    padding: 12px; }
  .has-content{
    width: 100% !important;
    margin-left: 0; }
  .has-content + span{
    display: none; }
  .slim-form input[type=text]:focus,
      .slim-form input[type=email]:focus,
      .slim-form input[type=password]:focus,
      .slim-form input[type=search]:focus{
    width: 100% !important;
    margin-left: 0; }
  .slim-form input[type=text]:focus + span,
      .slim-form input[type=email]:focus + span,
      .slim-form input[type=password]:focus + span,
      .slim-form input[type=search]:focus + span{
    display: none; }
  .slim-form textarea:focus{
    width: 100% !important;
    margin-left: 0; }
  .slim-form textarea:focus + span{
    display: none; }
  img.alignleft, .post-content figure.alignleft{
    margin-left: -24px; }
  img.alignright, .post-content figure.alignright{
    margin-right: -24px; }
  .portfolio-items li figcaption{
    display: none; }
  .blog-post:not(.blog-post-grid):first-child{
    margin-top: 24px; }
  .blog-post:not(.blog-post-grid):last-child{
    margin-bottom: 24px; }
  .page-post .post-content{
    padding: 12px 24px 24px !important; }
  .blog-post:not(.blog-post-grid) .post-content, .blog-post:not(.blog-post-grid) .post-header{
    padding: 0 24px; }
  .tab-nav > li > h4{
    display: none; }
  .tab-content{
    padding: 24px; }
  .share-socials a{
    font-size: 0; }
  .share-socials a i{
    padding-bottom: 6px; }
  .portfolio-caption{
    padding: 12px 24px; }
  .portfolio-info-bg{
    padding: 48px 24px 24px; } }

@media (min-width: 768px){
  .container{
    width: 744px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    float: left; }
  .col-sm-1{
    width: 8.33333%; }
  .col-sm-2{
    width: 16.66667%; }
  .col-sm-3{
    width: 25%; }
  .col-sm-4{
    width: 33.33333%; }
  .col-sm-5{
    width: 41.66667%; }
  .col-sm-6{
    width: 50%; }
  .col-sm-7{
    width: 58.33333%; }
  .col-sm-8{
    width: 66.66667%; }
  .col-sm-9{
    width: 75%; }
  .col-sm-10{
    width: 83.33333%; }
  .col-sm-11{
    width: 91.66667%; }
  .col-sm-12{
    width: 100%; }
  .col-sm-pull-0{
    right: auto; }
  .col-sm-pull-1{
    right: 8.33333%; }
  .col-sm-pull-2{
    right: 16.66667%; }
  .col-sm-pull-3{
    right: 25%; }
  .col-sm-pull-4{
    right: 33.33333%; }
  .col-sm-pull-5{
    right: 41.66667%; }
  .col-sm-pull-6{
    right: 50%; }
  .col-sm-pull-7{
    right: 58.33333%; }
  .col-sm-pull-8{
    right: 66.66667%; }
  .col-sm-pull-9{
    right: 75%; }
  .col-sm-pull-10{
    right: 83.33333%; }
  .col-sm-pull-11{
    right: 91.66667%; }
  .col-sm-pull-12{
    right: 100%; }
  .col-sm-push-0{
    left: auto; }
  .col-sm-push-1{
    left: 8.33333%; }
  .col-sm-push-2{
    left: 16.66667%; }
  .col-sm-push-3{
    left: 25%; }
  .col-sm-push-4{
    left: 33.33333%; }
  .col-sm-push-5{
    left: 41.66667%; }
  .col-sm-push-6{
    left: 50%; }
  .col-sm-push-7{
    left: 58.33333%; }
  .col-sm-push-8{
    left: 66.66667%; }
  .col-sm-push-9{
    left: 75%; }
  .col-sm-push-10{
    left: 83.33333%; }
  .col-sm-push-11{
    left: 91.66667%; }
  .col-sm-push-12{
    left: 100%; }
  .col-sm-offset-0{
    margin-left: 0%; }
  .col-sm-offset-1{
    margin-left: 8.33333%; }
  .col-sm-offset-2{
    margin-left: 16.66667%; }
  .col-sm-offset-3{
    margin-left: 25%; }
  .col-sm-offset-4{
    margin-left: 33.33333%; }
  .col-sm-offset-5{
    margin-left: 41.66667%; }
  .col-sm-offset-6{
    margin-left: 50%; }
  .col-sm-offset-7{
    margin-left: 58.33333%; }
  .col-sm-offset-8{
    margin-left: 66.66667%; }
  .col-sm-offset-9{
    margin-left: 75%; }
  .col-sm-offset-10{
    margin-left: 83.33333%; }
  .col-sm-offset-11{
    margin-left: 91.66667%; }
  .col-sm-offset-12{
    margin-left: 100%; } }

@media (min-width: 992px){
  .container{
    width: 964px; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    float: left; }
  .col-md-1{
    width: 8.33333%; }
  .col-md-2{
    width: 16.66667%; }
  .col-md-3{
    width: 25%; }
  .col-md-4{
    width: 33.33333%; }
  .col-md-5{
    width: 41.66667%; }
  .col-md-6{
    width: 50%; }
  .col-md-7{
    width: 58.33333%; }
  .col-md-8{
    width: 66.66667%; }
  .col-md-9{
    width: 75%; }
  .col-md-10{
    width: 83.33333%; }
  .col-md-11{
    width: 91.66667%; }
  .col-md-12{
    width: 100%; }
  .col-md-pull-0{
    right: auto; }
  .col-md-pull-1{
    right: 8.33333%; }
  .col-md-pull-2{
    right: 16.66667%; }
  .col-md-pull-3{
    right: 25%; }
  .col-md-pull-4{
    right: 33.33333%; }
  .col-md-pull-5{
    right: 41.66667%; }
  .col-md-pull-6{
    right: 50%; }
  .col-md-pull-7{
    right: 58.33333%; }
  .col-md-pull-8{
    right: 66.66667%; }
  .col-md-pull-9{
    right: 75%; }
  .col-md-pull-10{
    right: 83.33333%; }
  .col-md-pull-11{
    right: 91.66667%; }
  .col-md-pull-12{
    right: 100%; }
  .col-md-push-0{
    left: auto; }
  .col-md-push-1{
    left: 8.33333%; }
  .col-md-push-2{
    left: 16.66667%; }
  .col-md-push-3{
    left: 25%; }
  .col-md-push-4{
    left: 33.33333%; }
  .col-md-push-5{
    left: 41.66667%; }
  .col-md-push-6{
    left: 50%; }
  .col-md-push-7{
    left: 58.33333%; }
  .col-md-push-8{
    left: 66.66667%; }
  .col-md-push-9{
    left: 75%; }
  .col-md-push-10{
    left: 83.33333%; }
  .col-md-push-11{
    left: 91.66667%; }
  .col-md-push-12{
    left: 100%; }
  .col-md-offset-0{
    margin-left: 0%; }
  .col-md-offset-1{
    margin-left: 8.33333%; }
  .col-md-offset-2{
    margin-left: 16.66667%; }
  .col-md-offset-3{
    margin-left: 25%; }
  .col-md-offset-4{
    margin-left: 33.33333%; }
  .col-md-offset-5{
    margin-left: 41.66667%; }
  .col-md-offset-6{
    margin-left: 50%; }
  .col-md-offset-7{
    margin-left: 58.33333%; }
  .col-md-offset-8{
    margin-left: 66.66667%; }
  .col-md-offset-9{
    margin-left: 75%; }
  .col-md-offset-10{
    margin-left: 83.33333%; }
  .col-md-offset-11{
    margin-left: 91.66667%; }
  .col-md-offset-12{
    margin-left: 100%; }
  .map-box .container{
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none; }
  .main-sidebar{
    padding-left: 12px; }
  .portfolio-sidebar{
    padding-left: 24px; } }

@media (min-width: 1200px){
  .container{
    width: 1164px; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    float: left; }
  .col-lg-1{
    width: 8.33333%; }
  .col-lg-2{
    width: 16.66667%; }
  .col-lg-3{
    width: 25%; }
  .col-lg-4{
    width: 33.33333%; }
  .col-lg-5{
    width: 41.66667%; }
  .col-lg-6{
    width: 50%; }
  .col-lg-7{
    width: 58.33333%; }
  .col-lg-8{
    width: 66.66667%; }
  .col-lg-9{
    width: 75%; }
  .col-lg-10{
    width: 83.33333%; }
  .col-lg-11{
    width: 91.66667%; }
  .col-lg-12{
    width: 100%; }
  .col-lg-pull-0{
    right: auto; }
  .col-lg-pull-1{
    right: 8.33333%; }
  .col-lg-pull-2{
    right: 16.66667%; }
  .col-lg-pull-3{
    right: 25%; }
  .col-lg-pull-4{
    right: 33.33333%; }
  .col-lg-pull-5{
    right: 41.66667%; }
  .col-lg-pull-6{
    right: 50%; }
  .col-lg-pull-7{
    right: 58.33333%; }
  .col-lg-pull-8{
    right: 66.66667%; }
  .col-lg-pull-9{
    right: 75%; }
  .col-lg-pull-10{
    right: 83.33333%; }
  .col-lg-pull-11{
    right: 91.66667%; }
  .col-lg-pull-12{
    right: 100%; }
  .col-lg-push-0{
    left: auto; }
  .col-lg-push-1{
    left: 8.33333%; }
  .col-lg-push-2{
    left: 16.66667%; }
  .col-lg-push-3{
    left: 25%; }
  .col-lg-push-4{
    left: 33.33333%; }
  .col-lg-push-5{
    left: 41.66667%; }
  .col-lg-push-6{
    left: 50%; }
  .col-lg-push-7{
    left: 58.33333%; }
  .col-lg-push-8{
    left: 66.66667%; }
  .col-lg-push-9{
    left: 75%; }
  .col-lg-push-10{
    left: 83.33333%; }
  .col-lg-push-11{
    left: 91.66667%; }
  .col-lg-push-12{
    left: 100%; }
  .col-lg-offset-0{
    margin-left: 0%; }
  .col-lg-offset-1{
    margin-left: 8.33333%; }
  .col-lg-offset-2{
    margin-left: 16.66667%; }
  .col-lg-offset-3{
    margin-left: 25%; }
  .col-lg-offset-4{
    margin-left: 33.33333%; }
  .col-lg-offset-5{
    margin-left: 41.66667%; }
  .col-lg-offset-6{
    margin-left: 50%; }
  .col-lg-offset-7{
    margin-left: 58.33333%; }
  .col-lg-offset-8{
    margin-left: 66.66667%; }
  .col-lg-offset-9{
    margin-left: 75%; }
  .col-lg-offset-10{
    margin-left: 83.33333%; }
  .col-lg-offset-11{
    margin-left: 91.66667%; }
  .col-lg-offset-12{
    margin-left: 100%; } }

@media (min-width: 1164px){
  .col-lg-05{
    width: 20%; } }

@media (max-width: 744px){
  .flickity-prev-next-button{
    background: none; } }

@media (max-width: 992px){
  .menu-box{
    padding: 6em 1.5em 2em; }
  .main-sidebar{
    margin-top: 48px; }
  .project-top-meta{
    padding: 0 24px; } }
