﻿@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project: Clue - Creative Multiuse HTML Template
Version: 1.0
Last change: 10/03/17
Author: Sami Maxhuni
Primary use: Envato 

[Table of contents]

1. Body
2. Content / .site-container
  2.1. Header / .navbar
    2.1.1. Navigation / .navbar
  2.2. Wrapper / .wrapper
    2.2.1. Left Column / #left-content
    2.2.2. Right Column / #sidebar
3. Footer / .footer

# [Color codes]

$base-color: #35373e;
$second-color: #1abc9c;

# [Font Family]

$base-font: "Lato", sans-serif;
$second-font: "Montserrat", sans-serif;
$third-font: "Qwigley", sans-serif;

# Main Color (text): #35373e
-------------------------------------------------------------------*/
/* line 5, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 28, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ==========================================================================
  Logo Custom Font
============================================================================= */
/* ==========================================================================
  Default Colors
============================================================================= */
/* ==========================================================================
  Default Fonts
============================================================================= */
/* ==========================================================================
  Main Font Size
============================================================================= */
/* ==========================================================================
  Body
============================================================================= */
/* line 49, ../sass/style.scss */
html,
body {
  height: 100%;
}

/* line 54, ../sass/style.scss */
body {
  font-weight: 300 !important;
  min-width: 320px !important;
  font-family: "Lato", sans-serif !important;
  font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  position: relative;
}

/* line 63, ../sass/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../sass/_mixins.scss */
::-moz-selection {
  color: #FFF;
  background-color: #35373e;
}

/* line 13, ../sass/_mixins.scss */
::selection {
  color: #FFF;
  background-color: #35373e;
}

/* line 75, ../sass/style.scss */
a {
  text-decoration: none;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

/* line 80, ../sass/style.scss */
p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #35373e;
}

/* line 88, ../sass/style.scss */
iframe {
  border: none;
  overflow: hidden;
  margin: 0;
}

/* ==========================================================================
  Fix Icons
============================================================================= */
/* line 98, ../sass/style.scss */
.dev-icon-arrow:before {
  font-family: "linea-arrows-10" !important;
}

/* ==========================================================================
  Auto Height
============================================================================= */
/* line 107, ../sass/style.scss */
.devModals.auto-height {
  height: 0 !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  width: 100% !important;
}

/* line 114, ../sass/style.scss */
.dev-window.auto-height {
  height: 0 !important;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  width: 100% !important;
}

/* ==========================================================================
  Modal Wrappers
============================================================================= */
/* line 126, ../sass/style.scss */
.dev-window .close {
  top: 0px !important;
}
/* line 128, ../sass/style.scss */
.dev-window .close.icon {
  width: 40px !important;
  height: 40px !important;
  margin: 0px !important;
  opacity: 1 !important;
  background-color: #000 !important;
}
/* line 134, ../sass/style.scss */
.dev-window .close.icon:before, .dev-window .close.icon:after {
  background-color: #FFF !important;
  width: 60% !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -12px !important;
}
/* line 145, ../sass/style.scss */
.dev-window iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 152, ../sass/style.scss */
.dev-window .google-maps {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 161, ../sass/style.scss */
.dev-window .dev-modal-subscribe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: 3% 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 35%;
}
/* line 174, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content {
  padding: 25% 25px 0;
  width: 100%;
  text-align: center;
}
/* line 178, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #1abc9c;
  margin-bottom: 5px;
  font-style: italic;
}
/* line 187, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  color: #35373e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
/* line 199, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #777;
  letter-spacing: 1px;
}
/* line 207, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form {
  margin: 40px 0 0 0;
  padding: 0 20px;
}
/* line 212, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form .input-group input[type="email"],
.dev-window .dev-modal-subscribe .content form .input-group input[type="text"] {
  height: 45px;
  border: #dddddd 1px solid;
  padding: 0 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #35373e;
}
/* line 6, ../sass/_mixins.scss */
.dev-window .dev-modal-subscribe .content form .input-group input[type="email"]::-webkit-input-placeholder,
.dev-window .dev-modal-subscribe .content form .input-group input[type="text"]::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 7, ../sass/_mixins.scss */
.dev-window .dev-modal-subscribe .content form .input-group input[type="email"]:-moz-placeholder,
.dev-window .dev-modal-subscribe .content form .input-group input[type="text"]:-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 8, ../sass/_mixins.scss */
.dev-window .dev-modal-subscribe .content form .input-group input[type="email"]::-moz-placeholder,
.dev-window .dev-modal-subscribe .content form .input-group input[type="text"]::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 9, ../sass/_mixins.scss */
.dev-window .dev-modal-subscribe .content form .input-group input[type="email"]:-ms-input-placeholder,
.dev-window .dev-modal-subscribe .content form .input-group input[type="text"]:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 235, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form .input-group input[type="email"]:focus,
.dev-window .dev-modal-subscribe .content form .input-group input[type="text"]:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 241, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form .input-group .input-group-btn {
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: top;
}
/* line 246, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form .input-group .input-group-btn button {
  background-color: #35373e;
  color: #FFF;
  border-radius: 0px;
}
/* line 255, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form .dev-button {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  padding: 1.25em 2.1875em;
}
/* line 268, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form .dev-button:focus {
  outline: none;
}
/* line 274, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form .dev-button.dev-dark {
  background-color: #35373e;
  color: #FFF;
}
/* line 278, ../sass/style.scss */
.dev-window .dev-modal-subscribe .content form .dev-button.dev-dark:hover {
  background-color: #1abc9c;
  color: #FFF;
}
/* line 288, ../sass/style.scss */
.dev-window .dev-modal-fullwidth {
  width: 100%;
  height: 100%;
  background-color: #1abc9c;
  color: #FFF;
}
/* line 294, ../sass/style.scss */
.dev-window .dev-modal-fullwidth > .content {
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
  text-align: center;
}
/* line 301, ../sass/style.scss */
.dev-window .dev-modal-fullwidth > .content > h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 310, ../sass/style.scss */
.dev-window .dev-modal-fullwidth > .content > h2 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
  font-weight: bold;
}
/* line 319, ../sass/style.scss */
.dev-window .dev-modal-fullwidth > .content > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
}
/* line 327, ../sass/style.scss */
.dev-window .dev-modal-fullwidth > .content > a.dev-button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  margin: 15px 0 0 0;
  padding: 1.25em 2.1875em;
}
/* line 340, ../sass/style.scss */
.dev-window .dev-modal-fullwidth > .content > a.dev-button:focus {
  outline: none;
}
/* line 345, ../sass/style.scss */
.dev-window .dev-modal-fullwidth > .content > a.dev-button.dev-dark {
  background-color: #35373e;
  color: #FFF;
}
/* line 349, ../sass/style.scss */
.dev-window .dev-modal-fullwidth > .content > a.dev-button.dev-dark:hover {
  background-color: #FFF;
  color: #35373e;
}
/* line 360, ../sass/style.scss */
.dev-window .dev-modal-embed,
.dev-window .dev-modal-map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 367, ../sass/style.scss */
.dev-window .dev-modal-embed iframe,
.dev-window .dev-modal-map iframe {
  width: 100%;
  height: 100%;
}
/* line 372, ../sass/style.scss */
.dev-window .dev-modal-embed .google-maps,
.dev-window .dev-modal-map .google-maps {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
  Overlay
============================================================================= */
/* line 383, ../sass/style.scss */
.overlay {
  /* overlay closing cross */
  background-color: rgba(26, 188, 156, 0.95) !important;
}
/* line 384, ../sass/style.scss */
.overlay .overlay-contentscale {
  display: none !important;
  visibility: hidden !important;
}
/* line 388, ../sass/style.scss */
.overlay .overlay-contentscale.open {
  display: block !important;
  visibility: visible !important;
}
/* line 6, ../sass/_mixins.scss */
.overlay #mk-fullscreen-search-input::-webkit-input-placeholder {
  font-size: 30px;
  line-height: 30px !important;
  padding-top: 0px !important;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
}
/* line 7, ../sass/_mixins.scss */
.overlay #mk-fullscreen-search-input:-moz-placeholder {
  font-size: 30px;
  line-height: 30px !important;
  padding-top: 0px !important;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
}
/* line 8, ../sass/_mixins.scss */
.overlay #mk-fullscreen-search-input::-moz-placeholder {
  font-size: 30px;
  line-height: 30px !important;
  padding-top: 0px !important;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
}
/* line 9, ../sass/_mixins.scss */
.overlay #mk-fullscreen-search-input:-ms-input-placeholder {
  font-size: 30px;
  line-height: 30px !important;
  padding-top: 0px !important;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
}
/* line 409, ../sass/style.scss */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* ==========================================================================
  Coming Soon Notify Me
============================================================================= */
/* line 430, ../sass/style.scss */
.modal-backdrop {
  background: transparent !important;
}

/* line 433, ../sass/style.scss */
.notify-my {
  color: #35373e;
  top: 50% !important;
  margin-top: -180px !important;
}
/* line 438, ../sass/style.scss */
.notify-my .modal-dialog {
  max-width: 460px;
}
@media (max-width: 767px) {
  /* line 438, ../sass/style.scss */
  .notify-my .modal-dialog {
    margin-top: 28px !important;
    max-width: inherit;
  }
}
/* line 445, ../sass/style.scss */
.notify-my .modal-dialog .modal-content {
  position: relative;
  border-color: #ebebeb;
  border-bottom: 3px solid #1abc9c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 452, ../sass/style.scss */
.notify-my .modal-dialog .modal-content .modal-header {
  border: 0 none;
  min-height: 41px;
}
/* line 456, ../sass/style.scss */
.notify-my .modal-dialog .modal-content .modal-header .close {
  line-height: 1;
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 13px;
  top: 8px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 466, ../sass/style.scss */
.notify-my .modal-dialog .modal-content .modal-header .close:hover {
  opacity: .8;
}
/* line 469, ../sass/style.scss */
.notify-my .modal-dialog .modal-content .modal-header .close span {
  display: block;
}
/* line 475, ../sass/style.scss */
.notify-my .modal-dialog .modal-content .loading {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: rgba(26, 188, 156, 0.9);
  background-image: url("../img/loading-form.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
/* line 488, ../sass/style.scss */
.notify-my .modal-dialog .modal-content .loading.active {
  display: block;
}
/* line 493, ../sass/style.scss */
.notify-my .modal-dialog .modal-body {
  padding: 23px 80px 60px;
}
@media (max-width: 767px) {
  /* line 493, ../sass/style.scss */
  .notify-my .modal-dialog .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 501, ../sass/style.scss */
.notify-my .modal-dialog .modal-body textarea,
.notify-my .modal-dialog .modal-body select,
.notify-my .modal-dialog .modal-body input[type="text"],
.notify-my .modal-dialog .modal-body input[type="email"],
.notify-my .modal-dialog .modal-body input[type="password"] {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #35373e;
  background-color: #fff;
  padding: 5px 15px 5px;
  width: 100%;
  display: block;
  height: 56px;
  line-height: 16px;
  margin: 0 0 13px;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  -webkit-appearance: none;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  margin-bottom: 0;
}
/* line 525, ../sass/style.scss */
.notify-my .modal-dialog .modal-body textarea:focus,
.notify-my .modal-dialog .modal-body select:focus,
.notify-my .modal-dialog .modal-body input[type="text"]:focus,
.notify-my .modal-dialog .modal-body input[type="email"]:focus,
.notify-my .modal-dialog .modal-body input[type="password"]:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  border-color: #35373e;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6, ../sass/_mixins.scss */
.notify-my .modal-dialog .modal-body textarea::-webkit-input-placeholder,
.notify-my .modal-dialog .modal-body select::-webkit-input-placeholder,
.notify-my .modal-dialog .modal-body input[type="text"]::-webkit-input-placeholder,
.notify-my .modal-dialog .modal-body input[type="email"]::-webkit-input-placeholder,
.notify-my .modal-dialog .modal-body input[type="password"]::-webkit-input-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 7, ../sass/_mixins.scss */
.notify-my .modal-dialog .modal-body textarea:-moz-placeholder,
.notify-my .modal-dialog .modal-body select:-moz-placeholder,
.notify-my .modal-dialog .modal-body input[type="text"]:-moz-placeholder,
.notify-my .modal-dialog .modal-body input[type="email"]:-moz-placeholder,
.notify-my .modal-dialog .modal-body input[type="password"]:-moz-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 8, ../sass/_mixins.scss */
.notify-my .modal-dialog .modal-body textarea::-moz-placeholder,
.notify-my .modal-dialog .modal-body select::-moz-placeholder,
.notify-my .modal-dialog .modal-body input[type="text"]::-moz-placeholder,
.notify-my .modal-dialog .modal-body input[type="email"]::-moz-placeholder,
.notify-my .modal-dialog .modal-body input[type="password"]::-moz-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 9, ../sass/_mixins.scss */
.notify-my .modal-dialog .modal-body textarea:-ms-input-placeholder,
.notify-my .modal-dialog .modal-body select:-ms-input-placeholder,
.notify-my .modal-dialog .modal-body input[type="text"]:-ms-input-placeholder,
.notify-my .modal-dialog .modal-body input[type="email"]:-ms-input-placeholder,
.notify-my .modal-dialog .modal-body input[type="password"]:-ms-input-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 540, ../sass/style.scss */
.notify-my .modal-dialog .modal-body .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-size: 1.75rem;
  color: #35373e;
  line-height: 21px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 549, ../sass/style.scss */
.notify-my .modal-dialog .modal-body p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.1666666667rem;
  color: #999;
  line-height: 16px;
  margin-bottom: 20px;
}
/* line 557, ../sass/style.scss */
.notify-my .modal-dialog .modal-body .form-control {
  border-color: #111;
  color: #000;
}
/* line 562, ../sass/style.scss */
.notify-my .modal-dialog .modal-body .dev-button {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  padding: 1.25em 2.1875em;
}
/* line 575, ../sass/style.scss */
.notify-my .modal-dialog .modal-body .dev-button:focus {
  outline: none;
}
/* line 581, ../sass/style.scss */
.notify-my .modal-dialog .modal-body .dev-button.dev-dark {
  background-color: #35373e;
  color: #FFF;
}
/* line 585, ../sass/style.scss */
.notify-my .modal-dialog .modal-body .dev-button.dev-dark:hover {
  background-color: #1abc9c;
  color: #FFF;
}
/* line 592, ../sass/style.scss */
.notify-my .modal-dialog .modal-body .error,
.notify-my .modal-dialog .modal-body .success {
  margin: 10px 0 0;
  display: block;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  color: #1abc9c;
}
/* line 604, ../sass/style.scss */
.notify-my .modal-dialog .modal-body .error {
  color: red !important;
}
/* line 611, ../sass/style.scss */
.notify-my.fade .modal-dialog {
  visibility: hidden;
  transition: transform 0.3s ease-out, visibility 0.3s ease-out;
  transition-delay: .5s;
}
/* line 618, ../sass/style.scss */
.notify-my.in .modal-dialog {
  visibility: visible;
}

/**
 * overlay option
 */
/* line 628, ../sass/style.scss */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
/* line 638, ../sass/style.scss */
.animsition-loading,
.animsition-loading:after {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  z-index: 100;
}

/* line 651, ../sass/style.scss */
.animsition-loading {
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

/* ==========================================================================
  Global CSS
============================================================================= */
/* line 673, ../sass/style.scss */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
/* line 677, ../sass/style.scss */
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 688, ../sass/style.scss */
.mfp-bg {
  background-color: #000 !important;
  z-index: 99999 !important;
}

/* line 692, ../sass/style.scss */
.mfp-wrap {
  z-index: 99999 !important;
}

/* line 696, ../sass/style.scss */
.z-forward {
  z-index: 2;
}

/* line 701, ../sass/style.scss */
.padding.paddv-120 {
  padding: 120px 0 !important;
}
/* line 704, ../sass/style.scss */
.padding.paddv-100 {
  padding: 100px 0 !important;
}
/* line 707, ../sass/style.scss */
.padding.paddv-80 {
  padding: 80px 0 !important;
}
/* line 710, ../sass/style.scss */
.padding.paddv-60 {
  padding: 60px 0 !important;
}
/* line 713, ../sass/style.scss */
.padding.paddv-30 {
  padding: 30px 0 !important;
}
/* line 716, ../sass/style.scss */
.padding.paddv-10 {
  padding: 10px 0 !important;
}

/* line 722, ../sass/style.scss */
.margin.margv-100 {
  margin: 100px 0 !important;
}
/* line 725, ../sass/style.scss */
.margin.margv-80 {
  margin: 80px 0 !important;
}
/* line 728, ../sass/style.scss */
.margin.margv-60 {
  margin: 60px 0 !important;
}
/* line 731, ../sass/style.scss */
.margin.margv-30 {
  margin: 30px 0 !important;
}
/* line 734, ../sass/style.scss */
.margin.margv-10 {
  margin: 10px 0 !important;
}

/* line 740, ../sass/style.scss */
.remove-padding.paddv {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 744, ../sass/style.scss */
.remove-padding.paddh {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 748, ../sass/style.scss */
.remove-padding.paddt {
  padding-top: 0 !important;
}
/* line 751, ../sass/style.scss */
.remove-padding.paddb {
  padding-bottom: 0 !important;
}
/* line 755, ../sass/style.scss */
.remove-padding.paddl {
  padding-left: 0 !important;
}
/* line 758, ../sass/style.scss */
.remove-padding.paddr {
  padding-right: 0 !important;
}

/* line 764, ../sass/style.scss */
.add-padding.paddt-30 {
  padding-top: 30px !important;
}
/* line 767, ../sass/style.scss */
.add-padding.paddb-30 {
  padding-bottom: 30px !important;
}
/* line 771, ../sass/style.scss */
.add-padding.paddl-30 {
  padding-left: 30px !important;
}
/* line 774, ../sass/style.scss */
.add-padding.paddr-30 {
  padding-right: 30px !important;
}
/* line 778, ../sass/style.scss */
.add-padding.paddt-60 {
  padding-top: 60px !important;
}
/* line 781, ../sass/style.scss */
.add-padding.paddb-60 {
  padding-bottom: 60px !important;
}
/* line 785, ../sass/style.scss */
.add-padding.paddl-60 {
  padding-left: 60px !important;
}
/* line 788, ../sass/style.scss */
.add-padding.paddr-60 {
  padding-right: 60px !important;
}
/* line 792, ../sass/style.scss */
.add-padding.paddt-80 {
  padding-top: 80px !important;
}
/* line 795, ../sass/style.scss */
.add-padding.paddb-80 {
  padding-bottom: 80px !important;
}
/* line 799, ../sass/style.scss */
.add-padding.paddl-80 {
  padding-left: 80px !important;
}
/* line 802, ../sass/style.scss */
.add-padding.paddr-80 {
  padding-right: 80px !important;
}

/* line 808, ../sass/style.scss */
.add-margin.margt-30 {
  margin-top: 30px !important;
}
/* line 811, ../sass/style.scss */
.add-margin.margb-30 {
  margin-bottom: 30px !important;
}
/* line 815, ../sass/style.scss */
.add-margin.margl-30 {
  margin-left: 30px !important;
}
/* line 818, ../sass/style.scss */
.add-margin.margr-30 {
  margin-right: 30px !important;
}
/* line 822, ../sass/style.scss */
.add-margin.margt-40 {
  margin-top: 40px !important;
}
/* line 825, ../sass/style.scss */
.add-margin.margb-40 {
  margin-bottom: 40px !important;
}
/* line 829, ../sass/style.scss */
.add-margin.margl-40 {
  margin-left: 40px !important;
}
/* line 832, ../sass/style.scss */
.add-margin.margr-40 {
  margin-right: 40px !important;
}
/* line 836, ../sass/style.scss */
.add-margin.margt-60 {
  margin-top: 60px !important;
}
/* line 839, ../sass/style.scss */
.add-margin.margb-60 {
  margin-bottom: 60px !important;
}
/* line 843, ../sass/style.scss */
.add-margin.margl-60 {
  margin-left: 60px !important;
}
/* line 846, ../sass/style.scss */
.add-margin.margr-60 {
  margin-right: 60px !important;
}
/* line 850, ../sass/style.scss */
.add-margin.margt-80 {
  margin-top: 80px !important;
}
/* line 853, ../sass/style.scss */
.add-margin.margb-80 {
  margin-bottom: 80px !important;
}
/* line 857, ../sass/style.scss */
.add-margin.margl-80 {
  margin-left: 80px !important;
}
/* line 860, ../sass/style.scss */
.add-margin.margr-80 {
  margin-right: 80px !important;
}
/* line 864, ../sass/style.scss */
.add-margin.margt-100 {
  margin-top: 100px !important;
}
/* line 867, ../sass/style.scss */
.add-margin.margb-100 {
  margin-bottom: 100px !important;
}
/* line 871, ../sass/style.scss */
.add-margin.margl-100 {
  margin-left: 100px !important;
}
/* line 874, ../sass/style.scss */
.add-margin.margr-100 {
  margin-right: 100px !important;
}

/* line 880, ../sass/style.scss */
.remove-margin.margv {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 884, ../sass/style.scss */
.remove-margin.margh {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 888, ../sass/style.scss */
.remove-margin.margt {
  margin-top: 0 !important;
}
/* line 891, ../sass/style.scss */
.remove-margin.margb {
  margin-bottom: 0 !important;
}
/* line 895, ../sass/style.scss */
.remove-margin.margl {
  margin-left: 0 !important;
}
/* line 898, ../sass/style.scss */
.remove-margin.margr {
  margin-right: 0 !important;
}

/*==================================================
 * Effect 2
 * ===============================================*/
/* line 906, ../sass/style.scss */
.effect2 {
  position: relative;
}

/* line 910, ../sass/style.scss */
.effect2:before, .effect2:after {
  display: block;
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 20px;
  width: 50%;
  top: 80%;
  max-width: 900px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 10px 30px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/* line 931, ../sass/style.scss */
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* ==========================================================================
  Background Attributes
============================================================================= */
/* line 947, ../sass/style.scss */
.has-bg {
  background-repeat: repeat-y;
  background-position: 50%;
  background-size: cover;
}

/* line 952, ../sass/style.scss */
.bg-size-auto {
  background-size: auto;
}

/* line 955, ../sass/style.scss */
.bg-fixed {
  background-attachment: fixed;
}

/* line 959, ../sass/style.scss */
.dev-bg-overlay {
  position: relative;
}
/* line 961, ../sass/style.scss */
.dev-bg-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

/* ==========================================================================
  Responsive Menu
============================================================================= */
/* line 977, ../sass/style.scss */
.mobile-menu {
  display: none;
}

/* line 984, ../sass/style.scss */
.sidr .sidr-inner .sidr-class-mobile-header a {
  display: block;
}
/* line 986, ../sass/style.scss */
.sidr .sidr-inner .sidr-class-mobile-header a img {
  margin: 80px auto 40px;
  display: block;
}
/* line 994, ../sass/style.scss */
.sidr .sidr-inner ul li {
  position: relative;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 996, ../sass/style.scss */
.sidr .sidr-inner ul li a {
  text-align: right !important;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 60px;
}
/* line 1006, ../sass/style.scss */
.sidr .sidr-inner ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
/* line 1013, ../sass/style.scss */
.sidr .sidr-inner ul li:last-child {
  border: none;
}
/* line 1017, ../sass/style.scss */
.sidr .sidr-inner ul li > span.sidr-class-droped {
  display: inline-block;
  position: absolute;
  width: 60px;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
  top: 0;
  left: 0px;
  z-index: 3;
}
/* line 1029, ../sass/style.scss */
.sidr .sidr-inner ul li > span.sidr-class-droped:after {
  padding-top: 15px;
  text-align: center;
  display: inline-block;
  content: "\e686";
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1047, ../sass/style.scss */
.sidr .sidr-inner ul li > span.sidr-class-droped.sidr-class-open:after {
  content: "\e688";
}
/* line 1056, ../sass/style.scss */
.sidr .sidr-inner ul li.sidr-class-openli > ul {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1062, ../sass/style.scss */
.sidr .sidr-inner ul li ul {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding-right: 10px;
}
/* line 1067, ../sass/style.scss */
.sidr .sidr-inner ul li ul li a {
  font-size: 10px;
}

/* ==========================================================================
  Site Container with Content
============================================================================= */
/* line 1080, ../sass/style.scss */
.fullbackground {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}

/* line 1088, ../sass/style.scss */
.site-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 1094, ../sass/style.scss */
.site-container.boxed {
  max-width: 1250px;
  margin: 0 auto;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
/* line 1099, ../sass/style.scss */
.site-container.boxed .header {
  max-width: 1250px;
  margin: 0 auto;
}
/* line 1104, ../sass/style.scss */
.site-container.boxed .footer {
  max-width: 1250px;
  margin: 0 auto;
}
/* line 1113, ../sass/style.scss */
.site-container.fixed-footer .site-wrapper {
  margin-bottom: 570px;
  z-index: 2;
}
/* line 1117, ../sass/style.scss */
.site-container.fixed-footer .footer {
  position: fixed;
  bottom: 0;
  z-index: 0;
  visibility: hidden;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1127, ../sass/style.scss */
.site-container .header {
  position: fixed;
  z-index: 21;
  width: 100%;
  padding: 35px 100px 0;
  -moz-transition: all 0.45s ease-in-out, border 1ms;
  -o-transition: all 0.45s ease-in-out, border 1ms;
  -webkit-transition: all 0.45s ease-in-out, border 1ms;
  transition: all 0.45s ease-in-out, border 1ms;
}
/* line 1135, ../sass/style.scss */
.site-container .header.page-nonheader {
  background-color: #f9f9f9 !important;
  border-bottom: transparent 1px solid !important;
  margin-bottom: 100px;
}
/* line 1142, ../sass/style.scss */
.site-container .header.page-header {
  margin-top: 0;
  position: fixed;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  border-bottom: #E9E9E9 1px solid;
}
/* line 1151, ../sass/style.scss */
.site-container .header.page-header.affix {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
/* line 1160, ../sass/style.scss */
.site-container .header.page-header .navbar .navbar-collapse .nav > li > a {
  color: #FFF;
}
/* line 1163, ../sass/style.scss */
.site-container .header.page-header .navbar .navbar-collapse .nav > li > .sub-menu {
  margin-top: 22px !important;
}
/* line 1168, ../sass/style.scss */
.site-container .header.page-header .navbar .navbar-collapse .nav > li.mega-menu > .sub-menu {
  margin-top: 22px !important;
}
/* line 1178, ../sass/style.scss */
.site-container .header.affix-top {
  border-bottom: transparent 1px solid !important;
}
/* line 1182, ../sass/style.scss */
.site-container .header.affix {
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: #E9E9E9 1px solid !important;
}
/* line 1193, ../sass/style.scss */
.site-container .header.affix .navbar .navbar-collapse .nav > li > .sub-menu {
  margin-top: 22px !important;
}
/* line 1198, ../sass/style.scss */
.site-container .header.affix .navbar .navbar-collapse .nav > li.mega-menu > .sub-menu {
  margin-top: 22px !important;
}
/* line 1208, ../sass/style.scss */
.site-container .header .navbar {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 1213, ../sass/style.scss */
.site-container .header .navbar .navbar-header .navbar-brand {
  padding: 10px 15px;
}
/* line 1218, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse {
  padding-top: 15px;
}
/* line 1222, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav {
  position: relative;
}
/* line 1224, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
/* line 1231, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3e3e3e;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 1248, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > a:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 0px;
  border-bottom: 1px solid black;
  bottom: 2px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
/* line 1265, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > a.active, .site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > a:hover {
  background-color: transparent;
  color: #000;
}
/* line 1270, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > a.active:after, .site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 1279, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li:hover > .sub-menu {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 1286, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 10px;
  width: 16em;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin: 10px 0 0;
  padding: 3px 0 0;
  z-index: 9999;
  padding: 10px;
  background-color: #000;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
/* line 1306, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li {
  position: relative;
  margin: 0;
  display: block;
  float: none;
}
/* line 1312, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li:not(:last-child) {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid !important;
}
/* line 1317, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding: 15px;
  text-align: left;
}
/* line 1328, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li a:after {
  display: none;
}
/* line 1332, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 1338, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li:hover > .sub-level3 {
  visibility: visible;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 1346, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li:hover:hover:first-child > .sub-level3 {
  top: -10px !important;
}
/* line 1353, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li.sub-level-icon:after {
  position: absolute;
  top: 15px;
  font-size: 16px;
  color: #FFF;
  right: 5px;
  display: inline-block;
  content: "\e684";
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1374, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li > .sub-menu li > .sub-level3 {
  position: absolute !important;
  top: 0px !important;
  left: 100%;
  background-color: #000;
  width: 17em;
  margin-left: 10px;
  padding: 10px;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1396, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu:hover .sub-menu {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 1403, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu {
  background-size: cover;
  position: absolute !important;
  background-color: #000;
  left: 0 !important;
  margin-top: 10px;
  padding: 0 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
/* line 1404, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu.column4, .site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu.column5, .site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu.column6 {
  width: 960px;
}
/* line 1410, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu.column2, .site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu.column3 {
  width: 760px;
}
/* line 1428, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li {
  float: left !important;
  margin: 0 !important;
  padding: 20px 10px;
  color: #FFF !important;
  border: none !important;
}
/* line 1435, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li > a {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
}
/* line 1444, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li > a:after {
  position: absolute;
  display: block !important;
  content: "" !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  height: 1px;
  bottom: 0;
  right: 20px;
  left: 15px;
}
/* line 1455, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li > a:hover {
  background-color: rgba(255, 255, 255, 0);
}
/* line 1460, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li > a:not(:first-child) {
  margin-top: 10px;
}
/* line 1464, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul {
  display: block !important;
  width: 100% !important;
  left: 0px !important;
  top: 0px !important;
  opacity: 1 !important;
  position: relative !important;
  margin-top: 20px;
}
/* line 1475, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul.no-arrow li > a {
  padding-left: 15px;
}
/* line 1477, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul.no-arrow li > a:before {
  display: none !important;
}
/* line 1481, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul.no-arrow li > a i {
  font-size: 12px;
  margin-right: 10px !important;
}
/* line 1489, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul li {
  display: block !important;
  float: none !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
/* line 1497, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul li > a {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding-left: 30px;
  line-height: 13px;
}
/* line 1509, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul li > a:before {
  position: absolute;
  top: 17px;
  left: 15px;
  display: inline-block;
  content: "\e684";
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1529, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}
/* line 1534, ../sass/style.scss */
.site-container .header .navbar .navbar-collapse .navbar-nav .nav > li.mega-menu .sub-menu .sub-menu-li .sub-menu-li-ul li img {
  width: 100%;
}
/* line 1550, ../sass/style.scss */
.site-container .header .navbar .top-search {
  float: right;
  padding: 9px 0;
  margin-left: 30px;
  margin-top: 15px;
}
/* line 1557, ../sass/style.scss */
.site-container .header .navbar .top-cart {
  float: right;
  padding: 8px 0;
  margin-left: 30px;
  margin-top: 15px;
}
/* line 1562, ../sass/style.scss */
.site-container .header .navbar .top-cart > a {
  position: relative;
  padding-bottom: 30px;
}
/* line 1566, ../sass/style.scss */
.site-container .header .navbar .top-cart > a span {
  display: block;
  position: absolute;
  top: -4px;
  left: auto;
  right: -9px;
  font-size: 10px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #1abc9c;
  border-radius: 50%;
}
/* line 1585, ../sass/style.scss */
.site-container .header .navbar .top-cart:hover .shopping_cart_dropdown {
  display: block;
  visibility: visible;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1594, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown {
  margin-top: 21px;
  right: -7px;
  margin-left: -142px;
  background-color: #262626;
  display: block;
  left: auto;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 1000;
  padding: 15px;
  width: 300px;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #9d9d9d;
}
/* line 1612, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown:hover {
  display: block;
  visibility: visible;
  text-align: left;
}
/* line 1618, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner {
  margin-bottom: 15px;
}
/* line 1622, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li {
  display: inline-block;
  position: relative;
  width: 100%;
  float: none;
  padding: 10px 0;
  border-bottom: 1px solid #3d3d3d;
  line-height: 20px;
  color: #9d9d9d;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
/* line 1637, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li a.remove {
  position: absolute;
  font-size: 11px;
  top: 32px;
  left: 0;
  display: block;
  height: 1em;
  line-height: 1;
  margin-top: -0.5em;
  color: #1abc9c;
  text-decoration: none;
}
/* line 1651, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li .thumb {
  float: left;
  margin-left: 15px;
}
/* line 1654, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li .thumb .image-cover {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
/* line 1660, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li .thumb .image-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1669, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li .mini-cart-content {
  margin-left: 85px;
}
/* line 1672, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li .mini-cart-content .box-name {
  text-decoration: none;
  color: #1abc9c;
}
/* line 1677, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li .mini-cart-content .mini-cart-quantity {
  display: block;
}
/* line 1690, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .qbutton {
  height: 28px;
  line-height: 30px;
  font-size: 11px;
  padding: 0 13px;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  border: 2px solid #303030;
  font-weight: 700;
  font-family: inherit;
  text-align: left;
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  background-color: transparent;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
}
/* line 1728, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .qbutton:hover {
  background-color: #1abc9c !important;
  border-color: #1abc9c !important;
}
/* line 1733, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .qbutton i {
  font-size: 14px;
  padding: 0 0 0 4px;
  margin: 0;
}
/* line 1739, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown .qbutton.white {
  border-color: #fff;
  color: #fff;
}
/* line 1746, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown span.total {
  padding: 0 0 0 8px;
  float: right;
  color: #9d9d9d;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 10px;
}
/* line 1756, ../sass/style.scss */
.site-container .header .navbar .top-cart .shopping_cart_dropdown span.total span {
  font-family: inherit;
  font-size: 13px;
  color: #fff;
  padding: 0 0 0 2px;
}
/* line 1772, ../sass/style.scss */
.site-container .revolution-slider {
  /*float: left;
  width: 100%;*/
  position: relative;
  z-index: 3;
}
/* line 1780, ../sass/style.scss */
.site-container .revolution-slider .dev-caption-big {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  color: #000;
}
/* line 1788, ../sass/style.scss */
.site-container .revolution-slider .dev-caption-medium {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #1f1f1f;
}
/* line 1797, ../sass/style.scss */
.site-container .revolution-slider .dev-caption-medium:after {
  display: block;
  content: " ";
  width: 30%;
  height: 2px;
  margin: 10px auto 0;
  background-color: #35373e;
}
/* line 1816, ../sass/style.scss */
.site-container .revolution-slider .dev-button {
  -moz-transition: background 0.45s !important;
  -o-transition: background 0.45s !important;
  -webkit-transition: background 0.45s !important;
  transition: background 0.45s !important;
}
/* line 1822, ../sass/style.scss */
.site-container .page-heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 500px;
  background-color: #c5c3c5;
  overflow: hidden;
  z-index: 2;
}
/* line 1832, ../sass/style.scss */
.site-container .page-heading.page-heading-overlay:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 1847, ../sass/style.scss */
.site-container .page-heading .page-title {
  position: relative;
  z-index: 3;
  margin-top: 270px;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1856, ../sass/style.scss */
.site-container .page-heading .page-title h1 {
  font-family: "Montserrat" ,sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
  margin: 0px;
}
/* line 1867, ../sass/style.scss */
.site-container .page-heading .page-title ul,
.site-container .page-heading .page-title ol {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 1871, ../sass/style.scss */
.site-container .page-heading .page-title ul li,
.site-container .page-heading .page-title ol li {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
}
/* line 1879, ../sass/style.scss */
.site-container .page-heading .page-title ul li a,
.site-container .page-heading .page-title ol li a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #FFF;
}
/* line 1892, ../sass/style.scss */
.site-container .site-wrapper {
  position: relative;
  float: left;
  width: 100%;
  background-color: #FFF;
  z-index: 2;
  /* ==========================================================================
    Typography for wrapper
  ============================================================================= */
  /* ==========================================================================
    Sections
  ============================================================================= */
}
/* line 1903, ../sass/style.scss */
.site-container .site-wrapper h1,
.site-container .site-wrapper h2,
.site-container .site-wrapper h3,
.site-container .site-wrapper h4,
.site-container .site-wrapper h5,
.site-container .site-wrapper h6 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
/* line 1916, ../sass/style.scss */
.site-container .site-wrapper hr {
  margin: 40px 0;
  border-color: #f4f5f6;
}
/* line 1922, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li {
  list-style: circle;
}
/* line 1927, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li.text-center li:before {
  position: static !important;
  top: 0;
  left: 0;
  margin-right: 10px;
}
/* line 1936, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li li {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}
/* line 1943, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li li:not(:last-child) {
  margin-bottom: 5px;
}
/* line 1949, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li.dev-li-ticks {
  list-style: none;
}
/* line 1951, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li.dev-li-ticks li {
  padding-left: 25px;
}
/* line 1954, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li.dev-li-ticks li:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  color: #999;
  content: "\e006";
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1974, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li.dev-li-arrow {
  list-style: none;
}
/* line 1976, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li.dev-li-arrow li {
  padding-left: 25px;
}
/* line 1978, ../sass/style.scss */
.site-container .site-wrapper ul.dev-li.dev-li-arrow li:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  color: #999;
  content: "\e04c";
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 2001, ../sass/style.scss */
.site-container .site-wrapper ol.dev-ol {
  list-style-type: decimal;
}
/* line 2004, ../sass/style.scss */
.site-container .site-wrapper ol.dev-ol:dev-ol-alpha {
  list-style-type: hiragana !important;
}
/* line 2008, ../sass/style.scss */
.site-container .site-wrapper ol.dev-ol li {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}
/* line 2015, ../sass/style.scss */
.site-container .site-wrapper ol.dev-ol li:not(:last-child) {
  margin-bottom: 5px;
}
/* line 2026, ../sass/style.scss */
.site-container .site-wrapper section {
  position: relative;
  z-index: 1;
  /* ==========================================================================
    Login Page
  ============================================================================= */
  /* ==========================================================================
    Register Page
  ============================================================================= */
  /* ==========================================================================
  	  Shopping Page
  	============================================================================= */
  /* ==========================================================================
    Elements
  ============================================================================= */
  /*=====  End of Elements  ======*/
}
/* line 2036, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-form {
  position: relative;
  margin: 50px 0 20px;
}
/* line 2040, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-form .form-group label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
/* line 2046, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-form .form-group label .required {
  color: red;
}
/* line 2052, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-form .form-group .dev-inputs:focus {
  outline: none;
}
/* line 2057, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-form .form-group .dev-button {
  display: inline-block;
  border: none;
  margin: 10px 0 20px;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 2065, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-form .form-group .lost-password {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #35373e;
  font-style: italic;
  margin-left: 20px;
}
/* line 2074, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-form .form-group .lost-password > a {
  color: #1abc9c;
  font-weight: 500;
  font-style: normal;
  margin-left: 5px;
}
/* line 2085, ../sass/style.scss */
.site-container .site-wrapper section.login-page .or-text {
  position: absolute;
  right: 20px;
  width: initial;
  height: 100%;
  top: 10px;
  z-index: -1;
}
/* line 2093, ../sass/style.scss */
.site-container .site-wrapper section.login-page .or-text span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #F5F5F5;
  position: absolute;
  top: 50%;
  padding: 10px;
  background: #FFF;
  margin-top: -80px;
  text-transform: uppercase;
}
/* line 2108, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-socials {
  margin: 50px 0 20px;
  padding: 0 0px 0 80px;
}
/* line 2112, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-socials ul li {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjVmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), repeat scroll 0% 0%/auto padding-box border-box;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f8f9), color-stop(100%, #f4f5f6)), repeat scroll 0% 0%/auto padding-box border-box;
  background: -moz-linear-gradient(#f7f8f9, #f4f5f6), repeat scroll 0% 0%/auto padding-box border-box;
  background: -webkit-linear-gradient(#f7f8f9, #f4f5f6), repeat scroll 0% 0%/auto padding-box border-box;
  background: linear-gradient(#f7f8f9, #f4f5f6), repeat scroll 0% 0%/auto padding-box border-box;
  margin-bottom: 20px;
}
/* line 2116, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-socials ul li:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjVmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), repeat scroll 0% 0%/auto padding-box border-box;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f5f6), color-stop(100%, #f7f8f9)), repeat scroll 0% 0%/auto padding-box border-box;
  background: -moz-linear-gradient(#f4f5f6, #f7f8f9), repeat scroll 0% 0%/auto padding-box border-box;
  background: -webkit-linear-gradient(#f4f5f6, #f7f8f9), repeat scroll 0% 0%/auto padding-box border-box;
  background: linear-gradient(#f4f5f6, #f7f8f9), repeat scroll 0% 0%/auto padding-box border-box;
}
/* line 2120, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-socials ul li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 60px;
  color: #35373e;
  text-decoration: none;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: rgba(53, 55, 62, 0.1) 1px solid;
}
/* line 2134, ../sass/style.scss */
.site-container .site-wrapper section.login-page .login-socials ul li a i {
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}
/* line 2155, ../sass/style.scss */
.site-container .site-wrapper section.register-page .regiter-form {
  margin: 50px 0 20px;
}
/* line 2159, ../sass/style.scss */
.site-container .site-wrapper section.register-page .regiter-form .form-group label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
/* line 2165, ../sass/style.scss */
.site-container .site-wrapper section.register-page .regiter-form .form-group label .required {
  color: red;
}
/* line 2171, ../sass/style.scss */
.site-container .site-wrapper section.register-page .regiter-form .form-group .dev-inputs:focus {
  outline: none;
}
/* line 2176, ../sass/style.scss */
.site-container .site-wrapper section.register-page .regiter-form .form-group .dev-button {
  display: inline-block;
  border: none;
  margin: 10px 0 20px;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 2186, ../sass/style.scss */
.site-container .site-wrapper section.register-page .regiter-form .dev-button {
  display: inline-block;
  border: none;
  margin: 10px 0 20px;
}
/* line 2198, ../sass/style.scss */
.site-container .site-wrapper section.shop-section {
  /* ==========================================================================
    Product Page
  ============================================================================= */
  /* ==========================================================================
    Cart Checkout
  ============================================================================= */
}
/* line 2201, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-width: 0;
}
/* line 2207, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table thead {
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
}
/* line 2212, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table thead tr th {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0px 10px 10px;
  color: #35373e;
}
/* line 2227, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item {
  background: transparent;
  border-bottom: 1px dashed #e8e8e8;
}
/* line 2231, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item:last-child {
  border: none;
}
/* line 2235, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding: 15px 10px;
  vertical-align: middle;
  line-height: 22px;
  margin-bottom: 5px;
  color: #35373e;
  max-width: 160px;
}
/* line 2247, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td a {
  color: #35373e;
  text-decoration: none;
}
/* line 2252, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-remove {
  vertical-align: middle;
  font-size: 10px;
}
/* line 2255, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-remove a {
  position: relative;
  color: #1abc9c;
}
/* line 2259, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-remove a:before {
  content: "+";
  font-size: 25px;
  font-weight: 300;
  position: absolute;
  top: 50px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 2271, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity {
  position: relative;
  float: left;
  width: 67px;
  height: 40px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #e8e8e8;
}
/* line 2280, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
/* line 2281, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* line 2282, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/* line 2284, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity input {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  width: 36px;
  height: 100%;
  text-align: center;
  margin-right: 28px;
  margin-bottom: 0;
  background: transparent;
  border-width: 0;
  color: #28262b;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 2300, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity .minus,
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity .plus {
  font-size: 21px;
  position: absolute;
  right: 0;
  display: block;
  width: 28px;
  height: 50%;
  line-height: 20px;
  padding: 0;
  border: none;
  color: #28262b;
  background-color: transparent;
  border-left: 1px solid #e8e8e8;
  cursor: pointer;
  z-index: 2;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 2319, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity .minus {
  bottom: 0;
}
/* line 2323, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shop_table tbody tr.cart_item td.product-quantity .quantity .plus {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
/* line 2336, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest {
  padding-left: 20px;
}
/* line 2338, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > h2 {
  padding: 0 7.5px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0;
}
/* line 2343, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > h2:after {
  display: block;
  content: " ";
  width: 50px;
  height: 1px;
  background-color: #35373e;
  margin: 10px 0 20px;
}
/* line 2352, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > h2:first-child {
  margin-top: 0;
}
/* line 2357, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p {
  padding: 0 7.5px;
  margin-bottom: 10px;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p::after {
  clear: both;
  content: "";
  display: table;
}
/* line 2363, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p:last-child > .cart-submit-dark {
  margin-bottom: 30px;
}
/* line 2368, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container {
  width: 100% !important;
  border-radius: 0;
  border: 1px solid #e8e8e8;
}
/* line 2375, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .dev-custom-sbox {
  width: 100% !important;
  font-size: 14px;
  height: 56px;
  line-height: 20px;
  padding: 12px 25px 0px 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 2388, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options {
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  border-color: #F0F0F0 !important;
}
/* line 2394, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li a {
  font-size: 10px !important;
  padding: 0 10px !important;
}
/* line 2401, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option:active, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option:focus, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 2407, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option:active a, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option:focus a, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option:hover a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 2414, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 2418, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 2422, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:active, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:focus, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 2433, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li:active, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li:focus, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 2439, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li:active a, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li:focus a, .site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .selectboxit-container .selectboxit-options li:hover a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 2449, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p select,
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p input {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #35373e;
  text-transform: uppercase;
  background-color: #fff;
  padding: 7px 15px 7px;
  width: 100%;
  display: block;
  height: 56px;
  line-height: 20px;
  margin: 0 0 13px;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  -webkit-appearance: none;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  margin-bottom: 0;
}
/* line 2477, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .cart-submit-dark {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  border: #e8e8e8 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  padding: 17px 20px;
  background-color: #35373e;
  color: #FFF;
}
/* line 2495, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .shipping-dest > p .cart-submit-dark:focus {
  outline: none;
}
/* line 2502, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals {
  color: #35373e;
  padding: 30px;
  background-color: transparent;
  border: #e8e8e8 1px solid;
  margin-top: 30px;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals::after {
  clear: both;
  content: "";
  display: table;
}
/* line 2510, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 1px;
  color: #35373e;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article::after {
  clear: both;
  content: "";
  display: table;
}
/* line 2522, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article.total-value span {
  font-size: 17px;
  font-weight: 700;
  margin-top: -5px;
}
/* line 2529, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article:after {
  display: block;
  content: " ";
  height: 1px;
  background-color: transparent;
  margin: 10px -5px 20px;
  border-bottom: #CCCCCC 1px dashed;
}
/* line 2538, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article:nth-last-child(-n+2):after {
  margin: 20px -5px 15px !important;
}
/* line 2543, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article:last-child:after {
  display: none;
}
/* line 2548, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article span {
  float: right;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}
/* line 2556, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article:first-child {
  margin-top: 0;
}
/* line 2562, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode {
  float: right;
  display: inline-block;
}
/* line 2566, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode li {
  margin-bottom: 5px;
}
/* line 2568, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode li input[type="radio"] {
  margin-right: 10px;
}
/* line 2572, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode li:last-child {
  margin-bottom: 0;
}
/* line 2576, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode li input[type="radio"] {
  display: none;
}
/* line 2579, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode li input[type="radio"] + label {
  color: #35373e;
}
/* line 2582, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode li input[type="radio"] + label span {
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: #e6e6e6 1px solid;
  position: relative;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 2603, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode li input[type="radio"]:checked + label span {
  text-align: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 2606, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .article .shipping-methode li input[type="radio"]:checked + label span:after {
  font-size: 18px;
  font-family: "linea-arrows-10" !important;
  content: "";
  font-style: normal !important;
  font-weight: 900 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  color: #35373e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 2633, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-totals .dashed-line {
  width: 100%;
  height: 1px;
  background-color: transparent;
  border-bottom: 1px dashed #e8e8e8;
}
/* line 2641, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-submit-dark {
  float: right;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  border: #e8e8e8 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 30px 10px 0 0;
  padding: 17px 20px;
  background-color: #35373e;
  color: #FFF;
}
/* line 2658, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-submit-dark.primary-btn {
  background-color: #1abc9c;
  color: #FFF;
}
/* line 2663, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-section .cart-submit-dark:focus {
  outline: none;
}
/* line 2672, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget {
  margin-bottom: 50px;
}
/* line 2675, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget > h2 {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #35373e;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 2685, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget > h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #505050;
  margin-top: 10px;
}
/* line 2698, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-search-product > form .input-group > input[type="text"] {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #35373e;
  letter-spacing: 1px;
  border-color: #f0f0f0;
  border-right: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 6, ../sass/_mixins.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-search-product > form .input-group > input[type="text"]::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 7, ../sass/_mixins.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-search-product > form .input-group > input[type="text"]:-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 8, ../sass/_mixins.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-search-product > form .input-group > input[type="text"]::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 9, ../sass/_mixins.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-search-product > form .input-group > input[type="text"]:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 2718, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-search-product > form .input-group > input[type="text"]:focus {
  outline: none;
}
/* line 2724, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-search-product > form .input-group > .input-group-btn .btn {
  border-color: #f0f0f0;
  border-left: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2730, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-search-product > form .input-group > .input-group-btn .btn:hover {
  background: transparent;
  border-left: none;
}
/* line 2743, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-archives > ul li, .site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-categories > ul li {
  border-bottom: #f0f0f0 1px solid;
}
/* line 2745, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-archives > ul li a, .site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-categories > ul li a {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #777777;
  line-height: 44px;
  letter-spacing: 1px;
  text-decoration: none;
  padding-left: 30px;
}
/* line 2757, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-archives > ul li a:hover, .site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-categories > ul li a:hover {
  color: #35373e;
}
/* line 2761, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-archives > ul li a:before, .site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-categories > ul li a:before {
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #999;
  content: "\e04c";
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 2786, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f0f0f0 1px solid;
}
/* line 2787, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li:before, .site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li:after {
  display: table;
  content: " ";
}
/* line 2793, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li:after {
  clear: both;
}
/* line 2801, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > a.post-thumbnail {
  float: left;
  width: 80px;
  overflow: hidden;
}
/* line 2807, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > a.post-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 2812, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content {
  padding-left: 100px;
}
/* line 2815, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content .post-title {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #35373e;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 0px;
}
/* line 2827, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content .post-title a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #35373e;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 2839, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content .post-price,
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content .post-date {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #777777;
  line-height: 24px;
  letter-spacing: 1px;
}
/* line 2849, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content .post-price.post-price,
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content .post-date.post-price {
  font-size: 13px;
}
/* line 2854, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content .post-price .old-price,
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-latest-posts > ul li > .content .post-date .old-price {
  font-size: 11px;
  color: #1abc9c;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-tags > ul::after {
  clear: both;
  content: "";
  display: table;
}
/* line 2868, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-tags > ul li {
  float: left;
}
/* line 2870, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-tags > ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  color: #35373e;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0px 20px;
  border: #f0f0f0 1px solid;
}
/* line 2883, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-tags > ul li a:hover {
  border-color: #1abc9c;
}
/* line 2893, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline {
  display: table;
  width: 100%;
}
/* line 2897, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .from-price {
  width: 49%;
  margin-right: 2%;
}
/* line 2900, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .from-price > .input-group {
  width: 100%;
}
/* line 2902, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .from-price > .input-group .input-group-addon {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #F0F0F0;
  background-color: #FFF;
  border-right: none;
  color: #bcbcbc;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 2917, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .from-price > .input-group .input-group-addon span {
  color: #35373e;
  font-family: "Montserrat", sans-serif;
}
/* line 2923, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .from-price > .input-group .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #F0F0F0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-left: none;
  color: #35373e;
  font-family: "Montserrat", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
/* line 2935, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .from-price > .input-group .form-control:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #F0F0F0;
}
/* line 2944, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .to-price {
  width: 49%;
}
/* line 2946, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .to-price > .input-group {
  width: 100%;
}
/* line 2948, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .to-price > .input-group .input-group-addon {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #F0F0F0;
  background-color: #FFF;
  border-right: none;
  color: #bcbcbc;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 2963, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .to-price > .input-group .input-group-addon span {
  color: #35373e;
  font-family: "Montserrat", sans-serif;
}
/* line 2969, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .to-price > .input-group .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #F0F0F0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-left: none;
  color: #35373e;
  font-family: "Montserrat", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
/* line 2981, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .to-price > .input-group .form-control:focus {
  outline: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #F0F0F0;
}
/* line 2990, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  color: #35373e;
  border: #35373e 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 100%;
  padding: 12px 25px;
  margin-top: 20px;
  background-color: #FFF;
}
/* line 3006, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more.left {
  float: left !important;
  margin-bottom: 50px;
}
/* line 3010, ../sass/style.scss */
/*.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more:visited, 
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more:active,*/ 
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more:focus {
  border: #35373e 1px solid;
  outline: none;
}
/* line 3017, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more.white {
  color: #FFF !important;
  border: #FFF 1px solid !important;
}
/* line 3021, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more.white:before {
  background-color: #FFF !important;
  color: #35373e !important;
}
/* line 3026, ../sass/style.scss */
/*.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more.white:visited, 
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more.white:active, */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more.white:focus, 
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more.white:hover {
  color: #35373e !important;
}
/* line 3034, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more:before {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3038, ../sass/style.scss */
/*.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more:visited, 
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more:active, */
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more:focus, 
.site-container .site-wrapper section.shop-section .shop-sidebar .widget.widget-product-filter .form-inline .more:hover {
  color: #FFF;
}
/* line 3051, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar {
  width: 100%;
  margin-bottom: 50px;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar::after {
  clear: both;
  content: "";
  display: table;
}
/* line 3056, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .count-results {
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #35373e;
}
/* line 3067, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort {
  float: right;
  font-family: "Lato", sans-serif;
}
/* line 3072, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .dev-custom-sbox {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 3080, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  border-color: #F0F0F0 !important;
}
/* line 3085, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li a {
  font-size: 10px !important;
  padding: 0 10px !important;
}
/* line 3092, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option:active, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option:focus, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3098, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option:active a, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option:focus a, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option:hover a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3105, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3109, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3113, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:active, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:focus, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3124, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li:active, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li:focus, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3130, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li:active a, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li:focus a, .site-container .site-wrapper section.shop-section .top-shopping-bar .product-sort .selectboxit-container .selectboxit-options li:hover a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3141, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container {
  width: 100%;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section .product-container::after {
  clear: both;
  content: "";
  display: table;
}
/* line 3145, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container.related-products {
  margin: 50px 0 0px;
}
/* line 3151, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container.related-products ul li .product-box .product-image {
  padding: 50% 0 !important;
}
/* line 3159, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul {
  display: table;
  width: 100%;
  margin: 0;
}
/* line 3164, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  width: calc(99% / 3);
  line-height: 0;
  padding: 0 20px 20px 0;
  margin-bottom: 30px;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section .product-container ul li::after {
  clear: both;
  content: "";
  display: table;
}
/* line 3175, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box {
  float: left;
  width: 100%;
}
/* line 3179, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image {
  position: relative;
  width: 100%;
  /*height: 315px;*/
  padding: 60% 0;
  overflow: hidden;
  margin-bottom: 25px;
}
/* line 3188, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 3;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 3199, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  color: #35373e;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 3208, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart {
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -70px;
  margin-bottom: 0 !important;
  padding: 10px 15px !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s all;
  -o-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s all;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s all;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s all;
}
/* line 3221, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart.zoom-out {
  overflow: hidden;
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
/* line 3227, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart.zoom-out[data-loading] span.text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
/* line 3232, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart.zoom-out[data-loading] span.spinner {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
/* line 3240, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart.zoom-out span {
  -moz-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
/* line 3243, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart.zoom-out span.spinner {
  left: 50%;
  margin-left: -16px;
  -moz-transform: scale(2.5, 2.5);
  -ms-transform: scale(2.5, 2.5);
  -webkit-transform: scale(2.5, 2.5);
  transform: scale(2.5, 2.5);
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf///6+vr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs/Ly8vz8/AAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
/* line 3258, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart.zoom-out span.text {
  position: relative;
  display: inline-block;
}
/* line 3261, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart.zoom-out span.text i {
  font-size: 22px;
  vertical-align: middle;
  margin-top: -5px;
}
/* line 3270, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart span {
  -moz-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s all;
  -o-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s all;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s all;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s all;
}
/* line 3273, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart span.text {
  color: #35373e;
}
/* line 3278, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart:focus {
  background-color: none;
  outline: none;
  box-shadow: none;
}
/* line 3286, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .cart-hover a.add-to-cart:hover span.text {
  color: #FFF;
}
/* line 3295, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image .product-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 15px 10px;
  background-color: #35373e;
  color: #FFF;
}
/* line 3314, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active a:nth-of-type(1), .site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image:hover a:nth-of-type(1) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 3318, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active a:nth-of-type(2), .site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image:hover a:nth-of-type(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 3323, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active .cart-hover, .site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image:hover .cart-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 3326, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active .cart-hover a.add-to-cart, .site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image:hover .cart-hover a.add-to-cart {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 3335, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active .cart-hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
/* line 3338, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active .cart-hover a.add-to-cart {
  background-color: #35373e !important;
}
/* line 3341, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active .cart-hover a.add-to-cart span.text {
  background-color: #35373e;
  color: #FFF !important;
}
/* line 3347, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active .cart-hover a.add-to-cart:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3350, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active .cart-hover a.add-to-cart:hover span {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3353, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image.active .cart-hover a.add-to-cart:hover span.text {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3366, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image a {
  display: block;
  width: 100%;
}
/* line 3369, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image a img {
  width: 100%;
  line-height: 0;
}
/* line 3374, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image a:nth-of-type(1) {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
/* line 3382, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box .product-image a:nth-of-type(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
/* line 3393, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box > h2 {
  position: relative;
  margin-bottom: 6px;
}
/* line 3396, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box > h2 a {
  font-family: "Montserrat",sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #35373e;
  line-height: 16px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 80%;
  display: block;
}
/* line 3409, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box > h2 span {
  max-width: 20%;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  float: right;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  color: #999;
}
/* line 3426, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box > p.subtitle {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-transform: none;
  letter-spacing: 1px;
  word-spacing: 0;
  font-style: italic;
  color: #777;
}
/* line 3439, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box > .rating-section span {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 11px;
}
/* line 3444, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-container ul li .product-box > .rating-section span.none {
  color: #c3c3c3;
}
/* line 3457, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images {
  padding-right: 30px;
}
/* line 3460, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider .item {
  position: relative;
  width: 100%;
}
/* line 3463, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider .item img {
  width: 100%;
}
/* line 3467, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider .item .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 3478, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider .item .hover > a.expand-image {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 30px;
  line-height: 0px;
  color: #35373e;
  text-decoration: none;
  background-color: #FFF;
  padding: 5px;
}
/* line 3496, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider .item:hover .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
/* line 3505, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider-thumbs {
  margin: 20px 0;
}
/* line 3507, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider-thumbs .item {
  position: relative;
  display: block;
  border: transparent 5px solid;
}
/* line 3512, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider-thumbs .item.active {
  border: rgba(53, 55, 62, 0.2) 5px solid;
}
/* line 3514, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider-thumbs .item.active:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
/* line 3527, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-images .slider-thumbs .item img {
  width: 100%;
}
/* line 3536, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details > h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 3px;
  color: #35373e;
  text-transform: uppercase;
  margin-top: 5px;
}
/* line 3547, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .sub-title {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #777;
}
/* line 3553, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info {
  width: 100%;
  margin-top: 25px;
  border-top: #e5eaef 1px solid;
  border-bottom: #e5eaef 1px solid;
  padding: 5px 0;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info::after {
  clear: both;
  content: "";
  display: table;
}
/* line 3561, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info .price {
  float: right;
  padding-top: 3px;
}
/* line 3565, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info .price del {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding-right: 15px;
  color: #777;
}
/* line 3572, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info .price ins {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #35373e;
}
/* line 3581, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info .rating {
  float: left;
}
/* line 3583, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info .rating > .rating-section {
  display: inline-block;
  padding: 8px 0px;
}
/* line 3586, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info .rating > .rating-section span {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 13px;
}
/* line 3591, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info .rating > .rating-section span.none {
  color: #c3c3c3;
}
/* line 3597, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .meta-info .rating .count-reviews {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #777;
}
/* line 3607, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .details {
  margin: 20px 0;
}
/* line 3609, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .details p {
  font-size: 16px;
  line-height: 23px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #777;
}
/* line 3618, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons {
  margin-top: 30px;
  border-bottom: #e5eaef 1px solid;
  padding: 20px 0 30px;
}
/* line 3623, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity {
  position: relative;
  float: left;
  width: 77px;
  height: 50px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #e8e8e8;
}
/* line 3632, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity input[type=number] {
  -moz-appearance: textfield;
}
/* line 3633, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* line 3634, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/* line 3636, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity input {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  width: 46px;
  height: 100%;
  text-align: center;
  margin-right: 28px;
  margin-bottom: 0;
  background: transparent;
  border-width: 0;
  color: #28262b;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 3652, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity .minus,
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity .plus {
  font-size: 21px;
  position: absolute;
  right: 0;
  display: block;
  width: 28px;
  height: 50%;
  line-height: 25px;
  padding: 0;
  border: none;
  color: #28262b;
  background-color: transparent;
  border-left: 1px solid #e8e8e8;
  cursor: pointer;
  z-index: 2;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 3671, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity .minus {
  bottom: 0;
}
/* line 3675, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .quantity .plus {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
/* line 3682, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-buttons .add-to-cart {
  margin: 0 !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-color: #e8e8e8;
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 3693, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .social-share {
  line-height: 0;
  margin-top: 10px;
}
/* line 3696, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .social-share > h2 {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 20px;
}
/* line 3707, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .social-share > ul {
  display: inline-block;
}
/* line 3709, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .social-share > ul li {
  display: inline-block;
  margin-right: 10px;
}
/* line 3712, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .social-share > ul li a {
  font-size: 13px;
  color: #35373e;
}
/* line 3720, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-categories {
  line-height: 0;
  margin-bottom: 25px;
}
/* line 3723, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-categories > h2 {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 0;
}
/* line 3735, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-categories > ul {
  display: inline-block;
}
/* line 3737, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-categories > ul li {
  display: inline-block;
}
/* line 3742, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-categories > ul li:not(:last-child) a:after {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #35373e;
  content: "\002C ";
  padding-right: 10px;
}
/* line 3753, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-categories > ul li a {
  font-size: 14px;
  color: #35373e;
}
/* line 3760, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-tags {
  line-height: 0;
}
/* line 3762, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-tags > h2 {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: normal;
}
/* line 3775, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-tags > ul {
  display: table;
  line-height: normal;
}
/* line 3778, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-tags > ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: normal;
}
/* line 3782, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-tags > ul li a {
  font-size: 13px;
  color: #35373e;
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  line-height: normal;
}
/* line 3790, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .product-details .product-tags > ul li a:hover {
  background-color: #35373e;
  color: #FFF;
}
/* line 3800, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container {
  width: 100%;
  margin: 60px 0 30px;
}
/* line 3803, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 3808, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs ul {
  display: table;
  margin: 0 auto;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs ul::after {
  clear: both;
  content: "";
  display: table;
}
/* line 3813, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs ul li {
  position: relative;
  float: left;
  padding: 10px 15px 25px;
}
/* line 3819, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs ul li.active:after {
  position: absolute;
  content: " ";
  height: 1px;
  background-color: #35373e;
  bottom: -1px;
  left: 15px;
  right: 15px;
}
/* line 3830, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #35373e;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 3842, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container {
  width: 100%;
}
/* line 3844, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 100%;
}
/* line 3849, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.active {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 3854, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabdesc {
  font-size: 16px;
  line-height: 23px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #777;
}
/* line 3861, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabdesc p {
  font-size: 16px;
  line-height: 23px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #777;
  margin-bottom: 20px;
}
/* line 3871, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabadd .shop_attributes {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
}
/* line 3877, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabadd .shop_attributes tbody tr {
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
}
/* line 3881, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabadd .shop_attributes tbody tr:last-child {
  border-bottom-width: 0;
}
/* line 3885, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabadd .shop_attributes tbody tr th {
  width: 50%;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  color: #565656;
  padding: 15px 25px;
  color: #bcbcbc;
  border-bottom-width: 0;
}
/* line 3902, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabadd .shop_attributes tbody tr td {
  width: 50%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  color: #565656;
  padding: 15px 25px;
  color: #28262b;
  border-bottom-width: 0;
}
/* line 3918, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabadd .shop_attributes tbody tr td p {
  padding: 0;
  margin: 0;
}
/* line 3929, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers {
  margin: 50px 0px;
}
/* line 3931, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul {
  display: block;
  width: 100%;
}
/* line 3934, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/* line 3938, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li:not(:last-child) {
  border-bottom: #e8e8e8 1px solid;
}
/* line 3942, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer {
  width: 100%;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer::after {
  clear: both;
  content: "";
  display: table;
}
/* line 3946, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer > a {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 3954, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer > a img {
  width: 100%;
}
/* line 3959, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer .content {
  padding-left: 120px;
}
/* line 3961, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer .content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #35373e;
  text-transform: uppercase;
  margin: 0 0 10px;
}
/* line 3971, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer .content > h2 .rating-section {
  float: right;
}
/* line 3973, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer .content > h2 .rating-section span {
  font-size: 12px;
}
/* line 3976, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer .content > h2 .rating-section span.none {
  color: #c3c3c3;
}
/* line 3982, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .reviewers ul li .reviewer .content > p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  text-transform: none;
  letter-spacing: 1px;
  word-spacing: 0;
  font-style: italic;
  color: #777;
}
/* line 3999, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review {
  margin: 50px 0px;
  padding-left: 30px;
}
/* line 4005, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form input:not([type="submit"]),
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 10px 10px 5px;
  margin-bottom: 20px;
}
/* line 4013, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form input:not([type="submit"]):focus,
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form textarea:focus {
  outline: none;
}
/* line 4027, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form .comment-form-comment textarea {
  height: 120px;
}
/* line 4031, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form .form-submit {
  display: inline-block;
}
/* line 4033, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form .form-submit .more {
  display: table;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  color: #35373e;
  border: #35373e 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: transparent !important;
}
/* line 4048, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form .form-submit .more:focus {
  outline: none;
}
/* line 4052, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form .form-submit .more:before {
  background-color: #35373e;
  color: #FFF;
}
/* line 4057, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form .form-submit .more:hover {
  color: #FFF;
}
/* line 4060, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form .form-submit .more:hover:before {
  background-color: #35373e;
  color: #FFF;
}
/* line 4068, ../sass/style.scss */
.site-container .site-wrapper section.shop-section .reviewers-container > .tabs-container > .tab.tabreview .submit-review .comment-form .form-ratings {
  display: inline-block;
  margin-left: 20px;
}
/* line 4084, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap {
  margin-bottom: 30px;
}
/* line 4085, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form {
  display: none;
}
/* line 4088, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
/* line 4094, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line {
  margin-bottom: 20px;
}
/* line 4097, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line > label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
/* line 4103, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line > label .required {
  color: red;
}
/* line 4108, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line:nth-child(2) {
  margin-top: 30px;
}
/* line 4112, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.login_button {
  display: inline-block;
  margin-right: 30px;
}
/* line 4116, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.login_button > label {
  margin-left: 30px;
}
/* line 4121, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.rememberme {
  display: inline-block;
  margin-right: 30px;
}
/* line 4126, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.rememberme input[type="checkbox"] {
  display: none;
}
/* line 4129, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.rememberme input[type="checkbox"] + label {
  font-size: 14px !important;
  text-transform: none !important;
}
/* line 4133, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.rememberme input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: transparent;
  border: #e8e8e8 1px solid;
}
/* line 4147, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.rememberme input[type="checkbox"]:checked + label:before {
  font-family: "linea-arrows-10" !important;
  content: "";
  font-style: normal !important;
  font-weight: 900 !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 16px;
  speak: none;
  color: #35373e;
  background-color: transparent;
  text-align: center;
  line-height: 20px;
}
/* line 4168, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.lost_password {
  display: inline-block;
}
/* line 4171, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-login-wrap > form .input-line.lost_password > a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #35373e;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 4186, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-coupon-wrap {
  margin-bottom: 30px;
}
/* line 4187, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .checkout-coupon-wrap > form {
  display: none;
}
/* line 4197, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container {
  width: 100% !important;
  border-radius: 0;
  border: 1px solid #e8e8e8;
}
/* line 4204, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .dev-custom-sbox {
  width: 100% !important;
  font-size: 14px;
  height: 56px;
  line-height: 20px;
  padding: 12px 25px 0px 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 4217, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options {
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  border-color: #F0F0F0 !important;
}
/* line 4223, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li a {
  font-size: 10px !important;
  padding: 0 10px !important;
}
/* line 4230, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option:active, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option:focus, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 4236, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option:active a, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option:focus a, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option:hover a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 4243, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 4247, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 4251, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:active, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:focus, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li.selectboxit-option.selectboxit-selected.active a:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 4262, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li:active, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li:focus, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li:hover {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 4268, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li:active a, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li:focus a, .site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .selectboxit-container .selectboxit-options li:hover a {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 4277, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields > p {
  margin-bottom: 30px !important;
}
/* line 4279, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields > p > label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
/* line 4285, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields > p > label .required {
  color: #1abc9c;
}
/* line 4290, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields > p textarea {
  min-height: 150px;
}
/* line 4295, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .create-account {
  display: none;
}
/* line 4298, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .create-account p {
  margin-bottom: 30px !important;
}
/* line 4300, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .create-account p > label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
/* line 4306, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .create-account p > label .required {
  color: #1abc9c;
}
/* line 4314, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .shipping-fields .shipping_address {
  display: none;
}
/* line 4318, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .shipping-fields p {
  margin-bottom: 30px !important;
}
/* line 4320, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .shipping-fields p > label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
/* line 4326, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .billing-fields .shipping-fields p > label .required {
  color: red;
}
/* line 4334, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details {
  width: 100%;
  padding: 10px 30px 10px;
  border: #e8e8e8 1px solid;
}
/* line 4339, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table {
  width: 100%;
}
/* line 4343, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table thead tr {
  border-bottom: #ccc 1px dashed;
  border-collapse: collapse;
}
/* line 4346, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table thead tr th {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #1abc9c;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 20px 0 10px !important;
}
/* line 4356, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table thead tr th.product-total {
  text-align: right;
}
/* line 4365, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tbody tr td {
  padding: 20px 0;
  border-bottom: #e8e8e8 1px solid;
}
/* line 4369, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tbody tr td.product-name {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
/* line 4374, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tbody tr td.product-name .box-name {
  display: inline-block;
  margin-right: 5px;
}
/* line 4378, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tbody tr td.product-name .product-quantity {
  display: inline-block;
  font-size: 12px;
}
/* line 4386, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tbody tr td.product-total .box-name {
  text-align: right;
}
/* line 4388, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tbody tr td.product-total .box-name span {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
/* line 4398, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tbody tr:first-child td {
  padding-top: 40px;
}
/* line 4404, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tbody tr:last-child td {
  border: none;
  padding-bottom: 40px;
}
/* line 4413, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr {
  width: 100%;
  border-bottom: #ccc 1px dashed;
  border-top: #ccc 1px dashed;
}
/* line 4419, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.cart-subtotal th {
  color: #1abc9c;
}
/* line 4422, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.cart-subtotal td {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
/* line 4432, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.order-total th {
  color: #1abc9c;
}
/* line 4436, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.order-total td {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
/* line 4445, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping th {
  vertical-align: top;
  text-transform: none;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 25px 0 20px;
}
/* line 4454, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td {
  padding: 25px 0 20px;
}
/* line 4457, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode {
  float: right;
  margin-bottom: 0;
  @includ clearfix;
}
/* line 4462, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode li {
  margin-bottom: 5px;
}
/* line 4465, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode li:last-child {
  margin-bottom: 0;
}
/* line 4469, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode li input[type="radio"] {
  margin-right: 10px;
}
/* line 4473, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode li input[type="radio"] {
  display: none;
}
/* line 4476, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode li input[type="radio"] + label {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  text-transform: uppercase;
}
/* line 4483, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode li input[type="radio"] + label span {
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: #e6e6e6 1px solid;
  position: relative;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 4504, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode li input[type="radio"]:checked + label span {
  text-align: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 4507, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr.shipping td .shipping-methode li input[type="radio"]:checked + label span:after {
  font-size: 18px;
  font-family: "linea-arrows-10" !important;
  content: "";
  font-style: normal !important;
  font-weight: 900 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  color: #35373e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 4533, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr th {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 10px 0;
}
/* line 4543, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .shop_table tfoot tr td {
  padding: 10px 0;
}
/* line 4550, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method {
  margin: 20px 0 0;
}
/* line 4554, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li {
  margin-bottom: 10px;
}
/* line 4557, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li:last-child {
  margin-bottom: 0;
}
/* line 4561, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li input[type="radio"] {
  margin-right: 10px;
}
/* line 4565, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li input[type="radio"] {
  display: none;
}
/* line 4568, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li input[type="radio"] + label {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  text-transform: uppercase;
}
/* line 4575, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li input[type="radio"] + label span {
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: #e6e6e6 1px solid;
  position: relative;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 4595, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li input[type="radio"]:checked + label span {
  text-align: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 4598, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li input[type="radio"]:checked + label span:after {
  font-size: 18px;
  font-family: "linea-arrows-10" !important;
  content: "";
  font-style: normal !important;
  font-weight: 900 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  color: #35373e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 4620, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li .payment_box {
  display: none;
  margin: 5px 0;
}
/* line 4623, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li .payment_box p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #35373e;
  line-height: 21px;
  letter-spacing: 1px;
  padding-left: 30px;
}
/* line 4636, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li.payment_method_paypal > label img {
  margin: 0 10px;
}
/* line 4640, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li.payment_method_paypal > label a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #1abc9c;
  text-decoration: none;
}
/* line 4651, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .order-details .payment_method > ul li.active .payment_box {
  display: block;
}
/* line 4662, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .cart-submit-dark {
  display: block !important;
  width: 100% !important;
  margin: 20px 0 !important;
}
/* line 4668, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0;
}
/* line 4678, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout h2:after {
  display: block;
  content: " ";
  width: 50px;
  height: 1px;
  background-color: #35373e;
  margin-top: 7px;
  margin-bottom: 30px;
}
/* line 4689, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout textarea,
.site-container .site-wrapper section.shop-section.cart-checkout select,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="text"],
.site-container .site-wrapper section.shop-section.cart-checkout input[type="password"] {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #35373e;
  background-color: #fff;
  padding: 7px 15px 7px;
  width: 100%;
  display: block;
  height: 56px;
  line-height: 20px;
  margin: 0 0 13px;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  -webkit-appearance: none;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  margin-bottom: 0;
}
/* line 4712, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout textarea:focus,
.site-container .site-wrapper section.shop-section.cart-checkout select:focus,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="text"]:focus,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="password"]:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  border-color: #35373e;
}
/* line 6, ../sass/_mixins.scss */
.site-container .site-wrapper section.shop-section.cart-checkout textarea::-webkit-input-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout select::-webkit-input-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="text"]::-webkit-input-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="password"]::-webkit-input-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 7, ../sass/_mixins.scss */
.site-container .site-wrapper section.shop-section.cart-checkout textarea:-moz-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout select:-moz-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="text"]:-moz-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="password"]:-moz-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 8, ../sass/_mixins.scss */
.site-container .site-wrapper section.shop-section.cart-checkout textarea::-moz-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout select::-moz-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="text"]::-moz-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="password"]::-moz-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 9, ../sass/_mixins.scss */
.site-container .site-wrapper section.shop-section.cart-checkout textarea:-ms-input-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout select:-ms-input-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="text"]:-ms-input-placeholder,
.site-container .site-wrapper section.shop-section.cart-checkout input[type="password"]:-ms-input-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 4727, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout input[type="checkbox"] {
  display: none;
}
/* line 4730, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout input[type="checkbox"] + label {
  font-size: 11px !important;
  text-transform: uppercase;
  color: #35373e;
}
/* line 4735, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: transparent;
  border: #e8e8e8 1px solid;
}
/* line 4749, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout input[type="checkbox"]:checked + label:before {
  font-family: "linea-arrows-10" !important;
  content: "";
  font-style: normal !important;
  font-weight: 900 !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 16px;
  speak: none;
  color: #35373e;
  background-color: transparent;
  text-align: center;
  line-height: 20px;
}
/* line 4769, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .cart-submit-dark {
  display: inline-block;
  width: atuo;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  border: #e8e8e8 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  padding: 17px 40px;
  background-color: #35373e;
  color: #FFF;
}
/* line 4786, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .cart-submit-dark:focus {
  outline: none;
}
/* line 4791, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .woocommerce-info {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #35373e;
  width: auto;
  line-height: 1.6;
  list-style: none outside;
  padding: 10px 20px 10px 45px;
  margin-bottom: 20px;
  background-color: #35373e;
  color: #FFF;
  z-index: 1;
}
/* line 4806, ../sass/style.scss */
.site-container .site-wrapper section.shop-section.cart-checkout .woocommerce-info a {
  text-transform: uppercase;
  text-decoration: none;
  color: #1abc9c;
  margin-left: 5px;
}
/* line 4817, ../sass/style.scss */
.site-container .site-wrapper section.border-top {
  border-top: #e5eaef 1px solid;
}
/* line 4821, ../sass/style.scss */
.site-container .site-wrapper section.border-bottom {
  border-bottom: #e5eaef 1px solid;
}
/* line 4826, ../sass/style.scss */
.site-container .site-wrapper section.page-section .section-title {
  margin-top: 80px;
}
/* line 4833, ../sass/style.scss */
.site-container .site-wrapper section.page-section.not-found-page .lost-page {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
/* line 4838, ../sass/style.scss */
.site-container .site-wrapper section.page-section.not-found-page .lost-page > h2 {
  position: absolute;
  top: 15%;
  font-family: "Montserrat", sans-serif;
  font-size: 330px;
  text-transform: uppercase;
  width: 100%;
  line-height: 1;
  margin: 0;
  color: #efefef;
  z-index: -1;
}
/* line 4852, ../sass/style.scss */
.site-container .site-wrapper section.page-section.not-found-page .lost-page p.title {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  padding-bottom: 0px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 110px;
  font-weight: 700;
  line-height: 60px;
}
/* line 4865, ../sass/style.scss */
.site-container .site-wrapper section.page-section.not-found-page .lost-page p.subtitle {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  color: #bcbcbc;
  line-height: inherit;
  padding-bottom: 100px;
  margin: 0;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 4886, ../sass/style.scss */
.site-container .site-wrapper section .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #35373e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
  margin-top: 0;
}
/* line 4897, ../sass/style.scss */
.site-container .site-wrapper section .section-title.text-left {
  text-align: left;
}
/* line 4899, ../sass/style.scss */
.site-container .site-wrapper section .section-title.text-left:after {
  margin: 20px 0;
}
/* line 4904, ../sass/style.scss */
.site-container .site-wrapper section .section-title.text-right {
  position: relative;
  text-align: right;
}
/* line 4907, ../sass/style.scss */
.site-container .site-wrapper section .section-title.text-right:after {
  position: absolute;
  right: 0;
  margin: 20px 0;
}
/* line 4914, ../sass/style.scss */
.site-container .site-wrapper section .section-title:after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #111111;
  margin: 20px auto 0;
}
/* line 4924, ../sass/style.scss */
.site-container .site-wrapper section .section-description {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
/* line 4934, ../sass/style.scss */
.site-container .site-wrapper section .section-description.text-left {
  text-align: left;
}
/* line 4938, ../sass/style.scss */
.site-container .site-wrapper section .section-description.text-right {
  text-align: right;
}
/* line 4943, ../sass/style.scss */
.site-container .site-wrapper section .larg-description {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  letter-space: 1px;
  color: #646464;
  margin-bottom: 10px;
}
/* line 4953, ../sass/style.scss */
.site-container .site-wrapper section .medium-description {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #646464;
  margin-bottom: 10px;
}
/* line 4962, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical {
  position: relative;
  margin: 50px 0 0;
}
/* line 4967, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical .content h2 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  color: #444444;
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 4977, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical .content p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #777777;
  line-height: 23px;
}
/* line 4987, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical.icon-right .content {
  padding: 0px 100px 0 60px;
}
/* line 4989, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical.icon-right .content h2 {
  text-align: right;
}
/* line 4992, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical.icon-right .content p {
  text-align: right;
}
/* line 4997, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical.icon-right > a {
  right: 15px;
}
/* line 5003, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical.icon-left .content {
  padding: 0px 60px 0 100px;
}
/* line 5005, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical.icon-left .content h2 {
  text-align: left;
}
/* line 5008, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical.icon-left .content p {
  text-align: left;
}
/* line 5013, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical.icon-left > a {
  left: 15px;
}
/* line 5018, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical > a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 25px;
  color: #444444;
  padding: 17px 0 0;
  text-decoration: none;
  position: absolute;
  top: -18px;
}
/* line 5032, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical > a:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
  padding: 0;
  z-index: 10;
  border: #d4d4d4 2px dashed;
  border-radius: 50%;
}
/* line 5046, ../sass/style.scss */
.site-container .site-wrapper section .icon-box-vertical > a:hover:after {
  -moz-animation: spinAround 9s linear infinite;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
/* line 5055, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container {
  width: 100%;
  margin: 80px 0 0;
}
/* line 5059, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box {
  float: left;
  width: 33.3333333333%;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}
/* line 5067, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box img {
  width: 100%;
}
/* line 5071, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  overflow: hidden;
  cursor: pointer;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 5083, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 5087, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box:hover .content > a.service-icon:first-child {
  color: #FFF;
  border-color: #FFF;
}
/* line 5090, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box:hover .content > a.service-icon:first-child i {
  color: #FFF;
}
/* line 5095, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box:hover .content > h2 {
  color: #FFF;
}
/* line 5099, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box:hover .content > p {
  color: #ccc;
}
/* line 5103, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box:hover .content > .learn-more {
  color: #FFF;
  border-bottom: #FFF 1px solid;
  background: transparent;
}
/* line 5111, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box .content {
  width: 80%;
  margin: 12% auto;
  text-align: center;
  line-height: normal;
  cursor: pointer;
}
/* line 5119, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box .content > a:first-child {
  font-size: 40px;
  color: #222222;
  text-decoration: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: #222 1px dashed;
  padding: 18px 0 0;
}
/* line 5131, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box .content > h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #111111;
  margin: 30px 0;
}
/* line 5142, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box .content > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
/* line 5150, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box .content > .learn-more {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #222222;
  line-height: 20px;
  margin-top: 30px;
  padding: 8px 20px;
  border-bottom: #222 1px solid;
  text-decoration: none;
}
/* line 5163, ../sass/style.scss */
.site-container .site-wrapper section .service-box-container .service-box .inner-box .content > .learn-more:hover {
  background: transparent;
  color: #FFF;
}
/* line 5175, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item {
  text-align: center;
  width: 100%;
  padding: 0 30px;
  cursor: move;
}
/* line 5182, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 3px;
  color: #35373e;
  text-transform: uppercase;
  margin-bottom: 50px;
}
/* line 5192, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > h2:after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #111111;
  margin: 20px auto 0;
}
/* line 5202, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
  letter-spacing: 1;
  margin-bottom: 60px;
}
/* line 5212, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > .rated {
  margin-bottom: 20px;
}
/* line 5214, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > .rated span {
  margin-right: 10px;
}
/* line 5216, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > .rated span.none {
  color: #c3c3c3;
}
/* line 5222, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > .author {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  line-height: 26px;
  letter-spacing: 3px;
}
/* line 5230, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > .author a {
  color: #35373e;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 5235, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .item > .author a span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
  text-transform: none;
  letter-spacing: 1px;
}
/* line 5247, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .owl-controls {
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
}
/* line 5252, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
  margin-right: 10px;
}
/* line 5260, ../sass/style.scss */
.site-container .site-wrapper section .testimonials .owl-controls .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  border: #000 2px solid;
  background: transparent;
  margin-bottom: -2px;
}
/* line 5276, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects {
  margin: 40px 0 30px 0;
}
/* line 5278, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item {
  position: relative;
  width: 100%;
  cursor: move;
  overflow: hidden;
}
/* line 5284, ../sass/style.scss */
> .site-container .site-wrapper section .latest-projects .item {
  line-height: 0;
}
/* line 5288, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item img {
  width: 100%;
  line-height: 0;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 5293, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item .hover {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  text-align: center;
}
/* line 5305, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item .hover .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 10px 20px;
  margin-top: -40px;
}
/* line 5314, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item .hover .content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
/* line 5324, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item .hover .content > h2 a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #35373e;
  line-height: 20px;
}
/* line 5334, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item .hover .content > h2:after {
  content: '';
  display: block;
  background-color: #35373e;
  width: 40px;
  height: 1px;
  margin: 10px auto 0;
}
/* line 5345, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item .hover .content > ul li {
  display: inline-block;
}
/* line 5347, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item .hover .content > ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #35373e;
  text-decoration: none;
}
/* line 5357, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item .hover .content > ul li:not(:last-child) a:after {
  display: inline-block;
  margin-left: 5px;
  content: ",";
}
/* line 5370, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item:hover .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
/* line 5375, ../sass/style.scss */
.site-container .site-wrapper section .latest-projects .item:hover img {
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
/* line 5383, ../sass/style.scss */
.site-container .site-wrapper section .parallax-content {
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
/* line 5388, ../sass/style.scss */
.site-container .site-wrapper section .parallax-content.full-height {
  background-color: rgba(0, 0, 0, 0.6);
  /*height: 100% !important;
  position: relative;*/
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  position: absolute;
}
/* line 5399, ../sass/style.scss */
.site-container .site-wrapper section .parallax-content.full-height .content {
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
}
/* line 5409, ../sass/style.scss */
.site-container .site-wrapper section .parallax-content a.icon {
  font-size: 50px;
  color: #FFF;
}
/* line 5414, ../sass/style.scss */
.site-container .site-wrapper section .parallax-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #FFF;
  margin: 20px 0 25px;
  text-transform: uppercase;
}
/* line 5424, ../sass/style.scss */
.site-container .site-wrapper section .parallax-content p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFF;
}
/* line 5433, ../sass/style.scss */
.site-container .site-wrapper section .parallax-content .more {
  margin-top: 30px;
}
/* line 5439, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog {
  width: 100%;
  margin: 80px 0 0;
}
/* line 5443, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog.border-bottom {
  border-bottom: #e5eaef 1px solid;
}
/* line 5446, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog.border-top {
  border-bottom: #e5eaef 1px solid;
}
/* line 5450, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item {
  line-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 5458, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.video-post .video-wrapper {
  width: 100%;
}
/* line 5461, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.video-post .video-wrapper .video-player {
  width: 100%;
  height: 100%;
}
/* line 5466, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.video-post .video-wrapper .mejs-poster img {
  display: block;
}
/* line 5470, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.video-post .video-wrapper .mejs-controls {
  display: none !important;
  visibility: hidden !important;
}
/* line 5479, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.video-post .video-wrapper .me-plugin {
  width: 100%;
  height: 100%;
}
/* line 5483, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.video-post .video-wrapper .me-plugin iframe {
  width: 100%;
  height: 100%;
}
/* line 5493, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.gallery-post .gallery-image {
  line-height: 0;
  z-index: 0;
}
/* line 5497, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.gallery-post .gallery-image img {
  width: 100%;
}
/* line 5501, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.gallery-post .gallery-image .owl-controls {
  z-index: 9999;
}
/* line 5505, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.gallery-post .gallery-image .owl-controls .owl-nav > div {
  display: inline-block;
  position: absolute;
  top: 47%;
  margin-top: -20px;
  font-size: 25px;
  font-weight: 700;
  color: #35373e;
  background-color: #35373e;
  color: #FFF;
  padding: 10px;
  line-height: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  /*&.disabled{
  	@include opacity(0);
  	cursor: auto;
  }*/
}
/* line 5524, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.gallery-post .gallery-image .owl-controls .owl-nav > div i:before {
  font-family: "linea-arrows-10" !important;
}
/* line 5529, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.gallery-post .gallery-image .owl-controls .owl-nav > div:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 5539, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.gallery-post .gallery-image .owl-controls .owl-nav .owl-prev {
  margin-bottom: 1px;
  left: 25px;
}
/* line 5543, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.gallery-post .gallery-image .owl-controls .owl-nav .owl-next {
  right: 25px;
}
/* line 5552, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.left-item > .left {
  float: right !important;
}
/* line 5556, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.left-item > .right {
  float: left !important;
}
/* line 5562, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.right-item > .left {
  float: left !important;
}
/* line 5566, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item.right-item > .right {
  float: right !important;
}
/* line 5572, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .right {
  float: right;
  width: 50%;
  padding: 7% 80px 0;
}
/* line 5577, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .right h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #35373e;
  line-height: 38px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 5588, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .right h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #35373e;
  margin: 5px 0 0;
}
/* line 5600, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .right > .meta ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 35px;
}
/* line 5604, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .right > .meta ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: #35373e;
  line-height: 32px;
}
/* line 5613, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .right > .meta ul li a i {
  color: #35373e;
  line-height: 0;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 5624, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .right > p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  max-width: 960px;
}
/* line 5633, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .right > a.more {
  display: inline-block;
  margin: 70px 0 0 0 !important;
  padding: 10px 20px !important;
}
/* line 5640, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .left {
  float: left;
  width: 50%;
}
/* line 5644, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .left a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
/* line 5650, ../sass/style.scss */
.site-container .site-wrapper section .fullwidth-blog .post-item > .left a > img {
  width: 100%;
  line-height: 0;
}
/* line 5662, ../sass/style.scss */
.site-container .site-wrapper section .funfucts {
  width: 100%;
}
/* line 5664, ../sass/style.scss */
.site-container .site-wrapper section .funfucts .counter {
  float: left;
  width: 20%;
  /* fallback for non-calc() browsers */
  width: calc(100% / 5);
  box-sizing: border-box;
  text-align: center;
  padding: 120px 0;
  /* fallback */
  background-color: #f4f5f6;
  background-image: url(/site/views/01_clue/assets/img/counter-bg.jpg);
  background-repeat: repeat-y;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#f4f5f6), to(#f7f8f9));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #f7f8f9, #f4f5f6);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #f7f8f9, #f4f5f6);
  /* IE 10 */
  background: -ms-linear-gradient(left, #f7f8f9, #f4f5f6);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #f7f8f9, #f4f5f6);
}
/* line 5692, ../sass/style.scss */
.site-container .site-wrapper section .funfucts .counter .number {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 2px;
  color: #35373e;
}
/* line 5702, ../sass/style.scss */
.site-container .site-wrapper section .funfucts .counter .counter-text {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  line-height: 15px;
  letter-spacing: 3px;
  margin-top: 10px;
  text-transform: uppercase;
}
/* line 5717, ../sass/style.scss */
.site-container .site-wrapper section .clients {
  width: 100%;
  margin: 60px 0px;
  padding: 0;
  line-height: 0;
  display: table;
}
/* line 5725, ../sass/style.scss */
.site-container .site-wrapper section .clients > li {
  float: left;
  display: inline-block;
  width: 16.6666666667%;
  /* fallback for non-calc() browsers */
  width: calc(100% / 6);
  text-align: center;
  padding: 0;
  margin: 0;
  border-right: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid;
  overflow: hidden;
}
/* line 5738, ../sass/style.scss */
.site-container .site-wrapper section .clients > li:nth-child(6n) {
  border-right: none;
}
/* line 5741, ../sass/style.scss */
.site-container .site-wrapper section .clients > li:nth-last-child(-n+6) {
  border-bottom: none;
}
/* line 5748, ../sass/style.scss */
.site-container .site-wrapper section .clients > li a {
  display: block;
  text-align: center;
  height: 160px;
  line-height: 160px;
}
/* line 5753, ../sass/style.scss */
.site-container .site-wrapper section .clients > li a img {
  vertical-align: middle;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  filter: grayscale(50%);
}
/* line 5761, ../sass/style.scss */
.site-container .site-wrapper section .clients > li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
/* line 5771, ../sass/style.scss */
.site-container .site-wrapper section .team-member {
  width: 100%;
  position: relative;
  margin: 40px 0;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 5777, ../sass/style.scss */
.site-container .site-wrapper section .team-member img {
  width: 100%;
}
/* line 5782, ../sass/style.scss */
.site-container .site-wrapper section .team-member:hover > .hover {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 5788, ../sass/style.scss */
.site-container .site-wrapper section .team-member > .hover {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 5802, ../sass/style.scss */
.site-container .site-wrapper section .team-member > .hover > h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #35373e;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* line 5816, ../sass/style.scss */
.site-container .site-wrapper section .team-member > .hover > h2 span {
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
/* line 5824, ../sass/style.scss */
.site-container .site-wrapper section .team-member > .hover > ul {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -40px;
}
/* line 5832, ../sass/style.scss */
.site-container .site-wrapper section .team-member > .hover > ul li {
  display: inline-block;
  margin-right: 20px;
}
/* line 5835, ../sass/style.scss */
.site-container .site-wrapper section .team-member > .hover > ul li a {
  font-size: 16px;
  color: #35373e;
  text-decoration: none;
}
/* line 5840, ../sass/style.scss */
.site-container .site-wrapper section .team-member > .hover > ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 5850, ../sass/style.scss */
.site-container .site-wrapper section .skills-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 100px 0;
  border-top: #e5eaef 1px solid;
  border-bottom: #e5eaef 1px solid;
}
/* line 5858, ../sass/style.scss */
.site-container .site-wrapper section .skills-container .left {
  float: left;
  width: 50%;
  width: calc(100% / 2);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 5867, ../sass/style.scss */
.site-container .site-wrapper section .skills-container .right {
  float: right;
  width: 50%;
  width: calc(100% / 2);
  padding: 60px 80px;
}
/* line 5876, ../sass/style.scss */
.site-container .site-wrapper section .skills {
  margin: 80px 0;
}
/* line 5878, ../sass/style.scss */
.site-container .site-wrapper section .skills .progress {
  position: relative;
  height: 3px;
  margin: 80px 0;
  overflow: initial;
  background-color: #e8eaf0;
}
/* line 5885, ../sass/style.scss */
.site-container .site-wrapper section .skills .progress .p-label {
  position: absolute;
  top: -16px;
  left: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  line-height: 0px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 5899, ../sass/style.scss */
.site-container .site-wrapper section .skills .progress .progress-bar {
  position: relative;
  background-color: #35373e;
  height: 3px;
}
/* line 5904, ../sass/style.scss */
.site-container .site-wrapper section .skills .progress .progress-bar:after {
  content: "";
  position: absolute;
  top: -11px;
  right: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #35373e;
}
/* line 5921, ../sass/style.scss */
.site-container .site-wrapper section .work-process {
  padding: 40px 0;
}
/* line 5923, ../sass/style.scss */
.site-container .site-wrapper section .work-process .process-service {
  margin: 20px 0;
}
/* line 5925, ../sass/style.scss */
.site-container .site-wrapper section .work-process .process-service h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  vertical-align: middle;
  position: relative;
  padding: 25px 0 15px 65px;
  margin-bottom: 0px;
  color: #444;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 5941, ../sass/style.scss */
.site-container .site-wrapper section .work-process .process-service h2:hover i {
  border: #444 2px dashed;
  background-color: #444;
  color: #FFF;
}
/* line 5948, ../sass/style.scss */
.site-container .site-wrapper section .work-process .process-service h2 i {
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  width: 50px;
  height: 50px;
  border: #d4d4d4 2px dashed;
  margin-right: 10px;
  padding-left: 3px;
  text-align: center;
  font-size: 16px;
  color: #444444;
  line-height: 47px;
  position: absolute;
  top: 5px;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 5966, ../sass/style.scss */
.site-container .site-wrapper section .work-process .process-service p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #777777;
  line-height: 23px;
  padding-left: 65px;
}
/* line 5978, ../sass/style.scss */
.site-container .site-wrapper section .our-service {
  margin-top: 60px;
  padding: 80px 0 0;
  border-top: #e5eaef 1px solid;
}
/* line 5985, ../sass/style.scss */
.site-container .site-wrapper section .faqlist {
  margin: 40px 0 0px 0;
}
/* line 5987, ../sass/style.scss */
.site-container .site-wrapper section .faqlist h2 {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #37353e;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 3px;
  margin-bottom: 25px;
  margin-top: 0;
}
/* line 5999, ../sass/style.scss */
.site-container .site-wrapper section .faqlist h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 10%;
  height: 1px;
  background-color: #e5eaef;
  margin-top: 10px;
}
/* line 6010, ../sass/style.scss */
.site-container .site-wrapper section .faqlist p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #999;
  line-height: 24px;
  letter-spacing: 1px;
}
/* line 6021, ../sass/style.scss */
.site-container .site-wrapper section .call-action {
  background-color: #f7f8f9;
  padding: 80px 0;
  margin: 100px 0 0;
}
/* line 6027, ../sass/style.scss */
.site-container .site-wrapper section .call-action.call-action-light h2 {
  color: #35373e;
}
/* line 6031, ../sass/style.scss */
.site-container .site-wrapper section .call-action.call-action-light p {
  color: #35373e;
}
/* line 6037, ../sass/style.scss */
.site-container .site-wrapper section .call-action.call-action-dark h2 {
  color: #FFF;
}
/* line 6041, ../sass/style.scss */
.site-container .site-wrapper section .call-action.call-action-dark p {
  color: #FFF;
}
/* line 6046, ../sass/style.scss */
.site-container .site-wrapper section .call-action.call-action-dark a.more {
  border-color: #FFF;
  color: #FFF;
}
/* line 6050, ../sass/style.scss */
.site-container .site-wrapper section .call-action.call-action-dark a.more:before {
  background-color: #FFF;
}
/* line 6053, ../sass/style.scss */
.site-container .site-wrapper section .call-action.call-action-dark a.more:hover {
  color: #35373e;
}
/* line 6060, ../sass/style.scss */
.site-container .site-wrapper section .call-action h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #35373e;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 6072, ../sass/style.scss */
.site-container .site-wrapper section .call-action p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #999;
  line-height: 24px;
  letter-spacing: 1px;
}
/* line 6081, ../sass/style.scss */
.site-container .site-wrapper section .call-action a.more {
  display: table;
  margin: 30px auto 0;
}
/* line 6088, ../sass/style.scss */
.site-container .site-wrapper section .contat-info {
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 6093, ../sass/style.scss */
.site-container .site-wrapper section .contat-info:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin-top: 20px;
}
/* line 6102, ../sass/style.scss */
.site-container .site-wrapper section .contat-info > h3 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #232323;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 0px;
}
/* line 6112, ../sass/style.scss */
.site-container .site-wrapper section .contat-info > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #555555;
  line-height: 21px;
  letter-spacing: 1px;
  margin: 0;
}
/* line 6123, ../sass/style.scss */
.site-container .site-wrapper section .contat-info > ul.contact-share li {
  display: inline-block;
  margin-right: 10px;
}
/* line 6126, ../sass/style.scss */
.site-container .site-wrapper section .contat-info > ul.contact-share li a {
  font-size: 12px;
  text-decoration: none;
  color: #888888;
}
/* line 6130, ../sass/style.scss */
.site-container .site-wrapper section .contat-info > ul.contact-share li a:hover {
  color: #35373e;
}
/* line 6139, ../sass/style.scss */
.site-container .site-wrapper section .contact-form {
  margin: 60px 0 0;
}
/* line 6141, ../sass/style.scss */
.site-container .site-wrapper section .contact-form input,
.site-container .site-wrapper section .contact-form textarea {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #37353e;
  margin-bottom: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 20px;
  border: #e8e8e8 1px solid;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6156, ../sass/style.scss */
/*.site-container .site-wrapper section .contact-form input:active, 
.site-container .site-wrapper section .contact-form input:visited, */
.site-container .site-wrapper section .contact-form input:focus,
/*.site-container .site-wrapper section .contact-form textarea:active,
.site-container .site-wrapper section .contact-form textarea:visited,*/
.site-container .site-wrapper section .contact-form textarea:focus {
  border: #37353e 1px solid;
  background-color: #FFF;
}
/* line 6, ../sass/_mixins.scss */
.site-container .site-wrapper section .contact-form input::-webkit-input-placeholder,
.site-container .site-wrapper section .contact-form textarea::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 7, ../sass/_mixins.scss */
.site-container .site-wrapper section .contact-form input:-moz-placeholder,
.site-container .site-wrapper section .contact-form textarea:-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 8, ../sass/_mixins.scss */
.site-container .site-wrapper section .contact-form input::-moz-placeholder,
.site-container .site-wrapper section .contact-form textarea::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 9, ../sass/_mixins.scss */
.site-container .site-wrapper section .contact-form input:-ms-input-placeholder,
.site-container .site-wrapper section .contact-form textarea:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 6172, ../sass/style.scss */
.site-container .site-wrapper section .contact-form textarea {
  min-height: 200px;
}
/* line 6176, ../sass/style.scss */
.site-container .site-wrapper section .contact-form .more {
  display: table;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  color: #35373e;
  border: #35373e 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 12px 25px;
  margin-top: 20px;
  background-color: #FFF;
}
/* line 6192, ../sass/style.scss */
.site-container .site-wrapper section .contact-form .more.left {
  float: left !important;
  margin-bottom: 50px;
}
/* line 6197, ../sass/style.scss */
/*.site-container .site-wrapper section .contact-form .more:active, 
.site-container .site-wrapper section .contact-form .more:visited, */
.site-container .site-wrapper section .contact-form .more:focus {
  border: #35373e 1px solid;
  outline: none;
  color: #FFF;
}
/* line 6205, ../sass/style.scss */
.site-container .site-wrapper section .contact-form .more.white {
  color: #FFF !important;
  border: #FFF 1px solid !important;
}
/* line 6209, ../sass/style.scss */
.site-container .site-wrapper section .contact-form .more.white:before {
  background-color: #FFF !important;
  color: #35373e !important;
}
/* line 6214, ../sass/style.scss */
.site-container .site-wrapper section .contact-form .more.white:focus, 
/*.site-container .site-wrapper section .contact-form .more.white:active, 
.site-container .site-wrapper section .contact-form .more.white:visited, */
.site-container .site-wrapper section .contact-form .more.white:hover {
  color: #35373e !important;
}
/* line 6222, ../sass/style.scss */
.site-container .site-wrapper section .contact-form .more:before {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 6227, ../sass/style.scss */
/*.site-container .site-wrapper section .contact-form .more:active, 
.site-container .site-wrapper section .contact-form .more:visited, */
.site-container .site-wrapper section .contact-form .more:hover {
  color: #FFF;
}
/* line 6236, ../sass/style.scss */
.site-container .site-wrapper section .about-information {
  margin: 60px 0 0;
}
/* line 6239, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul {
  margin: 20px 0;
  padding: 0 30px;
  position: relative;
}
/* line 6244, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul:before {
  display: block;
  width: 1px;
  content: "";
  background-color: #e5eaef;
  position: absolute;
  left: 0;
  bottom: -15px;
  top: -15px;
}
/* line 6255, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul li {
  display: block;
  margin: 20px 0;
}
/* line 6258, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul li > h3 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 6268, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul li > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/* line 6276, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul li > span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/* line 6284, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul li.me-share {
  margin-top: 40px;
}
/* line 6286, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul li.me-share > a {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #35373e;
  text-decoration: none;
}
/* line 6294, ../sass/style.scss */
.site-container .site-wrapper section .about-information ul li.me-share > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 6307, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two {
  display: block;
  margin: 30px 10px;
}
/* line 6310, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two > .content {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  border: #e5eaef 1px solid;
  padding: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
}
/* line 6327, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two > .content:after {
  content: "";
  position: absolute;
  bottom: -11px;
  background-color: #FFF;
  left: 55px;
  right: 0;
  width: 20px;
  height: 20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
}
/* line 6345, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two > .profile {
  padding: 0 40px;
  width: 100%;
}
/* line 6348, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two > .profile > a {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
/* line 6356, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two > .profile > a img {
  width: 100%;
}
/* line 6361, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two > .profile > .content {
  padding-left: 80px;
  padding-top: 15px;
}
/* line 6365, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two > .profile > .content h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #35373e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 6374, ../sass/style.scss */
.site-container .site-wrapper section .testimonails-two > .profile > .content p {
  font-size: 13px;
}
/* line 6382, ../sass/style.scss */
.site-container .site-wrapper section .filter-portfolio-fullwidth,
.site-container .site-wrapper section .filter-portfolio-masonry,
.site-container .site-wrapper section .filter-portfolio {
  margin: 60px 0 0;
  width: 100%;
}
/* line 6387, ../sass/style.scss */
.site-container .site-wrapper section .filter-portfolio-fullwidth ul,
.site-container .site-wrapper section .filter-portfolio-masonry ul,
.site-container .site-wrapper section .filter-portfolio ul {
  display: table;
  margin: 0 auto;
  text-align: center;
}
/* line 6391, ../sass/style.scss */
.site-container .site-wrapper section .filter-portfolio-fullwidth ul li,
.site-container .site-wrapper section .filter-portfolio-masonry ul li,
.site-container .site-wrapper section .filter-portfolio ul li {
  display: inline-block;
}
/* line 6394, ../sass/style.scss */
.site-container .site-wrapper section .filter-portfolio-fullwidth ul li:not(:first-child):before,
.site-container .site-wrapper section .filter-portfolio-masonry ul li:not(:first-child):before,
.site-container .site-wrapper section .filter-portfolio ul li:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 20px;
}
/* line 6402, ../sass/style.scss */
.site-container .site-wrapper section .filter-portfolio-fullwidth ul li.active > a, .site-container .site-wrapper section .filter-portfolio-fullwidth ul li:hover > a,
.site-container .site-wrapper section .filter-portfolio-masonry ul li.active > a,
.site-container .site-wrapper section .filter-portfolio-masonry ul li:hover > a,
.site-container .site-wrapper section .filter-portfolio ul li.active > a,
.site-container .site-wrapper section .filter-portfolio ul li:hover > a {
  color: #000;
  font-weight: 900;
}
/* line 6408, ../sass/style.scss */
.site-container .site-wrapper section .filter-portfolio-fullwidth ul li a,
.site-container .site-wrapper section .filter-portfolio-masonry ul li a,
.site-container .site-wrapper section .filter-portfolio ul li a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 6423, ../sass/style.scss */
.site-container .site-wrapper section .portfolios {
  margin: 40px 0;
}
/* line 6425, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 6431, ../sass/style.scss */
> .site-container .site-wrapper section .portfolios .item {
  line-height: 0;
}
/* line 6435, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item img {
  width: 100%;
  line-height: 0;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 6440, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item .hover {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  text-align: center;
  line-height: 0;
}
/* line 6453, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item .hover .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 10px 20px;
  margin-top: -30px;
}
/* line 6461, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item .hover .content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #35373e;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 0;
}
/* line 6472, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item .hover .content > h2 a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  color: #35373e;
  line-height: 20px;
}
/* line 6482, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item .hover .content > h2:after {
  content: '';
  display: block;
  background-color: #35373e;
  width: 40px;
  height: 1px;
  margin: 10px auto 0;
}
/* line 6493, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item .hover .content > ul > li {
  display: inline-block;
  line-height: initial !important;
}
/* line 6496, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item .hover .content > ul > li a {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #35373e;
  text-decoration: none;
}
/* line 6506, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item .hover .content > ul > li:not(:last-child) a:after {
  display: inline-block;
  margin-left: 5px;
  content: ",";
}
/* line 6519, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item:hover .hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
/* line 6524, ../sass/style.scss */
.site-container .site-wrapper section .portfolios .item:hover img {
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
/* line 6531, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-two > ul {
  display: table;
  width: 100%;
}
/* line 6534, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-two > ul > li {
  display: inline-block;
  width: 50%;
  width: calc(100% / 2);
  overflow: hidden;
  padding: 10px;
  line-height: 0;
}
/* line 6546, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-three > ul {
  display: table;
  width: 100%;
}
/* line 6549, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-three > ul > li {
  display: inline-block;
  width: 33.3333333333%;
  width: calc(99% / 3);
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
/* line 6560, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-four > ul {
  display: table;
  width: 100%;
}
/* line 6563, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-four > ul > li {
  display: inline-block;
  width: 25%;
  width: calc(100% / 4);
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
/* line 6576, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-two-masonry .items {
  width: 100%;
}
/* line 6578, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-two-masonry .items .item-wrapper {
  float: left;
  width: 50%;
  width: calc(100% / 2);
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
/* line 6590, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-three-masonry .items {
  width: 100%;
}
/* line 6592, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-three-masonry .items .item-wrapper {
  float: left;
  width: 33.3333333333%;
  width: calc(99% / 3);
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
/* line 6604, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-four-masonry .items {
  width: 100%;
}
/* line 6606, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-four-masonry .items .item-wrapper {
  float: left;
  width: 25%;
  width: calc(100% / 4);
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
/* line 6618, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-fullwidth .items {
  display: table;
  width: 100%;
}
/* line 6621, ../sass/style.scss */
.site-container .site-wrapper section .portfolios.portfolio-fullwidth .items .item-wrapper {
  float: left;
  width: 20%;
  width: calc(100% / 5);
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
/* line 6634, ../sass/style.scss */
.site-container .site-wrapper section .sidebar {
  padding: 0 10px;
}
/* line 6636, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget {
  margin-bottom: 50px;
}
/* line 6638, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget > h2 {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #35373e;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 6648, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget > h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #505050;
  margin-top: 10px;
}
/* line 6661, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-search > form .input-group > input[type="text"] {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #35373e;
  letter-spacing: 1px;
  border-color: #f0f0f0;
  border-right: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 6, ../sass/_mixins.scss */
.site-container .site-wrapper section .sidebar .widget.widget-search > form .input-group > input[type="text"]::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 7, ../sass/_mixins.scss */
.site-container .site-wrapper section .sidebar .widget.widget-search > form .input-group > input[type="text"]:-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 8, ../sass/_mixins.scss */
.site-container .site-wrapper section .sidebar .widget.widget-search > form .input-group > input[type="text"]::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 9, ../sass/_mixins.scss */
.site-container .site-wrapper section .sidebar .widget.widget-search > form .input-group > input[type="text"]:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 6681, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-search > form .input-group > input[type="text"]:focus {
  outline: none;
}
/* line 6687, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-search > form .input-group > .input-group-btn .btn {
  border-color: #f0f0f0;
  border-left: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6693, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-search > form .input-group > .input-group-btn .btn:hover {
  background: transparent;
  border-left: none;
}
/* line 6706, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-archives > ul li, .site-container .site-wrapper section .sidebar .widget.widget-categories > ul li {
  border-bottom: #f0f0f0 1px solid;
}
/* line 6708, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-archives > ul li a, .site-container .site-wrapper section .sidebar .widget.widget-categories > ul li a {
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #777777;
  line-height: 44px;
  letter-spacing: 1px;
  text-decoration: none;
  padding-left: 30px;
}
/* line 6720, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-archives > ul li a:hover, .site-container .site-wrapper section .sidebar .widget.widget-categories > ul li a:hover {
  color: #35373e;
}
/* line 6724, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-archives > ul li a:before, .site-container .site-wrapper section .sidebar .widget.widget-categories > ul li a:before {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 15px;
  color: #999;
  content: "\e04c";
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 6749, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f0f0f0 1px solid;
}
/* line 6750, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li:before, .site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li:after {
  display: table;
  content: " ";
}
/* line 6756, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li:after {
  clear: both;
}
/* line 6764, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li > a.post-thumbnail {
  float: left;
  width: 80px;
  height: 70px;
  overflow: hidden;
}
/* line 6770, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li > a.post-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 6775, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li > .content {
  padding-left: 100px;
}
/* line 6778, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li > .content .post-title {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #35373e;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 0px;
}
/* line 6790, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li > .content .post-title a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #35373e;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 6802, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.widget-latest-posts > ul li > .content .post-date {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #777777;
  line-height: 24px;
  letter-spacing: 1px;
}
/* line 6819, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.instagram-widget > ul li {
  display: inline-block;
  line-height: 0;
  width: 70px;
  height: 70px;
  margin-right: 3px;
}
/* line 6826, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.instagram-widget > ul li a {
  display: block;
  overflow: hidden;
}
/* line 6830, ../sass/style.scss */
.site-container .site-wrapper section .sidebar .widget.instagram-widget > ul li a img {
  width: 70px;
  height: 70px;
}
/* line 6844, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper {
  padding-top: 150px;
}
/* line 6848, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .latest-projects .item {
  max-height: 350px !important;
}
/* line 6853, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider {
  position: relative;
  margin-bottom: 50px;
}
/* line 6857, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .item-image {
  width: 100%;
  line-height: 0;
}
/* line 6860, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .item-image img {
  width: 100%;
}
/* line 6867, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider:hover .owl-controls .owl-nav > div {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 6874, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .owl-controls {
  z-index: 3;
}
/* line 6880, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .owl-controls .owl-nav > div {
  display: inline-block;
  position: absolute;
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-top: -20px;
  font-size: 20px;
  color: #35373e;
  background-color: #FFF;
  padding: 10px;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 6894, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .owl-controls .owl-nav > div:hover {
  background-color: #35373e;
  color: #FFF;
}
/* line 6899, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .owl-controls .owl-nav > div.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: auto;
}
/* line 6905, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .owl-controls .owl-nav > div i:before {
  font-family: "linea-arrows-10" !important;
}
/* line 6911, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .owl-controls .owl-nav .owl-prev {
  margin-bottom: 1px;
  left: 10px;
}
/* line 6915, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-slider .owl-controls .owl-nav .owl-next {
  right: 10px;
}
/* line 6923, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper h2.project-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #35373e;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}
/* line 6934, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper h2.project-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #444;
  margin-top: 10px;
}
/* line 6945, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/* line 6954, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper p.project-description {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 0;
}
/* line 6965, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .meta {
  width: 100%;
  margin: 40px 0;
}
/* line 6970, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .meta .meta-info {
  width: 100%;
  margin-bottom: 20px;
}
/* line 6974, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .meta .meta-info h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
/* line 6984, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .meta .meta-info span {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #35373e;
  line-height: 22px;
  letter-spacing: 1px;
}
/* line 6994, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .meta .meta-info span.meta-share-title {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 7006, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .meta .meta-info .meta-share {
  display: inline-block;
}
/* line 7008, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .meta .meta-info .meta-share li {
  display: inline-block;
  margin-left: 10px;
}
/* line 7011, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .meta .meta-info .meta-share li a {
  font-size: 13px;
  color: #35373e;
}
/* line 7021, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .more {
  margin: 40px 0 0;
  padding: 10px 20px;
}
/* line 7027, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-pagination {
  display: table;
  width: 100%;
  margin: 20px 0 50px;
}
/* line 7032, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-pagination li {
  float: left;
  width: 33.3333333333%;
  width: calc(99% / 3);
  text-align: center;
}
/* line 7038, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-pagination li:first-child {
  text-align: left;
}
/* line 7042, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-pagination li:last-child {
  text-align: right;
}
/* line 7046, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-pagination li a {
  text-decoration: none;
  color: #35373e;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 7055, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-pagination li a i {
  font-size: 18px;
  padding: 0 10px;
  vertical-align: middle;
  position: relative;
}
/* line 7061, ../sass/style.scss */
.site-container .site-wrapper section.project-wrapper .project-pagination li a i:before {
  font-family: linea-arrows-10 !important;
}
/* line 7071, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper {
  text-align: center;
}
/* line 7075, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper .pagination li a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #35373e;
  border-color: #e8e8e8;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 7085, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper .pagination li a:hover {
  background-color: #35373e;
  color: #FFF;
}
/* line 7094, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper .pagination li.active a {
  background-color: #35373e;
  color: #FFF;
}
/* line 7102, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper a.infinite-next {
  color: #35373e;
}
/* line 7106, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper a.infinite-next:hover {
  color: #FFF;
}
/* line 7110, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper a.infinite-next:focus {
  color: #FFF;
}
/* line 7112, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper a.infinite-next:focus:before {
  color: #FFF;
}
/* line 7117, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper a.infinite-next > i {
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 7124, ../sass/style.scss */
.site-container .site-wrapper section .pagination-wrapper a.infinite-next > .loading-button-icon {
  display: block;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
/* line 7139, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post {
  width: 100%;
  padding-bottom: 50px;
}
/* line 7145, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.standart-post .featured-image {
  float: left;
  width: 100%;
}
/* line 7148, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.standart-post .featured-image img {
  width: 100%;
}
/* line 7155, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.video-post .video-wrapper {
  width: 100%;
}
/* line 7158, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.video-post .video-wrapper .video-player {
  width: 100%;
  height: 100%;
}
/* line 7163, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.video-post .video-wrapper .mejs-poster img {
  display: block;
}
/* line 7167, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.video-post .video-wrapper .mejs-controls {
  display: none !important;
  visibility: hidden !important;
}
/* line 7176, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.video-post .video-wrapper .me-plugin {
  width: 100%;
  height: 100%;
}
/* line 7180, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.video-post .video-wrapper .me-plugin iframe {
  width: 100%;
  height: 100%;
}
/* line 7189, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.link-post {
  position: relative;
  padding: 30px;
  margin-bottom: 160px;
  background-color: #DFDFDF;
}
/* line 7195, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.link-post:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -80px;
  left: 50px;
  right: 50px;
  background-color: #f0f0f0;
}
/* line 7206, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.link-post .link-content {
  padding: 35px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  background-color: #FFF;
}
/* line 7213, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.link-post .link-content:before {
  display: block;
  content: "\e641";
  margin-bottom: 15px;
  font-family: 'Pe-icon-7-stroke';
  font-size: 30px;
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 7233, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.link-post .link-content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #35373e;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
/* line 7242, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.link-post .link-content > a {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #777;
  text-decoration: underline;
}
/* line 7253, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post {
  position: relative;
  padding: 30px;
  margin-bottom: 160px;
  background-color: #DFDFDF;
}
/* line 7259, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -80px;
  left: 50px;
  right: 50px;
  background-color: #f0f0f0;
}
/* line 7270, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post .quote-content {
  padding: 35px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  background-color: #FFF;
}
/* line 7277, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post .quote-content > p {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #35373e;
  line-height: 30px;
  letter-spacing: 1px;
  font-style: italic;
  text-align: center;
  padding: 40px 40px 20px;
  margin-bottom: 25px;
}
/* line 7290, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post .quote-content > p:before {
  content: '"';
  position: absolute;
  top: 40px;
  left: -10px;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  color: #DFDFDF;
}
/* line 7300, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post .quote-content > p:after {
  content: '"';
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  color: #DFDFDF;
}
/* line 7311, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post .quote-content > a {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #35373e;
  text-decoration: none;
  padding: 0 30px;
  text-transform: uppercase;
}
/* line 7321, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post .quote-content > a:before {
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #35373e;
}
/* line 7330, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.quote-post .quote-content > a:after {
  position: absolute;
  top: 8px;
  right: 0px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #35373e;
}
/* line 7346, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.gallery-post .gallery-image {
  line-height: 0;
  z-index: 0;
}
/* line 7350, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.gallery-post .gallery-image img {
  width: 100%;
}
/* line 7354, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls {
  z-index: 9999;
}
/* line 7358, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav > div {
  display: inline-block;
  position: absolute;
  top: 47%;
  margin-top: -20px;
  font-size: 25px;
  font-weight: 700;
  color: #35373e;
  background-color: #35373e;
  color: #FFF;
  padding: 10px;
  line-height: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  /*&.disabled{
  	@include opacity(0);
  	cursor: auto;
  }*/
}
/* line 7377, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav > div i:before {
  font-family: "linea-arrows-10" !important;
}
/* line 7382, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav > div:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 7392, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav .owl-prev {
  margin-bottom: 1px;
  left: 25px;
}
/* line 7396, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav .owl-next {
  right: 25px;
}
/* line 7406, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content {
  float: left;
  position: relative;
  margin: -100px 40px 30px;
  padding: 50px 50px 80px 50px;
  text-align: center;
  background-color: #FFF;
}
/* line 7414, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 180px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
/* line 7426, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
}
/* line 7438, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #35373e;
  margin: 0;
  text-transform: uppercase;
}
/* line 7448, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > .meta-tags {
  margin-top: 10px;
  margin-bottom: 35px;
}
/* line 7451, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > .meta-tags ul {
  margin: 0;
}
/* line 7453, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > .meta-tags ul li {
  display: inline-block;
  margin-right: 20px;
  /*margin-bottom: 35px;*/
}
/* line 7457, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > .meta-tags ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #35373e;
  /*line-height: 32px;*/
}
/* line 7466, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > .meta-tags ul li a i {
  color: #35373e;
  line-height: 0;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 7477, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > .content {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
}
/* line 7486, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > .content p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 1px;
}
/* line 7496, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > a.more {
  color: #35373e;
  margin: 50px auto 0px;
  padding: 10px 20px;
}
/* line 7501, ../sass/style.scss */
.site-container .site-wrapper section.blog-wrapper .blog-post .post-content > a.more:hover {
  color: #FFF;
}
/* line 7510, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post {
  width: 100%;
  padding-bottom: 50px;
}
/* line 7516, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.standart-post .featured-image {
  float: left;
  width: 100%;
}
/* line 7519, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.standart-post .featured-image img {
  width: 100%;
}
/* line 7526, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.video-post .video-wrapper {
  width: 100%;
}
/* line 7529, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.video-post .video-wrapper .video-player {
  width: 100%;
  height: 100%;
}
/* line 7534, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.video-post .video-wrapper .mejs-poster img {
  display: block;
}
/* line 7538, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.video-post .video-wrapper .mejs-controls {
  display: none !important;
  visibility: hidden !important;
}
/* line 7547, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.video-post .video-wrapper .me-plugin {
  width: 100%;
  height: 100%;
}
/* line 7551, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.video-post .video-wrapper .me-plugin iframe {
  width: 100%;
  height: 100%;
}
/* line 7560, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.link-post {
  position: relative;
  padding: 30px;
  margin-bottom: 160px;
  background-color: #DFDFDF;
}
/* line 7566, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.link-post:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -80px;
  left: 50px;
  right: 50px;
  background-color: #f0f0f0;
}
/* line 7577, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.link-post .link-content {
  padding: 35px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  background-color: #FFF;
}
/* line 7584, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.link-post .link-content:before {
  display: block;
  content: "\e641";
  margin-bottom: 15px;
  font-family: 'Pe-icon-7-stroke';
  font-size: 30px;
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 7604, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.link-post .link-content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #35373e;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
/* line 7613, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.link-post .link-content > a {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #777;
  text-decoration: underline;
}
/* line 7624, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post {
  position: relative;
  padding: 30px;
  margin-bottom: 160px;
  background-color: #DFDFDF;
}
/* line 7630, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -80px;
  left: 50px;
  right: 50px;
  background-color: #f0f0f0;
}
/* line 7641, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post .quote-content {
  padding: 35px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  background-color: #FFF;
}
/* line 7648, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post .quote-content > p {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #35373e;
  line-height: 30px;
  letter-spacing: 1px;
  font-style: italic;
  text-align: center;
  padding: 40px 40px 20px;
  margin-bottom: 25px;
}
/* line 7661, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post .quote-content > p:before {
  content: '"';
  position: absolute;
  top: 40px;
  left: -10px;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  color: #DFDFDF;
}
/* line 7671, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post .quote-content > p:after {
  content: '"';
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  color: #DFDFDF;
}
/* line 7682, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post .quote-content > a {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #35373e;
  text-decoration: none;
  padding: 0 30px;
  text-transform: uppercase;
}
/* line 7692, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post .quote-content > a:before {
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #35373e;
}
/* line 7701, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.quote-post .quote-content > a:after {
  position: absolute;
  top: 8px;
  right: 0px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #35373e;
}
/* line 7717, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.gallery-post .gallery-image {
  line-height: 0;
  z-index: 0;
}
/* line 7721, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.gallery-post .gallery-image img {
  width: 100%;
}
/* line 7725, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls {
  z-index: 9999;
}
/* line 7729, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav > div {
  display: inline-block;
  position: absolute;
  top: 47%;
  margin-top: -20px;
  font-size: 25px;
  font-weight: 700;
  color: #35373e;
  background-color: #35373e;
  color: #FFF;
  padding: 10px;
  line-height: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  /*&.disabled{
  	@include opacity(0);
  	cursor: auto;
  }*/
}
/* line 7748, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav > div i:before {
  font-family: "linea-arrows-10" !important;
}
/* line 7753, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav > div:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 7763, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav .owl-prev {
  margin-bottom: 1px;
  left: 25px;
}
/* line 7767, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post.gallery-post .gallery-image .owl-controls .owl-nav .owl-next {
  right: 25px;
}
/* line 7777, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content {
  float: left;
  position: relative;
  margin: -50px 30px 30px;
  padding: 30px 30px 60px 30px;
  text-align: center;
  background-color: #FFF;
}
/* line 7785, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 80px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
/* line 7797, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f0f0f0;
}
/* line 7809, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #35373e;
  text-transform: uppercase;
  margin: 0;
}
/* line 7820, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > .meta-tags {
  margin-top: 10px;
  margin-bottom: 25px;
}
/* line 7823, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > .meta-tags ul {
  margin: 0;
}
/* line 7825, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > .meta-tags ul li {
  display: inline-block;
  margin-right: 9px;
}
/* line 7829, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > .meta-tags ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
  color: #35373e;
  line-height: 32px;
}
/* line 7837, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > .meta-tags ul li a i {
  color: #35373e;
  line-height: 0;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 7848, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > .content {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
}
/* line 7857, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > .content p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 1px;
}
/* line 7867, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > a.more {
  color: #35373e;
  margin: 30px auto 0px;
  padding: 10px 20px;
}
/* line 7872, ../sass/style.scss */
.site-container .site-wrapper section.grid-blog-wrapper .blog-post .post-content > a.more:hover {
  color: #FFF;
}
/* line 7882, ../sass/style.scss */
.site-container .site-wrapper section.fullwidth-blog-wrapper .fullwidth-blog {
  margin-bottom: 0 !important;
}
/* line 7886, ../sass/style.scss */
.site-container .site-wrapper section.fullwidth-blog-wrapper .call-action {
  margin: 0 !important;
}
/* line 7895, ../sass/style.scss */
.site-container .site-wrapper section.single-post.standart-post .featured-image {
  float: left;
  width: 100%;
}
/* line 7898, ../sass/style.scss */
.site-container .site-wrapper section.single-post.standart-post .featured-image img {
  width: 100%;
}
/* line 7905, ../sass/style.scss */
.site-container .site-wrapper section.single-post.video-post .video-wrapper {
  width: 100%;
}
/* line 7908, ../sass/style.scss */
.site-container .site-wrapper section.single-post.video-post .video-wrapper .video-player {
  width: 100%;
  height: 100%;
}
/* line 7913, ../sass/style.scss */
.site-container .site-wrapper section.single-post.video-post .video-wrapper .mejs-poster img {
  display: block;
}
/* line 7917, ../sass/style.scss */
.site-container .site-wrapper section.single-post.video-post .video-wrapper .mejs-controls {
  display: none !important;
  visibility: hidden !important;
}
/* line 7926, ../sass/style.scss */
.site-container .site-wrapper section.single-post.video-post .video-wrapper .me-plugin {
  width: 100%;
  height: 100%;
}
/* line 7930, ../sass/style.scss */
.site-container .site-wrapper section.single-post.video-post .video-wrapper .me-plugin iframe {
  width: 100%;
  height: 100%;
}
/* line 7939, ../sass/style.scss */
.site-container .site-wrapper section.single-post.link-post {
  position: relative;
  padding: 30px;
  margin-bottom: 160px;
  background-color: #DFDFDF;
}
/* line 7945, ../sass/style.scss */
.site-container .site-wrapper section.single-post.link-post:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -80px;
  left: 50px;
  right: 50px;
  background-color: #f0f0f0;
}
/* line 7956, ../sass/style.scss */
.site-container .site-wrapper section.single-post.link-post .link-content {
  padding: 35px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  background-color: #FFF;
}
/* line 7962, ../sass/style.scss */
.site-container .site-wrapper section.single-post.link-post .link-content:before {
  display: block;
  content: "\e641";
  margin-bottom: 15px;
  font-family: 'Pe-icon-7-stroke';
  font-size: 30px;
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 7981, ../sass/style.scss */
.site-container .site-wrapper section.single-post.link-post .link-content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #35373e;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
/* line 7990, ../sass/style.scss */
.site-container .site-wrapper section.single-post.link-post .link-content > a {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #777;
  text-decoration: underline;
}
/* line 8001, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post {
  position: relative;
  padding: 30px;
  margin-bottom: 160px;
  background-color: #DFDFDF;
}
/* line 8007, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: -80px;
  left: 50px;
  right: 50px;
  background-color: #f0f0f0;
}
/* line 8018, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post .quote-content {
  padding: 35px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  background-color: #FFF;
}
/* line 8025, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post .quote-content > p {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #35373e;
  line-height: 30px;
  letter-spacing: 1px;
  font-style: italic;
  text-align: center;
  padding: 40px 40px 20px;
  margin-bottom: 25px;
}
/* line 8038, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post .quote-content > p:before {
  content: '"';
  position: absolute;
  top: 40px;
  left: -10px;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  color: #DFDFDF;
}
/* line 8048, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post .quote-content > p:after {
  content: '"';
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  color: #DFDFDF;
}
/* line 8059, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post .quote-content > a {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #35373e;
  text-decoration: none;
  padding: 0 30px;
  text-transform: uppercase;
}
/* line 8069, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post .quote-content > a:before {
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #35373e;
}
/* line 8078, ../sass/style.scss */
.site-container .site-wrapper section.single-post.quote-post .quote-content > a:after {
  position: absolute;
  top: 8px;
  right: 0px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #35373e;
}
/* line 8094, ../sass/style.scss */
.site-container .site-wrapper section.single-post.gallery-post .gallery-image {
  line-height: 0;
  z-index: 0;
}
/* line 8098, ../sass/style.scss */
.site-container .site-wrapper section.single-post.gallery-post .gallery-image img {
  width: 100%;
}
/* line 8102, ../sass/style.scss */
.site-container .site-wrapper section.single-post.gallery-post .gallery-image .owl-controls {
  z-index: 9999;
}
/* line 8105, ../sass/style.scss */
.site-container .site-wrapper section.single-post.gallery-post .gallery-image .owl-controls .owl-nav > div {
  display: inline-block;
  position: absolute;
  top: 47%;
  margin-top: -20px;
  font-size: 25px;
  font-weight: 700;
  color: #35373e;
  background-color: #35373e;
  color: #FFF;
  padding: 10px;
  line-height: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
/* line 8123, ../sass/style.scss */
.site-container .site-wrapper section.single-post.gallery-post .gallery-image .owl-controls .owl-nav > div i:before {
  font-family: "linea-arrows-10" !important;
}
/* line 8128, ../sass/style.scss */
.site-container .site-wrapper section.single-post.gallery-post .gallery-image .owl-controls .owl-nav > div:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 8133, ../sass/style.scss */
.site-container .site-wrapper section.single-post.gallery-post .gallery-image .owl-controls .owl-nav .owl-prev {
  margin-bottom: 1px;
  left: 25px;
}
/* line 8137, ../sass/style.scss */
.site-container .site-wrapper section.single-post.gallery-post .gallery-image .owl-controls .owl-nav .owl-next {
  right: 25px;
}
/* line 8146, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content {
  float: left;
  position: relative;
  margin: -60px 40px 0px;
  padding: 50px 50px 0px 50px;
  text-align: center;
  background-color: #FFF;
  /*&:after{
  	content: "";
  	display: block;
  	width: 100%;
  	height: 1px;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: #f0f0f0;
  }*/
}
/* line 8154, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 100px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
/* line 8178, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #35373e;
  text-transform: uppercase;
  margin: 0;
}
/* line 8189, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > .meta-tags {
  margin-top: 10px;
  margin-bottom: 35px;
}
/* line 8192, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > .meta-tags ul {
  margin: 0;
}
/* line 8194, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > .meta-tags ul li {
  display: inline-block;
  margin-right: 20px;
}
/* line 8197, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > .meta-tags ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  color: #35373e;
  /*line-height: 32px;*/
}
/* line 8206, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > .meta-tags ul li a i {
  color: #35373e;
  line-height: 0;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 8220, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > .content {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
}
/* line 8229, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > .content img {
  /*width: 100%;*/
}
/* line 8233, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > .content > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/* line 8244, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-content > a.more {
  margin: 50px auto 0px;
  padding: 10px 20px;
}
/* line 8250, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags {
  display: inline-block;
  width: 100%;
  margin: 80px 0 50px 0;
  border-top: #f0f0f0 1px solid;
  border-bottom: #f0f0f0 1px solid;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .site-wrapper section.single-post .post-tags::after {
  clear: both;
  content: "";
  display: table;
}
/* line 8258, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags > .left {
  float: left;
  width: 40%;
  text-align: left;
}
/* line 8264, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags > .right {
  float: right;
  width: 60%;
  text-align: right;
}
/* line 8271, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags span.meta-share-title {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 20px 0 0;
}
/* line 8284, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags .meta-share {
  display: inline-block;
  margin: 20px 0;
}
/* line 8287, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags .meta-share li {
  display: inline-block;
  margin-left: 10px;
}
/* line 8290, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags .meta-share li a {
  font-size: 13px;
  color: #35373e;
}
/* line 8297, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags .meta-tags {
  display: inline-block;
  margin: 20px 0;
}
/* line 8300, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags .meta-tags li {
  display: inline-block;
  margin-right: 10px;
}
/* line 8303, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags .meta-tags li a {
  font-size: 13px;
  color: #35373e;
  letter-spacing: 1px;
}
/* line 8311, ../sass/style.scss */
.site-container .site-wrapper section.single-post .post-tags .meta-tags li:not(:last-child) a:after {
  display: inline-block;
  content: ", ";
}
/* line 8321, ../sass/style.scss */
.site-container .site-wrapper section.single-post .author {
  display: block;
  width: 100%;
  padding: 0px 0 30px;
  border-bottom: #f0f0f0 1px solid;
  margin: 0 0 50px 0;
}
/* line 8329, ../sass/style.scss */
.site-container .site-wrapper section.single-post .author > a.author-profile {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
/* line 8336, ../sass/style.scss */
.site-container .site-wrapper section.single-post .author > a.author-profile img {
  width: 100%;
}
/* line 8342, ../sass/style.scss */
.site-container .site-wrapper section.single-post .author > .author-content {
  padding-left: 150px;
}
/* line 8344, ../sass/style.scss */
.site-container .site-wrapper section.single-post .author > .author-content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 3px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
/* line 8352, ../sass/style.scss */
.site-container .site-wrapper section.single-post .author > .author-content > h2 span {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
  text-transform: none;
}
/* line 8362, ../sass/style.scss */
.site-container .site-wrapper section.single-post .author > .author-content > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/* line 8375, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper > h2 {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #35373e;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 8385, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper > h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #505050;
  margin-top: 10px;
}
/* line 8394, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper > h2 span {
  display: inline-block;
}
/* line 8400, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments {
  margin-bottom: 80px;
}
/* line 8402, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li {
  margin: 35px 0;
}
/* line 8404, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li.childrens {
  position: relative;
  								/*&:after{
  									content: "";
  								    display: block;
  								    position: absolute;
  								    top: 120px;
      								left: 75px;
      								bottom: 115px;
  								    width: 1px;
  								    background-color: #f0f0f0;
  								}*/
}
/* line 8417, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li.childrens .comment-line {
  position: absolute;
  top: 120px;
  left: 75px;
  bottom: 0px;
  width: 1px;
  background-color: #f0f0f0;
}
/* line 8428, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li.childrens > ul li {
  position: relative;
}
/* line 8431, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li.childrens > ul li:after {
  bottom: 141px;
}
/* line 8435, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li.childrens > ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: -55px;
  right: 0px;
  width: 80px;
  height: 1px;
  background-color: #f0f0f0;
}
/* line 8450, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .profile-img {
  position: relative;
  float: left;
  width: 150px;
}
/* line 8455, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .profile-img a {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 30px auto 0;
}
/* line 8462, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .profile-img a img {
  width: 100%;
}
/* line 8468, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .content {
  position: relative;
  margin-left: 150px;
  padding: 25px 30px 1px;
  border: #f0f0f0 1px solid;
}
/* line 8474, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .content:after {
  content: "";
  position: absolute;
  bottom: -11px;
  background-color: #FFF;
  top: 60px;
  left: -11px;
  right: 0;
  width: 20px;
  height: 20px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
/* line 8489, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .content > h2 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 22px;
  color: #35373e;
  margin: 0 0 15px 0;
}
/* line 8499, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .content > h2 .reply-post {
  display: inline-block;
  float: right;
  font-size: 12px;
  text-decoration: none;
  color: #1abc9c;
}
/* line 8507, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .content > h2 .comment-date {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  color: #777;
}
/* line 8518, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li .content > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
/* line 8530, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .comments li ul {
  padding-left: 130px;
}
/* line 8536, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment {
  margin-bottom: 100px;
  padding-top: 50px;
  border-top: #f0f0f0 1px solid;
}
/* line 8541, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment h2 {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #35373e;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* line 8551, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #505050;
  margin-top: 10px;
}
/* line 8562, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment input,
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment textarea {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #37353e;
  margin-bottom: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 20px;
  border: #e8e8e8 1px solid;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 8577, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment input:focus,
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment textarea:focus {
  border: #37353e 1px solid;
  background-color: #FFF;
}
/* line 6, ../sass/_mixins.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment input::-webkit-input-placeholder,
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment textarea::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 7, ../sass/_mixins.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment input:-moz-placeholder,
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment textarea:-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 8, ../sass/_mixins.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment input::-moz-placeholder,
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment textarea::-moz-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 9, ../sass/_mixins.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment input:-ms-input-placeholder,
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment textarea:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
/* line 8591, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment textarea {
  min-height: 200px;
}
/* line 8595, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more {
  display: table;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  color: #35373e;
  border: #35373e 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 12px 25px;
  margin-top: 20px;
  background-color: #FFF;
}
/* line 8611, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more.left {
  float: left !important;
  margin-bottom: 50px;
}
/* line 8616, ../sass/style.scss */
/*.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more:active, 
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more:visited, */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more:focus {
  border: #35373e 1px solid;
  outline: none;
  color: #FFF;
}
/* line 8624, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more.white {
  color: #FFF !important;
  border: #FFF 1px solid !important;
}
/* line 8628, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more.white:before {
  background-color: #FFF !important;
  color: #35373e !important;
}
/* line 8632, ../sass/style.scss */
/*.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more.white:active, 
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more.white:visited, */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more.white:focus, 
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more.white:hover {
  color: #35373e !important;
}
/* line 8640, ../sass/style.scss */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more:before {
  background-color: #35373e !important;
  color: #FFF !important;
}
/* line 8645, ../sass/style.scss */
/*.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more:active, 
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more:visited, */
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more:focus, 
.site-container .site-wrapper section.single-post .comment-wrapper .leave-comment .more:hover {
  color: #FFF;
}
/* line 8661, ../sass/style.scss */
.site-container .site-wrapper section .price-table {
  width: 100%;
}
/* line 8663, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul {
  display: table;
  width: 100%;
  margin: 80px 0;
  border: #f0f0f0 1px solid;
  -moz-box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
}
/* line 8671, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul.one-column > li {
  width: 100%;
  width: calc(100% / 1);
}
/* line 8678, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul.two-column > li {
  width: 50%;
  width: calc(100% / 2);
}
/* line 8685, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul.three-column > li {
  width: 33.3333333333%;
  width: calc(99% / 3);
}
/* line 8692, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul.four-column > li {
  width: 25%;
  width: calc(100% / 4);
}
/* line 8699, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul.five-column > li {
  width: 20%;
  width: calc(100% / 5);
}
/* line 8706, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul.six-column > li {
  width: 16.6666666667%;
  width: calc(100% / 6);
}
/* line 8712, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package {
  float: left;
  text-align: center;
  position: relative;
  padding: 40px 0px;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
  background-color: transparent;
  z-index: 1;
}
/* line 8724, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package .ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
/* line 8732, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package .ribbon-wrapper-green .ribbon-green {
  font: bold 15px "Lato", sans-serif;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #1abc9c;
  background-color: #44EDCC;
  background-image: -webkit-linear-gradient(#44EDCC, #1abc9c);
  background-image: linear-gradient(#44EDCC, #1abc9c);
  color: #35373e;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
/* line 8750, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package .ribbon-wrapper-green .ribbon-green:before, .site-container .site-wrapper section .price-table > ul > .package .ribbon-wrapper-green .ribbon-green:after {
  content: "";
  border-top: 3px solid #42C2A9;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
/* line 8760, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package .ribbon-wrapper-green .ribbon-green:before {
  left: 0;
}
/* line 8764, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package .ribbon-wrapper-green .ribbon-green:after {
  right: 0;
}
/* line 8775, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package:first-child, .site-container .site-wrapper section .price-table > ul > .package:last-child {
  border: none;
}
/* line 8780, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package.selected {
  -moz-box-shadow: 0px 0px 30px 15px rgba(240, 240, 240, 0.9);
  -webkit-box-shadow: 0px 0px 30px 15px rgba(240, 240, 240, 0.9);
  box-shadow: 0px 0px 30px 15px rgba(240, 240, 240, 0.9);
  background-color: #FFF;
  z-index: 2 !important;
}
/* line 8787, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package > ul {
  border: none;
}
/* line 8789, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package > ul > li {
  position: relative;
  float: none;
  width: 100%;
  padding: 15px 0;
  border-bottom: #f0f0f0 1px solid;
}
/* line 8796, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package > ul > li:last-child {
  border-bottom: none;
  padding-top: 40px;
}
/* line 8802, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package > ul > li:first-child {
  margin-bottom: 15px;
  padding: 30px;
}
/* line 8806, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package > ul > li:first-child:after {
  content: "";
  position: absolute;
  bottom: -9px;
  background-color: #FFF;
  left: 50%;
  margin-left: -10px;
  right: 0;
  width: 15px;
  height: 15px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #e5eaef;
  border-bottom: 1px solid #e5eaef;
}
/* line 8827, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package h2.package-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #35373e;
  margin: 0;
  margin-bottom: 15px;
}
/* line 8838, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package h2.package-title:after {
  content: "";
  display: table;
  width: 30px;
  height: 2px;
  background-color: #35373e;
  margin: 10px auto 0;
}
/* line 8849, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package p {
  margin: 0;
}
/* line 8851, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package p.package-details {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  color: #c0c0c0;
}
/* line 8858, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package p.package-details span {
  color: #1abc9c;
}
/* line 8863, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package p.list {
  position: relative;
  padding: 0 20px;
}
/* line 8866, ../sass/style.scss */
.site-container .site-wrapper section .price-table > ul > .package p.list i {
  margin-right: 10px;
}
/* line 8876, ../sass/style.scss */
.site-container .site-wrapper section .modal-box {
  margin: 40px 0;
  text-align: center;
}
/* line 8879, ../sass/style.scss */
.site-container .site-wrapper section .modal-box > a {
  display: table;
  margin: 20px auto;
  text-decoration: none;
}
/* line 8884, ../sass/style.scss */
.site-container .site-wrapper section .modal-box > a i {
  font-size: 40px;
  color: #35373e;
}
/* line 8890, ../sass/style.scss */
.site-container .site-wrapper section .modal-box h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #35373e;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 8899, ../sass/style.scss */
.site-container .site-wrapper section .modal-box > p {
  margin: 0;
}
/* line 8905, ../sass/style.scss */
.site-container .site-wrapper section .dev-codes {
  margin: 60px 0;
  overflow: auto !important;
}
/* line 8908, ../sass/style.scss */
.site-container .site-wrapper section .dev-codes > h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #35373e;
  text-transform: uppercase;
}
/* line 8915, ../sass/style.scss */
.site-container .site-wrapper section .dev-codes > h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #35373e;
  margin: 10px 0 0;
}
/* line 8924, ../sass/style.scss */
.site-container .site-wrapper section .dev-codes > p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #777;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
/* line 8934, ../sass/style.scss */
.site-container .site-wrapper section .dev-codes pre code {
  font-size: 16px;
}
/* line 8941, ../sass/style.scss */
.site-container .site-wrapper section .grid-view {
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
}
/* line 8946, ../sass/style.scss */
.site-container .site-wrapper section .grid-view > h4 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 8952, ../sass/style.scss */
.site-container .site-wrapper section .grid-view:hover {
  outline: #35373e 1px dashed;
}
/* line 8959, ../sass/style.scss */
.site-container .site-wrapper section .tooltip .tooltip-arrow {
  bottom: -2px;
  margin-left: -15px;
  border-width: 8px 15px 0;
  border-top-color: #35373e;
}
/* line 8965, ../sass/style.scss */
.site-container .site-wrapper section .tooltip .tooltip-inner {
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  border-radius: 2px !important;
  padding: 10px 25px !important;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  background-color: #35373e;
}
/* line 8978, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame {
  display: block;
  padding: 20px;
  text-align: center;
  color: #35373e;
}
/* line 8986, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame.iconbox-frame-white > a.dev-frame {
  color: #FFF;
}
/* line 8988, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame.iconbox-frame-white > a.dev-frame > i {
  color: #FFF;
}
/* line 8992, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame.iconbox-frame-white > a.dev-frame:hover {
  color: #1abc9c;
}
/* line 8994, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame.iconbox-frame-white > a.dev-frame:hover > i {
  color: #1abc9c;
}
/* line 9001, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame.iconbox-frame-white > h2 {
  color: #FFF;
}
/* line 9005, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame.iconbox-frame-white > p {
  color: #FFF;
}
/* line 9011, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame > a.dev-frame {
  position: relative;
  display: table;
  font-size: 100px;
  color: #35373e;
  margin: 10px auto 30px;
  text-decoration: none;
}
/* line 9019, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame > a.dev-frame > i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -18px;
  color: #35373e;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 9030, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame > a.dev-frame:hover {
  color: #1abc9c;
}
/* line 9032, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame > a.dev-frame:hover > i {
  color: #1abc9c;
}
/* line 9039, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame > h2 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 9049, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-frame > p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #35373e;
}
/* line 9057, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left {
  margin: 0px 0 20px 0;
}
/* line 9060, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left.white > a {
  color: #FFF;
}
/* line 9064, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left.white > div.content {
  color: #FFF;
}
/* line 9066, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left.white > div.content > h2 {
  color: #FFF;
}
/* line 9069, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left.white > div.content > p {
  color: #FFF;
}
/* line 9076, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left > a {
  display: table-cell;
  width: 1px;
  vertical-align: top;
  font-size: 30px;
  text-decoration: none;
  color: #35373e;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 9088, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left > div.content {
  display: table-cell;
  vertical-align: top;
  padding-top: 8px;
}
/* line 9093, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left > div.content > h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: #35373e;
  margin-bottom: 10px;
}
/* line 9101, ../sass/style.scss */
.site-container .site-wrapper section .iconbox.iconbox-left > div.content > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #35373e;
}
/* line 9114, ../sass/style.scss */
.site-container .site-wrapper section .heading-title {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #35373e;
  text-transform: none;
  letter-spacing: 2px;
  margin-bottom: 15px;
  margin-top: 40px;
}
/* line 9124, ../sass/style.scss */
.site-container .site-wrapper section .heading-title.text-center {
  text-align: center;
}
/* line 9126, ../sass/style.scss */
.site-container .site-wrapper section .heading-title.text-center:after {
  display: table;
  margin: 10px auto;
}
/* line 9132, ../sass/style.scss */
.site-container .site-wrapper section .heading-title.text-right {
  position: relative;
  display: block;
  text-align: right;
}
/* line 9136, ../sass/style.scss */
.site-container .site-wrapper section .heading-title.text-right:after {
  display: block;
  position: absolute;
  right: 0;
}
/* line 9143, ../sass/style.scss */
.site-container .site-wrapper section .heading-title:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #35373e;
  margin: 10px 0;
}
/* line 9153, ../sass/style.scss */
.site-container .site-wrapper section .heading-title-l {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 9161, ../sass/style.scss */
.site-container .site-wrapper section .heading-title-l:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #35373e;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 9171, ../sass/style.scss */
.site-container .site-wrapper section .heading-title-l:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #35373e;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 9182, ../sass/style.scss */
.site-container .site-wrapper section .heading-title-l.text-left {
  text-align: left;
}
/* line 9186, ../sass/style.scss */
.site-container .site-wrapper section .heading-title-l.text-right {
  text-align: right;
}
/* line 9190, ../sass/style.scss */
.site-container .site-wrapper section .heading-title-l.text-center {
  text-align: center;
}
/* line 9196, ../sass/style.scss */
.site-container .site-wrapper section .dropcaps {
  display: inline-block;
  float: left;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 15px;
  background-color: #1abc9c;
  color: #FFF;
  margin-right: 10px;
  vertical-align: top;
  text-transform: uppercase;
}
/* line 9209, ../sass/style.scss */
.site-container .site-wrapper section .dropcaps.dropcaps-dark {
  background-color: #35373e;
}
/* line 9213, ../sass/style.scss */
.site-container .site-wrapper section .dropcaps.dropcaps-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 9217, ../sass/style.scss */
.site-container .site-wrapper section .dropcaps.dropcaps-rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 9221, ../sass/style.scss */
.site-container .site-wrapper section .dropcaps.dropcaps-larger {
  font-size: 50px;
  padding: 25px;
}
/* line 9229, ../sass/style.scss */
.site-container .site-wrapper section .form-group label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
}
/* line 9235, ../sass/style.scss */
.site-container .site-wrapper section .form-group label .required {
  color: red;
}
/* line 9241, ../sass/style.scss */
.site-container .site-wrapper section .form-group .dev-inputs:focus {
  outline: none;
}
/* line 9246, ../sass/style.scss */
.site-container .site-wrapper section .form-group .dev-button {
  display: inline-block;
  border: none;
  margin: 10px 0 20px;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 9254, ../sass/style.scss */
.site-container .site-wrapper section .form-group .lost-password {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #35373e;
  font-style: italic;
  margin-left: 20px;
}
/* line 9263, ../sass/style.scss */
.site-container .site-wrapper section .form-group .lost-password > a {
  color: #1abc9c;
  font-weight: 500;
  font-style: normal;
  margin-left: 5px;
}
/* line 9273, ../sass/style.scss */
.site-container .site-wrapper section .font-icon-list {
  padding: 20px 0px 0px 0px;
  margin-bottom: 20px;
}
/* line 9277, ../sass/style.scss */
.site-container .site-wrapper section .font-icon-list .font-icon-detail {
  text-align: center;
}
/* line 9280, ../sass/style.scss */
.site-container .site-wrapper section .font-icon-list .font-icon-detail > span {
  display: inline-block;
  -moz-transition: color 150ms linear, background 150ms linear, font-size 150ms linear, width 150ms;
  -o-transition: color 150ms linear, background 150ms linear, font-size 150ms linear, width 150ms;
  -webkit-transition: color 150ms linear, background 150ms linear, font-size 150ms linear, width 150ms;
  transition: color 150ms linear, background 150ms linear, font-size 150ms linear, width 150ms;
  padding: 10px 0px;
  width: 70px;
  font-size: 48px;
  color: #1a1a1a;
  border: 1px solid #eaeaea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 9290, ../sass/style.scss */
.site-container .site-wrapper section .font-icon-list .font-icon-detail > span:hover {
  background-color: #35373e;
  color: #FFF;
}
/* line 9296, ../sass/style.scss */
.site-container .site-wrapper section .font-icon-list .font-icon-detail > .font-icon-name {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin-top: 15px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0;
  border: 0;
}
/* line 9311, ../sass/style.scss */
.site-container .site-wrapper section .divider {
  display: block;
  width: 100%;
}
/* line 9315, ../sass/style.scss */
.site-container .site-wrapper section .divider.divider-one {
  height: 1px;
}
/* line 9318, ../sass/style.scss */
.site-container .site-wrapper section .divider.divider-two {
  border-top: 3px double #35373e;
}
/* line 9321, ../sass/style.scss */
.site-container .site-wrapper section .divider.divider-three {
  border-top: 3px dashed #35373e;
}
/* line 9324, ../sass/style.scss */
.site-container .site-wrapper section .divider.divider-four {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #35373e, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #35373e, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #35373e, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #35373e, #f0f0f0);
}
/* line 9332, ../sass/style.scss */
.site-container .site-wrapper section .divider.divider-five {
  border-top: 1px dashed #1abc9c;
}
/* line 9334, ../sass/style.scss */
.site-container .site-wrapper section .divider.divider-five:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -19px;
  left: 40px;
  padding: 0 3px;
  background: transparent;
  color: #35373e;
  font-size: 25px;
}
/* line 9349, ../sass/style.scss */
.site-container .site-wrapper section .blockquote {
  position: relative;
  padding: 20px;
  background-color: #DFDFDF;
  text-align: center;
}
/* line 9355, ../sass/style.scss */
.site-container .site-wrapper section .blockquote blockquote {
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  margin: 0;
  padding: 60px 60px 40px 60px;
  text-align: center;
}
/* line 9365, ../sass/style.scss */
.site-container .site-wrapper section .blockquote blockquote > span.author {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #35373e;
  text-decoration: none;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}
/* line 9377, ../sass/style.scss */
.site-container .site-wrapper section .blockquote blockquote:before, .site-container .site-wrapper section .blockquote blockquote:after {
  position: absolute;
  content: '"';
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  color: #35373e;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
/* line 9387, ../sass/style.scss */
.site-container .site-wrapper section .blockquote blockquote:before {
  top: 35px;
  left: 25px;
}
/* line 9392, ../sass/style.scss */
.site-container .site-wrapper section .blockquote blockquote:after {
  bottom: 55px;
  right: 25px;
}
/* line 9397, ../sass/style.scss */
.site-container .site-wrapper section .blockquote blockquote > p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #35373e;
  margin: 0;
}
/* line 9410, ../sass/style.scss */
.site-container .site-wrapper section .blockquote.blockquote-three {
  background-color: transparent;
}
/* line 9413, ../sass/style.scss */
.site-container .site-wrapper section .blockquote.blockquote-three blockquote {
  background-color: transparent;
  color: #FFF;
}
/* line 9416, ../sass/style.scss */
.site-container .site-wrapper section .blockquote.blockquote-three blockquote > p {
  font-family: "Qwigley", sans-serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 45px;
  color: #FFF;
  letter-spacing: 2px;
}
/* line 9426, ../sass/style.scss */
.site-container .site-wrapper section .blockquote.blockquote-three blockquote > span.author {
  display: block;
  font-family: "Qwigley", sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 65px;
  color: #FFF;
  text-transform: none;
  margin: 30px 0 0 0;
}
/* line 9438, ../sass/style.scss */
.site-container .site-wrapper section .blockquote.blockquote-three blockquote:before, .site-container .site-wrapper section .blockquote.blockquote-three blockquote:after {
  position: absolute;
  font-size: 200px;
  font-family: "Qwigley", sans-serif;
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 9447, ../sass/style.scss */
.site-container .site-wrapper section .blockquote.blockquote-three blockquote:before {
  content: '“';
  top: 15px;
  left: 25px;
}
/* line 9453, ../sass/style.scss */
.site-container .site-wrapper section .blockquote.blockquote-three blockquote:after {
  content: '”';
  bottom: -15px;
  right: 25px;
}
/* line 9463, ../sass/style.scss */
.site-container .site-wrapper section .line-tables {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-width: 0;
  margin: 50px 0;
}
/* line 9480, ../sass/style.scss */
.site-container .site-wrapper section .line-tables.odd-tables tbody tr {
  border-bottom: none !important;
}
/* line 9484, ../sass/style.scss */
.site-container .site-wrapper section .line-tables.odd-tables tbody tr:nth-child(odd) td {
  background-color: #fafafa;
}
/* line 9495, ../sass/style.scss */
.site-container .site-wrapper section .line-tables thead {
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
}
/* line 9499, ../sass/style.scss */
.site-container .site-wrapper section .line-tables thead tr {
  height: 40px;
}
/* line 9501, ../sass/style.scss */
.site-container .site-wrapper section .line-tables thead tr th {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0px;
  color: #35373e;
}
/* line 9515, ../sass/style.scss */
.site-container .site-wrapper section .line-tables tbody tr {
  height: 40px;
}
/* line 9517, ../sass/style.scss */
.site-container .site-wrapper section .line-tables tbody tr:not(:last-child) {
  border-bottom: 1px #ededed dashed;
}
/* line 9520, ../sass/style.scss */
.site-container .site-wrapper section .line-tables tbody tr td {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #35373e;
}
/* line 9531, ../sass/style.scss */
.site-container .site-wrapper section .stepbox {
  position: relative;
  color: #FFF;
  line-height: 1.6;
  padding: 25px;
  min-height: 100px;
  margin: 25px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #35373e;
}
/* line 9541, ../sass/style.scss */
.site-container .site-wrapper section .stepbox:before {
  content: '';
  position: absolute;
  margin-top: 0;
  top: 0;
  left: -15px;
  background-color: #35373e;
  width: 10%;
  height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -moz-transform-origin: top left 50%;
  -ms-transform-origin: top left 50%;
  -webkit-transform-origin: top left 50%;
  transform-origin: top left 50%;
  z-index: 1;
}
/* line 9557, ../sass/style.scss */
.site-container .site-wrapper section .stepbox:after {
  content: '';
  position: absolute;
  margin-top: 0;
  top: 0;
  right: -15px;
  background-color: #35373e;
  width: 10%;
  height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -moz-transform-origin: bottom right 50%;
  -ms-transform-origin: bottom right 50%;
  -webkit-transform-origin: bottom right 50%;
  transform-origin: bottom right 50%;
  z-index: 1;
}
/* line 9574, ../sass/style.scss */
.site-container .site-wrapper section .stepbox.stepbox-first:before {
  display: none;
}
/* line 9580, ../sass/style.scss */
.site-container .site-wrapper section .stepbox.stepbox-end:after {
  display: none;
}
/* line 9586, ../sass/style.scss */
.site-container .site-wrapper section .stepbox.stepbox-end > .devbox-content > span.step-icon {
  right: -10px;
}
/* line 9593, ../sass/style.scss */
.site-container .site-wrapper section .stepbox > .devbox-content {
  position: relative;
  z-index: 2;
}
/* line 9596, ../sass/style.scss */
.site-container .site-wrapper section .stepbox > .devbox-content > h4 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  color: #FFF;
}
/* line 9606, ../sass/style.scss */
.site-container .site-wrapper section .stepbox > .devbox-content > p {
  font-size: 14px;
  margin: 0;
  color: #FFF;
}
/* line 9613, ../sass/style.scss */
.site-container .site-wrapper section .stepbox > .devbox-content > span.step-icon {
  display: block;
  position: absolute;
  font-size: 80px;
  top: 50%;
  right: -25px;
  margin-top: -60px;
  opacity: 0.05;
  z-index: 1;
}
/* line 9632, ../sass/style.scss */
.site-container .footer {
  float: left;
  width: 100%;
}
/* line 9638, ../sass/style.scss */
.site-container .footer .above-footer .widget h2.widget-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ccc;
  line-height: 28px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}
/* line 9649, ../sass/style.scss */
.site-container .footer .above-footer .widget h2.widget-title:after {
  display: block;
  content: "";
  margin-top: 5px;
  width: 30px;
  height: 1px;
  background-color: #ccc;
}
/* line 9659, ../sass/style.scss */
.site-container .footer .above-footer .widget.text-widget {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  letter-spacing: 1px;
}
/* line 9668, ../sass/style.scss */
.site-container .footer .above-footer .widget.text-widget > a.footer-logo {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
/* line 9678, ../sass/style.scss */
.site-container .footer .above-footer .widget.text-widget p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  letter-spacing: 1px;
}
/* line 9686, ../sass/style.scss */
.site-container .footer .above-footer .widget.text-widget p span {
  font-weight: 700;
}
/* line 9694, ../sass/style.scss */
.site-container .footer .above-footer .widget.links-widget > ul li {
  margin-bottom: 7px;
}
/* line 9696, ../sass/style.scss */
.site-container .footer .above-footer .widget.links-widget > ul li a {
  position: relative;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #999;
  text-decoration: none;
  padding-left: 25px;
}
/* line 9708, ../sass/style.scss */
.site-container .footer .above-footer .widget.links-widget > ul li a:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  color: #999;
  content: "\e006";
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 9734, ../sass/style.scss */
.site-container .footer .above-footer .widget.contact-widget > ul li {
  position: relative;
  margin-bottom: 20px;
}
/* line 9737, ../sass/style.scss */
.site-container .footer .above-footer .widget.contact-widget > ul li a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999;
  text-decoration: none;
  padding-left: 40px;
}
/* line 9748, ../sass/style.scss */
.site-container .footer .above-footer .widget.contact-widget > ul li a i {
  position: absolute;
  left: 0;
  margin-right: 15px;
  color: #ccc;
  font-size: 20px;
}
/* line 9762, ../sass/style.scss */
.site-container .footer .above-footer .widget.instagram-widget > ul li {
  display: inline-block;
  line-height: 0;
  width: 80px;
  height: 80px;
  margin-right: 3px;
}
/* line 9769, ../sass/style.scss */
.site-container .footer .above-footer .widget.instagram-widget > ul li a {
  display: block;
  overflow: hidden;
}
/* line 9773, ../sass/style.scss */
.site-container .footer .above-footer .widget.instagram-widget > ul li a img {
  width: 80px;
  height: 80px;
}
/* line 9784, ../sass/style.scss */
.site-container .footer .below-footer {
  border-top: #404247 1px solid;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ccc;
  padding: 20px 0 15px;
}
/* line 9797, ../sass/style.scss */
.site-container .footer .below-footer .right-paragraph {
  text-align: left;
}
/* line 9799, ../sass/style.scss */
.site-container .footer .below-footer .right-paragraph p {
  line-height: 20px;
  padding: 15px 0 0;
}
/* line 9805, ../sass/style.scss */
.site-container .footer .below-footer .left-paragraph {
  text-align: right;
}
/* line 9808, ../sass/style.scss */
.site-container .footer .below-footer .left-paragraph ul li {
  display: inline-block;
  margin-right: 30px;
  line-height: 35px;
  padding-top: 10px;
}
/* line 9813, ../sass/style.scss */
.site-container .footer .below-footer .left-paragraph ul li a {
  font-size: 15px;
  color: #d0d0d0;
}
/* line 9817, ../sass/style.scss */
.site-container .footer .below-footer .left-paragraph ul li a:hover {
  color: #FFF;
}
/* line 9828, ../sass/style.scss */
.coming-soon {
  overflow: auto !important;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 50px;
}
/* line 9834, ../sass/style.scss */
.coming-soon .header-soon {
  background-color: transparent;
}
/* line 9837, ../sass/style.scss */
.coming-soon .header-soon .socials {
  position: relative;
  float: right;
  margin: 5px 10px 0;
}
/* line 9842, ../sass/style.scss */
.coming-soon .header-soon .socials:before {
  border: 0 none;
  border-left: 1px solid rgba(53, 55, 62, 0.5);
  border-top: 1px solid rgba(53, 55, 62, 0.5);
  content: "";
  height: 10px;
  left: 5px;
  margin: 0;
  position: absolute;
  top: -5px;
  width: 10px;
}
/* line 9855, ../sass/style.scss */
.coming-soon .header-soon .socials:after {
  border: 0 none;
  border-right: 1px solid rgba(53, 55, 62, 0.5);
  border-bottom: 1px solid rgba(53, 55, 62, 0.5);
  content: "";
  height: 10px;
  right: -10px;
  margin: 0;
  position: absolute;
  bottom: 5px;
  width: 10px;
}
/* line 9868, ../sass/style.scss */
.coming-soon .header-soon .socials ul {
  display: inline-block;
}
/* line 9870, ../sass/style.scss */
.coming-soon .header-soon .socials ul:before {
  border: 0 none;
  border-right: 1px solid rgba(53, 55, 62, 0.5);
  border-top: 1px solid rgba(53, 55, 62, 0.5);
  content: "";
  height: 10px;
  right: -10px;
  margin: 0;
  position: absolute;
  top: -5px;
  width: 10px;
}
/* line 9883, ../sass/style.scss */
.coming-soon .header-soon .socials ul:after {
  border: 0 none;
  border-left: 1px solid rgba(53, 55, 62, 0.5);
  border-bottom: 1px solid rgba(53, 55, 62, 0.5);
  content: "";
  height: 10px;
  left: 5px;
  margin: 0;
  position: absolute;
  bottom: 5px;
  width: 10px;
}
/* line 9895, ../sass/style.scss */
.coming-soon .header-soon .socials ul.soon-social {
  float: right;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.coming-soon .header-soon .socials ul.soon-social::after {
  clear: both;
  content: "";
  display: table;
}
/* line 9898, ../sass/style.scss */
.coming-soon .header-soon .socials ul.soon-social li {
  float: left;
  margin-left: 20px;
}
/* line 9901, ../sass/style.scss */
.coming-soon .header-soon .socials ul.soon-social li a {
  font-size: 14px;
  text-decoration: none;
  color: #35373e;
}
/* line 9911, ../sass/style.scss */
.coming-soon .wrapper {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -50px;
  background-color: transparent;
}
/* line 9918, ../sass/style.scss */
.coming-soon .wrapper h2 {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  color: #35373e;
  letter-spacing: 3px;
  min-height: 1px;
  margin-bottom: 10px;
}
/* line 9928, ../sass/style.scss */
.coming-soon .wrapper h2 span {
  display: inline;
}
/* line 9933, ../sass/style.scss */
.coming-soon .wrapper p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  color: #333;
}
/* line 9942, ../sass/style.scss */
.coming-soon .wrapper .counters {
  display: inline-block;
  margin: 30px 0px 10px;
  position: relative;
}
/* line 9947, ../sass/style.scss */
.coming-soon .wrapper .counters:before {
  border: 0 none;
  border-left: 2px solid rgba(53, 55, 62, 0.5);
  border-top: 2px solid rgba(53, 55, 62, 0.5);
  content: "";
  height: 30px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
/* line 9960, ../sass/style.scss */
.coming-soon .wrapper .counters:after {
  border: 0 none;
  border-right: 2px solid rgba(53, 55, 62, 0.5);
  border-bottom: 2px solid rgba(53, 55, 62, 0.5);
  content: "";
  height: 30px;
  right: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 30px;
}
/* line 9973, ../sass/style.scss */
.coming-soon .wrapper .counters .inner-counter {
  display: inline-block;
  padding: 10px 30px 10px 20px;
}
/* line 9977, ../sass/style.scss */
.coming-soon .wrapper .counters .inner-counter:before {
  border: 0 none;
  border-right: 2px solid rgba(53, 55, 62, 0.5);
  border-top: 2px solid rgba(53, 55, 62, 0.5);
  content: "";
  height: 30px;
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
/* line 9990, ../sass/style.scss */
.coming-soon .wrapper .counters .inner-counter:after {
  border: 0 none;
  border-left: 2px solid rgba(53, 55, 62, 0.5);
  border-bottom: 2px solid rgba(53, 55, 62, 0.5);
  content: "";
  height: 30px;
  left: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 30px;
}
/* line 10003, ../sass/style.scss */
.coming-soon .wrapper .counters .inner-counter > div {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 50px;
  text-align: center;
  margin-right: 30px;
  color: #35373e;
}
/* line 10011, ../sass/style.scss */
.coming-soon .wrapper .counters .inner-counter > div span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 10020, ../sass/style.scss */
.coming-soon .wrapper .counters .inner-counter > div:last-child {
  margin: 0;
}
/* line 10027, ../sass/style.scss */
.coming-soon .wrapper .dev-button {
  display: table;
  margin: 30px auto 0;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 10034, ../sass/style.scss */
.coming-soon .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  float: none;
  background-color: transparent;
  text-align: center;
}
/* line 10043, ../sass/style.scss */
.coming-soon .footer p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #35373e;
  line-height: 18px;
  margin-bottom: 0;
}
/* line 10051, ../sass/style.scss */
.coming-soon .footer p.light-text {
  color: #FFF;
}
/* line 10053, ../sass/style.scss */
.coming-soon .footer p.light-text a {
  color: #FFF;
}
/* line 10058, ../sass/style.scss */
.coming-soon .footer p a {
  text-decoration: none;
  color: #35373e;
}
/* line 10071, ../sass/style.scss */
.site-container .dev-inputs {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #35373e;
  background-color: #fff;
  padding: 7px 15px 7px;
  width: 100%;
  display: block;
  height: 56px;
  line-height: 20px;
  margin: 0 0 13px;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 10093, ../sass/style.scss */
.site-container .dev-inputs:focus {
  outline: none;
  -webkit-appearance: none;
  border-color: #35373e;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 6, ../sass/_mixins.scss */
.site-container .dev-inputs::-webkit-input-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 7, ../sass/_mixins.scss */
.site-container .dev-inputs:-moz-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 8, ../sass/_mixins.scss */
.site-container .dev-inputs::-moz-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 9, ../sass/_mixins.scss */
.site-container .dev-inputs:-ms-input-placeholder {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}
/* line 10107, ../sass/style.scss */
.site-container .dev-button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  padding: 1.25em 2.1875em;
}
/* line 10119, ../sass/style.scss */
.site-container .dev-button.dev-dark {
  background-color: #35373e;
  color: #FFF;
}
/* line 10123, ../sass/style.scss */
.site-container .dev-button.dev-dark:hover {
  background-color: #1abc9c;
  color: #FFF;
}
/* line 10130, ../sass/style.scss */
.site-container a.more {
  display: table;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  color: #35373e;
  border: #35373e 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 70px auto 30px;
  padding: 15px 30px;
}
/* line 10146, ../sass/style.scss */
/*.site-container a.more.more-line:visited, 
.site-container a.more.more-line:active, */
.site-container a.more.more-line:focus, 
.site-container a.more.more-line:hover {
  color: #35373e;
}
/* line 10155, ../sass/style.scss */
.site-container a.more.more-shutter {
  background-color: #35373e;
}
/* line 10158, ../sass/style.scss */
.site-container a.more.more-shutter.hvr-shutter-out-horizontal, .site-container a.more.more-shutter.hvr-shutter-out-vertical {
  background-color: #FFF;
}
/* line 10163, ../sass/style.scss */
.site-container a.more.more-shutter:before {
  background-color: #FFF;
}
/* line 10168, ../sass/style.scss */
.site-container a.more.more-shutter-out {
  background-color: #FFF;
}
/* line 10170, ../sass/style.scss */
.site-container a.more.more-shutter-out:before {
  background-color: #35373e;
}
/* line 10176, ../sass/style.scss */
.site-container a.more.more-reveal {
  color: #FFF;
}
/* line 10179, ../sass/style.scss */
.site-container a.more.more-reveal:hover:before {
  border-color: #1abc9c;
}
/* line 10185, ../sass/style.scss */
.site-container a.more.white {
  color: #FFF !important;
  border: #FFF 1px solid !important;
}
/* line 10189, ../sass/style.scss */
.site-container a.more.white:before {
  background-color: #FFF !important;
  color: #35373e !important;
}
/* line 10194, ../sass/style.scss */
/*.site-container a.more.white:active,
.site-container a.more.white:visited,  */
.site-container a.more.white:focus, 
.site-container a.more.white:hover {
  color: #35373e !important;
}
/* line 10202, ../sass/style.scss */
.site-container a.more:before {
  background-color: #35373e;
  color: #FFF !important;
}
/* line 10207, ../sass/style.scss */
/*.site-container a.more:active,
.site-container a.more:visited,  */
.site-container a.more:focus, 
.site-container a.more:hover {
  color: #FFF;
}
/* line 10216, ../sass/style.scss */
.site-container .owl-item.animated {
  visibility: visible;
}
/* line 10221, ../sass/style.scss */
.site-container .google-maps {
  width: 100%;
  height: 400px !important;
  min-height: 400px !important;
}
/* line 10226, ../sass/style.scss */
.site-container .google-maps.fullwidth-map {
  height: 520px !important;
  min-height: 520px !important;
}
/* line 10233, ../sass/style.scss */
.site-container .dark-bg {
  width: 100%;
  background-color: #f7f8f9;
  padding: 100px 0;
  margin: 80px 0;
}
/* line 10241, ../sass/style.scss */
.site-container blockquote {
  border-color: #999;
}
/* line 10243, ../sass/style.scss */
.site-container blockquote p {
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  margin: 0;
}
/* line 10251, ../sass/style.scss */
.site-container .gallery-item {
  margin: 30px 0;
}
/* line 10253, ../sass/style.scss */
.site-container .gallery-item ul {
  display: table;
}
/* line 20, ../sass/bourbon/addons/_clearfix.scss */
.site-container .gallery-item ul::after {
  clear: both;
  content: "";
  display: table;
}
/* line 10256, ../sass/style.scss */
.site-container .gallery-item ul li {
  float: left;
  width: 25%;
  width: calc(100% / 4);
  min-width: 25%;
  padding: 5px;
}
/* line 10262, ../sass/style.scss */
.site-container .gallery-item ul li a {
  display: block;
}
/* line 10264, ../sass/style.scss */
.site-container .gallery-item ul li a img {
  width: 100%;
}
/* line 10268, ../sass/style.scss */
.site-container .gallery-item ul li a:focus {
  outline: none;
}
/* line 10272, ../sass/style.scss */
.site-container .gallery-item ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* ==========================================================================
  Animations
============================================================================= */
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-moz-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-ms-keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-moz-keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-ms-keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes moveclouds2 {
  0% {
    margin-left: 100%;
  }
  50% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
/* ==========================================================================
  Typed Animation
============================================================================= */
/* line 51, ../sass/_custom-animate.scss */
.typed-cursor {
  opacity: 1;
  -moz-animation: blink 0.7s infinite;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
  Full Screen Animation
============================================================================= */
/* line 65, ../sass/_custom-animate.scss */
.fullbackground {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 73, ../sass/_custom-animate.scss */
.fullbackground .layer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 82, ../sass/_custom-animate.scss */
.fullbackground .clouds {
  overflow: hidden;
}
/* line 85, ../sass/_custom-animate.scss */
.fullbackground .clouds .cloud {
  bottom: 0;
  left: 0;
  position: absolute;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  will-change: transform;
}
/* line 93, ../sass/_custom-animate.scss */
.fullbackground .clouds .cloud-1 {
  -webkit-animation: moveclouds 25s linear infinite;
  animation: moveclouds 25s linear infinite;
}
/* line 97, ../sass/_custom-animate.scss */
.fullbackground .clouds .cloud-2 {
  -webkit-animation: moveclouds 50s linear infinite;
  animation: moveclouds 50s linear infinite;
}
/* line 101, ../sass/_custom-animate.scss */
.fullbackground .clouds .cloud-3 {
  -webkit-animation: moveclouds2 35s linear infinite;
  animation: moveclouds2 35s linear infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(10px);
  }
  30% {
    -webkit-transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  90% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  50% {
    -moz-transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
  80% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10% {
    -moz-transform: translateX(-10px);
  }
  20% {
    -moz-transform: translateX(10px);
  }
  30% {
    -moz-transform: translateX(-10px);
  }
  40% {
    -moz-transform: translateX(10px);
  }
  50% {
    -moz-transform: translateX(-10px);
  }
  60% {
    -moz-transform: translateX(10px);
  }
  70% {
    -moz-transform: translateX(-10px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  90% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }
  70% {
    -ms-transform: scale(0.9);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }
  80% {
    -ms-transform: translateY(-10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }
  80% {
    -ms-transform: translateY(10px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes bounce {
  0% {
    -ms-transform: translateY(0);
  }
  20% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
  }
  50% {
    -ms-transform: translateY(0);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
  80% {
    -ms-transform: translateY(0);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10% {
    -ms-transform: translateX(-10px);
  }
  20% {
    -ms-transform: translateX(10px);
  }
  30% {
    -ms-transform: translateX(-10px);
  }
  40% {
    -ms-transform: translateX(10px);
  }
  50% {
    -ms-transform: translateX(-10px);
  }
  60% {
    -ms-transform: translateX(10px);
  }
  70% {
    -ms-transform: translateX(-10px);
  }
  80% {
    -ms-transform: translateX(10px);
  }
  90% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0;
  }
}
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1);
  }
  10% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  30% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  40% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  50% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  60% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  70% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(10px);
  }
  70% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9) rotate(-3deg);
  }
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(1.1) rotate(-3deg);
  }
  50% {
    transform: scale(1.1) rotate(3deg);
  }
  60% {
    transform: scale(1.1) rotate(-3deg);
  }
  70% {
    transform: scale(1.1) rotate(3deg);
  }
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
